 
  

.fill:hover,
.fill:focus {
  box-shadow: inset 0 0 0 2em var(--hover);
}

.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  box-shadow: 0 0 0 2em transparent;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.close:hover,
.close:focus {
  box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
}

.raise:hover,
.raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
}

.up:hover,
.up:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--hover);
}

.slide:hover,
.slide:focus {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.offset {
  box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color);
}
.offset:hover, .offset:focus {
  box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
}

.fill {
  --color: #a972cb;
  --hover: #cb72aa;
}

.pulse {
    --color: #D3AA5A;
    --hover: #a37824;
}

.close {
  --color: #ff7f82;
  --hover: #ffdc7f;
}

.raise {
  --color: #ffa260;
  --hover: #e5ff60;
}

.up {
  --color: #e4cb58;
  --hover: #94e458;
}

.slide {
  --color: #8fc866;
  --hover: #66c887;
}

.offset {
  --color: #19bc8b;
  --hover: #1973bc;
}
 


/*--------------------------
      Global Styles
---------------------------*/
body { 
  font-size: 15px;
  font-weight: 400;
  color: #000; 
  overflow-x:hidden; 
  font-family: "Overpass", sans-serif; 
 
   
}

#wrapper{
  background-color: #fff !important;
}


::selection {
  background-color: #422d05;
  color: #ffffff;
}

a {
  color: #000;
  transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
}

    a:hover {
        color: #009877;
        text-decoration: none;
    }

    #wrapper textarea {
  resize: none;
}

#wrapper .img-fluid{width: 100%;}
 
.wrapper-boxed {
  padding: 0 50px 50px 50px;
}
    

/* Margin  */
.m-0 {
  margin: 0 !important;
}

/*  margin Top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/* Margin Right */
.mr-0 {
  margin-right: 0 !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
  margin-left: 0 !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

/*  padding  */
.p-0 {
  padding: 0 !important;
}

/* padding Top */
.pt-0 {
  padding-top: 0 !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

/*  Padding Bottom */
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

/* padding Right */
.pr-0 {
  padding-right: 0 !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* padding Left */
.pl-0 {
  padding-left: 0 !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.vh-100 {
  height: 100vh !important;
}
 
.list-inline>li {
  display: inline-block;
}

.align-v {
  display: flex;
  align-items: center;
}

.align-v-h {
  display: flex;
  justify-content: center;
  align-items: center;
}

.font-secondary {
  font-family: "Poppins";
}

/* Mobile Phones */
@media only screen and (max-width: 575px) {
  .justify-content-xs-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .text-center-xs {
    text-align: center !important;
  }

  .text-left-xs {
    text-align: left !important;
  }

  .text-right-xs {
    text-align: right !important;
  }

  .pull-none-xs {
    float: none !important;
  }

  .mb-0-xs {
    margin-bottom: 0 !important;
  }

  .mb-20-xs {
    margin-bottom: 20px !important;
  }

  .mb-30-xs {
    margin-bottom: 30px !important;
  }

  .mb-50-xs {
    margin-bottom: 50px !important;
  }

  .mb-60-xs {
    margin-bottom: 60px !important;
  }

  .p-10-xs {
    padding: 10px !important;
  }
}

/* Tablets */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .text-center-sm {
    text-align: center !important;
  }

  .text-left-sm {
    text-align: left !important;
  }

  .text-right-sm {
    text-align: right !important;
  }

  .mb-0-sm {
    margin-bottom: 0 !important;
  }

  .mb-20-sm {
    margin-bottom: 20px !important;
  }

  .mb-30-sm {
    margin-bottom: 30px !important;
  }

  .mb-50-sm {
    margin-bottom: 50px !important;
  }

  .mb-60-sm {
    margin-bottom: 60px !important;
  }

  .p-0-sm {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .pb-15-sm {
    padding-bottom: 15px !important;
  }

  .pb-20-sm {
    padding-bottom: 20px !important;
  }

  .pb-30-sm {
    padding-bottom: 30px !important;
  }

  .pb-50-sm {
    padding-bottom: 50px !important;
  }

  .pb-60-sm {
    padding-bottom: 60px !important;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .text-center-xs-sm {
    text-align: center !important;
  }

  .inner-padding {
    padding: 50px 30px !important;
  }
}

/* Medium Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-padding {
    padding: 100px 50px !important;
  }
}

/*-------------------------
   Background & Colors
--------------------------*/
/* Colors */
.color-white {
  color: #ffffff !important;
}

.color-gray {
  color: #f9f9f9 !important;
}

.color-black {
  color: #000 !important;
}

.color-theme {
  color: #e6ae48 !important;
}

.color-heading {
  color: #222222 !important;
}

.color-body {
  color: #9b9b9b !important;
}

/* backgrounds */
.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-dark {
  background-color: #000 !important;
}

.bg-heading {
  background-color: #222222 !important;
}

.bg-theme {
  background-color: #e6ae48 !important;
}
 

.bg-dolby{
   background-image: url('/assets/images/all-ses_zone_bg.jpg'); 
    background-size: cover;
    background-position: center; 
}


.image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;  
}

    .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;  
    }
     

/*-------------------------
   Typography
--------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
  margin-bottom: 23px;
  line-height: 1 !important; letter-spacing:-4px !important;
}

p {
    font-size:18px;  
    font-family: "Overpass", sans-serif;font-weight:200
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}
     
 
 
 
 
/*--------------------
    Tabs
--------------------*/
.nav-tabs {
  border-bottom:0px solid #e6e6e6;
}

.nav-tabs .nav__link {
  display: block;
  padding: 10px;
  margin-right: 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #282828;
  margin-bottom: -2px;
}

.nav-tabs .nav__link:last-of-type {
  margin-right: 0;
}

.nav-tabs .nav__link.active {
  border-bottom: 2px solid #e6ae48;
  color: #e6ae48;
}

.tab-content {
  padding-top: 36px;
}

.tabs-2 .nav-tabs .nav__link {
  margin-bottom: 0;
}

.tabs-2 .nav-tabs .nav__link.active {
  border: none;
  background-color: #e6ae48;
  color: #ffffff;
}

.nav-split {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  z-index: 120;
}

.nav-split li a {
  width: 9px;
  height: 9px;
  background-color: #222222;
  border-radius: 50%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.nav-split li:last-child a {
  margin-bottom: 0;
}

.nav-split li.active a {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid #222222;
  margin-left: -1px;
}

.nav-split li.active a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #222222;
  transform: translate(-50%, -50%);
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {

  h1 {
    font-size: 42px;
  }
  
  h2 {
    font-size: 25px;
  }
  
  h3 {
    font-size: 20px;
  }
  
  h4 {
    font-size: 22px;
  }
  
  h5 {
    font-size: 14px;
  }
  
  h6 {
    font-size: 18px;
  }

  .nav-split {
    right: 10px;
  }
}
                   
/*----------------------
    Carousel
-----------------------*/
[data-nav="false"] .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-item img {
  width: 100%;
}

.carousel-dots .owl-dots .owl-dot {
  margin: 0 3px;
}

.carousel-dots .owl-dots .owl-dot span {
  position: relative;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background-color: #222222;
  border: 2px solid #222222;
  margin: 0;
  display: inline-block;
}

.carousel-dots .owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-color: #222222;
}



#slider .carousel-dots .owl-dots .owl-dot span {
    position: relative;
    height:2px;
    width: 85px; 
    background-color: transparent;
    border: 1px solid #fff;border-radius:0;
    margin: 0;
    display: inline-block;
}

#slider .carousel-dots .owl-dots .owl-dot.active span {
    height: 2px;
    width: 85px;
    background-color: #e1dddd;
    border-color: #e1dddd;
}

#slider .carousel-arrows .owl-dots {
  bottom: 60px !important;
  text-align: center;
}



