/* imports */

@import url("/ooho/assets/css/fonts.css");

/* Universal */

* {
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
}

p {
    margin: 0;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a {
    text-decoration: none;
}

button {
    border: none;
}

ul {
    list-style: none;
    text-align: left;
}

/* NAVBAR */

.green_campaing {
    position: fixed;
    height: 35px;
    z-index: 99;
    top: 0;
    width: 100%;
    background: #9FA889;
    display: flex;
    justify-content: center;
    align-items: center;
}

.green_campaing_text {
    font-family: "Latinka-Light";
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #fff;
}

.navbar_responsive_container {
    display: none;
}

.inactive-slide .swiper_container_section_1_text {
    opacity: 0;
}

.navbar_main_container {
    position: fixed;
    top: 35px;
    width: 100%;
    height: 75px;
    display: flex;
    background: white;
    align-items: center;
    font-family: "Helvetica";
    justify-content: space-between;
    border-bottom: 1px solid #BFBFBF;
    z-index: 999;
}

.navbar_container_left_section {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 40%;
}

.navbar_container_right_section {
    display: flex;
    justify-content: right;
    align-items: baseline;
    gap: 15px;
    margin-right: 30px;
    width: 60%;
}

.navbar_container_right_section_a_login {
    display: flex;
    align-items: center;
    border-bottom: 4px solid rgb(159, 168, 137);
    gap: 2px;
}

.navbar_container_right_section_a_icon {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.navbar_container_right_section_a_icon svg {
    width: 100%;
    height: 100%;
}

.navbar_container_right_section_a_text {
    font-family: 'Latinka-SemiBold';
    color: rgb(29, 29, 29);
    transition: color .3s ease;
    font-size: 14px;
}

.navbar_container_right_section_a_text:hover {
    color: #828D68;
    transition: color .3s ease;
}

.navbar_links {
    display: flex;
    gap: 20px;
    font-size: 14px;
}

.navbar_links a {
    font-family: 'Latinka-SemiBold';
    color: rgb(29, 29, 29);
    transition: color .3s ease;
}

.navbar_links a:hover {
    color: #828D68;
    transition: color .3s ease;
}

.navbar_logo {
    height: 60px;
    width: 60px;
}

.navbar_logo i {
    display: none;
}

.navbar_mobil_login_button {
    display: none;
}

.navbar_social_links {
    display: none;
}

/* index css */
.content_main_container {
    padding-top: 150px;
}

.swiper_container_section_1 {
    padding-bottom: 50px;
    border-bottom: 1px solid #BFBFBF;
}

.swiper_container_section_1_text {
    color: #fff;
    font-family: "Latinka-SemiBold";
    font-size: 55px;
    width: 60%;
    line-height: 45px;
    padding-left: 150px;
    position: absolute;
    text-align: left;
    opacity: 1;
    transition: opacity .1s ease-in-out;
}

.swiper_container_section_1_text h4 {
    font-size: 29px;
}

.swiper_container_section_1_text p {
    margin-bottom: 80px;
}

.swiper_container_section_1_text h4,
.swiper_container_section_1_text p,
.swiper_container_section_1_text button {
    opacity: 0;
}

.swiper_container_section_1_text button {
    font-family: "Latinka-SemiBold";
    font-size: 18px;
    height: 70px;
    width: 230px;
    color: #fff;
    background: #9fa889;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: background-color .4s ease, color .4s ease;
}


.swiper_container_section_1_text button:hover {
    font-family: "Latinka-SemiBold";
    color: #9fa889;
    background: #fff;
    border: 1px solid rgb(159, 168, 137);
    transition: background-color .4s ease, color .4s ease;
}

.MainSwiper {
    width: 100%;
    height: 100%;
}

.MainSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: left;
    align-items: center;
}

.MainSwiper .swiper-slide img {
    border-radius: 25px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper_container_section_1_image-container {
    width: 100%;
    height: 100%;
}

.MainSwiper .swiper-slide {
    width: 70% !important;
    height: 650px !important;
}

.swiper-pagination {
    position: absolute;
    bottom: 10rem !important;
    top: 765px !important;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination-bullet {
    position: relative;
    width: 15px;
    height: 15px;
    background-color: #ccc;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 10px;
    transition: width 0.3s ease;
}

.swiper-pagination-bullet-progress {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 100%;
    background-color: #9fa889;
    width: 0%;
    transition: width 3s linear;
}

.swiper-pagination-bullet-active {
    width: 80px;
}

.product_container_section_2_header {
    display: flex;
    justify-content: space-between;
    padding: 55px 210px 35px 210px;
}

.product_container_section_2_header a {
    font-size: 25px;
    padding: 15px;
}

.product_container_section_2_content {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0 210px;
}

.product_container_section_2_1_header a {
    color: #BCBCBC !important;
}

.product_container_section_2_1_header a.active {
    color: #000 !important;
}

.product_container_section_2_1_header {
    opacity: 0;
}

.product_container_section_2_header .product_container_section_2_2_header:first-child a {
    font-family: 'Latinka-SemiBold';
}

.product_container_section_2_header .product_container_section_2_2_header:last-child u {
    font-family: 'Latinka-Regular';
    font-size: 20px;
}

.product_container_child {
    font-family: 'Latinka-Regular';
    padding-bottom: 40px;
    width: 24%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
}

.product_container_child_discount {
    font-family: 'Latinka-Regular';
}

.product_container_child_image {
    width: 100%;
    aspect-ratio: 1 / 1.5;
    background: #f6f6f6;
    border-radius: 25px;
    position: relative;
    cursor: pointer;
    height: 400px;
}

.product_container_child_image img:first-child {
    opacity: 1;
    transition: opacity .4s ease;
    object-fit: contain;
}

.product_container_child_image:hover img:first-child {
    opacity: 0;
    transition: opacity .4s ease;
}

.product_container_child_image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .4s ease;
    border-radius: 25px;
}

.product_container_child_image:hover img:nth-child(2) {
    opacity: 1;
    transition: opacity .4s ease;
}

.product_container_child_image span {
    position: absolute;
    top: 10px;
    left: 10px;
}

.product_container_child_price {
    display: flex;
    gap: 10px;
}

.product_container_child_price span {
    color: #7B7B7B;
    text-decoration: line-through;
}

.product_container_child_price p {
    font-family: 'Latinka-Bold';
    color: #36586F;
}

.product_container_child_variant_section {
    display: flex;
    gap: 5px;
}

.product_container_child_variant_child {
    height: 25px;
    width: 25px;
    border: 1px solid rgb(0, 0, 0, 0.1);
    border-radius: 25px;
}

.product_container_child_text {
    font-family: 'Latinka-SemiBold';
}

.variant_color_1 {
    background: #B88758 !important;
}

.variant_color_2 {
    background: #6E8371 !important;
}

.variant_color_3 {
    background: #fff !important;
}

.product_swiper_container_section_3 {
    width: 100%;
    height: max-content;
    background: #f6f6f6;
    padding: 100px 0;
    display: flex;
}

.product_swiper_container_section_3_swiper {
    width: 66%;
    display: flex;
}

.product_swiper_container_section_3_text {
    font-family: 'Latinka-Regular';
    padding: 55px 55px 55px 210px;
    opacity: 0;
}

.product_swiper_container_section_3_text h4 {
    font-size: 20px;
}

.product_swiper_container_section_3_text p {
    font-size: 25px;
    margin-bottom: 25px;
}

.ProductSwiper .swiper-slide {
    height: 100%;
    margin-right: unset !important;
}

.ProductSwiper .swiper-wrapper {
    gap: 30px;
    opacity: 0;
}

.product_swiper_container_section_3_card {
    width: 100% !important;
    height: unset !important;
    padding-bottom: 20px;
    border-radius: 27px;
    background: #fff;
}

.product_swiper_container_section_3_card_features {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 25px 0 25px;
}

.product_swiper_container_section_3_card_name {
    font-family: 'Latinka-SemiBold';
    font-size: 20px;
}

.product_swiper_container_section_3_card_itemCount {
    font-family: 'Latinka-Medium';
    font-size: 15px;
    color: #9FA889;
}

.product_swiper_container_section_3_card_linkArrow {
    background-color: #9FA889;
    color: #fff;
    height: 55px;
    width: 55px;
    border-radius: 25px;
    display: grid;
    place-items: center;
    font-size: 22px;
    border: 1px solid transparent;
    transition: background-color .4s ease, color .4s ease;
    cursor: pointer;
}

.product_swiper_container_section_3_card_linkArrow:hover {
    background-color: #fff;
    color: #9FA889;
    border: 1px solid #9FA889;
    transition: background-color .4s ease, color .4s ease;
}

.swiper_buttons {
    justify-content: left;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: none !important;
}

.swiper-button-next,
.swiper-button-prev {
    position: unset;
    margin-top: unset;
    right: unset;
    left: unset;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    border: 1px solid black;
    border-radius: 100%;
    color: black;
    transition: color 0.5s ease, background-color 0.5s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: black;
    border: 1px solid black;
    border-radius: 100%;
    color: #fff;
    transition: color 0.5s ease, background-color 0.5s ease;
}

.product_popup_container_section_4 {
    width: 100%;
    display: flex;
    padding: 75px 250px;
}

.product_popup_other_content_container {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 35px;
}

.product_popup_big_image_container {
    width: 45%;
    opacity: 0;
}

.product_popup_big_image {
    margin: 0 25px 0 0;
    position: relative;
    height: 1000px;
}

.product_popup_big_image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    object-fit: contain;
    border-radius: 25px;
}

.product_popup_big_image_clickable_circle_container {
    position: relative;
    z-index: 3;
    height: 100%;
}

.product_popup_big_image_clickable_circle button {
    border-radius: 100%;
    height: 35px;
    width: 35px;
    background: #9FA889;
    color: black;
    z-index: 3;
}

.product_popup_big_image_clickable_circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
}

