/* Start Global Rules */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  :root{
      --main-color: #181D38;
      --sub-color: #f9bf29;    

  }
  a {
    text-decoration: none;
  }
  .text-logo{
  color: #f9bf29;
  }
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  body{
      background-color: #EFF2F1;
      
  }
  .sub-special-heading{
    color: #cfd0d1;
    font-size: 60px;
    
    font-weight: 800;
    letter-spacing: -3px;
    margin: 0;
  }
  .special-heading {
      
      color: #cfd0d1;
      font-size: 80px;
      text-align: center;
      font-weight: 800;
      letter-spacing: -3px;
      margin: 0;
      margin-bottom: 10px;
    }
  .sub-menu{
      background: #f9bf29;
      background-position: left center;
  }
  .sub-menu a ,i,.email{
      color: var(--main-color);
      font-weight: 900;
      font-size: 20px;
  }
    .special-heading + p {
      margin: 1px 0 0;
      font-size: 20px;
      text-align: center;
      color: #797979;
    }
    @media (max-width: 767px) {
      .special-heading {
        font-size: 60px;
      }
      .special-heading + p {
        margin-top: -20px;
      }
    }
  
    @media (max-width: 767px) {
      .footer-item {
        text-align: center;
        margin: 20px 0;
      }
      .row-item-center{
          justify-content: center;
      }
     
    }
  /* End Global Rules */
  
  /* Navbar */
  .navbar-brand{
    margin-left: 30px;
  }
  .img-logo {
    width: 180px;
    height: 73px;
    margin-left: 10px;
  }
  .img-logo-footer {
      width: 210px;
      height: 90px;
      align-items: center;
      margin: auto;
    }
  .custom-navbar {
    background: var(--main-color) !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .custom-navbar .navbar-brand {
    font-size: 32px;
    font-weight: 600;
  }
  .custom-navbar .navbar-brand > span {
    opacity: 0.4;
  }
  .custom-navbar .navbar-toggler {
    border-color: transparent;
  }
  .custom-navbar .navbar-toggler:active,
  .custom-navbar .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
  }
  @media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
      margin-left: 15px;
      margin-right: 15px;
    }
  }
  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: #ffffff !important;
    opacity: 0.5;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
  }
  @media (min-width: 768px) {
    .custom-navbar .custom-navbar-nav li a:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 8px;
      right: 8px;
      background: var(--sub-color);
      height: 5px;
      opacity: 1;
      visibility: visible;
      width: 0;
      -webkit-transition: 0.15s all ease-out;
      -o-transition: 0.15s all ease-out;
      transition: 0.15s all ease-out;
    }
  }
  
  .custom-navbar .custom-navbar-nav li a:hover {
    opacity: 1;
  }
  .custom-navbar .custom-navbar-nav li a:hover:before {
    width: calc(100% - 16px);
  }
  .custom-navbar .custom-navbar-nav li.active a {
    opacity: 1;
  }
  .custom-navbar .custom-navbar-nav li.active a:before {
    width: calc(100% - 16px);
  }
  
  /* Navbar */
  .carousel .carousel-item {
    height: calc(100vh - 110px);
    position: relative;
   background-size: cover;
    
  }
  .carousel .carousel-item::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
 
    }
  .carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: calc(100vh - 110px);
    
    object-fit: fill;
    
  }
  .text-title {
    color: #f9bf29;
  }
  
  .carousel .carousel-caption {
    position: absolute;
    top: 50%;
    transform: translate(-10%, -50%);
    text-align: left;
    z-index: 10;
  }
  .carousel .carousel-caption h1, .h1 {
    font-weight: 900;font-size: 55px;
    
  }
  .carousel .carousel-caption h1 span,h2 span{
    color: var(--sub-color);
    font-weight: 900;
    
  }
     .color-span{
      color: var(--sub-color);
      font-weight: 900;
      
    }
  .carousel .carousel-caption p {
    font-weight: 700;
    width: 80%;
    font-size: 20px;
    
  }
   .carousel .carousel-caption h3 {
          font-weight: 500;width: 80%;
          font-size: 25px;
        }
  .carousel .carousel-caption h5 {
      font-weight: 700;
    }
    .carousel .carousel-caption h3 span {
      color: var(--sub-color);
      font-weight: 900;
    }
  
    @media (min-width: 768px) {
    
        .carousel .carousel-caption h1,.h1 {
        
          font-size: 55px;
        }
    
     
    }
    @media (max-width: 767px) {
      .carousel .carousel-caption {
          position: absolute;
          top: 50%;
          width: 100%;
          transform: translate(-15%, -50%);
          text-align: center;
          z-index: 10;  
        }
        .carousel .carousel-caption h1,.h1 {
          font-weight: 500;width: 100%;
          font-size: 40px;text-align: center;
          margin: auto;
        }
        .h1{
          font-size: 30px;
        }
         .carousel .carousel-caption h3 {
          font-weight: 500;width: 80%;margin-bottom: 20px;
          font-size: 22px;text-align: center;margin: auto;
        }
        .carousel .carousel-caption p {
          font-weight: 400;font-size: 18px;
          width: 70%;text-align: center;
          margin-top: 40px;
          margin: auto;
        }
        .carousel .carousel-caption h5 {
            font-weight: 400;text-align: center;
          }
          .section-title{
            font-size: 30px;
            letter-spacing: 2px;
            
          }
          p.text-degerlerimiz{
            font-size: 15px;
        
          }
          .footer-logo {
            text-align: center;
            display: block;
           }
           div.about-image{
            padding-bottom: 70px;
           }
           div>.img-wrap{
            text-align: center;
            align-items: center;
            justify-content: center;
          }
          .img-wrap img{
            width: 70%;
          }
     
    }
  
    @media (max-width: 560px) {
        .img-logo {
    width: 140px;
    height: 46px;
    margin-left: 10px;
  }
      .carousel .carousel-item img {
        position: absolute;
        width: 1300px;
        max-width: 1300px;
        height: 600px;
        object-fit: cover;
        
      }
      .sub-special-heading,.special-heading{
        font-size: 28px;letter-spacing: 3px;
      }
      .special-heading{
        font-size: 33px;letter-spacing: 3px;
      }
      div>.img-wrap{
        text-align: center;
        align-items: center;
        justify-content: center;
      }
      .img-wrap img{
        width: 70%;
      }
     .footer-logo {
      text-align: center;
      display: block;
     }
        .carousel .carousel-caption h1{
          font-weight: 500;width: 95%;
          padding: 0 10px;align-items: center;
          font-size: 30px;
        }
        .carousel .carousel-caption h2{
          font-weight: 500;width: 95%;
          padding: 0 10px;
          font-size: 30px;
        }
        .carousel .carousel-caption h3 {
          font-weight: 400;width: 90%;
          font-size: 17px;margin-bottom: 20px;
        }
      
        .carousel .carousel-caption p {
          font-weight: 200;font-size: 14px;
          width: 70%;text-align: center;
          line-height: 1.3;
          margin-top: 20px; margin: auto;
        }
        .carousel .carousel-caption h5 {
            font-size: 15px;
            font-weight: 400;text-align: center;
          }
     
    }
  /* hero */
  /* about */
  .why-choose-section {
      padding: 100px 0 40px 0;
      margin-top: 60px;
     
    }
    .why-choose-section .img-wrap {
      position: relative;
    }
    .why-choose-section .img-wrap:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../img/dots-yellow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translate(20%, -40%);
      -ms-transform: translate(20%, -40%);
      transform: translate(20%, -40%);
      z-index: -1;
    }
    .why-choose-section .img-wrap img {
      border-radius: 20px;
    }
  
    .feature {
      margin-bottom: 30px;
    }
    .feature .icon svg{
      font-size: 28px;
      font-weight: 700;
      color: var(--sub-color);
    }
    .feature .icon {
      display: inline-block;
      position: relative;
      margin-bottom: 10px;
    }
  
    .feature h3 {
      font-size: 20px;
      color: #2f2f2f;font-weight: 800;
    }
    .feature p , .text-sub{
      font-size: 16px;
      line-height: 22px;
      color: #6a6a6a;
    }
  /* aboute */
  
  /* product page*/
  .page-header{
      height: 500px;
      background : linear-gradient(rgba(65, 83, 64, 0.324), rgba(46, 49, 67, 0.564)) , url('../img/ht-header.jpg');
      background-position: bottom center;
      background-repeat: no-repeat;
    background-size: cover;
  }
  /* product page*/
  
  .text-about{
padding-top: 30px;
 
  }
  /* footer */
  .footer-section {
    padding: 40px 0;
    background-color:  var(--main-color)!important;
  }
  .footer-section .relative {
    position: relative;
  }
  .footer-section a {
    text-decoration: none;
    color: #eae2e2;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .footer-section a:hover {
    color: rgba(252, 251, 251, 0.878);
  }
  .footer-section .subscription-form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 100px;
  }
  @media (min-width: 992px) {
    .footer-section .subscription-form {
      margin-top: 0px;
      margin-bottom: 80px;
    }
  }
  
  .footer-section .subscription-form .form-control {
    height: 50px;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
  }
  
  .footer-section .subscription-form .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .footer-section .subscription-form .form-control::-moz-placeholder {
    font-size: 14px;
  }
  .footer-section .subscription-form .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .footer-section .subscription-form .form-control:-moz-placeholder {
    font-size: 14px;
  }
  .text-p{
      color:#dce5e4;
      width: 40%;
  }
  .footer-section .subscription-form .btn {
    border-radius: 10px !important;
  }
  .footer-section .sofa-img {
    position: absolute;
    top: -200px;
    z-index: 1;
    right: 0;
  }
  .footer-section .sofa-img img {
    max-width: 380px;
  }
  .footer-section .links-wrap {
    margin-top: 0px;
  }
  @media (min-width: 992px) {
    .footer-section .links-wrap {
      margin-top: 54px;
    }
  }
  .footer-section .links-wrap ul li {
    margin-bottom: 10px;
  }
  .footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: var(--sub-color);
  }
  .footer-section .custom-social li {
    margin: 2px;
    display: inline-block;
  }
  .footer-section .custom-social li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background: #ffffff;
    color: var(--sub-color);
    border-radius: 50%;
  }
  .text-dir{
      direction: ltr;
  }
  .address {
    color: #f9bf29;
    }
  .footer-section .custom-social li a:hover {
    background: var(--sub-color);
    color: #ffffff;
  }
  .footer-section .border-top {
    border-color: #dce5e4;
  }
  .footer-section .border-top.copyright {
    font-size: 14px !important;
  }
  
  .untree_co-section {
    padding: 7rem 0;
  }
  .d-img{
      margin-top: 30px;
      margin-bottom: 30px;
  }
  .form-control {
    height: 50px;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
  }
  .form-control:active,
  .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #3b5d50;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  }
  .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .form-control::-moz-placeholder {
    font-size: 14px;
  }
  .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .form-control:-moz-placeholder {
    font-size: 14px;
  }
  
  /* footer */


  /*** Service ***/
