@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap");


header .content {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 90%;
  margin: auto;
  padding: 0;
}

header.content:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}

header i.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  font-style: normal;
  position: relative;
}

/*
.arrowBtn{width: 50px;height: 6px;position: relative;@include rounded(30px);border:1px solid #fff;display: block;
    &:before{content:'';width: 40%;height: 100%; @include rounded(30px); background-color:#fff; right: 0;top: 0;position:absolute;@include easing(0.3s);}
}

.btn{position: relative;width: 240px;height: 60px;padding-left: 25px;font-size: 20px;font-weight: 500;color: #fff; background-color: $textColor;border:none;text-align: left;margin-top: 60px;cursor: pointer; @include easing(0.3s);

    &:before{content:'';position: absolute;top:50%; transform:translateY(-50%);left: 0;border-top-color: transparent;border-right-color: transparent;border-bottom-color: transparent; @include easing(0.3s)}

    &:hover{background-
        &:before{display: none;}
    }
}
*/

/* .productList{ 
     .fixedArea{height: 60vh;
         .title{bottom: auto;@include centerIt(); top:60%;} 
     }
 }*/

/*General Elements */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99991;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  padding: 30px 5% 30px 5%;
  /* Yarı saydam beyaz */
	background: rgba(255, 255, 255, 0.445);

	/* Arkaplanı blurla */
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px); /* Safari */

	/* İsteğe bağlı: ince bir çizgi */
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  justify-content: space-between;
  max-width: none;
  margin: auto;
  align-items: center;
  z-index: 2;
}

header a.logo {
  display: block;
  background: url(../images/logo-c.svg) no-repeat center;
  background-size: 100% auto !important;
      width: 260px;
    height: 54px;
}

header a.logo.opened {
  background: url(../images/logo-w.svg) no-repeat center;
  height: 86px;
}

header .left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

header a.menuLink {
  color: #4A4F55;
  display: block;
  margin-right: 50px;
  margin-left: 30px;
  width: 30px;
  height: 30px;
}

header a.menuLink span {
  display: block;
  width: 28px;
  height: 100%;
  position: relative;
  top: 20px;
}

header a.menuLink.opened span {
  top: -10px;
}

header a.menuLink span i {
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 2px;
  left: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-color: #000000;
}

header a.menuLink span i:nth-child(1) {
  width: 20px;
}

header a.menuLink span i:nth-child(2) {
  width: 35px;
  top: 8px;
}

header a.menuLink:hover span i:nth-child(1) {
  width: 18px;
}

header a.menuLink:hover span i:nth-child(2) {
  width: 28px;
}

header a.menuLink.opened span i {
  width: 15px !important;
  background-color: #ffffff;
}

header a.menuLink.opened span i:nth-child(1) {
  width: 40px !important;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  left: 0;
  top: 10px;
}

header a.menuLink.opened span i:nth-child(2) {
  width: 40px !important;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  left: 0;
  top: 10px;
}

header .menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

/* header .menu li {
  margin-right: 25px;
} */

header .menu li a {
  font-size: 17px;
  font-weight: 600;
  color: #4A4F55;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px 0px 20px 0px;
  display: block;
}

header .menu li a:hover {
  color: #05444c;
}

header .menu .subMenu .title {
  border-right: none;
  padding: 0;
}

header .menu li span {
  border-right: 0.5px solid #d6d6d6;
  /* Çizgi ekleniyor */
  padding: 0px 30px 0px 30px;
}



header .menu li:last-child span {
  border-right: none;
  /* Son öğeye çizgi eklenmemesi için */
}

header .menu li a {
  text-decoration: none;
  color: #000;
}

header .menu.opened {
  display: none;
}

