/********** Template CSS **********/
@import url('https://fonts.cdnfonts.com/css/foobar-pro');
:root {
    --primary: #006233;
    --secondary: #5ead35;
    --light: #F7F7F7;
    --dark: #404A3D;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 500 !important;
}
.text-light {
  color: #5ead35!important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.fz-15 {
  font-size: 15px;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}



.bdt-timeline-container {
  display: flow-root;
  box-sizing: content-box;
  
  margin-left: auto;
  margin-right: auto;
  
  overflow: hidden;
  margin-top: 10px;
}

.upk-salf-slider-wrapper {
  display: flex;
  flex-direction: row;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  height: 400px;
  padding: 30px;
  position: relative;
}
.upk-salf-slider-wrapper .upk-salf-item {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.upk-salf-slider-wrapper .upk-salf-item.swiper-slide-active .upk-salf-title,
.upk-salf-slider-wrapper .upk-salf-item.swiper-slide-active .upk-salf-desc,
.upk-salf-slider-wrapper .upk-salf-item.swiper-slide-active .upk-salf-button {
  opacity: 1;
}
.upk-salf-slider-wrapper .upk-salf-item .upk-salf-image-wrap {
  height: 100%;
  width: 100%;
}
.upk-salf-slider-wrapper .upk-salf-item .upk-xanc-img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.upk-salf-slider-wrapper .upk-salf-item .upk-salf-content-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  top: unset;
  max-width: 460px;
  overflow: hidden;
  background: #5ead358a;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  transition: -webkit-backdrop-filter 0.9s;
  transition: backdrop-filter 0.9s;
  transition: backdrop-filter 0.9s, -webkit-backdrop-filter 0.9s;
  padding: 20px;
  padding-left: 20px;
}
.upk-salf-slider-wrapper .upk-salf-item .upk-salf-title {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  color: #006233;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  opacity: 0;
}
.upk-salf-slider-wrapper .upk-salf-item .upk-salf-desc {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(1, 210, 142, 0.2);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 0;
}
.upk-salf-slider-wrapper .upk-salf-item .upk-salf-button {
  opacity: 0;
}
.upk-salf-slider-wrapper .upk-salf-item .upk-salf-button .link {
  color: #006233;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
  transition: all 0.3s ease;
}
.upk-salf-slider-wrapper .upk-salf-item .upk-salf-button .link:hover {
  color: #ffff;
}
.upk-salf-slider-wrapper .upk-salf-item .upk-salf-button .link--arrowed {
  display: inline-block;
}
.upk-salf-slider-wrapper .upk-salf-item .upk-salf-button .link--arrowed .arrow-icon {
  position: relative;
  top: 0;
  transition: transform 0.3s ease;
  vertical-align: middle;
}
.upk-salf-slider-wrapper .upk-salf-item .upk-salf-button .link--arrowed .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.upk-salf-slider-wrapper .upk-salf-item .upk-salf-button .link--arrowed g {
  stroke: currentColor;
  color: #006233;
}
.upk-salf-slider-wrapper .upk-salf-item .upk-salf-button .link--arrowed:hover .arrow-icon {
  transform: translate3d(5px, 0, 0);
}
.upk-salf-slider-wrapper .upk-salf-item .upk-salf-button .link--arrowed:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}
.upk-salf-slider-wrapper .upk-salf-item .upk-salf-button .link--arrowed:hover g {
  color: #ffff;
}
.upk-salf-slider-wrapper .upk-page-scroll {
  position: absolute;
  bottom: 8%;
  right: 5%;
  transform: rotate(90deg);
  z-index: 1;
  display: none;
}
.upk-salf-slider-wrapper .upk-page-scroll .arrow-up {
  height: 70px;
  width: 70px;
  display: block;
  background: #ffffffc9;
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  position: relative;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
  transform: rotate(-90deg);
  overflow: hidden;
}
.upk-salf-slider-wrapper .upk-page-scroll .arrow-slide {
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background: #006233;
  position: absolute;
  display: block;
  z-index: 0;
}
.upk-salf-slider-wrapper .upk-page-scroll .long-arrow-left {
  display: block;
  margin: 30px auto;
  width: 16px;
  height: 16px;
  border-top: 2px solid #006233;
  border-left: 2px solid #006233;
}
.upk-salf-slider-wrapper .upk-page-scroll .long-arrow-left {
  transform: rotate(-135deg);
}
.upk-salf-slider-wrapper .upk-page-scroll .long-arrow-left::after {
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  background-color: #006233;
  transform: rotate(-45deg) translate(8px, 3px);
  left: 0;
  top: 0;
}
.upk-salf-slider-wrapper .upk-page-scroll .arrow-up:hover {
  transition: all 0.1s;
}
.upk-salf-slider-wrapper .upk-page-scroll .arrow-up:hover .left-arm:after {
  transform: rotate(-10deg);
}
.upk-salf-slider-wrapper .upk-page-scroll .arrow-up:hover .right-arm:after {
  transform: rotate(10deg);
}
.upk-salf-slider-wrapper .upk-page-scroll .arrow-up:hover .arrow-slide {
  transition: all 0.5s ease-in-out;
  transform: translateY(200%);
}
.upk-salf-slider-wrapper .upk-salf-nav-pag-wrap {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
}
.upk-salf-slider-wrapper .upk-salf-navigation {
  margin-top: 40px;
  margin-right: 2px;
}
.upk-salf-slider-wrapper .upk-salf-navigation .link--arrowed {
  display: inline-block;
}
.upk-salf-slider-wrapper .upk-salf-navigation .link--arrowed .arrow-icon {
  position: relative;
  top: 0;
  transition: transform 0.3s ease;
  vertical-align: middle;
}
.upk-salf-slider-wrapper .upk-salf-navigation .link--arrowed .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.upk-salf-slider-wrapper .upk-salf-navigation .link--arrowed g {
  stroke: currentColor;
  color: #2b2d42;
}
.upk-salf-slider-wrapper .upk-salf-navigation .link--arrowed:hover .arrow-icon {
  transform: translate3d(5px, 0, 0);
}
.upk-salf-slider-wrapper .upk-salf-navigation .link--arrowed:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}
.upk-salf-slider-wrapper .upk-salf-navigation .link--arrowed:hover g {
  color: #006233;
}
.upk-salf-slider-wrapper .upk-salf-navigation .upk-button-next {
  margin-top: 15px;
  transform: rotate(90deg);
}
.upk-salf-slider-wrapper .upk-salf-navigation .upk-button-prev {
  transform: rotate(-90deg);
}
.upk-salf-slider-wrapper .upk-salf-pagi-wrap {
  position: absolute;
  top: 43%;
  right: 0;
  margin-right: 22px;
}
@-webkit-keyframes progress {
  0% {
    stroke-dashoffset: 75;
    opacity: 1;
  }
  95% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}
