body {
  font-family: 'Manrope', sans-serif;
}

a:hover {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

a {
  color: inherit;
}

.p10 {
  padding: 3rem 0;
}

:root {
  --color1: #35322E;
  --color2: #0099A8;
  --color3: #E08433;
  --color4: #006580;
  --accent-gray: #CECCCC;
}

.all-btn {
  position: absolute;
  right: 5%;
  bottom: 5%;
}

.all-btn i {
  font-size: 20px !important;
}

ul.header-menu .sub-menu img {
  border-radius: 15px;
  max-width: 297px;
  max-height: 158px;
  background: var(--color2);
  min-width: 297px;
  object-fit: contain;
}

ul.header-menu {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: var(--color1);
}

ul.header-menu li a i {
  font-size: 7px;
  color: var(--color2);
  padding: 0 5px;
}

li.icons a i {
  font-size: 22px !important;
}

ul.header-menu i {
  font-size: 24px;
}

button.red-btn {
  background: var(--color2);
  font-weight: 500;
  color: white;
  cursor: pointer;
  padding: 1rem;
  transition: all .3s;
  border-radius: 15px;
  font-size: 18px;
  border: var(--color1);
  text-align: center;
  min-width: 175px;
}

button.red-btn:hover {
  background: var(--color3);
}

li.toggle-menu:hover .sub-menu {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  justify-content: center;
  margin: auto;
  background: #fbfbfb;
  margin-top: -.1rem;
}

.cntr .sub-menu-item {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  margin: auto;
}

.sub-menu .desc {
  max-width: 278px;
  font-size: 14px;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 67%;
  left: 0;
  z-index: 9999999999999999;
  right: 0;
  width: 100vw;
  background: white;
  padding: 2rem 3rem;
  justify-content: center;
  animation-duration: .3s;
  animation-name: slidean;
  animation-direction: alternate;
}

.sub-menu-item {
  /* display: inline-flex; */
  gap: 3rem;
  padding: 1rem 0;
}

.sub-menu-item ul {
  display: inline-flex;
  gap: 2rem;
  font-size: 16px;
  font-style: normal;
  flex-wrap: wrap;
  line-height: 24px;
  /* 200% */
  letter-spacing: -0.36px;
  color: #183B56;
}

.sub-menu .title {
  color: #7E8EA6;
  font-family: Campton;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  /* 321.429% */
  letter-spacing: -0.42px;
}

.sub-left nav .websites {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-weight: 300;
}

.sub-left nav .websites li a {
  display: flex;
  flex-direction: row !important;
}

ul.header-menu li {
  color: var(--color1);
  transition: all .3s;
}

ul.header-menu li:hover {
  color: var(--color2);
}

.sub-filters .active {
  color: var(--color3);
}

.sub-filters .active i {
  color: var(--color3);
}

.sub-filters .active {
  color: var(--color3);
}

.sub-filters .filter {
  display: none;
}

.sub-filters .filter.block {
  display: block;
}

.sub-filters .websites.filters {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  color: #183B56;
}

@keyframes slidean {
  0% {
    transform: translateX(100%);
    opacity: -1;
  }

  100% {
    transform: translateX(0%);
  }
}

header.destkop {
  position: relative;
  background: white;
  z-index: 999;
  height: 8vh;
}

.header-bottom {
  position: relative;
  z-index: 99999;
}

.header-bottom.fixed {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.header-top {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  align-items: center;
}

.header-top .adress {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 500;
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  background-color: white;
}

.header-top .adress li {
  display: flex;
  gap: .5rem;
}

ul.social {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
}

ul.social i {
  font-size: 20px;
  transition: all .3s;
}

li.dropdown-item:hover .dropdown {
  display: block;
}

ul.dropdown {
  display: none;
  position: absolute;
  background: white;
  border-radius: 4px;
  z-index: 4;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: auto;
  width: 148px;
  padding-bottom: .5rem;
}

li.dropdown-item {
  position: relative;
}

ul.dropdown li a {
  padding: 2px 1rem;
}

.language-picker {
  display: inline-block;
  position: relative;
  padding-top: 0.4rem;
  border-radius: 10px;
  color: white;
}

.js .language-picker__form {
  display: none;
}

.language-picker__button .icon {
  height: 16px;
  width: 16px;
  margin-left: .25rem;
  margin-left: var(--space-xxxs);
  fill: var(--color1);
}

.language-picker__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 93px;
  background-color: #fff;
  background-color: var(--color-bg);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 1px 8px rgba(0, 0, 0, .1);
  box-shadow: var(--shadow-sm);
  padding: .375rem 0;
  padding: var(--space-xxs) 0;
  border-radius: .25em;
  z-index: 4;
  --space-unit: 1rem;
  --space-xxxxs: 0.125rem;
  --space-xxxs: 0.25rem;
  --space-xxs: 0.375rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1.25rem;
  --space-lg: 2rem;
  --space-xl: 3.25rem;
  --space-xxl: 5.25rem;
  --space-xxxl: 8.5rem;
  --space-xxxxl: 13.75rem;
  --component-padding: 1.25rem;
  --component-padding: var(--space-md);
  font-size: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
  transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
  transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out;
}

.language-picker__button[aria-expanded=true]+.language-picker__dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  transition: opacity .2s, -webkit-transform .2s ease-out;
  transition: opacity .2s, transform .2s ease-out;
  transition: opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out;
  background: white;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.121569);
  color: black;
  border-radius: 10px;
}

.language-picker__item {
  text-decoration: none;
  padding: .5em 2em .5em 1.25em;
  padding: var(--space-xs) var(--space-lg) var(--space-xs) var(--space-md);
  color: #313135;
  color: var(--color-contrast-high)
}

.language-picker__item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
}

.language-picker__item:hover {
  background-color: #f2f2f2;
  background-color: var(--color-contrast-lower)
}

.language-picker__item {
  position: relative;
  color: #8A8A8A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0.5rem;
  border-radius: 10px;
}

