@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body{
    margin: 0;
    padding: 0;
    font-family: "Mulish", sans-serif;
}

header{
    padding: 15px 0px;
    background-color: #000;
}
header .logo{
    width: 150px;
}
header .menu{
    display: flex;
    align-items: center;
    gap: 20px;
}
header .menu ul{
    padding: 0;
    margin: 0;
}
header .menu ul li{
    list-style: none;
}
header .menu ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    font-family: "Mulish", sans-serif;
}
.social-icon a{
    color: #feb406;
    border: 1px solid #feb406;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 100px;
}
.social-icon a:hover{
    color: #212129;
    border: 1px solid #feb406;
    background-color: #feb406;
}
.hero-banner{
    height: 100vh;
    background:url(../img/hero_new.png);
    background-size:cover;
    background-position: center;
    padding-top: 180px;
    padding-bottom: 269px;
}
.hero-banner h1{
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 150%;
    font-family: "Playfair Display", serif;
}
.hero-banner h1 span{
    color: #feb406;
}
.section-title{
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 60px;
    position: relative;
    font-family: "Playfair Display", serif;
}
.section-title::after{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #feb406;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.details-box{
    padding: 20px 15px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 3px;
    min-height: 570px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.details-box img{
    margin-bottom: 15px;
    border-radius: 6px;
}
.details-box p{
    color: #474747;
}
.details-box p b{
    display: inline-block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 800;
    color: #000;
}
.details-box a{
    color: #000;
    text-decoration: none;
}
.theme-btn{
    text-decoration: none;
    color: #212129;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 0px;
    font-weight: 600;
    border: 1px solid #212129;
}
.theme-btn:hover{
    color: #212129;
    background-color: #feb406;
    border-color: #feb406;
}
.tagline{
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    margin-top: 30px;
    margin-bottom: 30px;
    font-style: italic;
}

footer{
    background-color: #212129;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
}

footer p{
    margin-bottom: 0;
}

.banner{
    background: url(../img/contact-banner.jpg);
    background-size: cover;
    padding: 160px 0px;
}
.banner h4{
    margin: 0;
    color: #fff;
    font-size: 36px;
    font-weight:800;
    line-height: 150%;
    font-family: "Playfair Display", serif;
}
label {
    color: #212129;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 8px;
}
button.btn.btn-primary {
    width: 100%;
    background: #212129;
    border: #212129;
    padding: 10px;
}
button.btn.btn-primary:hover{
    background: #feb406;
    border: #feb406;
}

.plan-dtls-box{
    padding: 40px 30px;
    margin-bottom: 30px;
    border-radius: 2px;
    background-color: #000;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    color: #fff;
}

.plan-dtls-box img{
    width: 100px;
    margin-bottom: 15px;
}

.plan-dtls-box h4{
    color: #fff;
    font-weight: 800;
    line-height: 150%;
    margin-bottom: 25px;
    position: relative;
}

.plan-dtls-box h4::after{
    content: "";
    width: 70px;
    height: 3px;
    background: #feb406;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-radius: 10px;
}

.plan-dtls-box p{
    font-weight: 500;
    line-height: 26px;
    color: #a4acb3;
    font-family: "Mulish", sans-serif;
    margin-bottom: 0;
}

.plan-dtls-box p span{
    color: #feb406;
    font-weight: 700;
}

.plan-dtls-box p a{
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #a4acb3;
}

.plan-dtls-box p a i{
    color: #feb406;
}

.im-interested{
    padding: 0px;
    background-color: #000;
}

.im-interested h4{
    color: #fff;
    font-size: 28px;
    font-weight:800;
    line-height: 150%;
    font-family: "Playfair Display", serif;
    position: relative;
    margin-bottom: 35px;
}

.im-interested h4::after{
    content: "";
    width: 80px;
    height: 3px;
    background: #feb406;
    position: absolute;
    bottom: -12px;
    left: 0;
    border-radius: 10px;
}

.im-interested h5{
    color: #a4acb3;
    font-size: 24px;
    margin-bottom: 15px;
}

.im-interested p{
    margin-bottom: 10px;
}

.im-interested p a{
    color: #a4acb3;
    text-decoration: none;
}

.im-interested p a i, .im-interested p i{
    color: #feb406;
}

.im-interested input{
    width: 50%;
    border: none;
    color: #a4acb3;
    background: transparent;
    border-bottom: 1px solid #a4acb3;
}

.im-interested input:focus{
    outline: none;
}

.im-interested button{
    border: none;
}

.im-interested h3{
    color: #fff;
    margin-bottom: 20px;
    font-family:"Playfair Display", serif;
}

.quieroqueest-dtls p{
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 150%;
}

.quieroqueest-dtls p span{
    color: #feb406;
}


@media only screen and (max-width: 767px) {
    header .logo {
        width: 100px;
    }
    .hero-banner {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .hero-banner h1 {
        font-size: 1.5rem;
    }
    .banner {
        padding: 50px 0px;
    }
    .banner h4 {
        font-size: 22px;
    }
    .section-title {
        font-size: 26px;
    }
    .details-box{
        min-height: auto;
    }
    .tagline{
        font-size: 18px;
    }
    .im-interested {
        padding: 30px 0px;
    }
    .mob-row-reverse{
        flex-direction: column-reverse;
    }
}