@keyframes progress {
  0% {
    stroke-dashoffset: 75;
    opacity: 1;
  }
  95% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}
.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 0.8;
}
.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet--svg-animation {
  width: 20px;
  height: 20px;
  margin: 6px -7px;
  display: inline-block;
}
.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet--svg-animation svg {
  transform: rotate(-90deg);
}
.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet--svg-animation .svg__circle-inner {
  stroke: #2b2d42;
  fill: transparent;
  transition: all 0.3s ease;
}
.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet-active .svg__circle {
  stroke: #ff215a;
  stroke-dasharray: 75;
  stroke-dashoffset: 0;
  -webkit-animation: progress 4s ease-in-out 1 forwards;
  animation: progress 4s ease-in-out 1 forwards;
}
.upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet-active .svg__circle-inner {
  fill: #2b2d42;
  stroke: #ff215a;
}

@media (min-width: 768px) {
  .upk-salf-slider-wrapper {
    height: 550px;
    padding: 60px;
  }
  .upk-salf-slider-wrapper .upk-page-scroll {
    bottom: 4%;
    display: inherit;
  }
  .upk-salf-slider-wrapper .upk-salf-item .upk-salf-title {
    font-size: 40px;
  }
  .upk-salf-slider-wrapper .upk-salf-item .upk-salf-content-wrap {
    max-width: 400px;
    padding: 40px;
    padding-left: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
  }
  .upk-salf-slider-wrapper .upk-salf-item .upk-salf-image-wrap {
    width: 80%;
  }
  .upk-salf-slider-wrapper .upk-salf-navigation {
    margin-top: 60px;
    margin-right: 20px;
  }
  .upk-salf-slider-wrapper .upk-salf-pagi-wrap {
    margin-right: 47px;
  }
  .upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet--svg-animation {
    margin: 6px 0;
  }
}
@media (min-width: 1024px) {
  .upk-salf-slider-wrapper {
    height: 650px;
    padding: 70px;
  }
  .upk-salf-slider-wrapper .upk-page-scroll {
    bottom: 9%;
  }
  .upk-salf-slider-wrapper .upk-salf-item .upk-salf-title {
    font-size: 50px;
  }
  .upk-salf-slider-wrapper .upk-salf-item .upk-salf-content-wrap {
    max-width: 540px;
    padding: 45px;
  }
  .upk-salf-slider-wrapper .upk-salf-item .upk-salf-desc {
    font-size: 20px;
  }
  .upk-salf-slider-wrapper .upk-salf-item .upk-salf-button .link {
    font-size: 16px;
  }
  .upk-salf-slider-wrapper .upk-salf-item .upk-salf-image-wrap {
    width: 70%;
  }
  .upk-salf-slider-wrapper .upk-salf-navigation {
    margin-top: 85px;
    margin-right: 30px;
  }
  .upk-salf-slider-wrapper .upk-salf-pagi-wrap {
    margin-right: 53px;
  }
  .upk-salf-slider-wrapper .upk-salf-pagi-wrap .swiper-pagination-bullet--svg-animation {
    margin: 6px -5px;
  }
}
@media (min-width: 1440px) {
  .upk-salf-slider-wrapper {
    height: 700px;
    padding: 80px;
  }
  .upk-salf-slider-wrapper .upk-salf-item .upk-salf-title {
    font-size: 60px;
  }
}