.product_popup_big_image_clickable_circle_container .product_popup_big_image_clickable_circle:first-child {
    top: 27%;
    left: 38%;
}

.product_popup_big_image_clickable_circle_container .product_popup_big_image_clickable_circle:nth-child(2) {
    top: 34%;
    left: 47%;
}

.product_popup_big_image_clickable_circle_container .product_popup_big_image_clickable_circle:last-child {
    top: 40%;
    left: 49%;
}

.product_popup_big_image_clickable_circle_info_box {
    display: none;
    position: absolute;
    left: 50px;
    background: #fff;
    height: max-content;
    width: 150px;
    border-radius: 25px;
    padding: 10px;

}

.product_popup_other_content {
    width: 100%;
}

.product_popup_other_content_header_text {
    opacity: 0;
}

.product_popup_other_content_header_text h4 {
    font-family: "Latinka-Regular";
    font-size: 20px;
}

.product_popup_other_content_header_text p {
    font-family: "Latinka-SemiBold";
    font-size: 30px;
}

.product_popup_other_content_child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    opacity: 0;
}

.product_popup_other_content_child_name {
    font-family: 'Latinka-SemiBold';
}

.product_popup_other_content_child_placement {
    display: grid;
    place-items: center;
    height: 40px;
    width: 40px;
    background: #F6F6F6;
    border-radius: 100%;
}

