@font-face {
    font-family: 'SoleSurvivor';
    src: url('../fonts/sole-survivor/SoleSurvivorRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SoleSurvivorRegular';
    src: url('../fonts/sole-survivor/SoleSurvivorRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
    border: 3px solid #ebebeb;
}

::-webkit-scrollbar-thumb:hover {
    background: #000;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 10px;
    box-shadow: inset 0 0 5px #d4d4d4;
}


.banner-slider {
    position: absolute;
    top: 40px;
    right: 0;
    width: calc(100% - 70px);
    height: 100%;
    z-index: 0;
    overflow: visible;
}

.banner-slider:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    /* background-color: #c5bcb4; */
    z-index: 2;
}

.banner-slider .banner-bg-img {
    width: 100%;
    height: calc(100% + 560px);
    object-fit: cover;
    object-position: top;
    left: -1px;
    position: absolute;
    z-index: 2;
    clip-path: polygon(265px 74px, 100% 74px, 100% 100%, 0 100%, 0 0, 199px 0);
}

.banner-slider .banner-box {
    position: absolute;
    bottom: 150px;
    left: 0;
    z-index: 2;
    border-bottom: 1px solid #f1f1f1;
}

.banner-slider .banner-button {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    background-color: transparent;
    backdrop-filter: blur(30px);
    padding: 7px 50px;
    position: absolute;
    bottom: 150px;
    right: 180px;
    z-index: 2;
    transition: all .5s ease;
}

.banner-slider .banner-button:hover {
    scale: 1.05;
    background-color: #ffffff;
    color: #ec76008e;
}

.banner-slider .down-button {
    position: absolute;
    left: calc(50% - 69px);
    bottom: 10px;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: none;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    z-index: 2;
    transition: all .5s ease;
}

.banner-slider .down-button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    border: 2px dashed #fff;
    border-radius: 50%;
    animation: rotateBorder 10s linear infinite;
    box-sizing: border-box;
    z-index: -1;
}


.banner-slider .down-button:hover {
    scale: 1.1;
}

.banner-slider .banner-box .banner-box-inner {
    border: 1px solid #f1f1f1;
    border-bottom: 0;
    margin-left: 150px;
    backdrop-filter: blur(30px);
    width: 425px;
    padding: 30px;
}
.banner-slider .banner-box .banner-box-inner.animate-slide {
    animation: slideFromLeft 0.7s ease-out;
}
.banner-slider .banner-box .banner-box-inner h2 {
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    line-height: 43px;
    letter-spacing: 1px;
    font-family: "SoleSurvivorRegular", sans-serif;
    margin-bottom: 0;
}
body.tr .banner-slider .banner-box .banner-box-inner h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -3px;
}

.banner-slider .banner-box .banner-box-inner h6 {
    font-weight: 400;
    font-size: 30px;
    color: #febd04;
    line-height: 29px;
    letter-spacing: 1px;
    font-family: "SoleSurvivorRegular", sans-serif;
    margin-bottom: 25px;
}
body.tr .banner-slider .banner-box .banner-box-inner h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -2px;
}

.banner-slider .about-desc {
    position: relative;
    z-index: 2;
    top: -90px;
    padding-top: 60px;
    padding-right: 72px;
}

.banner-slider .banner-item {
    display: block;
    position: relative;
    opacity: 0;
    transition: all .5s ease;
}

.swiper-slide.banner-item.swiper-slide-active {
    opacity: 1;
}

.banner-slider .banner-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50%;
    z-index: 2;
    animation: bounce 6s infinite linear;
}

.banner-slider .banner-img-logo {
    position: absolute;
    top: calc(50% - 190px);
    left: 50%;
    transform: translate(-50%, -50%);
    height: 16%;
    filter: invert(1);
    z-index: 2;
}

.banner-slider-alt {
    position: absolute;
    top: 0px;
    left: -40px;
    width: 100%;
    height: calc(100% + 440px);
    background: url("../img/slider/web-back02.png");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    filter: blur(10px);
    z-index: 1;
    transform: scale(1.1);
}

.banner-slider-button {
    position: relative;
    margin-bottom: 50px;
}

.banner-slider-button .banner-right-button,
.banner-slider-button .banner-left-button {
    position: absolute;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    align-content: center;
    text-align: center;
    color: #fff;
    font-weight: 600;
    background-color: #ffffff40;
    cursor: pointer;
    transition: all .5s ease;
}

