

*{
    font-family: "Poppins"
}

html {
  scroll-behavior: smooth;
}

.custom-navbar {
    padding-left: 80px;
    padding-right: 80px;
    background-color: #FFFFFF;
    height: 80px;
}

.app-btn {
    width: 214px;
    height: 50px;
    background-color: #FFC145;
    border-radius: 44px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}

.custom-navbar-nav {
    gap: 50px;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
}

.custom-nav-item {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #333333;
}

.active {
    color: #FFC0CB !important ;
}

.custom-navbar-toggler {
    padding-left: 5px;
    padding-right: 5px;
}

.description-section-heading {
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 46px;
    line-height: 100%;
    color: #333333;
    padding-bottom: 15px;
}

.description-section-sub-heading {
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #333333;
    padding-bottom: 40px;
}

.step {
    width: 440px;
    height: 244px;
    background-color: #F9F9F9;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 70px;
    padding-right: 70px;


}

.step-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 10px;
    background-color: #FFC0CB;

}

.step-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #333333;
    text-align: center;
}

.step-description {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.parent-container-for-steps {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-left: 11.9%;
    padding-right: 11.9%;;
}

.get-started {
    padding-top: 130px;
    padding-bottom: 50px;
    padding-left: 70px;
    padding-right: 70px;
    position: relative;
    background-color: #F5F5F5;

}

.container-for-booking-title-and-image {
    /* background-image: url("/static/images/Frame2121453416.svg"); */
    /* background-repeat: no-repeat; */
    /* height:700px ; */
    width: 100%;
    /* background-size: 100% 100%; */
    /* background-color: #FFC0CB; */
    border-radius: 50px;
}

.container-for-booking-title-and-image image {
    /* width: 100% !important; */
    width: 700px;
}

.two-girls-doing-makeup-img {
    width: 100% !important;
}

.container-for-lip-stick {
    display: none;
}

.container-for-blush-on {
    display: none;
}

.get-started-btn {
    width: 219px;
    height: 55px;
    border-radius: 50px;
    background-color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #333333;
    border: none;
}

.container-for-booking-title-and-image {
    display: flex;
    align-items: center;
}

.booking-heading {
    font-weight: 600;
    font-size: 34px;
    line-height: 36px;
    color: #333333;

}

.booking-description {
    font-weight: 400;
    font-size: 26px;
    line-height: 28px;
    color: #232323;

}

.parent-contianer-for-booking-title-and-booking-img {
    position: absolute;
    display: flex;
}

.booking-title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding-left: 50px;
    gap: 20px;
}

.booking-img-container {
    width: 50%;
}

.booking-img-container img {
    width: 100%;
    height: 121%;
    padding-top: 25px;
}

.top-bar-icons {
    position: absolute;
    top: 0px;
}

.started-guide {
    padding-top: 50px;
    padding-bottom: 50px;
    
}

.key-fetures {
    background-image: url("/static/images/green_background.svg");
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 80px;
    /* padding-left: 80px;
    padding-right: 80px; */
    background-color: #F5F5F5;
    
}

.key-feture-title {
    width: 100%;
    font-weight: 600;
    font-size: 46px;
    line-height: 100%;
    padding-left: 70px;


}

.key-feture-description {
    width: 100%;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    padding-right: 70px;
}



.container-for-mobile-cards {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-bottom: 80px;
    padding-left: 11.9%;
    padding-right: 11.9%;
}

