/*
Theme Name: Arlux 
Author: KinixThemes
Author URI: https://themeforest.net/user/Gramentheme/portfolio
Description: Arlux- Hotel & Resort Booking HTML Template
Service Html Template 
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
/*
--------------------------------------------------------------
[Table of Contents]
--------------------------------------------------------------
01. Variables & Mixins
02. Typography
03. Buttons
04. About 
05. Animation 
06. Brand 
07. Contact
08. Cta
09. Event
10. Feature
11. Footer
12. Header
13. Helping
14. Hero
15. Meanmenu
16. News
17. Preloader
18. Pricing
19. Section
20. Service
21. Shop
22. Team
23. Testimonial
--------------------------------------------------------------
*/
@import url("https://fonts.cdnfonts.com/css/big-shoulders-display");
@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: #060606;
  --black: #000;
  --white: #fff;
  --theme: #BFF747;
  --header: #FFF;
  --text: #888;
  --border: #FCFCFC;
  --bg: #1A1A1A;
  --bg2: #030523;
  --bg3: #F7F3EE;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.theme-btn {
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 500;
  text-transform: uppercase;
  height: 58px;
  line-height: 58px;
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  padding: 0 34px;
  font-family: "Kanit", sans-serif;
  color: var(--text);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 575px) {
  .theme-btn {
    font-size: 14px;
    padding: 0 25px;
    height: 52px;
    line-height: 52px;
  }
}
.theme-btn::before {
  content: "";
  position: absolute;
  width: 0;
  top: -10px;
  height: 0;
  background-color: var(--theme);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease;
  z-index: -1;
}
.theme-btn.bg-white {
  color: var(--header);
  background-color: var(--white);
}
.theme-btn.bg-white::before {
  background-color: var(--theme);
}
.theme-btn i {
  margin-left: 10px;
}
.theme-btn:hover {
  color: var(--black);
}
.theme-btn:hover::before {
  width: 800px;
  height: 800px;
  display: inline-block;
}

@keyframes slideRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideUp {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.link-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--theme);
  text-decoration: underline;
}
.link-btn i {
  margin-left: 6px;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Kanit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
  background-color: #1A1A1A;
  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: "Big Shoulders Display", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 115%;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 134%;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 600;
}

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

h6 {
  font-size: 16px;
  font-weight: 700;
}

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

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