.banner-slider-button .banner-right-button:hover,
.banner-slider-button .banner-left-button:hover {
    scale: 1.1;
    background-color: #ffffff;
}

.banner-slider-button .banner-right-button:hover i,
.banner-slider-button .banner-left-button:hover i {
    color: #ec76008e;
    font-weight: 700;
    scale: 1.1;
}

.banner-slider-button .banner-left-button {
    right: 60px;
}

.banner-slider-button .banner-right-button {
    right: 10px;
}

    

.bg-cover {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.black-line {
    background-color: #000;
    width: 100%;
    height: 115px;
    margin-top: 80px;
    clip-path: polygon(0 -1200px, 87% 9px, 90% 59px, 100% 59px, 100% 60px, 90% 60px, 86% 14px, 0 8px);
}

body {
    overflow-x: hidden;
    caret-color: transparent;
}

input:focus,
textarea:focus {
    caret-color: auto;
}

.breadcrumb {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}

.breadcrumb h2 {
    font-family: "SoleSurvivorRegular", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: normal;
    letter-spacing: 0.17px;
    color: #000;
    margin: 7px 0px;
}
body.tr .breadcrumb h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -2px;
}
.border-bottom-container {
    border-bottom: 2px solid #f1f1f1;
}

.border-left-container {
    border-left: 2px solid #f1f1f1;
}

.border-right-container {
    border-right: 2px solid #f1f1f1;
}

.border-color-ba {
    border-color: #bababa;
}

.border-w-1px {
    border-width: 1px !important;
}

.bottom--200px {
    bottom: -200px !important;
}

.clippath-style-inner-page {
    clip-path: polygon(265px 74px, 100% 74px, 100% 100%, 0 100%, 0 0, 199px 0);
    background-color: #f8f8f8;
    width: 100%;
    margin-left: auto;
    border-right: 2px solid #f1f1f1;
    border-left: 2px solid #f1f1f1;
    position: relative;
    margin-top: -173px;
    margin-bottom: -200px;
    z-index: 1;
}

.clippath-style-1 {
    clip-path: polygon(90% 54px, 100% 54px, 100% 100%, 0 100%, 0 0, 86% 0);
    background-color: #f8f8f8;
    width: 100%;
    margin-left: auto;
    border-right: 2px solid #f1f1f1;
    border-left: 2px solid #f1f1f1;
    position: relative;
    top: 0;
    z-index: 1;
}

.clippath-style-2 {
    clip-path: polygon(90% 56px, 100% 55px, 100% 100%, 0 100%, 0 0, 86% 0);
    background-color: #f8f8f8;
    width: 100%;
    margin-left: auto;
    border-right: 2px solid #f1f1f1;
    border-left: 2px solid #f1f1f1;
    padding-bottom: 160px;
    position: relative;
    top: -60px;
    z-index: 1;
}

.clippath-style-footer {
    clip-path: polygon(90% 56px, 100% 55px, 100% 100%, 0 100%, 0 0, 86% 0);
    background: transparent linear-gradient(360deg, #FFFFFF 0%, #D8D8D8 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    margin-left: auto;
    border-right: 2px solid #f1f1f1;
    border-left: 2px solid #f1f1f1;
    padding-bottom: 20px;
    position: relative;
    margin-top: -165px;
    z-index: 1;
}

.clippath-style-footer .main-title h2 {
    font-family: "SoleSurvivorRegular", sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 43px;
    letter-spacing: 0.17px;
    color: #000;
}
body.tr .clippath-style-footer .main-title h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -3px;
}

.clippath-style-footer .footer-desc {
    font-size: 17px;
    line-height: 28px;
    color: #000;
    font-weight: 300;
    margin-bottom: 50px;
    margin-top: 30px;
}

.clippath-style-footer .main-title::before,
.clippath-style-footer .main-title::after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: -50px;
    width: 1px;
    background: radial-gradient(circle, #f1f1f1 50%, transparent 0%);
    background-size: 2px 15px;
}

.fade-in-left,
.fade-in-right {
  opacity: 0;
  transition: all 0.8s ease-out;
}

.fade-in-left.active {
  transform: translateX(0);
  opacity: 1;
}

.fade-in-right.active {
  transform: translateX(0);
  opacity: 1;
}