.mobile-card {
    background-color: #FFC0CB;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    width: 440px;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}

.mobile-card-description {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    color: #000000;
}

.mobile-card-image {
    width: 100%
}

.sell-product-banner {
    /* height: 400px; */
    background-image: url("/static/images/selling_product_banner_image.svg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    
}

.parent-container-for-banner {
    padding: 50px 70px;
    background-color:#FFFFFF;
}

.parent-container-for-title-and-description {
    display: flex;
    padding-bottom: 50px;
    gap: 20px;
}

.parent-contaienr-for-banner-title-and-description {
    width: 50%;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner-title {
    font-weight: 600;
    font-size: 34px;
    line-height: 100%;
    color: #FFFFFF;
}

.banner-description {
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    color: #FFFFFF;
}

.parent-container-for-image-and-form {
    display: flex;
    background-color: #F5F5F5;
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
    align-items: end;
    gap: 70px;
    padding-bottom: 50px;
    align-items: center;
    /* flex-wrap: wrap; */
}

.contaien-for-left-image-of-form {
    width: 100%;
}

.contaien-for-left-image-of-form img {
    width: 100%;
}

.parent-container-for-form {
    width: 100%;
}

.form-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: #1B1818;
    padding-bottom: 20px;
}

.form-description {
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    color: #4A4A4C;
    padding-bottom: 20px;
}

.label-and-input-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 24px;
}

.form-input {
    background-color: #FFFFFF;
    border: 2px solid #E7E7E7;
    height: 50px;
    border-radius: 10px;
    padding: 15px;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #333333;
}

.form-textarea {
   height: 150px;
   resize: unset;
}

.form-input::placeholder {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #909090;
}

.form-container{
    width: 540px;
}

.form-container button {
    width: 246px;
    height: 50px;
    border: none;
    border-radius: 58px;
    text-align: center;
    color:#333333;
    background: #FFC0CB;
    
    font-family: Poppins;
    font-weight: 600;
    line-height: 22px;
}

.form-label {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #111111;
}

.footer-contaier {
    background-color: #FFC0CB;
    padding-left: 70px;
    padding-right: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download-button-container {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dowload-buttons-description {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

.footer-links-container {
    display: flex;
    align-items: center;
    gap: 15px;

    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.footer-link {
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #333333;

}

.parent-container-for-top-bar-icon {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100%;
}


@media (max-width : 768px) {

    .parent-contianer-for-booking-title-and-booking-img {
        flex-direction: column;
        align-items: center;
    }
    .booking-title-container {
        width: 100%;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        gap: 10px;
    }

    .booking-img-container img {
        height: 75px;
        padding-top: 0px;
    }

    .get-started {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-top: 10px;
        background-color: #FFC0CB;
    }

    .booking-heading {
        font-size: 12px;
        line-height: 14px;
    }

    .booking-description {
        font-size: 12px;
        line-height: 14px;
    }

    .get-started-btn {
        width: 128px;
        height: 35px;
        font-size: 12px;
    }

    .description-section-heading {
        font-size: 20px;
        padding-bottom: 5px;
    }

    .description-section-sub-heading {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 12px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .parent-container-for-steps {
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px;
        gap: 20px;
    }
    
    .step {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 160px;
        gap: 10px;
    }
    .contaien-for-left-image-of-form img {
        width: 100%;
    }
    .key-feture-title {
        font-size: 18px;
        padding-left: 0px;
        width: unset;
    }
    .key-feture-description {
        font-size: 16px;
        line-height: 20px;
        padding-right: 0px;
        width: unset;
        text-align: center;
        padding-left: 50px;
        padding-right: 50px;
        
    }
    .key-fetures {
        padding-top: 20px;
        flex-direction: column;
        align-items: center;
        background-image: none;

    }
    .parent-container-for-title-and-description {
        padding-bottom: 10px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        background-color:#98FB98;
        border-bottom-left-radius: 250px;
        border-bottom-right-radius: 250px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .container-for-mobile-cards {
        flex-wrap: wrap;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        gap: 20px;
    }

    .parent-contaienr-for-banner-title-and-description {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .banner-description {
        font-size: 10px;
        line-height: 12px;
        gap: 10px;
    }

    .banner-title {
        font-size: 12px;
        line-height: 14px;
    }

    .form-title {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .form-description {
        font-size: 16px;
        line-height: 18px;
    }

    .label-and-input-container {
        gap: 0px;
        padding-bottom: 10px;
    }

    .custom-navbar {
        padding-left: 20px;
        padding-right: 20px;
    }

    .form-container {
        width: 100%;
    }

    .parent-container-for-image-and-form {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        gap: 10px;
        padding-bottom: 10px;
        flex-wrap: wrap;
    }

    .footer-contaier {
        padding-left: 20px;
        padding-right: 20px;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 20px;
    }
    .footer-links-container {
        flex-direction: column;
        gap: 10px;
    }

    .download-button-container {
        flex-direction: column;
    }

    .parent-container-for-banner {
        padding: 15px 20px;
    }
    .mobile-card {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .started-guide {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mobile-card-description {
        font-size: 14px;
        line-height: 22px;
    }

    .navbar-brand svg {
        height: 50px;
    }
    
    .navbar-brand {
        margin-right: 0px;
    }

    .app-btn {
        width: 160px;
        height: 40px;
        font-size: 12px;
        line-height: 16px;

    }
    .parent-container-for-download-app-button {
        position: absolute;
    }

    .custom-navbar {
        position: relative;
        justify-content: center;
    }
    .custom-navbar-nav {
        gap: 0px;
    }

    .custom-nav-item {
        font-size: 12px;
    }
    
   .parent-contianer-for-booking-title-and-booking-img {
        position: unset;
        gap: 10px;
   }

   .two-girls-doing-makeup-img {
        display: none;
   }

   .container-for-lip-stick {
        display: block;
        position: absolute;
        top: 20px;
        left: -8px;
   }

   .container-for-blush-on {
        display: block;
        position: absolute;
        bottom: 10px;
        right: 0px;
        top: -8px;
   }

}