:root {
    --green: #006EA7;
    --gray: #D9D9D9
}

body {
    font-family: 'SFCompact Text';
}

header {
    position: relative;
    z-index: 2
}

.headerTop {
    background: #006EA7;
}


.garmy-slider {
    position: relative;
    max-width: 488px;
    padding: 10px 0px
}

.garmy-slider .slide-content {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.garmy-slider .swiper-button-next,
.garmy-slider .swiper-button-prev {
    color: #fff;
    background: var(--green);
    width: 46px;
    height: 46px
}

.garmy-slider .swiper-button-prev {
    left: 0;
    display: flex;
    justify-content: flex-start
}

.garmy-slider .swiper-button-next {
    right: 0
}

.garmy-slider .swiper-button-next:after,
.garmy-slider .swiper-button-prev:after {
    display: none
}

.garmy-slider img {
    max-height: 27px;
}



.headerCenter {
    padding: 34px 0 39px;
    border-bottom: 0.3px solid #000000;

}

.topMenu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.topMenu ul li a {
    display: flex;
    align-items: center;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.topMenu ul li a:hover {
    color: var(--green)
}

.topMenu ul li {
    display: flex;
}

.topMenu ul li+li:before {
    content: "";
    display: inline-block;
    height: 19px;
    width: 1px;
    background: #ACACAC;
    margin: 0 32px
}

.topMenu ul li a.icon:before {
    content: "";
    display: inline-block;
    width: 20.78px;
    height: 17.6px;
    background-image: url(../images/icon.svg);
    background-size: cover;
    background-position: center;
    margin-right: 8px;
}

.bottomMenu {
    padding-left: 105px
}

.bottomMenu>ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.bottomMenu>ul>li {
    position: relative
}

.bottomMenu>ul>li>a {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 18px 0;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.bottomMenu>ul>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 100%;
    z-index: 2;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bottomMenu>ul>li:hover>a:before {
    background: var(--green)
}

.bottomMenu>ul>li:hover>a {
    color: var(--green)
}

.bottomMenu>ul>li+li {
    margin-left: 100px
}

.bottomMenu>ul>li>ul {
    position: absolute;
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 40px 20px 40px 50px;
    left: 0;
    top: 100%;
    min-width: 661px;
    max-width: 100%;

    background: #FFFFFF;
    border-bottom: 4px solid var(--green);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    display: block;
}

.bottomMenu>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.bottomMenu>ul>li>ul li a {
    position: relative;
    display: block;
    padding: 20px 0;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.bottomMenu>ul>li>ul li:hover a {
    color: var(--green)
}

.bottomMenu>ul>li>ul li a:after {
    content: "";
    position: absolute;
    right: 0;
    width: 7px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.999973%208.43164L4.71582%204.71579L0.999974%200.999946%22%20stroke%3D%22%23080808%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.bottomMenu>ul>li>ul li:hover a:after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.999973%208.43164L4.71582%204.71579L0.999974%200.999946%22%20stroke%3D%22%23006EA7%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");


}

header .social {
    display: flex;
    align-items: center;

}

header .social a+a {
    margin-left: 26px;
}

header .social a svg path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

header .social a:hover svg path {
    fill: var(--green);
}
#homeSlider {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
#homeProduct {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
#homeSlider .homeSlide .slide-content img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    display: block;
}

#homeSlider .swiper-buttons {
    position: absolute;
    bottom: 120px;
    left: 50%;
    display: flex;
    justify-content: space-between;
    transform: translateX(-50%);
    width: 150px;
    height: 57px;
    z-index: 2;
}

#homeSlider .swiper-buttons .swiper-button-next,
#homeSlider .swiper-buttons .swiper-button-prev {
    position: relative;
    width: 57px;
    height: 57px;
    left: auto;
    top: auto;
    margin: 0;
}

#homeSlider .swiper-buttons .swiper-button-next:after,
#homeSlider .swiper-buttons .swiper-button-prev:after {
    display: none;
}

#homeSlider .swiper-buttons .swiper-button-next img,
#homeSlider .swiper-buttons .swiper-button-prev img {
    width: 14.5px;
}