span {
  margin: 0px;
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes scale {
  0% {
    top: -1000px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animation-infinite {
  animation: ShapeAnim 50s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 3000px;
  }
}
.splt-txt .whitespace {
  width: 8px;
}

.splt-txt.animated .char {
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splt-txt-bounce .whitespace {
  width: 20px;
}

@media (max-width: 991px) {
  .splt-txt-bounce .whitespace {
    width: 10px;
  }
}
.splt-txt-bounce.animated .char {
  -webkit-animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.demos-box-items {
  margin-top: 30px;
}
.demos-box-items .thumb {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.demos-box-items .thumb img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
.demos-box-items .thumb.style-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 16px;
  background: rgba(28, 75, 65, 0.49);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.demos-box-items .thumb.style-2 .theme-btn {
  top: -100px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: visible;
  background-color: var(--theme);
  color: #060606;
}
.demos-box-items .thumb.style-2 .theme-btn::before {
  background-color: var(--white);
}
.demos-box-items h3 {
  font-family: "Kanit", sans-serif;
}
.demos-box-items h3 a:hover {
  color: var(--theme);
}
.demos-box-items:hover .thumb.style-2::before {
  opacity: 1;
  visibility: visible;
}
.demos-box-items:hover .thumb.style-2 .theme-btn {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.demos-section .top-item {
  text-align: center;
}
.demos-section .top-item h3 {
  font-size: 60px;
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
}
@media (max-width: 1600px) {
  .demos-section .top-item h3 {
    font-size: 50px;
  }
}
@media (max-width: 1399px) {
  .demos-section .top-item h3 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .demos-section .top-item h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .demos-section .top-item h3 {
    font-size: 23px;
  }
}
.demos-section .top-item h2 {
  color: var(--white);
  font-size: 140px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .demos-section .top-item h2 {
    font-size: 112px;
  }
}
@media (max-width: 1399px) {
  .demos-section .top-item h2 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .demos-section .top-item h2 {
    font-size: 56px;
  }
}
@media (max-width: 575px) {
  .demos-section .top-item h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .demos-section .top-item .num-image img {
    width: 100%;
    height: 100%;
  }
}
.demos-section .top-item .text {
  font-size: 220px;
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  margin-top: -150px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #fff;
  color: #fff;
  text-shadow: 2px 0 0 #1A1A1A, -2px 0 0 #1A1A1A, 0 2px 0 #1A1A1A, 0 -2px 0 #1A1A1A, 1px 1px 0 #1A1A1A, -1px -1px 0 #1A1A1A, 1px -1px 0 #1A1A1A, -1px 1px 0 #1A1A1A;
}
@media (max-width: 1399px) {
  .demos-section .top-item .text {
    font-size: 180px;
  }
}
@media (max-width: 991px) {
  .demos-section .top-item .text {
    font-size: 150px;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .demos-section .top-item .text {
    font-size: 90px;
  }
}
.demos-section .top-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  margin-bottom: 15px;
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .demos-section .top-title {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.demos-section .top-title h4 {
  font-size: 30px;
  color: var(--white);
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .demos-section .top-title h4 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .demos-section .top-title h4 {
    font-size: 20px;
  }
}
.demos-section .top-title .theme-btn {
  background-color: var(--theme);
  color: #060606;
}
.demos-section .top-title .theme-btn::before {
  background-color: var(--white);
}

.feature-box-items {
  margin-top: 45px;
  text-align: center;
}
.feature-box-items .feature-image {
  margin-bottom: 20px;
}

.animation-feature-wrapper .animation-feature-content .theme-btn {
  background-color: var(--theme);
  color: #060606;
}
.animation-feature-wrapper .animation-feature-content .theme-btn::before {
  background-color: var(--white);
}
.animation-feature-wrapper .animation-feature-image {
  margin-left: 140px;
}
@media (max-width: 1199px) {
  .animation-feature-wrapper .animation-feature-image {
    margin-left: 0;
  }
}
.animation-feature-wrapper .animation-feature-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.suppert-box-items {
  margin-top: 30px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.07);
  backdrop-filter: blur(10px);
  padding: 30px;
  margin-bottom: 30px;
}
.suppert-box-items .suppert-img {
  position: relative;
}
.suppert-box-items .suppert-img .video-btn {
  width: 64px;
  height: 64px;
  line-height: 64px;
  display: inline-block;
  border: 1px solid rgba(28, 75, 66, 0.15);
  background: #1B1B1B;
  color: var(--white);
  text-align: center;
  position: absolute;
  font-size: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.suppert-box-items .suppert-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.suppert-box-items .suppert-content {
  margin-top: 20px;
  text-align: center;
}
.suppert-box-items .suppert-content h3 a:hover {
  color: var(--theme);
}
.suppert-box-items .suppert-content p {
  margin-top: 10px;
  font-size: 14px;
}
.suppert-box-items .suppert-content h5 {
  margin-top: 15px;
}
.suppert-box-items .suppert-content h5 a {
  font-size: 16px;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
  color: var(--bg);
}
.suppert-box-items .suppert-content h5 a:hover {
  color: var(--theme);
}

.suppert-section {
  margin-bottom: -30px;
}

.customize-wrapper .customize-content .customize-text {
  margin-top: 30px;
}
.customize-wrapper .customize-image img {
  width: 100%;
  height: 100%;
}

.customize-section {
  margin-bottom: -40px;
}

.feature-section {
  position: relative;
  z-index: 9;
  border-radius: 24px;
  background: #000;
  margin: 0 40px;
  margin-top: 120px;
}
@media (max-width: 1399px) {
  .feature-section {
    margin: 0 30px;
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .feature-section {
    margin-top: 80px;
  }
}
@media (max-width: 575px) {
  .feature-section {
    margin: 0 15px;
  }
}
.feature-section .blur-shape {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .feature-section .blur-shape {
    display: none;
  }
}
.feature-section .section-title-area p {
  font-size: 18px;
  font-weight: 400;
  max-width: 458px;
  color: var(--white);
}

.footer-widget-wrapper {
  padding: 100px 0 100px;
}
@media (max-width: 991px) {
  .footer-widget-wrapper {
    padding: 80px 0 0;
  }
}
.footer-widget-wrapper .footer-content {
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-content {
    margin-bottom: 30px;
  }
}
.footer-widget-wrapper .footer-content h2 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 100px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .footer-widget-wrapper .footer-content h2 {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .footer-widget-wrapper .footer-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .footer-widget-wrapper .footer-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .footer-widget-wrapper .footer-content h2 {
    font-size: 28px;
  }
}
.footer-widget-wrapper .footer-content p {
  color: var(--white);
  margin-bottom: 40px;
}
.footer-widget-wrapper .footer-content .theme-btn {
  background-color: var(--theme);
  color: #060606;
}
.footer-widget-wrapper .footer-content .theme-btn::before {
  background-color: var(--white);
}
.footer-widget-wrapper .footer-widget-item {
  display: flex;
  align-items: center;
  gap: 75px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-widget-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .footer-widget-wrapper .footer-widget-item {
    justify-content: start;
  }
}
.footer-widget-wrapper .footer-widget-item .footer-left-content {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-widget-item .footer-left-content {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.footer-widget-wrapper .footer-widget-item .footer-left-content h5 {
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
}
.footer-widget-wrapper .footer-widget-item .footer-right-content {
  display: flex;
  gap: 35px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-widget-item .footer-right-content {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.footer-widget-wrapper .footer-widget-item .footer-right-content .small-content li {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
.footer-widget-wrapper .footer-widget-item .footer-right-content .small-content li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widget-wrapper .footer-widget-item .footer-right-content .content li {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
.footer-widget-wrapper .footer-widget-item .footer-right-content .content li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-section {
  position: relative;
}
.footer-section .footer-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.footer-section .footer-shape img {
  width: 100%;
  height: 100%;
}

@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: 35px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: var(--header);
  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: 12px;
}
.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: var(--white);
  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);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.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: 17px;
  font-weight: 600;
  color: #1F1D1D;
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  width: 100%;
  text-transform: uppercase;
}
.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(--theme) !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: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: 40px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .header-right .header-button .theme-btn {
  background-color: var(--theme);
  color: #060606;
}
.header-main .header-right .header-button .theme-btn::before {
  background-color: var(--white);
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
  color: var(--white);
}

.header-1 .header-main .header-left .logo .logo-2 {
  display: none;
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-right .search-icon {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-right .header-button {
    display: none;
  }
}
.header-1 .header-main .header-right .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
  color: var(--white);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: var(--white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-1 .header-main .header-left .logo .logo-1 {
  display: none;
}
.sticky.header-1 .header-main .header-left .logo .logo-2 {
  display: block;
}
.sticky.header-1 .header-main .header-right .search-icon {
  color: var(--header);
}
.sticky.header-1 .header-main .header-right .sidebar__toggle {
  color: var(--bg);
}
.sticky.header-1 .header-main .main-menu {
  padding-left: initial;
  padding-right: initial;
}
.sticky.header-1 .header-main .main-menu ul li a {
  color: var(--bg);
}
.sticky.header-1 .header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.sticky.header-1 .header-main .main-menu ul li .submenu li a {
  color: var(--bg);
}
.sticky.header-1 .header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.sticky.header-1 .header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.sticky.header-1 .header-main .sidebar__toggle {
  color: var(--bg);
}
.sticky.header-1 .contact-items .content span {
  color: var(--text);
}
.sticky.header-1 .contact-items .content h6 a {
  color: var(--header);
}
.sticky.header-1 .header-logo {
  display: none !important;
}
.sticky.header-1 .header-logo-2 {
  display: block !important;
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.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(--bg);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
  color: var(--bg);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: #1F1D1D;
}
.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 .theme-btn {
  background-color: var(--theme);
  color: #060606;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .theme-btn::before {
  background-color: var(--white);
}
.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(--bg);
  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(--bg);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

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

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--bg);
  border-radius: 5px;
}

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

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.gt-array-button {
  display: flex;
  align-items: center;
  gap: 14px;
}
.gt-array-button .array-prev {
  background-color: var(--white);
  color: var(--header);
}

.array-prev {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--bg);
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.array-prev:hover {
  background-color: var(--theme);
  color: var(--white);
}

.array-next {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.array-next:hover {
  background-color: var(--bg);
  color: var(--theme);
}

.swiper-dot {
  padding-top: 50px;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.6s;
  background-color: rgba(252, 252, 252, 0.7);
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--theme);
  content: "";
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.brand-slide-element {
  width: auto;
  display: inline-block;
}

.max-width {
  max-width: 458px;
}

.custom-container {
  max-width: 1660px;
  margin: 0 auto;
}

.hero-1 {
  padding: 330px 0 300px;
}
@media (max-width: 1399px) {
  .hero-1 {
    padding: 130px 0;
  }
}
@media (max-width: 991px) {
  .hero-1 {
    padding: 100px 0;
  }
}
.hero-1 .hero-content {
  text-align: center;
}
@media (max-width: 1399px) {
  .hero-1 .hero-content .logo img {
    width: 100%;
    height: 100%;
  }
}
.hero-1 .hero-content h3 {
  font-size: 30px;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 10px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .hero-1 .hero-content h3 {
    margin-bottom: 30px;
    margin-top: 30px;
    letter-spacing: initial;
  }
}
.hero-1 .hero-content .theme-btn {
  background-color: var(--theme);
  color: #060606;
}
.hero-1 .hero-content .theme-btn::before {
  background-color: var(--white);
}

.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 a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--bg);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #E5E5E5 !important;
  border: none;
  font-family: "Kanit", sans-serif;
}
.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;
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Big Shoulders Display", sans-serif, "Kanit", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Big Shoulders Display", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--bg);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
  width: 100%;
  height: 50%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(23, 6, 6, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--theme);
  border-bottom: 2px solid var(--theme);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--theme);
}

input.main-search-input::placeholder {
  color: var(--theme);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--theme);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--theme);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.back-to-top {
  border-radius: 50%;
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--bg);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  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(--bg);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title h6 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.32px;
  line-height: 1;
  color: var(--theme);
  font-family: "Permanent Marker";
  position: relative;
  display: flex;
  margin-bottom: 20px;
  padding: 6px 16px;
  align-items: center;
  gap: 3px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.section-title h2 {
  text-transform: capitalize;
  font-size: 55px;
}
@media (max-width: 1399px) {
  .section-title h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .section-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 30px;
  }
}

.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-bg-2 {
  background-color: var(--header);
}

.section-bg-3 {
  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;
  }
}

.testimonial-box-items {
  margin-top: 30px;
  border-radius: 16px;
  background: black;
  padding: 40px;
  position: relative;
  height: 350px;
}
@media (max-width: 575px) {
  .testimonial-box-items {
    padding: 30px;
  }
}
.testimonial-box-items h5 {
  color: var(--white);
}
.testimonial-box-items .star {
  color: #F89500;
  margin-top: 8px;
}
.testimonial-box-items p {
  margin-top: 20px;
  font-size: 16px;
  color: var(--white);
}
.testimonial-box-items .client-info {
  margin-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 25px;
}
.testimonial-box-items .client-info h5 {
  font-size: 16px;
}
.testimonial-box-items .client-info p {
  margin-top: 5px;
  font-size: 14px;
}
.testimonial-box-items .testimonial-shape {
  position: absolute;
  bottom: 35px;
  right: 37px;
}

.testimonial-box-wrapper.style-1 {
  margin-bottom: 24px;
  margin-top: 30px;
}
.testimonial-box-wrapper .testimonial-image {
  height: 276px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.testimonial-box-wrapper .testimonial-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.gt-testimonial-section-3 {
  margin-bottom: -20px;
}
.gt-testimonial-section-3 .section-title-area .section-title p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
  max-width: 580px;
}
.gt-testimonial-section-3 .section-title-area .section-title p span {
  font-weight: 600;
  color: var(--header);
}
.gt-testimonial-section-3 .section-title-area .content h2 {
  font-size: 96px;
  font-weight: 800;
}
@media (max-width: 575px) {
  .gt-testimonial-section-3 .section-title-area .content h2 {
    font-size: 50px;
  }
}
.gt-testimonial-section-3 .section-title-area .content h3 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Big Shoulders Display", sans-serif;
}/*# sourceMappingURL=main.css.map */