*{
    margin:0;
    padding:0;
    font-family: 'Work Sans', sans-serif;
}

.header{
    background-image: url(../images/banner/banner3.png);
    width:99.5%;
    height: 812px;
    position:relative;
    border: 2px solid white;
    margin:2px;
    padding-bottom: 0px;
   
    
}
.header_content{
    width: 300px;
    height: 300px;
    margin: 200px 20px 20px 850px; 
    text-align: right;

}
h2{
    font-weight:bolder;
    font-size: 42px;
    padding-bottom: 20px;

}
.header_content p{
    font-size: 15px;
    font-weight: 450;
    color: rgb(3, 65, 75);
    padding-bottom: 15px;
}
.primary_btn{
    width: 120px;
    height: 50px;
    color:rgb(124, 107, 8);
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
    background-color: rgb(210, 216, 220);
}

/* failure section design*/

.fail_container{
    display: flex;
    justify-content:space-around;
    margin: 2px;
}

.fail_content{
    width: 300px;
    height: 400px;
    margin: 130px 0px 0px 0px;
   
}
h3{
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 15px ;
}
.fail_img{
    margin-top: 10px;
}
.fail_content p{
    font-size: 15px;
    padding-bottom: 15px;
}
.list ul {
    list-style-type: none;
    font-size: 14px;
}

.list ul li::before{
    content: '✓';
    padding-right: 6px;
}
.sec_failure{
    border: 2px solid white;
    background-color: aqua;
    border: 0.5px solid rgb(253, 251, 251);
    margin-top: 0px;
}
/* My plan section*/
.my_plans{
    padding: 30px;
    background-color: aquamarine;
    border: 2px solid white;
}
.my_plans h2{
    text-align: center;
    margin: 50px 0px;
    font-size: 35px;
}
.plan_container{
    display: flex;
    justify-content: space-around;
    margin: 0px 150px;
    background-color: rgb(135, 230, 126);
    padding: 30px;
}
.card{
    text-align: center;
}
.card>img{
    height: 80px;
    width:80px;
    border: 1px solid rgb(133, 4, 4);
    border-radius: 50%;
}
.card_title h5{
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    padding: 15px 0px;

}
.card_des{
    color:brown;
    font-weight: 600;
    padding-bottom: 10px;

}
/* Image overlay with gradients*/
.image_overlay{
    border: 2px solid white;
}

#bg{
    background-color: chocolate;
}

.overlay{
    background-image: linear-gradient(to right, rgba(16, 39, 174, 0.52), rgba(0, 95, 172, 0.01)), url(../images/watch.png);
    height:280px;
    width:1100px;
    margin: 100px auto;

 
}
.overlay h3{
    font-size: 35px;
    font-weight: 700;
    padding: 80px 0px 30px 60px;
    color:yellow;
}
.overlay button{
    height: 40px;
    width: 100px;
    color:rgb(114, 62, 3);
    font-size: 15px;
    font-weight: 600;
    background-color: rgb(122, 160, 160);
    border-radius: 5px;
    padding:5px ;
    margin-left: 60px;
}

/*my Hooby section */
.my_hobby{
    padding: 20px;
    background-color: rgb(36, 106, 82);
    border: 2px solid white;
}

.hobby_container{
    display: flex;
    justify-content: space-between;
    margin: 20px 30px;
}

.hobby_des{
    color: rgb(250, 242, 242);
    font-size: 14px;
    text-align: justify;
    padding: 5px 10px;
}

.layout{
    height: 250px;
    width: 350px;
    border: 2px solid rgb(211, 119, 6);
    border-radius: 10px;
}
.my_hobby h2{
    text-align: center;
    margin: 30px 0px;
    font-size: 32px;
    color: blue;

}

/*footer section */
.footer{
    display: flex;
    justify-content:space-around;
    padding: 20px;
}

.future{
   
    height: 250px;
    width: 350px;
    margin: 80px 20px 10px 40px;
    text-align: left;
    color: white;
}
.future h4{
    font-weight: 700;
    font-size: 22px;
    padding:  5px;
}
.future p{
    font-size: 14px;
padding: 8px 5px ;

}
.f_img{
    border-radius:50%;
    border: 2px solid white;
    margin: 2px;
}

.contact{
   
    height: 180px;
    width: 250px;
    margin: 80px 20px 15px 40px;
    
}
.contact h5{
    font-size: 20px;
    font-weight: 600px;
    padding: 8px;
    color: white;
}
.contact input::placeholder{
    color:white;
    background-color: black;
    padding-left: 10px;
    font-size: 15px;
  
 
}

input{
    height:45px;
    width: 200px;
    margin:10px;
    border:2px solid white;
    border-radius: 5px;
    background-color: black;
}
.f_btn{
    height: 50px;
    width: 100px;
    border-radius: 8px;
    color:red;
    background-color: white;
    font-size:15px;
    font-weight: 600;
margin-left: 10px;
}
footer{
    background-color: black;
    border: 2px solid white;
}
