@font-face {
    font-family: 'Paralucent Condensed Demi';
    src: url('../fonts/ParalucentCondensed-DemiBold.woff2') format('woff2'),
        url('../fonts/ParalucentCondensed-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent Condensed';
    src: url('../fonts/ParalucentCondensed-Heavy.woff2') format('woff2'),
        url('../fonts/ParalucentCondensed-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent';
    src: url('../fonts/Paralucent-Bold.woff2') format('woff2'),
        url('../fonts/Paralucent-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent Condensed';
    src: url('../fonts/ParalucentCondensed-Medium.woff2') format('woff2'),
        url('../fonts/ParalucentCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent Condensed';
    src: url('../fonts/ParalucentCondensed-HeavyItalic.woff2') format('woff2'),
        url('../fonts/ParalucentCondensed-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent Text Book';
    src: url('../fonts/ParalucentText-Book.woff2') format('woff2'),
        url('../fonts/ParalucentText-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent';
    src: url('../fonts/Paralucent-Medium.woff2') format('woff2'),
        url('../fonts/Paralucent-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent';
    src: url('../fonts/Paralucent-Heavy.woff2') format('woff2'),
        url('../fonts/Paralucent-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent Extra';
    src: url('../fonts/Paralucent-ExtraLight.woff2') format('woff2'),
        url('../fonts/Paralucent-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent Text';
    src: url('../fonts/ParalucentText-Bold.woff2') format('woff2'),
        url('../fonts/ParalucentText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent Condensed Ex';
    src: url('../fonts/ParalucentCondensed-ExtraLight.woff2') format('woff2'),
        url('../fonts/ParalucentCondensed-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent Demi';
    src: url('../fonts/Paralucent-DemiBold.woff2') format('woff2'),
        url('../fonts/Paralucent-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent';
    src: url('../fonts/Paralucent-Light.woff2') format('woff2'),
        url('../fonts/Paralucent-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent Condensed';
    src: url('../fonts/ParalucentCondensed-Bold.woff2') format('woff2'),
        url('../fonts/ParalucentCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent Condensed';
    src: url('../fonts/ParalucentCondensed-Light.woff2') format('woff2'),
        url('../fonts/ParalucentCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
}

a {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
}


/* LOADER */
.loader {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: white;
  z-index: 99999;
  transition: 0.4s;
}

.loader-inactive {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.load-roll {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}

.load-roll div {
  animation: load-roll 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.load-roll div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c82b2e;
  margin: -4px 0 0 -4px;
}

.load-roll div:nth-child(1) {
  animation-delay: -0.036s;
}

.load-roll div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.load-roll div:nth-child(2) {
  animation-delay: -0.072s;
}

.load-roll div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.load-roll div:nth-child(3) {
  animation-delay: -0.108s;
}

.load-roll div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.load-roll div:nth-child(4) {
  animation-delay: -0.144s;
}

.load-roll div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.load-roll div:nth-child(5) {
  animation-delay: -0.18s;
}

.load-roll div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.load-roll div:nth-child(6) {
  animation-delay: -0.216s;
}

.load-roll div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.load-roll div:nth-child(7) {
  animation-delay: -0.252s;
}

.load-roll div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.load-roll div:nth-child(8) {
  animation-delay: -0.288s;
}

.load-roll div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes load-roll {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.es-forms-floating-button {
	  display: none;
	}
.kentselBasvuru {
	position: fixed;
	width: 80px;
	height: 109px;
	display: block;;
	z-index: 3;
	inset: auto 20px 15px auto;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../../assets/img/form.svg);
}
.sahibinden a {
	display:flex;
	justify-content:center;
	margin-top:30px
}

.sahibinden p {
	font-size: inherit;
	text-align: center
}

/* MEDIA START */
section.projects-list {
  margin-bottom: 200px;
}

.projects-list .tab {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  position: relative;
  z-index: 9;
}

.projects-list .tab-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 15vw 0px;
  border-radius: 38px;
  padding: 50px 0;
}

.projects-list .link-item {
  margin: 0 40px;
  font-size: 22px;
  cursor: pointer;
  color: #131415;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.3;
}

.projects-list .link-item.active {
  opacity: 1;
}

.projects-list .tab-contents {
  height: 185vh;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto;
}

.projects-list .content-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.projects-list .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*margin: 0 15vw;*/
}

.projects-list .content-item .content-data {
  height: 425px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 31%;
  flex: 0 1 31%;
  background: no-repeat center/cover;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  text-align: center;
  position: relative;
}

.projects-list .content-item .content-data svg {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
}

.projects-list .content-item .content-data:hover .media-hover {
  opacity: 1;
  visibility: visible;
  }
.projects-list .content-item .content-data .media-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  background: rgba(200, 43, 46, 0.7);
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.projects-list .content-item .content-data .media-hover p.img-title {
	font-weight: 600;
    font-size: 26px;
}
.projects-list .content-item .content-data .media-hover p.adres {
	font-weight: 300;
    font-size: 18px;
}

.projects-list .content-item.active {
  opacity: 1;
  visibility: visible;
}

.projects-list .content-item .first-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects-list .content-item .first-col .first-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 30px;
}

.projects-list .content-item .first-col .m2-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.projects-list .content-item .first-col .m2-row .m2-rowcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.projects-list .content-item .first-col .first-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

img.m2-col-item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1600px) {
  .projects-list .items {
    margin: 0 9vw;
  }
}

@media only screen and (max-width: 1536px) {
  .projects-list .tab-links {
    margin: 0 8vw 90px;
  }

  .projects-list .items {
    margin: 0 8vw;
  }
}

@media only screen and (max-width: 1366px) {
  .projects-list .tab-links {
    margin: 0 8vw 10px;
  }
}

@media only screen and (max-width: 1024px) {
    .proje-galeri {
        margin: 0 auto 50px auto !important;
        max-height: 200px !important;
    }
  .projects-list .content-item .content-data {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    font-size: 23px;
    text-align: center;
  }
}

@media only screen and (max-width: 900px) {
  .projects-list .content-item .content-data {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    font-size: 23px;
    text-align: center;
    height: 41vw;
  }

  .projects-list .items {
    margin: 0;
    gap: 20px;
  }

  .projects-list .tab-links {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  section.projects-list {
    margin-bottom: 80px;
  }

  .projects-list .content-item .content-data {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 calc(50% - 10px);
    font-size: 23px;
    text-align: center;
    height: 35vw;
  }

  .projects-list .content-item .content-data svg {
    right: 10px;
    top: 10px;
    width: 40px;
    height: auto;
  }

  .projects-list .link-item {
    font-size: 4vw;
	font-weight: 400;
    margin: 10px 0px;
  }

  .projects-list .link-item+.link-item {
    margin-left: 4vw;
  }

  .projects-list .tab {
    transform: translate(0px, 0px);
  }

  .projects-list .tab-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0vw 30px 0vw;
    margin: 0;
    flex-direction: row;
    overflow-x: scroll;
    justify-content: center;
  }

  .projects-list .tab-links::-webkit-scrollbar {
    width: 0;
    height: 0;
    opacity: 0;
  }

  .projects-list .items svg {
    width: 100px;
  }
}

/* MEDIA END */


.kpXjP {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    max-width: inherit;
    width: 100% !important;
    margin-bottom:10px;
}
video::-webkit-media-controls {
  display: none;
}

body {
  background-color: #f2f2f2;
  font-family: "paralucent";
  letter-spacing: .22px;
  font-weight: 300;
}

img {
  user-select: none;
}

body.overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 0;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/* / [COKKIE]  */

body .cc-window.in-active {
  opacity: 0;
  visibility: hidden;
}

body .cc-window {
  bottom: 50px !important;
  left: 80px !important;
  max-width: 420px !important;
  height: 93px;
  border-radius: 100px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-color: rgba(34, 41, 48, 0.8) !important;
  padding: 0 30px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  transition: .3s;
}

body .cc-window .cc-message {
  font-size: 15px;
  color: #fff;
  line-height: normal;
  margin: 0 !important;
  padding-right: 40px;
  font-family: 'paralucent';
  text-decoration: none;
}

body .cc-window .cc-message a {
  opacity: 1;
  outline: none;
  text-decoration: none;
  text-transform: capitalize!important;
}

body .cc-compliance a.cc-btn.cc-dismiss {
  width: 56px;
  height: 56px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  border: 1px solid #2F2F2F;
  border-radius: 100px;
  position: relative;
  padding: 0;
  color: transparent;
  display: block;
  outline: none;
  transition: .3s;
}
.cc-theme-edgeless.cc-window{
  margin: auto;
}
body .cc-compliance a.cc-btn.cc-dismiss:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../img/svg/check-icon.svg");
  width: 20px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 0 !important;
}

@media (hover: hover) {
  body .cc-compliance a.cc-btn.cc-dismiss:hover {
      background: #2F2F2F;
  }
  body .cc-banner.cc-theme-edgeless .cc-message a.cc-link:hover {
      color: #2F2F2F;
  }
}

@media only screen and (max-width: 991px) {
  body .cc-window {
      left: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  body .cc-window {
      width: 100%;
      max-width: 100% !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      left: 50% !important;
      right: auto !important;
      -webkit-transform: translateX(-50%) scale(0.9);
      transform: translateX(-50%) scale(0.9);
      bottom: 30px !important;
      height: 100px;
      padding: 0 30px !important;
      transition: .3s;
  }
  .cc-floating.cc-theme-edgeless .cc-message {
      margin: 0 !important;
      padding-right: 0;
  }
}
/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ALIÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾MAYAN YERLER ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°N */
body .cc-floating.cc-theme-edgeless .cc-message{
  display: block;
}
body .cc-window.cc-floating{
  max-width: 420px!important;
}
body .cc-banner.cc-theme-edgeless .cc-message a, body .cc-floating.cc-theme-edgeless .cc-message{
  color: #fff!important;
  transition: .3s;
  font-weight: 400
}
body .cc-banner.cc-theme-edgeless .cc-message a:hover, body .cc-floating.cc-theme-edgeless .cc-message a:hover{
  color: #2F2F2F!important;
}
body .cc-window.in-active {
  opacity: 0;
  visibility: hidden
}
/* / [COKKIE]  */


.c-container {
  max-width: 1890px;
  padding: 0 15px;
  margin: 0 auto;
}

.wd-3 {
  width: 30%;
}

.wd-5 {
  width: 50%;
}

.wd-7 {
  width: 70%;
}

body::-webkit-scrollbar {
  display: none;
}

section.page.single-page {
  padding: 230px 0;
}
section.page.single-page .container > .row > .col {
    text-align: center;
}
section.page.single-page .container > .row > .col h2{
	padding-bottom: 35px;
}

section.page-title {
  display: none;
}

.page.nf404 {
  padding-bottom: 100px;
  text-align: center;
  padding-top: 250px;
}

.page.nf404 .svg {
  margin-bottom: 100px;
  stroke: #2d2d2d;
}

.page.nf404 h3 {
  display: none;
}

.page.nf404 a {
  border: 1px solid #2d2d2d;
  padding: 20px 35px;
  margin-top: 25px;
  display: inline-block;
  border-radius: 10px;
  color: #2d2d2d;
}

.page.nf404 .svg line {
  stroke: #2d2d2d;
}

.page.nf404 .svg g path {
  fill: #2d2d2d;
}

.page.nf404 a svg path {
  fill: #2d2d2d;
}

/* Header Start */

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: 0.6s;
}

header:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 100vh;
  background: rgb(65 65 65 / 40%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

header.hide {
  transform: translateY(-100%);
}

header.hov:before {
  opacity: 1;
  visibility: hidden;
}

header .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: rgb(0 0 0 / 50%);
  height: 100vh;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  pointer-events: none;
}

header .overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

header .overlay-second {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: rgb(65 65 65 / 30%);
  height: 100vh;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  pointer-events: none;
}

header .overlay-second.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

header .c-container {
  position: relative;
}

header .header-top {
  background-color: #414141;
  display: flex;
  justify-content: space-between;
  padding: 0 95px;
  align-items: center;
  height: 40px;
  position: relative;
  z-index: 99;
}

header .header-top .slogan {
  color: #9d9d96;
  font-size: 15px;
}

header .header-top nav ul {
  display: flex;
}

header .header-top nav ul li {
  margin: 0 18px;
}

header .header-top nav ul li a {
  color: #9d9d9d;
  font-size: 15px;
}

header .header-top .header-top-contact {
  display: flex;
  margin: 0 -20px;
}

header .header-top .header-top-contact > div {
  padding: 0 20px;
}

/*
header .header-top .header-top-contact .mail {
  border-left: 1px solid #9d9d96;
}
*/

header .header-top .header-top-contact > div a {
  color: #9d9d9d;
  font-size: 15px;
}

header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 140px;
  border-bottom-left-radius: 40px;
  background: #fafafa;
  padding: 0 95px;
  border-bottom-right-radius: 40px;
  position: relative;
  z-index: 99;
  transition: 0.4s;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow: 0px 3px 99px rgba(0, 0, 0, 0.05);
}

header .header.blur {
  background-color: rgba(255, 255, 255, 0.2);
}

header .header.white {
  background: #fff;
}

header .header .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  backdrop-filter: blur(30px);
  z-index: -1;
  background-color: rgb(255 255 255 / 20%);
}

header .header .logo {
  padding-right: 90px;
}

header .header .logo a {
  display: block;
  width: 100%;
  height: 50px;
}

header .header .logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

header .header nav {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
  height: 100%;
  align-items: center;
}

header .header nav > ul {
  display: flex;
  height: 100%;
}

header .header nav ul li {
  list-style: none;
  display: flex;
  align-items: center;
  position: relative;
}

header .header nav > ul > li + li {
}

header .header nav ul li a {
  padding: 10px;
  font-size: 18px;
  color: #2d2d2d;
  display: inline-block;
  font-weight: 400
}

header .header .dropdown-element-menu ul li a {
  font-size: 16px;
}
header .header nav ul li.dropdown-element > a {
  /* padding-bottom: 65px; */
}

header .header nav ul li.all-cat {
  transition: 0.4s;
}

header .header nav > ul > li {
  padding: 40px 30px;
}

header .header nav ul li.all-cat a:hover {
  background: #f4f4f4;
}
header .header nav > ul > li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: #fff0 #fff0 #fff #fff0;
  transform: translate(-50%, 0);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

header .header nav > ul > li:hover:before {
  opacity: 1;
  visibility: visible;
}
header .header nav ul li.all-cat .inside > a {
  height: 65px;
  width: 245px;
  border: 1px solid #707070;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d2d2d;
}

header .header nav ul li.all-cat .inside > a span.icon {
  display: inline-block;
  margin-right: 25px;
}

header .header nav ul li.dropdown-element > .dropdown-element-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-25%, 0px);
  display: flex;
  min-width: 600px;
  background-color: #fff;
  padding: 30px 40px 35px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  justify-content: space-between;
  pointer-events: none;
}

header .header nav:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 40px;
  width: 1px;
  background: #e0e0e0;
  transform: translateY(-50%);
}

header .header nav ul li.dropdown-element > .dropdown-element-menu .items h3 {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 35px;
  display: none;
}

header
  .header
  nav
  ul
  li.dropdown-element
  > .dropdown-element-menu
  .items
  ul
  > li
  + li {
  margin-top: 0px;
  display: block;
}

header
  .header
  nav
  ul
  li.dropdown-element
  > .dropdown-element-menu
  .items
  ul
  > li.drop
  a {
  position: relative;
}

header
  .header
  nav
  ul
  li.dropdown-element
  > .dropdown-element-menu
  .items
  ul
  > li.drop
  a:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 15px;
  height: 1px;
  background: #2d2d2d;
  transform: translateY(-50%);
}

header
  .header
  nav
  ul
  li.dropdown-element
  > .dropdown-element-menu
  .items
  ul
  > li.drop
  a:after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  width: 1px;
  height: 15px;
  background: #2d2d2d;
  transform: translateY(-50%);
}

header
  .header
  nav
  ul
  li.dropdown-element
  > .dropdown-element-menu
  .img-content
  ul::-webkit-scrollbar {
  display: none;
}

header
  .header
  nav
  ul
  li.dropdown-element
  > .dropdown-element-menu
  .img-content {
  position: relative;
  width: 50%;
  height: 359px;
  background-color: #fafafa;
  overflow: hidden;
  padding: 25px;
}

header .header nav ul li.dropdown-element > .dropdown-element-menu .items {
  border-right: 1px solid rgb(112 112 112 / 20%);
  width: 45%;
}

header .header nav ul li.dropdown-element > .dropdown-element-menu .items ul {
  max-height: 350px;
  overflow-y: auto;
  min-height: 260px;
  margin-left: -10px;
}

header
  .header
  nav
  ul
  li.dropdown-element
  > .dropdown-element-menu
  .items
  ul::-webkit-scrollbar {
  display: none;
}

header
  .header
  nav
  ul
  li.dropdown-element
  > .dropdown-element-menu
  .img-content
  .img {
  transition: 0.4s all ease;
  width: 100%;
  max-height: 400px;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  opacity: 0;
  visibility: hidden;
}

header
  .header
  nav
  ul
  li.dropdown-element
  > .dropdown-element-menu
  .img-content
  .img.active-img {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

header .header .right-area {
  padding-left: 80px;
  display: flex
}

header .header .right-area a {
  align-items: center;
  display: flex;
  color: #2d2d2d;
  padding: 0 5px;
  transition: 0.4s;
  font-size: 18px;
}

header .header .right-area a:hover {
}

header .header .right-area a span.icon {
  /* margin-left: 45px; */
  transition: 0.4s;
  display: flex;
  order: -1;
  margin-right: 8px;
}

header .search-menu {
  background: #fff;
  padding-top: 100px;
  margin-top: -35px;
  transform: translateY(-120%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: absolute;
  left: 15px;
  right: 15px;
}

header .search-menu .search-menu-main .search-menu-main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 100px;
}

header .search-menu .search-menu-main .search-menu-main-wrapper .search-form {
  width: 50%;
  margin-bottom: 80px;
}

header
  .search-menu
  .search-menu-main
  .search-menu-main-wrapper
  .search-form
  form
  .input {
  position: relative;
}

header
  .header
  nav
  ul
  li.dropdown-element
  > .dropdown-element-menu
  .img-content
  ul {
  position: absolute;
  left: 50%;
  top: 42%;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  max-height: 300px;
  overflow-y: auto;
  padding-right: 50px;
}

header
  .header
  nav
  ul
  li.dropdown-element
  > .dropdown-element-menu
  .img-content
  ul.active {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

header
  .search-menu
  .search-menu-main
  .search-menu-main-wrapper
  .search-form
  form
  .input
  input {
  width: 100%;
  height: 60px;
  border-radius: 80px;
  border: none;
  background-color: #fafafa;
  box-shadow: 0px 10px 15px rgb(0 0 0 / 5%);
  transition: 0.4s;
  padding: 0 30px;
}

header
  .search-menu
  .search-menu-main
  .search-menu-main-wrapper
  .search-form
  form
  .input
  input:focus {
  box-shadow: 0px 20px 30px rgb(0 0 0 / 10%);
}

header
  .search-menu
  .search-menu-main
  .search-menu-main-wrapper
  .search-form
  form
  .input
  input:focus-visible {
  outline: none;
}

header
  .search-menu
  .search-menu-main
  .search-menu-main-wrapper
  .search-form
  form
  .input
  button.search-btn {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
}

header .search-menu .search-menu-main .search-menu-main-wrapper .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -20px 40px;
  justify-content: flex-start;
  width: 100%;
}

header
  .search-menu
  .search-menu-main
  .search-menu-main-wrapper
  .items-wrapper
  .item {
  width: 33.33%;
  margin-bottom: 25px;
  padding: 0 20px;
}

header
  .search-menu
  .search-menu-main
  .search-menu-main-wrapper
  .items-wrapper
  .item
  a {
  display: flex;
  width: 100%;
  height: 155px;
  justify-content: space-between;
  background: #fafafa;
  border-radius: 20px;
  overflow: hidden;
}

header
  .search-menu
  .search-menu-main
  .search-menu-main-wrapper
  .items-wrapper
  .item
  a
  .img {
  width: 160px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  border: 1px solid rgb(228 221 213 / 25%);
}

header
  .search-menu
  .search-menu-main
  .search-menu-main-wrapper
  .items-wrapper
  .item
  a
  .content {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 25px;
  flex-direction: column;
}

header
  .search-menu
  .search-menu-main
  .search-menu-main-wrapper
  .items-wrapper
  .item
  a
  .content
  .title {
  text-overflow: ellipsis;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 24px;
  color: #414141;
  margin-bottom: 5px;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
}

header
  .search-menu
  .search-menu-main
  .search-menu-main-wrapper
  .items-wrapper
  .item
  a
  .content
  .features {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 19px;
  color: #414141;
  max-width: 150px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

header .search-menu .search-menu-main .see-all {
  text-align: right;
}

header .search-menu .search-menu-main .see-all a {
  display: inline-block;
  margin-bottom: 55px;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 19px;
  color: #2d2d2d;
  position: relative;
}

header .search-menu .search-menu-main .see-all a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  background-color: #070707;
  transform: scale(0);
  transition: 0.4s;
  transform-origin: center;
}

header
  .search-menu
  .search-menu-main
  .search-menu-main-wrapper
  div#closeSearch {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto 50px;
  transform: rotate(45deg);
  cursor: pointer;
}

header
  .search-menu
  .search-menu-main
  .search-menu-main-wrapper
  div#closeSearch
  span.line {
  display: block;
  position: absolute;
  background-color: #000;
}

header
  .search-menu
  .search-menu-main
  .search-menu-main-wrapper
  div#closeSearch
  span.line.line-one {
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

header
  .search-menu
  .search-menu-main
  .search-menu-main-wrapper
  div#closeSearch
  span.line.line-two {
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

header
  .search-menu
  .search-menu-main
  .search-menu-main-wrapper
  .search-form
  form
  .input
  input:active {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
  border: 0;
}

header .search-menu .search-menu-main .search-menu-main-wrapper .items-wrapper {
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
}

header
  .search-menu
  .search-menu-main
  .search-menu-main-wrapper
  .search-form
  form
  .input {
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
}

header .search-menu .search-menu-main .see-all a {
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
}

header .search-menu.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.mobile-menu-cont {
  display: none;
}
/* Header End */

/* Slider Start */

.slider {
  margin-top: 210px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.slider .slider-main {
  position: relative;
}

.slider .slider-main .item {
  height: 38vw;
  max-height: 730px;
  border-radius: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-size: cover;
  background-position: top center;
}

.slider .slider-main .item .content {
  margin-left: 250px;
  width: calc(100% - (250px * 2));
}

.slider .slider-main .item .content h2.title {
  font-size: 65px;
  margin-bottom: 25px;
  color: #2d2d2d;
}

.slider .slider-main .item.white-content .content .title{
  color: white !important;
}

.slider .slider-main .item .content h2.title span {
  font-weight: bold;
  margin-bottom: 10px;
}

.slider .slider-main .item .content .cnt {
  color: rgb(45 45 45 / 50%);
  margin-bottom: 30px;
}

.slider .slider-main .item.white-content .content .cnt{
  color: rgb(255 255 255 / 50%) !important;
}

.slider .slider-main .item .content .slider-btn a {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 300;
  background-color: #fff;
  color: #404141;
  transition: 0.4s all ease;
}

#homeSlider .swiper-pagination-bullet {
  height: 2px;
  width: 40px;
  background: #414141;
  margin: 0 7px;
  opacity: 0.7;
  border-radius: 5px;
}

#homeSlider .swiper-pagination-bullet-active {
  background: #fff;
}

#homeSlider .swiper-container .arrows {
  position: absolute;
  z-index: 999999999;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}

#homeSlider .arrows span.arrow {
  position: absolute;
  cursor: pointer;
  transition: 0.4s;
  outline: none;
}

#homeSlider .arrows span.arrow.arrow-left {
  left: 0;
}

#homeSlider .arrows span.arrow.arrow-right {
  right: 0;
  border: 0;
}

#homeSlider .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  min-width: 250px;
  top: 5px;
}

