/* 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:var(--sub-color);
  }
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  body{
      background-color: #EFF2F1;
  }
  
  .special-heading {
      
      color: #cfd0d1;
      font-size: 100px;
      text-align: center;
      font-weight: 800;
      letter-spacing: -3px;
      margin: 0;
    }
  .sub-menu{
      background-color:var(--sub-color);
  }
  .sub-menu a ,i,.email{
      color: var(--main-color);
  }
    .special-heading + p {
      margin: -30px 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 */
  .img-logo {
    width: 70px;
    height: 70px;
  }
  .img-logo-footer {
      width: 160px;
      height: 160px;
      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: #f9bf29;
      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;
  }
  .carousel .carousel-item::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(34, 37, 44, 0.427) !important;
    }
  .carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .text-title {
    color: #f9bf29;
  }
  
  .carousel .carousel-caption {
    position: absolute;
    top: 50%;
    transform: translate(9%, -50%);
    text-align: right;
    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(14%, -50%);
          text-align: center;
          z-index: 10;  
        }
        .carousel .carousel-caption h1,.h1 {
          font-weight: 500;width: 100%;
          font-size: 40px;text-align: center;
        }
        .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: 20px;
          width: 70%;text-align: center;
          margin-top: 40px;
          margin: auto;
        }
        .carousel .carousel-caption h5 {
            font-weight: 400;text-align: center;
          }
     
    }
  
    @media (max-width: 560px) {
     
        .carousel .carousel-caption h1{
          font-weight: 500;width: 95%;
          padding: 0 10px;
          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: 450px;
      background : linear-gradient(rgba(65, 83, 64, 0.324), rgba(46, 49, 67, 0.564)) , url('../img/aldivan-00.jpeg');
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  /* product page*/
  
  /* product*/
  
  .blog-section {
      padding: 10px 0 12rem 0;
    }
    .blog-section .post-entry a {
      text-decoration: none;  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.563);
  
    }
    .blog-section .post-entry .post-thumbnail {
      display: block;
      margin-bottom: 20px;
      border-radius: 20px;
      overflow: hidden;
    }
    @media (max-width: 767px) {
      .blog-section .post-entry .post-thumbnail {
        text-align: center;
        width: 100%;
      }
      .row-product-item{
          justify-content: center;
      }
     
     
    }
    .blog-section .post-entry .post-thumbnail img {
      border-radius: 20px;
      height: 400px;
      width: 100%;
      object-fit:cover ;
      
      -webkit-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      transition: 0.3s all ease;
    }
    .blog-section .post-entry .post-thumbnail img:hover{
      transform: scale(1.1);
    }
    .blog-section .post-entry .post-content-entry {
      padding-left: 5px;
      padding-right: 5px;
    }
  
    .blog-section .post-entry:hover .post-thumbnail img,
    .blog-section .post-entry:focus .post-thumbnail img {
      opacity: 0.7;
    }
  /* proudect*/
  /* 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 */