.carousel-dots .owl-dots .owl-dot.active span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #222222;
    transform: translate(-50%, -50%);
}

.carousel-dots-white .owl-dots .owl-dot span {
    background-color: #ffffff;
    border-color: #ffffff;
}

.carousel-dots-white .owl-dots .owl-dot.active span {
    border-color: #ffffff;
}

    .carousel-dots-white .owl-dots .owl-dot.active span:before {
        background-color: #ffffff;
    }

.carousel-arrows .owl-nav .owl-prev,
.carousel-arrows .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #999999;
    font-size: 0;
    font-weight: 400;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform: translateY(-50%);
}

    .carousel-arrows .owl-nav .owl-prev:hover,
    .carousel-arrows .owl-nav .owl-next:hover {
        color: #e6ae48;
        background-color: transparent;
    }

    .carousel-arrows .owl-nav .owl-prev:after,
    .carousel-arrows .owl-nav .owl-next:after {
        content: '';
        width: 100%;
        height: 100%;
        border: 2px solid #e6ae48;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        opacity: 0;
        transition: opacity 0.7s ease;
        -webkit-transition: opacity 0.7s ease;
        -moz-transition: opacity 0.7s ease;
        -ms-transition: opacity 0.7s ease;
        -o-transition: opacity 0.7s ease;
    }

    .carousel-arrows .owl-nav .owl-prev:hover:after,
    .carousel-arrows .owl-nav .owl-next:hover:after {
        opacity: 1;
    }

.carousel-arrows .owl-nav .owl-prev {
    left: 0;
}

    .carousel-arrows .owl-nav .owl-prev:before {
        font-family: FontAwesome;
        content: "\f177";
        font-size: 20px;
    }

.carousel-arrows .owl-nav .owl-next {
    right: 0;
}

    .carousel-arrows .owl-nav .owl-next:before {
        font-family: FontAwesome;
        content: "\f178";
        font-size: 20px;
    }

.carousel-arrows .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    line-height: 1;
}

    

/*--------------------------
      Video
--------------------------*/
.video__btn {
  position: relative;
}

.popup-video {
  text-align: center;
  display: inline-block;
  position: relative;
}

.popup-video .video__player {
  font-size: 18px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  background-color: #ffffff;opacity:0.5;
  color: #222222;
  position: relative;
  display: inline-block;
}

.popup-video .video__player img { 
  width: 33px; margin-left: 3px;
}

.popup-video .video__player-animation {
  position: relative;
  width: 96px;
  height: 96px;
}

.popup-video .video__player-animation:before {
  content: '';
  position: absolute;
  left: -3px;
  top: -40px;
  width: 96px;
  height: 96px;
  opacity: 1;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-animation: pulsing 1s infinite linear;
  -moz-animation: pulsing 1s infinite linear;
  -ms-animation: pulsing 1s infinite linear;
  -o-animation: pulsing 1s infinite linear;
  animation: pulsing 1s infinite linear;
}

.popup-video .video__player-title {
  text-transform: uppercase;
  color: white;
  font-size: 13px;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 0;
  line-height: 1;
}

.popup-video:hover .video__player-animation:before {
  opacity: 0;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}

/* video #1 */
.video-1 {
  padding: 0;
}

.video-1 .video__btn {
  height: 420px;
}

.video-1 .inner-padding {
  padding: 178px 80px 180px;
}

.video-2 {
  padding-top: 190px;
  padding-bottom: 200px;
}

.video-2 .heading__title {
  font-size: 38px;
  line-height: 48px;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .video-1 .video__btn {
    height: 400px;
  }

  .video-1 .inner-padding {
    padding: 50px 30px;
  }
}

