.landing-header {
  height: 70px !important;
}


.bg-color-0 {
  background-color: #f8d7da;
}

/* Light Red */
.bg-color-1 {
  background-color: #d4edda;
}

/* Light Green */
.bg-color-2 {
  background-color: #cce5ff;
}

/* Light Blue */
.bg-color-3 {
  background-color: #fff3cd;
}

/* Light Yellow */
.bg-color-4 {
  background-color: #d1ecf1;
}

/* Light Cyan */
.bg-color-5 {
  background-color: #f2e9e1;
}

/* Light Brown */
.bg-color-6 {
  background-color: #d6d8d9;
}

/* Light Grey */
.bg-color-7 {
  background-color: #c3e6cb;
}

/* Light Teal */
.bg-color-8 {
  background-color: #e2e3e5;
}

/* Light Silver */
.bg-color-9 {
  background-color: #f8d7da;
}

/* Light Red */
.bg-color-10 {
  background-color: #d4edda;
}

/* Light Green */


.text-nav-arrow {
  color: #ffffff;
  transition: color 0.3s ease;
  /* Yumuşak geçiş efekti için */
}

.text-nav-arrow:hover {
  color: #1ab69d;
}


.text-green1 {color: #1ab69d!important;}
.text-hover-green1:hover {
  background-color: #1ab69d!important;
  color: #ffffff!important; 
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  -o-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}





.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  opacity: 1;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid #4d4d4d;
  border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #b3b3b3;
}

.owl-carousel .owl-dots .owl-dot.active:after {
  border-color: #fff;
}

.owl-carousel.home-slider {
  position: relative;
  height: 650px;
  z-index: 0;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 650px;
  position: relative;
  z-index: 0;
}

@media (max-width: 1199.98px) {
  .owl-carousel.home-slider .slider-item {
    background-position: center center !important;
  }
}

.owl-carousel.home-slider .slider-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: .3;
}

.owl-carousel.home-slider .slider-item .slider-text {
  height: 650px;
  position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text .text {
  z-index: 0;
  color: rgba(255, 255, 255, 0.9);
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 9vw;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 50px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  color: white;
  color: #f5e4c3;
  display: inline-block;
  position: relative;
  letter-spacing: 4px;
}

.owl-carousel.home-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .owl-carousel.home-slider .owl-nav .owl-prev,
  .owl-carousel.home-slider .owl-nav .owl-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .owl-carousel.home-slider .owl-nav .owl-prev span:before,
  .owl-carousel.home-slider .owl-nav .owl-next span:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
  color: #fff;
}

.owl-carousel.home-slider .owl-nav .owl-prev {
  left: 0;
  margin-left: 0;
}

.owl-carousel.home-slider .owl-nav .owl-next {
  right: 0;
  margin-right: 0;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
  margin-left: 50px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
  margin-right: 50px;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

@media (max-width: 767.98px) {
  .owl-carousel.home-slider .owl-dots {
    bottom: 80px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .owl-carousel.home-slider .owl-dots {
    bottom: 120px;
    margin-bottom: 10px;
  }
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  background: #fff;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.owl-nav span {
  font-size: 52px;
}

.owl-carousel-light .owl-item {
  animation: none !important;
  transition: none !important;
}


.bg-lg-transparent {
  background-color: #071437 !important;
}

@media (min-width: 992px) { /* 992px ve üzeri (desktop) için */
  .bg-lg-transparent {
      background-color: transparent !important;
  }
}


span.select2-dropdown.select2-dropdown--below
{
  background-color: #ffffff;
  border: 1px solid #e4e6ef;
}

.landing-header .menu .menu-link.active
{
  /* background-color:#1ab69d ;
  padding: 3px 10px!important;
  border-radius: 20px; */
  background-color: #1ab69d;
  /* font-weight: bold; */

}

.btn-success {
  background-color: #1ab69d!important; /* Orijinal renk */
  border-color: #1ab69d!important; /* Orijinal renk */
}

.btn.btn-success:hover:not(.btn-active) {
  background-color: #159c86!important; /* Hover durumunda renk */
  border-color: #159c86!important; /* Hover durumunda sınır rengi */
}

.menu-link {
  transition: background-color 0.3s ease, color 0.3s ease;
}


.custom-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); /* Metin gölgesi */
}

.wave-top-right{
  background: url('../images/shapes/wave1.png'); background-size:30%; background-repeat: no-repeat; background-position: right top; 
}

.wave-bottom-left {
  background: url('../images/shapes/wave.png'); background-size: 30%; background-repeat: no-repeat; background-position: bottom left;
 
}

.wave-top-left {
  background: url('../images/shapes/wave2.png'); background-size: 100%; background-repeat: no-repeat; background-position: right top; height: 300px;width: 300px;position: absolute!important;z-index: 2; top:0; 

  
}

@media only screen and (max-width: 600px) {
  .wave-top-right, .wave-bottom-left {background: none;}
  .wave-top-left {display: none;}
}


.gradient-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 500px; /* Ekran yüksekliği kadar olsun */
  position: relative;
}

.video-area {
  position: relative;
  z-index: 1;
}




.symbol {
  transition: all 0.3s ease;
}
.symbol:hover{transform: scale(1.05);transition: all 0.3s ease;}