.homeProductList {
    display: flex;
    justify-content: center;
    margin: 76px 0 120px;
}

.homeProductList .homeProductItem {
    display: block;
    padding: 107px 0 31px;
    background-color: #FAFAFA;
    background-image: url(../images/productbg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 38px;
    width: 400px;
    max-width: 100%;
}

.homeProductList .homeProductItem .detail {
    padding: 0 51px;
    display: flex;
    flex-direction: column;
}

.homeProductList .homeProductItem .detail .category {
    display: inline-block;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    margin-bottom: 9px;
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.homeProductList .homeProductItem .detail strong {
    display: block;
    max-width: 250px;
    font-style: normal;
    font-weight: 400;
    ;
    font-size: 29px;
    line-height: 35px;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 23px;

}

.homeProductList .homeProductItem .detail .category:hover {
    color: var(--green)
}

.homeProductList .homeProductItem+.homeProductItem {
    margin-left: 48px
}

.hoverButton {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 136px;
    height: 34px;
    border-radius: 35px;
    padding: 10px 10px 10px 56px;
    background-color: #202020;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hoverButton:hover {
    background-color: var(--green);
    color: var(--green);
}

.hoverButton::before {
    content: attr(data-text);
    position: absolute;
    z-index: 1;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.03em;
    color: #202020;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.2s ease;
}

.hoverButton::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: var(--green);
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.2s ease;
}

.hoverButton:hover::after {
    width: 100%;
}

.hoverButton .icon {
    position: absolute;
    left: 0px;
    top: 2px;
    z-index: 3;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #202020;
    border-radius: 50%;
    background: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hoverButton:hover .icon {
    left: calc(100% - 30px);
    border-color: var(--green);
}

.hoverButton:hover::before {
    opacity: 1;
}

.homeProductList .homeProductItem .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    height: 320px;
    margin-top: 25px;
}

.homeProductList .homeProductItem .photo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}

#garmyBox {
    margin-bottom: 45px;
}

#garmyBox .garmyBoxContent {
    display: flex;
    align-items: center;
    width: 1543px;
    max-width: 100%;
    margin: 0 auto;
    background-color: var(--green);
}

#garmyBox .garmyBoxContent>* {
    width: 50%;
}

#garmyBox .garmyBoxContent .photo img {
    width: 100%;
    height: auto;
    min-height: 369px;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}

#garmyBox .garmyBoxContent .text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    align-items: flex-end;
    text-align: right;
    padding: 82px;

}

#garmyBox .garmyBoxContent .text p {
    display: block;
    margin: 31px 0 0;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: right;

    color: #FFFFFF;


}

#garmyBox .garmyBoxContent .text strong {
    display: block;
    font-weight: 700;
    font-style: italic;

}

.homeFavoritesList {
    margin: 0 auto 120px;
}
.favoriteSlider  .swiper-pagination-progressbar {
    margin: 24px auto;
    width: 277px;
}
 .swiper-pagination-progressbar {
    position: relative;
    background: #d3d3d3;
    height: 2px;
    border-radius: 2px !important;

}

 .swiper-pagination-progressbar-fill {
    background: #000 !important;
    border-radius: 2px !important;
}