@-webkit-keyframes pulsing {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@-moz-keyframes pulsing {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@-ms-keyframes pulsing {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@-o-keyframes pulsing {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulsing {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
 
/*-----------------------
     Fancybox 
------------------------*/
.fancybox-item {
  position: relative;
}

.fancybox-item .fancybox__icon {
  font-size: 64px;
  line-height: 1;
  color: #e6ae48;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  margin-bottom: 20px;
}

.fancybox-item:hover .fancybox__icon {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

.fancybox-item:hover .fancybox__title {
  color: #e6ae48;
}

.fancybox-item .fancybox__title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fancybox-item .fancybox__desc {
  margin-bottom: 0;
}

.fancybox-item .fancybox__desc+.dotted__line {
  margin-top: 21px;
}

.fancybox-layout1 .fancybox-item {
  padding: 0 20px;
}

.fancybox-layout3 .fancybox__icon {
  position: absolute;
  top: 40px;
  left: 0;
  margin-bottom: 0;
}

.fancybox-layout3 .fancybox__content {
  padding-left: 100px;
}

.fancybox-layout3 .fancybox-item:hover .fancybox__icon {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.fancybox-layout4 .fancybox-item {
  padding: 64px 25px 52px;
}

.fancybox-layout4 .fancybox-item .fancybox__icon {
  margin-bottom: 25px;
}

.fancybox-layout4 .fancybox-item .fancybox__title {
  margin-bottom: 20px;
}

.fancybox-layout4 .fancybox-item .fancybox__icon,
.fancybox-layout4 .fancybox-item .fancybox__title,
.fancybox-layout4 .fancybox-item .fancybox__desc {
  color: #ffffff;
}

.fancybox-bordered .fancybox-item {
  padding: 8px 30px 35px;
}

.fancybox-bordered .fancybox-item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ededed;
}

.fancybox-bordered .fancybox-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.fancybox-bordered .fancybox-item:last-child:before {
  display: none;
}

.fancybox-bordered .fancybox-row:last-of-type .fancybox-item {
  padding-top: 42px;
  padding-bottom: 0;
}

.fancybox-bordered .fancybox-row:last-of-type .fancybox-item:after {
  display: none;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .fancybox-item {
    margin-bottom: 30px;
  }

  .fancybox-item .fancybox__icon {
    font-size: 40px;
  }

  .fancybox-layout4 .fancybox-item {
    padding: 30px 15px;
  }

  .fancybox-bordered .fancybox-item:before,
  .fancybox-bordered .fancybox-item:after {
    display: none;
  }

  .fancybox-bordered .fancybox-row:last-of-type .fancybox-item {
    padding: 20px;
  }
}

/* Medium Size Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fancybox-item {
    margin-bottom: 30px;
  }

  .fancybox-bordered .fancybox-item,
  .fancybox-bordered .fancybox-row:last-of-type .fancybox-item {
    padding-right: 15px;
    padding-left: 15px;
  }

  .fancybox-layout1 .fancybox-item {
    padding: 0;
  }
}

/* Large Size Devices */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
  .fancybox-layout4 .fancybox-item {
    padding: 63px 15px 52px;
  }
}
       
a.btnradius {
    font-size: 13px;
    padding: 10px 25px 10px 5px;
    color: #000000; 
    display: inline-block;
    border: 1px solid #00E1FF;border-radius:5px;margin: 15px;
}
    a.btnradius:hover { 
      font-size: 13px;
      padding: 10px 25px 10px 5px;
      color: #000000; 
      display: inline-block;
      border: 1px solid #00E1FF;border-radius:5px
    }
.btnradius i{margin-right:15px;color: #08cdf0;}


a.btnradius2 {
    font-size: 18px;
    padding: 5px 35px;
    color: #D3AA5A;
    display: inline-block;
    border: 1px solid #CDAB66;
    border-radius: 25px
}

    a.btnradius2:hover {
        padding: 5px 35px;
        color: #D3AA5A;
        display: inline-block;
        border: 1px solid #CDAB66;
        border-radius: 25px
    }
.btnradius2 i {
    margin-left: 15px
}


.btnradius3 {
    color: #90959B;
    padding: 5px 35px;
    display: inline-block;
    border: 1px solid #9b9b9b;
    border-radius: 25px;
    margin: 5px
}

a.btnradius3:hover {
    padding: 5px 35px; 
    display: inline-block;
    border: 1px solid #acacac;
    border-radius: 25px
}

.btnradius3 i {
    margin-left: 15px
}
.hide{display:none}

     


    /*---------------------------
    Counters
--------------------------*/
    .counters {
        padding: 0 0 80px 0;
    }

    .counter-item {
        text-align: left;
        min-width:260px;
        margin: 0 20px;
    }


        .counter-item .counter {
            font-size: 70px;
            font-weight: 200;
            line-height:1.5;
            margin-bottom: 10px;
            color: #778DA9;
            display: inline;
        }

    .pl-20 {
        padding-left: 20px;
    }

    @media only screen and (min-width: 320px) and (max-width: 767px) {

      .counter-item {
        text-align: left;
        width: 100%;
        margin: 0 20px;
    }

    
        .counter-item .counter {
            font-size: 30px;
        }

        .pl-20 {
            padding-left: 15px !important;
        }
    }


@media only screen and (min-width:768px) and (max-width: 3600px) {
   
    .ml-20-od {
       margin-left:20px !important
    }
}

    .counter-item .counter__divider {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 2px;
        margin-bottom: 30px;
    }

.counter-item .after_ {
    display: inline-block;
    color: #778DA9;
    margin-left: 5px
}

.counter-item .counter__desc {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
    color: #335271;
    font-weight: bold;;text-align:left;font-weight:200
}
 

    /* Mobile Phones and tablets */
    @media only screen and (min-width: 320px) and (max-width: 767px) {
        .counter-item {
            margin-bottom: 30px;
        } 
    } 
        
    /*----------------------
    Countdown
-----------------------*/
    .countdown-row {
        display: flex;
    }

    .countdown-section {
        display: block;
        width: 100%;
        text-align: center;
        position: relative;
        padding: 0 20px;
    }

        .countdown-section:last-of-type {
            display: none;
        }

    .countdown-amount {
        font-family: "Montserrat", sans-serif;
        color: #222222;
        font-size: 40px;
        font-weight: 600;
        line-height: 1;
        display: block;
        padding-bottom: 14px;
        margin-bottom: 19px;
    }

        .countdown-amount:after {
            content: '';
            position: absolute;
            top: 50px;
            left: 50%;
            width: 20px;
            height: 2px;
            transform: translateX(-50%);
            background-color: #222222;
        }

    .countdown-period {
        font-size: 14px;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        display: block;
    }

    /* Mobile Phones and tablets */
    @media only screen and (min-width: 320px) and (max-width: 767px) {
        .countdown-section {
            padding: 0 5px;
        }

        .countdown-amount {
            font-size: 30px;
            padding-bottom: 5px;
        }

            .countdown-amount:after {
                top: 40px;
            }
    }
      
    /*styling open close button*/
    .buttonexc {
        display: inline;
        position: absolute;
        right: 50px;
        top: 6px;
        z-index: 99999;
        font-size: 30px;
    }

        .buttonexc a {
            text-decoration: none;
        }

    .btn-open:after {
        color: #333;
        content: "\f0c9";
        font-family: "FontAwesome";
        transition-property: all .2s linear 0s;
        -moz-transition: all .2s linear 0s;
        -webkit-transition: all .2s linear 0s;
        -o-transition: all .2s linear 0s;
    }

    .btn-open:hover:after {
        color: #34B484;
    }

    .btn-close:after {
        color: #fff;
        content: "\f00d";
        font-family: "FontAwesome";
        transition-property: all .2s linear 0s;
        -moz-transition: all .2s linear 0s;
        -webkit-transition: all .2s linear 0s;
        -o-transition: all .2s linear 0s;
        display: inline;
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 99999;
        font-size: 30px;
    }

    .btn-close:hover:after {
        color: #fff;
    }

     

    .vcenter {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }
       
    .rotateBox {
        transform: rotate(var(--r));
    }

    .fadeBox {
        opacity: var(--o);
    }
     
        .easeBox {
            -webkit-transform: translateY(var(--ty));
            -moz-transform: translateY(var(--ty));
            -ms-transform: translateY(var(--ty));
            -o-transform: translateY(var(--ty));
            transform: translateY(var(--ty))
        }
     
         

    .owl-scrollbar {
        margin-top: 20px;
        border-radius: 10px;
        height: 3px;
        width: 80%;
        margin: auto;
        background: #E0DFE1;
        border: 1px solid #e4e4e4;
        box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, .4);
        position: relative;
    }

        .owl-scrollbar .owl-scroll-handle {
            height: 8px;
            width: 95px;
            border-radius: 5px;
            display: inline-block;
            background: #afaaaa;
            position: absolute;
            top: -3px;
            left: -1px;
        }

            .owl-scrollbar .owl-scroll-handle:hover {
                transform: scale(2);
                transition: transform .2s ease-in-out;
            }

        .owl-scrollbar .owl-scroll-progress {
            background: #E0DFE1;
            height: 5px;
            border-radius: 10px;
            position: absolute;
            top: 0;
            left: 0;
        }

 
   

    @-webkit-keyframes fadeInLeft {
        from {
            opacity: 0;
            -webkit-transform: translatex(-10px);
            -moz-transform: translatex(-10px);
            -o-transform: translatex(-10px);
            transform: translatex(-10px);
        }

        to {
            opacity: 1;
            -webkit-transform: translatex(0);
            -moz-transform: translatex(0);
            -o-transform: translatex(0);
            transform: translatex(0);
        }
    }

    @-moz-keyframes fadeInLeft {
        from {
            opacity: 0;
            -webkit-transform: translatex(-10px);
            -moz-transform: translatex(-10px);
            -o-transform: translatex(-10px);
            transform: translatex(-10px);
        }

        to {
            opacity: 1;
            -webkit-transform: translatex(0);
            -moz-transform: translatex(0);
            -o-transform: translatex(0);
            transform: translatex(0);
        }
    }

    @keyframes fadeInLeft {
        from {
            opacity: 0;
            -webkit-transform: translatex(-100px);
            -moz-transform: translatex(-100px);
            -o-transform: translatex(-100px);
            transform: translatex(-100px);
        }

        to {
            opacity: 1;
            -webkit-transform: translatex(0);
            -moz-transform: translatex(0);
            -o-transform: translatex(0);
            transform: translatex(0);
        }
    }
     
      

@keyframes animateIn {
  0% {
    opacity: 0;
    transform: scale(0.6) translateY(-8px);
  }
  
  100% {
    opacity: 1;
  }
}


 
  
    
.container-fluid-all {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
    max-width: 100% !important;
}

.container-all {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.modal-header{text-align:center;display:block}
.modal-content {
    text-align: center
}
.modal-footer {
    justify-content:center
}
 
 

.modal-content input {
    height: 57px;
    border-radius: 0px;
}

    .modal-content .btn-primary {
        width: 100%;
        background-color: #ef9919;
        border: 0px;
    }

        .modal-content .btn-primary:hover {
            background-color: #0073b7;
            border: 0px;
        }


.modal-backdrop.show {
    opacity: 0.9;
    background-color: #00307E
}

   

    .block {
        display: block;
    }

.inline-block {
    display: inline-block;
}

.flexbox,
.inline-flexbox {
    padding: 10px;
    background-color: none
}

    .flexbox .box {
        background-color: transparent; text-align:center
    }

    .flexbox {
        display: flex;
    }

    .flexbox.attr {
        max-width: 1145px;
        margin: auto
    }

.inline-flexbox {
    display: inline-flex;
}

.flexbox-row {
    flex-direction: row;
}

.flexbox-row-reverse {
    flex-direction: row-reverse;
}

.flexbox-column {
    flex-direction: column;
}

.flexbox-column-reverse {
    flex-direction: column-reverse;
}
 



    .video-container {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .video-container video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

 

    .flex-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .flex-item {
        flex: 1;
        position: relative;
    }

        .flex-item img {
            width: 150%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

    .text-center {
        flex: 1;
        text-align: center;
        z-index: 1;
    }
     

 
.video-container {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}
    .video-container h1{ font-size:100px }
    .video-container h1, h2, h3, h4 {
        color: #fff
    }
 
    #intro h1{color: #fff; font-size:60px;font-weight: 100;}

    #intro h2{color: #fff;font-size: 35px;letter-spacing: normal !important;}
    #intro h3{color: #fff;font-size: 65px;}

    #intro h3 { 
      background: #FFFFFF;
      background: radial-gradient(circle farthest-corner at top center, #FFFFFF 0%, #FFC9C9  100%);
      -webkit-background-clip: text; 
      -webkit-text-fill-color: transparent;
    }
    #intro p{color: #fff;font-size: 18px; max-width: 400px; }
#intro span{font-size:35px;font-weight: bold;}
#intro .ozellestir{ background-color: #0b344d; border-radius: 5px;color:#fff;padding:10px 25px;font-size: 20px;font-weight: normal;min-width:200px;display: inline-block;text-align: center;}
#intro .satinal{ background-color: #00E1FF; border-radius: 5px;color:#000;padding:10px 25px;font-size: 20px;font-weight: normal;min-width:200px;display: inline-block}
#intro .onsiparis{ background-color: #0093a7; border-radius: 5px;color:#fff;padding:10px 25px;font-size: 20px;font-weight: normal;min-width:200px;display: inline-block;margin-top: 5px;}
.bg1 {
    background-image: url('/assets/images/casper-s100-bordo-bg.webp');
    background-size: cover;
    background-position: center; 
} 
 
 video {  
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.bg1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#intelvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
 

#zone2video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

 
#zone2 .video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: rgba(80, 80, 80, 0.548); /* Kırmızı, düşük opaklık */
    mix-blend-mode: multiply; /* Yazıları etkilemeden arka plana karışır */
  z-index: 0; /* En arkada kalmasını sağlar */
}
#zone2 .video-container {
  position: relative;
  z-index: 1; /* Yazıları ve videoyu üstte tutar */
}



#zone9 .video-container {
  position: relative;
  height: 80vh;
  width: 100vw;
  overflow: hidden;min-height: 844px;
}

.introoverlay { 
  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: 100%;
}
 

.banner-container {
  position: relative;
  height: 100vh;
}

 
.banner-text {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold; 
  transition: opacity 1s ease-in-out;
  max-width:750px;
}

.video-container {
  position: relative;
  width: 100%; 
  overflow: hidden;
}

 

#zone2  .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; 
  box-sizing: border-box;
}

#zone2  .overlay-text .section {
  position: relative;
  flex: 1 1 ;
  margin: 10px;
  text-align: center;
  color: white; 
}
#zone2 
.overlay-text .section img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.section.top-left {
  align-self: flex-start;
  text-align: left; padding: 50px 0 0 50px;
}

.center {
  text-align: center;
  position: absolute;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.section.bottom-right {
  align-self: flex-end;
  text-align: right;padding: 0 50px 50px 0;
}

#zone2  .overlay-text img{max-width: 950px;}
#zone2  .text1{ font-size: 60px;text-align:left;line-height: 1.2; 
  background: rgb(172,100,100);
  background: linear-gradient(90deg, rgba(172,100,100,1) 0%, rgba(227,227,227,1) 100%);
-webkit-background-clip: text; 
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
animation: textShine 5s ease-in-out infinite alternate;
}

#zone2 .text-gray{  
  font-size: 60px;text-align:left;line-height: 1.2; 
  background: rgb(207,202,202);
  background: linear-gradient(163deg, rgba(207,202,202,1) 0%, rgba(56,69,85,1) 100%);
-webkit-background-clip: text; 
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
animation: textShine 5s ease-in-out infinite alternate;
}

#zone3{background-color:rgb(243, 243, 243);padding:150px 0 50px 0}
#zone3 .gline{border-bottom: 2px solid rgb(170, 169, 169);width: 100%;height:150px;border-left: 2px solid rgb(170, 169, 169);margin-left: 30%;}

#zone3 .text-gray{  
  font-size: 60px;text-align:left;line-height: 1.2; 
  background: rgb(207,202,202);
  background: linear-gradient(163deg, rgba(207,202,202,1) 0%, rgba(56,69,85,1) 100%);
-webkit-background-clip: text; 
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
animation: textShine 5s ease-in-out infinite alternate;
}



.image-gallery {
  display: flex;
  justify-content: center;
  gap: 10px;
}

#zone3 .thumbnail {
  width:120px;
  height: 120px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 0; 
}

#zone3 .thumbnail:hover {
  transform: scale(1.1); 
}


