body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100;
    height: 100;
    font-family:Montserrat ;
   position: relative;
   color: #5E6282;
   font-weight: 500;


}
.decore{
top: 0;
right: 0;
position: absolute;
z-index: -1;
}

nav{
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-block: 40px;
    font-size: 12px;
    font-weight: 600;


}
.nav-right{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 2;

}
.nav-left{
    flex: 1;
}
.nav-item a{
    text-decoration: none;
    color: #000;
}
.signup-btn{
    padding: 10px 15px;
    border: 1px solid #000;
    border-radius: 5px;

}
/* hero section  */
.hero{
    width: 85%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;

    
}
.hero-right{
    flex: 1;
}
.hero-right img{
    width: 100%;
}
.hero-left{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-block: 30px;


}
.hero-sub-head{
    color: #DF6951;
    font-size: 20px;
}
.hero-heading{
    color: #181E4B;
    font-size: 84px;
    font-weight: 700;
    font-family:Playfair ;
    line-height: 0.8;
    max-width: 550px;
    margin: 0;
}
.hero-p{
    max-width: 480px;
    font-size: 16px;
}

.hero-btn-container{
    display:flex;
    align-items: center;
    justify-content:space-between;
    max-width: 350px;

}
.find-btn{
   background-color: #F1A501;
   padding: 20px;
   border:none;
   border-radius: 5px;
   box-shadow: 0 4px 15px rgba(241, 165, 1, 0.4);
   color: #fff;
   font-size: 18px;
    
}
.play-btn{
    padding: 20px;
    background-color: #DF6951;
    border: none;
    border-radius: 100px;
    color: #fff;
    box-shadow: 0 4px 15px rgba(223, 69, 81, 0.4);
}
.play-btn-container{
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 17px;
}

/* subscribe section */
.subscribe{
    position: relative;
    width: 85%;
    margin: 100px auto;
    padding: 80px 0;
}

.subscribe > img{
    position: absolute;
    bottom: -50px;
    right: -100px;
    z-index: -10;
    width: 200px;
    opacity: 0.8;
}

.subsc-container{
    position: relative;
    background-color: #dfd7f995;
    border-radius: 20px;
    border-top-left-radius: 100px;
    padding: 80px 60px;
    max-width: 1170px;
    margin: 0 auto;
}

.subsc-container > img:first-of-type{
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    opacity: 0.1;
    z-index: 0;
}

.subsc-container > img:nth-of-type(2){
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: cover;
    opacity: 0.1;
    z-index: 0;
}

.plane-btn{
    position: absolute;
    z-index: 2;
    top: -20px;
    right: -20px;
    width: 70px;
    height: 70px;
    background: linear-gradient(180deg, #747DEF 0%, #5E3BE1 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.plane-btn i{
    color: #fff;
    font-size: 30px;
}

.subsc-int-div{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.subsc-heading{
    font-size: 33px;
    font-weight: 600;
    color: #5E6282;
    text-align: center;
    line-height: 1.4;
    margin: 0;
}

.subsc-form{
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width: 600px;
    position: relative;
}

.subsc-form input[type="email"]{
    flex: 1;
    padding: 25px 50px 25px 25px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    font-size: 14px;
    font-family: Montserrat;
    color: #39425D;
    background: #fff;
    outline: none;
}

.subsc-form input[type="email"]::placeholder{
    color: #C4C4C4;
}

.subsc-form input[type="email"]:focus{
    border-color: #F1A501;
}

.subsc-form .fa-envelope{
    position: absolute;
    left: 20px;
    color: #C4C4C4;
    font-size: 18px;
    pointer-events: none;
}

.subsc-form input[type="email"]{
    padding-left: 50px;
}

.subsc-btn{
    padding: 25px 50px;
    background: linear-gradient(180deg, #FF946D 0%, #FF7D68 100%);
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    font-family: Montserrat;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(255, 125, 104, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
}

.subsc-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 125, 104, 0.5);
}

.subsc-btn:active{
    transform: translateY(0);
}

/* footer */
.footer{
    width: 85%;
    margin: 120px auto 40px;
    padding-block: 50px;
}

.footer-cols{
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer .col{
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 140px;
}

.footer .col:first-child{
    flex: 1.2;
    min-width: 220px;
}

.footer .col:first-child img{
    width: 120px;
    height: auto;
}

.footer .col:first-child p{
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #5E6282;
    max-width: 220px;
}

.footer .col h3{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #080809;
}

.f-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.f-list a{
    text-decoration: none;
    color: #5E6282;
    font-size: 14px;
    font-weight: 500;
}

.f-list a:hover{
    color: #181E4B;
}

.social-icons{
    display: flex;
    gap: 18px;
    align-items: center;
}

.social-icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.social-icon i{
    color: #080809;
    font-size: 16px;
}

.footer .col:last-child p{
    margin: 6px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #5E6282;
}

.play-stor-btns{
    display: flex;
    gap: 10px;
    align-items: center;
}

.play-stor-btns img{
    height: 34px;
    width: auto;
}

.rights-reserved{
    text-align: center;
    margin-top: 60px;
    font-size: 12px;
    color: #5E6282;
}

.feature{
    width: 85%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}

.sub-head{
    font-size: 18px;
    font-weight: 600;
    align-items: center;
}

.heading{
    color: #181E4B;
    font-size: 50px;
    font-weight: 700;
    font-family:Playfair ;
    align-items: center;
    margin: 0;
    padding: 0;


}


.feat-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-block: 50px;
}



.feat-card{
    max-width: 300px;
    max-height: 410px;
    flex: 1;
    border-radius: 30px;
    box-shadow: 0 12px 32px rgba(24, 30, 75, 0.15);
    overflow: hidden;
}


.feat-card-img{
    width: 100%;
    height: 300px;
    overflow: hidden;

}
.feat-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feat-card-info{
    width: 80%;
    margin: 10px auto;
    padding-bottom: 20px;


}

.card-place{
    display: flex;
    align-items: center;
    justify-content: space-between;

}