.favoriteSlider .swiper-slide .photo {
    display: inline-flex;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.favoriteSlider .swiper-slide:hover .photo:before {
    opacity: 1;
}

.favoriteSlider .swiper-slide img {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

.favoriteSlider .swiper-wrapper {
    padding: 40px 50px;
    padding-left: 30;
}

.favoriteSlider .swiper-slide .text {
    position: absolute;
    bottom: 52px;
    left: 26px;
    z-index: 2;
    max-width: 245px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.favoriteSlider .swiper-slide.two .text {
    text-align: right;
    left: auto;
    right: 106px;
}

.favoriteSlider .swiper-slide:hover .text {
    opacity: 1;
}

.favoriteSlider .swiper-slider {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.favoriteSlider .swiper-slide img {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.favoriteSlider .swiper-slide .photo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    transition: opacity 0.3s ease;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.45%, #000000 100%);
    z-index: 1;
}

.favoriteSlider .swiper-slide:hover .photo:before {
    opacity: 1;
}

.favoriteSlider .swiper-slide-prev .photo {
    opacity: 0;
}

.favoriteSlider .swiper-slide {
    position: relative;
}

.favoriteSlider .swiper-slide a {
    position: absolute;
}

.favoriteSlider .swiper-slide.one a {
    right: 140px;
    bottom: 20px;
}

.favoriteSlider .swiper-slide.two a {
    left: 60px;
    bottom: 20px;
}

.favoriteSlider .swiper-slide.two a img {
    transform: scaleX(-1);
}

.favoriteSlider .swiper-slide.three a {
    right: 130px;
    bottom: 15px;
}

.favoriteSlider .swiper-slide.four a {
    right: 110px;
    bottom: 30px;
}

.favoriteSlider .swiper-slide.fifth-in-view {
    opacity: 0 !important;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-blur-layer {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
}

.custom-modal {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.custom-modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-modal .modal-image {
    width: 862px;
    max-width: 100%;
}

.custom-modal .modal-image img {
    width: 100%;
    border-radius: 34px;
}

.custom-modal .modal-content a {
    display: inline-block;
    ;
    position: absolute;
    bottom: 20px;
    right: 0;
    bottom: 68px;
    background: #fff;
    padding: 12px 50px 12px 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: -0.03em;
    color: #000000;
    text-decoration: none;
    z-index: 3;
}

.custom-modal .modal-content a img {
    margin-right: 6px;
    height: 33px;
}

.custom-modal .modal-content a:hover {
    background: #000;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.favoritesTitle * {
    display: block;
    text-align: center;
}

.favoritesTitle strong {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: -0.03em;
    color: #006EA7;
}

.favoritesTitle {
    margin-bottom: 60px;
}

.favoritesTitle p {
    margin: 6px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.47em;
    color: #000000;
}

.favoritesTitle i {

    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.03em;
    color: #000000;


}

.garmyLifeTitle {
    margin-bottom: 16px;
    width: 1630px;
    max-width: 100%;
}

.garmyLifeTitle span {
    display: block;
    font-style: normal;
    font-weight: 556;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 11px;
}

.garmyLifeTitle span i {
    font-style: normal;
    color: var(--green);
}

.garmyLifeTitle p {
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.03em;
    width: 800px;
    max-width: 100%;
    color: #000000;


}

.garmyLifeTitle p i {
    font-weight: 500;
}

.more {
    padding: 7px 8px;
    background: #F7F8FC;
    border-radius: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.more:hover {
    background: var(--green);
    color: #fff;
}

.videoLink {
    position: absolute;
    left: 130px;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    background: #fff;

    transform: translateY(-50%);
}

.videoLink::before {
    content: "";
    position: absolute;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    border: 0.3px solid #ffff
}

.videoLink:hover {
    animation: ripple 2000ms infinite;
}

.garmyStory2 {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 21px;
}


@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0px transparent, 0 0 0 0px #fff, 0 0 0 0px transparent, 0 0 0 0px #fff, 0 0 0 0px transparent, 0 0 0 0px #fff, 0 0 0 0px transparent, 0 0 0 0px #fff;
    }

    100% {
        box-shadow: 0 0 0 1px transparent, 0 0 0 5px rgba(255, 255, 255, 0), 0 0 0 10px transparent, 0 0 0 15px rgba(255, 255, 255, 0), 0 0 0 25px transparent, 0 0 0 35px rgba(255, 255, 255, 0), 0 0 0 45px transparent, 0 0 0 65px rgba(255, 255, 255, 0);
    }
}

#garmyLife {
    margin-bottom: 270px;
}

footer {
    background: var(--green);
    padding: 60px 0 70px;
}

.footertop {
    padding-bottom: 38px;
    border-bottom: 1px solid #fff;
}

.flogo {
    margin-bottom: 28px;
}

.flogo a img {
    width: 180px;
}

.fshare {
    display: flex;
    align-items: center;
}

.fshare a {
    text-decoration: none;
    ;
}

.fshare a+a {
    margin-left: 26px;
}

.fshare a svg path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.fshare a:hover svg path {
    fill: #000
}

.footerMenu {
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

.footerMenu .footerMenuItem+.footerMenuItem {
    margin-left: 80px;
}

.footerMenu .footerMenuItem .footerMenuItemTop a {
    display: block;
    margin-bottom: 18px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footerMenu .footerMenuItem .footerMenuItemTop a:hover {
    color: #000;
}

.footerMenu .footerMenuItem ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footerMenu .footerMenuItem ul li a {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footerMenu .footerMenuItem ul li a:hover {
    color: #000;
}

.footerMenu .footerMenuItem ul li+li {
    margin-top: 16px;
}

.footerbottom {
    padding-top: 38px;
}

.copyRight {
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

#pageHeader {
    position: relative;
}
#pageHeader .headerPhoto img {
    width: 100%;
    height: auto;

    object-fit: cover;
    object-position: center;
}
#pageHeader .videoBanner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
   left: 0;
   top: 0;
   width: 100%;
    height: 100%;
}
#pageHeader .videoBanner .videoLink {
    position: relative;
    left: auto;
    top:auto;
    transform: translateY(0);
}
#pageHeader .videoBanner strong {
display: block;
font-style: normal;
font-weight: 500;
font-size: 26px;
line-height: 31px;
letter-spacing: -0.03em;
color: #FFFFFF;
margin-left: 22px;

}

#pageContent {
    position: relative;
    z-index: 2;
    padding:80px 0 250px;


}

.pageMiniTitle {
display: block;
margin-bottom: 30px;
font-weight: 500;
font-size: 26px;
line-height: 31px;
letter-spacing: -0.03em;

color: #000000;
}
.companyPageText {

font-style: normal;
font-weight: 500;
font-size: 26px;
line-height: 31px;
letter-spacing: -0.03em;

color: #000000;
}

.companyImg {
    margin: 90px 0;
}
.companyImgList {
    display: flex;
    align-items: center;
    justify-content: center;
}
.companyImgList .companyImgItem +.companyImgItem {
    margin-left: 25px;
}
.companyImgList .companyImgItem img {
    max-width: 100%;
}
.companyImgList .companyImgItem:first-child {
transform: rotate(-3.38deg);
}
.companyImgList .companyImgItem:last-child {

transform: rotate(3.38deg);

}

.accordion-item {
background: #FFFFFF;
border: 1px solid #EAEAEA;
border-radius: 38px;

}
.accordion-item  + .accordion-item  {
    margin-top: 14px;
}
.accordion-item:first-of-type {
    border-top-left-radius: 38px;
    border-top-right-radius: 38px;
}
.accordion-item:last-of-type {
    border-bottom-left-radius: 38px;
    border-bottom-right-radius: 38px;
}
.accordion-item:not(:first-of-type) {
  border: 1px solid #EAEAEA;
}
.accordion-button {
    padding:33px 62px 33px 45px;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 24px;
letter-spacing: -0.01em;
color: #000000;
}
.accordion-button::after {
    background-image: url(/assets/images/icons/ico-accordion.svg);;
    width: 25px;
    height: 11px;
    background-size: cover;
}
.accordion-button:not(.collapsed):after{
    background-image: url(/assets/images/icons/ico-accordion-green.svg);;
    width: 25px;
    height: 11px;
    background-size: cover;
}
.accordion-item:has(.accordion-button) {
    background: #F9F9F9;
}

.accordion-item:has(.accordion-button.collapsed){
background-color: #fff;
}
.accordion-button:not(.collapsed) {
    color: #000;
}

.accordion-body {
    padding: 0 45px 45px;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 22px;
letter-spacing: 0.01em;
color: #9E9E9E;
}
.accordion-body>span {
    display: block;
    width: 1022px;
    max-width: 100%;
}

#pageHeader:has(.textHeader) {
    border-top: 0.3px solid #000000
}
.textHeader {
    padding-top: 76px;
}
.pageTitle {
   display: block;
   text-align: center;
font-style: normal;
font-weight:500;
font-size: 48px;
line-height: 57px;
letter-spacing: -0.03em;
color: #000000;
margin-bottom: 16px;

}
.textHeader .desc {
   display: block;
   margin: auto;
   width: 1140px;
   max-width: 100%;
font-style: normal;
font-weight: 350;
font-size: 20px;
line-height: 24px;
text-align: center;

color: #000000;


}

.fuarslider .slide-content {
    display: flex;
    align-items: center;
    background-color: var(--green);
}
.fuarslider .slide-content .fuarsliderPhoto {
    width: 50%;
}
.fuarslider .slide-content .fuarsliderPhoto img {
    width: 100%;
    height: 256px;
    object-fit: cover;
    object-position: center;
}
.fuarslider .slide-content .fuarsliderText {
    padding: 25px 45px ;
}
.fuarslider .slide-content .fuarsliderText .fuarsliderTextTitle {
    display: block;
    font-style: normal;
font-weight: 500px;
font-size: 20px;
line-height: 24px;
letter-spacing: -0.03em;
border-bottom: 1px solid #fff;
color: #F4F4F4;
padding-bottom: 12px;
margin-bottom: 12px;

}

.fuarslider .slide-content .fuarsliderText i {
display: block;
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
letter-spacing: -0.03em;

color: #F4F4F4;
margin-bottom: 8px;

}
.fuarslider .slide-content .fuarMeta {
    display: flex;
    align-items: center;
   margin-bottom: 8px;
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 18px;
letter-spacing: -0.06em;
color: #F4F4F4;
}
.fuarslider .slide-content .fuarMeta span {
    display: flex;
    align-items: center;
}
.fuarslider .slide-content .fuarMeta span + span:before {
    content: "";
    height: 22px;
    width: 1px;
    display: inline-block;
    background-color: #fff;
    margin: 0 9px;
}
.fuarslider .slide-content .fuarDesc {
display: block;
font-weight: 300;
font-size: 15px;
line-height: 18px;
letter-spacing: -0.03em;
margin-bottom: 26px;
color: #FFFFFF;


}
.fuarslider .slide-content a {
display: inline-block;
font-size: 15px;
line-height: 18px;
letter-spacing: -0.07em;
color: #F4F4F4;
background: #1D1D1B;
border:1px solid #1D1D1B;
text-decoration: none;
padding: 6px 26px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fuarslider .slide-content a:hover {
    background: var(--green);
    color: #1D1D1B;
}
.fuarslider .swiper-buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;;
}
.fuarslider .swiper-buttons> * {
    width: 30px;
    height: 30px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fuarslider  .swiper-button-prev, .fuarslider .swiper-rtl .swiper-button-next {
    position: relative;
    left: auto;
    top: auto;
    margin-right: 15px;
}
.fuarslider  .swiper-button-next, .fuarslider  .swiper-rtl swiper-button-prev {
    position: relative;
    top: auto;
    right: auto;
}
.fuarslider .swiper-buttons *:after {
display: none
}
.fuarslider .swiper-buttons img {
    height: 15px;
}
.lastFuars {
    margin-top: 100px;
}
.lastfuarHeader {
    padding-bottom: 20px;
    margin-bottom: 60px;


border-bottom: 0.4px solid #000000;

}
.lastfuarHeader strong{
display: block;
font-style: normal;
font-weight: 500;
font-size: 40px;
line-height: 48px;
letter-spacing: -0.03em;

color: #000000;


}
.lastfuarHeader span {
    display: block;
font-weight: 300;
font-size: 20px;
line-height: 24px;
text-align: right;
color: #000000;

}
.lastfuarHeader span  i {
    font-weight: 700;
    color: var(--green);
    font-style: normal;
}

.lastFuarItem .photo {
    position: relative;
    height: 277px;
    width: 100%;
        border-radius: 19px;
        overflow: hidden;
}

.lastFuarItem .photo  a {
    position: absolute;

right: 20px;
bottom: 16px;
width: 33px;
height: 34px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: #FFFFFF;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lastFuarItem .photo  a:hover svg path {
    fill:#fff
}
.lastFuarItem .photo  a:hover {
    background-color: var(--green);
}
.lastFuarItem .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);

     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.lastFuarItem:hover .photo img {
   
    transform: scale(1.1);
}
.lastFuarItem .text .meta {
    display: flex;
    align-items: center;
    justify-content:space-between;
font-weight: 500;
font-size: 15px;
line-height: 18px;
letter-spacing: -0.03em;
color: #CACACA;
margin: 15px 4px;
}
.lastFuarItem .text a {
display: block;
width: 208px;
max-width: 100%;
font-weight: 500;
font-size: 32px;
line-height: 30px;
letter-spacing: -0.03em;
text-decoration: none;
color: #000000;

     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
 
}

.lastFuarItem .text a:hover {
    color: var(--green);
}

.lastFuarSlider  .swiper-pagination-progressbar {
    margin: 100px auto 0;
    width: 277px;
}
.fuarInfo {
    position: absolute;
    width: 100%;
    bottom: -200px;
}
.fuarInfoBox {
width: 250px;
background: #FFFFFF;
border: 1px solid #DCDCDC;
border-radius: 58px;
padding: 5px 10px 25px;
}
.fuarInfoBox .locationLogo {
max-width: 180px;
padding:0 0 20px;
margin-bottom: 10px;
border-bottom: 0.5px solid #000;
text-align: center;
}
.fuarInfoBox .locationLogo img {
    max-width: 140px;
}
.fuarInfoBox .locationName {
display: block;
font-style: normal;
font-weight: 300;
font-size: 15px;
line-height: 18px;
text-align: center;
color: #B8B8B8;
margin-bottom: 2px;
}
.fuarInfoBox .fuarName {
display: block;
font-weight: 500;
font-size: 32px;
line-height: 30px;
text-align: center;
letter-spacing: -0.03em;
color: #000000;
margin-bottom: 6px;
}
.fuarInfoBox .fuarDate {
  display: block;
font-weight: 500;
font-size: 15px;
line-height: 18px;
letter-spacing: -0.03em;
text-align: center;
color: #CACACA;
margin-bottom: 6px;
}
.fuarInfoBox .fuarAdress {
 display: block;
font-weight: 500;
font-size: 20px;
line-height: 30px;
text-align: center;
letter-spacing: -0.03em;
color: #000000;
}
.fuarInfoBox .fuarStand {
     display: block;
font-weight: 500;
font-size: 20px;
line-height: 30px;
text-align: center;
letter-spacing: -0.03em;
color: #000000;
}
.fuarDetail .fuarDetailLocation {
 display: block;
font-weight: 350;
font-size: 15px;
line-height: 18px;
text-align: right;
margin-bottom: 15px;
color: #B8B8B8;
}
.fuarDetail .pageTitle {
text-align: right;
margin-bottom: 20px;
}
.fuarDetail  p {
width: 858px;
max-width: 100%;
font-weight: 300;
font-size: 24px;
line-height: 29px;
text-align: right;
margin-left: auto;

color: #000000;
}




.photoViewModal {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.photoViewModal.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.photoViewModal .modal-image {
    width: auto;
    max-width: 100%;
}

.photoViewModal .modal-image img {
    width: 100%;
    border-radius: 34px;
}

.photoViewModal .modal-content a {
    display: inline-block;
    margin: 15px auto 0;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 31px;
    letter-spacing: -0.03em;
    color: #000000;
    text-decoration: none;
    z-index: 3;
}

.photoViewModal .modal-content a img {
    margin-right: 6px;
    height: 33px;
}

.photoViewModal .modal-content a:hover {
    background: #000;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fuarPhotoList {
    margin-top: 78px;
}
.fuarPhotoList .fuarPhotoItem {
    margin-bottom: 36px;
}
.fuarPhotoList img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 34px;
}

.factorySlider {
  width: 100%;
  height: 750px;
}


.factorySliderGallery .factorySliderGalleryItem img {
width: 100%;
height: 340px;
border-radius: 34px;
object-fit: cover;
object-position: center;

}
.factorySliderGallery .factorySliderGalleryItem {
    margin-bottom: 20px;
}

.factorySliderText {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.factorySliderText .middle {
    text-align: center;
    margin: 32px 0 20px;
}
.factorySliderText strong {
display: block;
font-style: normal;
font-weight: 500;
font-size: 32px;
line-height: 14px;
letter-spacing: -0.03em;
color: #000000;
margin-bottom: 13px;

}
.factorySliderText  i {
display: block;
font-style: normal;
font-weight: 500;
font-size: 32px;
line-height: 14px;
letter-spacing: -0.03em;
color: #000000;
margin-bottom: 13px;
}
.factorySlider .nextButtons {
    position: absolute;
    bottom: 0;
    width: 58.33333333%;
}
.factorySlider .nextButtons * {
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    margin: auto;
}

.factorySlider .nextButtons *:after {
    display: none;
}
.factorySlider .swiper-button-prev{
    display: none;
}
.maps iframe {
    width: 100%;
    height: 700px;
}

#pageHeader:has(.maps):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0) 100%);
}
#pageHeader:has(.maps) {
    margin-bottom:-120px;
}
.contact .pageTitle {
    margin-bottom: 30px;
}
.contactItem {
    display: flex;
    max-width: 300px;
    align-items: center;
font-weight: 500;
font-size: 15px;
line-height: 20px;
letter-spacing: -0.03em;
color: #000000;
}
.contactItem .icon {
margin-right: 12px;
}
.contactItem + .contactItem {
    margin-left: 30px;
}