#zone3.background-div {  
  background-size: cover;
  background-position: top right; 
  background-size: contain;
  background-repeat: no-repeat;
}




#zone4
.eventslider {
  margin:20px;
  max-width: 100%;
}
#zone4
  .eventslider
  .swiper-container {
      padding-bottom: 20px;
  }
  #zone4
.eventslider
.swiper-scrollbar {
  background: #d6d6d6;
}
#zone4
.eventslider
.swiper-scrollbar {
  border-radius: 2px;
  height: 5px;
  position: relative; 
}
#zone4
.eventslider
.swiper-wrapper img {
  width: 100%;
  object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
}
#zone4
.eventslider
.item {
  border-radius: 20px;
  padding: 10px;
  margin: 0px
}
#zone4
.eventslider
.imgbox {
  width: 100%; 
  overflow: hidden; 
  display: block
}

#zone4 .caption{position: absolute; bottom: 10px; left: 10px; width: 100%; color: #fff;  padding: 10px;}

#zone4
.eventslider
.item span {
  margin: 20px 0;
  display: block; 
  font-size: 27px
}
 
#zone4
.box-1 { 
  padding: 0;
  vertical-align: central;
  text-align: center;
  min-width: 100px;margin: auto;
}
#zone4
.box-2 {
  width: 100%
}
#zone4
.box-3 {
  width: 10%;
  padding: 0;
  min-width: 100px
}

 