.language-picker__item[aria-selected=true]::after {
  content: '';
  position: absolute;
  top: 50%;
  display: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  right: .75rem;
  right: var(--space-sm);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBvbHlsaW5lIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlPScjZmZmZmZmJyBmaWxsPSdub25lJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHBvaW50cz0nMSw5IDUsMTMgMTUsMyAnLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.language-picker__flag {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: .3rem;
  color: var(--color1);
  border-radius: 10px;
}

.language-picker__flag::before {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
  content: '';
  height: 38px;
  width: 38px;
  margin-right: .375rem;
  margin-right: var(--space-xxs);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.language-picker__dropdown .language-picker__flag::before {
  margin-right: .5rem;
  margin-right: var(--space-xs)
}

.language-picker__flag--ru::before {
  background-image: url(../images/ru.png);
  background-size: contain;
}

.language-picker__flag--aze::before {
  background-image: url(../images/azer.png);
  background-size: contain;
}

.language-picker__flag--english::before {
  background-image: url(../images/en.png);
  background-size: contain;
}

.language-picker--hide-label .language-picker__button .icon {
  margin-left: 0
}

.language-picker--hide-label .language-picker__button em {
  display: none
}

.language-picker--hide-label .language-picker__button .language-picker__flag::before {
  margin-right: .25rem;
  margin-right: var(--space-xxxs)
}

.header-right {
  display: flex;
  align-items: end;
  gap: 1rem;
}

button.language-picker__button.btn.btn--subtle {
  background: none;
}

.language-picker__item:hover {
  background: #EBEBEB;
}

.header-top-right {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.header-top-wrapper {
  background: var(--color1);
  color: white;
}

.header-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .3s;
}

.header-bottom-wrapper .logo img {
  max-width: 75%;
  z-index: 6;
  position: relative;
  padding: .5rem 0;
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  background-color: white;
}





button.green-btn {
  background: var(--color2);
  font-weight: 500;
  color: white;
  cursor: pointer;
  padding: 1rem;
  transition: all .3s;
  max-width: 230px;
  border-radius: 10px;
  font-size: 18px;
  border: var(--color1);
  text-align: center;
}

button.green-btn:hover {
  background: var(--color3);
}

ul.header-menu li {
  color: var(--color1);
  transition: all .3s;
  flex-direction: column;
  display: flex;
  gap: .5rem;
}

ul.header-menu li:hover {
  color: var(--color3);
}

.mobile-menu .detail .header-wrapper {
  color: black;
}

.mobile-menu .detail {
  box-shadow: 0px 4px 30px rgba(204, 204, 204, 0.25);
  padding: 1rem 0;
}

.mobile-menu .detail .header-right .hamburger div {
  background: black;
}

.mobile-menu .header-wrapper {
  position: relative;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  color: white;
}

.mobile-menu .header-center ul {
  display: flex;
  gap: 2rem;
  font-size: 18px;
}

.mobile-menu .header-left img {
  width: 138px;
}


#toggle {
  display: none;
}

/**
  Hamburger
**/
.mobile-menu .header-right .hamburger {
  position: absolute;
  top: -1.5em;
  right: 0;
  cursor: pointer;
  width: 4em;
  height: 45px;
  z-index: 5;
}

.mobile-menu .header-right .hamburger div {
  position: relative;
  width: 2.4em;
  height: 3px;
  border-radius: 3px;
  background-color: white;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}

/**
Nav Styles
**/
.mobile-menu .header-right .nav {
  position: fixed;
  width: 70%;
  height: 100%;
  background-color: var(--color4);
  top: -100%;
  left: 0;
  right: 0;
  cursor: pointer;
  bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}

.mobile-menu .nav-wrapper {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  display: flex;
  justify-content: center;
}

.mobile-menu .header-right nav {
  /* display: flex; */
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  overflow: hidden;
  align-items: start;
  width: 100%;
  margin-left: 1rem;
}

.mobile-menu .header-right nav a {
  position: relative;
  text-decoration: none;
  color: white;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  transition: color 0.2s ease-in-out;
  color: var(--color3);
}

.mobile-menu .header-right nav a:before {
  content: '';
  height: 0;
  position: absolute;
  width: 0.25em;
  background-color: white;
  left: -0.5em;
  transition: all 0.2s ease-in-out;
}

.mobile-menu .header-right nav a:hover {
  color: var(--color3);
}

.mobile-menu .header-right nav a:hover:before {
  height: 100%;
}

/**
Animations
**/
#toggle:checked+.hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px;
}

#toggle:checked+.hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}

#toggle:checked+.hamburger .meat {
  transform: rotate(45deg);
  margin-top: -3px;
}

#toggle:checked+.hamburger+.nav {
  top: 0;
  transform: scale(1);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 25px;
}

.header-right {
  position: relative;
}

header.mobile-menu {
  background: var(--color4);
}

.nav-top img {
  width: 140px;
}

.header-right nav .mobil-w {
  display: flex;
  flex-direction: column;
}

header.mobile-menu {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  header.destkop {
    display: none;
  }

  header.mobile-menu {
    display: block;
  }
}

img.flags {
  scale: .7;
  left: 13rem;
  bottom: -2rem !important;
}

.seachlinks-box .bottom img {
  object-fit: contain;
}


.video-content {
  float: left;
  padding: 1rem;
}

.parallax .left {
  padding: 1rem 0;
}

.parallax .right {
  align-items: start;
  justify-content: start;
}

ul.header-menu li a:before {
  content: '';
  height: 2px;
  background-color: var(--color3);
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

ul.header-menu li a:hover:before {
  width: 100%;

}

ul.header-menu li a {
  width: 100%;
  position: relative;
}


.languagemenu {
  display: flex;
  margin: 0 auto;
  gap: .5rem;
}

.languagemenu a {
  float: none;
  /* display: table; */
  /* padding: 1em; */
  text-decoration: none;
}

.languagemenu img {
  display: inline;
  vertical-align: middle;
  border-radius: 50%;
  width: 25px;
}


.mouse-scroll__wrap {
  position: absolute;
  left: 50%;
  bottom: 4rem;
  transform: translateX(-50%);
  z-index: 299;
  width: 30px;
  height: 50px
}

.mouse-scroll__wrap:before,
.mouse-scroll__wrap:after {
  content: "";
  position: absolute;
  width: 2px;
  transform: translateX(-50%);
  left: 50%;
  top: 100%
}

.mouse-scroll__wrap:before {
  margin-top: 2rem;
  height: 2rem;
  background-color: #fff
}


.mouse-scroll {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 25px;
  cursor: pointer
}

.mouse-scroll:before {
  position: absolute;
  left: 50%;
  content: "";
  width: 4px;
  height: 8px;
  background-color: #fff;
  margin-left: -2px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: scroll
}

@keyframes scroll {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(26px)
  }

  100% {
    transform: translateY(0)
  }
}