#homeSlider .arrows span.arrow.arrow-left span {
  display: block;
}

#homeSlider .arrows span.arrow span.txt {
  font-size: 20px;
  color: rgb(255 255 255 / 80%);
  transition: 0.4s all ease;
}

#homeSlider .arrows span.arrow span.icon svg {
  transition: 0.4s all ease;
  fill: none;
  stroke: #fff;
}

#homeSlider .arrows span.arrow span.icon {
  margin-top: -23px;
}

#homeSlider .arrows span.arrow.arrow-left span.txt {
  padding-left: 15px;
}

#homeSlider .arrows span.arrow.arrow-right span.icon {
  display: block;
  margin-left: -15px;
}

@keyframes animate {
  0% {
    top: -3px;
    left: -3px;
    opacity: 0.4;
  }

  25% {
    top: 0px;
    left: 0px;
    opacity: 0.7;
  }
  100% {
    top: 5px;
    left: 5px;
    opacity: 1;
  }
}

/* Slider End */

/* Home Main Start */

.home-section {
  position: relative;
  z-index: 2;
  margin-top: 100vh;
}

.home-section .home-main {
  background-color: #fafafa;
  border-radius: 50px 50px 0 0;
  /* padding-top: 250px; */
  overflow: hidden;
}

.home-section .home-main .logo-band {
  margin: 230px 0 -50px;
  transform: rotate(5deg);
}