.gg-arrow-left-o {
  background-color: #d6d6d6;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 32px;
  height: 32px; 
  border-radius: 22px;cursor:pointer;text-align:center;vertical-align:middle;line-height:30px
}

  .gg-arrow-left-o img, .gg-arrow-right-o img {
      width: 15px
  }
.gg-arrow-right-o {
  background-color: #d6d6d6;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 32px;
  height: 32px; 
  border-radius: 20px; 
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  line-height: 30px
}

 
      .customNavigation .btn {
          width: auto;
      }




        #zone5 .text1{ font-size: 60px;line-height: 1.2; 
          background: rgb(232,185,185);
          background: linear-gradient(277deg, rgba(232,185,185,1) 0%, rgba(238,107,107,1) 100%);
        -webkit-background-clip: text; 
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
        animation: textShine 5s ease-in-out infinite alternate;
        }


      #zone6 .text-gray{  
        font-size: 60px;text-align:left;line-height: 1.2; 
        background: rgb(164,177,186);
        background: linear-gradient(163deg, rgba(164,177,186,1) 0%, rgba(47,64,75,1) 100%);
      -webkit-background-clip: text; 
      background-clip: text;
      -webkit-text-fill-color: transparent;
      text-fill-color: transparent;
      animation: textShine 5s ease-in-out infinite alternate;
      }

      
      #zone7 .text1{ font-size: 60px;line-height: 1.2; 
   
        background: rgb(199,139,173);
        background: linear-gradient(to right, #5D002C,
					#DB4525, #D77EB1, #7532A7);
      -webkit-background-clip: text; 
      background-clip: text;
      -webkit-text-fill-color: transparent;
      text-fill-color: transparent;
      animation: textShine 5s ease-in-out infinite alternate;
      }
 

      #zone8 .text-gray{  
        font-size: 60px;text-align:left;line-height: 1.2; 
        background: rgb(207,202,202);
        background: linear-gradient(163deg, rgba(207,202,202,1) 0%, rgba(56,69,85,1) 100%);
      -webkit-background-clip: text; 
      background-clip: text;
      -webkit-text-fill-color: transparent;
      text-fill-color: transparent;
      animation: textShine 5s ease-in-out infinite alternate;
      }
      
 
      #zone9 .text1{  
        font-size: 60px;text-align:left;line-height: 1.2; 
        background: rgb(122,142,155);
        background: linear-gradient(98deg, rgba(122,142,155,1) 0%, rgba(237,249,250,1) 100%);
      -webkit-background-clip: text; 
      background-clip: text;
      -webkit-text-fill-color: transparent;
      text-fill-color: transparent;
      animation: textShine 5s ease-in-out infinite alternate;
      }
      
      #zone9   .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 16px;
        width: 90%;
        max-width: 1200px;
      }
  
      #zone9  .gallery img {
        width: 100%;
        height: auto;  
      }
   

#zone10{background:#F2ECE9}

      #zone10 .text1{  
        font-size: 60px;text-align:left;line-height: 1.2; 
        background: rgb(207,202,202);
        background: linear-gradient(163deg, rgba(207,202,202,1) 0%, rgba(56,69,85,1) 100%);
      -webkit-background-clip: text; 
      background-clip: text;
      -webkit-text-fill-color: transparent;
      text-fill-color: transparent;
      animation: textShine 5s ease-in-out infinite alternate;
      }

      #zone10  .fade-text {
        position: relative; 
        font-size: 14vw; /* Dinamik yazı boyutu */
        font-weight: 200; 
        text-align: center;
        white-space: nowrap; 
        color: #e8dfd9 ;
        line-height: 1;
        /*animation: zoomEffect   15s infinite;  
        background: rgb(201,203,205);
        background: linear-gradient(90deg, rgba(201,203,205,1) 0%, rgba(236,236,242,1) 33%, rgba(242,237,234,1) 100%);
-webkit-background-clip: text; 
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent; */
      }
   

      #zone11{background-image: url("/assets/images/casper-s100-klavye-bg.webp");background-repeat: no-repeat;background-size: cover;}

      #zone11 .text1{  
        font-size: 60px;text-align:left;line-height: 1.2; 
        background: rgb(207,202,202);
        background: linear-gradient(163deg, rgba(207,202,202,1) 0%, rgba(56,69,85,1) 100%);
      -webkit-background-clip: text; 
      background-clip: text;
      -webkit-text-fill-color: transparent;
      text-fill-color: transparent;
      animation: textShine 5s ease-in-out infinite alternate;
      text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.4), 0 0 30px rgba(255, 255, 255, 0.3);
      }