.product_popup_other_content_child_image {
    height: 100px;
    width: 100px;
    border-radius: 25px;
    background: gray;
}

.product_popup_other_content_child_price {
    font-family: 'Latinka-Bold';
    color: #36586F;
}

.product_popup_other_content_child_price span {
    color: #7B7B7B;
    text-decoration: line-through;
    font-family: 'Latinka-Medium';
}

.product_popup_other_content_child_section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.product_popup_other_button {
    opacity: 0;
}

.product_popup_other_button button {
    font-family: "Latinka-SemiBold";
    font-size: 14px;
    height: 50px;
    width: 200px;
    color: #fff;
    background: #9fa889;
    border-radius: 50px;
    border: 1px solid rgb(255, 255, 255);
    transition: background-color .4s ease, color .4s ease;

}

.product_popup_other_button button:hover {
    font-family: "Latinka-SemiBold";
    color: #9fa889;
    background: #fff;
    border: 1px solid rgb(159, 168, 137);
    transition: background-color .4s ease, color .4s ease;
}

.product_popup_pulseEffect {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: absolute;
    border-radius: 100%;
    animation: waveEffect 2s infinite;
    z-index: 2;
}

.product_popup_pulseEffect_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: absolute;
    border-radius: 100%;
    animation: waveEffect2 2s infinite;
    z-index: 2;
}

.more_info_container_section_5 {
    height: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    background-color: #F6F6F6;
}

.more_info_section_5_1 {
    width: 25%;
    opacity: 0;
}

.more_info_section_5_1_text {
    padding-bottom: 50px;
}

.more_info_section_5_1_text p {
    font-family: 'Latinka-Regular';
}

.more_info_section_5_1_text h4 {
    font-family: 'Latinka-SemiBold';
}

.more_info_section_5_2 {
    width: 430px;
    opacity: 0;
}

.more_info_section_5_3 {
    width: 30%;
}

.more_info_section_5_3_openable_text {
    border-radius: 25px;
    background-color: transparent;
    height: max-content;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid black;
    transition: background-color 0.5s, border 0.5s;
    opacity: 0;
}

.more_info_section_5_3_openable_text_header p {
    font-family: 'Latinka-SemiBold';
}

.more_info_section_5_3_openable_text_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.more_info_section_5_3_openable_text_header h5 {
    font-weight: normal;
}

.more_info_section_5_3_openable_text_header i {
    font-size: 25px;
}

.more_info_section_5_3_openable_text_content {
    font-family: 'Latinka-Regular';
    display: none;
    border-top: 2px solid #d1cec9;
    padding-top: 20px;
}

.more_info_section_5_1 button {
    font-family: "Latinka-SemiBold";
    font-size: 14px;
    height: 50px;
    width: 200px;
    color: #fff;
    background: #9fa889;
    border-radius: 50px;
    border: 1px solid rgb(255, 255, 255);
    transition: background-color .4s ease, color .4s ease;
}

