/* Header Section */
header {
    background-image: url(../assets/banner/banner1.png);
    background-size: cover;
}
.banner {
    padding: 216px 230px 360px 870px;
}
.banner-holder , .banner-des{
    text-align: right;
}

.banner-des {
    margin-top: 24px;
    margin-bottom: 42px;
}



/* banner button styles */

.banner-btn {
    width: auto;
    text-align: right;
}

.banner a {
    text-decoration: none;
    color: #ffffff;
    background-color: #F15B22;
    padding: 20px 25px;
    border-radius: 5px;
    font-weight: 600;
}
.banner a:hover {
    text-decoration: none;
    color: #F15B22;
    background-color: #ffffff;
    border: 2px solid #F15B22;
    padding: 20px 25px;
    border-radius: 5px;
    font-weight: 600;
}

/* Section 1 - ( Failure of the year section ) */

.section1 {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 130px 200px;
    
}

.sec1-title {
    font-size: 40px;
    font-weight: 700;
    color: black;
}

.sec1-des , .sec1-list{
    font-size: 16px;
    font-weight: 400;
    color: #444343;
}

.sec1-des {
    padding-top: 24px;
    padding-bottom: 16px;
}

.section1 ul li {
    list-style: none;
}

.sec1-info-box {
    padding-left: 85px;
}

.sec1-list {
padding: 8px 0;
}
.tick-mark-icon {
    padding-right: 10px;
}

/* Section - 2 ( My Plans ) */
.section2 {
    padding: 0px 130px 200px;
}

.sec2-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;

}

.sec2-cards {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-top: 55px;
}
.sec2-card-title{
    padding: 16px 0;
}

/* section -3 image section */


.section3 {
    margin-bottom: 130px ;
    height: 300px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../assets/gradient1.png) , url(../assets/watch.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    padding-left: 300px;
}


.sec3-title {
    width: 460px;
    padding-top: 60px;
    font-size: 40px!important;
    font-weight: 700;
    color: #ffffff;

}

.sec3-btn {
    width: 160px;
    text-decoration: none;
    color: #F15B22;
    background-color: #ffffff;
    border: 1px solid #F15B22;
    padding: 20px 0;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
}
.sec3-btn:hover {
    width: 160px;
    text-decoration: none;
    color: #ffffff;
    background-color: #F15B22;
    border: 1px solid #F15B22;
    padding: 20px 0;
    border-radius: 5px;
    font-weight: 600;
}



/* footer menu */

footer {
    background-color: black;
    color: white;
}

.footer-box {
    display: flex;
    gap: 330px;
    align-items: center;
    padding: 130px 230px;

}
.footer-icon-list {
    display: flex;
    gap: 17px;
}
.footer-icon-list li  {
    list-style: none;
}
.footer-title {
    font-size: 45px;
    font-weight: 700;
}
.footer-para {
    font-size: 16px;
    font-weight: 400;
    padding-top: 16px;
    padding-bottom: 24px;
}
.footer-box-email {
    font-size: 16px;
    font-weight: 400;
}
.footer-box-phone {
    font-size: 16px;
    font-weight: 400;
    padding-top: 16px;
    padding-bottom: 32px;
}

.footer-subscribe input {
    padding: 20px 160px 20px 20px;
    background-color: black;
    color: white;
    border: 1px solid white;
    margin-top: 30px;
    margin-bottom: 40px;
}

.footer-subscribe a {
    width: 160px;
    text-decoration: none;
    color: #F15B22;
    background-color: #ffffff;
    border: 1px solid #F15B22;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    padding: 20px 35px;
}
.footer-subscribe a:hover {
    width: 160px;
    text-decoration: none;
    color: #ffffff;
    background-color: #F15B22;
    border: 1px solid #F15B22;
    border-radius: 5px;
    font-weight: 600;
}