header.destkop {
  position: relative;
  background: white;
  z-index: 999;
}

section.slider .mainSwiper img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  border-top-right-radius: 170px;
}

img.gif-2 {
  display: none;
}

/* ---- reset ---- */

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
  background-position: 50% 50%;
}

.slider canvas.particles-js-canvas-el {
  opacity: .5;
}

/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

section.slider {
  position: relative;
  width: 90vw;
  height: 92vh;
}

.fixed-social {
  display: flex;
  width: 10vw;
  float: right;
  justify-content: center;
  align-items: center;
  height: 90vh;
}

svg.icon {
  width: 30px;
  height: 30px;
  margin-bottom: .5rem;
  fill: #006580;
  padding-bottom: .5rem;
  transition: all ease 2s;
}

svg.icon:hover {
  fill: var(--color2);
  scale: 1.2;
}

.info .title {
  color: #183B56;
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 800;
}


.desc {




  /* or 118% */
  color: #183B56;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.link-border {
  display: inline-block;
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  color: black;
  padding: .75rem 1rem
}

.btn.link-border {
  border-width: 0;
  background-color: transparent;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  outline: 0
}

.link-border span {
  display: inline-flex;
  font-size: 18px;
  align-items: center;
  gap: 4px;
  position: relative;
  transition: all .3s .1s ease;
  transform: translateX(-1rem)
}

.link-border:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 100%;
  width: 100%;
  height: 8px;
  transition: height .3s ease;
  background-color: var(--color3);
}

.link-border__left {
  text-align: right
}

.link-border__left::after,
.link-border__left::before {
  left: auto;
  right: 0
}

.link-border__left span {
  transform: translateX(1rem)
}

.link-border:hover {
  text-decoration: none
}

.link-border:hover span {
  transform: translateX(0);
  color: #fff
}

.link-border:hover:before {
  height: 100%;
  transition: height .3s ease
}

a.links-box:hover .title {
  border-bottom: 1px solid white;
}

.d-none.d-lg-flex.block-media__direction {
  position: relative;
  gap: .5rem;
  cursor: pointer;
  z-index: 99;
  padding: 2rem 0;
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  width: 2rem;
  height: 2rem;
  font-size: 16px;
  margin-top: -1.5rem;
  z-index: 10;
  cursor: pointer;
  color: var(--color1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid var(--color1);
  border-radius: 50%
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #fff;
  background-color: var(--color1);
  border: 1px solid var(--color1);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  left: auto
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

a.special {
  border: 1px solid white;
  border-radius: 15px;
  padding: 8px;
}

.slider-info .wrapper {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.slider-info {
  position: absolute;
  bottom: 4%;
  z-index: 99;
  width: 100%;
  color: white;
}

.slider-info .bottom {
  display: flex;
  gap: 2rem;
  width: 50%;
  align-items: center;
}

.slider .swiper-button-next,
.slider .swiper-button-prev {
  color: white;
  border: 1px solid white;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  border: 1px solid var(--color1);
}

.links {
  background: var(--color4);
  width: 90vw;
  border-top-right-radius: 40px;
  position: relative;
  padding-left: 2rem;
}

a.links-box {
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
  text-align: center;
  transition: all .3s;
  z-index: 2;
  height: 100%;
}

a.links-box .title {
  border-bottom: 1px solid var(--color3);
  font-size: 20px;
  padding-bottom: .5rem;
  font-weight: 500;
  max-width: 100%;
  flex-grow: 1;
  color: white;
  text-align: start;
}

a.links-box i {
  display: flex;
  align-items: center;
  padding: .5rem;
  font-size: 24px;
}

.bg-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-links img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 40px;
}

a.links-box .desc {
  font-size: 16px;
  color: white;
}

a.links-box svg {
  height: 100%;
}

.links-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 100%;
  width: 100%;
  height: 0;
  transition: height .3s ease;
  background-color: var(--color3);
}

.links-box:hover:before {
  height: 102%;
  transition: height .3s ease;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  z-index: -1;
}

.links-box:hover.links-box svg path {
  fill: white;
}

.links .item1 {
  width: 20%;
}

.flag {
  background: #EBF5F6;
}

.flag img {
  max-width: 70%;
  margin-top: -2rem;
  z-index: 4;
}

.mx-2 {
  margin: 3rem 0;
}

.title {
  color: #183B56;
  font-size: 2.2rem;
  font-weight: 500;
}

.flag .desc {
  padding-right: 3rem;
}

.flag .left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.flag .right {
  display: flex;
  align-items: center;
  justify-content: center;
}

button.orange-btn {
  background: var(--color3);
  color: white;
  border-radius: 30px;
  max-width: 210px;
  padding: 1rem;
  cursor: pointer;
  transition: all ease .3s;
  font-size: 18px;
}

button.orange-btn:hover {
  background: var(--color4);
}

.video-details {
  aspect-ratio: 1.7777777778;
  max-width: 100%;
  max-height: 100%;

}

.video-details>.video-summary {
  list-style-type: none;
}

.video-details[open] .video-summary {
  display: none;
  width: 100%;
  height: 100%;
}

.video-summary::-webkit-details-marker,
.video-summary::marker {
  display: none;
  overflow: hidden;
  width: 0;
  color: transparent;
}

.youtube-video {
  aspect-ratio: 1.7777777778;
  width: 67vw;
  height: 100%;

}

.video-thumbnail {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  object-fit: cover;
  max-height: 585px;

}

.video-section {
  width: 100vw;
  height: 100%;
}

.video-section .wrapper {
  display: flex;
  height: 100%;
  width: 80%;
  background: var(--color4);
  border-top-left-radius: 210px;
  justify-content: end;
  float: right;
}

.video-man img {
  max-width: 91%;
  max-height: 585px;
}

.video-man {
  padding: 1rem;
  background: var(--color4);
}

.parallax .right img {
  max-width: 60%;
}

.parallax .right {
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 3;
}

.parallax .left {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  position: relative;
  z-index: 9;
}

section.parallax {
  position: relative;
  z-index: 3;
  width: 100%;
  clear: both;
  background: #EBF5F6;
}

.parallax-bg img {
  width: 100%;
  max-height: 100%;
}

.parallax-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 60vw;
  height: 100%;
  z-index: 1;
}