.fade-in-left {
  transform: translateX(-50px);
}

.fade-in-right {
  transform: translateX(50px);
}



.footer-copyright {
    width: 100%;
    padding: 0px 60px;
}

.footer-copyright .row .col-md-2 a {
    font-family: "SoleSurvivorRegular", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000;
    position: relative;
    padding-bottom: 5px;
}

body.tr .footer-copyright .row .col-md-2 a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: -1px;
    font-size: 15px;
}

.footer-copyright .row .col-md-2 a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 2px;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #000000;
}
.footer-copyright .row .col-md-2 a:hover:after {
    right: auto;
    left: 0;
    width: 100%;
}
.footer-logo {
    width: 215px;
    margin: 80px 0;
}

.fz-12px {
    font-size: 12px !important;
}

.fz-13px {
    font-size: 13px !important;
}

.fz-14px {
    font-size: 14px !important;
}

.fz-20px {
    font-size: 20px !important;
}

.fz-25px {
    font-size: 25px !important;
}

.fz-32px {
    font-size: 32px !important;
}

.h-75px {
    height: 75px;
}

h2 {
    font-family: "SoleSurvivorRegular", sans-serif;
    font-weight: 400;
    font-size: 55px;
    line-height: 55px;
    letter-spacing: 0.28px;
    color: #000;
}
body.tr h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: -2px;
}


.header-navigation__nav nav>ul>li>a:after {
    position: absolute;
    right: 0;
    bottom: -12px;
    left: auto;
    width: 0;
    height: 2px;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #ec7700;
    margin-bottom: 12px;
}

.header-navigation__nav nav>ul>li:last-child>a:after {
    background-color: transparent;
}

.header-navigation__nav nav>ul>li>a {
    padding-bottom:12px;
}

.inner-header .header-navigation__nav nav>ul>li>a:hover {
    color: #ec7700;
}
.header-navigation__nav nav>ul>li>a:hover {
    color: #ec7700;
}

.header-navigation__nav nav>ul>li>a:hover:after {
    right: auto;
    left: 0;
    width: 100%;
}

.inner-page {
    text-align: center;
    padding-top: 125px;
    padding-bottom: 220px;
}

.inner-page .about-alt-logo img {
    width: 200px;
    margin-top: 20px;
}

.inner-page .down-button {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: none;
    border-radius: 50%;
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 30px;
    z-index: 2;
    transition: all .5s ease;
}

.inner-page .down-button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    border: 2px dashed #000;
    border-radius: 50%;
    animation: rotateBorder 10s linear infinite;
    box-sizing: border-box;
    z-index: -1;
}

.inner-page .down-button:hover {
    scale: 1.1;
}

.inner-page p {
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000;
    padding: 0 40px;
    margin-bottom: 40px;
}

.inner-page .main-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 20px;
}

.inner-page .main-title h2 {
    font-family: "SoleSurvivorRegular", sans-serif;
    font-weight: 400;
    font-size: 150px;
    line-height: 185px;
    letter-spacing: 0;
    color: #000;
}
body.tr .inner-page .main-title h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: -2px;
    font-size: 120px;
}


.inner-page .main-title h3 {
    font-family: "SoleSurvivorRegular", sans-serif;
    font-weight: 400;
    font-size: 120px;
    line-height: 147px;
    letter-spacing: 0;
    color: #000;
}
body.tr .inner-page .main-title h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: -2px;
}

.inner-page .main-title h6 {
    font-family: "SoleSurvivorRegular", sans-serif;
    font-weight: 400;
    font-size: 55px;
    line-height: 67px;
    letter-spacing: 0;
    color: #a7a7a7;
}
body.tr .inner-page .main-title h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: -2px;
}

.inner-page-form input {
    border: 1px solid #cbcbcb;
    border-radius: 50px;
    padding: 10px;
    height: auto;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
    color: #bababa;
    margin-bottom: 10px;
}

.inner-page-form textarea {
    border: 1px solid #cbcbcb;
    border-radius: 25px;
    padding: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
    color: #bababa;
    margin-bottom: 10px;
}

.inner-page-form button {
    background-color: #000;
    color: #fff;
    padding: 7px 0;
    width: 100%;
    text-align: center;
    border: 0;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0;
    color: #fff;
}

