* { margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-family: 'Nunito', sans-serif;
}

header {
    min-height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}

nav {
    width: 100%;
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

nav img {
    width: 131px;
}

.nav-links {
    text-align: right;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a {
    text-decoration: none;
    font-size: 15.5px;
    padding: 6px 10px;
    border-radius: 3px;
    transition: 0.5s;
}


.nav-links ul li a:hover {
    background: rgb(251, 185, 1, 0.3);
}


nav a button {
    width: 160px;
    height: 45px;
    border: none;
    border-radius: 5px;
    background: #FBB901;
    color: #FFF;
    font-size: 18px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    transition: 0.5s;
}


nav a button:hover {
    background: #eca200;
}

nav .fa {
    display: none;
}

@media (max-width: 768px) {
    nav .nav-links, button {
        display: none;
    }
}


/* @media (max-width: 700px) {
    .text-box h1 {
        font-size: 20px;
    }

    .nav-links ul li {
        display: block;
    }

    nav a button {
        display: none;
    }
    .nav-links {
        position: absolute;
        background: #8545ff;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left; 
        z-index: 2;
        transition: 1s;
    }

    nav .fa {
        display: block;
        color: white;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    nav .fa-bars {
        color: black;
        font-weight: 100;
    }


    .nav-links ul {
        padding: 30px;
    }

} */



.hero-row .hero-col-1 {
    width: 45%;
}

.hero-row .hero-col-2 {
    width: 100%;
}

.hero-row .hero-col-2 img{
    width: 891px;
}

header .hero-background img {
    width: 80%;
    position: absolute;
    top: 120px;
    left: 90px;
    z-index: -2;
}

.hero-row .hero-col-1 .hero-title {
    width: 589px;
    margin-top: 85px;
}

.hero-row .hero-col-1 .hero-title h2 {
    color: #484848;
    font-size: 60.161px;
    font-style: normal;
    font-weight: 800;
    line-height: 60.805px;
}

.hero-row .hero-col-1 .hero-sub-title p {
    margin-top: 25px;
    color: #484848;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    font-size: 24px;
}

.hero-row .download-buttons {
    display: flex;
    justify-content: space-between;
    width: 330px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.hero-row .hero-col-1 .download-buttons img {
    width: 159px;
}

.hero-row .join-waitlist {
    width: 700px;
    display: flex;
    justify-content: space-between;

}

.hero-row .join-waitlist input {
    width: 361px;
    height: 50px;
    padding: 0 20px 0 20px;
    border: none;
    border-radius: 5px;
    background: #f0f0f0;

    color: #484848;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.hero-row .join-waitlist button {
    width: 160px;
    height: 50px;
    border: none;
    border-radius: 5px;
    background: #FBB901;

    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-left: 13px;
}

.hero-row .join-waitlist button:hover {
    background: #eca200;
}




header .hero-row{
    width: 100%;
    padding: 0 51px 0 75px;
    display: flex;
    justify-content: space-between; 
}

@media (max-width: 768px) {
    header { 
        width: 100%;
    }

    header .hero-row {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    
    header .hero-background img {
        display: none;
    }

    header .hero-row {
        width: 100%;
        padding: 0 25px 0 25px;
        margin: 0;
    }

    .hero-row .hero-col-2 {
        order: -1;
        width: 100%;
        margin: 18px 0 0 0;
        padding: 0;
        position: relative;
        left: -105px;
    }

    .hero-row .hero-col-2 img {
        margin: 0;
        padding: 0;
        max-width: 430px;
    }

    .hero-row .hero-col-1 {
        width: 100%;
    }

    .hero-row .hero-col-1 .hero-title {
        width: 100%;
        margin-top: 5px;
        padding: 0;
    }

    .hero-row .hero-col-1 .hero-title h2 {
        width: 100%;
        font-size: 43px;
        font-weight: 900;
        line-height: 49px;
    }

    .hero-row .hero-col-1 .hero-sub-title p {
        width: 100%;
        margin-top: 11px;
        font-weight: 500;
        line-height: 32px;
        font-size: 20px;
        padding-right: 10px;
        margin-bottom: 15px;
    }

    .hero-row .join-waitlist {
        flex-direction: column;
        width: 100%;
    }

    .hero-row .hero-col-1 input {
        width: 100%;
    }

    .hero-row .hero-col-1 button {
        display: block;
        width: 100%;
        margin: 20px 0 0 0;
    }
}





.booking {
    width: 100%;
    margin-top: 85px;
    margin-bottom: 50px;
    padding: 0 95px;
    text-align: center;
}

.booking .booking-row {
    display: flex;
    justify-content: center;
}

.booking .booking-row .booking-col {
    width: 250px;
    padding: 15px 24px;
    border-radius: 7px;
    transition: 0.5s;
    margin: 0 6px;
    transition: 0.5s;
}


/* .booking .booking-row .booking-col:hover {
    background: #ce8d00;
    color: #fff;
} */

.booking .booking-row .booking-col:hover {
    box-shadow: 2px 2px 27px rgba(0, 0, 0, 0.15);
}

.booking  .booking-col img {
    margin: 0 auto;
}

.booking  .booking-col h3 {
    color: #484848;
    font-size: 18.089px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding: 10px 0;
}



.booking  .booking-col p{
    color: rgba(72, 72, 72, 0.80);
    font-size: 14.254px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 768px) {
    .booking {
        width: 100%;
        margin-top: 55px;
        margin-bottom: 30px;
        padding: 0 40px;
    }

    .booking .booking-row {
        flex-direction: column;
    }

    .booking .booking-row .booking-col {
        margin: 9px 0;
    }
}








section.about {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 81px;
    margin-bottom: 50px;
} 

.about .card {
    display: flex;
    padding: 80px 214px;
    justify-content: center;
    align-items: center;
    width: 80%;
    border-radius: 35px;
    background: #8545FF;
    transition: 0.5s;
}

.about .card:hover {
    background: #561bc4;
}

.about .card h2 {
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

@media (max-width: 768px) {
    .about .card {
        padding: 50px 32px;
        justify-content: center;
        width: 90%;

    }
    .about .card h2 {
        font-size: 30px;
        font-weight: 900;
        line-height: 43px;
    }
}




/* Why Choose Us */

section.why-choose-us {
    width: 100%;
    margin-top: 85px;
}



.why-choose-us .title {
    width: 100%;
    display: flex;
    justify-content: center;
}

.why-choose-us .title h1 {
    color: #484848;
    font-size: 52.161px;
    font-style: normal;
    font-weight: 900;
    line-height: 69.805px;
}

.why-choose-us .card-row {
    display: flex;
    justify-content: space-around;
    padding: 20px 120px;
}

.why-choose-us .card-col {
    width: 250px;
    padding: 19px 12px;
    margin: 0 24px;
    transition: 0.5;
    border-radius: 7px;
}

.why-choose-us .card-col:hover {
    box-shadow: 2px 2px 27px rgba(0, 0, 0, 0.1);
}


.why-choose-us .card-col h3 {
    color: #8545FF;
    font-size: 24.301px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 6px;
}

.why-choose-us .card-col p {
    color: #484848;
    font-size: 16px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0 10px 0 0;
}

.why-choose-us .card-col {
    background-image: url('./assets/images/1.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}


@media (max-width: 768px) {

    section.why-choose-us {
        width: 100%;
        margin-top: 42px 0 0 0;
    }
    
    .why-choose-us .title h1 {
        font-size: 42px;
    }

    .why-choose-us .card-row {
        justify-content: center;
        align-items: center;
        padding: 14px 20px;
        flex-direction: column;
        margin: 0;
        text-align: center;
    }

    .why-choose-us .card-col {
        width: 100%;
        padding: 31px 17px;
        margin: 24px 0;
        transition: 0.5s;
        border-radius: 12px;
    }

    .why-choose-us .card-col h3{
        font-size: 29.5px;
    }

    .why-choose-us .card-col p{
        font-size: 20px;
    }

    .why-choose-us .card-col {
        background-position: left;
    }
    
}





/* Footer */
footer {
    margin-top: 101px;
    width: 100%;
    height: 210px;
    background: #484848;
    display: flex;
    justify-content: center;
}

footer .footer-contents-row {
    display: flex;
    margin-bottom: 95px;
    justify-content: space-between;
    width: 80%;
    padding: 55px 0px;
}

footer .footer-contents-row img {
    display: flex;
    width: 150px;
    gap: 11.459px;
    flex-shrink: 0;
    margin: 0 0 18px 0; 
}

footer .footer-contents-row input {
    border-radius: 5px;
    background: #F1F1F1;
    padding: 8px 31px
}

footer .footer-contents-row button {
    border-radius: 5px;
    background: #FBB901;
    padding: 7px 25px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s;
}

footer .footer-contents-row button:hover {
    background: rgba(255, 194, 26, 0.3);
}

.footer-contents-row .contact {
    width: 25%;
}

.footer-contents-row .contact h4 {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.content-col .social-media {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-top: 19px;
    width: 210px;
}

.content-col .social-media .social-media-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80px;
}

.content-col .social-media .line {
    width: 0.5px;
    height: 28px;
    background: #fff;
}

.content-col .social-media p {
    font-size: 18px;
    color: #fff;
    padding-bottom: 15px;
}


.content-col .social-media .social-media-icons img {
    width: 21px;
}

.content-col .email {
    display: flex;
    justify-content: space-between;
    height: 50px;
    width: 235px;

}

.content-col .email .mail-icon {
    width: 21px;
    padding-bottom: 7px;
}

.content-col .email a {
    color: #fff;
    font-size: 18px;
   
}


section.copy-right {
    width: 100%;
    height: 45px;
    background: #121212;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.copy-right p {
    color: #FFF;
    font-size: 16px;
}

@media (max-width: 768px) {
    footer {
        margin-top: 60px;
        width: 100%;
        height: 400px;
    }

    footer .footer-contents-row {
        flex-direction: column;
        width: 90%;
    }

    footer .footer-contents-row img {
        margin-bottom: 34px;
    }

    footer .footer-contents-row input {
        width: 100%;
    }

    footer .footer-contents-row button {
        display: block;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 31px;
    }

    .footer-contents-row .contact {
        width: 100%;
    }

    .content-col .email .mail-icon {
        width: 34px;
        margin-right: 10px;
    }
}