.section-title {
  color: #183B56;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.section-title span {
  color: #1290B1;
  margin-left: -.5rem;
}

.blog-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.blog-box .picture img {
  width: 100%;
  max-height: 330px;
  object-fit: cover;
}

.blog-box .next a {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid black;
  justify-content: center;
}

.blog-box .next a i {
  font-size: 12px;
}

.project {
  background: #005971;
  position: relative;
  z-index: 4;
}

.project-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.project-bg img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  opacity: .4;
}

.project-wrapper {
  position: relative;
  z-index: 6;
}

.section-title.white {
  color: white;
}

.section-title.white span {
  color: var(--color3);
}

.references {
  background: white;
}

.reference-box:hover {
  scale: 1.08;
}

.reference-box .picture img {
  display: flex;
  margin: auto;
  justify-content: center;
  max-width: 100px;
  align-items: center;
  height: 106px;
  object-fit: contain;
}

.reference-box {
  transition: all .3s ease;
  border-radius: 10px;
  background: #FFF;
  /* 1 */
  box-shadow: 0px 4px 49px 0px rgba(227, 227, 227, 0.25);
}

.parallax-footer .wrapper.right img {
  position: absolute;
}

section.parallax-footer {
  position: relative;
  width: 100%;
}

.parallax-footer .desc {
  position: absolute;
  padding: 10rem;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }

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

.pervane img {
  animation: animName 2s linear infinite;
}

:root {
  --accent-gray: #CECCCC;
}

.box-canvas {
  margin: auto;
  display: block;
  position: absolute;
  right: 28%;
  bottom: 0;
  top: -22%;
}

.pole {
  position: absolute;
  top: 153px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 252px;
  background: linear-gradient(to right, var(--accent-gray), white, var(--accent-gray));
}

.blade::after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 163px;
  height: 15px;
  background: linear-gradient(white, var(--accent-gray) 40%, white);
  clip-path: polygon(20% 0, 0% 100%, 100% 100%);
}

.blade {
  position: absolute;
  width: 20px;
  height: 10px;
  background: white;
}

.blade.one {
  top: 140px;
  left: 305px;
}

.blade.two {
  top: 150px;
  left: 275px;
  transform: rotate(120deg);
}

.blade.three {
  transform: rotate(240deg);
  top: 120px;
  left: 290px;
}

.blade-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  animation: rotateBlades 5s infinite linear;
}

.blade-wrapper::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background: radial-gradient(white, var(--accent-gray));
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: 125px;
}

@keyframes rotateBlades {
  0% {
    transform: translateX(-50%);
    transform-origin: 50% 140px;
  }

  100% {
    transform: translateX(-50%) rotate(360deg);
    transform-origin: 50% 140px;
  }
}

.box-canvas-2 {
  margin: auto;
  display: block;
  position: absolute;
  right: 54%;
  bottom: 0;
  top: 5%;
  z-index: -1;
}

.box-canvas-2 .pole {
  height: 168px;
}

.footer-destkop .item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-destkop {
  background: #F4F8F9;
}

.footer-bottom .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-destkop .title {
  width: 60%;
  font-size: 20px;
  font-weight: 800;
}

ul.footer-menu {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  font-size: 16px;
  font-weight: 350;
}

ul.footer-menu a {
  transition: all .3s;
  color: black;
  display: flex;
  align-items: center;
  gap: .5rem;
}

ul.footer-menu a:hover {
  color: var(--color2);
}

.footer-destkop .logo img {
  width: 230px;
}

ul.social i:hover {
  color: var(--color2);
}

ul.social i {
  transition: all ease .3s;
  color: black;
  font-size: 24px;
}

ul.footer-menu a i {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom {
  background: white;
  padding: 1rem;
}

.copy {
  font-size: 14px;
  font-weight: 350;
}

.mountain {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
}

.mountain img {
  max-width: 100%;
  height: 100%;
}

.project-links-wrap {
  position: relative;
  z-index: 99;
}

.project .filter-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 0;
}

.project .filter-section ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}

.project .filter-section ul li {
  color: white;
  display: flex;
  cursor: pointer;
  border-radius: 30px;
  border: 1.5px solid white;
  min-width: 120px;
  font-size: 18px;
  font-weight: 500;
  padding: .5rem 1rem;
  align-items: center;
  transition: all .3s ease;
  justify-content: center;
}

.project .filter-section ul li.active {
  background: var(--color3);
  border: 1px solid var(--color3);
}

.products {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 100%;
}

.products>div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  text-transform: capitalize;
}

.product-box img {
  width: 100%;
  border-radius: 30px;
}

.project .filter-section ul li:hover {
  background: var(--color2);
  border: 1.5px solid var(--color2);
}

.project-links-wrap .swiper-button-next,
.project-links-wrap .swiper-button-prev {
  color: white;
  border: 1px solid white;
}

.scroll-products {
  width: 100%;
  overflow: auto;
  height: 250px;
  position: relative;
  z-index: 3;
  padding-right: 2rem;
}

.scroll-products::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.scroll-products::-webkit-scrollbar-track {
  border-radius: 10px;
  width: 5px;
  background-color: white;
}

.scroll-products::-webkit-scrollbar-thumb {
  background: var(--color3);
  border-radius: 10px;
}

.scroll-products::-webkit-scrollbar-thumb:hover {
  background: var(--color2);
}

.seachlinks-box {
  display: flex;
  gap: 1rem;
  color: white;
  background: #015f7c;
  height: 100%;
  transition: all .3s ease;
  border-radius: 20px;
  min-height: 203px;
  padding: 3rem;
  position: relative;
  z-index: -1;
}

.seachlinks-box .left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 3;
}

.seachlinks-box .left .title {
  color: white;
}

.link-border.white {
  color: white;
  font-weight: 350;
  max-width: 180px;
}

.link-border.white:before {
  height: 0;
}

.link-border.white:hover:before {
  height: 100%;
}

.search-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: .5;
}

.seachlinks-box .left .bottom img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  height: 104%;
  z-index: 9;
}

.seachlinks-box .left .desc {
  max-width: 60%;
}

.seachlinks-box:hover {
  background: var(--color2);
}

form {
  padding: 2rem 0;
}