.home-section .home-main .logo-band .band {
  display: flex;
  margin: 5px -1100px;
}

.home-section .home-main .logo-band .band .img {
  width: 320px;
  height: 85px;
  margin-right: 50px;
}

.home-section .home-main .logo-band .band .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.small-container {
  max-width: 1410px;
  margin: 0 auto;
}

.home-section .home-main .jumbo-categories {
  margin-bottom: 0;
  transform: translateY(200px);
}

.home-section .home-main .jumbo-categories .text {
  width: 50%;
  margin: 0 auto 150px;
  text-align: center;
}

.home-section .home-main .jumbo-categories h4 {
  font-weight: 300;
  font-size: 50px;
  margin-bottom: 55px;
}

.home-section .home-main .jumbo-categories h4 span {
  font-weight: 700;
}

.home-section .home-main .jumbo-categories .text .scroll-down {
  width: 30px;
  height: 50px;
  background-size: contain;
  margin: 0 auto;
}

.home-section .home-main .jumbo-categories .category-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.home-section .home-main .jumbo-categories .category-wrapper .item {
  height: 335px;
  margin-bottom: 40px;
  padding: 0 15px;
}

.home-section .home-main .jumbo-categories .category-wrapper .item a {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  transform-style: preserve-3d;
}

.home-section .home-main .jumbo-categories .category-wrapper .item > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(45, 45, 45, 0.71) 100%);
}

.home-section .home-main .jumbo-categories .category-wrapper .item a .img {
  position: absolute;
  left: -50px;
  top: -50px;
  right: -50px;
  bottom: -50px;
  background-size: cover;
  z-index: -1;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .home-section .home-main .jumbo-categories .category-wrapper .item a .img {
    background-position: center;
  }
}



.home-section
  .home-main
  .jumbo-categories
  .category-wrapper
  .item
  a
  .img.transition {
  transition: 0.1s;
}

.home-section .home-main .jumbo-categories .category-wrapper .item a span {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: -0.01em;
  color: #fff;
  transform: translateZ(60px);
  text-align: center;
}

.home-section .home-main .home-products {
  /* margin-bottom: 220px; */
  /* transform: translateY(200px); */
  /* opacity: 0; */
}

.home-section .home-main .home-products .text {
  width: 35%;
  margin: 0 auto;
  padding-bottom: 85px;
}

.home-section .home-main .home-products .text h4 {
  font-weight: 500;
  font-size: 40px;
  line-height: 66px;
  text-align: center;
  color: #2d2d2d;
}

.home-section .home-main .home-products .products .tab {
  margin-bottom: 65px;
}

.home-section .home-main .home-products .products .tab ul {
  display: flex;
  justify-content: center;
}

.home-section .home-main .home-products .products .tab ul li {
  margin: 0 45px;
  position: relative;
  padding-bottom: 25px;
  padding-top: 25px;
  transition: 0.4s;
}

.home-section .home-main .home-products .products .tab ul li:before {
  content: "";
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #707070;
}

.home-section .home-main .home-products .products .tab ul li a {
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #2d2d2d;
  opacity: 0.8;
}

.home-section .home-main .home-products .products .tab ul li:last-child:before {
  display: none;
}

.home-section .home-main .home-products .products .tab ul li:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 50px;
  transform: translateX(-50%) scale(0);
  height: 3px;
  background: #2d2d2d;
  border-radius: 3px;
  transition: 0.4s;
  transform-origin: center;
}

.home-section .home-main .home-products .products .tab ul li.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  transform: translateX(-50%);
  height: 3px;
  background: #2d2d2d;
  border-radius: 3px;
  transition: 0.4s;
}

.home-section .home-main .home-products .products .products-relative {
  position: relative;
}

.home-section
  .home-main
  .home-products
  .products
  .products-relative
  .products-absolute {
  transform: translateY(75px);
  /* position: absolute; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease;
  pointer-events: none;
}

.home-section
  .home-main
  .home-products
  .products
  .products-relative
  .products-absolute.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.product-comp.products-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px;
}

.product-comp.products-wrapper .item {
  width: 25%;
  padding: 10px 10px;
  height: auto;
}

.product-comp.products-wrapper .item a {
  display: block;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 10px -2px rgb(0 0 0 / 4%);
  height: 100%;
}

.product-comp.products-wrapper .item a .img {
  width: 100%;
  height: 300px;
  /* border: 1px solid #E4DDD5; */
  /* border-radius: 20px; */
  background-size: cover;
  background-position: center;
  position: relative;
}

.product-comp.products-wrapper .item a .img img.active {
  opacity: 1;
  visibility: visible;
}

.product-comp.products-wrapper .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  mix-blend-mode: multiply;
}

.colors span.dot {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  margin: 0 4px;
}

.colors {
  display: flex;
  justify-content: center;
  margin-top: -9px;
  position: relative;
}

.colors span.dot.white {
  background-color: #ffffff;
}

.colors span.dot.gray {
  background-color: #888888;
}

.colors span.dot.red {
  background-color: #ef9090;
}

.colors span.dot.green {
  background-color: #97cbc1;
}

.colors span.dot.yellow {
  background-color: #fcd49e;
}

.product-comp.products-wrapper .item a .product-btn {
  text-align: center;
  transition: 0.4s;
  margin-top: 20px; /* opacity: 0; */ /* visibility: hidden; */ /* transform: translateY(30px); */
}