.contactForm {
    max-width: 750px;
    margin: 70px auto;
}

.contactForm .form-control {

min-height: 73px;

background: #F5F5F5;
border-radius: 9px;
border-color: #F5F5F5;
outline: none;
box-shadow: none;
}
.contactForm .form-control:focus {
    border-color: var(--green);
}
.contactForm .btn-primary {
    background-color: var(--green);
    color: #ffff;
    border-color: var(--green);
    padding:8px 29px
}
.contactForm .btn-primary:hover {
background-color: #000;
border-color: #000;
}
#pageBreadcrumbs {
background-color: #F2F2F2;
padding:25px 0
}
#pageBreadcrumbs .breadcrumb {
    margin: 0;
}
#pageBreadcrumbs .breadcrumb  .breadcrumb-item {
    display: flex;
    align-items: center;
    text-decoration: none;
font-weight: 300;
font-size: 14px;
line-height: 17px;
letter-spacing: -0.06em;
color: #000;
}
#pageBreadcrumbs .breadcrumb  .breadcrumb-item a {
text-decoration: none;
font-weight: 300;
font-size: 14px;
line-height: 17px;
letter-spacing: -0.06em;
color: #878787;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

#pageBreadcrumbs .breadcrumb  .breadcrumb-item a:hover {
    color: #000;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    width: 6px;
    padding:0;
    height: 11px;
    background-image: url(../images/icons/ico-breadcrumbs.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 20px;
}