form .item1 input {
  margin-bottom: 0.5rem;
  padding: 1rem;
  outline: none;
  width: 100%;
  border-radius: 5px;
  border: 0.5px solid #2A3041;
  background: #FFF;
}

form.title {
  font-size: 30px;
  line-height: 47px;
  color: white;
  font-weight: 600;
}

form .desc {
  font-size: 14px;
  margin-bottom: 0.5rem;
  color: white;
}

form.item1 {
  padding: 5px;
}

form .check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0px 1rem;
  font-size: 14px;
}

form.check a {
  color: var(--color2);
  font-weight: 600;
}

form {
  position: relative;
}

form .subdesc {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  text-align: center;
}

form .subdesc a {
  color: var(--color2);
  text-decoration: underline;
  font-weight: 600;
}

form select {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.5rem;
  padding: 1rem;
  outline: none;
  -webkit-appearance: none;
}

.sec-wrap .title {
  text-align: center;
  width: 100%;
  margin: auto;
  color: #2E2E2E;
}

.sec-wrap .desc {
  text-align: center;
  width: 100%;
  margin: auto;
}

textarea {
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 1rem;
  outline: none;
  border-radius: 5px;
  border: 0.5px solid #2A3041;
  background: #FFF;
}

form button.green-btn {
  width: 100%;
  margin: 0 1rem;
}

.adrees-info .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.adrees-info .item .title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  /* 133.333% */
}

.adrees-info .item .desc {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  font-size: 18px;
  color: var(--color2);
}

.pagination a {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DEE2E6;
}

.pagination .active {
  background: var(--color2);
  color: white;
  border: 1px solid var(--color2);
}

.mb {
  margin-bottom: 2rem;
}

.content figure img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 1rem;
}

.content p {
  margin: auto;



  /* or 120% */
  color: #183B56;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.bg-2 {
  background-color: #EBF5F6;
}

.content .picture {
  display: flex;
  gap: 1rem;
}

.content .picture img {
  width: 100%;
  height: 100%;
}

.about img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about {
  position: relative;
}

.about .mouse-scroll__wrap {
  left: 12%;
  bottom: 10rem;
}

.about .mouse-scroll__wrap:before {
  height: 8rem;
  background: var(--color3);
}

.about .mouse-scroll {
  border: 2px solid var(--color2);
}

.about .mouse-scroll:before {
  background: var(--color2);
}

.service-slider img {
  width: 100vw;
  height: 90vh;
  object-fit: cover;
}

.service-slider {
  position: relative;
}

.service-slider .mouse-scroll__wrap {
  left: 90%;
  bottom: 10rem;
}

.service-slider .mouse-scroll__wrap:before {
  height: 8rem;
  background: var(--color3);
}

.subtitle {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  /* or 108% */
  letter-spacing: -0.03em;
  border-bottom: 1px solid var(--color3);
  display: inline;
  padding-bottom: 1rem;
  max-width: 60%;
}

.service-detail .wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page {
  position: relative;
  width: 100%;
  height: 100%;
}

.page .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  height: 100%;
}


.page .wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 10rem;
}

.page .wrapper .picture img {
  max-width: 100%;
  height: 100%;
}

img.bg-logos {
  position: absolute;
  right: 0;
  height: 100%;
  bottom: 0;
  z-index: 2;
  max-width: 430px;
}

img.cv-men {
  position: relative;
  width: 100%;
  z-index: 2;
  max-width: 385px;
  bottom: 0;
  right: 18%;
  padding-top: 4.5rem;
}

img.catalog {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  bottom: 0;
  right: 0%;
}

.page form {
  width: 65%;
}

.wrapper .file-chooser+.file-chooser {
  margin-top: 20px;
}

/****************************** FILE CHOOSER CSS ******************************/
.file-chooser {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  font-size: 1rem;
  width: 100% !important;
  padding: 0;
}

.file-chooser * {
  box-sizing: inherit;
}

.file-chooser .file-chooser-input {
  border-right: none;
  font-size: inherit;
  cursor: default;
  white-space: pre;
  text-overflow: ellipsis;
  margin-bottom: 0.5rem;
  outline: none;
  width: 100%;
  padding: 1rem;
  border-radius: 5px;
  border: 0.5px solid #2A3041;
  background: #FFF;
}

.file-chooser:after {
  content: url(/assets/images/arrow.svg);
  position: absolute;
  top: 4px;
  right: 0;
  padding: 8px 10px;
  border: none;
  border-radius: 0 2px 2px 0;
  color: #767676;
  font-size: inherit;
  cursor: pointer;
  transition: background 0.25s;
}

.file-chooser .file-chooser-clear {
  position: absolute;
  right: 80px;
  background: none;
  border: none;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  transition: color 0.25s, opacity 0.25s;
}

.file-chooser .file-chooser-clear:after {
  content: '\00D7';
  font-size: 1.2rem;
  color: black;
}

.file-chooser .file-chooser-clear:hover {
  color: red;
}

.file-chooser:hover .file-chooser-clear {
  opacity: 1;
}

.file-chooser .file-chooser-hidden {
  display: none;
}

.page form button.green-btn {
  width: 100%;
  margin: 1rem;
}

.down {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.down a {
  margin-bottom: 0.5rem;
  padding: 1rem;
  outline: none;
  color: #75757594;
  font-weight: 350;
  width: 40%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  border: 0.5px solid #2A3041;
  background: #FFF;
}

.down a i {
  color: var(--color2);
  font-size: 26px;
}

.fixed-contact {
  display: inline-flex;
  flex-direction: column;
  position: fixed;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  color: #fff;
  background-color: #bcb164;
  border-radius: 50%;
  height: 6rem;
  width: 6rem;
  z-index: 499;
  overflow: hidden
}

.fixed-contact .lets-you__toggler {
  border-radius: 50%;
  color: inherit
}

.fixed-contact .lets-you__item {
  padding: 0.5rem;
  border-radius: 50%;
  height: 6rem;
  width: 7rem;
}

.fixed-contact:hover {
  color: #fff;
  background-color: #bcb164
}

.fancybox {
  position: relative;
  display: block
}

.concept-item .fancybox .overlay {
  opacity: 1;
  visibility: visible;
  background-color: transparent
}

.concept-item .fancybox .overlay:hover {
  background-color: rgba(0, 0, 0, 0.5)
}

.popup-modal {
  max-width: 1300px;
  background-color: transparent;
  padding: 0
}

.popup-modal .fancybox-button {
  display: flex;
  align-items: center;
  justify-content: center
}


.popup-modal .fancybox-button svg {
  width: 2rem;
  height: 2rem
}

.popup-modal__body {
  padding: 1rem;
  background-color: #fff
}

.popup-modal__body .help-block {
  display: none !important
}

.quick-contact__content {
  margin: 0 auto;
  max-width: 400px
}

.quick-contact__phone {
  color: #002e43
}

.quick-contact__phone a {
  font-size: 1.75rem;
  display: block;
  font-weight: 800
}

.quick-contact__phone a:hover {
  text-decoration: none
}

.quick-contact__btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 3rem
}