@media only screen and (max-width: 600px) {
.symbol:hover{transform: scale(1);}
.demo-feature .inner .icon {
  height: 160px!important;
}
#title1{font-size: 14px!important;}
#title2{font-size: 12px!important;}
}


 @media only screen and (max-width: 575px) {
  .about-image-gallery .video-box {
    transform: scale(0.4)!important;
    top:-40px;
    right:-20px;

  }
  .about-image-gallery-section{
    padding: 0!important;
  }
}
.about-image-gallery .video-box {
  transform: scale(0.8)!important;
  right: -40px;
}

.about-image-gallery-section{
  padding: 40px 0 20px!important;
}  
.about-image-gallery .video-box {top:-30px!important}



.admin-why-choose-box-2.admin-features-box {
  box-shadow: var(--shadow-darker);
  padding: 0 50px 55px;
  border-radius: 5px 50px 5px 70px;
}
.admin-features-box {
  padding: 50px 30px;
  text-align: center;
  border-radius: 4px;
  box-shadow: var(--shadow-darker);
  background-color: var(--color-white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.admin-why-choose-box-2.admin-features-box.admin-color-extra08-style .icon {
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
}

.admin-why-choose-box-2.admin-features-box .icon {
  height: 90px;
  width: 90px;
  font-size: 44px;
  -webkit-transform: translateY(-55px);
  -ms-transform: translateY(-55px);
  transform: translateY(-55px);
  margin-top: 55px;
  margin-bottom: -20px;
  color: var(--color-white);
}

:root {
  --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
}

.admin-features-box .icon {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 28px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.social-share.icon-transparent {
  margin: 0 0!important;
  padding-left: 0!important;
  margin-top: 10px!important;
}
.social-share.icon-transparent li a {
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #b3b3b3;
}

.social-share li a {
  width: 42px;
  height: 42px;
  border: none!important;
}

@media only screen and (max-width: 600px) {
  .social-share li a {
    width: 40px;
    height: 40px;
  }
  }


.social-icon i {
  color: #181c32; /* F6S için beyaz renk */
}


.social-icon.a-socialicon-f6s:hover {
  background-color: #F16C4F;
}
.social-icon.a-socialicon-f6s:hover i {
  color: #FFFFFF; /* F6S için beyaz renk */
}

.social-icon.a-socialicon-facebook:hover {
  background-color: #1877F2;
}
.social-icon.a-socialicon-facebook:hover i {
  color: #FFFFFF; /* Facebook için beyaz renk */
}

.social-icon.a-socialicon-instagram:hover {
  background-color: #FCAF45;
}
.social-icon.a-socialicon-instagram:hover i {
  color: #ffffff; /* Instagram için turuncu tonlarında bir renk */
}

.social-icon.a-socialicon-linkedin:hover {
  background-color: #0077B5;
}
.social-icon.a-socialicon-linkedin:hover i {
  color: #FFFFFF; /* LinkedIn için beyaz renk */
}

.social-icon.a-socialicon-pinterest:hover {
  background-color: #E60023;
}
.social-icon.a-socialicon-pinterest:hover i {
  color: #FFFFFF; /* Pinterest için beyaz renk */
}

.social-icon.a-socialicon-telegram:hover {
  background-color: #0088CC;
}
.social-icon.a-socialicon-telegram:hover i {
  color: #FFFFFF; /* Telegram için beyaz renk */
}

.social-icon.a-socialicon-tiktok:hover {
  background-color: #69C9D0;
}
.social-icon.a-socialicon-tiktok:hover i {
  color: #EE1D52; /* TikTok için kırmızı tonlarında bir renk */
}

.social-icon.a-socialicon-twitch:hover {
  background-color: #9146FF;
}
.social-icon.a-socialicon-twitch:hover i {
  color: #FFFFFF; /* Twitch için beyaz renk */
}

.social-icon.a-socialicon-twitter-x:hover {
  background-color: #14171A;
  border: 1px solid #fff!important;
}
.social-icon.a-socialicon-twitter-x:hover i {
  color: #FFFFFF; /* Twitter-X için beyaz renk */
}

.social-icon.a-socialicon-youtube:hover {
  background-color: #FF0000;
}
.social-icon.a-socialicon-youtube:hover i {
  color: #FFFFFF; /* YouTube için beyaz renk */
}





.testimonial {
  position: relative;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}
.testimonial .image {
  height: 170px;
  width: 170px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 1px rgb(26, 182, 157), 0 0 1px #1ab69d, 0 0 1px #1ab69d;
  padding: 8px;                 /* Görsel etrafında beyaz çerçeve */
    background-color: white;      /* Beyaz arka plan, çerçeveyi oluşturur */
    border: 1px solid #e9e9e9;
}
.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.slide p {
  text-align: center;
  padding: 0 160px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.slide .quote-icon {
  font-size: 30px;
  color: #4070f4;
}
.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.details .name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.details .job {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
/* swiper button css */
.nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translateY(30px);
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #fff;
}
.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active {
  background-color: #4070f4;
}
@media screen and (max-width: 768px) {
  .slide p {
    padding: 0 20px;
  }
  .nav-btn {
    display: none;
  }
}


.brand-grid-wrap:after {

  height: 0px;

}
