:root {
  --mail-color: #06469f;
}

.site-logo {
  width: auto;
  height: 46px;
  background: none;
}

.site-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.text-white {
  color: #fff;
}

.hero--home .site-container h1 {
  line-height: 95%;
}

.text-danger {
  color: red;
}

.font-size-42 {
  font-size: 2.6rem;
}

.text-center {
  text-align: center;
}

.sponsor_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 24px;
}

.sponsor_grid img {
  position: relative;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
  cursor: pointer;
}

.sponsor_grid img:hover {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
}

.sponsor_grid li {
  list-style: none !important;
}

.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bg-white {
  background-color: #fff;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero:before {
  top: 0;
  left: 0;
  background-image: url(../../asset/img/shape/scroller-gradient-top.webp);
}

.hero:after {
  bottom: 0;
  right: 0;
  background-image: url(../../asset/img/shape/scroller-gradient-bottom.webp);
}

.hero__triple-media-new .hero__video.video_1 {
  top: 100px;
}
.mobil-active {
  display: none;
}

.h2,
.h3,
.h4,
h2,
h3,
h4 {
  line-height: normal;
}

.site-header__navigation__menu li > .sub-menu .sub-menu__menu li a {
  text-transform: capitalize;
}

.site-header__navigation__menu li > .sub-menu .sub-menu__menu li {
  margin: 0 0 16px 0;
  max-width: 100%;
}

.orther-page-hero {
  min-height: unset;
  margin-bottom: unset;
}

.orther-page-hero .site-container {
  padding-top: 165px;
  padding-bottom: 86px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.orther-page-hero .hero__hero-text-container {
  max-width: unset;
  align-self: flex-start;
}

.py-60 {
  padding: 60px 0;
}

.category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}

.mb-3 {
  margin-bottom: 16px !important;
}

.d-card--standard figure {
  height: 420px;
  position: relative;
}

input,
select,
textarea {
  height: 40px;
  border: solid 1px #f0f0f0;
  background: #f0f0f0;
  color: #0d0d0d;
  font-family: Marche, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 0 16px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  box-shadow: none;
  letter-spacing: 0.5px;
  outline-color: #9420ff;
}
.hero__image .play-video,
.d-card--standard .play-video {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: #ce032d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.size-6 {
  width: 24px;
  height: 24px;
}

.fancybox__container {
  z-index: 9999999999999;
}

.ozellikler_col ul li svg {
  position: relative;
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
}

.ozellikler_col li {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.02rem;
  margin-bottom: 18px;
}

.icon-boxes img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}
.icon-boxes h6 {
  font-size: 1.5rem;
  margin-top: 16px;
  margin-bottom: 8px;
}

.icon-boxes p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.icon-boxes {
  place-items: center;
}

.hidden-faq {
  border-radius: 12px;
  background-color: #d2e5ffe7;
  color: #06469f;
  display: inline-block;
  cursor: pointer;
  background-image: none;
}

.hidden-faq.slide {
  background-color: #ffd5d5dc;
  color: #e31010;
}

.hidden-faq i {
  position: relative;
  transform: translateY(6px);
}

.hero__image .fancy-video-container {
  display: block;
  width: 200%;
  position: absolute;
  right: 0;
  height: 100%;
  max-height: 80vh;
  overflow: hidden;
}

.hero__image .fancy-video-container iframe {
  transform: scale(1.35);
  -webkit-transform: scale(1.35);
  -moz-transform: scale(1.35);
  -ms-transform: scale(1.35);
  -o-transform: scale(1.35);
}
@media screen and (max-width: 767px) {
  .hero {
    background-size: 100% 100%;
    background-image: url(../../asset/img/shape/mobilshapehero.png);
  }
  .orther-page-hero .site-container {
    padding-top: 110px;
    padding-bottom: 45px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .category-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .case-study-card div {
    padding: 14px;
  }
  .d-grid--2-m {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    gap: 14px;
  }

  .d-grid--2-m img {
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .d-card--standard figure {
    aspect-ratio: 3/4;
    width: 100%;
    height: auto;
  }
  .ozellikler_col {
    padding: 0 !important;
  }
  .ozellikler_col li {
    font-size: 1em;
  }
}

@media screen and (max-width: 540px) {
  .font-size-42 {
    font-size: 1.5rem;
  }
  .site-header__inner .get-an-offer-btn {
    display: none;
  }
  .mobil-active {
    display: block;
  }
  .mobil-disable {
    display: none !important;
  }
  .sponsor_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .alternating-text-blocks .button {
    transform: scale(0.8);
  }
  .site-header__navigation__menu li > .sub-menu .sub-menu__menu li a {
    color: #fff;
    font-size: 18px;
    display: block;
    line-height: 10px;
    opacity: 0.8;
  }
  .icon-boxes img {
    width: 64px;
    height: 64px;
  }
  .icon-boxes h6 {
    font-size: 1.2rem;
  }

  .icon-boxes p {
    font-size: 0.8rem;
  }
}