.concept-item__slide {
  display: flex;
  height: auto
}

.concept-item {
  display: flex;
  align-items: center;
  height: auto;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  z-index: 2;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.concept-item__media {
  position: relative;
  padding: 0;
  width: 100%
}

.concept-item__body {
  width: 100%;
  position: relative;
  z-index: -1;
}

.concept-item__content {
  padding: 1.5rem 1rem 5rem 1rem;
  background-color: #e6f4f2;
  width: 100%;
}

.concept-item__text {
  margin-bottom: 2.5rem;
}

.concept-item__abstract {
  font-weight: normal;
  opacity: .1 !important;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: -1.25rem;
  margin-left: -1rem
}

.concept-item__direction {
  display: inline-flex;
  position: absolute;
  left: 3.5rem;
  bottom: 2.25rem;
  z-index: 9
}

.concept-item__direction .btn-swiper {
  position: static;
  left: auto;
  right: auto;
  margin-top: 0;
  margin-right: 1rem
}

#open-btn {
  position: fixed;
  top: 50%;
  cursor: pointer;
  left: 1%;
  width: 50px;
  height: 50px;
  background: var(--color3);
  color: white;
  transition: .5s;
  font-size: 26px;
  border-radius: 50%;
  z-index: 999;
  margin: auto;
}

#open-btn:hover {
  background-color: var(--color4);
  color: whşte;
}

#modal {
  background-color: white;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  border-radius: 10px;
  animation-name: animateModal;
  animation-duration: .4s;
  z-index: 9;
}

#close-btn {
  font-size: 34px;
  position: absolute;
  top: 1%;
  right: 1%;
  color: var(--color3);
  margin: auto;
}

#close-btn:hover {
  cursor: pointer;
  color: var(--color2);
}

#modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background-color: rgb(0 0 0 / 62%);
}

#particles-js2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
  background-position: 50% 50%;
}

img.flags {
  width: 240px;
  object-fit: contain;
  bottom: -3rem !important;
  height: 100% !important;
  overflow-y: hidden;
  justify-content: end;
}

/**Typeo CSS Start**/

img {
  max-width: 100%;
}

/**Typeo CSS End**/
.video-custom {
  position: relative;
}

.video-custom .poster-img {
  display: block;
  border-top-left-radius: 150px;
  max-height: 100%;
}

.video-custom video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  height: 100%;
  display: block;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  border-top-left-radius: 150px;
  object-fit: cover;
}

.video-custom .play-btn,
.video-custom .pause-btn {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 3;
  cursor: pointer;
  transition: 0.5s all;
  overflow: hidden;
}

.video-custom .pause-btn {
  display: none;
}

.video-custom .play-btn i {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 18px solid #016580;
  border-right: 0;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
}

.pause-btn i {
  position: absolute;
  left: -3px;
  right: 0px;
  bottom: 0px;
  top: 2px;
  margin: auto;
  width: 16px;
  height: 24px;
  flex-flow: row wrap;
}

.pause-btn i:before {
  content: '';
  width: 4px;
  height: 100%;
  background-color: #000;
  display: inline-block;
}

.pause-btn i:after {
  content: '';
  width: 4px;
  height: 100%;
  margin-left: 8px;
  background-color: #000;
  display: inline-block;
}

.playvideo .video-custom img {
  opacity: 0;
}

.playvideo .video-custom video {
  opacity: 1;
}

.video-custom .vplay {
  display: none;
}

.video-custom:hover .vplay+.pause-btn {
  display: block;
}

/***Volume Control***/
html:not(.playvideo) .sound-ctrl {
  display: none;
}

.sound-ctrl {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 5px;
  cursor: pointer;
}

.sound-ctrl .on-button {
  display: none;
}

.sound-ctrl img {
  opacity: 0;
}

.sound-ctrl .off-button,
.sound-ctrl .on-button {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 0px;
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0px;
  cursor: pointer;
}

.soundctrlshow .on-button {
  display: block;
}

.soundctrlshow .off-button {
  display: none;
}

.playvideo .video-custom .sound-ctrl img {
  opacity: 1;
}

.soundctrlshow .on-button:before {
  content: '';
  position: absolute;
  left: 12px;
  top: -5px;
  z-index: 10;
  width: 3px;
  height: 32px;
  background-color: #fff;
  transform: rotate(45deg);
}

.video-men {
  /* background: var(--color4); */
  max-width: 100%;
}

.video-men img {
  width: 100%;
  height: 100%;
  padding: 1rem;
  animation: ball 4s ease-in-out 1s infinite alternate both;
}

/* Modal Animation */

@keyframes animateModal {

  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 50%;
    opacity: 1;
  }
}

section.slider .gif {
  position: relative;
  top: 1%;
  z-index: 123;
  left: -3%;
  width: 100%;
}

section.slider .gif .transparent-video {
  max-width: 104%;
}


img.catalog2 {
  height: 90%;
  width: 233px;
  object-fit: contain;
  right: -5% !important;
  bottom: -23% !important;
}

.blog-box .picture img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.blog-box .picture:hover img {
  opacity: .7;
}

.mobile-menu .nav-bottom i {
  color: white;
}

.smalltitle {
  color: #183B56;
  font-size: 1.4rem;
  font-weight: 600;
}

.video-content {
  float: right;
  clear: both;
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  width: 80%;
}

.bot::before {
  height: 0 !important;
  color: #1290B1 !important;
}

.bot:hover span {
  color: var(--color3) !important;
}