.more_info_section_5_1 button:hover {
    font-family: "Latinka-SemiBold";
    color: #9fa889;
    background: #fff;
    border: 1px solid rgb(159, 168, 137);
    transition: background-color .4s ease, color .4s ease;
}

.blog_container_section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22%;
    opacity: 0;
}

.blog_container_section_6_header {
    font-family: 'Latinka-SemiBold';
    width: 100%;
    text-align: center;
    padding: 35px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
}

.blog_container_section_6_header h4 {
    width: 25%;
}

.blog_container_section_6_header span {
    color: #9fa889;
    border-bottom: 3px solid #9fa889;
}

.blog_container_section_6_cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.blog_container_section_image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    width: 100%;
}

.blog_container_section_image_content {
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    height: 100%;
    padding-bottom: 55px;
}

.blog_container_section_image_content p {
    font-size: 29px;
    margin-bottom: 20px;
}

.blog_container_section_image img {
    border-radius: 25px;
}

.blog_container_section_image_content button {
    font-family: "Latinka-SemiBold";
    font-size: 14px;
    height: 50px;
    width: 200px;
    color: #fff;
    background: #9fa889;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: background-color .4s ease, color .4s ease;
}

.blog_container_section_image_content button:hover {
    color: #9fa889;
    background: #fff;
    border: 1px solid #9fa889;
    transition: background-color .4s ease, color .4s ease;
}

/* footer */
.footer_container {
    display: flex;
    width: 100%;
    padding: 50px 200px 0 200px;
    margin-top: 150px;
    border-top: 1px solid #D9D9D9;
    flex-wrap: wrap;
    position: relative;
}

.footer_container_image {
    position: absolute;
    left: -80px;
    z-index: -1;
}

.footer_section_1 {
    font-family: 'FiraSans';
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 29%;
}

.footer_section_1_social_links {
    font-size: 24px;
    letter-spacing: 10px;
}

.footer_section_1_social_links a {
    color: #000;
    transition: color .4s ease;
}

.footer_section_1_social_links a:hover {
    color: #9fa889;
    transition: color .4s ease;

}

.footer_section_1_privacy_links {
    display: flex;
    justify-content: space-between;
}

.footer_section_1_privacy_links a {
    color: #000;
    transition: color .4s ease;
}

.footer_section_1_privacy_links a:hover {
    color: #9fa889;
    transition: color .4s ease;
}

.footer_section_2 {
    display: flex;
    width: 37%;
    flex-direction: column;
    gap: 145px;
}

.footer_section_2_about p {
    font-family: 'Latinka-Regular';
    margin-bottom: 20px;
    width: 85%;
}

.footer_section_1_logo {
    height: 75px;
    width: 75px;
}

.footer_section_2_certificates img {
    height: 40px;
    width: 40px;
}

.footer_section_2_certificates img:nth-child(3) {
    width: 151px;
    height: 40px;
}

.footer_section_2_certificates img:last-child {
    width: 150px;
    height: 40px;
}

.footer_section_2_about a {
    border-bottom: 1px solid black;
    transition: color 1s ease, border-bottom .4s ease;
    color: black;
}

.footer_section_2_about a:hover {
    border-bottom: 1px solid #9fa889;
    transition: color 1s ease, border-bottom .4s ease;
    color: #9fa889;
}

.footer_section_3 {
    display: flex;
    gap: 50px;
}

.footer_section_3_list p {
    font-family: 'Latinka-SemiBold';
}

.footer_section_3_list {
    font-family: 'Latinka-Regular';
    text-align: center;
}

.footer_section_3_list a {
    color: black;
    transition: color .4s ease;
}

.footer_section_3_list a:hover {
    color: #9fa889;
    transition: color .4s ease;
}

.footer_page_info_link {
    display: flex;
    width: 71%;
    justify-content: right;
    align-items: baseline;
    padding-top: 35px;
}

.footer_section_3_bottom_logo {
    position: absolute;
    bottom: 0;
    right: 200px;
    width: 5%;
}

.footer_section_3_bottom_logo a {
    color: #000;
}

.footer_section_3_bottom_logo span {
    color: #9fa889;
}

/* -- keyframes -- */

@keyframes waveEffect {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
    }

    50% {
        width: 45px;
        height: 45px;
        opacity: 0.7;

    }

    100% {
        width: 0;
        height: 0;
        opacity: 1;
    }
}

@keyframes waveEffect2 {
    0% {
        width: 0;
        height: 0;
        opacity: 0.7;
    }

    50% {
        width: 55px;
        height: 55px;
        opacity: 0.7;

    }

    100% {
        width: 0;
        height: 0;
        opacity: 0;
    }
}