#zone11 .buttonlar{margin: auto;max-width: 100%;margin-top: 150px;}
#zone11     .slider-btn {
        background-color: #fff;  
        color: white;
        border: none;   
        cursor: pointer;
        transition: box-shadow 0.3s ease, transform 0.2s ease; min-width: 20%;margin: 5px;height:5px;padding: 0;
      }
      
      #zone11      .slider-btn:hover {
        box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.6);
        transform: scale(1.1);
      }
      
      #zone11 .buttonlar .slider-btn:active {
        box-shadow: 0 0 25px 10px rgba(255, 255, 255, 0.8);  
        transform: scale(1.05); 
      }

      #zone11    .slider-btn.active {
        box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.6); 
        transform: scale(1.1); 
      }

     #zone11 .parlaklik  img{width: 100%;}

      
      #zone12 .text-gray{  
        font-size: 60px;text-align:left;line-height: 1.2; 
        background: rgb(207,202,202);
        background: linear-gradient(163deg, rgba(207,202,202,1) 0%, rgba(56,69,85,1) 100%);
      -webkit-background-clip: text; 
      background-clip: text;
      -webkit-text-fill-color: transparent;
      text-fill-color: transparent;
      animation: textShine 5s ease-in-out infinite alternate;
      }

      
      #zone12 p{max-width: 460px;}


      #zone13 .text-gray{  
        font-size: 60px;text-align:left;line-height: 1.2; padding:10px 0;
        background: rgb(207,202,202);
        background: linear-gradient(163deg, rgba(207,202,202,1) 0%, rgba(56,69,85,1) 100%);
      -webkit-background-clip: text; 
      background-clip: text;
      -webkit-text-fill-color: transparent;
      text-fill-color: transparent;
      animation: textShine 5s ease-in-out infinite alternate;
      }


      #zone15{background-image: url("/assets/images/casper-s100-klavye-bg.webp");background-size: cover;margin-top:300px;}
      #zone15 .ozellestir{ background-color: #0b344d; border-radius: 5px;color:#fff;padding:10px 25px;font-size: 20px;font-weight: normal;min-width:200px;display: inline-block;text-align: center;}
#zone15 .satinal{ background-color: #00E1FF; border-radius: 5px;color:#000;padding:10px 25px;font-size: 20px;font-weight: normal;min-width:200px;display: inline-block}
#zone15 h2{font-size:42px;letter-spacing:normal !important;}
#zone15 .staticflat{max-width: 800px;margin-top: -200px;margin-left: auto;;margin-right: auto; margin-bottom: 50px;} 
#zone15 h3{font-size:25px;letter-spacing:normal !important;font-weight: normal;}


      
.bg-windows{background-image: url("/assets/images/casper-s100-klavye-bg.webp");background-size: cover; }

#windows11 h2{  
  font-size: 60px;text-align:left;line-height: 1.2; 
  background: rgb(207,202,202);
  background: linear-gradient(163deg, rgba(207,202,202,1) 0%, rgba(56,69,85,1) 100%);
-webkit-background-clip: text; 
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
animation: textShine 5s ease-in-out infinite alternate;
}
    
#Copilot{background-color: rgb(243, 243, 243);color: #000;}
#Copilot h2{  
  font-size: 60px;text-align:left;line-height: 1.2; 
  background: rgb(207,202,202);
  background: linear-gradient(163deg, rgba(207,202,202,1) 0%, rgba(56,69,85,1) 100%);
-webkit-background-clip: text; 
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
animation: textShine 5s ease-in-out infinite alternate;
}

     
      @keyframes zoomEffect {
        0% {
          transform: scale(1); /* Normal size */
        }
        50% {
          transform: scale(1.5); /* Zoom in */
        }
        100% {
          transform: scale(1); /* Back to normal */
        }
      }
      @keyframes fadeInOut {
        0% {
          opacity:0.5;
        } 
        50% {
          opacity: 1;
        }
        100% {
          opacity: 0.5;
        }
      }



@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
 


#zone2  .overlay-text .text2{ font-size:20px;text-align:left;line-height: 1.2; }
 
.play-bt{width:60px; height:50px; border-radius:50%; padding:5px; background:rgba(255, 255, 255, 0) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA9dJREFUeNrMmmtIFFEUx8dVLHsSlqVhqRioJFL4ocjIyEdi9iALAoMgCulFEESBVEQfCvtoUPRAksCgsKgkiqRAyzJ6oCGKabgklYb5SDO16X/YM7KKj507d+7OgR/rLs7d+587995z/ncDdF3XJMZiEA3CwDJ+nQGGwW/gBs2gHTSAbllfHGTxehdIABvBWpAEFoFpU1zXy6JqwHPwDLRa6UiA4IgEg61gN8jg91aCRqgMlIBKoRZIiEk2gyrdnugHt0CS2X6Z+edYUKKriU5wCoTIFpINmnX1UQHiZQk5CgZ0/4UbpFoVck53RvwEOaJCCnRnxS+QPlF/J1p+aVkt5n3CSfEVZIFaX/aRFbxBzdOcGdUgc2xWMPaO0458SUDEP4VCVoGC8VIM7zgEVgs0TvnTEfBFkZjDLGjcnT0CtAlOxHpuIwoUg78KJn+592T3HpGDIFzwDgWCEB6RPSCbE0I7I4PnyqhHayGvVLLiKUgDJ8EPm4TQzdtvaDCEpINIyV9Eq8p5sAHctUlMGtc/I0LybHwE6kAu2AHqJbc9B2yjVxISAZYrWGnugFRQyNWirKARjyEhiSxGRdB8OQ7Wg8eS2owHa1xcWwco3p1pRcsB+aDFYlu0UCW6FD1W48UQuALWgav8XiSm00JFQmL9nDu5eRlNE67XebKHOSQZfMEb3Anwzaz14JLggMiMPnABpIDroN+ML+XE+MzZwbAZIX0OE7ESlINSMMuMkDaHCKAa6Ayo4CrQtOXZ4AAR29k6PQ3mmp3o5FQGcS7kr4jlzudZXCDcJKQJDPhgPMuMEK5/jrHpbSXI/H5Dj9ZH3pRURTqvSIUSRGjsqNS4uG54pUAAnZ0UgYeU5Els9wGNirGP3LRRgFHJVfLjJHMDJp/rCU0NQ8hL8M4GEcl8xyg5jLKh/TKjlHZ5zfzLEr8gFJzVPEZflk0j3T2qz16WCp1FvBe0Zhq92skFnxTYQUWTmdhbwJBAo3UgAZQqPGqInEwIecE3BBruAR0Knfm9vrjxoZwu+KtynCqugX1jP5zoWCGZM9AFDhNRpXlczC5f65G3msf67HKQiFrOybrMFlblfGG7A0R8ADu1ydx+Hw5DU0CTH4/cHoFwWcfT0eC+YgGDfBjr01m7mR8MBIJ80KpARDXItOuXDwZLwEXw3QYBlBEcALPN9kv0RzUaJ4G7wCbNc1wnarv2sqd1G9wDPSKNWBFixEwQx047mdNLwXw2E4K9BNKB6R/QwTSwkf2aq9RhK52QIWTEtgQxmufgJY7/JjsniA2CQdDJAhrZvG7hzy3HfwEGAFdwoJHzsBGDAAAAAElFTkSuQmCC) no-repeat 5px;position: absolute;bottom:25px;right: 25px; margin-left:-25px; margin-top:-40px;z-index: 99; cursor:pointer;}