.inner-page-form button i {
    transition: all .5s ease;
}

.inner-page-form button:hover i {
    padding-left: 10px;
}

.justify-items-center {
    justify-items: center;
}

.line-write {
    position: absolute;
    top: 50%;
    right: -3px;
    z-index: 4;
    transform: rotate(270deg);
}

.line-write p {
    position: relative;
    margin-bottom: 0;
    bottom: -4px;
    font-size: 13px;
}

.line-write p:before {
    content: "";
    position: absolute;
    right: 190px;
    top: 11px;
    height: 1px;
    width: 600%;
    background: #f1f1f1;
    background-size: 2px 15px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background: #fff;
}

.load-title {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    left: 0px;
    margin-top: -30px;
    text-transform: uppercase;
    color: #676a6a;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 6px;
}

.load-title img {
    display: block;
    margin: 0 auto;
    max-width: 110px;
}

.load-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 120px;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.load-circle:before {
    content: '';
    display: inline-block;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin: -70px 0 0 -70px;
    border-top: 2px solid transparent;
    border-right: 2px solid #272b2b;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    border-radius: 50em;
    -webkit-animation: rotate360 1s linear both infinite;
    animation: rotate360 1s linear both infinite;
}

.lumos-logo {
    max-width: 85px !important;
    filter: grayscale(1);
}

.lumos-logo:hover {
    filter: grayscale(0);
}

.main-title {
    padding-top: 80px;
    position: relative;
}

.main-title::before,
.main-title::after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 50px;
    width: 1px;
    background: radial-gradient(circle, #dddddd 50%, transparent 0%);
    background-size: 2px 15px;
}

.main-title::before {
    left: 0;
}

.main-title::after {
    right: 0;
}

.main-title h6 {
    font-family: "SoleSurvivorRegular", sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 30px;
    letter-spacing: 0.17px;
    color: #a7a7a7;
}
body.tr .main-title h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: -2px;
}

.main-title h2 {
    font-family: "SoleSurvivorRegular", sans-serif;
    font-weight: 400;
    font-size: 55px;
    line-height: 55px;
    letter-spacing: 0.28px;
    color: #000;
}

body.tr .main-title h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: -2px;
}

.overlay-navigation-menu .overlay-menu-logo {
    position: absolute;
    top: 30px;
    left: 30px;
    display: inline-block;
}

.overlay-navigation-menu .overlay-navigation-menu-container .overlay-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.overlay-navigation-menu .overlay-navigation-menu-container .category-place {
    border-right: 2px solid #bababa;
    align-content: center;
    cursor: pointer;
    transition: all .5s ease;
}

.overlay-navigation-menu .overlay-navigation-menu-container .menu-bg-category {
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay-navigation-menu .overlay-navigation-menu-container .menu-products-list {
    padding: 10px 0px;
    height: calc(100% - 50px);
    margin: auto 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.3s ease;
    pointer-events: none;
    position: relative;
}

.overlay-navigation-menu .overlay-navigation-menu-container .menu-products-place {
    position: relative;
    height: 100%;
    align-content: center;
}

.overlay-navigation-menu .overlay-navigation-menu-container .menu-products-list.visible {
    opacity: 1;
    overflow: auto;
    pointer-events: auto;
}

.overlay-navigation-menu .overlay-navigation-menu-container .menu-products-list>li>a>p {
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 25px;
    line-height: normal;
    letter-spacing: 0.28px;
    color: #000;
    margin: 10px 0;
    position: relative;
}

.overlay-navigation-menu .overlay-navigation-menu-container .menu-products-list>li {
    position: relative;
}

.overlay-navigation-menu .overlay-navigation-menu-container .menu-products-list>li>a:hover>p:after {
    right: auto;
    left: 0;
    width: 100%;
}

.overlay-navigation-menu .overlay-navigation-menu-container .menu-products-list>li>a>p:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 2px;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #333;
}

.overlay-navigation-menu .overlay-navigation-menu-container .menu-products-image {
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: all .5s ease;
}

.overlay-navigation-menu .overlay-navigation-menu-container .menu-products-place:has(.menu-products-list>li:hover) .menu-products-image {
    opacity: 1;
}

p {
    font-weight: 200;
    font-style: italic;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    letter-spacing: 0px;
    font-family: "Poppins", sans-serif;
}

.pb-125px {
    padding-bottom: 125px !important;
}