.product-comp.products-wrapper .item a .product-btn span {
  display: inline-flex;
  height: 50px;
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 21px;
  color: #414141;
  padding: 0 40px;
  background-color: #e5e5e5;
  border-radius: 20px;
  border: 5px solid #fdfdfd;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}

.product-comp.products-wrapper .item a .content {
  padding: 60px 65px 30px;
  text-align: center;
  position: relative;
}

.product-comp.products-wrapper .item a .content span {
  display: block;
  color: #414141;
}

.product-comp.products-wrapper .item a .content span.title {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}

.product-comp.products-wrapper .item a .content:before {
  /* content: ""; */
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
  height: 1px;
  background: rgb(112 112 112 / 10%);
}

.product-comp.products-wrapper .item a .content span.title span.feature {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 21px;
}

.product-comp.products-wrapper .item a .content span.feature,
.product-comp.products-wrapper .item a .content span.brand {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 21px;
  margin-bottom: 5px;
}

.home-section
  .home-main
  .home-products
  .products
  .products-relative
  .products-absolute
  .all-btn {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.home-section
  .home-main
  .home-products
  .products
  .products-relative
  .products-absolute
  .all-btn
  a {
  display: inline-block;
  padding: 25px 45px;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  color: #2d2d2d;
}

.home-section .home-main .banner {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 80px;
  position: relative;
  height: 535px;
  margin-top: 130px;
  /* opacity: 0; */
  /* transform: translate(0px, -200px); */
  transform: translate3d(0px, 0px, 0px);
}

.home-section .home-main .banner a.bannerDesk {
  display: block;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -30px;
  right: 0;
  bottom: -30px;
  transition: 0.4s all ease;
}
.home-section .home-main .banner a.bannerMobile {
  display: none;
}

/* Home Main End */

/* About Page Start */

.about-page.pages {
  padding-top: 260px;
}

.about-page.pages .pages-slider {
}

.about-page.pages .pages-slider .pages-slider-main {
  height: 74vh;
  border-radius: 30px;
  overflow: hidden;
  position: fixed;
  top: 210px;
  left: 50%;
  max-width: 1860px;
  width: 100%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -9;
}

.about-page .scroll-down {
  /* left: 65px; */ /* bottom: 150px; */
}

.about-page .scroll-down span {
  color: #fff;
}

.about-page .scroll-down .arrows .arrow svg {
  stroke: #fff;
}

.about-page.pages .pages-slider .pages-slider-main .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
}

.about-page.pages .pages-slider .pages-slider-main .text {
  color: #fff;
  position: relative;
  width: 50%;
  text-align: center;
}

.about-page.pages .pages-slider .pages-slider-main .text h1 {
  font-size: 80px;
  font-weight: 300;
}

.about-page.pages .pages-slider .pages-slider-main .text h1 span.first-txt {
  display: block;
}

.about-page.pages .pages-slider .pages-slider-main .text h1 span.bold-txt {
  font-weight: bold;
}

.about-page.pages .pages-slider .pages-slider-main .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 10%);
}

.about-page.pages .about-page-main {
  margin-top: 72vh;
}

.page-main {
  border-radius: 30px 30px 0 0;
  background: #fafafa;
}

.about-page.pages .about-page-main .page-main {
  padding: 230px 0;
}

.about-page.pages .about-page-main .page-main .content {
  display: flex;
}

.about-page.pages
  .about-page-main
  .page-main
  .content:first-child
  .text-section {
  /*flex: 1;*/
}

.about-page.pages .about-page-main .page-main .content .text-section .title {
  width: 40%;
  margin-bottom: 70px;
}

.about-page.pages .about-page-main .page-main .content .text-section .title h2 {
  font-size: 50px;
  font-weight: bold;
}

.about-page.pages .about-page-main .page-main .content:first-child {
  padding-left: 170px;
}

.about-page.pages
  .about-page-main
  .page-main
  .content
  .text-section
  .text-wrap {
  /* column-gap: 30px; */
  /* column-count: 2; */
  padding-right: 215px;
}

.about-page.pages
  .about-page-main
  .page-main
  .content:first-child
  .img-section {
  width: 475px;
  height: 425px;
}

.about-page.pages
  .about-page-main
  .page-main
  .content:first-child
  .img-section
  .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 0.1s;
}

.about-page.pages
  .about-page-main
  .page-main
  .content
  .text-section
  .text-wrap
  .cnt {
  column-count: 2;
  column-gap: 80px;
  font-size: 20px;
  line-height: 29px;
  color: #8d8987;
}

.about-page.pages .about-page-main .page-main .content:nth-child(2) {
  align-items: center;
  margin-top: 150px;
}

.about-page.pages
  .about-page-main
  .page-main
  .content:nth-child(2)
  .img-right-radius {
  width: 740px;
  height: 660px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.about-page.pages
  .about-page-main
  .page-main
  .content:nth-child(2)
  .img-right-radius
  img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  background-size: cover;
  height: calc(100% + 5px);
  width: 100%;
}

.about-page.pages .about-page-main .page-main .content:nth-child(2) .mis-vis {
  flex: 1;
  padding-left: 240px;
  padding-right: 65px;
}

.about-page.pages
  .about-page-main
  .page-main
  .content:nth-child(2)
  .mis-vis
  .mis-vis-buttons {
  margin-bottom: 75px;
}

.about-page.pages
  .about-page-main
  .page-main
  .content:nth-child(2)
  .mis-vis
  .mis-vis-buttons
  ul {
  display: flex;
  gap: 0px;
}

.about-page.pages
  .about-page-main
  .page-main
  .content:nth-child(2)
  .mis-vis
  .mis-vis-buttons
  ul
  li {
}

.about-page.pages
  .about-page-main
  .page-main
  .content:nth-child(2)
  .mis-vis
  .mis-vis-buttons
  ul
  li
  a {
  font-weight: bold;
  font-size: 50px;
  color: rgba(163, 160, 158, 0.33);
  line-height: 1;
  transition: 0.4s ease all;
}

.about-page.pages
  .about-page-main
  .page-main
  .content:nth-child(2)
  .mis-vis
  .mis-vis-buttons
  ul
  li.active
  a {
  color: #000000;
}

.about-page.pages
  .about-page-main
  .page-main
  .content:nth-child(2)
  .mis-vis
  .mis-vis-buttons
  ul
  li:first-child {
  border-right: 1px solid rgb(163 160 158 / 10%);
}

.about-page.pages
  .about-page-main
  .page-main
  .content:nth-child(2)
  .mis-vis
  .mis-vis-relative {
  position: relative;
  height: 105px;
}

