@charset "UTF-8";
/* Reset CSS */
/* Box Sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Typography */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

html, body {
  min-height: 100vh;
  background-color: var(--white);
}

body {
  font-size: 14px;
  line-height: 17px;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}
body::-webkit-scrollbar {
  background-color: transparent;
  width: 0;
}
body::-webkit-scrollbar-thumb {
  background-color: transparent;
  width: 0;
  /* Chrome, Safari, Edge ve Opera için */
}
body::-webkit-scrollbar-track {
  background-color: transparent;
  width: 0;
  /* Chrome, Safari, Edge ve Opera için */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

/* Links */
a {
  text-decoration: none;
  color: inherit;
}

/* Lists */
ul,
ol {
  list-style: none;
}

/* Forms */
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* Reset Image */
img {
  max-width: 100%;
  height: auto;
  overflow: clip;
  overflow-clip-margin: content-box;
}

/* Reset Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Misc */
button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* Responsive Embeds */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Clear Floats */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-family: "bronzLift";
  src: url("../../fonts/bronzlift.eot?u0c48x");
  src: url("../../fonts/bronzlift.eot?u0c48x#iefix") format("embedded-opentype"), url("../../fonts/bronzlift.ttf?u0c48x") format("truetype"), url("../../fonts/bronzlift.woff?u0c48x") format("woff"), url("../../fonts/bronzlift.svg?u0c48x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "bronzLift" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-target-center:before {
  content: "\e90e";
}

.icon-business-work:before {
  content: "\e90f";
}

.icon-basket:before {
  content: "\e910";
}

.icon-icon:before {
  content: "\e911";
}

.icon-handshake:before {
  content: "\e912";
}

.icon-cryptocurrency:before {
  content: "\e913";
}

.icon-handcuff_accessory:before {
  content: "\e914";
}

.icon-pedestrian:before {
  content: "\e915";
}

.icon-linkedin-2:before {
  content: "\e90d";
}

.icon-email:before {
  content: "\e907";
}

.icon-glass:before {
  content: "\e908";
}

.icon-email-2:before {
  content: "\e909";
}

.icon-language:before {
  content: "\e90a";
}

.icon-phone:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-right-arrow:before {
  content: "\e900";
}

.icon-youtube:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-linkedin:before {
  content: "\e903";
}

.icon-right-arrow-1:before {
  content: "\e904";
}

.icon-instagram:before {
  content: "\e905";
}

.icon-next-right-icon:before {
  content: "\e906";
}

:root {
  --white: #fff;
  --white-2: #ecedf0;
  --light-black:#272727;
  --light-black2:#111b1b;
  --black: #000000;
  --darkblue:#201f3f;
  --darkblue2:#070a2d;
  --burgundy:#660000;
  --light-brown:#aa552a;
  --yellow:#fe9615;
  --orange:#ff6e08;
  --light-gray:#eaedee;
  --light-gray2:#f2f2f2;
  --light-gray3:#f3f3f3;
  --gray:#6f6f6f;
  --gray2:#3e3e3e;
  --gray3:#2f2f2f;
  --gray4:#383838;
  --gray5:#606060;
  --dark-gray:#303030;
  --indigo:#134563;
  --swiper-theme-color: $secondary;
  --swiper-navigation-color: #0f1c44;
  --swiper-navigation-size: 26px;
}

/*Custom Color ve background class*/
.bg-primary {
  background-color: #070a2d !important;
}

.bg-secondary {
  background-color: #ff6e08 !important;
}

.bg-tertiary {
  background-color: #aa552a !important;
}

.bg-gray {
  background-color: #6f6f6f !important;
}

.text-primary {
  color: #070a2d !important;
}

.text-secondary {
  color: #ff6e08 !important;
}

.text-tertiary {
  color: #aa552a !important;
}

.text-gray {
  color: #6f6f6f !important;
}

/*Custom container class*/
.container-sm {
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .container-sm:not(.noSpace) {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 370px) {
  .container-sm:not(.noSpace) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 992px) {
  .container-sm {
    padding-left: 6.718vw;
    padding-right: 6.718vw;
  }
}
@media screen and (min-width: 1921px) {
  .container-sm {
    padding-left: 129px;
    padding-right: 129px;
  }
}

.container-md {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .container-md:not(.noSpace) {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 370px) {
  .container-md:not(.noSpace) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 992px) {
  .container-md {
    padding-left: 6.718vw;
    padding-right: 6.718vw;
  }
}
@media screen and (min-width: 1921px) {
  .container-md {
    padding-left: 129px;
    padding-right: 129px;
  }
}

.container-lg {
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .container-lg:not(.noSpace) {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 370px) {
  .container-lg:not(.noSpace) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 992px) {
  .container-lg {
    padding-left: 6.718vw;
    padding-right: 6.718vw;
  }
}
@media screen and (min-width: 1921px) {
  .container-lg {
    padding-left: 129px;
    padding-right: 129px;
  }
}

.container-xl {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .container-xl:not(.noSpace) {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 370px) {
  .container-xl:not(.noSpace) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 992px) {
  .container-xl {
    padding-left: 6.718vw;
    padding-right: 6.718vw;
  }
}
@media screen and (min-width: 1921px) {
  .container-xl {
    padding-left: 129px;
    padding-right: 129px;
  }
}

.container-2xl {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .container-2xl:not(.noSpace) {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 370px) {
  .container-2xl:not(.noSpace) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 992px) {
  .container-2xl {
    padding-left: 6.718vw;
    padding-right: 6.718vw;
  }
}
@media screen and (min-width: 1921px) {
  .container-2xl {
    padding-left: 129px;
    padding-right: 129px;
  }
}

.container-3xl {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .container-3xl:not(.noSpace) {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 370px) {
  .container-3xl:not(.noSpace) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 992px) {
  .container-3xl {
    padding-left: 6.718vw;
    padding-right: 6.718vw;
  }
}
@media screen and (min-width: 1921px) {
  .container-3xl {
    padding-left: 129px;
    padding-right: 129px;
  }
}

.pe-2, .pe-1, .pe-0 {
  padding-right: 0 !important;
}

@media (min-width: 576px) {
  .pe-sm-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .pe-md-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .pe-lg-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .pe-xl-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 576px) {
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
}
/*Standart css style*/
.imageWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.imageWrapper img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s linear;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.w-50 {
  width: 50% !important;
}

.h-50 {
  height: 50% !important;
}

.vw-50 {
  width: 50vw !important;
}

.vh-50 {
  height: 50vh !important;
}

.d-flex {
  display: flex;
  align-items: flex-start;
}
.d-flex.hstack {
  align-items: center;
}

.flex-column {
  flex-direction: column !important;
}

.a-flex-end {
  align-items: flex-end !important;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-relative {
  position: relative !important;
}

.icon-instagram {
  font-size: 24px;
}
@media screen and (max-width: 570px) {
  .icon-instagram {
    font-size: 18px;
  }
}

.d-none {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
    align-items: flex-start;
  }
  .d-lg-flex.hstack {
    align-items: center;
  }
}

@media screen and (min-width: 1280px) {
  .d-xl-flex {
    display: flex !important;
    align-items: flex-start;
  }
  .d-xl-flex.hstack {
    align-items: center;
  }
}

.d-inline-flex {
  display: inline-flex;
  align-items: flex-start;
}
.d-inline-flex.hstack {
  align-items: center;
}

@media screen and (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

.justify-content-end {
  justify-content: flex-end !important;
}

.ml-auto {
  margin-left: auto !important;
}

.icon-twitter {
  font-size: 22px;
}
@media screen and (max-width: 570px) {
  .icon-twitter {
    font-size: 18px;
  }
}

.icon-linkedin-2 {
  font-size: 25px;
}
@media screen and (max-width: 570px) {
  .icon-linkedin-2 {
    font-size: 18px;
  }
}

.preLine {
  white-space: pre-line;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
.preloader .preloader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  backface-visibility: hidden;
  font-size: 42px;
  font-weight: 600;
}
@media screen and (max-width: 991.98px) {
  .preloader .preloader-container {
    font-size: 28px;
  }
}

.loader {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  margin-right: 15px;
}

.loader-double {
  border-radius: 50px;
  border: 6px solid transparent;
  border-top-color: #070a2d;
  border-bottom-color: #070a2d;
  animation: spin 1.5s linear infinite;
}

.loader-double:before,
.loader-double:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  border-radius: 50px;
  border: 6px solid transparent;
  border-top-color: #070a2d;
  border-bottom-color: #070a2d;
  filter: alpha(opacity=6);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  animation: spinreverse 2s linear infinite;
}

.loader-double:before {
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  animation: spinreverse 3s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinreverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.navbar {
  padding-left: 8.4%;
}
@media screen and (max-width: 1200px) {
  .navbar {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 370px) {
  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 992px) {
  .navbar ul {
    display: flex;
    align-items: center;
    gap: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar ul {
    gap: 55px;
  }
}
.navbar ul li a, .navbar ul li span {
  font-weight: 500;
  color: var(--darkblue2);
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (max-width: 991.98px) {
  .navbar ul li a, .navbar ul li span {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.navbar ul li a {
  transition: all 0.3s linear;
}
.navbar ul li a.active {
  color: var(--orange);
}
@media screen and (min-width: 992px) {
  .navbar ul li a:hover {
    color: var(--orange);
  }
}
.navbar.light {
  width: 100%;
}
.navbar.light ul {
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
}
.navbar.light ul li a, .navbar.light ul li span {
  color: var(--white);
}
.navbar.light ul li > ul {
  gap: 10px;
  flex-direction: column;
}
.navbar.light ul li > ul li a {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}
.navbar.light > ul > li > a, .navbar.light > ul > li > span {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 991.98px) {
  .mainMenu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    padding-bottom: 50px;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--white);
    padding-top: 130px;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    z-index: -1;
  }
}

@media screen and (max-width: 991.98px) {
  header .navbar ul li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  header.active:before {
    height: 70px;
  }
}
@media screen and (max-width: 991.98px) {
  header.active .mainMenu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 991.98px) {
  footer .navbar.light ul li a, footer .navbar.light ul li span {
    height: 30px;
    line-height: 30px;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  footer .navbar.light ul li a:hover {
    color: var(--orange);
  }
}
@media screen and (max-width: 991.98px) {
  footer .navbar.light > ul > li {
    padding-bottom: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) {
  footer .navbar.light > ul > li > a, footer .navbar.light > ul > li > span {
    display: inline-flex;
    margin: 0 auto;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--white);
  }
}
@media screen and (max-width: 991.98px) and (max-width: 991.98px) {
  footer .navbar.light > ul > li > a, footer .navbar.light > ul > li > span {
    font-size: 14px;
  }
}

.callto {
  display: none;
}
@media screen and (max-width: 991.98px) {
  .callto {
    display: flex;
    align-items: center;
    color: var(--orange);
    position: absolute;
    right: 100px;
    top: 50%;
    margin-top: 12px;
  }
}
@media screen and (max-width: 370px) {
  .callto {
    right: 85px;
  }
}

@media screen and (max-width: 991.98px) {
  .navMenuButton {
    width: 28px;
    height: 22px;
    border-top: 2px solid var(--orange);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    transition: all 0.3s linear;
    z-index: 2;
    right: 30px;
    top: 50%;
    margin-top: 14px;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 370px) {
  .navMenuButton {
    right: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  .navMenuButton:before, .navMenuButton:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--orange);
    transition: all 0.3s linear;
  }
  .navMenuButton:before {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    margin-top: -8px;
    width: calc(100% - 8px);
  }
  .navMenuButton:after {
    bottom: 0;
    position: relative;
    width: calc(100% - 4px);
  }
  .navMenuButton.active {
    border-color: rgba(0, 0, 0, 0);
  }
  .navMenuButton.active:before {
    transform: rotate(45deg) translateY(0);
    top: 2px;
    width: 100%;
  }
  .navMenuButton.active:after {
    transform: rotate(-45deg);
    top: 0;
    width: 100%;
  }
}

header {
  height: 75px;
  width: 100%;
  position: absolute;
  z-index: 999;
  transition: all 0.3s linear;
}
@media screen and (max-width: 991.98px) {
  header {
    height: 110px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: var(--white);
  }
}
header .header {
  height: 100%;
}
header .headerContent {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 991.98px) {
  header .headerContent {
    flex-direction: column-reverse;
    gap: 0;
    position: relative;
  }
  header .headerContent:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
header .headerLeft {
  background-color: var(--white);
  max-width: 1020px;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  display: flex;
  align-items: center;
  border-radius: 0 0 20px 0;
  position: relative;
  padding-bottom: 2px;
}
@media screen and (max-width: 991.98px) {
  header .headerLeft {
    height: 75px;
    border-radius: 0;
    padding-left: 0;
  }
  header .headerLeft:after {
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    background-color: var(--white);
    left: calc(100% - 2px);
    top: 0;
    max-height: 75px;
  }
}
header .headerLeft:before {
  content: "";
  width: 200%;
  height: 100%;
  position: absolute;
  background-color: var(--white);
  right: calc(100% - 2px);
  top: 0;
  max-height: 75px;
}
header .headerLeft .callto {
  display: none;
}
@media screen and (max-width: 991.98px) {
  header .headerLeft .callto {
    display: flex;
    position: relative;
    top: auto;
    right: 0;
    margin-top: 30px;
    font-weight: 600;
    font-size: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  header .logo {
    position: relative;
    z-index: 9;
    margin-top: 3px;
  }
}
header .buyFast {
  margin-left: auto;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--orange);
  border-radius: 0 0 20px 20px;
  padding: 0 15px;
  height: 75px;
  position: relative;
  transition: all 0.3s linear;
}
@media screen and (max-width: 991.98px) {
  header .buyFast {
    height: 50px;
    width: 80%;
    margin: 0 auto;
  }
}
header .buyFast span {
  color: var(--white);
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width: 991.98px) {
  header .buyFast span {
    font-weight: 500;
  }
}
header .buyFast span.title {
  font-size: 16px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 991.98px) {
  header .buyFast span.title {
    display: inline-block;
  }
}
@media screen and (max-width: 991.98px) {
  header .buyFast img {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  header .buyFast:hover {
    height: 90px;
    background-color: var(--darkblue2);
  }
}
header.fixed {
  position: fixed;
  background-color: var(--white);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
  header.fixed .buyFast {
    border-radius: 0;
  }
  header.fixed .buyFast:hover {
    height: 75px;
  }
}
header.active .header .headerContent:after {
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  header .logo {
    width: 75px;
    min-width: 75px;
    height: auto;
  }
}

.logo {
  display: inline-block;
  width: 106px;
  min-width: 106px;
  height: 75px;
  transition: all 0.3s linear;
}
@media screen and (max-width: 991.98px) {
  .logo {
    width: 55px;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .logo:hover {
    transform: scale(1.05);
  }
}

.socialMedia {
  display: none;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 991.98px) {
  .socialMedia {
    display: flex;
  }
}
.socialMedia a {
  color: var(--orange);
}

footer {
  background-color: var(--darkblue2);
}
footer .footer {
  padding-top: 90px;
}
@media screen and (max-width: 991.98px) {
  footer .footer {
    padding-top: 50px;
  }
}
footer .footer .logo {
  height: auto;
}
@media screen and (max-width: 991.98px) {
  footer .footer .logo {
    width: auto;
    margin-top: 30px;
  }
}
footer .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.316666vw 0 12.8vw;
}
@media screen and (max-width: 1500px) {
  footer .top {
    padding: 0 4.316666vw 0 7.708333vw;
  }
}
@media screen and (max-width: 1280px) {
  footer .top {
    padding: 0;
  }
}
@media screen and (max-width: 991.98px) {
  footer .top {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (min-width: 1921px) {
  footer .top {
    padding: 0 104px 0 96px;
  }
}
footer .top .navbar {
  margin-top: 24px;
  padding-left: 0;
  padding-right: 0;
}
footer .top .navbar ul li > ul li {
  padding: 5px 0;
}
@media screen and (max-width: 991.98px) {
  footer .top .navbar ul li > ul li {
    padding: 2px 0;
  }
}
footer .top .navbar ul li > ul li a {
  line-height: 20px;
}
footer .top .navbar ul li > ul li a.phone span {
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  margin-left: 24px;
  margin-top: 17px;
  transition: all 0.3s linear;
}
@media screen and (max-width: 991.98px) {
  footer .top .navbar ul li > ul li a.phone span {
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-top: 0;
  }
}
footer .top .navbar ul li > ul li a.phone img {
  width: 50px;
  height: 50px;
  display: inline-block;
}
@media screen and (max-width: 991.98px) {
  footer .top .navbar ul li > ul li a.phone img {
    width: 25px;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  footer .top .navbar ul li > ul li a.phone:hover {
    color: var(--orange);
  }
  footer .top .navbar ul li > ul li a.phone:hover span {
    color: var(--orange);
  }
  footer .top .navbar ul li > ul li a.phone:hover img {
    animation: shake 0.2s ease-in-out infinite alternate;
  }
}
footer .top .navbar > ul > li {
  padding-left: 0;
}
footer .top .navbar > ul > li > a, footer .top .navbar > ul > li > span {
  margin-bottom: 31px;
  display: inline-block;
}
footer .center {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  gap: 20px;
  height: 332px;
  padding: 0 25.297916vw 25px 12.108333vw;
  line-height: 29px;
}
@media screen and (max-width: 1500px) {
  footer .center {
    padding: 0 7.297916vw 25px 7.708333vw;
  }
}
@media screen and (max-width: 1280px) {
  footer .center {
    padding: 0;
  }
}
@media screen and (max-width: 991.98px) {
  footer .center {
    flex-direction: column;
    height: auto;
    padding: 30px 0;
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
  }
}
footer .center img {
  margin-right: 36px;
  width: 55px;
}
@media screen and (max-width: 991.98px) {
  footer .center img {
    width: 36px;
    margin-right: 0;
  }
}
footer .bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 35px 11.197916vw 34px 12.408333vw;
}
@media screen and (max-width: 1500px) {
  footer .bottom {
    padding: 0 11.197916vw 34px 7.708333vw;
  }
}
@media screen and (max-width: 1280px) {
  footer .bottom {
    padding: 0 0 34px 0;
  }
}
@media screen and (max-width: 991.98px) {
  footer .bottom {
    flex-direction: column;
    align-items: center;
    height: auto;
    gap: 20px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1921px) {
  footer .bottom {
    padding: 0 215px 0 244px;
  }
}
footer .bottom .navbar {
  padding-left: 13.4%;
  width: auto;
  flex: 1;
}
@media screen and (max-width: 991.98px) {
  footer .bottom .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
footer .bottom .navbar ul {
  justify-content: flex-start;
  gap: 48px;
}
footer .bottom .navbar ul li {
  padding-bottom: 0;
}
@media screen and (max-width: 991.98px) {
  footer .bottom .navbar ul li {
    margin-top: 10px;
  }
}
footer .bottom .navbar ul li a {
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}
@media screen and (max-width: 991.98px) {
  footer .bottom .navbar ul li a {
    border-bottom: none;
  }
}
footer .copyRight {
  font-weight: 400;
  font-size: 14.8px;
  color: var(--white);
  padding-left: 4.1%;
  line-height: 23.9px;
}
@media screen and (max-width: 991.98px) {
  footer .copyRight {
    padding-left: 0;
    padding-right: 0;
  }
}

@keyframes shake {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-5deg);
  }
}
.designLogo {
  max-width: 60px;
  display: block;
  transition: all 0.3s linear;
}
@media screen and (min-width: 992px) {
  .designLogo:hover {
    transform: scale(1.05);
  }
}

.fixBtn {
  font-size: 17.2px;
  color: var(--darkblue2);
  height: 70px;
  width: 275px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white);
  border-radius: 35px;
  font-family: "Poppins", serif;
  font-weight: 400;
  padding: 0 31px;
  transition: all 0.3s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.fixBtn:before {
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--orange);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.fixBtn svg {
  color: var(--orange);
  transition: all 0.3s linear;
}
.fixBtn img {
  transition: all 0.3s linear;
}
@media screen and (max-width: 991.98px) {
  .fixBtn {
    font-size: 14px;
    height: 50px;
    width: 220px;
    border-radius: 35px;
    padding: 0 20px;
  }
}
.fixBtn.moreBtn {
  background-color: var(--orange);
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  justify-content: center;
  margin: 30px auto 40px auto;
  height: 60px;
}
@media screen and (max-width: 991.98px) {
  .fixBtn.moreBtn {
    width: auto;
    max-width: 300px;
    font-size: 14px;
    height: 50px;
    padding: 0 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
  }
}
.fixBtn.moreBtn:before {
  background-color: var(--darkblue2);
}
@media screen and (min-width: 992px) {
  .fixBtn:hover {
    color: var(--white);
  }
  .fixBtn:hover:before {
    width: 100%;
  }
  .fixBtn:hover svg {
    color: var(--white);
  }
  .fixBtn:hover img {
    filter: invert(75%) sepia(2) saturate(0.5) brightness(20.5);
  }
}

.fixBtn2 {
  display: inline-flex;
  align-items: center;
  color: var(--gray3);
  font-size: 17px;
  height: 55px;
  font-family: "Poppins", serif;
  font-weight: 400;
  transition: all 0.3s linear;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.fixBtn2:before {
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--orange);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.fixBtn2 svg {
  color: var(--orange);
  margin-left: 25px;
  transition: all 0.3s linear;
}
@media screen and (min-width: 992px) {
  .fixBtn2:hover {
    color: var(--white);
    padding-left: 32px;
    padding-right: 24px;
  }
  .fixBtn2:hover:before {
    width: 100%;
  }
  .fixBtn2:hover svg {
    color: var(--white);
  }
}

.btn {
  outline: 0;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.btn:hover, .btn:focus-visible, .btn:focus, .btn:active {
  outline: 0;
  border: none;
  box-shadow: none;
}

.buttons {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 30px;
  padding-right: 6%;
}
@media screen and (max-width: 991.98px) {
  .buttons {
    padding-right: 0;
  }
}
@media screen and (max-width: 570px) {
  .buttons {
    flex-direction: column;
    gap: 20px;
  }
}
.buttons .whatsappBtn {
  color: var(--white);
  background-color: #2f7d39;
}
@media screen and (max-width: 1440px) {
  .buttons .whatsappBtn {
    width: 245px;
  }
}
@media screen and (max-width: 570px) {
  .buttons .whatsappBtn {
    width: 100%;
  }
}
.buttons .whatsappBtn:before {
  background-color: var(--darkblue2);
}
.buttons .whatsappBtn svg {
  color: var(--white);
}
.buttons .sssBtn {
  color: var(--white);
  background-color: var(--orange);
}
@media screen and (max-width: 1440px) {
  .buttons .sssBtn {
    width: 245px;
  }
}
@media screen and (max-width: 570px) {
  .buttons .sssBtn {
    width: 100%;
  }
}
.buttons .sssBtn svg {
  color: var(--white);
}
.buttons .sssBtn:before {
  background-color: var(--darkblue2);
}
@media screen and (min-width: 992px) {
  .buttons .fixBtn:hover {
    color: var(--white);
  }
}

.formBtn {
  background-color: var(--darkblue2);
  width: 250px;
  height: 54px;
  color: var(--white);
  border-radius: 5px;
  font-size: 17px;
  font-family: "Poppins", serif;
  font-weight: 500;
  padding: 0 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.formBtn:before {
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--orange);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
@media screen and (max-width: 991.98px) {
  .formBtn {
    margin: 0 auto;
    justify-content: center;
    width: 50%;
  }
}
@media screen and (max-width: 570px) {
  .formBtn {
    width: 100%;
  }
}
.formBtn.prev:before {
  left: auto;
  right: 0;
}
.formBtn.prev svg,
.formBtn.prev img {
  margin-right: 20px;
}
.formBtn.next {
  text-align: right;
  margin-left: auto;
  justify-content: flex-end;
}
@media screen and (max-width: 991.98px) {
  .formBtn.next {
    justify-content: center;
  }
}
.formBtn.next svg,
.formBtn.next img {
  margin-left: 20px;
}
@media screen and (min-width: 992px) {
  .formBtn:hover:before {
    width: 100%;
  }
}

.form {
  padding-top: 10px;
}
.form textarea {
  resize: none;
}
.form .inputColumn {
  margin-top: 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .form .inputColumn {
    flex-direction: column;
    gap: 10px;
  }
}
.form .inputColumn.flex-column {
  flex-direction: column;
  width: 50%;
  padding: 0 0 0 36px;
  align-items: flex-start;
}
@media screen and (max-width: 991.98px) {
  .form .inputColumn.flex-column {
    width: 100%;
    padding: 0;
  }
}
.form .inputColumn.flex-column:first-child {
  padding: 0 36px 0 0;
}
@media screen and (max-width: 991.98px) {
  .form .inputColumn.flex-column:first-child {
    padding: 0;
  }
}
.form label {
  font-size: 14px;
  color: var(--orange);
  font-weight: 500;
  width: 170px;
  min-width: 170px;
  text-align: left;
  margin-top: 13px;
}
@media screen and (max-width: 640px) {
  .form label {
    width: 100%;
    min-width: initial;
    font-size: 12px;
  }
}
.form label b {
  color: var(--orange);
}
.form input,
.form select {
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  color: var(--darkblue2);
  height: 45px;
  min-height: 45px;
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Poppins", serif;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .form input,
  .form select {
    width: 100%;
    font-size: 12px;
  }
}
.form input {
  color: var(--gray4);
}
.form textarea {
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  flex: 1;
  padding: 16px;
  border-radius: 5px;
  color: #636363;
  font-family: "Poppins", serif;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .form textarea {
    width: 100%;
  }
}
.form .formControl.is-invalid {
  border-color: var(--orange);
}
.form.commentForm {
  margin-top: 30px;
}
.form.commentForm .inputColumn {
  flex-direction: column;
  gap: 10px;
}
.form.commentForm .inputColumn label span {
  font-size: 13px;
  color: var(--darkblue2);
}
.form.commentForm .inputColumn label,
.form.commentForm .inputColumn textarea {
  width: 100%;
}
.form.commentForm .inputColumn input,
.form.commentForm .inputColumn select {
  width: 100%;
}
.form.commentForm .formBtn {
  margin-top: 20px;
}

@media screen and (max-width: 991.98px) {
  .formbuttons {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.invalid-message {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  bottom: 0;
  right: 8px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 600;
  background: linear-gradient(180deg, #f5f5f5 70%, rgb(255, 255, 255) 35%);
  bottom: -5px;
  padding-right: 13px;
  padding-left: 10px;
  padding-top: 0;
}

.formControl.is-invalid ~ .invalid-message {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.container-check input.is-invalid ~ .checkmark {
  border-color: var(--burgundy);
}
.container-check .invalid-message {
  bottom: -17px;
  background: none;
  left: 18px;
}

/* Customize the label (the container-check) */
.container-check {
  display: flex !important;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-left: 0 !important;
  /* Create a custom checkbox */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.container-check .checkText {
  color: #747474;
  font-size: 13px;
  font-weight: 500;
}
.container-check a {
  color: var(--light-brown);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.3s linear;
}
@media screen and (min-width: 992px) {
  .container-check a:hover {
    border-color: var(--light-brown);
  }
}
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container-check .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 18px;
  width: 20px;
  border: 1px solid #bfbfbf;
  background-color: #f2f2f2;
  margin-right: 10px;
}
.container-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-check input:checked ~ .checkmark:after {
  display: block;
}
.container-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid var(--light-brown);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.container-check.circle {
  display: flex;
  align-items: center;
}
.container-check.circle .checkmark {
  border-radius: 100%;
  width: 23px;
  min-width: 23px;
  height: 23px;
  border: 1px solid #b7b4b4;
  overflow: hidden;
}
.container-check.circle .checkmark:after {
  border: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: none;
  background-color: var(--orange);
}
.container-check.circle .checkText {
  font-size: 16.1px;
  color: var(--orange);
  font-weight: 500;
  line-height: 19px;
  margin-left: 7px;
}
@media screen and (max-width: 991.98px) {
  .container-check.circle .checkText {
    font-size: 12px;
  }
}

.breadCrumbWrapper {
  margin-top: 11px;
  margin-bottom: 38px;
}
@media screen and (max-width: 1200px) {
  .breadCrumbWrapper {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .breadCrumbWrapper {
    display: none;
  }
}
.breadCrumbWrapper .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 11px;
  margin-top: 18px;
}
.breadCrumbWrapper .breadcrumb a {
  font-size: 13px;
  font-weight: 400;
  color: var(--darkblue2);
  transition: all 0.3s linear;
  padding-right: 20px;
}
@media screen and (max-width: 991.98px) {
  .breadCrumbWrapper .breadcrumb a {
    padding-right: 10px;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.breadCrumbWrapper .breadcrumb a + a:before {
  content: "|";
  font-size: 13px;
  color: var(--darkblue2);
  display: inline-block;
  margin-right: 18px;
}
@media screen and (max-width: 991.98px) {
  .breadCrumbWrapper .breadcrumb a + a:before {
    margin-right: 10px;
  }
}
.breadCrumbWrapper .breadcrumb a.active {
  color: var(--orange);
}
@media screen and (min-width: 992px) {
  .breadCrumbWrapper .breadcrumb a:hover {
    color: var(--orange);
  }
}

.bgImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.sectionHead {
  text-align: center;
  margin-bottom: 74px;
}
@media screen and (max-width: 991.98px) {
  .sectionHead {
    margin-bottom: 40px;
  }
}
.sectionHead .sectionTitle,
.sectionHead h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  line-height: 70px;
  color: var(--darkblue2);
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 1440px) {
  .sectionHead .sectionTitle,
  .sectionHead h1 {
    font-size: 36px;
    line-height: 56px;
  }
}
@media screen and (max-width: 991.98px) {
  .sectionHead .sectionTitle,
  .sectionHead h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.sectionHead .sectionTitle span,
.sectionHead h1 span {
  color: var(--orange);
}
.sectionHead p {
  color: var(--darkblue);
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  max-width: 500px;
  margin: 0 auto;
}
.sectionHead.text-left {
  text-align: left;
}
.sectionHead.text-left p {
  margin-left: 0;
}

.homeSection {
  height: 100vh;
  width: 100%;
  position: relative;
}
.homeSection > .container-3xl {
  background: rgba(0, 0, 0, 0.1);
}
.homeSection .imageWrapper {
  height: 100%;
  width: 100%;
}
.homeSection .imageWrapper video {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeSection .homeContent {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 100px 0;
}
.homeSection .homeContent p {
  margin-top: 22px;
}
@media screen and (max-width: 640px) {
  .homeSection .homeContent p {
    text-align: justify;
    font-weight: 700;
    color: var(--white);
  }
}
.homeSection .homeContent .fixBtn {
  margin-top: 44px;
}
.homeSection h1,
.homeSection .bannerTitle {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: var(--white);
  font-size: 90px;
  position: relative;
  max-width: 900px;
  line-height: 94px;
}
@media screen and (max-width: 1440px) {
  .homeSection h1,
  .homeSection .bannerTitle {
    font-size: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1280px) {
  .homeSection h1,
  .homeSection .bannerTitle {
    font-size: 54px;
    line-height: 54px;
  }
}
@media screen and (max-width: 991.98px) {
  .homeSection h1,
  .homeSection .bannerTitle {
    font-size: 36px;
    line-height: 36px;
    color: var(--white);
  }
}
.homeSection h1 .changeText,
.homeSection .bannerTitle .changeText {
  position: relative;
}
.homeSection h1 span,
.homeSection .bannerTitle span {
  font-weight: 600;
}
.homeSection h1 span.show,
.homeSection .bannerTitle span.show {
  display: inline-flex !important;
}
.homeSection h1 .textFade,
.homeSection .bannerTitle .textFade {
  display: none;
}
.homeSection p {
  font-size: 18px;
  color: var(--white);
  line-height: 30px;
  max-width: 580px;
}
@media screen and (max-width: 1280px) {
  .homeSection p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .homeSection p {
    font-size: 14px;
    line-height: 18px;
  }
}

.infoSection .infoContent {
  background-color: var(--white);
  margin: 0 auto;
  border-radius: 0 0 15px 15px;
  max-width: 1280px;
  height: 170px;
  display: flex;
  align-items: center;
  padding: 0 76px;
}
@media screen and (max-width: 640px) {
  .infoSection .infoContent .swiper-wrapper .swiper-slide .d-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 991.98px) {
  .infoSection .infoContent {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .infoSection .infoContent {
    flex-direction: column;
    padding-top: 20px;
    height: auto;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .infoSection .infoContent .puanWrapper {
    min-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .infoSection .infoContent .puanWrapper {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .infoSection .infoContent .puanWrapper {
    min-width: initial;
  }
}
.infoSection .infoContent .puanWrapper img {
  margin-right: 29px;
}
@media screen and (max-width: 991.98px) {
  .infoSection .infoContent .puanWrapper img {
    margin-right: 10px;
  }
}
.infoSection .infoContent .puanSayi {
  font-size: 22px;
  line-height: 34px;
  color: var(--black);
  font-weight: 600;
  position: relative;
  margin-right: 7px;
}
@media screen and (max-width: 991.98px) {
  .infoSection .infoContent .puanSayi {
    font-size: 18px;
    line-height: 22px;
  }
}
.infoSection .infoContent .puanSayi:after {
  content: "";
  width: calc(100% - 7px);
  height: 1px;
  background-color: var(--black);
  position: absolute;
  left: 0;
  bottom: 0px;
}
.infoSection .infoContent .degerlendirme {
  font-size: 15px;
  line-height: 25px;
  color: var(--black);
  font-weight: 400;
}
@media screen and (max-width: 991.98px) {
  .infoSection .infoContent .degerlendirme {
    font-size: 13px;
    line-height: 22px;
  }
}
@media screen and (max-width: 991.98px) {
  .infoSection .infoContent .commentSlider {
    height: 110px !important;
  }
}
@media screen and (max-width: 640px) {
  .infoSection .infoContent .commentSlider {
    height: 140px !important;
  }
}
.infoSection .infoContent .commentWrapper {
  font-size: 17px;
  line-height: 30px;
  color: var(--black);
  max-width: 655px;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  .infoSection .infoContent .commentWrapper {
    font-size: 14px;
    line-height: 22px;
  }
}
.infoSection .infoContent .commentWrapper p,
.infoSection .infoContent .commentWrapper .text {
  font-size: 17px;
  line-height: 30px;
  color: var(--black);
  padding-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .infoSection .infoContent .commentWrapper p,
  .infoSection .infoContent .commentWrapper .text {
    font-size: 14px;
    line-height: 22px;
  }
}
.infoSection .infoContent .commentWrapper .name {
  color: var(--gray);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}
@media screen and (max-width: 991.98px) {
  .infoSection .infoContent .commentWrapper .name {
    font-size: 12px;
    line-height: 18px;
  }
}

.epimediSection {
  margin-block: 80px;
}
@media screen and (max-width: 991.98px) {
  .epimediSection {
    margin-block: 50px;
  }
}
.epimediSection > .d-lg-flex {
  align-items: stretch;
}
.epimediSection .leftColumn {
  width: 44%;
  min-width: 44%;
  padding-right: 36px;
}
@media screen and (max-width: 991.98px) {
  .epimediSection .leftColumn {
    width: 100%;
    padding-right: 0;
  }
}
.epimediSection .sectionTitle,
.epimediSection h1 {
  font-size: 65px;
  font-weight: 600;
  line-height: 70px;
  color: var(--darkblue2);
  font-family: "Cormorant Garamond", serif;
  max-width: 560px;
  margin-top: -8px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .epimediSection .sectionTitle,
  .epimediSection h1 {
    font-size: 43px;
    line-height: 48px;
    max-width: 363px;
    margin-top: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .epimediSection .sectionTitle,
  .epimediSection h1 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
.epimediSection .slogan {
  font-size: 16px;
  line-height: 25px;
  font-family: "Poppins", serif;
  font-weight: 400;
  color: var(--dark-gray);
  margin-top: 25px;
  letter-spacing: -0.15px;
  max-width: 480px;
}
@media screen and (max-width: 1440px) {
  .epimediSection .slogan {
    font-size: 14px;
    line-height: 22px;
  }
}
.epimediSection .slogan strong {
  font-weight: 500;
}
.epimediSection .slogan2 {
  font-size: 16px;
  line-height: 25px;
  font-family: "Poppins", serif;
  font-weight: 500;
  color: var(--dark-gray);
  margin-top: 25px;
}
@media screen and (max-width: 1440px) {
  .epimediSection .slogan2 {
    font-size: 14px;
    line-height: 22px;
  }
}
.epimediSection .rightColumn {
  display: flex;
  align-items: flex-start;
  background-color: var(--white);
  width: 56%;
  min-width: 56%;
  border-radius: 15px;
  padding: 60px 50px 60px 77px;
}
@media screen and (max-width: 991.98px) {
  .epimediSection .rightColumn {
    width: 100%;
    margin-top: 50px;
    flex-direction: column;
    padding: 60px 16px 60px 16px;
  }
}
.epimediSection .rightColumn .imageWrapper {
  max-width: 330px;
  aspect-ratio: 3/4.5455;
  width: 42%;
}
@media screen and (max-width: 991.98px) {
  .epimediSection .rightColumn .imageWrapper {
    width: 90%;
    margin: 0 auto;
  }
}
.epimediSection .rightColumn .imageWrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.epimediSection .rightColumn .epimedContent {
  margin-left: auto;
  width: 46%;
  padding-top: 45px;
}
@media screen and (max-width: 991.98px) {
  .epimediSection .rightColumn .epimedContent {
    width: 100%;
    padding-top: 30px;
  }
}
.epimediSection .rightColumn .epimedContent .title {
  font-size: 15.8px;
  color: var(--darkblue2);
  font-weight: 500;
}
.epimediSection .rightColumn .epimedContent ul {
  padding-left: 25px;
  padding-top: 37px;
}
@media screen and (max-width: 991.98px) {
  .epimediSection .rightColumn .epimedContent ul {
    padding-top: 10px;
  }
}
.epimediSection .rightColumn .epimedContent ul li {
  font-size: 15px;
  font-weight: 500;
  color: var(--gray2);
  line-height: 18px;
  position: relative;
  margin: 17px 0;
  padding-left: 14px;
}
@media screen and (max-width: 991.98px) {
  .epimediSection .rightColumn .epimedContent ul li {
    font-size: 14px;
    padding-left: 0;
  }
}
.epimediSection .rightColumn .epimedContent ul li:before {
  content: "";
  width: 13px;
  height: 1px;
  background-color: var(--gray2);
  position: absolute;
  left: -24px;
  top: 10px;
}

.epimedMacunProp {
  display: flex;
  align-items: flex-start;
  margin-top: 70px;
  width: 100%;
  gap: 30px;
}
@media screen and (max-width: 991.98px) {
  .epimedMacunProp {
    gap: 40px 10px;
    flex-wrap: wrap;
  }
}
.epimedMacunProp .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .epimedMacunProp .item {
    width: calc(33.3% - 7px);
  }
}
.epimedMacunProp .item img {
  height: 48px;
}
@media screen and (max-width: 991.98px) {
  .epimedMacunProp .item img {
    height: 30px;
  }
}
.epimedMacunProp .item .name {
  font-size: 13px;
  color: var(--light-black);
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  width: 90%;
  text-align: center;
  margin-top: 28px;
  letter-spacing: 0.35px;
}
@media screen and (max-width: 991.98px) {
  .epimedMacunProp .item .name {
    font-size: 12px;
    line-height: 18px;
    margin-top: 16px;
  }
}

.epimedHakkinda {
  margin-block: 120px;
}
@media screen and (max-width: 991.98px) {
  .epimedHakkinda {
    margin-block: 50px;
  }
}
.epimedHakkinda .epimedHakkindaContent {
  position: relative;
  height: 350px;
  border-radius: 15px;
  overflow: hidden;
}
.epimedHakkinda .epimedHakkindaContent .aboutDesc {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 0 6.289vw 23px 6.289vw;
}
.epimedHakkinda .epimedHakkindaContent .aboutDesc .title {
  font-size: 28px;
  color: var(--white);
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .epimedHakkinda .epimedHakkindaContent .aboutDesc .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 991.98px) {
  .epimedHakkinda .epimedHakkindaContent .aboutDesc .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .epimedHakkinda .epimedHakkindaContent .aboutDesc .title {
    font-size: 16px;
  }
}
.epimedHakkinda .epimedHakkindaContent .aboutDesc p {
  font-size: 17px;
  color: var(--white);
  line-height: 30px;
  max-width: 520px;
  margin-top: 24px;
}
@media screen and (max-width: 991.98px) {
  .epimedHakkinda .epimedHakkindaContent .aboutDesc p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .epimedHakkinda .epimedHakkindaContent .aboutDesc p {
    font-size: 14px;
  }
}
.epimedHakkinda .epimedHakkindaContent .aboutDesc .fixBtn {
  color: var(--gray3);
  margin-top: 45px;
  margin-left: -5px;
}
.epimedHakkinda .epimedHakkindaContent .aboutDesc .fixBtn:before {
  background-color: var(--darkblue2);
}
@media screen and (max-width: 991.98px) {
  .epimedHakkinda .epimedHakkindaContent .aboutDesc .fixBtn {
    margin-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .epimedHakkinda .epimedHakkindaContent .aboutDesc .fixBtn:hover {
    color: var(--white);
  }
  .epimedHakkinda .epimedHakkindaContent .aboutDesc .fixBtn:hover svg {
    color: var(--white);
  }
}

.nasilkullanilir {
  margin-block: 127px 100px;
}
@media screen and (max-width: 991.98px) {
  .nasilkullanilir {
    margin-block: 50px;
  }
}
.nasilkullanilir .sectionContent {
  margin-top: 63px;
}
@media screen and (max-width: 991.98px) {
  .nasilkullanilir .sectionContent {
    margin-top: 30px;
  }
}
.nasilkullanilir .sectionContent .cards {
  align-items: stretch;
}
@media screen and (max-width: 991.98px) {
  .nasilkullanilir .sectionContent .cards {
    margin-top: -40px;
  }
}
.nasilkullanilir .sectionContent .cards .card {
  width: 24.3%;
}
@media screen and (max-width: 991.98px) {
  .nasilkullanilir .sectionContent .cards .card {
    width: 50%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .nasilkullanilir .sectionContent .cards .card {
    width: 100%;
  }
}
.nasilkullanilir .sectionContent .cards .card .imageWrapper {
  border: none;
  aspect-ratio: 3/3.14;
}
.nasilkullanilir .sectionContent .cards .card .card-body {
  display: flex;
  min-height: 82px;
  align-items: flex-start;
  justify-content: center;
  padding: 5px 12px 0px 32px;
}
.nasilkullanilir .sectionContent .cards .card:not(.other) .card-body {
  align-items: center;
}
.nasilkullanilir .sectionContent .cards .card.other .imageWrapper {
  border: none;
}
.nasilkullanilir .sectionContent .cards .card.other .imageWrapper svg {
  color: var(--darkblue2);
  transition: all 0.3s linear;
}
@media screen and (max-width: 991.98px) {
  .nasilkullanilir .sectionContent .cards .card.other .imageWrapper svg {
    width: 34px;
    height: 34px;
  }
}
.nasilkullanilir .sectionContent .cards .card.other .imageWrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  min-height: auto;
}
.nasilkullanilir .sectionContent .cards .card.other .card-body {
  text-align: center;
  max-width: 90%;
}
.nasilkullanilir .sectionContent .cards .card.other .card-body .title {
  font-size: 16px;
  text-align: center;
}
.nasilkullanilir .sectionContent .cards .card.other a {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
  border-color: #d9d9d9;
}
.nasilkullanilir .sectionContent .cards .card.other a:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s linear;
  background-color: var(--light-gray);
  z-index: -1;
  border-radius: 15px;
}
@media screen and (min-width: 992px) {
  .nasilkullanilir .sectionContent .cards .card.other a:hover {
    box-shadow: none;
    border-color: #d9d9d9;
  }
  .nasilkullanilir .sectionContent .cards .card.other a:hover:before {
    width: 100%;
  }
  .nasilkullanilir .sectionContent .cards .card.other a:hover svg {
    color: var(--orange);
  }
  .nasilkullanilir .sectionContent .cards .card.other a:hover .card-body .title {
    color: var(--orange);
  }
}

.informSection .informSectionContent {
  position: relative;
  height: 600px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .informSection .informSectionContent {
    height: 450px;
  }
}
@media screen and (max-width: 991.98px) {
  .informSection .informSectionContent {
    height: 220px;
  }
}
.informSection .informSectionContent .desc {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: var(--white);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  line-height: 88px;
}
@media screen and (max-width: 1440px) {
  .informSection .informSectionContent .desc {
    font-size: 72px;
    line-height: 76px;
  }
}
@media screen and (max-width: 1200px) {
  .informSection .informSectionContent .desc {
    font-size: 48px;
    line-height: 52px;
  }
}
@media screen and (max-width: 991.98px) {
  .informSection .informSectionContent .desc {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 480px) {
  .informSection .informSectionContent .desc {
    font-size: 24px;
    line-height: 28px;
  }
}

.sssSection {
  margin-block: 84px;
}
@media screen and (max-width: 991.98px) {
  .sssSection {
    margin-block: 50px;
  }
}
.sssSection .ssContent {
  display: flex;
  background-color: var(--light-gray);
  border-radius: 15px;
  padding: 27px 106px 75px 68px;
}
@media screen and (max-width: 1200px) {
  .sssSection .ssContent {
    flex-direction: column;
    padding: 27px 50px 75px 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .sssSection .ssContent {
    padding: 27px 16px 75px 16px;
  }
}
.sssSection .ssContent .leftColumn {
  width: 49.5%;
  padding-top: 13px;
}
@media screen and (max-width: 1200px) {
  .sssSection .ssContent .leftColumn {
    width: 100%;
  }
}
.sssSection .ssContent .leftColumn .sectionHead {
  text-align: left;
}
.sssSection .ssContent .leftColumn p {
  margin-left: 0;
  margin-right: auto;
  margin-top: 15px;
  line-height: 28px;
  font-size: 14.8px;
  max-width: 520px;
}
@media screen and (max-width: 991.98px) {
  .sssSection .ssContent .leftColumn p {
    font-size: 14px;
    line-height: 20px;
  }
}
.sssSection .ssContent .rightColumn {
  width: 50.5%;
}
@media screen and (max-width: 1200px) {
  .sssSection .ssContent .rightColumn {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .sssSection .ssContent .rightColumn {
    margin-top: 0;
  }
}

.userCommentSection {
  margin-block: 126px 0;
}
@media screen and (max-width: 640px) {
  .userCommentSection {
    margin-block: 50px 60px;
  }
}
@media screen and (max-width: 480px) {
  .userCommentSection {
    margin-block: 50px;
  }
}
.userCommentSection .sectionHead .sectionTitle {
  font-size: 51.1px;
  line-height: 77.14px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .userCommentSection .sectionHead .sectionTitle {
    font-size: 36px;
    line-height: 56px;
  }
}
@media screen and (max-width: 991.98px) {
  .userCommentSection .sectionHead .sectionTitle {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.userCommentSection .sectionHead p {
  line-height: 22px;
}
.userCommentSection .userCommentsWrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 26px;
}
@media screen and (max-width: 1440px) {
  .userCommentSection .userCommentsWrapper {
    padding: 0 0px;
  }
}
.userCommentSection .userCommentsWrapper .userCommentsSlider {
  width: calc(100% - 205px);
  margin: 0 auto 74px auto;
  height: 511px;
}
@media screen and (max-width: 1440px) {
  .userCommentSection .userCommentsWrapper .userCommentsSlider {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 991.98px) {
  .userCommentSection .userCommentsWrapper .userCommentsSlider {
    margin: 0 auto 30px auto;
    height: 360px;
  }
}
@media screen and (max-width: 640px) {
  .userCommentSection .userCommentsWrapper .userCommentsSlider {
    width: 100%;
  }
}
.userCommentSection .userCommentsWrapper .cards .card {
  height: 100%;
}
.userCommentSection .userCommentsWrapper .cards .card .imageWrapper {
  aspect-ratio: 4/2.67;
}
.userCommentSection .userCommentsWrapper .cards .card > div {
  padding: 55px 37px 37px 49px;
}
@media screen and (max-width: 1440px) {
  .userCommentSection .userCommentsWrapper .cards .card > div {
    padding: 30px 16px 30px 16px;
  }
}
.userCommentSection .userCommentsWrapper .cards .card .card-body {
  margin-top: 25px;
  height: calc(100% - 50px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991.98px) {
  .userCommentSection .userCommentsWrapper .cards .card .card-body {
    height: calc(100% - 20px);
  }
}
.userCommentSection .userCommentsWrapper .cards .card .card-body .userText {
  flex: 1;
}
@media screen and (max-width: 991.98px) {
  .userCommentSection .userCommentsWrapper .cards .card .card-body {
    margin-top: 10px;
  }
}

.blogSection {
  margin-block: 0 137px;
}
@media screen and (max-width: 991.98px) {
  .blogSection {
    margin-block: 80px;
  }
}
.blogSection .blogSectionWrapper {
  background-color: var(--light-gray);
  border-radius: 15px;
  padding: 30px 85px 95px 80px;
}
@media screen and (max-width: 1440px) {
  .blogSection .blogSectionWrapper {
    padding: 30px 36px 95px 36px;
  }
}
@media screen and (max-width: 991.98px) {
  .blogSection .blogSectionWrapper {
    padding: 30px 16px 95px 16px;
  }
}
.blogSection .blogSectionWrapper .sectionContent {
  margin-top: 47px;
}
.blogSection .blogSectionWrapper .sectionContent .cards {
  margin: 0 -10px;
}
@media screen and (max-width: 991.98px) {
  .blogSection .blogSectionWrapper .sectionContent .cards {
    margin: -50px -10px -30px -10px;
  }
}
.blogSection .blogSectionWrapper .sectionContent .cards .card {
  padding: 0 10px;
}
.blogSection .blogSectionWrapper .sectionContent .cards .card a {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.blogSection .blogSectionWrapper .sectionContent .cards .card a:before {
  display: none;
}
@media screen and (min-width: 992px) {
  .blogSection .blogSectionWrapper .sectionContent .cards .card a:hover {
    box-shadow: none;
    border: none;
  }
  .blogSection .blogSectionWrapper .sectionContent .cards .card a:hover .imageWrapper img {
    transform: scale(1.1);
  }
}

.scrollup {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 999;
  display: none;
}
@media screen and (max-width: 991.98px) {
  .scrollup {
    bottom: 60px;
    right: 30px;
  }
}
.scrollup svg g {
  transition: all 0.3s linear;
  stroke: var(--darkblue2);
}
.scrollup .rotate-90 {
  transform: rotate(-90deg);
}
@media screen and (min-width: 992px) {
  .scrollup:hover svg g {
    stroke: var(--orange);
  }
}

.cards {
  display: flex;
  align-items: flex-start;
}
.cards .card b,
.cards .card strong {
  font-weight: 600;
  color: var(--orange);
}
.cards .card strong {
  display: block;
}
.cards .card ul,
.cards .card ol {
  padding-left: 25px;
  padding-top: 10px;
}
@media screen and (max-width: 991.98px) {
  .cards .card ul,
  .cards .card ol {
    padding-top: 10px;
  }
}
.cards .card ul li,
.cards .card ol li {
  font-size: 17px;
  font-weight: 400;
  color: #515151;
  line-height: 18px;
  position: relative;
  margin: 10px 0;
  padding-left: 14px;
}
@media screen and (max-width: 1440px) {
  .cards .card ul li,
  .cards .card ol li {
    font-size: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .cards .card ul li,
  .cards .card ol li {
    font-size: 14px;
    padding-left: 0;
  }
}
.cards .card ul li:before,
.cards .card ol li:before {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #515151;
  position: absolute;
  left: -24px;
  top: 10px;
}
.cards .card ol {
  list-style: decimal;
}
.cards .card ol li:before {
  display: none;
}
.cards .card ol li::marker {
  color: var(--orange);
}
.cards .card .imageWrapper {
  border: 1px solid var(--light-gray2);
  border-radius: 15px;
}
.cards .card .imageWrapper img {
  transition: all 0.3s linear;
}
.cards .card .commentIcon {
  width: 41px;
  height: 30px;
  margin-left: 15px;
  transition: all 0.3s linear;
}
@media screen and (max-width: 991.98px) {
  .cards .card .commentIcon {
    width: 21px;
    height: auto;
  }
}
.cards .card .card-body {
  padding: 15px;
}
.cards .card .card-body .title {
  font-size: 18px;
  color: var(--darkblue2);
  line-height: 25px;
  font-weight: 600;
  text-align: left;
  transition: all 0.3s linear;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1440px) {
  .cards .card .card-body .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.cards .card .card-body .userText {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: var(--gray4);
  transition: all 0.3s linear;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 991.98px) {
  .cards .card .card-body .userText {
    font-size: 14px;
    line-height: 22px;
  }
}
.cards .card .card-body .userName {
  font-size: 18px;
  line-height: 28px;
  color: var(--darkblue2);
  font-weight: 500;
  margin-top: 52px;
  display: block;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1440px) {
  .cards .card .card-body .userName {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .cards .card .card-body .userName {
    font-size: 16px;
    line-height: 22px;
  }
}
.cards .card .card-title {
  position: relative;
  font-size: 17px;
  color: var(--darkblue2);
  margin-top: 32px;
  margin-left: 9px;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1440px) {
  .cards .card .card-title {
    font-size: 14px;
    line-height: 16px;
  }
}
.cards .card .card-title:before {
  content: "";
  width: 43px;
  height: 1px;
  background-color: var(--orange);
  position: absolute;
  left: 0;
  top: -13px;
  transition: all 0.3s linear;
}
.cards .card > div {
  background-color: var(--light-gray3);
  border: 1px solid var(--light-gray3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.cards .card a {
  background-color: var(--light-gray3);
  border: 1px solid var(--light-gray3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}
@media screen and (min-width: 992px) {
  .cards .card a:hover {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    border-color: var(--light-gray);
  }
  .cards .card a:hover .commentIcon {
    filter: invert(1) brightness(9.5);
  }
  .cards .card a:hover .userText,
  .cards .card a:hover .userName {
    color: var(--white);
  }
  .cards .card a:hover .card-title {
    color: var(--orange);
  }
}
.cards:not(.swiper) {
  flex-wrap: wrap;
  margin: 0 -45px;
}
@media screen and (max-width: 1440px) {
  .cards:not(.swiper) {
    margin: 0 -16px;
  }
}
@media screen and (max-width: 768px) {
  .cards:not(.swiper) {
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
.cards:not(.swiper) .card {
  padding: 0 45px;
  width: 33.3%;
}
@media screen and (max-width: 1440px) {
  .cards:not(.swiper) .card {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .cards:not(.swiper) .card {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .cards:not(.swiper) .card {
    padding: 0;
  }
}

/*Other cards*/
.userCommentPage .cardList {
  margin-bottom: 115px;
}
@media screen and (max-width: 991.98px) {
  .userCommentPage .cardList {
    margin-bottom: 0;
  }
}
.userCommentPage.contentPage {
  padding-bottom: 40px;
}

.cardList {
  gap: 61px;
  display: flex;
  flex-direction: column;
  /*Blog baslangıc ozel*/
  /*Blog bitiş ozel*/
}
@media screen and (max-width: 991.98px) {
  .cardList {
    margin-bottom: 0;
    gap: 30px;
  }
}
.cardList .card {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: var(--white);
  border: 1px solid var(--white);
  border-radius: 15px;
  padding: 55px 67px 70px 67px;
  gap: 70px;
}
@media screen and (max-width: 991.98px) {
  .cardList .card {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 640px) {
  .cardList .card {
    padding: 30px;
  }
}
@media screen and (max-width: 370px) {
  .cardList .card {
    padding: 30px 16px;
  }
}
.cardList .card .imageWrapper {
  border: 1px solid var(--light-gray2);
  border-radius: 15px;
}
.cardList .card .imageWrapper img {
  transition: all 0.3s linear;
}
.cardList .card .textContent {
  max-width: 670px;
  padding-bottom: 17.9%;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  .cardList .card .textContent {
    width: 100%;
    padding-bottom: 0;
    text-align: justify;
  }
}
.cardList .card .leftColumn {
  width: 50%;
}
@media screen and (max-width: 991.98px) {
  .cardList .card .leftColumn {
    width: 100%;
  }
}
.cardList .card .rightColumn {
  width: 49%;
}
@media screen and (max-width: 991.98px) {
  .cardList .card .rightColumn {
    width: 100%;
  }
}
.cardList .card .fixBtn2 {
  margin-top: 75px;
}
@media screen and (max-width: 640px) {
  .cardList .card .fixBtn2 {
    margin-top: 30px;
    font-size: 12px;
  }
}
.cardList h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: var(--darkblue2);
}
@media screen and (max-width: 1440px) {
  .cardList h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .cardList h2 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .cardList h2 {
    font-size: 38px;
    line-height: 54px;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .cardList h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.cardList .card-text {
  font-size: 17px;
  color: var(--gray5);
  line-height: 32px;
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .cardList .card-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .cardList .card-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .cardList .card-text {
    font-size: 14px;
    line-height: 22px;
  }
}
.cardList .card-text a {
  color: var(--orange);
  position: relative;
  font-weight: 600;
}
.cardList .card-text a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--orange);
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.3s linear;
}
@media screen and (min-width: 992px) {
  .cardList .card-text a:hover:after {
    width: 0;
  }
}
.cardList .card-text b {
  font-weight: 600;
  color: var(--orange);
}
.cardList p {
  font-size: 17px;
  color: var(--gray5);
  font-weight: 400;
}
.cardList .imageWrapper {
  border-radius: 15px;
}
.cardList .question {
  font-size: 14px;
  color: var(--orange);
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
}
.cardList .answerTitle {
  font-size: 30px;
  line-height: 41px;
  color: var(--darkblue2);
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .cardList .answerTitle {
    font-size: 26px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1200px) {
  .cardList .answerTitle {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .cardList .answerTitle {
    font-size: 18px;
    line-height: 26px;
  }
}
.cardList .answer {
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  color: var(--gray5);
  margin-top: 44px;
  padding-right: 60px;
}
@media screen and (max-width: 1440px) {
  .cardList .answer {
    font-size: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  .cardList .answer {
    font-size: 14px;
    line-height: 26px;
    padding-right: 0;
    margin-top: 20px;
    text-align: justify;
  }
}
.cardList .answer a {
  color: var(--orange);
  position: relative;
  font-weight: 600;
}
.cardList .answer a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--orange);
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.3s linear;
}
@media screen and (min-width: 992px) {
  .cardList .answer a:hover:after {
    width: 0;
  }
}
.cardList .answer b {
  font-weight: 600;
  color: var(--orange);
}
.cardList .commentUserName {
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  line-height: 28px;
  color: var(--darkblue2);
  font-weight: 500;
  min-width: 19.1%;
}
@media screen and (max-width: 1440px) {
  .cardList .commentUserName {
    font-size: 22px;
  }
}
@media screen and (max-width: 991.98px) {
  .cardList .commentUserName {
    font-size: 18px;
    line-height: 22px;
  }
}
.cardList .commentIconWrapper {
  min-width: 42px;
  width: 42px;
}
@media screen and (max-width: 1440px) {
  .cardList .commentIconWrapper {
    min-width: 32px;
    width: 32px;
  }
}
@media screen and (max-width: 991.98px) {
  .cardList .commentIconWrapper {
    min-width: 21px;
    width: 21px;
  }
}
.cardList .commentIconWrapper img {
  width: 100%;
}
.cardList .userCommentText {
  font-size: 19px;
  font-weight: 400;
  line-height: 37px;
  color: var(--darkblue2);
  flex: 1;
  padding-left: 29px;
}
@media screen and (max-width: 1440px) {
  .cardList .userCommentText {
    font-size: 17px;
  }
}
@media screen and (max-width: 991.98px) {
  .cardList .userCommentText {
    padding-left: 0;
    font-size: 14px;
    line-height: 22px;
  }
}
.cardList .blogImg {
  width: 31%;
  min-width: 31%;
}
@media screen and (max-width: 991.98px) {
  .cardList .blogImg {
    width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 570px) {
  .cardList .blogImg {
    width: 100%;
  }
}
.cardList .blogImg .imageWrapper {
  border-radius: 15px;
  aspect-ratio: 3/2;
}
.cardList .blogSum .blogTitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  line-height: 50px;
  color: var(--darkblue2);
  font-weight: 600;
  margin-top: -10px;
  margin-bottom: 18px;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1440px) {
  .cardList .blogSum .blogTitle {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .cardList .blogSum .blogTitle {
    font-size: 24px;
    line-height: 32px;
  }
}
.cardList .blogSum .blogShortText {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: var(--darkblue2);
  transition: all 0.3s linear;
}
@media screen and (max-width: 1440px) {
  .cardList .blogSum .blogShortText {
    font-size: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  .cardList .blogSum .blogShortText {
    font-size: 14px;
    line-height: 25px;
  }
}
.cardList .blogSum .fixBtn2 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 11px;
}
@media screen and (max-width: 1440px) {
  .cardList .blogSum .fixBtn2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 991.98px) {
  .cardList .blogSum .fixBtn2 {
    font-size: 12px;
  }
}
.cardList .blogSum .fixBtn2 span {
  color: var(--darkblue2);
}
.cardList .blogSum .fixBtn2 svg {
  margin-left: 10px;
}
@media screen and (max-width: 991.98px) {
  .cardList.blogList ~ .moreBtn {
    margin-bottom: 0;
  }
}
.cardList.blogList {
  gap: 43px;
  margin-bottom: 115px;
}
@media screen and (max-width: 991.98px) {
  .cardList.blogList {
    margin-bottom: 0;
  }
}
.cardList.blogList .card {
  align-items: flex-start;
  padding: 41px 55px 40px 43px;
  gap: 65px;
}
@media screen and (max-width: 991.98px) {
  .cardList.blogList .card {
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    gap: 30px;
  }
}
@media screen and (min-width: 992px) {
  .cardList.blogList .card .fixBtn2:hover {
    padding-left: 0;
    padding-right: 0;
  }
  .cardList.blogList .card .fixBtn2:hover:before {
    width: 0;
  }
  .cardList.blogList .card .fixBtn2:hover svg {
    color: var(--orange);
  }
}
@media screen and (min-width: 992px) {
  .cardList.blogList .card:hover .blogImg img {
    transform: scale(1.1);
  }
  .cardList.blogList .card:hover .blogTitle {
    color: var(--orange);
  }
  .cardList.blogList .card:hover .blogShortText {
    color: var(--darkblue2);
  }
  .cardList.blogList .card:hover .fixBtn2 {
    color: var(--white);
    padding-left: 30px;
    padding-right: 30px;
  }
  .cardList.blogList .card:hover .fixBtn2 span {
    color: var(--white);
  }
  .cardList.blogList .card:hover .fixBtn2:before {
    width: 100%;
  }
  .cardList.blogList .card:hover .fixBtn2 svg {
    color: var(--white);
  }
}
.cardList.epimediCardList .imageWrapper {
  aspect-ratio: 6/7;
}
.cardList.nasilKullanilir {
  margin-top: 82px;
}
@media screen and (max-width: 991.98px) {
  .cardList.nasilKullanilir {
    margin-top: 40px;
  }
}
.cardList.nasilKullanilir .card {
  padding: 58px 83px 83px 97px;
  gap: 29px;
  align-items: flex-start;
}
@media screen and (max-width: 1440px) {
  .cardList.nasilKullanilir .card {
    padding: 58px 60px 83px 60px;
  }
}
@media screen and (max-width: 1200px) {
  .cardList.nasilKullanilir .card {
    padding: 58px 40px 83px 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .cardList.nasilKullanilir .card {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  .cardList.nasilKullanilir .card {
    padding: 30px 16px;
  }
}
.cardList.nasilKullanilir .card .imageWrapper {
  aspect-ratio: 9/6;
}
.cardList.nasilKullanilir .card .rightColumn {
  padding-top: 20px;
}
@media screen and (max-width: 991.98px) {
  .cardList.nasilKullanilir .card .rightColumn {
    padding-top: 0;
  }
}
.cardList.userCommentList {
  gap: 38px;
}
.cardList.userCommentList .card {
  align-items: flex-start;
  padding: 46px 64px 60px 57px;
  gap: 15px;
  flex-direction: row;
}
@media screen and (max-width: 991.98px) {
  .cardList.userCommentList .card {
    padding: 30px;
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .cardList.userCommentList .card {
    padding: 30px 16px;
  }
}

@media screen and (max-width: 991.98px) {
  #commentListContainer ~ .moreBtn {
    margin-bottom: 0;
  }
}

.infoCards {
  display: flex;
  flex-wrap: wrap;
  gap: 81px 36px;
  margin-bottom: 100px;
}
@media screen and (max-width: 991.98px) {
  .infoCards {
    gap: 40px;
  }
}
.infoCards .card {
  width: 100%;
  background-color: var(--light-gray);
  border: 1px solid var(--light-gray);
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 45px 45px 45px 83px;
}
@media screen and (max-width: 1440px) {
  .infoCards .card {
    padding-left: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .infoCards .card {
    flex-direction: column-reverse;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .infoCards .card {
    min-height: 526px;
  }
}
.infoCards .card h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: var(--darkblue2);
  max-width: 670px;
}
@media screen and (max-width: 1600px) {
  .infoCards .card h2 {
    font-size: 56px;
  }
}
@media screen and (max-width: 1440px) {
  .infoCards .card h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .infoCards .card h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.infoCards .card .infoText {
  color: var(--gray5);
  font-size: 17px;
  line-height: 32px;
  padding-top: 27px;
  padding-right: 25px;
}
@media screen and (max-width: 1440px) {
  .infoCards .card .infoText {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .infoCards .card .infoText {
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (max-width: 991.98px) {
  .infoCards .card .infoText {
    text-align: justify;
  }
}
.infoCards .card .infoImg {
  margin-top: 10px;
  max-width: 200px;
}
@media screen and (max-width: 1600px) {
  .infoCards .card .infoImg {
    max-width: 150px;
  }
}
@media screen and (max-width: 1366px) {
  .infoCards .card .infoImg {
    max-width: 100px;
  }
}
@media screen and (max-width: 991.98px) {
  .infoCards .card .infoImg {
    margin: 0 auto 30px auto;
  }
}
.infoCards .card .leftColumn {
  max-width: 849px;
  padding-left: 73px;
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .infoCards .card .leftColumn {
    padding-left: 0;
  }
}
.infoCards .card .productsGallery {
  width: 52%;
  padding-left: 175px;
  padding-top: 39px;
}
@media screen and (max-width: 991.98px) {
  .infoCards .card .productsGallery {
    width: calc(100% + 30px);
    max-width: initial;
    margin: 0 -15px;
    padding-left: 0;
  }
}
.infoCards .card .productsGallery h1 {
  font-size: 40px;
  line-height: 55px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  color: var(--darkblue2);
}
@media screen and (max-width: 1600px) {
  .infoCards .card .productsGallery h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .infoCards .card .productsGallery h1 {
    font-size: 28px;
    line-height: 34px;
    margin: 0 auto 20px auto;
    max-width: 90%;
  }
}
.infoCards .card .rightColumn {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 991.98px) {
  .infoCards .card .rightColumn {
    margin-bottom: 20px;
    align-items: center;
  }
}
.infoCards .card .rightColumn > span {
  font-size: 20px;
  color: var(--darkblue2);
  font-weight: 500;
  padding-left: 40px;
  display: block;
  margin-top: -5px;
}
@media screen and (max-width: 991.98px) {
  .infoCards .card .rightColumn > span {
    font-size: 16px;
    padding-left: 10px;
  }
}
.infoCards .card .rightColumn > span.count {
  font-size: 300px;
  line-height: 300px;
  padding-left: 0;
  margin-top: 0;
}
@media screen and (max-width: 1440px) {
  .infoCards .card .rightColumn > span.count {
    font-size: 200px;
    line-height: 200px;
  }
}
@media screen and (max-width: 991.98px) {
  .infoCards .card .rightColumn > span.count {
    font-size: 100px;
    line-height: 100px;
  }
}
.infoCards .card.full {
  padding-top: 43px;
  padding-right: 25px;
  padding-bottom: 94px;
}
@media screen and (max-width: 991.98px) {
  .infoCards .card.full {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.infoCards .card.full .rightColumn {
  padding-left: 11%;
  padding-top: 24px;
  max-width: 43%;
  min-width: 43%;
  width: 43%;
}
@media screen and (max-width: 991.98px) {
  .infoCards .card.full .rightColumn {
    width: 100%;
    padding-left: 0;
    min-width: initial;
    max-width: initial;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.infoCards .card.full .infoText {
  padding-top: 44px;
  padding-right: 25px;
  padding-bottom: 44px;
}
@media screen and (max-width: 1200px) {
  .infoCards .card.full .infoText {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .infoCards .card.half {
    width: 50%;
    max-width: 50%;
    flex: 1;
  }
}
.infoCards.productsCard {
  margin-bottom: 40px;
}
.infoCards.productsCard .card.full {
  align-items: flex-start;
  padding-top: 0;
  padding-right: 54px;
  padding-bottom: 44px;
  padding-left: 54px;
}
@media screen and (max-width: 991.98px) {
  .infoCards.productsCard .card.full {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .infoCards.productsCard .card.full {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0;
  }
}
.infoCards.productsCard .card.full .rightColumn {
  padding-left: 5.4%;
  padding-top: 20px;
  max-width: 618px;
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  .infoCards.productsCard .card.full .rightColumn {
    max-width: initial;
    padding-left: 0;
    padding-right: 0;
  }
}

.card b,
.card strong {
  font-weight: 600;
  color: var(--orange);
}
.card strong {
  display: block;
}
.card ul,
.card ol {
  padding-left: 25px;
  padding-top: 10px;
}
@media screen and (max-width: 991.98px) {
  .card ul,
  .card ol {
    padding-top: 10px;
  }
}
.card ul li,
.card ol li {
  font-size: 17px;
  font-weight: 400;
  color: #515151;
  line-height: 18px;
  position: relative;
  margin: 10px 0;
  padding-left: 14px;
}
@media screen and (max-width: 1440px) {
  .card ul li,
  .card ol li {
    font-size: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .card ul li,
  .card ol li {
    font-size: 14px;
    padding-left: 0;
  }
}
.card ul li:before,
.card ol li:before {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #515151;
  position: absolute;
  left: -24px;
  top: 10px;
}
.card ol {
  list-style: decimal;
}
.card ol li:before {
  display: none;
}
.card ol li::marker {
  color: var(--orange);
}

.acc .accTitle {
  font-size: 18px;
  color: var(--darkblue2);
  height: 70px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #d9d9d9;
  transition: all 0.3s linear;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .acc .accTitle {
    font-size: 14px;
    height: 55px;
  }
}
.acc .accTitle .accButton {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 19px;
  height: 19px;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  .acc .accTitle .accButton {
    width: 14px;
    height: 14px;
  }
}
.acc .accTitle .accButton:before, .acc .accTitle .accButton:after {
  content: "";
  background-color: var(--black);
  position: absolute;
  transition: all 0.3s linear;
  border-radius: 6px;
}
.acc .accTitle .accButton:after {
  width: 100%;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991.98px) {
  .acc .accTitle .accButton:after {
    height: 2px;
  }
}
.acc .accTitle .accButton:before {
  height: 100%;
  width: 3px;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  margin-left: 1px;
}
@media screen and (max-width: 991.98px) {
  .acc .accTitle .accButton:before {
    width: 2px;
    margin-left: 0.5px;
  }
}
.acc .accTitle.active {
  color: var(--orange);
}
.acc .accTitle.active .accButton:before {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.acc .accTitle.active .accButton:after {
  transform: translateY(-50%) rotate(180deg);
  background-color: var(--orange);
}
@media screen and (min-width: 992px) {
  .acc .accTitle:hover {
    color: var(--orange);
  }
  .acc .accTitle:hover .accButton:after, .acc .accTitle:hover .accButton:before {
    background-color: var(--orange);
  }
}
.acc .accContent {
  padding-right: 100px;
  padding-top: 7px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 991.98px) {
  .acc .accContent {
    padding-right: 25px;
  }
}
.acc .accContent.active {
  display: block !important;
  border-bottom: none;
}
.acc .accContent .paragraph {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: var(--darkblue2);
  margin-top: 0;
}
@media screen and (max-width: 991.98px) {
  .acc .accContent .paragraph {
    font-size: 12px;
    line-height: 22px;
  }
}
.acc .accContent .paragraph p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: var(--darkblue2);
}
@media screen and (max-width: 991.98px) {
  .acc .accContent .paragraph p {
    font-size: 12px;
    line-height: 22px;
  }
}

.nav-prev,
.nav-next {
  color: var(--orange);
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: all 0.3s linear;
}
@media screen and (max-width: 640px) {
  .nav-prev,
  .nav-next {
    position: absolute;
    top: calc(100% - 20px);
    z-index: 2;
  }
}
@media screen and (min-width: 992px) {
  .nav-prev:hover,
  .nav-next:hover {
    color: var(--darkblue2);
  }
}

svg {
  transition: all 0.3s linear;
}

.nav-prev svg,
.nav-prev img {
  transform: rotate(180deg);
}
@media screen and (max-width: 640px) {
  .nav-prev {
    left: calc(50% - 70px);
  }
}

@media screen and (max-width: 640px) {
  .nav-next {
    right: calc(50% - 70px);
  }
}

.thumbSlider {
  position: absolute;
  width: 80px;
  bottom: 0;
  box-sizing: border-box;
  max-height: 100%;
  left: -2px;
}
@media screen and (max-width: 991.98px) {
  .thumbSlider {
    width: 60px;
    display: none;
  }
}
.thumbSlider .swiper-slide {
  height: 80px;
  max-height: 80px;
  width: 100%;
  opacity: 0.4;
  border: 1px solid #cccccc;
}
.thumbSlider .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.thumbSlider .swiper-slide .imageWrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  min-height: initial;
  width: auto;
}

.bigThumbSlider .nav-prev, .bigThumbSlider .nav-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.bigThumbSlider .nav-prev {
  left: 0;
}
.bigThumbSlider .nav-next {
  right: 0;
}
.bigThumbSlider .swiper-slide {
  aspect-ratio: 2/2;
}
.bigThumbSlider .swiper-slide .imageWrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  min-height: initial;
  width: auto;
}

.bannerWrapper {
  position: relative;
  height: 60.5vh;
  max-height: 630px;
}
@media screen and (max-width: 991px) {
  .bannerWrapper {
    max-height: 320px;
  }
}
.bannerWrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.bannerWrapper .bannerDesc {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 32px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .bannerWrapper .bannerDesc {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
.bannerWrapper .bannerDesc .bannerTitle {
  font-family: "Cormorant Garamond", serif;
  color: var(--white);
  font-weight: 500;
  font-size: 30px;
  position: relative;
  line-height: 40px;
  max-width: 900px;
  display: inline-block;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .bannerWrapper .bannerDesc .bannerTitle {
    font-size: 18px;
    line-height: 26px;
  }
}
.bannerWrapper .bannerDesc .bannerTitle:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--white);
  display: block;
  position: relative;
  bottom: -10px;
}

.contentPage {
  padding-bottom: 150px;
}
@media screen and (max-width: 991.98px) {
  .contentPage {
    padding-bottom: 80px;
    padding-top: 40px;
  }
}
.contentPage .sectionTitle {
  max-width: initial;
}
.contentPage .sectionTitle span {
  color: var(--orange);
}
.contentPage h1 {
  max-width: initial;
}
.contentPage h1 span {
  color: var(--orange);
}
.contentPage .epimedMacunProp {
  margin-top: 0;
}
.contentPage .epimediSection {
  margin-block: 0 66px;
}
@media screen and (max-width: 991.98px) {
  .contentPage .epimediSection {
    margin-block: 0 30px;
  }
}
@media screen and (max-width: 1440px) {
  .contentPage .epimediSection .sectionTitle {
    max-width: initial;
  }
}
.contentPage .epimediSection h1 {
  font-size: 60px;
  line-height: 70px;
  color: var(--darkblue2);
  letter-spacing: 2.15px;
}
@media screen and (max-width: 1440px) {
  .contentPage .epimediSection h1 {
    font-size: 43px;
    line-height: 48px;
  }
}
@media screen and (max-width: 991.98px) {
  .contentPage .epimediSection h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
.contentPage .epimediSection .leftColumn {
  width: 49%;
  min-width: initial;
}
@media screen and (max-width: 991.98px) {
  .contentPage .epimediSection .leftColumn {
    width: 100%;
  }
}
.contentPage .epimediSection .rightColumn {
  background-color: rgba(0, 0, 0, 0);
  width: 43%;
  min-width: initial;
  padding: 0;
  margin-left: auto;
}
@media screen and (max-width: 991.98px) {
  .contentPage .epimediSection .rightColumn {
    width: 100%;
  }
}
.contentPage .epimediSection .slogan {
  max-width: initial;
  font-size: 16px;
  color: var(--dark-gray);
  margin-top: 30px;
  line-height: 30px;
}
@media screen and (max-width: 991.98px) {
  .contentPage .epimediSection .slogan {
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }
}
.contentPage .epimediSection .slogan a {
  color: var(--orange);
  position: relative;
  font-weight: 600;
}
.contentPage .epimediSection .slogan a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--orange);
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.3s linear;
}
@media screen and (min-width: 992px) {
  .contentPage .epimediSection .slogan a:hover:after {
    width: 0;
  }
}
.contentPage .epimediSection .slogan b {
  font-weight: 600;
  color: var(--orange);
}
.contentPage .informSection .informSectionContent {
  height: 850px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .contentPage .informSection .informSectionContent {
    height: 650px;
  }
}
@media screen and (max-width: 1200px) {
  .contentPage .informSection .informSectionContent {
    height: 450px;
  }
}
@media screen and (max-width: 991.98px) {
  .contentPage .informSection .informSectionContent {
    height: 320px;
  }
}
.contentPage .informSection .informSectionContent .desc {
  font-size: 50px;
  line-height: 70px;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .contentPage .informSection .informSectionContent .desc {
    font-size: 40px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .contentPage .informSection .informSectionContent .desc {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .contentPage .informSection .informSectionContent .desc {
    font-size: 26px;
    line-height: 32px;
  }
}
.contentPage .informSection .informSectionContent .fixBtn {
  margin-top: 45px;
}
.contentPage .contentHead {
  display: flex;
}
.contentPage .contentHead .customSelect {
  margin-left: auto;
  width: 345px;
  height: 65px;
}
.contentPage .contentHead .select2 {
  margin-left: auto;
}
.contentPage .contentHead .fixBtn {
  margin-left: auto;
  margin-right: 6px;
  margin-top: 34px;
}
.contentPage .contentHead .sectionHead {
  padding-left: 40px;
  margin-bottom: 50px;
}
.contentPage .contentHead .buttons .fixBtn {
  margin-top: 0;
}
@media screen and (max-width: 991.98px) {
  .contentPage .contentHead.commentHead {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) {
  .contentPage .contentHead.commentHead .fixBtn {
    margin: 0 auto 30px auto;
  }
}
.contentPage.userCommentPage .epimediSection .leftColumn {
  width: 55.5%;
}
@media screen and (max-width: 991.98px) {
  .contentPage.userCommentPage .epimediSection .leftColumn {
    width: 100%;
  }
}
.contentPage.userCommentPage h1 {
  font-size: 65px;
}
@media screen and (max-width: 1440px) {
  .contentPage.userCommentPage h1 {
    font-size: 43px;
  }
}
@media screen and (max-width: 991px) {
  .contentPage.userCommentPage h1 {
    font-size: 36px;
  }
}
.contentPage .content {
  background-color: var(--white);
  padding: 39px 150px 45px 48px;
  border-radius: 15px;
  border: 1px solid var(--white);
  margin-bottom: 100px;
}
@media screen and (max-width: 991.98px) {
  .contentPage .content {
    padding: 39px 30px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .contentPage .content {
    padding: 20px 16px;
  }
}
.contentPage .content .textContent {
  padding: 30px;
}
.contentPage .content .textContent .blogImg {
  margin: 20px 0;
  max-width: 900px;
}
.contentPage .content h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 65px;
  line-height: 70px;
  color: var(--darkblue2);
}
@media screen and (max-width: 1440px) {
  .contentPage .content h1 {
    font-size: 36px;
    line-height: 56px;
  }
}
@media screen and (max-width: 991.98px) {
  .contentPage .content h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.contentPage .content .bankNote {
  font-size: 17px;
  font-weight: 500;
  color: var(--orange);
  line-height: 30px;
  margin-top: 50px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .contentPage .content .bankNote {
    font-size: 15px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .contentPage .content .bankNote {
    font-size: 13px;
    line-height: 20px;
  }
}
.contentPage .content .bankInfoWrapper {
  margin-top: 30px;
  padding-bottom: 100px;
  max-width: 800px;
}
.contentPage .content .bankInfoWrapper .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contentPage .content .bankInfoWrapper .item .copyButton {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  position: relative;
  cursor: pointer;
}
.contentPage .content .bankInfoWrapper .item .copyButton span {
  margin-top: 0;
}
.contentPage .content .bankInfoWrapper .item .copyButton svg {
  margin-left: 5px;
}
.contentPage .content .bankInfoWrapper .item .copyButton .buttonText {
  color: var(--orange);
  text-transform: uppercase;
}
.contentPage .content .bankInfoWrapper .item .copyButton .buttonText svg {
  color: var(--orange);
}
.contentPage .content .bankInfoWrapper .item .copyButton .copiedCheck {
  position: absolute;
  background: linear-gradient(-80deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 56%);
  width: 0;
  height: calc(100% + 4px);
  top: 0;
  color: green !important;
  display: flex;
  align-items: flex-start;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.3s linear;
}
.contentPage .content .bankInfoWrapper .item .copyButton .copiedCheck span {
  color: green !important;
}
.contentPage .content .bankInfoWrapper .item .copyButton .copiedCheck svg {
  color: green !important;
}
.contentPage .content .bankInfoWrapper .item .copyButton.copied .copiedCheck {
  width: 100%;
  overflow: visible;
  visibility: visible;
  opacity: 1;
}
.contentPage .content .bankInfoWrapper .item .copyButton .copyIban {
  cursor: pointer;
  transition: all 0.3s linear;
  margin-bottom: 5px;
  display: inline-flex;
  color: #515151;
}
@media screen and (min-width: 991.98px) {
  .contentPage .content .bankInfoWrapper .item .copyButton:hover {
    color: var(--orange);
  }
  .contentPage .content .bankInfoWrapper .item .copyButton:hover span,
  .contentPage .content .bankInfoWrapper .item .copyButton:hover svg {
    color: var(--orange);
  }
}
.contentPage .content .bankInfoWrapper .item span {
  font-size: 17px;
  font-weight: 500;
  color: var(--orange);
  display: inline-flex;
  min-width: 110px;
  position: relative;
  margin-right: 20px;
  justify-content: space-between;
}
.contentPage .content .bankInfoWrapper .item span:first-child:after {
  content: ":";
  color: var(--orange);
  font-size: 17px;
  font-weight: 500;
}
.contentPage .content .bankInfoWrapper .item span:not(:first-child) {
  color: #515151;
}
@media screen and (max-width: 1440px) {
  .contentPage .content .bankInfoWrapper .item span {
    font-size: 15px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  .contentPage .content .bankInfoWrapper .item span {
    font-size: 13px;
    line-height: 20px;
  }
}
.contentPage .contentBanner {
  border-radius: 15px;
  border: 1px solid var(--white-2);
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .contentPage .blogSection {
    margin-block: 40px;
  }
}
.contentPage .blogSection .blogSectionWrapper {
  background-color: rgba(0, 0, 0, 0);
}
.contentPage .productsProps {
  display: flex;
  gap: 63px;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .contentPage .productsProps {
    flex-direction: column;
    gap: 30px;
  }
}
.contentPage .productsProps .epimedMacunProp {
  width: 53%;
  background: #f2f1f0;
  align-items: center;
  padding-left: 22px;
  gap: initial;
  justify-content: space-between;
  padding-right: 20px;
  border-radius: 15px;
  height: 209px;
  padding-top: 20px;
}
@media screen and (max-width: 1200px) {
  .contentPage .productsProps .epimedMacunProp {
    width: 100%;
    height: 130px;
  }
}
.contentPage .productsProps .acc {
  width: 43%;
  background: #ffffff;
  padding: 10px 52px 38px 49px;
  margin-left: auto;
  border-radius: 15px;
}
@media screen and (max-width: 1200px) {
  .contentPage .productsProps .acc {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 640px) {
  .contentPage .productsProps .acc {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.contentPage .productsProps .acc .accTitle {
  font-size: 15px;
  line-height: 17.89px;
  color: var(--darkblue2);
  height: 57px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #d9d9d9;
  transition: all 0.3s linear;
  font-weight: 500;
  padding-top: 27px;
}
.contentPage .productsProps .acc .accTitle .accButton {
  width: 14px;
  height: 14px;
}
.contentPage .productsProps .acc .accTitle.active {
  color: var(--orange);
}
.contentPage .productsProps .acc .accContent.active {
  border-bottom: none;
}
.contentPage .productsProps .acc .accContent .paragraph {
  margin-top: 10px;
}

.paragraph {
  font-weight: 400;
  font-size: 17px;
  color: #515151;
  line-height: 30px;
  padding-left: 7px;
  margin-top: 49px;
}
@media screen and (max-width: 1440px) {
  .paragraph {
    margin-top: 30px;
    font-size: 15px;
  }
}
.paragraph h2,
.paragraph span,
.paragraph .title {
  color: var(--orange);
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 0px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .paragraph h2,
  .paragraph span,
  .paragraph .title {
    font-size: 15px;
    margin-top: 20px;
  }
}
.paragraph a {
  color: var(--orange);
  position: relative;
  font-weight: 600;
}
.paragraph a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--orange);
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.3s linear;
}
@media screen and (min-width: 992px) {
  .paragraph a:hover:after {
    width: 0;
  }
}
.paragraph b,
.paragraph strong {
  font-weight: 600;
  color: var(--orange);
}
.paragraph strong {
  display: block;
}
.paragraph ul,
.paragraph ol {
  padding-left: 25px;
  padding-top: 10px;
}
@media screen and (max-width: 991.98px) {
  .paragraph ul,
  .paragraph ol {
    padding-top: 10px;
  }
}
.paragraph ul li,
.paragraph ol li {
  font-size: 17px;
  font-weight: 400;
  color: #515151;
  line-height: 18px;
  position: relative;
  margin: 10px 0;
  padding-left: 14px;
}
@media screen and (max-width: 1440px) {
  .paragraph ul li,
  .paragraph ol li {
    font-size: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .paragraph ul li,
  .paragraph ol li {
    font-size: 14px;
    padding-left: 0;
  }
}
.paragraph ul li:before,
.paragraph ol li:before {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #515151;
  position: absolute;
  left: -24px;
  top: 10px;
}
.paragraph ol {
  list-style: decimal;
}
.paragraph ol li:before {
  display: none;
}
.paragraph ol li::marker {
  color: var(--orange);
}

.contactText {
  margin-top: 0;
}
.contactText span,
.contactText .title,
.contactText h2 {
  color: var(--orange);
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  .contactText span,
  .contactText .title,
  .contactText h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}

.adressInfo {
  font-size: 18px;
  color: var(--gray5);
  font-weight: 400;
  margin-top: 43px;
  padding-left: 12px;
}
@media screen and (max-width: 1440px) {
  .adressInfo {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .adressInfo {
    font-size: 14px;
    margin-top: 20px;
  }
}
.adressInfo > div {
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
}
.adressInfo span {
  color: var(--orange);
  font-weight: 400;
  display: inline-flex;
  margin-right: 20px;
  min-width: 90px;
  position: relative;
  justify-content: space-between;
}
.adressInfo span:first-child:after {
  content: ":";
  color: var(--orange);
  font-size: 17px;
  font-weight: 500;
}
.adressInfo a {
  font-size: 18px;
  color: var(--gray5);
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .adressInfo a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  .adressInfo a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1600px) {
  .productsDetails {
    padding-top: 20px;
  }
}
.productsDetails h1 {
  font-size: 40px;
  line-height: 55px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  color: var(--darkblue2);
}
@media screen and (max-width: 1600px) {
  .productsDetails h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .productsDetails h1 {
    font-size: 28px;
    line-height: 34px;
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .productsDetails h1 {
    font-size: 18px;
    line-height: 25px;
  }
}
.productsDetails .titleColumn a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: var(--orange);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .productsDetails .titleColumn a {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .productsDetails .titleColumn a {
    font-size: 13px;
  }
}
.productsDetails .titleColumn a img {
  margin-right: 18px;
}
.productsDetails .priceColumn {
  margin-top: 37px;
  margin-bottom: 34px;
}
@media screen and (max-width: 1440px) {
  .productsDetails .priceColumn {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.productsDetails .priceColumn span {
  font-size: 14px;
  color: #8c8c8c;
  font-weight: 400;
  line-height: 25px;
}
@media screen and (max-width: 480px) {
  .productsDetails .priceColumn span {
    font-size: 13px;
  }
}
.productsDetails .priceColumn span.price {
  font-size: 35px;
  color: var(--orange);
  font-weight: 500;
  margin-right: 12px;
}
@media screen and (max-width: 1600px) {
  .productsDetails .priceColumn span.price {
    font-size: 30px;
    line-height: 34px;
  }
}
.productsDetails .boxProp {
  margin-bottom: 26px;
}
.productsDetails .boxProp .title {
  font-size: 14px;
  color: #535353;
  font-weight: 400;
  line-height: 25px;
  margin-right: 12px;
}
@media screen and (max-width: 480px) {
  .productsDetails .boxProp .title {
    font-size: 13px;
  }
}
.productsDetails .boxProp .count2 {
  background-color: #070a2d;
  border-radius: 5px;
  border: 1px solid var(--white);
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
  height: 46px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 11px;
}
@media screen and (max-width: 991.98px) {
  .productsDetails .boxProp .count2 {
    font-size: 12px;
  }
}
.productsDetails .boxProp .prop {
  font-size: 14px;
  color: #5f5f5f;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  height: 46px;
  display: flex;
  align-items: center;
  width: 242px;
  padding-left: 10px;
}
@media screen and (max-width: 1440px) {
  .productsDetails .boxProp .prop {
    height: 45px;
  }
}
@media screen and (max-width: 991.98px) {
  .productsDetails .boxProp .prop {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .productsDetails .boxProp .prop {
    width: auto;
    flex: 1;
  }
}
.productsDetails .salesTypes {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 1440px) {
  .productsDetails .salesTypes {
    gap: 10px;
  }
}
.productsDetails .salesTypes .container-check {
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  height: 52px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .productsDetails .salesTypes .container-check {
    height: 45px;
  }
}
.productsDetails .salesTypes .container-check span {
  padding-left: 0;
}
.productsDetails .salesTypes .container-check.circle .checkmark {
  width: 19px;
  max-width: 19px;
  min-width: 19px;
  height: 19px;
  padding-left: 0;
  left: 21px;
  border-color: #999999;
}
.productsDetails .salesTypes .container-check.circle input:checked ~ .checkText {
  color: var(--orange);
}
.productsDetails .salesTypes .container-check.circle .checkText {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  padding-right: 33px;
  padding-left: 34px;
  color: var(--darkblue2);
}
.productsDetails .salesInfo {
  margin-top: 28px;
  background-color: var(--darkblue2);
  display: inline-flex;
  height: 53px;
  border-radius: 5px;
  align-items: center;
  width: 375px;
  padding-left: 26px;
  margin-bottom: 31px;
}
@media screen and (max-width: 1440px) {
  .productsDetails .salesInfo {
    height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 570px) {
  .productsDetails .salesInfo {
    width: 100%;
  }
}
.productsDetails .salesInfo span {
  color: var(--white);
  line-height: 25px;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (max-width: 1440px) {
  .productsDetails .salesInfo span {
    font-size: 13px;
  }
}
@media screen and (max-width: 991.98px) {
  .productsDetails .salesInfo span {
    font-size: 12px;
  }
}
.productsDetails .salesInfo span:first-child {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .productsDetails .salesInfo span:first-child {
    font-size: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .productsDetails .salesInfo span:first-child {
    font-size: 14px;
  }
}
.productsDetails .footNote {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #6c6c6c;
}
@media screen and (max-width: 1440px) {
  .productsDetails .footNote {
    font-size: 13px;
    line-height: 25px;
  }
}
@media screen and (max-width: 480px) {
  .productsDetails .footNote {
    font-size: 12px;
  }
}

main.paymentPage {
  padding-top: 130px;
}
@media screen and (max-width: 991.98px) {
  main.paymentPage {
    padding-top: 100px;
  }
}
main.notBanner {
  padding-top: 100px;
}
@media screen and (max-width: 1200px) {
  main.notBanner {
    padding-top: 78px;
  }
}
@media screen and (max-width: 991.98px) {
  main.notBanner {
    padding-top: 100px;
  }
}
main.contactPage {
  margin-bottom: 50px;
}
@media screen and (max-width: 991.98px) {
  main.contactPage {
    margin-bottom: 0;
  }
}
main.contactPage h1 {
  font-size: 65px;
  line-height: 75px;
}
@media screen and (max-width: 1440px) {
  main.contactPage h1 {
    font-size: 43px;
    line-height: 48px;
  }
}
@media screen and (max-width: 991.98px) {
  main.contactPage h1 {
    font-size: 34px;
    line-height: 38px;
  }
}
main.contactPage .leftColum {
  width: 38%;
}
main.contactPage .contactImg {
  aspect-ratio: 6/5.5;
  overflow: hidden;
  border: 1px solid var(--white);
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  main.contactPage .contactImg {
    margin: 0 auto;
    text-align: center;
  }
}
main.contactPage .rightColumn {
  width: 49%;
  margin-left: auto;
  padding-bottom: 34px;
}
@media screen and (max-width: 991.98px) {
  main.contactPage .rightColumn {
    width: 100%;
  }
}
main.contactPage a {
  transition: all 0.3s linear;
}
@media screen and (min-width: 992px) {
  main.contactPage a:hover {
    color: var(--orange);
  }
}
main.contactPage .contentPage .contentHead .sectionHead {
  padding-left: 0;
}
main.contactPage .content {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 991.98px) {
  main.contactPage .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 370px) {
  main.contactPage .content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
main .map {
  border-radius: 15px;
  border: 1px solid var(--white);
  overflow: hidden;
  height: 615px;
}
main .map iframe {
  width: 100%;
  height: 100%;
}
main.packingPage .content {
  min-height: calc(100vh - 200px);
}
main.sssPage .sssWrapper {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 991.98px) {
  main.sssPage .sssWrapper {
    flex-direction: column-reverse;
  }
}
main.sssPage .content {
  padding: 39px 48px 45px 48px;
}
@media screen and (max-width: 991.98px) {
  main.sssPage .content {
    padding: 39px 30px;
  }
}
@media screen and (max-width: 480px) {
  main.sssPage .content {
    padding: 20px 16px;
  }
}
main.sssPage .acc {
  flex: 1;
}
@media screen and (max-width: 991.98px) {
  main.sssPage .acc {
    width: 100%;
  }
}
main.sssPage .sssImg {
  width: 40%;
  padding-left: 8%;
  min-width: 300px;
}
@media screen and (max-width: 991.98px) {
  main.sssPage .sssImg {
    margin: 0 auto;
    margin-bottom: 40px;
    padding-left: 0;
    min-width: initial;
    width: 100%;
    max-width: 400px;
  }
}
main.sssPage .sssImg .imageWrapper {
  aspect-ratio: 4/5;
}

.select2 {
  width: 265px;
  height: 65px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 640px) {
  .select2 {
    min-width: 100%;
    margin: 30px auto;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  position: absolute;
  top: 50%;
  width: 42px;
  transform: translateY(-50%);
  right: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m7 10l5 5l5-5'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single {
  height: 100%;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 65px;
  padding-left: 38px;
  font-size: 16px;
  font-weight: 500;
  color: var(--darkblue);
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-results__option {
  padding-left: 38px;
  font-size: 16px;
  line-height: 20px;
  height: 55px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--darkblue);
  transition: all 0.3s linear;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 230px;
  padding-bottom: 20px;
}

.select2-dropdown {
  border: none;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--light-gray3);
  color: var(--orange);
}

.select2-container--default .select2-results__option--selected {
  background-color: var(--light-gray3);
  color: var(--orange);
}

.paymentWrapper {
  background-color: var(--white);
  border: 1px solid var(--white);
  border-radius: 15px;
  padding: 20px 70px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1440px) {
  .paymentWrapper {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .paymentWrapper {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .paymentWrapper {
    padding: 16px;
    margin-bottom: 0;
  }
}
.paymentWrapper .navTop {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--light-gray);
  width: 52%;
  gap: 6vw;
}
@media screen and (max-width: 1440px) {
  .paymentWrapper .navTop {
    width: 55%;
  }
}
@media screen and (max-width: 1200px) {
  .paymentWrapper .navTop {
    width: calc(100% - 330px);
  }
}
@media screen and (max-width: 991.98px) {
  .paymentWrapper .navTop {
    width: 100%;
  }
}
.paymentWrapper .navTop .navTopLink {
  font-weight: 600;
  font-size: 13px;
  line-height: 35px;
  color: var(--darkblue2);
  border-bottom: 2px solid var(--white);
  letter-spacing: 0.25px;
}
@media screen and (max-width: 1200px) {
  .paymentWrapper .navTop .navTopLink {
    font-size: 12px;
  }
}
.paymentWrapper .navTop .navTopLink.active {
  color: var(--orange);
  border-bottom: 2px solid var(--orange);
}
.paymentWrapper .paymentColumn {
  display: flex;
  align-items: flex-start;
  gap: 86px;
  padding-bottom: 100px;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .paymentWrapper .paymentColumn {
    gap: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .paymentWrapper .paymentColumn {
    gap: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .paymentWrapper .paymentColumn {
    flex-direction: column;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.paymentWrapper .paymentColumn > .leftColumn {
  flex: 1;
  margin-top: 42px;
  padding-right: 2.6vw;
}
@media screen and (max-width: 1440px) {
  .paymentWrapper .paymentColumn > .leftColumn {
    padding-right: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .paymentWrapper .paymentColumn > .leftColumn {
    width: 100%;
    flex: none;
    margin-top: 0;
  }
}
.paymentWrapper .paymentColumn > .leftColumn > .title {
  font-size: 18px;
  color: var(--darkblue2);
  font-weight: 500;
  line-height: 23px;
}
@media screen and (max-width: 1440px) {
  .paymentWrapper .paymentColumn > .leftColumn > .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .paymentWrapper .paymentColumn > .leftColumn > .title {
    padding-left: 0;
  }
}
.paymentWrapper .paymentColumn > .leftColumn .sum {
  font-size: 15px;
  color: var(--darkblue2);
  font-weight: 400;
  margin-top: 10px;
  line-height: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .paymentWrapper .paymentColumn > .leftColumn .sum {
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .paymentWrapper .paymentColumn > .leftColumn .sum {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.paymentWrapper .paymentColumn > .rightColumn {
  width: 42%;
  max-width: 640px;
  min-width: 300px;
  background-color: #f5f5f5;
  border: 1px solid var(--white);
  border-radius: 15px;
  margin-top: 4px;
  padding: 34px 50px 51px 23px;
}
@media screen and (max-width: 1200px) {
  .paymentWrapper .paymentColumn > .rightColumn {
    padding: 34px 20px 51px 20px;
    width: 300px;
    min-width: initial;
  }
}
@media screen and (max-width: 991.98px) {
  .paymentWrapper .paymentColumn > .rightColumn {
    width: 100%;
    max-width: initial;
    min-width: initial;
  }
}
.paymentWrapper .deliveryOptions {
  display: flex;
  align-items: center;
  border: 1px solid var(--orange);
  border-radius: 15px;
  padding: 22px 33px;
  margin-top: 50px;
  margin-bottom: 42px;
  gap: 8.59375vw;
}
@media screen and (max-width: 1200px) {
  .paymentWrapper .deliveryOptions {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .paymentWrapper .deliveryOptions {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.paymentWrapper .deliveryOptionContent .item .title {
  font-size: 15px;
  color: var(--darkblue2);
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 19px;
  line-height: 17px;
  margin-bottom: 11px;
}
.paymentWrapper .deliveryOptionContent .item .form {
  border: 1px solid var(--orange);
  border-radius: 15px;
  padding: 24px 38px 20px 33px;
  margin-bottom: 35px;
}
@media screen and (max-width: 991.98px) {
  .paymentWrapper .deliveryOptionContent .item .form {
    padding: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  .paymentWrapper .deliveryOptionContent .item .form label {
    margin-top: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .paymentWrapper .deliveryOptionContent .item .form .inputColumn {
    gap: 4px;
  }
}
@media screen and (max-width: 991.98px) {
  .paymentWrapper .deliveryOptionContent .item .form textarea {
    max-height: 100px;
  }
}
.paymentWrapper .deliveryOptionContent .deliveryAdress blockquote {
  font-size: 14px;
  color: #838383;
  font-weight: 400;
  margin: 0;
  margin-left: auto;
  text-align: right;
  padding-right: 9px;
  margin-top: 35px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .paymentWrapper .deliveryOptionContent .deliveryAdress blockquote {
    font-size: 12px;
  }
}
@media screen and (max-width: 991.98px) {
  .paymentWrapper .deliveryOptionContent .deliveryAdress blockquote {
    margin-top: 10px;
  }
}
@media screen and (max-width: 570px) {
  .paymentWrapper .deliveryOptionContent .deliveryAdress blockquote {
    text-align: left;
  }
}
.paymentWrapper .deliveryOptionContent .deliveryAdress blockquote a {
  color: var(--orange);
}
.paymentWrapper .deliveryOptionContent .emailAdressInfo blockquote {
  font-size: 15px;
  font-weight: 500;
  color: var(--darkblue2);
  margin: 0;
  line-height: 26px;
}
@media screen and (max-width: 1440px) {
  .paymentWrapper .deliveryOptionContent .emailAdressInfo blockquote {
    font-size: 13px;
  }
}
.paymentWrapper .deliveryOptionContent .emailAdressInfo blockquote a,
.paymentWrapper .deliveryOptionContent .emailAdressInfo blockquote span {
  color: var(--orange);
  font-weight: 600;
}
.paymentWrapper .deliveryOptionContent .emailAdressInfo blockquote.small {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 23px;
  margin-bottom: 10px;
}
.paymentWrapper blockquote a {
  color: var(--orange);
  position: relative;
  font-weight: 600;
}
.paymentWrapper blockquote a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--orange);
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.3s linear;
}
@media screen and (min-width: 992px) {
  .paymentWrapper blockquote a:hover:after {
    width: 0;
  }
}
.paymentWrapper .paymentDetails .title {
  font-size: 17px;
  color: var(--orange);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 22px;
}
.paymentWrapper .paymentDetails .paymentProduct {
  display: flex;
  align-items: flex-start;
  padding-top: 37px;
  padding-bottom: 37px;
}
.paymentWrapper .paymentDetails .paymentProduct + .paymentProduct {
  border-top: 1px solid #d9d9d9;
}
.paymentWrapper .paymentDetails .paymentProduct .rightColumn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .paymentWrapper .paymentDetails .paymentProduct .rightColumn {
    flex-direction: column;
  }
}
@media screen and (max-width: 991.98px) {
  .paymentWrapper .paymentDetails .paymentProduct .rightColumn {
    flex-direction: row;
  }
}
@media screen and (max-width: 480px) {
  .paymentWrapper .paymentDetails .paymentProduct .rightColumn {
    flex-direction: column;
  }
}
.paymentWrapper .paymentDetails .paymentProduct > img {
  width: 95px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 34px;
  border: 1px solid var(--light-gray3);
}
@media screen and (max-width: 1200px) {
  .paymentWrapper .paymentDetails .paymentProduct > img {
    margin-right: 20px;
    width: 75px;
  }
}
@media screen and (max-width: 480px) {
  .paymentWrapper .paymentDetails .paymentProduct > img {
    width: 50px;
  }
}
.paymentWrapper .paymentDetails .paymentProduct .productDetails .name {
  font-size: 15px;
  font-weight: 500;
  color: var(--darkblue2);
  text-transform: uppercase;
  line-height: 19px;
}
@media screen and (max-width: 1440px) {
  .paymentWrapper .paymentDetails .paymentProduct .productDetails .name {
    font-size: 13px;
  }
}
.paymentWrapper .paymentDetails .paymentProduct .productDetails .productOrder {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: var(--darkblue2);
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 1440px) {
  .paymentWrapper .paymentDetails .paymentProduct .productDetails .productOrder {
    font-size: 12px;
  }
}
.paymentWrapper .paymentDetails .paymentProduct .productPrice {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: var(--darkblue2);
  text-transform: uppercase;
  min-width: 110px;
  text-align: right;
}
@media screen and (max-width: 1440px) {
  .paymentWrapper .paymentDetails .paymentProduct .productPrice {
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .paymentWrapper .paymentDetails .paymentProduct .productPrice {
    text-align: left;
  }
}
@media screen and (max-width: 991.98px) {
  .paymentWrapper .paymentDetails .paymentProduct .productPrice {
    text-align: right;
  }
}
@media screen and (max-width: 480px) {
  .paymentWrapper .paymentDetails .paymentProduct .productPrice {
    text-align: left;
  }
}
.paymentWrapper .paymentSum {
  padding-top: 52px;
  padding-left: 22px;
  margin-bottom: 41px;
}
@media screen and (max-width: 1440px) {
  .paymentWrapper .paymentSum {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .paymentWrapper .paymentSum {
    padding-left: 0;
  }
}
.paymentWrapper .paymentSum .item {
  border-bottom: 1px solid #d9d9d9;
  height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 7px;
}
.paymentWrapper .paymentSum .item .title,
.paymentWrapper .paymentSum .item .price,
.paymentWrapper .paymentSum .item span {
  font-size: 15px;
  font-weight: 500;
  color: var(--darkblue2);
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .paymentWrapper .paymentSum .item .title,
  .paymentWrapper .paymentSum .item .price,
  .paymentWrapper .paymentSum .item span {
    font-size: 13px;
  }
}
.paymentWrapper .paymentSum .item.total .title,
.paymentWrapper .paymentSum .item.total .price,
.paymentWrapper .paymentSum .item.total span {
  color: var(--orange);
}
.paymentWrapper .totalPrice {
  background-color: var(--white);
  padding: 0 10px 0 13px;
  min-height: 52px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 19px);
  margin-left: auto;
  margin-right: -9px;
}
@media screen and (max-width: 991.98px) {
  .paymentWrapper .totalPrice {
    width: 100%;
    margin-right: 0;
    flex-direction: column;
    padding: 10px;
  }
}
.paymentWrapper .totalPrice .title,
.paymentWrapper .totalPrice .price,
.paymentWrapper .totalPrice span {
  font-size: 15px;
  font-weight: 500;
  color: var(--orange);
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .paymentWrapper .totalPrice .title,
  .paymentWrapper .totalPrice .price,
  .paymentWrapper .totalPrice span {
    font-size: 13px;
  }
}

.fancybox__content {
  border: 1px solid var(--white);
  border-radius: 15px;
}
@media screen and (min-width: 1440px) {
  .fancybox__content {
    max-width: 1150px !important;
    width: 100%;
  }
}

.modalContent {
  padding-left: 100px;
  max-width: 741px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 991.98px) {
  .modalContent {
    padding-left: 0;
  }
}
.modalContent .form {
  max-width: 570px;
}
@media screen and (max-width: 991.98px) {
  .modalContent .form {
    max-width: initial;
  }
}
.modalContent .sectionHead {
  margin-bottom: 0;
}
.modalContent .formBtn {
  width: 252px;
  justify-content: center;
  text-transform: uppercase;
}
.modalContent .footnote {
  font-size: 15px;
  color: var(--darkblue2);
  font-weight: 400;
  line-height: 27px;
  margin-top: 30px;
}
@media screen and (max-width: 991.98px) {
  .modalContent .footnote {
    font-size: 12px;
  }
}

.fancybox__content > .f-button.is-close-btn {
  background: var(--orange);
  opacity: 1;
  border-radius: 0;
  width: 45px;
  height: 48px;
  top: -65px;
  border: 1px solid var(--black);
  box-shadow: none;
  outline: 0;
  transition: all 0.3s linear;
}
@media screen and (max-width: 991.98px) {
  .fancybox__content > .f-button.is-close-btn {
    top: 5px;
    right: 5px;
    border-radius: 15px;
    border: none;
  }
}
.fancybox__content > .f-button.is-close-btn svg {
  width: 27px;
  height: 27px;
}
@media screen and (min-width: 991px) {
  .fancybox__content > .f-button.is-close-btn:hover {
    transform: scale(1.1);
  }
}

#app {
  min-height: 100vh;
  background-color: #f8f7f6;
  overflow: hidden;
  position: relative;
}

.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9;
}

main {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
}

body {
  overflow-x: hidden;
}

.hide {
  animation: filterHide 0.3s ease 0s 1 normal forwards;
  transform-origin: center;
  display: none !important;
}

.show {
  animation: filterShow 0.3s ease 0s 1 normal forwards;
  transform-origin: center;
  display: flex !important;
}

@keyframes filterHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes filterShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}