.product-box .product-main-img .product-bg-logo img {
    position: absolute;
    top: 0;
    left: -300px;
    z-index: -1;
    width: calc(100% + 600px);
    object-fit: cover;
    justify-self: anchor-center;
}

.product-box {
    position: relative;
}

.product-detail .product-img {
    background-color: #fff;
    border-radius: 25px;
    padding: 0px 111px;
    box-shadow: 0px 0px 20px #d9d9d9;
}

.product-detail .product-img img {
    width: 100%;
}

.product-detail .product-name {
    font-family: "SoleSurvivorRegular", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 25px;
    letter-spacing: 0.14px;
    color: #000;
}
body.tr .product-detail .product-name {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -3px;
}

.product-detail .product-desc {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    color: #000;
    margin: 30px 0px;
    padding: 0;
}

.product-detail .product-subdesc {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0;
    color: #000;
    padding: 0;
}

.product-detail .product-footer-img {
    position: absolute;
    bottom: 0;
    left: 3rem;
    height: 40px;
    object-fit: contain;
}

.product-box .product-main-img {
    position: relative;
}

.product-box .product-main-img .main-img {
    width: calc(100% - 20px);
    max-width: 925px;
    max-height: 491px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
    margin: auto;
    margin-top: 80px;
}

.product-box .products {
    position: relative;
    top: -130px;
    left: -285px;
    width: calc(100% + 600px);
    padding: 50px 20px;
    margin-bottom: -80px;
}

.product-box .products .product-card {
    background-color: #fff;
    border-radius: 25px;
    padding: 20px 25px;
    box-shadow: 0px 4px 10px #0000001C;
}

.product-box .products .product-card .product-img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    transition: transform .5s ease;
}

.product-box .products .product-card:hover .product-img {
    transform: translateY(-35px) scale(1.4);
}

.product-box .products .product-card .product-title {
    font-family: "SoleSurvivorRegular", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.11px;
    color: #5d5d5d;
    text-align: left;
    margin-bottom: 0;
    margin-top: -20px;
}
body.tr .product-box .products .product-card .product-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -2px;
}

.product-box .products .product-card .product-subtitle,
.product-box .products .product-card .product-size {
    font-family: "SoleSurvivorRegular", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.08px;
    color: #5d5d5d;
}

body.tr .product-box .products .product-card .product-subtitle,
body.tr .product-box .products .product-card .product-size {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -2px;
}

.product-box .products .product-card .product-button {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    width: 100%;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 10px 0px;
    margin-top: 20px;
    transition: all .5s ease;
}

.product-box .products .product-card .product-button:hover {
    background-color: #000;
    color: #fff;
}

.product-left-slider,
.product-right-slider {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #000;
    color: #000;
    border-radius: 50%;
    text-align: center;
    margin: 0 5px;
    display: none;
}

.product-slogan {
    color: #000;
    padding: 0px 120px;
    font-weight: 400;
}

.rapid-container .rapid-alt-container .banner-slider .rapid-alt-logo::before,
.rapid-container .rapid-alt-container .banner-slider .rapid-alt-logo::after {
    top: 0;
    bottom: -100px;
}

.rapid-container {
    height: 100%;
    position: relative;
}

.rapid-container .rapid-alt-container {
    /*height: 100%;*/
    padding: 40px 69px;
}

.rapid-container .rapid-alt-container .rapid-catalog a img {
    width: 220px;
    transition: all .5s ease;
}

.rapid-container .rapid-alt-container .rapid-catalog a:hover img {
    scale: 1.1;
    width: 220px;
}

.rapid-container .rapid-alt-container .rapid-catalog a {
    position: relative;
}

.rapid-container .rapid-alt-container .rapid-catalog a p{
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 200px;
    text-align: left;
    transition: all .5s ease;
}

.rapid-container .rapid-alt-container .rapid-catalog a:hover p{
    text-decoration: underline;
}

.rapid-container .rapid-alt-container .rapid-logo {
    position: relative;
    align-items: center;

}

/* Header Ã§izgi */
.rapid-container .rapid-alt-container .rapid-logo:after {
    content: "";
    position: absolute;
    width: calc(100% - 131px);
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 65px 100%, 0% 61px);
    top: -59px;
    right: -70px;
    border-bottom: 1px solid #c5bcb4;
    box-shadow: -1px 0 0 #c5bcb4;
}
.rapid-container .rapid-alt-container .rapid-header.header-sticky.is-sticky .rapid-logo .logo {
    width: 135px;
    padding: 20px;
}