.service-item {
  background: var(--main-color);
  transition: 0.5s;
  border-radius: 10px;
 

}
.deger{
  background : linear-gradient(rgba(65, 83, 64, 0.324), rgba(46, 49, 67, 0.564)), url('../img/ht-değerimiz.jpeg');
  width: 60%;
  height: 360px;border-radius: 16px;
  background-repeat: no-repeat;
background-size: cover;margin: auto;
align-content: center;

}
.service-item:hover {
  margin-top: -10px;
  background: var(--sub-color);
  color: #ffffff;
}

.service-item svg {
font-weight: 900;font-size: 30px;
  color: var(--sub-color);
}
.service-item p,h5 {
  transition: 0.5s;
  color: #fff;
}

.service-item:hover * {
   color: var(--main-color);
}
/* service */
@media (min-width: 992px) {
  .service-items {
      height: 320px;
  }
}

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

@media (max-width: 560px) {
  .service-items {
      height: auto;
  }
  .deger{
  width: 90%;
    height: 360px;border-radius: 16px;
 
  
  }
}
/* service */



.partner-area{
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f7f8f8;
}

.partner-slide-item {

  text-align: center;
  padding: 10px;
}
.partner-slide-item img {
  max-width: 100%;
  height: 120px;
  display: inline-block;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
/****************** owlCarousel ************************************/





/********************** about ************************************************/
/* General Section Styles */
.about-section {
  padding: 50px 0;
  background-color: #f9fafc;
  font-family: 'Poppins', sans-serif;
}

/* Left Content */
.section-title .highlight {
  color: var(--hover);
  font-weight: 600;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 10px;
}

.main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.about-description {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.7;
}
/* Call-to-Action Button */
.learn-more {
  display: inline-block;
  padding: 12px 30px;
  background-color: var(--hover);
  color: white;
  font-weight: 600;
  border-radius: 50px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.learn-more:hover {
  background-color: var(--main-color);
  color: #fff;
}

/* Right Illustration */
.about-illustration img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease;
  border-radius: 5px;
}

.about-illustration img:hover {
  transform: scale(1.05);  /* Slight zoom effect */
}

/* Responsive Design */
@media (max-width: 992px) {
  .about-section .row {
      flex-direction: column;
      text-align: center;
  }
  .main-title {
      font-size: 2rem;
  }
  .about-illustration {
      margin-top: 30px;
  }
}
.text-container {
  max-width: 600px;
  margin: 20px auto;
  font-family: 'Poppins', sans-serif;
}

#long-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

#toggle-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;


  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#toggle-btn:hover {
  background-color: var(--main-color);
}
/**************** about ********/
/****************** about ************************************/