.page-header {
    background: url(../img/banner.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}



.page-headers {
    background: url(../img/codeofconducts-picture.jpg) center center no-repeat;
    background-size: cover;
}

.page-headers .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-headers .breadcrumb-item,
.page-headers .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}




.pages-header {
    background: url(../img/abouts.jpg) center center no-repeat;
    background-size: cover;
}

.pages-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.pages-header .breadcrumb-item,
.pages-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}



.pages-headers {
    background: url(../img/contact.jpg) center center no-repeat;
    background-size: cover;
}

.pages-headers .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.pages-headers .breadcrumb-item,
.pages-headers .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


.pages1-headers {
    background: url(../img/world-labels-map.jpg) center center no-repeat;
    background-size: cover;
}

.pages1-headers .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.pages1-headers .breadcrumb-item,
.pages1-headers .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
    position: relative;
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 10px;
  color: color-mix(in srgb, #193838, transparent 95%);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 58.5px;
  text-transform: uppercase;
  line-height: 1;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }
}




.media .ftco-icon {
  width: 100px; }
  .media .ftco-icon span {
    color: #589167; }

.ftco-media {
  background: #fff;
  border-radius: 0; }
  .ftco-media .heading {
    font-weight: normal; }
  .ftco-media.ftco-media-shadow {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    position: relative;
    top: 0; }
    .ftco-media.ftco-media-shadow:hover, .ftco-media.ftco-media-shadow:focus {
      top: -3px;
      -webkit-box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
      box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3); }
  .ftco-media .icon {
    font-size: 50px;
    display: block;
    color: #589167; }
  .ftco-media.text-center .ftco-icon {
    margin: 0 auto; }

.mouse {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  z-index: 0; }

.mouse-icon {
  width: 80px;
  height: 80px;
  border: 1px solid #589167;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #589167;
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: block; }

.mouse-wheel {
  height: 80px;
  margin: 2px auto 0;
  display: block;
  width: 30px;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
  color: #fff; }
  .mouse-wheel span {
    font-size: 20px; }

@-webkit-keyframes wheel-up-down {
  100% {
    margin-top: 34px;
    opacity: 1; }
  30% {
    opacity: 1; }
  0% {
    margin-top: 2px;
    opacity: 0; } }

@-moz-keyframes wheel-up-down {
  100% {
    margin-top: 34px;
    opacity: 1; }
  30% {
    opacity: 1; }
  0% {
    margin-top: 2px;
    opacity: 0; } }

@keyframes wheel-up-down {
  100% {
    margin-top: 34px;
    opacity: 1; }
  30% {
    opacity: 1; }
  0% {
    margin-top: 2px;
    opacity: 0; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 210, 142, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(1, 210, 142, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 210, 142, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(1, 210, 142, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(1, 210, 142, 0.4);
    box-shadow: 0 0 0 0 rgba(1, 210, 142, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(1, 210, 142, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(1, 210, 142, 0);
    box-shadow: 0 0 0 30px rgba(1, 210, 142, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(1, 210, 142, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(1, 210, 142, 0);
    box-shadow: 0 0 0 0 rgba(1, 210, 142, 0); } }

.heading-section .subheading {
  display: inline-block;
  margin-bottom: 0;
  color: #589167;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative; }

.heading-section h2 {
  font-size: 40px;
  font-weight: 600;
position: relative;}
  @media (max-width: 767.98px) {
    .heading-section h2 {
      font-size: 28px; } }

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.9); }

.heading-section.heading-section-white h2 {
  font-size: 40px;
  color: #fff; }

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9); }

.navbar .img {
  max-width: 300px;
  width: 100%;
}

.img,
.img-2,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.carousel-testimony a{
  color: black;
}


.carousel-testimony a:hover{
  color: #5ead35;
}

.testimony-section {
  position: relative;
  z-index: 0; }
  .testimony-section .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    height: 500px; }
  .testimony-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    height: 500px;
    background: linear-gradient(to right, #5ead35 , #006233);

    opacity: .925; }
  .testimony-section .owl-carousel {
    margin: 0; }
  .testimony-section .owl-carousel .owl-stage-outer {
    padding: 8em 0 4em 0;
    position: relative; }
  
.testimony-wrap {
  display: block;
  position: relative;
  background: white;
  padding: 0 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24); }
  .testimony-wrap .icon {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #006233; }
    .testimony-wrap .icon span {
      color: #fff; }
  .testimony-wrap .user-img {
    width: 100%;
    height: auto;
    border: 1px solid green;
    position: relative;
   
    border-radius: 4px; }
  .testimony-wrap .name {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    color: #000000; }
  .testimony-wrap .text {
    text-align: center; }
  .testimony-wrap .text p {
    font-size: 15px;
display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow : hidden;
    width: 100%;
    line-height: 1.5;}
  .testimony-wrap .position {
    font-size: 16px;
    color: #4d4d4d; }


.testimony-link a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.testimony-link a.learn-more {
  width: 14rem;
  height: auto;
}
.testimony-link a.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #006233;
  border-radius: 1.625rem;
}
.testimony-link a.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.testimony-link a.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.testimony-link a.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.testimony-link a.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #006233;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.testimony-link a:hover .circle {
  width: 100%;
}
.testimony-link a:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.testimony-link a:hover .button-text {
  color: #fff;
}



.testimony-link a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.testimony-link a.learn-mores {
  width: 14rem;
  height: auto;
}
.testimony-link a.learn-mores .circles {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  color: #006233;
  background: #fff;
  border-radius: 1.625rem;
}
.testimony-link a.learn-mores .circles .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.testimony-link a.learn-mores .circles .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.testimony-link a.learn-mores .circles .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #006233;
  border-right: 0.125rem solid #006233;
  transform: rotate(45deg);
}
.testimony-link a.learn-mores .button-texts {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.testimony-link a:hover .circles {
  width: 100%;
}
.testimony-link a:hover .circles .icon.arrow {
  background: #006233;
  transform: translate(1rem, 0);
}
.testimony-link a:hover .button-texts {
  color: #006233;
}




button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more {
  width: 14rem;
  height: auto;
}
button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #006233;
  border-radius: 1.625rem;
}
button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #006233;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
}


@media (max-width: 767.98px) {
  .about-image {
    height: 400px;
    margin-bottom: 30px; } }

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

#section-counter {
  position: relative;
  z-index: 0; }
  #section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 0;
    background: #000000; }

.ftco-counter {
  position: relative;
  z-index: 0; }
  .ftco-counter .overlay {
    position: absolute;
    width: 27%;
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    background: #589167;
    z-index: -1; }
    @media (min-width: 992px) {
      .ftco-counter .overlay {
        opacity: .3; } }
  .ftco-counter .block-18 {
    text-align: center;
    padding: 0 20px; }
  .ftco-counter .text strong.number {
    font-weight: 500;
    font-size: 40px;
    color: #589167; }
  .ftco-counter .text span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    line-height: 1.2;
    margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
      margin-bottom: 20px; } }

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  z-index: -1; }

.blog-entry {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 0; }
  @media (min-width: 768px) {
    .blog-entry {
      margin-bottom: 40px; } }
  @media (max-width: 767.98px) {
    .blog-entry {
      margin-bottom: 30px; } }
  .blog-entry .text {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 0; }
    .blog-entry .text .heading {
      font-size: 20px;
      margin-bottom: 0;
      font-weight: 500; }
      .blog-entry .text .heading a {
        color: #000000; }
        .blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
          color: #589167; }
  .blog-entry .meta {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f5f4f0;
    margin: 0 auto;
    margin-top: -70px;
    z-index: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .blog-entry .meta span {
      display: block;
      line-height: 1.2; }
      .blog-entry .meta span.day {
        font-weight: 700;
        color: #589167;
        font-size: 30px; }
      .blog-entry .meta span.mos {
        font-size: 16px;
        color: #000000;
        font-weight: 500;
        text-transform: uppercase; }
      .blog-entry .meta span.yr {
        color: rgba(0, 0, 0, 0.2);
        font-size: 11px; }
  .blog-entry .btn-custom {
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px; }
  .blog-entry:hover .meta {
    background: #589167; }
    .blog-entry:hover .meta .day {
      color: #fff; }







.section_our_solution .row {
  align-items: center;
}


.solution_cards_box .solution_card {
  flex: 0 50%;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 8px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 150px;
  transition: 0.7s;
  text-align: center;
}

.solution_cards_box .solution_card:hover {
  background: #5ead35;
  color: #fff;
  transform: scale(1.1);
  z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
  background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #fff;
}

.solution_cards_box .solution_card:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}



.solution_card .solu_title h3 {
  color: #212121;
  font-size: 1.3rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

.solution_card .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.hover_color_bubble {
  position: absolute;
  background: rgb(0 98 51 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0;
}

.solution_cards_box .solution_card .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }


  .our_solution_category .solution_cards_box {
    flex: auto;
  }
}
@media only screen and (min-width: 768px) {
  .our_solution_category .solution_cards_box {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }

}




/* LAYOUT */
main {
  position: relative;
  
  margin: auto;
  
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* YEŞİL SABİT KUTU */
.green-box {
  position: absolute;
  left: 0;
  width: 50%;
  height: 420px;
  background: linear-gradient(135deg, #006233, #5ead35);
  z-index: 1;
  
}
/* SLIDER */
.swiper-hero {
  width: 75%;
  margin-left: 20%;
  z-index: 2; /* kutunun üstünde */
    border-radius: 8px !important;
}

.swiper-slide {
  height: 320px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
      border-radius: 8px !important;
}

.slide-content {
  width: 100%;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
      border-radius: 8px !important;
}


.slide-content h2,
.slide-content p{
  color: white;
}

.slide-one {
  background-image: url("../img/top-1.jpg");
}
.slide-two {
  background-image: url("../img/top-2.jpg");
}
.slide-three {
  background-image: url("../img/top-3.jpg");
}
.slide-for {
  background-image: url("../img/top-4.jpg");
}

.slide-five {
  background-image: url("../img/top-5.jpg");
}


/* PAGINATION */
.swiper-pagination-bullet {
  background: #fff;
}

/* MOBİL */
@media (max-width: 900px) {
  main {
    flex-direction: column;
    justify-content: center;
  }

  .green-box {
    bottom: 250px;
    width: 80%;
    height: 400px;
        border-radius: 8px !important;
  }

  .intro {
    width: 100%;
    text-align: center;
    padding: 2rem;
  }

  .swiper-hero {
    width: 90%;
    margin-left: 18%;
  }
}



/*** About ***/
.about-experience {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -45px;
    bottom: -45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/*** Service ***/
.service-item {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
}

.service-item .service-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    z-index: 1;
}

.service-item .service-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s ease-out;
    z-index: 2;
}

.service-item:hover .service-img::after {
    width: 0;
    left: auto;
    right: 0;
}

.service-item .service-text .service-icon {
    width: 140px;
    height: 140px;
    padding: 15px;
    margin-top: -70px;
    margin-bottom: 40px;
    background: #FFFFFF;
    border-radius: 140px;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

.service-item .service-text h5,
.service-item .service-text p {
    transition: .5s;
}

.service-item:hover .service-text h5,
.service-item:hover .service-text p {
    color: #FFFFFF;
}

.service-item .service-text .btn {
    color: var(--secondary);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .25);
}

.service-item .service-text .btn:hover {
    color: var(--dark);
    background: var(--secondary);
}



.services-2 {
  width: 100%;
  display: block;
  padding: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .services-2 .icon-wrap {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
    z-index: 0; }
    .services-2 .icon-wrap .number {
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      z-index: 1;
      background: #589167;
      border: 5px solid #fff; }
      .services-2 .icon-wrap .number span {
        font-weight: 500;
        color: #fff; }
  .services-2 .icon {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #efefef;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .services-2 .icon:after {
      position: absolute;
      top: 50%;
      right: 40px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #589167;
      content: '';
      z-index: -1;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .services-2 .icon span {
      font-size: 70px;
      color: #000000; }
  .services-2 h2 {
    font-size: 24px;
    font-weight: 500; }
  .services-2:hover .icon-wrap .number {
    background: #fff;
    -webkit-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.15); }
    .services-2:hover .icon-wrap .number span {
      color: #589167; }
  .services-2:hover .icon {
    background: #589167;
    -webkit-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.15); }
    .services-2:hover .icon:after {
      background: #fff;
      right: 50px; }
.services-2 img {
  width: 100%;
  max-width: 100px;
}




/* =========================
   GOOGLE FONTS
========================= */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Source+Sans+Pro:wght@400;700&display=swap');

/* =========================
   GLOBAL RESET
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #f2f2f2;
  color: #1a1a1a;
  font-family: 'Foobar Pro', sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: 'Foobar Pro', sans-serif;
  color: #0d0d0d;
}

h5, .h5, h6, .h6 {
  font-family: 'Foobar Pro', sans-serif;
}

/* =========================
   HEADER
========================= */
section.text-center h1 {
  font-size: 2.2rem;
  font-weight: 700;
}

section.text-center p {
  color: #666;
}

/* =========================
   BOOTSTRAP TAB OVERRIDES
========================= */
.nav-pills .nav-link {
  background-color: #006233;
  color: #fff;
  border-radius: 0;
  margin-bottom: 5px;
    width: 100%;
  text-align: left;
}

.nav-pills .nav-link.active {
  background-color: #fff;
  color: #5ead35;
  border-left: 5px solid #5ead35;
}

.nav-pills .nav-link:hover {
  color: #5ead35;
}

/* Mobilde yatay görünüm */
@media (max-width: 768px) {
  .nav-pills {
    gap: 6px;
  }

  .nav-pills .nav-link {
    border-radius: 30px;
    padding: 8px 15px;
    font-size: 14px;
  }

  .nav-pills .nav-link.active {
    border-left: none;
    border-bottom: 3px solid #5ead35;
  }
}


.nav-pills .nav-links {
  background: none;
  color: white;
  border: none;
  margin: 0 2px;
   font-size: 3vw;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.nav-pills .nav-links.active {
  background-color: #fff;
  color: #5ead35;
  border-left: 5px solid #5ead35;
}

.nav-pills .nav-links:hover {
  color: #5ead35;
}


.card-header {
  background: linear-gradient(to right, #5ead35 , #006233)!important;
  color: white;
  padding: 15px 0;
  font-size: 27px;
}

.card-body {
  text-align: left;
  
}


.card-body ul li:before{
    border: none;
  display: inline-block;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-right: 8px;
  color: #006233;
  rotate: 90deg; 

}
/* =========================
   TAB CONTENT
========================= */
.tab-content {
  background: #fff;
  padding: 20px;
  border-bottom: 6px solid #5ead35;
}

/* =========================
   MOVIE CARD
========================= */
.movie {
  
  display: flex;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

/* IMAGE */
.movie__hero {
  flex: 0 0 40%;
}


.movie__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT */
.movie__content {
  flex: 1;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
}

.movie__content h2 {
  font-size: 20px;
  color: #006233;
  font-weight: 800;
  margin-bottom: 10px;
}

.movie__content h3 {
  font-size: 17px;
  color: #006233;
  font-weight: bold;
}

.fa-fire {
  color: salmon;
}

/* DESCRIPTION */
.movie__description {
  font-size: 14px;
  color: #333;
}

/* TAGS */
.movie__tag {
  font-size: 10px;
  padding: 5px 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.movie__tag--1 {
  background-color: #006233;
}

.movie__tag--2 {
  background-color: #5ead35;
}

h3 em:after{
    
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    height: 6px;
    background: #5ead35;
    z-index: 0;
}

h3 em {
font-style:normal;
    position: relative;
}
/* DETAILS */
.movie__details {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 13px;
}

.movie__detail i {
  margin-right: 4px;
}

/* PRICE BAR */
.movie__price {
  background: linear-gradient(to bottom, #006233, #5ead35);
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  writing-mode: vertical-lr;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.movie__price a {color: white;
}





    :root {
      --ease-open-time: 250ms;
      --ease-open: linear(0,0.402 7.4%,0.711 15.3%,0.929 23.7%,1.008 28.2%,1.067 33%,1.099 36.9%,1.12 41%,1.13 45.4%,1.13 50.1%,1.111 58.5%,1.019 83.2%,1.004 91.3%,1);
      --ease-close-time: 700ms;
      --ease-close: ease-in;
    }
#app {
      display: flex;
      flex-direction: column;
      gap: 2rem;
  
    }

    /* ===== ASIL DEĞİŞİKLİK BURADA ===== */
    .expander {
      display: inline-flex;
      align-items: center;
      gap: 0;
      @supports (interpolate-size: allow-keywords) {
    interpolate-size: allow-keywords;
  }
font-family: 'Foobar Pro', sans-serif;
      /* DİKEY YAZIM */
      writing-mode: vertical-rl;
      text-orientation: mixed;

      --duration: var(--ease-close-time);
      --easing: var(--ease-close);

      font-size: clamp(12px, 2vw, 20px);
      
      color: #334155;
      text-decoration: none;
    }

    .expander > * {
      transition: all var(--duration) var(--easing);
    }

    .expander .hidey{
      height: 0;
      overflow: hidden;
      font-family: 'Foobar Pro', sans-serif;
      opacity: 0;
      font-weight: 400;
      white-space: nowrap;
    }

    .expander .showy {
      white-space: nowrap;
    }

    .expander:hover,
    .expander.active {
      --duration: var(--ease-open-time);
      --easing: var(--ease-open);
      color: #fff;
    }

    .expander:hover .hidey,
    .expander.active .hidey,
.expander.active i,
.expander:hover i{
      height: auto;
      opacity: 1;
      color: yellow;
    }

    .expander:hover .showy,
    .expander.active .showy {
      height: 0;
      opacity: 0;
    }

.expander:hover .staticy,
    .expander.active .staticy {
       
      height: 0;
      overflow: hidden;
      opacity: 0;
      white-space: nowrap;
    
    }


.my-6{
    margin-bottom: 4rem;
    margin-top: 4rem;
}

/* =========================
   MOBILE MOVIE FIX
========================= */
@media (max-width: 768px) {
  .movie {
    flex-direction: column;
  }

  .movie__hero {
    width: 100%;
  }

  .movie__price {
    writing-mode: horizontal-tb;
    width: 100%;
    font-size: 14px;
  }
  
  

}

@media (max-width: 768px) {

  .movie__price,
  .movie__price *,
  .movie-price,
  .movie-price *,
  .price,
  .price * {
    writing-mode: horizontal-tb !important;
    transform: rotate(0deg) !important;
    text-orientation: mixed !important;
  }

}
@media (max-width: 768px) {

  .movie__price {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  /* hidey + staticy alt alta */
  .movie__price .expander {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;

    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  /* span içi: yazı + ikon YAN YANA */
  .movie__price .hidey,
  .movie__price .staticy {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;

    width: auto;
  }

  /* ikon */
  .movie__price i {
    transform: rotate(0deg) !important;
    line-height: 1;
    display: inline-flex!important;
  }
}


/* =========================
   SMALL FIXES
========================= */
figure {
  margin: 0;
}

del {
  opacity: 0.5;
}
/* =========================
   DESKTOP TAB GAP FIX
========================= */
@media (min-width: 992px) {

  /* Grid iç boşluklarını azalt */
  .tabs-wrapper .row {
    --bs-gutter-x: 0.75rem;
  }

  /* Tab content padding’i biraz küçült */
  .tab-content {
    padding-left: 15px;
  }

  /* Menü ile içerik arasındaki görsel boşluğu kapat */
  .nav-pills {
    margin-right: 0;
  }
}



/*** Product ***/
.product-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.product-item .product-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.product-item:hover .product-overlay {
    opacity: 1;
    padding-top: 0;
}






/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .btn {
    border-color: transparent;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}


/*** Testimonial ***/
.testimonial-img {
    position: relative;
    min-height: 400px;
}

.testimonial-img::after {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 200px;
    color: #EEEEEE;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.testimonial-img img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.testimonial-img img:nth-child(1) {
    top: 0;
    left: 0;
}

.testimonial-img img:nth-child(2) {
    top: 60%;
    left: 20%;
}

.testimonial-img img:nth-child(3) {
    top: 20%;
    left: 60%;
}

.testimonial-img img:nth-child(4) {
    bottom: 0;
    right: 0;
}

.testimonial-img img .animated.pulse {
    animation-duration: 2s;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 45px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
    color: var(--dark);
}


#highlight {
  color: #ea8478;
  font-size: 1.25rem;
}


.img-container {
  width: 100%;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  cursor: pointer;
  overflow: hidden;
}
.img-container:hover .img-content-hover {
  display: block;
}

.img-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.img-container img:hover {
  transform: scale(1.05);
}

.img-content-hover {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  display: none;
  padding: 1rem;
  background: #fff;
  font-weight: 400;
  margin-top: 1.25rem;
  margin-left: -2rem;
}

.title {
  color: #2e2e2e;
  font-size: 1.5rem;
  font-weight: 700;
}

.category {
  font-size: 1rem;
  color: #787878;
}

.img-content {
  display: none;
}

.h2 {
  font-size: 22px;
}


/*** Footer ***/
.footer {
    color: #dfe1df;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #dfe1df;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}