.productsHeader .pageTitle {
    text-align: left;
}
.productsHeader {
    padding-bottom: 48px
  
}
.productsHeader p i{
font-weight: 700;
}
.productsList {
    position: relative;
  padding: 60px 0 ;
  border-top: 0.5px solid #000;
 
}
#pageContent:has(.productsList) {
    padding-bottom: 20px;
}
/* #pageContent:has(.productsList):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 370px;
    z-index: 2;
    bottom:0;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);

} */

.productItem {
    border-radius: 19px;
    border:0.5px solid #000;
    overflow: hidden;
    margin-bottom: 44px;
}
.productItem .productItemPhoto a {
    display: block;
    height: 270px;
    overflow: hidden;
}
.productItem .productItemPhoto a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.productItem .productItemPhoto a:hover img {
    transform: scale(1.1);
}
.productItem .productItemDetail {
    display: flex;
    padding: 27px;
    align-items: center;
    justify-content: space-between;
}
.productItem .productItemDetail .text a {
    display: inline-block;
font-style: normal;
font-weight: 500;
font-size: 24px;
text-decoration: none;;
line-height: 29px;
letter-spacing: -0.06em;
color: #000000;
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.productItem .productItemDetail .text a:hover {

    color: var(--green);
}
.productItem .productItemDetail .text span {
    display: block;
font-style: normal;
font-weight: 350;
font-size: 20px;
line-height: 24px;
letter-spacing: -0.03em;
color: #000000;
}
.productItem .productItemDetail > a {
 display: flex;
 align-items: center;
 justify-content: center;
width: 42px;
height: 42px;

background: #E5E5E5;
border-radius: 50%;
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease

}
.productItem .productItemDetail > a:hover {
    background: var(--green);
}

.productDetailInfo >h2 {
display: block;

font-style: normal;
font-weight: 500;
font-size: 48px;
line-height: 57px;
letter-spacing: -0.06em;
margin-bottom: 8px;
color: #000000;


}
.productDetailInfo span {
    display: block;
font-style: normal;
font-weight: 300;
font-size: 32px;
line-height: 38px;
letter-spacing: -0.03em;
color: #000000;
margin-bottom: 24px;

}

#productDetailAccordion .accordion-item {
    border-radius: 6px;
    border:0.2px solid #000
}
#productDetailAccordion .accordion-button {
    padding: 14px 21px;