header .menu .subMenu {
  position: absolute;
  top: 150%;
  left: 19%;
  background: #fff;
  height: auto;
  min-height: 50vh;
  width: 60%;
  box-shadow: 0px 35px 60px #00000014;
  -webkit-box-shadow: 0px 35px 60px #00000014;
  -moz-box-shadow: 0px 35px 60px #00000014;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}

header .menu .subMenu .title {
  margin: 30px 0 20px 65px;
  font-size: 18px;
  display: block;
  position: relative;
  padding-bottom: 20px;
  font-weight: 500;
}

header .menu .subMenu .title:before {
  content: "";
  width: 5%;
  height: 1px;
  background-color: #4A4F55;
  position: absolute;
  left: 0;
  bottom: 0;
}

header .menu .subMenu ul {
  width: 50%;
  padding: 0px 50px 30px 65px;
  flex-wrap: wrap;
}

header .menu .subMenu ul li {
  display: block;
  width: 100%;
}

header .menu .subMenu ul li a {
  display: block;
  color: #4A4F55;
  padding: 5px 0;
  width: 100%;
  font-weight: 500;
  font-size: 17px;
}

header .menu .subMenu ul li a:hover {
  padding-left: 15px;
  color: #05444c;
}

header .menu .subMenu:after {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/img/test/menuhead/kurumsal.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

header .menu .subMenu.yatirim:after {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/img/test/menuhead/cözüm-ve-hizmetlerimiz.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

header .menu .subMenu.kariyer:after {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/img/test/menuhead/004-3.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

header .menu .subMenu.faaliyet:after {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/img/test/menuhead/faaliyetlerimiz2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

header .menu .subMenu.media:after {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/img/test/menuhead/005-3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

header .menu .subMenu.contact:after {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/img/test/menuhead/referanslarimiz.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

header .menu .hasSub:hover>a {
  color: #05444c;
}

header .menu .hasSub:hover .subMenu {
  top: 80%;
  pointer-events: all;
  opacity: 1;
}

header .right {
  position: relative;
  display: flex;
  gap: 10px;
}

header .right>ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

header .right>ul>li .lang {
  background: url(/media/zxol5fsz/lang.svg) no-repeat center left;
  display: block;
  padding: 10px 0px 10px 40px;
  margin-left: 15px;
  filter: brightness(0);
}

header .right>ul>li .lang a {
  font-weight: 600;
  display: block;
  font-size: 17px;
  color: #4A4F55;
}

header .right>ul>li .lang a:hover {
  color: #05444c;
}

header .right>ul>li .lang a.active {
  display: none;
}

header .right .show .opened {
  display: none;
}

header .nav {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 1;
  padding: 0 0 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  display: flex;
}

header .nav .navLeft {
  width: 40%;
  padding-left: 200px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

header .nav .navLeft .navInner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

header .nav .navLeft .navInner .leftInner {
  width: 100%;
  /* border-right: 1px solid rgba(255, 255, 255, 0.7); */
  padding-left: 45px;
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: row;
}

/* sağ panel (başlangıçta boş ve gizli) */
header .rightInner {
  width: 50%;
  position: relative;
  overflow: hidden;
  margin-left: 15px;
  height: 100%;
  align-items: center;
  display: flex;
  z-index: 2;
}

/* kopyalanacak alt menü öğeleri */
#submenuContainer {
  list-style: none;
  margin: 0;
  padding: 0;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease;
}

/* her bir alt madde */

@media (min-width: 1025px) {

  /* mobil dropdown’u devre dışı bırak */
  header .innerUl {
    display: none !important;
    visibility: hidden;
  }

  /* aktifken göster */

  /* header .nav .navLeft .navInner ul li.inner .innerBaslik:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 55%;
  transform: translateY(-50%);
  left: 0px;
  background: url(../images/icons/right-arrow.png) no-repeat;
  transition: 0.3s;
}

header .nav .navLeft .navInner ul li.inner .innerBaslik.active:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  background: url(../images/icons/left-arrow.png) no-repeat;
} */
}

@media (max-width: 1024px) {
  header .nav .navLeft .navInner ul li.inner .innerBaslik:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    top: 55%;
    transform: translateY(-50%);
    left: 0px;
    background: url(/media/e1ddiqrg/down-chevron.png) no-repeat;
    transition: 0.3s;
  }

  header .nav .navLeft .navInner ul li.inner .innerBaslik.active:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    background: url(/media/4slekq3u/up-chevron.png) no-repeat;
  }

  header .innerUl {
    display: none;
    visibility: hidden;
    position: static;
    opacity: 1;
    pointer-events: all;
  }

  header .inner.open-mobile .innerUl {
    display: block;
    visibility: visible;
  }

  header .rightInner {
    display: none;
  }
}

header .nav .navLeft .navInner ul li {
  margin-bottom: 10px;
}

header .nav .navLeft .navInner ul li a {
  font-size: 30px;
  font-weight: 300;
  padding: 0 0 0 40px;
  color: white;
  display: block;
}

header .nav .navLeft .navInner ul li.inner .innerBaslik {
  position: relative;
}

header .nav .navLeft .navInner ul li.inner .innerBaslik.active {
  color: #ffffff;
  position: relative;
}

header .nav .navLeft .navInner ul li.inner .innerUl {
  display: none;
  padding: 10px 0 0;
}

header .nav .navLeft .navInner ul li.inner .innerUl li {
  margin-bottom: 5px;
  padding-top: 5px;
}

header .nav .navLeft .navInner ul li.inner .innerUl li a {
  color: #ffffff;
  font-size: 19px;
  font-weight: 300;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header .nav .navLeft .navInner ul li.inner .innerUl li a:hover {
  font-weight: 500;
  padding-left: 55px;
}

header .nav.opened {
  top: 0;
  right: 0;
  opacity: 1;
}

/* 2. Video arka plan kapsayıcı */
header .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

/* 3. iframe’i full‐cover yapmak */
header .video-background iframe {
  position: absolute;
  top: 0;
  width: 177.78vh;
  /* 100vh × (16/9) = 177.78vh */
  height: 100vh;
  scale: 1.4;
  margin: 0;
  z-index: 1;
  pointer-events: none;
  /* video üzerine tıklamayı engelle */
}

/* 4. Yarı saydam siyah katman */
header .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(0 0 0 / 30%) 0%, rgb(0 0 0 / 30%) 200px, rgb(0 0 0 / 40%) 100%);
  z-index: 3;
  pointer-events: none;
  /* overlay’in linklere engel olmaması için */
}



@media screen and (max-width: 1680px) {
  header .nav .navLeft {
    padding-left: 100px;
  }

  header .nav .navLeft .navInner ul li a {
    font-size: 30px;
  }

  header .right>ul li a {
    font-size: 13px;
  }
}

@media screen and (min-width: 2000px) {
.footer-video-container iframe {
  scale: 1.8 !important;

}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.footer-video-container iframe {
  scale: 1.4 !important;
  
  header a.logo.opened {
    background: url(../images/logo-c.svg) no-repeat center !important; 
    height: 86px;
  }
}
}


@media screen and (min-width: 768px) {
  .md-hidden {
    display: none;
  }


  }
  
  @media screen and (max-width: 50px) {
 header .left .menu {
    display: none;
  }
  }


@media screen and (max-width: 1024px) {


  header {
    padding: 15px 20px;
  }

 

  header a.logo {
    width: 29%;
  }

  header a.menuLink {
    margin-right: 15px;
    margin-left: 0px;
    width: 30px;
    height: 30px;
  }

  header .right {
    top: 13px !important;
  }

  header a.menuLink span {
    top: 16px;
  }

  .opened span {
    top: 7px !important;
  }

  header a.logo.opened {
    display: block;
  }

  header .right {
    position: absolute;
    top: 0px;
    right: 0;
  }

  header .right ul li {
    display: none;
  }

  header .right ul li.show {
    display: block;
  }

  header .right ul li .lang {
    background-size: 45% auto;
    padding-left: 25px;
  }

  header .right ul li .lang a {
    font-size: 14px;
  }

  header .nav .navLeft {
    width: 100%;
    padding-left: 0px;
    padding-top: 92px;
    display: flex;
    align-items: start;

  }

  header .nav .navLeft .navInner {
    flex-wrap: wrap;
  }

  header .nav .navLeft .navInner .leftInner {
    width: 100%;
    overflow-y: hidden;
    padding-left: 32px;
    height: 600px;
    align-items: start;
    display: flex;
    flex-direction: row;

  }

  header .nav .navLeft .navInner ul li {
    margin-bottom: 15px;
  }

  header .nav .navLeft .navInner ul li a {
    font-size: 20px;
  }

  header .nav .navLeft .navInner ul li.inner .innerBaslik:after {
    width: 15px;
    height: 15px;
    background-size: 100% auto;
  }

  header .nav .navLeft .navInner ul li.inner .innerBaslik.active:after {
    width: 15px;
  }

  header .nav .navLeft .navInner ul li.inner .innerUl li a {
    font-size: 15px;
  }

}

@media (min-width: 1025px) {
  header .rightInner.open #submenuContainer {
    transform: translateX(0);
    opacity: 1;
  }
}

#submenuContainer li a {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  display: block;
  transition: color .2s, padding-left .2s;
}

#submenuContainer li {
  margin-bottom: 15px;
}

@font-face {
  font-family: iconfont;
  font-style: normal;
  font-weight: 400;
  src: url(/font/iconfont/iconfonts.eot);
  src: url(/font/iconfont/iconfonts.eot#iefix) format("embedded-opentype"), url(/font/iconfont/iconfonts.woff) format("woff"), url(/font/iconfont/iconfonts.ttf) format("truetype"), url(/font/iconfont/iconfonts.svg#iconfont) format("svg")
}

[class*=icon-]:before {
  display: inline-block;
  font-family: iconfont;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}


.icon-facebook:before {
  content: "\0051"
}

.icon-instagram:before {
  content: "\0052"
}

.icon-linkedin:before {
  content: "\0055"
}




header .fx-circle-chase-cursor {
  overflow: hidden;
  position: relative
}

header .fx-text {
  position: relative;
  z-index: 2
}

@media (max-width: 767px) { 
header .nav .navLeft .navInner .leftInner {
    width: 100%;
    overflow-y: scroll !important;
    height: 400px !important;
}
}



@media (max-width: 768px) {

  .field-error {
    left: 21px !important; 
  }


    header .nav .navLeft .navInner ul li.inner .innerBaslik.active:after {
        height: 12px;
        top: 50%;
    }

    header a.logo.opened {
  background: url(../images/mobileatlaswhite.svg) no-repeat center !important; 
  height: 86px;
}
}

@media screen and (max-width: 850px) {
    header .nav .navLeft .navInner ul li.inner .innerBaslik.active:after {
        width: 15px;
    }
}

@media screen and (max-width: 1540px) {
    header .nav .navLeft .navInner ul li.inner .innerBaslik.active:after {
        background-size: 100% auto;
    }
}

.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 90%;
  height: 0;
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
 /* Pagination Styles */
        .pagination-container {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 40px 0;
            gap: 20px;
            flex-wrap: wrap;
        }

        .pagination-btn {
            display: inline-block;
            padding: 12px 24px;
            background-color: #3c464e;
            color: white;
            text-decoration: none;
            border-radius: 6px;
            font-weight: 500;
            transition: all 0.3s ease;
            border: 2px solid #3c464e;
        }

        .pagination-btn:hover {
            background-color: #b30e0c;
            border-color: #b30e0c;
            color: white;
            text-decoration: none;
        }

        .pagination-btn.prev-btn {
            background-color: #6c757d;
            border-color: #6c757d;
        }

        .pagination-btn.prev-btn:hover {
            background-color: #5a6268;
            border-color: #5a6268;
        }

        .page-info {
            font-size: 16px;
            color: #6c757d;
            font-weight: 500;
            padding: 8px 16px;
            background-color: #f8f9fa;
            border-radius: 4px;
            border: 1px solid #dee2e6;
        }

        @media (max-width: 768px) {
            .pagination-container {
                flex-direction: column;
                gap: 15px;
            }

            .pagination-btn {
                width: 100%;
                text-align: center;
                max-width: 200px;
            }
        }

        /* Pagination Styles */
        .pagination-container {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 40px 0;
            gap: 20px;
            flex-wrap: wrap;
        }

        .pagination-btn {
            display: inline-block;
            padding: 12px 24px;
            background-color: #02617e;
            color: white;
            text-decoration: none;
            border-radius: 6px;
            font-weight: 500;
            transition: all 0.3s ease;
            border: 2px solid #02617e;
        }

        .pagination-btn:hover {
            background-color: #d9e506;
            border-color: #d9e506;
            color: white;
            text-decoration: none;
        }

        .pagination-btn.prev-btn {
            background-color: #02617e;
            border-color: #02617e;
        }

        .pagination-btn.prev-btn:hover {
            background-color: #d9e506;
            border-color: #d9e506;
        }

        .page-numbers {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .page-number {
            display: inline-block;
            padding: 8px 12px;
            background-color: #f8f9fa;
            color: #6c757d;
            text-decoration: none;
            border-radius: 4px;
            border: 1px solid #dee2e6;
            font-weight: 500;
            transition: all 0.3s ease;
            min-width: 40px;
            text-align: center;
        }

        .page-number:hover {
            background-color: #d9e506;
            color: white;
            border-color: #d9e506;
            text-decoration: none;
        }

        .page-number.current {
            background-color: #02617e;
            color: white;
            border-color: #02617e;
            cursor: default;
        }

        .page-dots {
            color: #6c757d;
            font-weight: bold;
            padding: 0 8px;
        }

        @media (max-width: 768px) {
            .pagination-container {
                flex-direction: column;
                gap: 15px;
            }

            .pagination-btn {
                width: 100%;
                text-align: center;
                max-width: 200px;
            }

            .page-numbers {
                order: 2;
                margin: 10px 0;
            }
        }
        
        .htop * {
    line-height: 40px;
    font-weight: bold;
}
@media(max-width:768px)
{
    .productItem .productDetail {
            height: 110px;
    }
    .productItem .productName {
    min-height: 59px;
    }

}
@media screen and (max-width: 767px) {
    .FooterTop, .FooterMiddle, .FooterBottom {
        background: #3c464e;
    }
    #footer .linkler .blink>ul>li>span {
       
        border-bottom: 1px solid #3c464e;
    }
        #footer .linkler .blink>ul>li>ul {
       
        border-bottom: 1px solid #3c464e;
    }
    .talep-form {
  z-index:9 !important;
      top: 67% !important;
      padding: 9px 29px !important;
}
}


       
@media (max-width: 1280px) {
    .tracking-\[-2\.8px\] {
    letter-spacing: 0px;
}
}
@media (max-width:1024px){
 
  .bd-blog-hero .navigation-field > .hero-prev, .bd-blog-hero .navigation-field > .hero-next {
    width: 40px;
    height: 40px;}
}

.btns {
    width: 230px;
    height: 50px;
    z-index: 99;
    background-color: #d9e506;
    border-radius: 8px;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.meet-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
}
.btns:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    opacity: .4;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-name: hover-shadow;
    animation-name: hover-shadow;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.talep-form {
    background: #02617e;
    color: white;
    font-size: 22px;
    padding: 11px 34px;
    position: fixed;
    right: -73px;
    top: 50%;
    z-index: 9999;
    transform: rotate(90deg);
    border-radius: 50px;
    text-decoration: none;
}
@media (max-width:1024px){
  .fixed-full {
    z-index: 999999 ;
}

}
.main-catalog{
  display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 50px;
    justify-content: normal;
}
@media(max-width:768px){
  .main-catalog {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
    justify-content: center;
    align-items: center;
}
  .field-error {
    left: 21px !important;}

}
@media (min-width:768px) and (max-width:1025px){
  .main-catalog {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 15px;
    justify-content: center;
    align-items: center;

}

}
@media (width:320px) and (height:568px){
  .main-title, .about-title {
    text-align:center;

}

    .vimeo-iframe-scroll {
        scale: 3.6 !important;
    }
}

@media (min-width:1024px) and (max-width:1280px){
  .line-field {
    display: none !important;
  }

  .vimeo-iframe-scroll {
    scale: 2.2 !important;
}

    header .nav .navLeft .navInner ul li a {
        font-size: 25px !important;
    }

    #submenuContainer li a {
    font-size: 19px !important;
}
}


@media (min-width:768px) and (max-width:1024px){
      .hero-section .vimeo-iframe {
        scale: 12 !important;
    }

    .vimeo-iframe-scroll {
    scale: 2.2 !important;
}
}

.reference-image {
  height: 100% !important;
}

.reference-image img {
  height: 100% !important;
  object-fit: cover !important;
}

@media screen and (max-width: 768px) {
    .mobil-video {
        scale: 2.2 !important;
    }
}