@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: "Kanit", sans-serif;
    background-color: #FDFBF7;
    margin: 0 35px;
}

@media (max-width: 767.98px) { /* Target devices with a width less than 768px */
    section.sidebar {
        /*display: none;*/
    }
    .menu-text{
      display: none;
    }
    .hamburger_icon{
      display: none
    }
    .hamburger_icon.active{
      display: block
    }

    .align-content-around.bg-white.end-0.h-100.position-fixed.top-50.translate-middle-y {
        display: none;
    }

    body {
        font-family: "Kanit", sans-serif;
        background-color: #FDFBF7;
        margin: 0px;
    }
}

.bg-theme-btn {
    background-color: #0D48A1;
    color: #ffffff;
    transition: 0.5s;
}
.text-theme-primary {
 color: #F69C1A;
}
.bg-theme-primary {
  background-color: #F69C1A;
}
.bg-theme-btn:hover {
    background-color: #ffffff;
    color: #F69C1A !important;
}
/* nav section start */


/* new nav css start */
.sidebar {
  position: fixed;
  width: 300px;
background-color: rgba(255, 172, 29, 0.9); 
  height: 100vh; 
  left: -300px;
  transition: 1s;
  z-index: 3;
}
.sidebar.scroll {
  left: 0px;
  top: 0;
background-color: rgba(255, 172, 29, 0.9); 
  width: 100%;
}
.sidebar.scroll .side-bar-main {
  width: 50%;
  background-color: rgba(255, 255, 255, 1);
}
.sidebar .hamburger_icon {
  width: 35px;
  height: 100vh;
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  right: -35px;
  z-index: 3;
  cursor: pointer;
  transition: 0.5s;
}
.sidebar .hamburger_icon:hover {
  width: 90px;
  right: -90px;
}
.sidebar .hamburger_icon.active {
  width: 70px;
  left: 0px;
}
.sidebar .social-icons {
  width: 70px;
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .social-icons img {
  max-width: 18px;
  margin-bottom: 10px;
}
.sidebar.scroll .social-icons  {
  width: 70px;
  position: absolute;
  right: 0;
  left: unset;
}

.sidebar .hamburger_icon .icon {
  position: relative;
  width: 30px;
  height: 2px;
  top: 50%;
  left: 20px;
  background: #000000;
  transition: 0.4s;
}
.sidebar .hamburger_icon .icon:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  top: -5px;
  background: #000000;
  transition: 0.6s;
}
.sidebar .hamburger_icon .icon:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: 5px;
  background: #000000;
  transition: 0.6s;
}
.sidebar .hamburger_icon.active .icon {
  background: none;
  left: 50%;
  transform: translateX(-50%);
}
.sidebar .hamburger_icon.active .icon:before {
  top: 5px;
  transform: rotate(45deg);
  background: #000000;
}
.sidebar .hamburger_icon.active .icon:after {
  top: 5px;
  transform: rotate(-225deg);
  background: #000000;
}
.sidebar .hamburger_icon.active .icon:after {
  width: 40px;
  
}
.sidebar .sidebar-header {
  margin-bottom: 40px;
  padding-top: 40px !important;
} 
.sidebar .sidebar-header h4 {
  color: #f9f9eb;
}
.sidebar .sidebar-search {
  overflow: hidden;
  height: 40px;
}
.sidebar .sidebar-tag {
  height: 100%;
  overflow: scroll;
}
.sidebar .sidebar-tag::-webkit-scrollbar {
  display: none;
}
/* .sidebar .sidebar-tag li {
  height: 36px;
  cursor: pointer;
  display: block;
} */
.sidebar .sidebar-tag li.act {
  display: none !important;
}
.sidebar .sidebar-menu .list-group #drop_list {
  display: none;
} 
/* new nav css end */

@media only screen and (max-width: 767px) {
  .still-scroll-text {
    font-size: 28px !important;
  }
}
  .wp-icon {
    position: fixed;
      bottom: 30px;
      right: 30px;
    }
        
