@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap");
@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");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #DAA520;
  --theme2: #FFD531;
  --header: #121212;
  --text: #f5f5f4cc;
  --border: #2A2A2A;
  --body-bg: #121212;
  --bg: #171717;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}
.offcanvas__close{
	font-size: 50px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
:root {
    --swiper-theme-color: #007aff
}
:root {
    --swiper-navigation-size: 44px
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    transform: translate3d(0px,0,0)
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.phone-link {
    color: #ffffff;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
	white-space: nowrap;
}
.phone-icon {
    font-size: 1.2rem;
    color: var(--theme); 
    margin-right: 8px;
    transform: rotate(10deg);
}
.phone-link:hover {
    color: #FFC107 !important;
}
.footer-icons-wrapper .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.icon.viber {
    background-color: #7360f2;
}
.icon.telegram {
    background-color: #0088cc;
}
.icon.whatsapp {
    background-color: #25D366;
}
.footer-icons-wrapper .icon:hover {
    transform: scale(1.18);
    box-shadow: 0 0 12px rgba(0,0,0,0.25);
}
@keyframes pulseHighlight {
    0%   { transform: scale(1); box-shadow: 0 0 0 rgba(255,255,255,0); }
    50%  { transform: scale(1.12); box-shadow: 0 0 14px rgba(255,255,255,0.55); }
    100% { transform: scale(1); box-shadow: 0 0 0 rgba(255,255,255,0); }
}
.icon.viber {
    animation: pulseHighlight 3s infinite;
}
.icon.telegram {
    animation: pulseHighlight 3s infinite 1s;
}

.icon.whatsapp {
    animation: pulseHighlight 3s infinite 2s;
}
.price-highlight {
    color: var(--theme);
    font-weight: 700;
    font-size: 40px !important;
}
.video-gallery {
    padding: 60px 0;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

.video-item {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    background: #000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.35);
}

.video-item video {
    width: 100%;
    height: 400px;
    display: block;
}
.button-container-center {
    display: flex;
    justify-content: center;
  
    margin: 30px 0;
}
.callback-bt {
        background:#FFC107;
        border:2px solid ##FFC107;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(242,166,0, 0.3);
        cursor:pointer;
        height:68px;
        text-align:center;
        width:68px;
        position: fixed;
        right: 8%;
        bottom: 6%;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
        height:68px;
        width:68px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.callback-bt i {
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(242,166,0,0.3),0 0 0 0 rgba(242,166,0,0.2),0 0 0 0 rgba(242,166,0,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(242,166,0,0.3),0 0 0 15px rgba(242,166,0,0.2),0 0 0 0 rgba(242,166,0,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(242,166,0,0.3),0 0 0 30px rgba(242,166,0,0),0 0 0 26.7px rgba(242,166,0,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(242,166,0,0.3),0 0 0 30px rgba(242,166,0,0),0 0 0 40px rgba(242,166,0,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(242,166,0,0.3),0 0 0 0 rgba(242,166,0,0.2),0 0 0 0 rgba(242,166,0,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(242,166,0,0.3),0 0 0 15px rgba(242,166,0,0.2),0 0 0 0 rgba(242,166,0,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(242,166,0,0.3),0 0 0 30px rgba(242,166,0,0),0 0 0 26.7px rgba(242,166,0,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(242,166,0,0.3),0 0 0 30px rgba(242,166,0,0),0 0 0 40px rgba(242,166,0,0.0)
}
}

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
:root {
--default-border-color: #555555;
--highlight-color: #FFC107;
--text-color: #ffffff;
}

.marquee-container {
overflow: hidden;
white-space: nowrap;
background-color: rgba(0, 0, 0, 0.4);
padding: 10px 0;
}

.marquee-content-wrapper {
display: flex;
width: max-content;
animation: marquee-scroll 25s linear infinite;
}

.marquee-content {
display: flex;
}

@keyframes marquee-scroll {
from {
transform: translateX(0);
}

to {
transform: translateX(-50%);
}
}

.highlight-item {
border: 2px solid var(--default-border-color);
border-radius: 6px;
color: var(--text-color);
background-color: rgba(0, 0, 0, 0.2);
padding: 8px 15px;
margin-right: 15px;
display: inline-block;
min-width: 150px;
box-shadow: none;
transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.highlight-item p {
font-size: 0.9rem;
white-space: nowrap;
}

.highlight-item.active-highlight {
border-color: var(--highlight-color);
box-shadow: 0 0 10px rgba(255, 193, 7, 0.7);
}

.icon svg {
width: 60px;
height: 60px;
}
.language-switcher {
  display: flex;
  gap: 10px;
  margin-left: 20px;
}

.lang-btn {
  display: inline-block;
  padding: 5px 12px;
  border: 2px solid #333;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.lang-btn:hover {
  background-color: #333;
  color: #fff;
}

#desktop-menu, .language-switcher {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header__hamburger {
  display: none;
}

@media (max-width: 991px) {
  #desktop-menu, .language-switcher {
    display: none; 
  }

.header__hamburger {
    display: block;
    cursor: pointer;
 }

  .mobile-language-switcher {
    display: flex;
    gap: 10px;
  }
}
.success-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #4CAF50;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    max-width: 80%;  
    opacity: 0; 
    transition: opacity 0.4s ease-in-out; 
}
.success-popup.show {
    display: block;
    opacity: 1;
}
.theme-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--theme);
  color: var(--header);
  font-size: 18px;
  font-weight: 400;
  padding: 22px 40px;
  transition: 0.5s ease-in-out;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  border-radius: 120px;
  line-height: 1;
  font-family: "Kanit", sans-serif;
}
.theme-btn::after {
  content: "";
  background-color: var(--white);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}
.theme-btn i {
  margin-left: 10px;
}
.theme-btn:hover {
  background-color: var(--white);
  color: var(--header);
}
.theme-btn:hover::after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 20px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
    font-size: 20px;
	font-weight: 700;
  }
}

.theme-btn-2 {
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  color: var(--theme);
  text-transform: capitalize;
}
.theme-btn-2 i {
  margin-left: 10px;
}
.theme-btn-2:hover {
  color: var(--theme2);
}
body {
  font-family: "Kanit", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Teko", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
}
@media (max-width: 575px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.about-wrapper-2 .about-video-image {
  position: relative;
  margin-top: 30px;
  height: 460px;
}
.about-wrapper-2 .about-video-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.about-wrapper-2 .abour-right-items {
  border-radius: 12px;
  border: 1px solid #2A2A2A;
  background: #1D1D1D;
  margin-top: 30px;
  padding: 24px;
}
.about-wrapper-2 .abour-right-items .content-box {
  padding: 24px;
  background-color: var(--theme);
  border-radius: 12px;
}
.about-wrapper-2 .abour-right-items .content-box:last-child {
  background-color: var(--white);
}
.about-wrapper-2 .abour-right-items .content-box:not(:last-child) {
  margin-bottom: 24px;
}
.about-wrapper-2 .abour-right-items .content-box h3 {
  color: var(--header);
  margin-bottom: 5px;
}
.about-wrapper-2 .abour-right-items .content-box p {
  color: var(--header);
}

.contact-wrapper .contact-content {
  background-color: #171717;
  padding: 60px 40px;
  border-radius: 12px;
}
.contact-wrapper .contact-content .contact-form-items {
  margin-top: 30px;
}
.contact-wrapper .contact-content .contact-form-items .form-clt span {
  color: var(--text);
  text-transform: capitalize;
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}
.contact-wrapper .contact-content .contact-form-items .form-clt input, .contact-wrapper .contact-content .contact-form-items .form-clt textarea {
  color: var(--text);
  padding: 18px 20px;
  width: 100%;
  background-color: transparent;
  border: none;
  border: 1px solid var(--border);
}
.contact-wrapper .contact-content .contact-form-items .form-clt input::placeholder, .contact-wrapper .contact-content .contact-form-items .form-clt textarea::placeholder {
  color: var(--text);
}
.contact-wrapper .contact-content .contact-form-items .form-clt textarea {
  padding-bottom: 20px;
}

.counter-items {
  text-align: center;
}
.counter-items h2 {
  font-size: 80px;
  font-weight: 600;
}
.counter-items p {
  font-size: 18px;
}
.counter-items.style-2 h2 {
  -webkit-text-stroke: 1px #BFF747;
  -webkit-text-fill-color: transparent;
}

.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 40s linear infinite;
  gap: 30px;
  cursor: pointer;
}
.scrolling-wrap .comm .cmn-textslide {
  font-size: 160px;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  color: #2A2A2A;
}
.scrolling-wrap .comm .text-custom-storke {
  -webkit-text-stroke: 1px rgb(42, 42, 42);
  -webkit-text-fill-color: transparent;
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
@media (max-width: 991px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
  .scrolling-wrap .comm .cmn-textslide {
    font-size: 90px;
    line-height: 100px;
  }
  .scrolling-wrap .comm img {
    width: 70px;
  }
}
@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
  .scrolling-wrap .comm .cmn-textslide {
    font-size: 60px;
    line-height: 65px;
  }
  .scrolling-wrap .comm img {
    width: 70px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}

.footer-widgets-wrapper {
  padding: 50px 0 80px;
  position: relative;
  z-index: 9;
}
.footer-widgets-wrapper .single-footer-widget {
  margin-top: 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
  font-weight: bold;
  color: var(--white);
  font-size: 32px;
  display: inline-block;
}
@media (max-width: 767px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 20px;
  }
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-text {
  margin-top: 25px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-text h4 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  text-transform: lowercase;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-text h4 a {
  color: var(--text);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-text h5 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  text-transform: lowercase;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-text h5 a {
  color: var(--text);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
  position: relative;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input {
  outline: none;
  width: 100%;
  color: rgba(245, 245, 244, 0.6);
  background-color: transparent;
  border: none;
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::placeholder {
  color: rgba(245, 245, 244, 0.6);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn {
  background-color: #2A2A2A;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  color: var(--white);
  position: absolute;
  top: 0;
  right: 0;
}
.footer-widgets-wrapper .single-footer-widget .list-items li {
  text-transform: capitalize;
  background-image: linear-gradient(var(--theme), var(--theme));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  display: table;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.footer-widgets-wrapper .single-footer-widget .list-items li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper .single-footer-widget .list-items li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .list-items li a {
  font-size: 18px;
  color: var(--text);
  position: relative;
  font-weight: 400;
}
.footer-widgets-wrapper .single-footer-widget .list-items li:hover {
  background-size: 100% 1px;
}
.footer-widgets-wrapper .single-footer-widget .list-items li:hover::before {
  opacity: 1;
  visibility: visible;
  color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget .list-items li:hover a {
  padding-left: 25px;
  color: var(--theme);
}

.footer-bottom {
  padding: 30px 0;
  border-top: 1px solid var(--border);
}
.footer-bottom .footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer-bottom .footer-bottom-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.footer-bottom p {
  color: var(--white);
  font-weight: 400;
}
.footer-bottom p a {
  color: var(--theme);
  font-weight: 400;
  text-decoration: underline;
}
.footer-section.style-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #1D1D1D;
  z-index: -1;
  left: 73%;
}
@media (max-width: 1399px) {
  .footer-section.style-2::before {
    left: 0;
  }
}
.footer-right-content {
  padding-top: 80px;
  margin-right: -350px;
  text-align: center;
}
@media (max-width: 1899px) {
  .footer-right-content {
    margin-right: -75px;
  }
}
@media (max-width: 1399px) {
  .footer-right-content {
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer-right-content h2 {
  font-size: 40px;
  text-align: center;
}


.footer-section.style-2 {
  position: relative;
  z-index: 9;
}
.footer-section.style-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #1D1D1D;
  z-index: -1;
  left: 73%;
}
@media (max-width: 1399px) {
  .footer-section.style-2::before {
    left: 0;
  }
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 32px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 115%;
  inset-inline-start: 0;
  min-width: 240px;
  background: #120f0f;
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 6px solid var(--theme);
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  width: 100%;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 1000px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--header) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0px !important;
  background-color: var(--theme);
  line-height: initial;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--header) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover::before {
  background-color: var(--header) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .header-right {
  gap: 24px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-1 {
  border-bottom: 1px solid #2A2A2A;
}
@media (max-width: 767px) {
  .header-1 .header-right {
    gap: 15px;
  }
}
.header-1 .header-right .header-button {
  display: flex;
  align-items: center;
  gap: 0;
}

.header-1 .header-right .header-button .theme-btn {
  padding: 19px 30px;
}
@media (max-width: 1399px) {
  .header-1 .header-right .header-button .theme-btn {
    display: none;
  }
}
.header-1 .header-right .sidebar__toggle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: #181818;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}


.offcanvas__logo a img {
  width: 280px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
/* Offcanvas overlay */
.offcanvas__overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto; /* важно для клика */
  transition: opacity 0.3s, visibility 0.3s;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

/* Offcanvas меню */
.offcanvas__info {
  position: fixed;
  top: 0;
  right: -400px; /* скрыто за правой границей */
  width: 400px;
  height: 100%;
  background: var(--bg);
  border-left: 2px solid var(--theme);
  z-index: 9999;
  padding: 20px;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  transition: right 0.45s ease-in-out, opacity 0.45s ease-in-out;
  opacity: 0;
}

.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  right: 0;
  opacity: 1;
}

/* Список ссылок внутри меню */
.offcanvas__info ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.offcanvas__info ul li {
  margin: 10px 0;
}

/* Адаптив для маленьких экранов */
@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
    height: 90%;
    border-radius: 25px;
  }
}


@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}


.body-bg {
  background-color: var(--body-bg);
}

.hero-1 {
  position: relative;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 34px;
  }
}
.hero-1 .hero-content h1 span {
  color: var(--theme);
  text-decoration: underline;
}
@media (max-width: 575px) {
  .hero-1 .hero-content h1 img {
    width: 80px;
  }
}
.hero-1 .hero-content p {
  max-width: 600px;
  font-size: 20px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .hero-1 .hero-content p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content p {
    font-size: 16px;
  }
}
.hero-1 .hero-image {
  margin-top: 50px;
}
.hero-1 .hero-image img {
  width: 100%;
  height: 100%;
}
.hero-1 .hero-counter {
  padding: 40px;
  background-color: var(--theme);
  display: inline-block;
  width: 340px;
  position: absolute;
  top: 120px;
  right: 172px;
}
@media (max-width: 1600px) {
  .hero-1 .hero-counter {
    right: 0;
  }
}
@media (max-width: 1600px) {
  .hero-1 .hero-counter {
    position: static;
    max-width: 1500px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-counter {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.hero-1 .hero-counter .counter-items {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .hero-1 .hero-counter .counter-items {
    margin-bottom: 0;
  }
}
.hero-1 .hero-counter .counter-items:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--header);
}
@media (max-width: 1600px) {
  .hero-1 .hero-counter .counter-items:not(:last-child) {
    padding-bottom: 0;
    border: none;
  }
}
.hero-1 .hero-counter .counter-items h2 {
  font-size: 80px;
  font-weight: 600;
  color: var(--header);
}
@media (max-width: 991px) {
  .hero-1 .hero-counter .counter-items h2 {
    font-size: 55px;
  }
}
.hero-1 .hero-counter .counter-items p {
  text-transform: uppercase;
  color: var(--header);
  font-weight: 400;
}
.hero-1 .circle-item {
  width: 170px;
  height: 170px;
  line-height: 179px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--white);
  position: absolute;
  right: 30%;
  top: 25%;
}
@media (max-width: 991px) {
  .hero-1 .circle-item {
    display: none;
  }
}
.hero-1 .circle-item .circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  top: -4%;
  left: 7%;
  animation: cir36 10s linear infinite;
}
.hero-1 .circle-item .border-line {
  border: 1px solid var(--white);
  border-radius: 50%;
  width: 76px;
  height: 76px;
  line-height: 76px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-1 .circle-item .border-line .arrow-icon {
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  color: var(--header);
  display: inline-block;
}
.hero-1 .circle-item .border-line .arrow-icon i {
  transform: rotate(-40deg);
}
.hero-section{
  margin-top: 30px;	
}
.hero-2 .hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-content {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.hero-2 .hero-content h1 span {
  text-decoration: underline;
  color: var(--theme);
}
@media (max-width: 1199px) {
  .hero-2 .hero-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 40px;
    margin-bottom: -10px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 img {
    width: 80px;
  }
}
.hero-2 .hero-content .content {
  flex-basis: 35%;
}
@media (max-width: 1199px) {
  .hero-2 .hero-content .content {
    flex-basis: 100%;
  }
}
.hero-2 .hero-content .content p {
  font-size: 20px;
  margin-left: -75px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-content .content p {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content .content p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content .content p {
    font-size: 16px;
  }
}
.hero-2 .hero-content .content .theme-btn {
  border-radius: 12px;
  margin-top: 60px;
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-content .content .theme-btn {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content .content .theme-btn {
    margin-top: 30px;
  }
}
.hero-2 .hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.hero-2 .hero-counter .counter-items {
  text-align: center;
  background-color: #1D1D1D;
  padding: 30px;
  border-radius: 12px;
  transition: all 0.4s ease-in-out;
}
.hero-2 .hero-counter .counter-items:not(:last-child) {
  margin-bottom: 10px;
}
.hero-2 .hero-counter .counter-items h2 {
  font-size: 55px;
  color: var(--white);
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .hero-2 .hero-counter .counter-items h2 {
    font-size: 55px;
  }
}
.hero-2 .hero-counter .counter-items p {
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .hero-2 .hero-counter .counter-items p {
    font-size: 16px;
  }
}
.hero-2 .hero-counter .counter-items:hover {
  background-color: var(--theme);
  color: var(--header);
}
.hero-2 .hero-counter .counter-items:hover h2 {
  color: var(--header);
}
.hero-2 .hero-counter .counter-items.active {
  background-color: var(--theme);
  color: var(--header);
}
.hero-2 .hero-counter .counter-items.active h2 {
  color: var(--header);
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--white);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}


.main-sidebar .single-sidebar-widget {
  padding: 40px 30px;
  background-color: #171717;
  margin-bottom: 30px;
  border-radius: 12px;
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}
.main-sidebar .single-sidebar-widget .wid-title h3 {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
}
.main-sidebar .single-sidebar-widget .wid-title h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  content: "";
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: #2A2A2A;
  font-size: 16px;
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--white);
  border-radius: 4px;
}
.main-sidebar .single-sidebar-widget .search-widget form input::placeholder {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme);
  color: var(--header);
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 0 4px 4px 0;
}
.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  background-color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 20px;
  background-color: #1D1D1D;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
  border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  color: var(--text);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--text);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
  border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content span {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  margin-bottom: 8px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
  color: var(--text);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
  color: var(--theme);
  margin-right: 5px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
  font-weight: 500;
  font-size: 20px;
  font-family: "Kanit", sans-serif;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
  color: var(--theme);
}
.main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 14px 20px;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  background-color: #1D1D1D;
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-radius: 0;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  border-radius: 120px;
}
.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sidebar .single-sidebar-widget .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--header);
}


.back-to-top {
  border-radius: 50%;
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--header);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 99;
  left: 20px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.pricing-card-items {
  border-radius: 4px;
  border: 1px solid #2A2A2A;
  background: #171717;
  padding: 40px 32px;
}
.pricing-card-items .pricing-header {
  padding-bottom: 30px;
}
.pricing-card-items .pricing-header span {
  font-size: 22px;
  display: inline-block;
  margin-bottom: 20px;
}
.pricing-card-items .pricing-header h2 {
  font-size: 35px;
}
.pricing-card-items .pricing-header h2 sub {
  font-size: 18px;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
}
.pricing-card-items .pricing-header p {
  margin-top: 10px;
  font-weight: 300;
}
.pricing-card-items .pricing-list {
  border-top: 1px solid #2A2A2A;
  padding-top: 30px;
}
.pricing-card-items .pricing-list li {
  font-weight: 300;
  position: relative;
  padding-left: 20px;
}
.pricing-card-items .pricing-list li::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 8px;
  background-color: var(--white);
}
.pricing-card-items .pricing-list li:not(:last-child) {
  margin-bottom: 20px;
}
.pricing-card-items .pricing-button {
  margin-top: 40px;
}
.pricing-card-items .pricing-button .theme-btn {
  border-radius: 4px;
  width: 100%;
  border: 1px solid var(--white);
  background-color: transparent;
  color: var(--white);
  padding: 20px 40px;
}
.pricing-card-items .pricing-button .theme-btn::before, .pricing-card-items .pricing-button .theme-btn::after {
  background-color: var(--theme);
}
.pricing-card-items .pricing-button .theme-btn:hover {
  color: var(--header);
}

.portfolio-box-items {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--border);
  position: relative;
}
@media (max-width: 1199px) {
  .portfolio-box-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.portfolio-box-items .project-wrap {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 991px) {
  .portfolio-box-items .project-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.portfolio-box-items .content {
  padding-right: 80px;
  border-right: 1px solid var(--border);
}
@media (max-width: 1199px) {
  .portfolio-box-items .content {
    padding-right: 0;
    border: none;
  }
}
.portfolio-box-items .content span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  margin-bottom: 15px;
}
.portfolio-box-items .content h3 {
  font-size: 32px;
}
.portfolio-box-items .content h3 a:hover {
  color: var(--theme);
}
.portfolio-box-items p {
  max-width: 480px;
}
.portfolio-box-items .radius-btn {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  text-align: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid var(--border);
  padding-top: 50px;
}
.portfolio-box-items .radius-btn i {
  display: block;
  transform: rotate(-40deg);
  margin-bottom: 5px;
}
.portfolio-box-items .radius-btn:hover {
  background-color: var(--theme);
  color: var(--header);
}
.portfolio-box-items .project-hover {
  width: 200px;
  height: 240px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  inset-inline-start: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  visibility: hidden;
}
.portfolio-box-items:hover .project-hover {
  opacity: 1;
  visibility: visible;
}

.portfolio-image-items {
  position: relative;
  margin-top: 30px;
}
.portfolio-image-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 12px;
}
@media (max-width: 575px) {
  .portfolio-image-items {
    height: 400px;
  }
}
.portfolio-image-items img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.portfolio-image-items .content {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.portfolio-image-items .content p {
  font-weight: 700;
  color: var(--white);
  margin-bottom: 5px;
  font-size: 16px;
}
.portfolio-image-items .content h3 {
  font-size: 32px;
}
.portfolio-image-items .content h3 a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0;
  text-transform: none;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.portfolio-image-items .content h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme)), to(var(--theme)));
  background-image: linear-gradient(var(--theme), var(--theme));
  color: var(--theme);
}