.pause-bt{width:60px; height:50px; border-radius:50%; padding:5px; background:rgba(255, 255, 255, 0)  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAw1JREFUeNrcmttLVEEcx2cP2pVSowtKFBQRSpoYW1QEQUVRIXSBHpIIumBPIQU+9Bd0gSKhrJ6jiOhCgT4EZQ9dKShJKboRhEWBaCm5atP3187AYZhd98yc457ZL3xwPc6657NzzplrgnPOQsoikBRUgnJQBiaDBEiBPvANfAQvwTPQCf7YfnjCUmQe2Al2gDowyeB/vAVt4IoQMwuJGFAJWkEvDy+joB1sMjmnoG8oBSfAAI82t0B1VCLrQBcfv/SDprBFjoIUz0+uiivBWqSF5z9PQEW28xzrqXURHGDxyGuwGXzV/dHL8sZTMZKg1IAboCSICAkcYfHLcnBJNLBjNohLwSMwhcU3TeBMNpFi0AFWsnhnQHSFujNdWvsdkKBMBScz1Uip6MDNZe5kA7hHL4p8B/daSAyC75pvbbZy7Df4oRybBmYafm6zFJENygTL7sddUKywS1PusqbcQcuOZh05yHtkjRhDmGYUDGswLZdr6Pwb/Df7dttxTY5tVK7lgmQLmOiJR+5a5m5oZLqERBaIX1wN1fIKEqkSteJylnmO14bMQk9MILieOSQyowBEpnuGUzhxy//HLy8AEe6JLrHrGfQ0nT0X00sinwtApIdE3hWASDeJvAG/HBd5TiI9LD1n5GqGwFP5+G13WOQF+CTHAjfBiOXASvdNqRnJsVyQXKfKkGN2uk/ui8G8SWaBVcqxGk25ck25KguJfnBNnUXZCu44dlm1gkOqCF1mD8FqRySoR1IL3qvj5b/gmEN9rxYpodaIzHnQGHMJWkBN+ts/nQhN2z9mdtNDUYamj9aL24D57ws1tBbeEOPWvlmVyCRCocX8PZZtSxQ5C07rRyTZ1w93g2Eej1ywXQzdBvryLHE8rOXpJOjMgwCtte8Le8NAGTg3jhIPQG1UWzjkDoiOCAU+gEZQFOVeFD/1oA0MhSTwChwWNR/4fGy3OVGqQT3YKHq8JTm+LyWG2bT4elv8TJmeRBgi/lSIbvliMJ+mMll6CY7aK9pc9hN8EX2kLpbegBZKW/VPgAEAGYXv2/tP1L0AAAAASUVORK5CYII=) no-repeat 5px;position: absolute;bottom:25px;right: 25px; margin-left:-25px; margin-top:-40px;z-index: 99; cursor:pointer;}

 

 
@media (max-width: 768px) {
  #zone15{margin-top:100px;}
  #zone15 .staticflat{max-width: 1200px;margin-top: -100px;margin-left: auto;;margin-right: auto; margin-bottom: 50px;} 
  #zone15 h2{font-size:35px;letter-spacing:normal !important;} 
  #zone15 h3{font-size:25px;letter-spacing:normal !important;font-weight: normal;}


  .large-image{ max-width: 600px !important;}
  #zone2  .overlay-text .overlay-text {
    flex-direction: column;
    align-items: center;
  }

  #zone2  .overlay-text.section {
    flex: 1 1 50%;
    margin: 5px 0;
  }

  #zone2  .overlay-text img{min-width: 450px;}
#zone2  .overlay-text .text1{ font-size: 30px;text-align:left;line-height: 1.2;}
#zone2  .overlay-text .text2{ font-size:20px;text-align:left;line-height: 1.2; }
#zone3{padding:50px 0}
#zone3 .gline{display: none;}

#zone9 .video-container{min-height: auto;height:70vh}
      
#zone9   .gallery { 
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr)); 
}

.section.top-left {
  align-self: flex-start;
  text-align: left; padding: 50px 0 0 0px;
}

.section.center {
  display: flex;
  justify-content: center;
  align-items: center;align-self: center;
}

.section.bottom-right {
  align-self: flex-end;
  text-align: right;padding: 0 0px 50px 0;
}


#zone11 .buttonlar{margin: auto;max-width: 100%;;}
  .slider-btn {
 width: 100%;
      }
      

} 

/*--------------------  
    Tabs
--------------------*/
.nav-tabs {
  border-bottom: 2px solid #e6e6e6;
}

.nav{
  justify-content:center
}

.nav-tabs .nav-item{margin-left:auto;margin-right: auto;}

.nav-tabs .nav-link {
  display: block;
  padding: 10px; 
  color: #fff;
  margin-bottom: -1px; border:none;max-width: 450px;text-align: center;font-size:22px;
}

.nav-tabs .nav-link:last-of-type {
  margin-right: 0;
}