font-weight: 200;
font-size: 20px;
line-height: 24px;
letter-spacing: -0.06em;
color:#000;
background: #ffff;
}
#productDetailAccordion .accordion-button:not(.collapsed) {
    color: var(--green);
}
#productDetailAccordion .accordion-button::after {
   width: 12.5px;
   height: 5.5px;
}

#productDetailAccordion .accordion-item:has(.accordion-button) {
    background-color: #fff;
}

#productDetailAccordion .accordion-body {
    padding: 0 12px 21px;
font-weight: 200;
font-size: 11px;
line-height: 15px;
letter-spacing: -0.06em;
color: #000000;
}

.productDetailPhoto {
    position: relative;
    margin-bottom: 28px;
   
}
.productDetailPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 17px;
}
.productDetailPhoto a {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
 
background: rgba(255, 255, 255, 0.8);
border-radius: 28px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.productDetailPhoto a:hover{
    background:var(--green)
}
.productDetailPhoto a:before {
    content: "";
   background-image: url(/assets/images/icons/ico-corner-black.svg);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: cover;
}
.productDetailSubItem a {
    position: relative;
display: block;
border: 1px solid #E0E0E0;
border-radius: 28px;
overflow: hidden;
}
.productDetailSubItem a img {
    width: 100%;
}
.productDetailSubItem a:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    opacity: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-image: url(/assets/images/icons/ico-corner-black.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.8);
    transform: translate(-50%, -50%);
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.productDetailSubItem a:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(161 176 5 / 30%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
} 
.productDetailSubItem a:hover:before , .productDetailSubItem a:hover:after {
    opacity: 1;
}

.smilarProducts {
    margin-top: 50px;;
}

.smilarProducts .sectionTitle {
    display: block;
font-weight: 500;
font-size: 36px;
line-height: 48px;
letter-spacing: -0.05em;

color: #000000;
margin-bottom: 50px;
    z-index: 2;
}
.smilarProducts .swiper-pagination-progressbar {
   width: 321px;
   max-width: 100%;
   margin: auto;
}
.mobileMenu {
    display: none;
}

/* Blog detay sayfası görselleri için border-radius */
.blog-content img,
.ck-content img,
[class*="blog"] img,
article img,
.blog-detail img,
.blog-post img {
    border-radius: 18px !important;
    overflow: hidden;
}

/* Blog içeriğindeki CKEditor görselleri için */
.ck-content figure img,
.ck-content img,
figure.image img {
    border-radius: 18px !important;
    overflow: hidden;
}