
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap');
.container_1640 {
    width: 100%;
    max-width: 1640px;
    padding: 0 100px;
    margin: auto;
}
.addHeader {
    width: 100%;
    min-height: 80px;
    background: #FCF9F9;
    box-shadow: 0 4px 20px rgba(180, 180, 180, 0.3);
}
.addHeaderNavbar {
    min-height: 80px;
}
.addHeader .addHeaderNavbar .headerNavItem .headerNavLink {
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #444444;
}
.addHeader .addHeaderNavbar .headerNavItem .headerNavLink.active,
.addHeader .addHeaderNavbar .headerNavItem .headerNavLink:active {
    color: #D41526;
}
.addMain_intro {
    width: 100%;
    min-height: 640px;
    background-image: url('../images/intro.png');
    background-position: center;
    background-size: cover;

}
/* carosel */
.carouselItem {
   width: 100%;
   max-width: 341px;
   min-height: 200px;
   padding: 30px;
   background: #F9F9F9;
   border: 1px solid #DEDADA;
   box-shadow: 0 4px 10px rgba(217, 217, 217, 0.25);
   border-radius: 8px;
}
.carouselContainer .carouselItem img {
    width: 100%;
    max-width: 270px;
    height: auto;
}
.owl-carousel.carouselContainer .nav_button_prev,
.owl-carousel.carouselContainer .nav_button_next {
    width: 100%;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 10px rgba(153, 153, 153, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #780912;
    position: absolute;

}
.owl-carousel.carouselContainer .nav_button_prev {
    top: 27%;
    left: -27px;
}
.owl-carousel.carouselContainer .nav_button_next  {
    top: 27%;
    right: -27px;
}
/* promotion page */
.promTitle {
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    /* identical to box height */
    text-transform: capitalize;
    color: #444444;
}
.carouselContainer.promotionCarousel .carouselItemProm {
    width: 100%;
    max-width: 341px;
    min-height: 200px;
}
.carouselContainer.promotionCarousel .carouselItemProm img {
    width: 100%;
    height: 100%;
    object-fit: none;
}
.carourselTitle {
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #444444;
}
/* form section */

.form_section {
    width: 100%;
    min-height: 543px;
    background: #F1F1F1;
}
.formText {
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #444444;
    width: 100%;
    max-width: 952px;
}

.formGroup {
    width: 100%;
    max-width: 541px;
}
.formGroup_label {
    background-color: #FFFFFF;
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formLabel {
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #444444;
}
.formLabel span {
    color: #DE2020;
}
.formInput_control {
    width: 100%;
    height: 55px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 4px 20px rgba(185, 185, 185, 0.1);
    border-radius: 10px;
}
.formGroup_btn {
    width: 100%;
    height: 55px;
    background: #D41526;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}


@media(max-width:768px) {
    .container_1640 {
        padding: 0 25px;
    }
    .carouselContainer.promotionCarousel .carouselItemProm,
    .carouselItem {
        max-width: 100%;
    }
    .carouselContainer.promotionCarousel .carouselItemProm img {
        object-fit: cover;
    }
}