.nav-tabs .nav-link:hover {
 border:none
}
.nav-tabs .nav-link.active {
   background-color: transparent;
  color: #fff; 
    text-align: center;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(
      0.25turn,
      rgba(255, 249, 34),
      rgba(255, 0, 128),
      rgba(56, 2, 155, 0)
    );
    border-image-slice: 1;
    width: 100%;
 
  
}

.tab-content {
  padding-top: 36px;
}
 

/* Mobile Phones and tablets */
@media only screen and (max-width:992px) {
  #intro span{font-size:25px;font-weight: bold;}
  #zone3 .gline{display: none;}

 .bg1{padding-bottom: 50px;}
.banner-container { margin-top: 10%;
  height: auto;
}

 
.banner-text {
  position: static; 
  transform: none;
  font-size: 24px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  padding-top:20px;text-align: center;
}

.banner-text p {
 width:100%;
 margin: auto;
}


#intro .ozellestir { 
  display: block;
  width: 90%;
  margin: 10px auto;
}
  #intro .satinal{  
    display: block;
    width: 90%;
    margin: 10px auto; }
  
}


 
.main-wrapper {
  position: relative; margin:0px;  
}
 


 
.oval-wrapper {
  display: flex;
  gap: 90px;  
  justify-content:center;
}

.oval-container {
  position: relative;
  width: 300px;
  height:300px;
}

.wave-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 8px solid #f6e9d983; 
  border-radius: 50% / 50%;
  animation: wave 4s ease-in-out infinite;
  opacity: 0.8;
  filter: blur(10px);  
}

.wave-ring:nth-child(1) {
  animation-delay: 0s;
}
.wave-ring:nth-child(2) {
  animation-delay: 1s;
}
.wave-ring:nth-child(3) {
  animation-delay: 2s;
}
.wave-ring:nth-child(4) {
  animation-delay: 3s;
}

@keyframes wave {
  0% {
      transform: scale(0.5);
      opacity: 0.8;
  }
  100% {
      transform: scale(1.5);
      opacity: 0;
  }
}

 
/* Ortadaki büyük görsel */
.large-image {
  position: absolute; 
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;  
  max-width: 600px;
  height: auto;  
  border-radius: 10px; 
  object-fit: cover; /* Görselin düzgün yerleşmesini sağlar */
}
#dolby{ color: #f7c2cb;}
#dolby span{ display:block;font-size:50px;font-weight: bold;line-height: 1;margin-bottom: 20px;}
#dolbytext h2{font-size: 60px;}

.fancy-popup {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
  text-align: left;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
 
  #largeImage {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: 20px auto;
}
 
.thumbnail-slider {
    max-width: 600px;
    margin: 0 auto;
}
 
.thumbnail {
    width: 70px;
    height: 70px;
    cursor: pointer;
    margin: 5px;
     border-radius: 5px; 
}
 
.thumbnail.active {
   border: 1px solid rgb(173, 173, 173);scale:1.1;
}

/* Slick slider settings */
.slick-slide {
    outline: none;
    display:flex !important;
    justify-content: center;
}
 
        .slick-prev, .slick-next {
          position: absolute;
          top: 50%;
          transform: translateY(-50%); 
          color: rgb(0, 0, 0);
          border: none;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          z-index: 10;font-size: 20px;
      }

      .slick-prev {
          left: -45px; 
      }

      .slick-next {
          right: -45px; 
      }

      .slick-prev:before, .slick-next:before {
       display: none;
      }

      .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{color: #000;}
 
     .color-toggle {
      display: inline-block;
      padding: 10px 20px;
      margin: 10px;
      cursor: pointer;
      background-color: #000;
      color: #fff;
      border: none;
      border-radius: 5px;
  }

  .color-toggle.active {
      background-color: #007bff;  
  }

  .custom-slider-container {
    position: relative;
    width: 300px;  
    margin: auto;
}

.custom-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); 
    color: rgb(107, 107, 107);
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 20px;
    z-index: 100; background-color: transparent;
}

#customPrev {
    top: -50px; /* Üst Buton */
}

#customNext {
    bottom: -50px; /* Alt Buton */
}


 
       /* Buton stil */
        .round-button {
            width: 40px;  
            height: 40px; 
            border-radius: 50%;  
            background-color: #ffffff; 
            display: inline-flex;
            justify-content: center;  
            align-items: center;  
            border: none;  
            cursor: pointer;  
            margin:0px; 
            padding: 0; 
            border: 1px solid #000;
        }
 
        .black-circle {
            width: 30px; 
            height: 30px;  
            border-radius: 50%;  
            background-color: black; 
        }
      
          .white-circle {
            width: 30px;  
            height: 30px; 
            border-radius: 50%; 
            background-color: rgb(255, 255, 255);  
        }



        .buttonplaystop {
          padding: 10px 15px; 
          cursor: pointer;
          border: none;
          background: none;
          outline: none;border: 1px solid #000; border-radius: 250px; width: auto;display: inline-block;margin: 50px; position: absolute;z-index: 2;bottom:0
           }

 
    .video-desktop {
      display: block;
  }

  .video-mobil {
      display: none;
  } 


 /* Mobile Phones and tablets */
@media only screen and (max-width:575px) {

  .custom-arrow{display:none}
  #dolby{font-size: 13px;}
  #dolby span {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 0.5;
    margin-bottom: 20px;
}

  .oval-container {
    position: relative;
    width: 120px;
    height:150px;
    margin-top: 50px;
  }

  h1,h2,h3,h4,h5{letter-spacing: normal !important;}
  #intro h1{color: #fff;margin: 0; font-size:30px;}
  #intro h2{color: #fff;margin: 0; font-size:20px;}
  #intro h3{color: #fff;margin: 0; font-size:30px;} 

  .text1, .text-gray{font-size: 35px !important;}

  #zone3 .thumbnail{width: 100px;height: 100px;}
 
 

  .video-desktop {
    display: none;
}

.video-mobil {
    display: block;
}
 
  .slick-prev, .slick-next {
   display: none !important
  }
}

 

/* Mobile Phones and tablets */
@media only screen and (max-width:992px) {
    
     
}


@media (min-width: 1439px) {
    .container-all {
        max-width: 1240px !important;
    }
}
 

    @media only screen and (min-width: 601px) and (max-width: 1439px) {
 
        .container-all {
            max-width: 900px !important;
        }
        .large-image{ max-width: 600px !important;}
        
#zone3 .thumbnail {
  width:100px;
  height: 100px; 
}
    }


    @media only screen and (min-width: 1200px) and (max-width: 1680px) { 
        .container-all {
            max-width: 1240px;
        }
    }

    @media only screen and (orientation: portrait) {
        /* Styles for portrait orientation go here */
    }

    @media only screen and (orientation: landscape) {
        /* Styles for landscape orientation go here */
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        /* Styles for retina displays go here */
    }