.portfolio-section .portfolio-slider {
  margin-left: -10%;
  margin-right: -10%;
}

.portfolio-card-items {
  margin-top: 30px;
}
.portfolio-card-items .content {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.portfolio-card-items .content .title-header span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  margin-bottom: 5px;
}
.portfolio-card-items .content .title-header h3 {
  font-size: 32px;
}
@media (max-width: 991px) {
  .portfolio-card-items .content .title-header h3 {
    font-size: 26px;
  }
}
.portfolio-card-items .content .title-header h3 a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0;
  text-transform: none;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.portfolio-card-items .content .title-header h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme)), to(var(--theme)));
  background-image: linear-gradient(var(--theme), var(--theme));
  color: var(--theme);
}
.portfolio-card-items .content .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #2A2A2A;
  color: var(--white);
}
.portfolio-card-items .content .icon:hover {
  background-color: var(--theme);
  color: var(--header);
}
.portfolio-card-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.project-details-wrapper .project-details-content h2 {
  font-size: 56px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .project-details-wrapper .project-details-content h2 {
    font-size: 45px;
  }
}
.project-details-wrapper .project-category-items ul li {
  font-size: 20px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-details-wrapper .project-category-items ul li:not(:last-child) {
  margin-bottom: 20px;
}
.project-details-wrapper .project-category-items ul li span {
  font-size: 18px;
  color: var(--text);
  text-align: right;
  display: block;
}
.project-details-wrapper .details-image {
  margin-top: 50px;
  margin-bottom: 50px;
}
.project-details-wrapper .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.project-details-wrapper .project-content-2 h2 {
  font-size: 48px;
}
@media (max-width: 575px) {
  .project-details-wrapper .project-content-2 h2 {
    font-size: 40px;
  }
}
.project-details-wrapper .project-details-content-3 h2 {
  font-size: 40px;
}
@media (max-width: 575px) {
  .project-details-wrapper .project-details-content-3 h2 {
    font-size: 35px;
  }
}
.project-details-wrapper .project-details-content-3 .details-list-items {
  display: flex;
  gap: 100px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .project-details-content-3 .details-list-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.project-details-wrapper .project-details-content-3 .details-list-items ul li {
  font-size: 18px;
}
.project-details-wrapper .project-details-content-3 .details-list-items ul li:not(:last-child) {
  margin-bottom: 15px;
}
.project-details-wrapper .project-details-content-3 .details-list-items ul li i {
  margin-right: 7px;
  color: var(--theme);
}
.project-details-wrapper .preview-area {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-details-wrapper .preview-area .preview-item {
  color: var(--theme);
  font-size: 20px;
  font-weight: 600;
  font-family: "Teko", sans-serif;
}
.project-details-wrapper .preview-area .preview-item i {
  margin-right: 10px;
}
.project-details-wrapper .preview-area .preview-item.style-2 {
  color: var(--white);
}
.project-details-wrapper .preview-area .preview-item.style-2 i {
  margin-right: 0;
  margin-left: 10px;
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title h6 {
  color: var(--theme);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
}
.section-title h2 span {
  color: var(--theme);
  text-decoration: underline;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.service-box-items {
  margin-top: 30px;
  padding: 32px 30px;
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
  position: relative;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .service-box-items {
    border: none;
  }
}
.service-box-items .icon {
  font-size: 40px;
  color: var(--theme);
  position: relative;
  z-index: 9;
}
.service-box-items .content {
  margin-top: 25px;
  position: relative;
  z-index: 9;
}
.service-box-items .content h3 {
  margin-bottom: 10px;
}
.service-box-items .content h3 a:hover {
  color: var(--theme);
}
.service-box-items .content p {
  font-size: 17px;
}
.service-box-items .content .service-btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-box-items .content .service-btn .link-btn {
  font-size: 20px;
  font-weight: 600;
  font-family: "Teko", sans-serif;
  text-transform: capitalize;
  display: inline-block;
}
.service-box-items .content .service-btn:hover .arrow-icon, .service-box-items .content .service-btn:hover .link-btn {
  color: var(--theme);
}
.service-box-items.border-none {
  border-right: none;
}
.service-box-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--bg);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  z-index: -1;
}
.service-box-items:hover {
  border-right: 1px solid var(--theme);
}
.service-box-items:hover::before {
  transform: scale(1, 1);
  transform-origin: top center;
}
.service-box-items.style-2 {
  padding: 32px;
  border-radius: 4px;
  border: 1px solid var(--border);
  position: relative;
}
.service-box-items.style-2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid var(--theme);
  border-left: 1px solid var(--theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: initial;
}
.service-box-items.style-2::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid var(--theme);
  border-right: 1px solid var(--theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.service-box-items.style-2:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.service-box-items.style-2:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transform: initial;
  transform-origin: initial;
}
.service-box-items.style-3::before {
  background-color: #1D1D1D;
}
@media (max-width: 1199px) {
  .service-box-items {
    border-right: 1px solid var(--theme);
  }
  .service-box-items::before {
    transform: scale(1, 1);
    transform-origin: top center;
  }
}

.service-box-items-2 {
  margin-top: 30px;
  padding: 32px;
  border-radius: 4px;
  border: 1px solid #2A2A2A;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.service-box-items-2 .icon {
  font-size: 40px;
  color: var(--theme);
}
.service-box-items-2 .content {
  margin-top: 25px;
}
.service-box-items-2 .content h3 {
  margin-bottom: 15px;
}
.service-box-items-2 .content h3 a:hover {
  color: var(--theme);
}
.service-box-items-2 .content .service-btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-box-items-2 .content .service-btn .link-btn {
  font-size: 20px;
  font-weight: 600;
  font-family: "Teko", sans-serif;
  text-transform: capitalize;
  display: inline-block;
}
.service-box-items-2 .number {
  font-size: 56px;
  font-weight: 600;
  font-family: "Teko", sans-serif;
  color: #2A2A2A;
  position: absolute;
  top: 40px;
  right: 40px;
}
.service-box-items-2:hover .content .service-btn .arrow-icon, .service-box-items-2:hover .content .service-btn .link-btn {
  color: var(--theme);
}

.service-details-wrapper .details-content h2 {
  font-size: 56px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .service-details-wrapper .details-content h2 {
    font-size: 45px;
  }
}
.service-details-wrapper .details-content h3 {
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .service-details-wrapper .details-content h3 {
    font-size: 40px;
  }
}
.service-details-wrapper .details-content .details-list-items {
  display: flex;
  align-items: center;
  gap: 150px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .service-details-wrapper .details-content .details-list-items {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.service-details-wrapper .details-content .details-list-items ul li {
  color: var(--white);
}
.service-details-wrapper .details-content .details-list-items ul li:not(:last-child) {
  margin-bottom: 15px;
}
.service-details-wrapper .details-image {
  border-top: 1px solid var(--border);
  padding-top: 60px;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .service-details-wrapper .details-image {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.service-details-wrapper .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.service-details-wrapper .details-image-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.service-details-wrapper .details-image-2 img {
  width: 100%;
  height: 100%;
}