/* nav section end */
/* home banner section start */
.bg-bannner {
    background: #13120C;
}
.banner-hover-txt img { 
    display: none;
}
.banner-hover-txt {
    color: #FDFBF7; 
}
.banner-hover-txt:hover {
    color: #ffffff;
    transition: 0.5s;
}
.banner-hover-txt:hover img { 
    display: block;
}
   /*--- btn-3 ---*/
   .get-intouch-btn {
    padding: 5px;
  }
  .get-intouch-btn span {
    color: #000000;
    background-color: #ffffff;
  }
  .get-intouch-btn::before,
  .get-intouch-btn::after {
    background: transparent;
    z-index: 2;
    position: absolute;
    content: "";
  }
  
  /* 12. get-intouch-btn-hover */
  .btn.get-intouch-btn-hover::before,
  .btn.get-intouch-btn-hover::after {
    width: 31px;
    height: 31px;
    transition: 0.35s;
  }
  .btn.get-intouch-btn-hover::before {
    bottom: 0;
    left: 0;
    border-left: 1px solid #FDFBF7;
    border-bottom: 1px solid #FDFBF7;
  }
  .btn.get-intouch-btn-hover::after {
    top: 0;
    right: 0;
    border-right: 1px solid #FDFBF7;
    border-top: 1px solid #FDFBF7;
  }
  .btn.get-intouch-btn-hover:hover::before,
  .btn.get-intouch-btn-hover:hover::after {
    width: 100%;
    height: 100%;
  }
  
  .btn {
    position: relative;
    display: inline-block; 
    background-color: transparent;
    margin: 0px 25px 15px; 
  }
  .btn span {
    position: relative;
    display: inline-block;
    font-size: 30px; 
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 45px;
    transition: 0.3s;
  }
     


  
  @-webkit-keyframes line-slide {
    0% {
      background-position: -5% 0;
    }
    100% {
      background-position: 100% 0;
    }
  }
  
  @keyframes line-slide {
    0% {
      background-position: -5% 0;
    }
    100% {
      background-position: 100% 0;
    }
  }

  /* brand -imact section start */
  .brand-impact-hover:hover {
    background-color: #F69C1A !important;
    transition: 0.5s;
  }
  .brand-impact-hover:hover .border-1 {
    border: unset !important;
    background-color: #ffffff;
  }
  /* brand -imact section end */

  /* footer start */

  /* footer start */
  .bg-white-light  {
    background-color: #FFFFFF1A;
  }
  .ftr-service-hover:hover a {
    color: #F69C1A !important;
    transition: 0.5s;
  }
  .ftr-service-hover:hover a img, .social-media-hover:hover img {
    filter: invert(59%) sepia(91%) saturate(539%) hue-rotate(348deg) brightness(99%) contrast(94%);
    transition: 0.5s;
  }
  @media only screen and (max-width: 575px) {
    .sidebar.scroll .side-bar-main {
      width: 92%; 
    }
    .sidebar .hamburger_icon.active {
      width: 40px; 
  }
  .sidebar .hamburger_icon .icon:before {
    width: 25px;
}
.sidebar .hamburger_icon.active .icon:after {
  width: 25px;
}
  }
  @media only screen and (max-width: 575px) {
    .main-head-mob {
      font-size:40px;
    }
  }
  @media only screen and (max-width: 375px) {
    .main-head-mob {
      font-size:32px;
    }
    .get-intouch-btn span {
      font-size: 22px;
      padding: 12px 25px;
    }
}

/* Desktop: Hide sidebar and show horizontal nav */
@media (min-width: 992px) {
    /* Hide the sidebar on desktop */
    section.sidebar {
        display: none !important;
    }

    /* Hide the right-side social icons bar on desktop */
    .align-content-around.bg-white.end-0.h-100.position-fixed.top-50.translate-middle-y {
        display: none !important;
    }
}