.blog-date {
  color: #47A9B4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

a.link-border.bot {
  color: #47A9B4;
  padding: 0 1rem !important;
}

.link-border span i {
  font-size: 20px;
}

.product-swiper-pagination {
  text-align: center;
}

section.bread-slider img {
  max-height: 370px;
  width: 100vw;
  object-fit: cover;
}

.contact-desc {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  border-radius: 5px;
  background: #F8F8F8;
  padding: 1rem;
}

.item iframe {
  border-radius: 5px;
}

section.adrees-info .wrapper {
  display: flex;
  justify-content: space-between;
}

.items-w {
  gap: 1rem;
  display: flex;
  align-items: center;
}

.items-w i {
  font-size: 37px;
  color: var(--color2);
}

.certificate {
  background: #EBF5F6;
}

section.references.content img {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 49px 0px rgba(227, 227, 227, 0.25);
  width: 100%;
  padding: 4rem;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.policy .active {
  color: var(--color3);
}

.policy .filter {
  display: none;
}

.policy .filter.block {
  display: block;
}

.policy .filtered {
  display: none;
}

.policy .filtered.block {
  display: block;
}

.policy ul.websites.filters {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  color: #183B56;
}

.policy ul.websites.filters li {
  padding: .5rem 0;
  letter-spacing: 0.05rem;
}

.policy ul.websites.filters li a {
  display: flex;
  align-items: center;
}

.value-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem;
  gap: .5rem;
  background: var(--color2);
  border-radius: 10px;
  color: white;
  font-size: 18px;
  transition: all .3s ease;
  font-weight: 600;
  margin: 1rem .5rem;
}

.val-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.val-bg img {
  width: 100%;
  height: 100%;
  opacity: .5;
}

.value-btn span {
  position: relative;
  z-index: 3;
}

.value-btn:hover {
  background: var(--color3);
}

.value-btn i {
  font-size: 22px;
}

.values-btn.wrapper {
  display: inline-block;
}

hr {
  height: 1px;
  border: none;
  background: #006580;
  margin-bottom: 2rem;
}

ul.blog-detail-social {
  display: flex;
  gap: 1rem;
  font-size: 20px;
  color: #445B78;
}

ul.blog-detail-social li {
  padding: 1rem;
  width: 30px;
  height: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(68, 91, 120, 0.15);
}

.send-to {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: 2rem 0;
}

.service-detail .desc {
  font-weight: 300;
}

.service-links ul {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.service-links ul li a {
  display: flex;
  gap: .5rem;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
  color: #183B56;
  transition: all .3s ease;
}

.service-links ul li a i {
  color: var(--color2);
}

.service-links ul li a:hover {
  color: var(--color3);
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}

.img-wrapper img {
  width: 100%;
  height: 268px;
  object-fit: cover;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: var(--color2);
  font-size: 3em;
  background: white;
  border-radius: 50%;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

.gallery-bg {
  background: var(--color4);
  width: 80%;
  position: relative;
  height: 100%;
}

.gallery-bg img {
  width: 100%;
  height: 100%;
  opacity: .5;
}

#gallery .title {
  color: white;
  position: relative;
}

section#gallery {
  margin-bottom: 2rem;
}

.service-list li {
  list-style: disc;
  margin-left: 1rem;
  color: #183B56;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.mt {
  margin-top: -20%;
}

.service-detail .smalltitle {
  font-weight: 500;
}

li.subli a {
  margin-left: 2rem;
  font-size: 16px !important;
}

.project-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.project-box img {
  max-width: 308px;
}

.project-box .desc {
  display: flex;
  gap: .5rem;
  font-size: 16px;
}

.project-box .desc i {
  color: var(--color2);
}

.project-box img:hover {
  filter: blur(1px);
}



.project-box:hover .desc {
  color: var(--color3);
}

ul.project-list {
  display: flex !important;
  flex-direction: row;
  gap: 3rem;
}

ul.detail-list {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  color: #183B56;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.sub-menu .policy ul.websites.filters {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
}

.sub-menu .navLink.active {
  color: #183B56;
}

.sub-menu .navLink.active i {
  color: var(--color3);
}

.sub-menu .policy-right ul {
  flex-direction: column;
  gap: 1rem;
}

.sub-menu .policy-right ul li {
  font-size: 15px;
  font-weight: 300;
}

.sub-menu .policy-right ul li i {
  color: var(--color3);
}





nav {
  display: flex;
  align-items: center;
}

nav #mobil-w {
  margin: 0;
  padding: 0;
  width: 100%;
}

nav #mobil-w .menu-item-has-children {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

nav #mobil-w .menu-item-has-children>a {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 40px;
}

nav #mobil-w .mesmo>a:after {
  content: "▼";
  float: right;
  margin-right: 20px;
  font-size: 8px;
}

nav #toggle .mesmo .sub-menu {
  margin: 0;
  padding: 10px 0;
  background-color: #313131;
}

nav #toggle .mesmo .sub-menu li {
  list-style-type: none;
}

nav #toggle .mesmo .sub-menu li a {
  display: block;
  color: white;
  font-size: 14px;
  text-decoration: none;
  padding-left: 30px;
  line-height: 40px;
}

nav #toggle .mesmo .sub-menu li a:hover {
  color: yellow;
  background-color: #383838;
}

ul.mobile-sub-menu li i {
  font-size: 10px;
  margin-left: 2px;
  margin-right: 4px;
}

.falcon img {
  width: 132px;
  padding: 0 .5rem;
}

ul.websites.filterss {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  color: #183B56;
}

ul.websites.filterss li a {
  display: flex;
  gap: .5rem;
}