.services h2 {
  text-align: center;

  margin-bottom: 30px;
}
.service-card {

    background: linear-gradient(145deg, #eef2f3, #fff);
    border-radius: 12px;
    padding:10px 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin : 10px 5px;
  }
.service-card:not(:first-child) {
width: 47%;
  background: linear-gradient(145deg, #eef2f3, #fff);
  border-radius: 12px;
  padding:10px 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin : 10px 5px;
}
.hizmet-img{
  width: 40%;
}
.service-container{
  width: 57%;margin-left: 10px;
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.service-card i {
  margin-bottom: 15px;
}

.service-card h4 {
  font-size: 1.1rem;
  color:  #939496;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.service-card svg{
  font-size: 2rem; color: var(--sub-color); margin-bottom: 10px;
}
@media (max-width: 768px) {
  .service-card:first-child {
    flex: 1 1 100%;
  }
  .service-card {
      flex: 1 1 calc(50% - 20px);
  }
  .service-container{
    width: 90%;
  }
  .hizmet-img{
    display: none;
    }
}

@media (max-width: 480px) {
  .service-card {
      flex: 1 1 100%;
  }

  .service-container{
  width: 90%;
}
}

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

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
#spinner video {
  width: 100%;
  height: 100%;
}


@media (max-width: 560px) {
     
  .nav-social{
    width: 50%;
margin-bottom: 5px;
    justify-content: center;
  }
  .nav-email{
    width: 50%;
    display: block;
  }
  .nav-email a{
   font-size: 10px;
  }
  .nav-email a svg{
    display: none;
   }
  .nav-email span ,.nav-social span{
   margin: auto;
  }
  .social-link{
    padding-left: 5px;
   }
   .social-link svg{
    font-size: 15px;
   }
   .hizmet-img{
   display: none;
  }

}
.nav-email a{
 font-size: 10px;
 }
 .social-link{
  padding-left: 10px;
 }