.rapid-container .rapid-alt-container .rapid-logo .logo {
    width: 200px;
    padding: 32px;
    border-top: 1px solid #c5bcb4;
    position: relative;
}

/* Header Ã§izgi */
.rapid-container .rapid-alt-container .rapid-logo .logo:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 98px;
    right: -33px;
    top: -13px;
    background-color: #c5bcb4;
    transform: rotate(138deg);
    z-index: 1;
}

.rapid-container .rapid-alt-container .rapid-alt-logo {
    position: relative;
    margin-bottom: 40px;
}

.rapid-container .rapid-alt-container .rapid-alt-logo img {
    width: 200px;
}

.rapid-container .rapid-alt-container .rapid-alt-logo::before,
.rapid-container .rapid-alt-container .rapid-alt-logo::after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 50px;
    width: 1px;
    background: radial-gradient(circle, #c5bcb4 50%, transparent 0%);
    background-size: 2px 15px;
}

.rapid-container .rapid-alt-container .rapid-alt-logo::before {
    left: 0;
}

.rapid-container .rapid-alt-container .rapid-alt-logo::after {
    right: 0;
}

.rapid-container .rapid-alt-container .rapid-header {
    position: relative;
    z-index: 1;
}
.rapid-container .rapid-alt-container .rapid-header.header-sticky.is-sticky .rapid-logo .logo {
    border-top: 0;
}
.rapid-container .rapid-alt-container .rapid-header.header-sticky.is-sticky .rapid-logo .logo:before {
    content: none;
}
.rapid-container .rapid-alt-container .rapid-header.header-sticky.is-sticky .rapid-logo:after {
    content: none;
}
.rapid-container .rapid-alt-container .rapid-header.header-sticky.is-sticky .header-navigation-wrapper {
    align-self: anchor-center;
}
.rapid-container .rapid-alt-container .rapid-header.header-sticky.is-sticky .header-navigation__nav nav>ul>li>a {
    color: #000;
}
.rapid-container .rapid-alt-container .rapid-header.header-sticky.is-sticky .mobile-navigation-icon--style3 i,
.rapid-container .rapid-alt-container .rapid-header.header-sticky.is-sticky .mobile-navigation-icon i,
.rapid-container .rapid-alt-container .rapid-header.header-sticky.is-sticky .mobile-navigation-icon--style3 i:after,
.rapid-container .rapid-alt-container .rapid-header.header-sticky.is-sticky .mobile-navigation-icon i:after {
    background-color: #000;
}

.rapid-container .rapid-alt-container .rapid-header.header-sticky.is-sticky {
    position: fixed !important;
    z-index: 999 !important;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

.rapid-container .rapid-alt-container .rapid-write {
    color: #3d3d3d;
}

.related-products-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0;
    margin: 80px 0 30px 0;
    border-bottom: 1px solid #BABABA;
}

.related-products-title h3 {
    margin-bottom: 0;
    font-family: "SoleSurvivorRegular", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 25px;
    letter-spacing: 0.14px;
    color: #000;
}

body.tr .related-products-title h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: -2px;
}

.related-products-title .related-buttons {
    display: flex;
    align-items: center;
}

.related-products-title .related-left-button,
.related-products-title .related-right-button {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    align-content: center;
    text-align: center;
    color: #BABABA;
    font-weight: 600;
    border: 1px solid #BABABA;
    cursor: pointer;
    transition: all .5s ease;
}

.row-gap-4 {
    row-gap: 2rem;
}

.row-gap-5 {
    row-gap: 3rem;
}

.section-style-1 {
    background-color: transparent;
    position: relative;
    top: 1253px;
}

.section-style-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(84% 54px, 100% 54px, 100% 100%, 0 100%, 0 0, 80% 0);
    background-color: #fff;
    width: 100%;
    height: 50%;
    z-index: 1;
    margin-left: auto;
}

.section-style-inner-page {
    background-color: transparent;
    position: relative;
    top: 0;
    z-index: 0;
    margin-bottom: 270px;
}