.falcon p {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.sliders-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.sliders-bg img {
  height: 92vh;
  object-fit: cover;
  border-top-right-radius: 170px;
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .filter-section ul {
    flex-wrap: nowrap;
    gap: .2rem !important;
  }

  .falcon p {
    font-size: 7px;
  }

  br {
    display: none;
  }

  .video-men.fadeInRight.wow.delay-1s {
    display: none;
  }

  .links {
    width: 100%;
    padding-left: 0rem;
  }

  .video-content {
    width: 100%;
    padding: 1rem;
  }

  .links-box:hover:before {
    display: none;
  }

  section.slider .gif video {
    display: none;
    width: 100%;
  }

  .desc {
    font-size: 16px;
  }

  .copy {
    font-size: 13px;
  }

  .falcon {
    font-size: 12px;
  }

  section.parallax-footer {
    display: none;
  }

  .video-section .wrapper {
    width: 100%;
  }

  .video-custom .poster-img {
    border-top-left-radius: 30px;
  }

  .video-custom video {
    border-top-left-radius: 30px;
  }

  .slider-info .bottom {
    display: none;
  }

  section.slider .mainSwiper img {
    height: 67vh;
    border-top-right-radius: 120px;
  }

  .fixed-social {
    height: 46vh;
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: 15%;
  }

  svg.icon {
    width: 30px;
    height: 30px;
    margin-bottom: .5rem;
    fill: white;
  }


  .info .title {
    font-size: 26px;
    max-width: 100%;
    line-height: 22px;
  }

  .footer-bottom .wrapper {
    flex-direction: column;
    gap: 1rem;
    justify-content: start;
    align-items: start;
  }

  .mb {
    margin-bottom: 1rem;
  }

  .links .item1 {
    width: 100%;
    border-bottom: 1px solid white;
  }

  .p10 {
    padding: 1rem 0;
  }

  .title {
    font-size: 30px;
    font-weight: 600;
    max-width: 100%;
    line-height: 30px;
    padding-top: 1rem;
  }

  .flag .desc {
    text-align: start;
  }

  .parallax-bg {}

  .section-title {
    font-size: 26px;
  }

  .filter-section ul li {
    min-width: 160px;
  }

  .scroll-products {
    height: 525px;
  }

  .d-none {
    display: block !important;
  }

  .d-none.d-lg-flex.block-media__direction {
    padding: 1rem 0;
  }

  .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }



  .seachlinks-box {
    height: 100%;
    padding: 0;
    max-height: 230px;
  }

  img.catalog2 {
    right: -11% !important;
    bottom: -18px !important;
    scale: .8;
  }

  .seachlinks-box .left {
    gap: 0;
    padding: .5rem;
  }

  section.slider {
    width: 100vw;
  }

  section.slider .gif {
    top: 40%;
    left: -58%;
    width: 195%;
    margin-top: 30%;

  }

  .footer-destkop .item {
    padding: 0 1rem;
  }

  .video-thumbnail {
    max-height: 655px;
  }

  .content p {
    max-width: 100%;
    font-size: 18px;
    line-height: 22px;
  }

  .content .picture {
    flex-direction: column;
  }

  .blog-box {
    padding: 1rem;
  }

  .page .wrapper {
    padding-bottom: 1rem;
  }

  .down a {
    width: 100%;
  }

  .page .bg {
    position: relative;
  }

  img.gif-2 {
    display: block;
    height: 376px !important;
    object-fit: cover !important;
    position: relative;
  }

  .page {
    display: flex;
    flex-direction: column-reverse;
  }

  .page form {
    width: 100%;
  }

  .adrees-info .item .desc {
    text-align: center;
  }

  .service-slider img {
    height: 35vh;
  }

  .service-slider .mouse-scroll__wrap {
    bottom: 5rem;
  }

  .service-slider .mouse-scroll__wrap:before {
    height: 3rem;
  }

  form.iletisim-form .desc {
    display: none;
  }

  textarea {
    max-height: 120px;
  }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
  .filter-section ul {
    flex-wrap: wrap;
  }

  section.parallax-footer {
    display: none;
  }

  .slider-info {
    display: none;
  }

  img.gif-2 {
    /* display: block; */
    height: 400px !important;
    object-fit: cover !important;
  }

  section.slider .mainSwiper img {
    height: 67vh;
    border-top-right-radius: 120px;
  }

  .fixed-social {
    height: 46vh;
    position: absolute;
    z-index: 999;
  }

  svg.icon {
    width: 30px;
    height: 30px;
    margin-bottom: .5rem;
  }


  .info .title {
    font-size: 26px;
    max-width: 100%;
    line-height: 22px;
  }

  .mb {
    margin-bottom: 2rem;
  }

  .links .item1 {
    width: 100%;
    border-bottom: 1px solid white;
  }

  .p10 {
    padding: 1rem 0;
  }

  .title {
    font-size: 30px;
    font-weight: 600;
    max-width: 100%;
    line-height: 30px;
    padding-top: 1rem;
  }

  .flag .desc {
    text-align: start;
  }

  .parallax-bg {
    top: 57%;
  }

  .section-title {
    font-size: 34px;
  }

  .filter-section ul li {
    min-width: 160px;
  }

  .scroll-products {
    height: 525px;
  }

  .d-none {
    display: block !important;
  }

  .d-none.d-lg-flex.block-media__direction {
    padding: 1rem 0;
  }

  .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .seachlinks-box .left .bottom img {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .seachlinks-box {
    height: 100%;
    padding: 0;
  }

  img.catalog2 {
    right: 0% !important;
    bottom: 0 !important;
  }

  .seachlinks-box .left {
    gap: 0;
  }

  section.slider {
    width: 100vw;
  }

  .video-section .wrapper {
    width: 100%;
  }

  section.slider .gif {
    top: 50%;
    left: 12%;
  }

  .footer-destkop .item {
    padding: 1rem;
  }

  .video-thumbnail {
    max-height: 655px;
  }

  .video-custom .poster-img {
    border-top-left-radius: 30px;
  }

  .video-custom video {
    border-top-left-radius: 30px;
  }

  .content p {
    max-width: 100%;
    font-size: 18px;
    line-height: 22px;
  }

  .content .picture {
    flex-direction: column;
  }

  .blog-box {
    padding: 1rem;
  }

  .page .wrapper {
    padding-bottom: 1rem;
  }

  .down a {
    width: 100%;
  }

  .page .bg {
    position: relative;
  }

  .page {
    display: flex;
    flex-direction: column-reverse;
  }

  .page form {
    width: 100%;
  }

  .adrees-info .item .desc {
    text-align: center;
  }

  .service-slider img {
    height: 35vh;
  }

  .footer-bottom .wrapper {
    flex-direction: column;
    gap: 1rem;
  }

  .service-slider .mouse-scroll__wrap {
    bottom: 5rem;
  }

  .service-slider .mouse-scroll__wrap:before {
    height: 3rem;
  }

  form.iletisim-form .desc {
    display: none;
  }

  textarea {
    max-height: 120px;
  }
}

@keyframes ball {
  100% {
    transform: translateX(50px);
  }
}