.about-page.pages
  .about-page-main
  .page-main
  .content:nth-child(2)
  .mis-vis
  .mis-vis-relative
  .mis-vis-abs {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 29px;
  color: rgb(141 137 135 / 90%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: translateY(30px);
}

.about-page
  .about-page-main
  .page-main
  .content:nth-child(2)
  .mis-vis
  .mis-vis-relative
  .mis-vis-abs.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.about-page .about-page-main .page-main .content:last-child {
  margin-top: 70px;
  display: block;
  text-align: center;
}

.about-page .about-page-main .page-main .content:last-child h3 {
  margin-bottom: 100px;
  font-size: 50px;
  font-weight: bold;
}

.about-page .about-page-main .page-main .content .gallery {
  overflow: hidden;
}

.about-page
  .about-page-main
  .page-main
  .content
  .gallery
  .swiper-container {
  margin: 0 -600px;
  padding-bottom: 100px;
}

.about-page .about-page-main .page-main .content .gallery .img {
  height: 695px;
  border-radius: 30px;
  overflow: hidden;
}

.about-page .about-page-main .page-main .content .gallery .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.gallery {
  overflow: hidden;
}

  .gallery
  .swiper-container {
  margin: 0 -600px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.gallery .img {
  height: 695px;
  border-radius: 30px;
  overflow: hidden;
}

.gallery .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#aboutSlider .swiper-pagination-bullet {
  background-color: #6c6c6c;
  height: 13px;
  width: 13px;
}

/* About Page End */

/* Down Pages Start */
.downpages .downpages-main {
  background-color: #fafafa;
  margin-top: calc(12vh + 40px);
  border-radius: 30px 30px 0 0;
	padding-bottom: 100px;
}
.downpages-main .page-main {
  padding: 130px;
}
.downpages-title {
    width: 100%;
    margin-bottom: 70px;
    text-align: center;
}
.downpages-title h2 {
    font-size: 3rem;
	font-weight: 600;
}
.downPagesContent {
	display: block
}

.downPagesContent ul {
	padding: 0 50px;
}

.downPagesContent ul li {
	padding-top: 8px;
	margin-left: 50px;
}
.downPagesContent ul:last-child {
	padding: 0px !important;
	margin-top: 30px
}

.downPagesContent h1 {
	font-size: 22px;
	display: block;
	margin-top: 25px;
}
.downPagesContent p {
	font-size: 18px;
	padding: 10px 0;
	font-weight: 300;
}

.downPagesContent a{
	color: inherit;
	font-weight: 400;
	text-decoration: underline
}
.colorBrown {
	color: brown;
}
.showHide {
	display: block;
    -webkit-animation: showhide 1.5s infinite ease-out;
    -moz-animation: showhide 1.5s infinite ease-out;
    -o-animation: showhide 1.5s infinite ease-out;
	animation: showhide 1.5s infinite ease-out;
}
@keyframes showhide {
	  50% {opacity: 0;}
	}
/* Down Pages End */

/* Contact Page Start */

.contact-page .contact-page-main {
  background-color: #fff;
  margin-top: calc(12vh + 40px);
  padding-bottom: 140px;
  border-radius: 30px 30px 0 0;
}

.contact-page .contact-page-main .map .iframe {
  height: 80vh;
  border-radius: 30px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.contact-page .contact-page-main .map {
  position: relative;
  height: 80vh;
}

.contact-page .contact-page-main .map .iframe {
}

.contact-page .contact-page-main .map .adresses {
  position: relative;
  z-index: 9;
  width: 76%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.contact-page .contact-page-main .map .iframe .map-responsive {
  height: 100%;
}

.contact-page .contact-page-main .map .adresses .addresses-title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 175px;
  flex: 1;
}

.contact-page .contact-page-main .map .adresses .addresses-title h1 {
  font-weight: 500;
  font-size: 100px;
  letter-spacing: 0.03em;
  color: #fff;
}

.contact-page .contact-page-main .map .adresses .addresses-title h1 span {
  padding: 0;
  letter-spacing: -13px;
  line-height: 0;
  margin: 0 0px;
  display: inline-block;
}

.contact-page .contact-page-main .map .adresses .adresses-cont {
  max-width: 57%;
  background-color: #fafafa;
  border-radius: 0 0 30px 30px;
  margin-bottom: 50px;
  padding: 50px 115px 85px;
}

.contact-page .contact-page-main .map .adresses .adresses-cont .infos {
  margin: 0 auto 70px;
  gap:50px
}

.contact-page .contact-page-main .map .adresses .adresses-cont .infos address {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
  max-width: 300px;
}

.contact-page .contact-page-main .map .adresses .adresses-cont .infos a {
  display: block;
}

.contact-page .contact-page-main .map .adresses .adresses-cont .infos a.mail,
.contact-page .contact-page-main .map .adresses .adresses-cont .infos a.tel {
  font-size: 20px;
  color: #000;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .infos
  .social-media {
	  padding-top: 30px
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .infos
  .social-media
  ul {
  display: flex;
  justify-content: flex-start;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .infos
  .social-media
  ul
  li
  + li {
  margin-left: 30px;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .infos
  .social-media
  ul
  li
  a
  svg {
  fill: #414141;
  transition: 0.4s ease all;
  stroke: rgb(255 255 255 / 0%);
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .infos
  .social-media
  ul
  li
  a:hover
  svg {
  fill: rgb(65 65 65 / 20%);
  stroke: #414141;
}


.contact-page .contact-page-main .map .adresses .adresses-cont .working-house {
	padding-top: 50px
}

.contactTitle {
	display: none
} 

.contact-page .contact-page-main .map .adresses .adresses-cont .working-house strong {
	display: block;
	padding-bottom: 5px
}

.contact-page .contact-page-main .map .adresses .adresses-cont .working-house p {
	padding-bottom: 20px;
}

.contact-page .contact-page-main .map .adresses .adresses-cont .contact-title {
	padding-bottom: 50px
}

.contact-page .contact-page-main .map .adresses .adresses-cont .contact-title p{
	font-size: 18px
}

.contact-page .contact-page-main .map .adresses .adresses-cont .contact-title h2 {
	padding-bottom: 15px;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.i-50 {
  width: 50%;
}

.i-100 {
  width: 100%;
}

.i-66 {
  width: 70%;
}

.i-33 {
  /* width: 33%; */
  flex: 1;
}
.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item
  span.icon {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item.item-txtarea
  span.icon {
  top: 27px;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item
  span.icon
  svg {
  fill: #7c7c7c;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item
  input {
  background: #fafafa;
  width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #d0d0d0;
  padding: 0 40px;
  line-height: 0;
  outline: none;
  color: #7c7c7c;
  font-size: 15px;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item
  input::placeholder {
  font-size: 15px;
  color: #7c7c7c;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item-group {
  display: flex;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  padding: 0 5px;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item.form-info
  p {
  text-align: center;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item.form-info
  p
  a {
  color: #000;
  font-weight: 500;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item.form-info:before {
  display: none;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item
  .captcha {
  width: 50%;
  padding: 0 5px;
  position: relative;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item
  textarea {
  border-radius: 30px;
  height: 175px;
  width: 100%;
  padding: 15px 40px;
  border: 1px solid #d0d0d0;
  outline: none;
  resize: none;
  background: #fafafa;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item
  .captcha.image-captc {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item
  .captcha.image-captc
  a {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #414141;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item
  .captcha.image-captc
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item-group
  .item {
  margin: 0 -5px;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item-group
  .item
  button {
  width: 100%;
  border-radius: 30px;
  outline: none;
  border: 1px solid #d0d0d0;
  background: #fafafa;
  font-weight: bold;
  font-size: 15px;
  color: #7c7c7c;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease all;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item-group
  .item
  button
  span.line {
  width: 35px;
  height: 1px;
  background: #2d2d2d;
  margin-left: 15px;
  transition: 0.4s ease all;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item
  input:focus {
  box-shadow: none;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0px;
  right: 5px;
  height: 100%;
  border-radius: 30px;
  border: 1px solid #7c7c7c;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease all;
  pointer-events: none;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item:hover:before {
  opacity: 1;
  visibility: visible;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item
  input:focus {
  border-color: #7c7c7c;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item
  textarea:focus {
  border: 1px solid #7c7c7c;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item-group
  > .item:before {
  display: none;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item
  .captcha:before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0;
  height: 100%;
  border: 1px solid #7c7c7c;
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease all;
  pointer-events: none;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item
  .captcha:hover:before {
  opacity: 1;
  visibility: visible;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item-group
  .item
  button:hover {
  background: #7c7c7c;
  color: #fafafa;
  background-color: #7c7c7c;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item-group
  .item
  button:hover
  span.line {
  background: #fafafa;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item
  .captcha.image-captc:before {
  display: none;
}

.contact-page
  .contact-page-main
  .map
  .adresses
  .adresses-cont
  .forms
  .form-wrapper
  .item-group
  .item.item-submit {
  flex: 1;
}

/* Contact Page End */

/* Product List Start */

.product-list {
  padding-top: 140px;
}

.product-list .product-list-main .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 55px;
}

.product-list .product-list-main .list-wrapper .product-name-tree {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.product-list .product-list-main .list-wrapper .product-name-tree h1 {
  font-size: 30px;
  letter-spacing: 0.03em;
  color: #414141;
  margin-bottom: 0;
}

.product-list .product-list-main .list-wrapper .product-name-tree ul.tree {
  display: flex;
}

.product-list
  .product-list-main
  .list-wrapper
  .product-list .product-list-main .list-wrapper .product-name-tree ul.tree li + li:before:last-child {
  display: none;
}

.product-list
  .product-list-main
  .list-wrapper
  .product-name-tree
  ul.tree
  li
  + li {
  position: relative;
  padding-left: 13px;
}

.product-list .mobile-sorting-area {
  display: none;
}

.product-list
  .product-list-main
  .list-wrapper
  .product-name-tree
  ul.tree
  li
  + li:before {
  transform: rotate(-45deg) translateY(-50%);
  content: "";
  position: absolute;
  border: solid #414141;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  top: 50%;
  left: 0;
  border-bottom-right-radius: 2px;
}

.product-list .product-list-main .list-wrapper .product-name-tree ul.tree li a {
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 19px;
  color: #414141;
}

.product-list .product-list-main .list-wrapper .product-name-tree ul.tree li {
  padding-right: 10px;
}

.product-list .product-list-main .list-wrapper .sorting-area {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.product-list
  .product-list-main
  .list-wrapper
  .sorting-area
  .dropdown.bootstrap-select {
  height: 50px;
}

.product-list
  .product-list-main
  .list-wrapper
  .sorting-area
  .dropdown.bootstrap-select
  button.btn {
  background: white;
  height: 100%;
  outline: none;
  border-radius: 8px;
  font-size: 15px;
  color: #414141;
}
.product-list .dropdown-item.active,
.dropdown-item:active {
  background-color: #bbb9b9;
}

.product-list .bootstrap-select .dropdown-menu {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.product-list
  .product-list-main
  .list-wrapper
  .sorting-area
  .dropdown.bootstrap-select
  button.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.product-list
  .product-list-main
  .list-wrapper
  .sorting-area
  .dropdown.bootstrap-select
  button.btn
  .filter-option {
  display: flex;
  align-items: center;
}

.product-list
  .product-list-main
  .list-wrapper
  .sorting-area
  .dropdown.bootstrap-select
  button.btn:after {
  transform: rotate(45deg) translateY(-50%);
  content: "";
  position: absolute;
  border: solid #414141;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  top: 50%;
  right: 25px;
  border-bottom-right-radius: 2px;
}

.product-list .product-list-main .list-wrapper .filter-collapse {
  max-width: 280px;
  width: 100%;
}

.product-list .product-list-main .list-wrapper .filter-group {
  width: 100%;
  margin-top: 55px;
  border-radius: 30px;
  background-color: #fff;
  padding: 45px 0;
  display: flex;
  justify-content: center;
  /* position: sticky; */
  /* top: 200px; */
  /* max-height: 530px; */
}

.product-list .product-list-main .list-wrapper .product-comp.products-wrapper {
  flex: 1;
  margin-top: 55px;
  padding-left: 80px;
}

.product-list .product-list-main .list-wrapper .filter-group > ul {
  padding: 0 25px;
  width: 90%; /* max-height: 430px; */ /* overflow-y: auto; */
}

.product-list
  .product-list-main
  .list-wrapper
  .filter-group
  > ul::-webkit-scrollbar {
  display: none;
}

.product-list
  .product-list-main
  .list-wrapper
  .filter-group
  ul
  > li.dropdown-filter {
  position: relative;
  cursor: pointer;
}

.product-list
  .product-list-main
  .list-wrapper
  .filter-group
  ul
  > li.dropdown-filter
  + li.dropdown-filter {
  margin-top: 30px;
}

.product-list
  .product-list-main
  .list-wrapper
  .filter-group
  ul
  > li.dropdown-filter
  > span {
  font-weight: normal;
  font-size: 18px;
  color: #414141;
  width: 100%;
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}

.product-list
  .product-list-main
  .list-wrapper
  .filter-group
  ul
  > li.dropdown-filter
  ul.input-wrapper {
  padding-top: 20px;
  display: none;
}

.product-list
  .product-list-main
  .list-wrapper
  .filter-group
  ul
  > li.dropdown-filter.has-sub:before {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  width: 13px;
  height: 1px;
  background: #4c4c4c;
  border-radius: 20px;
}

.product-list
  .product-list-main
  .list-wrapper
  .filter-group
  ul
  > li.dropdown-filter.has-sub.active:after {
  transform: rotate(-90deg);
}

.product-list
  .product-list-main
  .list-wrapper
  .filter-group
  ul
  > li.dropdown-filter.has-sub:after {
  content: "";
  position: absolute;
  height: 13px;
  width: 1px;
  right: 6px;
  top: 9px;
  background: #4c4c4c;
  border-radius: 20px;
  transition: 0.4s ease all;
  transform: rotate(0deg);
}

.product-list
  .product-list-main
  .list-wrapper
  .filter-group
  ul
  > li.dropdown-filter
  ul.input-wrapper
  li.input-item {
}

.product-list
  .product-list-main
  .list-wrapper
  .filter-group
  ul
  > li.dropdown-filter
  ul.input-wrapper
  li.input-item
  input {
  /* opacity: 0; */
  display: none;
  /* position: absolute; */
  /* left: 0; */
  /* top: 0; */
}

.product-list
  .product-list-main
  .list-wrapper
  .filter-group
  ul
  > li.dropdown-filter
  ul.input-wrapper
  li.input-item
  label {
  position: relative;
  font-size: 16px;
  line-height: 15px;
  text-align: left;
  color: rgba(45, 45, 45, 0.8);
  padding-left: 22px;
  transition: 0.4s;
  margin-bottom: 12px;
}

.product-list
  .product-list-main
  .list-wrapper
  .filter-group
  ul
  > li.dropdown-filter
  ul.input-wrapper
  li.input-item
  label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #4c4c4c;
  border-radius: 3px;
}

.product-list
  .product-list-main
  .list-wrapper
  .filter-group
  ul
  > li.dropdown-filter
  ul.input-wrapper
  li.input-item
  label::after {
}

.product-list
  .product-list-main
  .list-wrapper
  .filter-group
  ul
  > li.dropdown-filter
  ul.input-wrapper
  li.input-item
  label:after {
  transform-origin: center;
  transform: translateY(-50%) scale(0);
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 11px;
  height: 10px;
  background: #4c4c4c;
  border-radius: 1px;
  transition: 0.4s;
}

.product-list
  .product-list-main
  .list-wrapper
  .filter-group
  ul
  > li.dropdown-filter
  ul.input-wrapper
  li.input-item
  input:checked
  ~ label::after {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}

.product-list .product-list-main .cust-pagination {
  width: 100%;
  padding: 115px 0 190px;
}

.product-list .product-list-main .cust-pagination .pagination-wrapper ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-list .product-list-main .cust-pagination .pagination-wrapper ul li {
  padding: 5px;
}

.product-list .product-list-main .cust-pagination .pagination-wrapper ul li a {
  border-radius: 10px;
  color: rgb(65 65 65 / 50%);
  border: 1px solid rgb(65 65 65 / 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 32px;
  transition: 0.4s;
}

.product-list
  .product-list-main
  .cust-pagination
  .pagination-wrapper
  ul
  li.active
  a,
.product-list
  .product-list-main
  .cust-pagination
  .pagination-wrapper
  ul
  li
  a:hover {
  border-color: #414141;
  color: #414141;
}

.product-list
  .product-list-main
  .cust-pagination
  .pagination-wrapper
  ul
  span.arrow {
  cursor: pointer;
  margin: 0 10px;
}

.product-list
  .product-list-main
  .cust-pagination
  .pagination-wrapper
  ul
  span.arrow
  svg
  g
  path {
  transition: 0.4s;
}

.product-list
  .product-list-main
  .cust-pagination
  .pagination-wrapper
  ul
  span.arrow
  svg
  g
  path:last-child {
  stroke: rgb(65 65 65 / 80%);
}

.product-list
  .product-list-main
  .cust-pagination
  .pagination-wrapper
  ul
  span.arrow
  svg
  g
  path:first-child {
  stroke: rgb(65 65 65 / 70%);
}

.events-btns {
  display: none;
}
/* Product List End */

/* Product Detail Start */

.product-detail {
  padding-top: 190px;
}

.product-detail .page-main {
  background: #fff;
  overflow: hidden;
}

.product-detail .page-main .tab {
  z-index: 1;
  margin: 70px 0;
  position: relative;
}

.product-detail .page-main .tab.scroll {
  /* box-shadow: 0px 9px 20px rgb(0 0 0 / 4%); */
}
.product-detail .page-main .product-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1225px;
  margin: 0 auto;
  height: 590px;
}

.product-detail .page-main .product-slider .left {
  flex: 0 0 20%;
  /* overflow: hidden; */
  /* height: 400px; */
  padding-left: 0;
  padding-right: 147px;
  position: relative;
}
.product-detail .page-main .product-slider .left .swiper-arrow {
  text-align: center;
  padding: 20px 20px;
  cursor: pointer;
}
.product-detail .page-main .product-slider .left .swiper-arrow.swiper-button-disabled {
    opacity: 0;
}
.product-detail .page-main .product-slider .left .swiper-arrow svg path {
  stroke: #9c9c9c;
}
.product-detail .page-main .product-slider .left:before,
.product-detail .page-main .product-slider .left:after {
  content: "";
  position: absolute;
  left: 24px;
  height: 1px;
  width: 50px;
  background: rgb(112 112 112 / 10%);
}

.product-detail .page-main .product-slider .left:before {
  top: -40px;
}

.product-detail .page-main .product-slider .left:after {
  bottom: -40px;
}

.product-detail .page-main .product-slider .left .img {
  /* overflow: hidden; */
  padding-bottom: 2px; /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05); */
}

.product-detail .page-main .product-slider .left .img img {
  border: 1px solid rgb(228 221 213 / 30%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
}
.product-detail
  .page-main
  .product-slider
  .left
  .swiper-slide-thumb-active
  .img
  img {
  border-color: #c7c7c7;
}

.product-detail .page-main .product-slider .left .swiper-container {
  user-select: none;
  height: 400px;
}

.product-detail .page-main .product-slider .right {
  flex: 1;
  height: 100%;
  padding-right: 0;
  overflow: hidden;
  display: flex;
  gap: 20px;
}

.product-detail .page-main .product-slider .right .item {
  width: 100%;
  background-size: contain;
  height: 100%;
  display: flex;
  justify-content: center;
  /* padding-top: 70px; */
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
}

.product-detail .page-main .product-slider .right .item .content {
  text-align: left;
}

.product-detail .page-main .product-slider .right .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-detail .page-main .product-slider .right .swiper-container {
  width: 55%;
}

.product-detail .page-main .product-slider .right .content {
  /* width: 40%; */
  /* max-width: 400px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-detail .page-main .product-slider .right .content .h1 {
  font-size: 45px;
  letter-spacing: 0.01em;
  line-height: 1.2;
  color: #6c6c6c;
  margin-bottom: 0;
}

.product-detail .page-main .product-slider .right .content .h1 span {
  display: block;
  font-weight: bold;
}

.product-detail .page-main .product-slider .right .content span.txt {
  margin-top: 0px;
  display: block;
  font-size: 20px;
  color: #707070;
  padding: 0;
}

span.divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgb(217 217 217 / 40%);
}

.product-detail .page-main .tab .tab-wrapper ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.product-detail .page-main .tab .tab-wrapper ul li {
  padding: 10px 35px;
}

.product-detail .page-main .tab .tab-wrapper ul li a {
  font-size: 18px;
  line-height: 21px;
  color: #414141;
  white-space: nowrap;
}

.product-detail .page-main .tab .tab-wrapper ul li.active a:before,
.product-detail .page-main .tab .tab-wrapper ul li a:hover:before {
  opacity: 1;
  visibility: visible;
}

.product-detail .page-main .tab .tab-wrapper ul li a {
  position: relative;
}

.product-detail .page-main .tab .tab-wrapper ul li a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  border-radius: 5px;
  background-color: #414141;
  transition: 0.4s ease all;
  opacity: 0;
  visibility: hidden;
}

.recommended-products {
  margin-bottom: 200px;
  padding: 0px 95px 0;
  margin-top: 150px;
}

.product-detail
  .page-main
  .product-detail-relative
  .product-detail-absolute
  > div {
  margin-top: 0;
  width: 100%;
}

#section2 iframe {
    width: 50vw !important;
}

.content-video-player {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 1rem;
    order: 1;
}

.content-video-player-frame {flex: 1 0 calc(50% - 10px);}

@media (max-width: 991px) {
  #section2 iframe {
    width: 100% !important;
    height: 50vh !important;
}
  .content-video-player-frame{
    max-height: 300px;
  }
}

div#section2 {
    display: flex;
    justify-content: center;
}

div#section2 .content {
    display: flex;
    flex-direction: column;
}


.product-detail .page-main .explanation .content .img {
  height: 650px;
  border-radius: 30px;
  overflow: hidden;
}

.product-detail .product-detail-relative {
  position: relative;
  height: max-content !important;
  width: calc(100% - 190px);
  margin: 0 auto;
}

.product-detail .product-detail-relative .product-detail-absolute {
  /* position: absolute; */
  left: 50%;
  width: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  display: none;
  align-items: center;
  justify-content: center;
}

.product-detail .product-detail-relative .product-detail-absolute.active {
  opacity: 1;
  visibility: visible;
  width: 100%;
  display: flex;
}

.product-detail-absolute.active {
}

.product-detail
  .product-detail-relative
  .product-detail-absolute
  .drivers
  table {
  margin: 0 auto;
}

.product-detail
  .product-detail-relative
  .product-detail-absolute
  .drivers
  table
  tbody
  tr:nth-child(1) {
  color: #707070;
}

.product-detail
  .product-detail-relative
  .product-detail-absolute
  .drivers
  table
  tbody
  tr:nth-child(1)
  th {
  font-weight: normal;
}

.product-detail
  .product-detail-relative
  .product-detail-absolute
  .drivers
  table
  tbody
  tr
  + tr
  td:first-child {
  font-weight: bold;
}

.product-detail
  .product-detail-relative
  .product-detail-absolute
  .drivers
  table
  tbody
  tr
  th,
.product-detail
  .product-detail-relative
  .product-detail-absolute
  .drivers
  table
  tbody
  tr
  td {
  font-size: 15px;
  color: #707070;
}

.product-detail
  .product-detail-relative
  .product-detail-absolute
  .drivers
  table
  tbody
  tr
  th,
.product-detail
  .product-detail-relative
  .product-detail-absolute
  .drivers
  table
  tbody
  tr
  td {
  padding: 25px 0;
}

.product-detail
  .product-detail-relative
  .product-detail-absolute
  .drivers
  table
  tbody
  tr
  + tr {
  border-top: 1px solid #e2e2e2;
}

.product-detail
  .product-detail-relative
  .product-detail-absolute
  .drivers
  table
  tbody
  tr:nth-child(2) {
  border-top: 1px solid rgb(0 0 0 / 45%);
}

.product-detail
  .product-detail-relative
  .product-detail-absolute
  .drivers
  table
  tbody
  tr
  + tr
  td:first-child {
  padding-right: 120px;
}

.product-detail
  .product-detail-relative
  .product-detail-absolute
  .drivers
  table
  tbody
  tr
  + tr
  td:nth-child(2) {
  padding-right: 200px;
}

.product-detail
  .product-detail-relative
  .product-detail-absolute
  .drivers
  table
  tbody
  tr
  + tr
  td:nth-child(3) {
  padding-right: 200px;
}

.product-detail
  .product-detail-relative
  .product-detail-absolute
  .drivers
  table
  tbody
  tr
  + tr
  td:nth-child(4) {
  padding-right: 100px;
}

.product-detail
  .product-detail-relative
  .product-detail-absolute
  .drivers
  table
  tbody
  tr
  + tr
  td:nth-child(4)
  span.icon
  svg {
  stroke: #646464;
}

.product-detail
  .product-detail-relative
  .product-detail-absolute
  .drivers
  table
  tbody
  tr
  + tr
  td:nth-child(4)
  span.icon {
  margin-right: 15px;
}

.product-detail
  .product-detail-relative
  .product-detail-absolute
  .drivers
  table
  tbody
  tr
  + tr
  td:nth-child(4)
  a {
  text-decoration: none;
  color: #707070;
}

.product-detail .page-main .explanation .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mid-container {
  /* padding: 0px 95px 0; */
}

.product-detail .page-main .explanation .content .explanation-text {
  position: relative;
  /* width: 54%; */
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}

.product-detail .page-main .explanation .content .explanation-text .cnt img {
  width: 100% !important;
  height: auto !important;
}

.product-detail .page-main .explanation .content .explanation-text:after {
  /*content: "";*/
  position: absolute;
  top: -30px;
  left: 70px;
  right: 70px;
  height: 420px;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}

.product-detail .page-main .explanation .content .explanation-text h2.title {
  font-weight: bold;
  font-size: 35px;
  line-height: 65px;
  color: #414141;
  margin-bottom: 50px;
}

.product-detail .page-main .explanation .content .explanation-text .cnt {
  font-size: 23px;
  letter-spacing: 0em;
  line-height: 33px;
  text-align: center;
  color: rgba(65, 65, 65, 0.75);
}

.product-detail .page-main .explanation .big-img .img {
  border-radius: 30px;
  overflow: hidden;
}

.product-detail .page-main .explanation .big-img .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.product-detail .page-main .technical-specifications {
}

.product-detail .page-main .technical-specifications .technical-wrapper {
	padding-bottom: 150px;
}

.product-detail .page-main .technical-specifications .technical-wrapper ul {
  max-width: 470px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.product-detail .page-main .technical-specifications .technical-wrapper ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-detail
  .page-main
  .technical-specifications
  .technical-wrapper
  ul
  li
  .colors {
  margin-top: 0;
}

.technical-specifications .technical-wrapper ul li + li {
  border-top: 1px solid rgb(112 112 112 / 20%);
  margin-top: 25px;
  padding-top: 25px;
}

.technical-specifications .technical-wrapper ul li span {
  font-size: 18px;
}

.product-detail
  .page-main
  .technical-specifications
  .technical-wrapper
  ul
  li
  span.left {
  font-weight: 500;
  line-height: 25px;
  color: #414141;
}

.product-detail
  .page-main
  .technical-specifications
  .technical-wrapper
  ul
  li
  span.right {
  color: #707070;
  text-align: right;
}
.product-detail
  .page-main
  .technical-specifications
  .technical-wrapper
  ul
  li
  span.right span.adresMh {
  font-weight: 200;
}

.product-detail
  .page-main
  .technical-specifications
  .technical-wrapper
  ul
  li
  span {
  width: 50%;
}

.product-detail .page-main .qr-sectionq {
  margin-bottom: 215px;
}

.product-detail .page-main .qr-sectionq .qr-image {
  width: 290px;
  height: 290px;
  border: 1px solid #707070;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 auto;
}

.product-detail .page-main .qr-sectionq .qr-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail .product-comp.products-wrapper .item {
  width: 100%;
}

.product-detail .recommend-slider .swiper-container {
  margin: 0 100px;
}

.product-detail .page-main .recommend-slider .swiper-arrow span svg path {
  stroke: #000;
}

.product-detail .page-main #recommendSlider {
  position: relative;
}

.product-detail .page-main #recommendSlider .swiper-arrow.left-arrow {
  left: 0;
  transform: rotate(90deg);
}

.product-detail .page-main #recommendSlider .swiper-arrow.right-arrow {
  right: 0;
  transform: rotate(90deg);
}

.product-detail
  .page-main
  #recommendSlider
  .swiper-arrow.swiper-button-disabled {
  opacity: 0;
}

.footer
  .footer-cont
  .footer-main
  .footer-top
  .social-media
  ul
  li:nth-child(1)
  a:hover
  span
  svg {
  stroke: #3b5998;
}

.product-detail .page-main #recommendSlider .swiper-arrow.right-arrow:hover {
  transform: translateX(5px) rotate(90deg);
}

.product-detail .page-main #recommendSlider .swiper-arrow.left-arrow:hover {
  transform: translateX(-5px) rotate(90deg);
}

.product-detail .page-main #recommendSlider .swiper-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  transition: 0.4s;
}

.product-title {
  width: fit-content;
  margin: 0 auto 100px;
  text-align: center;
}

.product-title h2.title {
  font-weight: 500;
  font-size: 40px;
  line-height: 65px;
  color: #414141;
  padding: 0 150px;
}

.product-title .divider {
  height: 25px;
  overflow: hidden;
}

.product-title .divider .border {
  border-color: red;
}

.product-title .divider .divider-border {
  border: 1px solid #707070;
  height: 50px;
  border-radius: 25px;
  margin-top: -25px;
}

/* Product Detail End */

/* Footer Start */

.footer {
  position: relative;
  z-index: 9;
}

.footer .footer-cont {
  background-color: #fafafa;
}

.footer .footer-cont .footer-main {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #414141;
  padding-top: 70px;
}

.footer .footer-cont .footer-main .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.footer .footer-cont .footer-main .footer-top .logo a {
  display: block;
  width: 215px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer .footer-cont .footer-main .footer-top .footer-nav ul {
  display: flex;
  flex: 1;
  padding-right: 70px;
}

.footer .footer-cont .footer-main .footer-top .footer-nav ul li + li {
  margin-left: 70px;
}

.footer .footer-cont .footer-main .footer-top .footer-nav ul li a {
  font-size: 20px;
  color: #fff;
  transition: 0.4s auto;
  position: relative;
}

.footer .footer-cont .footer-main .footer-top .social-media ul {
  display: flex;
  align-items: center;
}

.footer .footer-cont .footer-main .footer-top .social-media ul li + li {
  margin-left: 20px;
}

.footer
  .footer-cont
  .footer-main
  .footer-top
  .social-media
  ul
  li
  a
  span.icon
  svg {
  fill: none;
  stroke: #d8d8d8;
  transition: 0.4s;
}

.header .right-area
  .social-media
  ul
  li
  a
  span.icon
  svg {
  fill: none;
  stroke: #2d2d2d;
  transition: 0.4s;
}
.header .right-area
  .social-media
  ul
  li
  a
  span.icon
  svg.other{
  fill: none;
  stroke: none;
  transition: 0.4s;
}
.header .social-media ul {
    display: flex;
    align-items: center;
}

.footer
  .footer-cont
  .footer-main
  .footer-top
  .social-media
  ul
  li:nth-child(2):hover
  a
  span.icon
  svg {
  stroke: #00acee;
}

.footer
  .footer-cont
  .footer-main
  .footer-top
  .social-media
  ul
  li:nth-child(3):hover
  a
  span.icon
  svg {
  stroke: #dd2a7b;
}

.footer .footer-cont .footer-main .footer-mid {
  margin-bottom: 55px;
}

.footer .footer-cont .footer-main .footer-mid .footer-mid-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.footer .footer-cont .footer-main .footer-mid .footer-mid-contact:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #707070;
}

.footer .footer-cont .footer-main .footer-mid .footer-mid-contact ul {
  display: flex;
  border: 1px solid #707070;
  border-radius: 35px;
  height: 80px;
  align-items: center;
  justify-content: center;
  padding: 0 85px 0 40px;
  background-color: #414141;
  z-index: 9;
}

.footer
  .footer-cont
  .footer-main
  .footer-mid
  .footer-mid-contact
  ul
  li {
  padding-right: 50px;
  border-right: 1px solid #bcbcbc;
}
.footer
  .footer-cont
  .footer-main
  .footer-mid
  .footer-mid-contact
  ul
  li:nth-child(2) {
  padding-left: 50px;
}

.footer
  .footer-cont
  .footer-main
  .footer-mid
  .footer-mid-contact
  ul
  li:last-child {
  padding-left: 50px;
	  padding-right: 0;
  display: flex;
	  border-right: 0
}

.footer .footer-cont .footer-main .footer-mid .footer-mid-contact > ul li a {
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
}

.footer
  .footer-cont
  .footer-main
  .footer-mid
  .footer-mid-contact
  ul
  li
  a
  span.icon {
  margin-right: 20px;
}

.footer
  .footer-cont
  .footer-main
  .footer-mid
  .footer-mid-contact
  ul
  li
  a
  span.icon
  svg {
  fill: #fff;
}

.footer .footer-cont .footer-main .footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  font-weight: 300;
}

.footer .footer-cont .footer-main .footer-bottom .copyright span {
  font-size: 17px;
  color: rgba(199, 199, 199, 0.75);
}

.footer .footer-cont .footer-main .footer-bottom .contract ul {
  display: flex;
}

.footer .footer-cont .footer-main .footer-bottom .contract ul li {
  padding: 0 20px;
}

.footer .footer-cont .footer-main .footer-bottom .contract ul li a {
  transition: 0.4s ease all;
  font-size: 17px;
  color: rgba(199, 199, 199, 0.75);
}

.footer .footer-cont .footer-main .footer-bottom a {
  display: block;
  color: #fff;
}

.footer .footer-cont .footer-main .footer-bottom a span.txt {
  position: relative;
  top: 2px;
  font-size: 17px;
  line-height: 30px;
  color: rgba(199, 199, 199, 0.75);
  margin-right: 2px;
  transition: 0.4s;
}

.home-section
  .home-main
  .home-products
  .products
  .products-relative
  .products-absolute
  .all-btn
  a
  span:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 110%;
  height: 1px;
  background: #2d2d2d;
  transform-origin: center;
  transform: scale(0);
  transition: 0.4s all ease;
}

.home-section
  .home-main
  .home-products
  .products
  .products-relative
  .products-absolute
  .all-btn
  a
  span:first-child {
  position: relative;
  transition: 0.4s ease all;
}

.footer .footer-cont .footer-main .footer-top .footer-nav ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 100%;
  background: #fff;
  transition: 0.4s ease all;
  transform: scale(0);
  transform-origin: center;
}

.footer
  .footer-cont
  .footer-main
  .footer-mid
  .footer-mid-contact
  > ul
  li
  a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 1px;
  width: 100%;
  background: #fff;
  transition: 0.4s ease all;
  transform: scale(0);
  transform-origin: center;
}
/* Footer End */
.scroll-down {
  position: absolute;
  bottom: 50px;
  left: 40px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.scroll-down span {
  display: block;
  transform: rotate(-90deg) translate(40px, -13px);
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.01em;
  line-height: 25px;
  text-align: left;
  color: #414141;
}

.scroll-down .arrows {
  display: flex;
  flex-direction: column;
}

.scroll-down .arrows .arrow {
  transform: rotate(-180deg);
  width: 25px;
  height: 10px;
}

@keyframes arrows {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}
.scroll-down .arrows .arrow svg {
  fill: none;
  stroke: #414141;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
  transform: translateY(0px);
}

.scroll-down .arrows .arrow:nth-child(1) svg {
  animation: arrows 2s 0s infinite;
}
.scroll-down .arrows .arrow:nth-child(2) svg {
  animation: arrows 2s 0.1s infinite;
}
.scroll-down .arrows .arrow:nth-child(3) svg {
  animation: arrows 2s 0.2s infinite;
}
.product-detail .page-main .product-slider .right .item a {
    display: block;
    border: none;
    outline: none;
}

@media (max-width: 991px) {
  .createdby .createdby-text {
    font-size: 14px !important;
  }
}

.createdby {
    display: flex;
    align-items: center;
    justify-content: center;
	opacity: 0.7
}

.createdby .createdby-text {
    color: #383838;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    width: initial;
    /*height: 20px;*/
}


#createdby {
  height: 27px;
  opacity: 0.6;
}

.createdby .createdby-text.white {
  color: rgba(199, 199, 199, 0.75)!important;
}

.horizon-card {
  transform: scale(0.9)translate(15px, 15px);
  pointer-events: none;
}

@media only screen and (max-width: 1199px) {
  .horizon-card {
      display: none;
  }
}




/** CUSTOM CSS **/

.phone {
	display: flex;
    align-items: center;
	padding-top: 2px !important;
	margin-right: 25px;
}
.dyl-phone {
	width:max-content
}

.dyl-phone a {
	color: inherit;
	text-decoration: none;
	font-weight: 400
}

.footer-phone span {
	font-size: 8vw;
}
.dyl-phone span {
	font-size: 22px;
	font-weight: 500
}

.ah-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
	font-weight: 400;
}
.ah-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}
.ah-words-wrapper b.is-visible {
    position: relative;
	color: #2d2d2d !important
}
.no-js .ah-words-wrapper b {
    opacity: 0;
}
.no-js .ah-words-wrapper b.is-visible {
    opacity: 1;
}

.ah-headline {
	font-weight: 400;
}
.ah-headline.rotate-2 .ah-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px;
}
.ah-headline.rotate-2 em,
.ah-headline.rotate-2 i {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	font-style: normal;
	font-weight: 500
}
.ah-headline.rotate-2 b {
    opacity: 0;
	color: #c82b2e;
	font-weight: 900 !important;
}
.ah-headline.rotate-2 i {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
}
.is-visible .ah-headline.rotate-2 i {
    opacity: 1;
}
.ah-headline.rotate-2 i.in {
    -webkit-animation: ah-rotate-2-in 0.4s forwards;
    animation: ah-rotate-2-in 0.4s forwards;
}
.ah-headline.rotate-2 i.out {
    -webkit-animation: ah-rotate-2-out 0.4s forwards;
    animation: ah-rotate-2-out 0.4s forwards;
}
.ah-headline.rotate-2 em {
    -webkit-transform: translateZ(20px);
    transform: translateZ(20px);
}
.no-csstransitions .ah-headline.rotate-2 i {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 0;
}
.no-csstransitions .ah-headline.rotate-2 i em {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.no-csstransitions .ah-headline.rotate-2 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes ah-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }
}
@keyframes ah-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }
}
@-webkit-keyframes ah-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg);
    }
}
@keyframes ah-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg);
    }
}
.ah-headline.loading-bar .ah-words-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #356efd;
    z-index: 2;
    -webkit-transition: width 0.3s -0.1s;
    transition: width 0.3s -0.1s;
}
.ah-headline.loading-bar .ah-words-wrapper.is-loading::after {
    width: 100%;
    -webkit-transition: width 3s;
    transition: width 3s;
}
.ah-headline.loading-bar b {
    top: 0.2em;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.ah-headline.loading-bar b.is-visible {
    opacity: 1;
    top: 0;
}



.sosyal-medya ul li a span.icon svg {
    fill: none;
    stroke: #2d2d2d;
    transition: 0.4s;
}
.sosyal-medya ul li a span.icon svg.other {
    fill: none;
    stroke: none;
    transition: 0.4s;
}
.sosyal-medya ul {
	display: flex;
    gap: 10px;
    padding-top: 20px;
}
.proje-video {
	width: fit-content;
    margin: 0 auto;
    margin-bottom: 100px;
}
a.projelereDon, a.projelereDon span {
	display: none
}
@keyframes kdscale {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.05);
    }
}
@media (max-width: 768px) {
	.kentselBasvuru {
		position: fixed;
		width: 94px;
		height: 40px;
		display: block;;
		z-index: 3;
		inset: auto 15px 10px auto;
		background-position: center center;
		background-size: 100%;
		background-repeat: no-repeat;
		background-image: url("../../assets/img/form_mobil_.svg");
		animation: kdscale .6s ease-in-out infinite alternate;
        -webkit-animation: kdscale .6s ease-in-out infinite alternate;
	}
	.sahibinden p {
		font-size: 13px !important;
	}
	.sahibinden a {
		width: 200px;
    	margin: 15px auto;
	}
	.satilikPortfoy {
		font-size: 1.7rem !important;
	}
	a.projelereDon  {
		display: block;
		padding: 0 0 10px 10px;
		color: inherit;
		margin-top: 0;
		font-weight: 300;
		text-decoration: none;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 8px;
	}
	a.projelereDon span  {
		display: block;
		font-size: 13px;
		padding-bottom: 1px;
	}
	.projects-list .content-item .content-data .media-hover p.img-title {
		font-weight: 600;
		font-size: 13px;
	}
	.projects-list .content-item .content-data .media-hover p.adres {
		font-weight: 300;
		font-size: 13px;
	}
	.proje-video {
		margin: 0 20px;
		width: 90%;
		border-radius: 20px
	}
	.proje-video video{
		border-radius: 20px;
		margin-bottom: 20px;
	}
	.proje-galeri {
		margin: 0 auto 50px auto !important;
	}
	.product-detail .page-main .technical-specifications .technical-wrapper {
		padding-bottom: 50px !important;
	}
	.home-section .home-main .banner a.bannerDesk {
		display: none
	}
	
	.downpages-title h2{
		font-size: 2rem;
	}
	.downPagesContent h1 {
		font-size: 20px;
	}
	.downPagesContent p {
		font-size: 16px;
	}
	.downPagesContent p.centeredContent {
		text-align: center !important;
		font-size: 18px !important;
		font-weight: 400;
	}
	.downPagesContent p.subContent {
		text-align: center !important;
		font-size: 13px !important;
		padding: 0 !important;
		letter-spacing: -0.1px;
	}

	.home-section .home-main .banner a.bannerMobile {
	  display: block;
	  background-size: cover;
	  position: absolute;
	  left: 0;
	  top: -30px;
	  right: 0;
	  bottom: -30px;
	  transition: 0.4s all ease;
	}
	.downPagesContent ul {
		padding: 0 !important
	}
	.downPagesContent ul li {
		margin-left: 0px !important;
		list-style-type: none
	}
	video {
		aspect-ratio: 16 / 9;
		width: 100% !important;
	}
	.phone {
		margin-right: 0px;
	}
	.dyl-phone {
		display: none
	}
	header .header .right-area .ah-headline {
		display: none
	}
	.social-media {
		display: none
	}
	.adresses-cont > .sosyal-medya {
		display: block;
	}
	.contact-title h2 {
		font-size: 26px
	}
	.ah-headline.rotate-2 em, .ah-headline.rotate-2 i {
		font-weight: 400;
	}
	header .header-top .header-top-contact > div {
	  padding: 0 10px;
	}
	#createdby {
		height: auto;
		font-size: 12px;
	}
	.contact-page .contact-page-main .map .adresses .adresses-cont .infos {
	  margin: 0 auto 70px;
	  display: flex;
	  justify-content: space-between;
	  gap:50px
	}
	.contactTitle {
		font-weight: 600;
		display: block
	} 
}


.telefon {
    margin: -3px 3px 0 0;
}

.wave {
  animation: zoomIn 1.2s infinite ease-out;
  transform-origin: 50% 50%;
}

.wave-sm {
  animation-delay: .3s;
}

.wave-md {
  animation-delay: .45s;
}

.wave-lg {
  animation-delay: .6s;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(.2);
  }

  50% {
    opacity: 1;
  }
}

.proje-galeri {
	display: flex;
    margin: 0 auto 100px auto;
    justify-content: center;
	max-height: 500px;
}

.proje-galeri img {
	width: 100%;
	object-fit: cover;
}

.dFlex {
	display: flex;
    flex-direction: row;
    justify-content: center;
}
.cLeft {
	margin-right: 25px;
}
.cLeft p {
	text-align: left;
	font-weight: 600;
}

.cRight p{
	text-align: left;
	font-weight: 300;
}
.dFlex {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.downPagesContent a.downloadLink {
	text-decoration: none !important;
}
.kurumsalLogo {
	display: flex;
	margin-top: 20px;
	padding: 12px 25px;
    color: #c82b2e;
    border: 2px solid #c82b2e;
    background-color: transparent;
}
.kurumsalLogo svg  {
	margin-right: 8px
}
.kurumsalLogo svg path {
	fill:#c82b2e;
}
.kurumsalLogo:hover svg path {
	fill:#fff;
}

.kurumsalLogo:hover {
    color: #fff;
    border: 2px solid #c82b2e;
    background-color: #c82b2e;
}
.kurumsalLogo .download {
    background: url("../img/download-icon.svg") no-repeat;
    float: left;
    width: 30px;
    height: 20px;
    margin-right: 10px
}  
.kurumsalLogo .span {
    float: left;
    width: 20px;
    height: 20px;
}  
.TabBtn {
  border: none;
  background: linear-gradient(to bottom, #3498db, #2980b9);
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin: 5px;
}

.TabActive {
  background: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.TabBox {
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  padding: 10px;
  height: 100px;
  width: calc(25% - 10px);
  float: left;
  margin: 5px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}
.TabSpacer {
  clear: both;
  height: 20px;
}

.kFNlqU {
	width: 100% !important
}