.section-style-inner-page:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(90% 54px, 100% 54px, 100% 100%, 0 100%, 0 0, 86% 0);
    background-color: #fff;
    width: 50%;
    height: 50%;
    z-index: 1;
    margin-left: auto;
    border-left: 2px solid #f1f1f1;
}

.section-style-2 {
    background-color: transparent;
    position: relative;
    /*top: 270px;*/
    margin-top: 400px;
}

.section-style-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(90% 54px, 100% 54px, 100% 100%, 0 100%, 0 0, 86% 0);
    background-color: #fff;
    width: 50%;
    height: 50%;
    z-index: 1;
    margin-left: auto;
    border-right: 2px solid #f1f1f1;
    border-left: 2px solid #f1f1f1;
}

.w-flag {
    width: 20px;
}

@keyframes slideFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes bounce {
    0% {
        transform: translate(-50%, -50%) scale(1) rotate(0deg);
    }

    20% {
        transform: translate(-51.2%, -48.8%) scale(1.015) rotate(-0.5deg);
    }

    40% {
        transform: translate(-48.8%, -51.2%) scale(0.99) rotate(0.4deg);
    }

    60% {
        transform: translate(-51.5%, -50.5%) scale(1.01) rotate(-0.6deg);
    }

    80% {
        transform: translate(-49.2%, -50.8%) scale(0.995) rotate(0.2deg);
    }

    100% {
        transform: translate(-50%, -50%) scale(1) rotate(0deg);
    }

}

@keyframes rotating {
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate360 {
    0% {
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes rotate360 {
    0% {
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1024px) {
    .banner-slider-alt {
        scale: 1;
    }
}


@media (min-width: 992px) {

    .cursor,
    .custom {
        position: fixed;
        /* Mutlaka fixed olmalÄ± */
        top: 0;
        left: 0;
        pointer-events: none;
    }

    .custom {
        width: 100px;
        /* position: absolute; */
        transform: translate(-50%, -50%);
        pointer-events: none;
        z-index: 9999999999999999999999999999999999;
        font-size: 20px;
        letter-spacing: 3.5px;
    }

    .cursor {
        width: 45px;
        height: 45px;
        border: 2px solid #000;
        border-radius: 50%;
        /* position: absolute; */
        transform: translate(-50%, -50%);
        pointer-events: none;
        z-index: 9999999999999999999999999999999999;
    }



    .custom svg {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        -webkit-animation: rotating 12s linear infinite;
        -moz-animation: rotating 12s linear infinite;
        -ms-animation: rotating 12s linear infinite;
        -o-animation: rotating 12s linear infinite;
        animation: rotating 12s linear infinite;
        z-index: 9999999999999999999999999999999999;
    }
}

@media (max-width: 1260px) {

    .product-box .products {
        width: calc(100% + 550px);
    }
    .product-box .product-main-img .product-bg-logo img {
        width: calc(100% + 500px);
        left: -260px;
    }
}

@media (max-width: 1115px) {

    .product-box .products {
        left: -195px;
        width: calc(100% + 370px);
    }
    .mobile-menu-overlay {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .product-box .products {
        left: -95px;
        width: calc(100% + 160px);
    }
    .banner-slider .banner-box .banner-box-inner {
        margin-left: 60px;
        width: 355px;
    }

    .custom,
    .load_custom .load_cursor,
    .cursor {
        display: none;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }
    .product-box .product-main-img .product-bg-logo img {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 768px) {
    body.tr .inner-page .main-title h2 {
        font-size: 44px;
    }
    .rapid-container .rapid-alt-container .rapid-catalog a {
        display: flex;
    }
    .rapid-container .rapid-alt-container .rapid-catalog a:hover img {
        scale: 1.1;
        width: 190px;
    }
    .rapid-container .rapid-alt-container .rapid-catalog a img {
        width: 190px;
        transition: all .5s ease;
    }
    .inner-page .main-title h3 {
        font-size: 44px;
        line-height: 55px;

    }
    .inner-page .main-title h2 {
        font-size: 95px;
        line-height: 130px;
    }
    .banner-slider .banner-img {
        top: 105px;
        height: 260px;
        animation: none;
    }
    .banner-slider .banner-img-logo {
        display: none;
    }
    .banner-slider:after {
        content: none;
    }
    
    .rapid-container .rapid-alt-container .rapid-catalog a p {
        width: 130px;
        right: 0;
        left: auto;
    }
    .rapid-container .rapid-alt-container {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }
    .rapid-container .rapid-alt-container .rapid-logo .logo {
        padding-left: 15px;
        padding: 20px;
    }
    .rapid-container .rapid-alt-container .rapid-logo .logo a img {
        max-width: 100px;
    }
    .desktop-menu-wrapper--style3 {
            padding-right: 15px;
    }
    .rapid-header .header-navigation-wrapper {
        align-self: anchor-center;
        margin: auto;
        height: 100%;
    }
    
    .rapid-container .rapid-alt-container .rapid-logo:after {
        clip-path: none;
        border-bottom: none;
        box-shadow: none;
        content: none;
    }
    .rapid-container .rapid-alt-container .rapid-logo .logo:before {
        content: unset;
    }
    .banner-slider {
        top: 115px;
        left: 0;
        right: auto;
        width: 100%;
        height: calc(100vh - 115px);
    }
    .banner-slider .banner-bg-img {
        height: calc(100% + 140px);
        clip-path: none;
        border-top: 1px solid #f1f1f1;
        top: -30px;
    }
    .line-write {
        display:none;
    }
    
    .banner-slider-alt {
        scale: 1;
        top: -110px;
        height: 100%;
        left: 0;
        transform: none;
    }
    .banner-slider .banner-button {
        /*top: 150px;*/
        bottom: 300px;
        transform: translate(-50%, -50%);
        left: 50%;
        right: auto;
        position: absolute;
    }
    .banner-slider .banner-item {
        height: calc(100vh - 115px);
    }
    .banner-slider .banner-box {
        position: absolute;
        bottom: 75px;
        left: 50%;
        transform: translateX(-50%);
        border-bottom: 0;
        width: 100%;
    }
    .banner-slider .banner-box .banner-box-inner{
        border-bottom: 1px solid #f1f1f1;
        margin: auto;
        width: 95%;
        padding: 20px;
    }
    .banner-box-inner p{
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
    .banner-slider .banner-box .banner-box-inner h6 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .banner-slider .banner-box .banner-box-inner h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .banner-slider .down-button {
        position: absolute;
        left: 50%;
        bottom: 5px;
        transform: translateX(-50%);
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .banner-slider .down-button::before {
        width: 60px;
        height: 60px;
    }
    p {
        color: #000;
    }
    .banner-slider .about-desc {
        padding-top: 15px;
        padding-right: 0;
        top: 40px;
        background-color: #fff;
    }
    .rapid-container .rapid-alt-container .rapid-alt-logo::before, .rapid-container .rapid-alt-container .rapid-alt-logo::after {
        content: unset
    }
    .section-style-1,
    .section-style-2 {
        top: 615px;
    }
    .section-style-2 {
        margin-top: 0;
    }
    .section-style-1:before,
    .section-style-2:before,
    .clippath-style-footer .main-title::before, .clippath-style-footer .main-title::after {
        content: none;
    }
    .main-title::before, .main-title::after {
        content: unset;
    }
    .clippath-style-1,
    .clippath-style-2,
    .clippath-style-footer{
        clip-path: none;
        top: 0;
        margin-top: 0;
    }
    .clippath-style-2{
        border-top: 1px solid #f1f1f1;
        padding-bottom: 0;
    }
    .product-box .product-main-img {
        display: none;
    }
    .product-box .products {
        left: 0;
        width: 100%;
        top: 0;
        margin-bottom: 0;
    }
    .black-line {
        display:none;
    }
    .product-slogan {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .footer-logo {
        display: none;
    }
    .footer-copyright {
        margin-top: 40px;
    }
    
    .inner-page .rapid-container .rapid-alt-container{
        padding-bottom: 0;
    }
    .clippath-style-inner-page {
        margin: 0;
    }
    .section-style-inner-page {
        margin-bottom: -697px;
        top: -45px;
    }
    .rapid-container .rapid-alt-container .rapid-logo .logo {
        border-top: 0;
    }
    .clippath-style-inner-page {
        clip-path: none; 
        padding: 0 15px;
    }
    .product-box.fade-in-right {
        transform: translateX(0);
        opacity: 1;
    }
    
    .inner-page {
        padding-top: 50px;
    }
    
    .product-left-slider,
    .product-right-slider {
        display: block;
    }
    
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }
}