/*-----------------------------------------------------------------------------------

  Template Name: Verso - Multipurpose HTML5 Template
  Author: RRDevs
  Support: https://support.rrdevs.net/
  Version: 1.0.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************
/* variable css */
/*Variable CSS
/*Typography CSS
/*About Us


/* === Colors variable scss (index 01) === */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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 {
  --primary: #1F1F1F;
  --heading: #0A0A0A;
  --rr_body: #838383;
  --black: #000000;
  --white: #FFFFFF;
  --theme: #F41E1E;
}

/* === Responsive variable scss (index 02) === */
/* === For Box Layout scss (index 03) === */
/* === Responsive container scss (index 04) === */
/* === heading scss (index 01) === */
/* === dark scss (index 01) === */
/* === bg primary  scss (index 01) === */
/* === Transition multiple scss (index 01) === */
/* === Transform scss (index 01) === */
/* === Flexbox scss (index 01) === */
/* === Font Family scss (index 01) === */
/* === Font Variable scss (index 03) === */
:root {
  --font_Kanit: "Kanit", sans-serif;
  --font_Bebas:"Bebas Neue", sans-serif;
  --font_inter:"Inter", sans-serif;
  --font_code-pro: "Source Code Pro", monospace;
  --font_awesome: "Font Awesome 6 Pro";
}

/* === Defalut Style scss (index 03) === */
* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--rr_body);
  font-family: var(--font_Kanit);
  background: var(--primary);
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: var(--heading);
  line-height: 1.22;
  font-weight: 500;
  font-family: var(--font_Bebas);
}

ul,
ol {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}
a:hover {
  color: var(--theme);
}

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

p {
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 500;
}

video,
iframe,
img {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

/* === Gutter scss (index 03) === */
@media only screen and (max-width: 767px) {
  .g-0 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row.g-0 {
    padding-right: 0;
    padding-left: 0;
  }
  br {
    display: none;
  }
}
main {
  width: 100%;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

/* === Scrollbar scss (index 01) === */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #d6d6d6;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* === positioning scss (index 02) === */
.rr-pos-rel {
  position: relative;
}

.rr-pos-abs {
  position: absolute;
}

.rr-ov-hidden {
  overflow: hidden;
}

/* === Container scss (index 03) === */
.rr-container-1650 {
  max-width: 1650px;
}

.rr-container-1710 {
  max-width: 1710px;
}

.rr-container-1920 {
  max-width: 1910px;
}

.rr-container-1320 {
  max-width: 1290px;
}

/* === Background scss (index 04) === */
.rr-bg-primary {
  background-color: var(--primary);
}

/* === Parallax view scss (index 05) === */
.parallax-view {
  overflow: hidden;
}

.go-down {
  width: 28px;
  height: 28px;
  background-color: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 50%;
}
.dark .go-down {
  color: var(--black);
}

/* === Section title scss (index 06) === */
.section-title {
  font-size: 90px;
  /* Specific font family and weight */
}
@media only screen and (max-width: 1919px) {
  .section-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 35px;
  }
}
.section-title.font-bdogrotesk-regular {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.05em;
}
.section-title.font-bdogrotesk-regular-50 {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (min-width: 1200px) {
  .section-title.font-bdogrotesk-regular-50 {
    font-size: 50px;
  }
}
.section-title.font-astronebula-light {
  font-family: var(--font_astronebula);
  font-weight: 300;
  line-height: 0.83;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1199px) {
  .section-title.font-astronebula-light {
    line-height: 0.93;
  }
}

/* === Section spacing  scss (index 07) === */
.section-spacing-bottom {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing-bottom {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-bottom {
    padding-bottom: 60px;
  }
}

/* === ontainer styling with full HD support  scss (index 08) === */
@media (min-width: 1600px) {
  .container.full-hd {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

/* ===Inverted scss (index 09) === */
.text-invert > div {
  background-image: linear-gradient(to right, var(--primary) 50%, #CDC9C6 51%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

/* ===Side info and offcanvas scss (index 10) === */
.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.offcanvas-overlay-3 {
  background: #F1F1F1;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.5;
  visibility: visible;
}
.offcanvas-overlay.overlay-open-3 {
  opacity: 1;
  visibility: visible;
}

.side-info-close {
  font-size: 20px;
  padding: 0;
  transition: all 0.3s linear;
  background-color: transparent;
  color: var(--black);
  width: 40px;
  height: 40px;
  border: 1px solid var(--black);
  border-radius: 50%;
  line-height: 38px;
}
.dark .side-info-close {
  border-color: var(--white);
  color: var(--white);
}
.side-info-close:hover {
  transform: rotate(90deg);
}

.side-info {
  background: var(--white) none repeat scroll 0 0;
  padding: 40px 45px;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.dark .side-info {
  background-color: #1F1F1F;
}
@media only screen and (max-width: 1199px) {
  .side-info {
    width: 460px;
  }
}
@media (max-width: 575px) {
  .side-info {
    width: 280px;
    padding: 30px 20px;
  }
}
.side-info ::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar */
}
.side-info.info-open {
  opacity: 1;
  transform: translateX(0);
  /* Show side info */
}

/* === Offset header scss (index 11) === */
.offset-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .offset-logo {
    width: 95px;
  }
}
.offset-logo img {
  width: 100%;
}
.offset-button {
  margin-top: 40px;
}
@media (min-width: 576px) {
  .offset-button {
    display: none;
  }
}

/* === Offset widget box scss (index 12) === */
.offset-widget-box {
  margin-top: 40px;
}
.offset-widget-box .title {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .offset-widget-box .title {
    margin-bottom: 22px;
  }
}
.offset-widget-box .contact-meta > *:not(:first-child) {
  margin-top: 16px;
}
.offset-widget-box .contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.offset-widget-box .contact-item span {
  color: var(--primary);
  font-weight: 500;
}
.offset-widget-box .contact-item span a:hover {
  color: var(--secondary);
}
.offset-widget-box .contact-item .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  border: 1px solid var(--secondary);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--primary);
}

/* ===Mobile menu customization scss (index 13) === */
.mobile-menu {
  margin-top: 40px;
}
.mobile-menu.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mobile-menu.mean-container .mean-nav > ul > li:last-child > a {
  border-bottom: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.mobile-menu.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: #999999;
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.mobile-menu.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  text-transform: capitalize;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
  opacity: 1;
}
.dark .mobile-menu.mean-container .mean-nav ul li a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}
.mobile-menu.mean-container .mean-nav ul li a:hover {
  color: var(--primary);
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  width: 100%;
  height: 48px;
  justify-content: end;
  font-weight: 300;
  border: none !important;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--border);
}
.dark .mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu.mean-container .mean-nav ul li li a {
  font-size: 16px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 15px;
}
.mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}
@media only screen and (max-width: 991px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}
.mobile-menu.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}
.mobile-menu.mean-container .mean-bar {
  padding-bottom: 30px;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}
.mobile-menu.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}
.mobile-menu.mean-container a.meanmenu-reveal {
  display: none !important;
}

/* === Sticky header scss (index 14) === */
.header-sticky {
  transition: all 0.5s;
}

.transformed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  transform: translateY(-100%);
}
.transformed .header-area__inner {
  height: 80px;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  background-color: #FFFFFF;
  transform: translateY(0%);
}

/* === inverted text scss (index 15) === */
.text-invert > div {
  background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0.4) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

/* === rr--hover-img canvas (Home) === */
.rr--hover-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Light mode background */
.switcher-button {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: background 0.4s ease;
  z-index: 100;
  border: 1px solid var(--border);
  overflow: hidden;
}

.switcher-button.light-mode {
  background: #fff;
}

.switcher-button.dark-mode {
  background: #000;
}

.switcher-button-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.switcher-button-inner i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.switcher-button-inner i.icon-light {
  color: var(--primary);
}
.switcher-button-inner i.icon-dark {
  transform: translate(-50%, 100%);
  opacity: 0;
  color: var(--white);
}

body.dark .switcher-button-inner i.icon-light {
  transform: translate(-50%, 100%);
  opacity: 0;
}
body.dark .switcher-button-inner i.icon-dark {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

/* === font-family scss (index 03) === */
.font-sans {
  font-family: var(--font_sans);
}

/* === color scss (index 03) === */
.primary {
  color: var(--primary);
}

.secondary {
  color: var(--secondary);
}

.black {
  color: var(--black);
}

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

/* === font-weight scss (index 03) === */
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}

.mb-24 {
  margin-bottom: 24px;
}

/* === container scss (index 03) === */
.rr-container-1250 {
  max-width: 1250px;
}

.rr-container-1244 {
  max-width: 1244px;
}

.rr-container-1344 {
  max-width: 1344px;
}

.rr-container-1344 {
  max-width: 1344px;
}

.rr-container-1650 {
  max-width: 1644px;
}

/* === section scss (index 03) === */
header {
  margin-bottom: -1px;
  z-index: 100;
}

section {
  margin-bottom: -1px;
}

.mb-minus-24 {
  margin-bottom: -24px;
}

.section-space {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .section-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-space-top {
  padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space-top {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .section-space-top {
    padding-top: 60px;
  }
}

.section-space-bottom {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 60px;
  }
}

/* === preloader scss (index 02) === */
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--action);
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #000;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 100px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 40px;
  }
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* === scroll scss (index 01) === */
.scroll__down {
  display: flex;
  gap: 20px;
  align-items: center;
}
.scroll__down p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  text-transform: uppercase;
  color: var(--white);
}
.scroll__down span {
  width: 66px;
  height: 106px;
  border: 1px solid var(--black-6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 89px;
}
.scroll__down span i {
  color: var(--white);
}
.scroll__down-wrapper {
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1399px) {
  .scroll__down-wrapper {
    height: 380px;
  }
}
@media only screen and (max-width: 1199px) {
  .scroll__down-wrapper {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .scroll__down-wrapper {
    height: auto;
    padding: 40px 0;
  }
}
.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 0px;
  z-index: 9999;
  background: var(--white);
  border-radius: 100px;
  mix-blend-mode: exclusion;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.scroll-top.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top-writer {
  width: 105px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  color: var(--white);
  background-image: url(../imgs/writer/go-top.webp);
  background-position: right center;
  background-repeat: no-repeat;
  right: 16%;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
}
.go-top-writer:hover {
  color: var(--primary);
}
.go-top-writer.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .go-top-writer br {
    display: block;
  }
}

/* === progress-wrap scss (index 01) === */
.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all 300ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  mix-blend-mode: exclusion;
  background-color: var(--black);
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  border-radius: 50px;
}
.dark .progress-wrap::after {
  color: var(--black);
}

.progress-wrap svg path {
  fill: var(--black-6);
}

.progress-wrap svg.progress-circle path {
  fill: var(--white);
  stroke: transparent;
  stroke-width: 5;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/* === primary btn scss (index 01) === */
.rr-btn {
  z-index: 5;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
  padding: 11.5px 23px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-family: var(--font_Kanit);
  background-color: transparent;
  background: var(--theme);
}
.rr-btn-6 {
  background: var(--white);
}
.rr-btn:hover::before, .rr-btn:focus::before {
  height: 100%;
}
.rr-btn:hover .btn-wrap .text-one, .rr-btn:focus .btn-wrap .text-one {
  transform: translateY(-150%);
}
.rr-btn:hover .btn-wrap .text-two, .rr-btn:focus .btn-wrap .text-two {
  top: 50%;
  transform: translateY(-50%);
  color: var(--heading);
}
.rr-btn:after {
  display: block;
  clear: both;
  content: "";
}
.rr-btn::before {
  background: var(--white);
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
}
.rr-btn .btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn .btn-wrap .text-one,
.rr-btn .btn-wrap .text-two {
  gap: 5px;
  display: flex;
  align-items: center;
  margin-right: 1px;
}
.rr-btn .btn-wrap .text-one i,
.rr-btn .btn-wrap .text-two i {
  font-size: 14px;
}
.rr-btn .btn-wrap .text-one {
  position: relative;
  color: #FFFFFF;
  transition: all 0.5s;
}
.rr-btn .btn-wrap .text-two {
  top: 100%;
  position: absolute;
  color: var(--white);
  transition: all 0.5s;
}

/* === menu scss (index 01) === */
.main-menu.menu-dark > ul > li > a {
  color: var(--black);
}
.main-menu.menu-light > ul > li > a {
  color: var(--white);
}
.main-menu > ul {
  display: flex;
}
.main-menu > ul > li:first-child > a {
  padding-left: 0;
}
.main-menu > ul > li:last-child > a {
  padding-right: 0;
}
.main-menu > ul > li:hover > a {
  color: var(--theme);
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}
.main-menu > ul > li:hover > ul.dp-menu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  padding: 37px 15px;
  text-transform: capitalize;
}
.main-menu ul.dp-menu {
  background-color: var(--white);
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu.column-2 {
  column-count: 2;
  width: 480px;
  column-gap: 0;
}
.main-menu ul.dp-menu ul {
  background: var(--black);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu li {
  position: relative;
  padding: 0 25px;
}
.main-menu ul.dp-menu li:hover > a {
  color: var(--white);
  background-color: transparent;
}
.main-menu ul.dp-menu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu ul.dp-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary);
  padding: 7px 0;
  background-color: transparent;
  border-radius: 8px;
  text-transform: capitalize;
}
.main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
  color: var(--theme);
}
.main-menu ul.dp-menu li a:after {
  transform: rotate(-90deg);
  margin-left: auto;
}
.main-menu .has-mega-menu {
  position: static;
}
.main-menu li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: var(--font_awesome);
  margin-inline-start: 5px;
  font-weight: 600;
  font-size: 14px;
}
.main-menu .mega-menu {
  background-color: var(--black);
  padding: 30px 50px;
  width: 100%;
  position: absolute;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-menu {
    column-gap: 30px;
  }
}
.main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}
.main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--black);
  border-radius: 8px;
  overflow: hidden;
}
.main-menu .mega-menu li a:hover {
  color: var(--white);
  background: #2C2C2F;
}
.main-menu .mega-menu .title {
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #333337;
  padding-bottom: 20px;
  margin-bottom: 20px;
  pointer-events: none;
  border-radius: 0;
}
.main-menu .span-first-item ul li:first-child {
  grid-column: 1/-1;
  column-span: all;
}

/* === offcanvas scss (index 02) === */
.offcanvas__menu-wrapper.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.offcanvas__menu-wrapper.mean-container .mean-nav > ul > li:last-child > a {
  border-bottom: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.offcanvas__menu-wrapper.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 15px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  border-top: 1px solid var(--black-4);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  width: 54px;
  height: 54px;
  justify-content: center;
  font-weight: 300;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--secondary);
  opacity: 1;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
  font-size: 20px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 30px;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 18px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}
@media only screen and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}
.offcanvas__menu-wrapper.mean-container .mean-bar {
  padding: 0;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}
.offcanvas__menu-wrapper.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}
.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
  display: none !important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
}
.header-area .top-bar {
  position: relative;
  z-index: 999999999999;
  padding: 10.5px 0;
  background: rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(60px);
}
@media only screen and (max-width: 1199px) {
  .header-area .top-bar {
    display: none;
  }
}
.header-area .top-bar .top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.header-area .top-bar .top-bar-inner .top-bar-left .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
}
.header-area .top-bar .top-bar-inner .top-bar-left .text i {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: #F41E1E;
  margin-right: 10px;
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-bar-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 54px;
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-bar-list li {
  display: inline-flex;
  align-items: center;
  column-gap: 7px;
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-bar-list li::before {
  position: absolute;
  content: "";
  right: 40%;
  top: 10px;
  background: var(--white);
  height: 4px;
  width: 4px;
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-bar-list li:last-child::before {
  display: none;
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-bar-list li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
  transition: all 0.3s ease-in-out;
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-bar-list li a:hover {
  color: var(--theme);
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-bar-list li i {
  margin-right: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.header-area .header__button {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header-area__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 100px;
  background: inherit;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .header-area__inner {
    height: 100px;
    gap: 10px;
  }
}
.header-area__inner .header__box {
  display: inline-flex;
  gap: 40px;
  align-items: center;
}
.header-area .header__nav {
  padding-right: 33px;
}
.header-area .sticky,
.header-area .transformed {
  background-color: #FCF7F3;
}
.dark .header-area .header__logo .light-logo {
  display: none;
}
.header-area .header__logo .dark-logo {
  display: none;
}
.dark .header-area .header__logo .dark-logo {
  display: block;
}
.header-area .main-menu li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 20px 14px;
  font-family: var(--font_Kanit);
  letter-spacing: 0;
}
@media only screen and (max-width: 1399px) {
  .header-area .main-menu li a {
    padding: 45px 12px;
  }
}
.header-area .main-menu li a:hover {
  color: var(--theme);
}
.header-area .search-icon {
  color: var(--primary);
}
@media (max-width: 575px) {
  .header-area .header__meta {
    display: none;
  }
}
@media (max-width: 575px) {
  .header-area .header__button .rr-btn {
    display: none;
  }
}
.header-area .rr-btn {
  padding: 12px 19.5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
}
.header-area .side-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-area .side-toggle i {
  font-size: 22px;
}

/* === footer scss (index 01) === */
.footer__top {
  position: relative;
  z-index: 1;
  margin-bottom: 73px;
  border-bottom: 1px solid #2F2F2F;
}
@media only screen and (max-width: 767px) {
  .footer__top {
    margin-bottom: 45px;
  }
}
.footer__top-item-box {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .footer__top-item-box {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 991px) {
  .footer__top-item-box {
    flex-wrap: wrap;
    padding-top: 40px;
    gap: 30px;
    padding-bottom: 40px;
  }
}
.footer__top-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 60px 126px;
  border-right: 1px solid #2F2F2F;
}
@media only screen and (max-width: 1399px) {
  .footer__top-item {
    padding: 60px 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__top-item {
    padding: 60px 37px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__top-item {
    border: none;
    padding: 0;
  }
}
.footer__top-item:first-child {
  padding-left: 0;
}
.footer__top-item:last-child {
  padding-right: 0;
  border-right: 0;
}
.footer__top-item .icon {
  background: #242222;
  width: 70px;
  height: 70px;
  min-height: 70px;
  min-width: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__top-item .icon i {
  font-weight: 900;
  font-size: 23px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.footer__top-item .icon-2 i {
  transform: rotate(45deg);
}
.footer__top-item .content .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
  margin-bottom: 1px;
}
.footer__top-item .content .info {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
}
@media only screen and (max-width: 767px) {
  .footer__top-item .content .info {
    font-size: 19px;
    line-height: 29px;
  }
}
.footer__wrapper {
  background: #0E1117;
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.footer__wrapper::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #161414 64.04%, rgba(18, 15, 15, 0.88) 100%);
  height: 100%;
  width: 100%;
}
.footer__logo {
  padding: 34px 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  background: var(--primary-1);
}
.footer__widgets-wrapper {
  display: grid;
  margin-bottom: 73px;
  grid-template-columns: 321px 1fr 1fr 287px;
  position: relative;
  z-index: 2;
  gap: 49px;
}
@media only screen and (max-width: 1199px) {
  .footer__widgets-wrapper {
    grid-template-columns: 290px 142px 1fr 255px;
    gap: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__widgets-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .footer__widgets-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    margin-bottom: 60px;
  }
}
.footer__widget {
  text-align: start;
}
.footer__widget .logo {
  position: relative;
  padding-bottom: 22px;
  margin-top: 8px;
}
@media only screen and (max-width: 1199px) {
  .footer__widget .logo {
    margin-top: 0;
  }
}
.footer__widget .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 27px;
  padding-bottom: 16px;
  font-family: var(--font_Kanit);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.footer__widget .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #838383;
  font-family: var(--font_Kanit);
  margin-top: 0px;
  max-width: 289px;
}
.footer__widget .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  letter-spacing: 0;
}
@media only screen and (max-width: 1199px) {
  .footer__widget .text br {
    display: none;
  }
}
.footer__widget .footer-links li {
  list-style: none;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--rr_body);
  font-family: var(--font_Kanit);
  margin-bottom: 16px;
}
.footer__widget .footer-links li:last-child {
  margin-bottom: 0;
}
.footer__widget .footer-links li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--rr_body);
  font-family: var(--font_Kanit);
  transition: all 0.3s ease-in-out;
}
.footer__widget .footer-links li a:hover {
  color: var(--theme);
}
.footer__widget .footer-links li a i {
  margin-right: 10px;
  font-weight: 500;
}
.footer__widget .footer-subscribe {
  margin-top: 34px;
  align-items: center;
  padding: 15px 0;
  justify-content: space-between;
  background: #2B2828;
  border-radius: 4px;
  position: relative;
  margin-bottom: 34px;
}
.footer__widget .footer-subscribe .input-box {
  gap: 14px;
  display: flex;
  align-items: center;
  margin-left: 25px;
  padding-right: 130px;
}
.footer__widget .footer-subscribe input {
  outline: 0;
  width: 100%;
  border: none;
  color: var(--white);
  background: transparent;
}
.footer__widget .footer-subscribe input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.footer__widget .footer-subscribe .subscribe-btn {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  border-radius: 4px;
  background: var(--theme);
  transition: all 0.3s ease-in-out;
  padding: 15.5px 24.5px;
  position: absolute;
  right: 0;
  top: 0;
}
.footer__widget .custom-check {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #838383;
  font-family: var(--font_Kanit);
  text-align: center;
  display: inline;
}
.footer__widget .checkbox {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 3px;
  width: 17px;
  height: 17px;
  margin-right: 7px;
}
.footer__social {
  gap: 10px;
  display: flex;
  margin-top: 27px;
  align-items: center;
}
.footer__social a {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  background: #262424;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.footer__social a i {
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
}
.footer__social a:hover {
  background: var(--theme);
}
.footer__social a:hover i {
  color: var(--white);
}
.footer__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  background: #191717;
  padding: 28px 0;
}
.footer__bottom .copyright {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  font-family: var(--font_Kanit);
}
.footer__bottom .timer span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  font-family: var(--font_inter);
  letter-spacing: 0;
}
.footer__bottom .timer span a {
  margin-right: 0px;
}
.footer__bottom .timer span:first-child {
  margin-right: 20px;
}

.section-title__wrapper {
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .section-title__wrapper {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title__wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title__wrapper {
    margin-bottom: 30px;
  }
}
.section-title__wrapper .sub-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme);
  font-family: var(--font_Kanit);
}
.section-title__wrapper .title {
  font-weight: 400;
  font-size: 60px;
  line-height: 66px;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--font_Bebas);
  margin-top: 16px;
}
@media only screen and (max-width: 991px) {
  .section-title__wrapper .title {
    font-size: 50px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title__wrapper .title {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .section-title__wrapper .title {
    font-size: 30px;
    line-height: 34px;
  }
}

/* === pages scss (index 01) === */
.about-section__wrapper {
  padding-top: 150px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .about-section__wrapper {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .about-section__wrapper {
    padding-top: 110px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .about-section__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about-section__content {
  margin-top: -8px;
}
@media only screen and (max-width: 991px) {
  .about-section__content {
    margin-top: 0;
  }
}
.about-section .section-title__wrapper {
  text-align: start;
  margin-bottom: 44px;
}
@media only screen and (max-width: 991px) {
  .about-section .section-title__wrapper {
    margin-bottom: 30px;
  }
}
.about-section .section-title__wrapper .title {
  font-weight: 400;
  font-size: 60px;
  line-height: 66px;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--font_Bebas);
  margin-top: 16px;
  margin-bottom: 29px;
}
@media only screen and (max-width: 991px) {
  .about-section .section-title__wrapper .title {
    font-size: 55px;
    line-height: 59px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .section-title__wrapper .title {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .about-section .section-title__wrapper .title {
    font-size: 30px;
    line-height: 34px;
  }
}
.about-section .section-title__wrapper .decs {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: var(--rr_body);
  font-family: var(--font_Kanit);
  max-width: 515px;
}
.about-section__bottom {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1399px) {
  .about-section__bottom {
    gap: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-section__bottom {
    flex-wrap: wrap;
  }
}
.about-section__btn .rr-btn {
  padding: 15.5px 37px;
}
.about-section__info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-section__info .icon {
  background: var(--white);
  box-shadow: 0px 20px 21px rgba(0, 0, 0, 0.07);
  border-radius: 100%;
  width: 55px;
  height: 55px;
  min-width: 55px;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-section__info .icon i {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--theme);
}
.about-section__info .content .title {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: var(--white);
  font-family: var(--font_Kanit);
}
.about-section__info .content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
  font-family: var(--font_Kanit);
  margin-top: 1px;
}
@media only screen and (max-width: 1399px) {
  .about-section__info .content h3 {
    font-size: 17px;
    line-height: 28px;
  }
}
.about-section__thumb {
  margin-left: 14px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .about-section__thumb {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .about-section__thumb {
    margin-top: 30px;
    max-height: 400px;
  }
}
.about-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .about-section__thumb img {
    max-height: 400px;
  }
}
.about-section__card {
  background: rgba(255, 255, 255, 0.05);
  margin-left: -136px;
  margin-top: -30px;
}
@media only screen and (max-width: 991px) {
  .about-section__card {
    margin-left: 0;
    margin-top: 0;
  }
}
.about-section__box {
  margin-left: 142px;
}
@media only screen and (max-width: 991px) {
  .about-section__box {
    margin-left: 0;
    margin-top: 30px;
    padding-left: 20px;
  }
}
.about-section__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 39px;
  padding-top: 30px;
}
.about-section__item:last-child {
  border: none;
  padding-bottom: 29px;
}
.about-section__item .icon {
  background: #F41E1E;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
}
.about-section__item .icon i {
  font-weight: 900;
  font-size: 20px;
  line-height: 26px;
  color: var(--white);
}
.about-section__item .content .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--font_Kanit);
  margin-bottom: 5px;
}
.about-section__item .content .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: var(--rr_body);
  font-family: var(--font_Kanit);
  max-width: 270px;
}

.workout-section__wrapper {
  background: #272727;
}
.workout-section__wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 20px 15px 20px;
  margin-right: -12px;
}
@media only screen and (max-width: 767px) {
  .workout-section__wrap {
    margin-right: 0;
  }
}
.workout-section__item-box {
  background: #252424;
  max-width: 250px;
  text-align: center;
  padding: 41px 0 51px 0;
}
.workout-section__content {
  margin-left: 38px;
  margin-top: 13px;
}
@media only screen and (max-width: 1199px) {
  .workout-section__content {
    margin-left: 10px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .workout-section__content {
    margin-left: 0px;
    margin-top: 30px;
  }
}
.workout-section__content .section-title__wrapper {
  text-align: left;
  margin-bottom: 42px;
}
.workout-section__content .section-title__wrapper .decs {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .workout-section__content .section-title__wrapper .decs {
    margin-top: 30px;
  }
}
.workout-section__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 30px;
  padding-top: 25px;
}
.workout-section__item:first-child {
  padding-top: 0;
}
.workout-section__item:last-child {
  padding-bottom: 0;
  border: none;
}
.workout-section__item .date {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
  margin-bottom: 4px;
}
.workout-section__item .time {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
}

.team-section__social {
  position: relative;
  z-index: 1;
}
.team-section__social span {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  border-radius: 100%;
}
.team-section__social span i {
  font-weight: 400;
  font-size: 19px;
  line-height: 19px;
  color: var(--theme);
}
.team-section__social a {
  z-index: 1;
  left: 5px;
  width: 35px;
  bottom: 0px;
  height: 35px;
  display: flex;
  font-size: 18px;
  position: absolute;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  transition: all 0.3s ease-in-out;
  color: white;
  background: var(--white);
}
.team-section__social a i {
  font-size: 15px;
  color: var(--theme);
  transition: all 0.3s ease-in-out;
}
.team-section__social a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.team-section__social a:hover i {
  color: var(--white);
}
.team-section__social_2 a:hover {
  color: red;
  background-color: #1F2632;
}
.team-section__thumb {
  position: relative;
}
.team-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.team-section__thumb .icon {
  width: 60px;
  height: 40px;
  background: #DA5033;
  box-shadow: 0px 5px 36px rgba(0, 0, 0, 0.05);
  border-radius: 0px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.team-section__thumb .icon i {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}
.team-section__thumb .content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
  margin-bottom: -1px;
}
@media only screen and (max-width: 767px) {
  .team-section__thumb .content .title {
    font-size: 21px;
    line-height: 24px;
  }
}
.team-section__thumb .content span {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
}
.team-section__thumb:hover .team-section__social span {
  color: white;
  background-color: var(--theme);
}
.team-section__thumb:hover .team-section__social span i {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}
.team-section__thumb:hover .team-section__social a:nth-child(2) {
  left: 5px;
  bottom: 50px;
  width: 35px;
  height: 35px;
  transition: all 0.3s ease-in-out;
}
.team-section__thumb:hover .team-section__social a:nth-child(3) {
  left: 5px;
  bottom: 92px;
  transition: all 0.4s ease-in-out;
  width: 35px;
  height: 35px;
}
.team-section__thumb:hover .team-section__social a:nth-child(4) {
  left: 5px;
  bottom: 135px;
  width: 35px;
  height: 35px;
  transition: all 0.5s ease-in-out;
}
.team-section__thumb:hover .team-section__social a:nth-child(5) {
  left: 5px;
  bottom: 177px;
  width: 35px;
  height: 35px;
  transition: all 0.6s ease-in-out;
}
.team-section__item {
  margin-bottom: 24px;
}
.team-section__card {
  background: linear-gradient(90deg, #1F1F25 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0px 0px 20px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 21px 30px 25px 30px;
}
@media only screen and (max-width: 767px) {
  .team-section__card {
    padding: 20px 20px 25px 20px;
  }
}

.cta-section {
  padding: 0 50px;
}
@media only screen and (max-width: 991px) {
  .cta-section {
    padding: 0 10px;
  }
}
.cta-section__wrapper {
  position: relative;
  padding: 41px 20px 50px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-section__wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 575px) {
  .cta-section__wrapper {
    padding: 41px 10px 50px 10px;
  }
}
.cta-section__content {
  position: relative;
  text-align: center;
  z-index: 1;
}
.cta-section__content .title {
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  color: #FFFFFF;
  font-family: var(--font_Bebas);
  max-width: 912px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .cta-section__content .title {
    font-size: 41px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-section__content .title {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .cta-section__content .title {
    font-size: 30px;
    line-height: 38px;
  }
}
.cta-section__btn {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .cta-section__btn {
    margin-top: 20px;
  }
}
.cta-section__btn .rr-btn {
  padding: 15.5px 33.6px;
}

.team-details__thumb {
  margin-right: -44px;
}
@media only screen and (max-width: 767px) {
  .team-details__thumb {
    margin-right: 0;
    max-height: 450px;
  }
}
.team-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .team-details__thumb img {
    max-height: 450px;
  }
}
.team-details__inner {
  margin-left: 50px;
}
@media only screen and (max-width: 991px) {
  .team-details__inner {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__inner {
    margin-left: 0;
    margin-top: 30px;
  }
}
.team-details__wrap {
  background: rgba(255, 255, 255, 0.05);
  padding: 32px 0 36px 0;
}
.team-details__author-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 16px;
  padding-left: 40px;
  padding-right: 30px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .team-details__author-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .team-details__author-box {
    padding-left: 15px;
  }
}
.team-details__rating {
  margin-bottom: 3px;
}
.team-details__rating ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.team-details__rating li {
  list-style: none;
}
.team-details__rating li i {
  color: #F41E1E;
  font-size: 29px;
  line-height: 30px;
}
.team-details__author-details .name {
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  font-family: var(--font_Bebas);
}
.team-details__author-details .decs {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: var(--theme);
  font-family: var(--font_Kanit);
}
.team-details__content {
  padding-left: 40px;
  margin-top: 23px;
}
@media (max-width: 575px) {
  .team-details__content {
    padding-left: 15px;
    padding-right: 10px;
  }
}
.team-details__content .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
  margin-bottom: 5px;
}
.team-details__content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #888888;
  font-family: var(--font_Kanit);
  max-width: 741px;
}
@media only screen and (max-width: 1199px) {
  .team-details__content .text br {
    display: none;
  }
}
@media (max-width: 575px) {
  .team-details__content .text {
    font-size: 16px;
    line-height: 24px;
  }
}
.team-details__content-2 {
  margin-top: 15px;
}
.team-details__info-box {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
}
@media (max-width: 575px) {
  .team-details__info-box {
    border: none;
  }
}
.team-details__info-box::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 575px) {
  .team-details__info-box::before {
    display: none;
  }
}
.team-details__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .team-details__info {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .team-details__info {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.team-details__info:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 575px) {
  .team-details__info:first-child {
    border: none;
  }
}
.team-details__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 29px;
  padding-bottom: 29px;
}
@media only screen and (max-width: 991px) {
  .team-details__item {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .team-details__item {
    padding-bottom: 25px;
    padding-top: 0;
  }
}
.team-details__item:first-child {
  padding-left: 133px;
}
@media only screen and (max-width: 1399px) {
  .team-details__item:first-child {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-details__item:first-child {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details__item:first-child {
    padding-left: 10px;
  }
}
@media (max-width: 575px) {
  .team-details__item:first-child {
    padding-left: 0px;
  }
}
.team-details__item:last-child {
  padding-left: 33px;
}
@media only screen and (max-width: 991px) {
  .team-details__item:last-child {
    padding-left: 10px;
  }
}
@media (max-width: 575px) {
  .team-details__item:last-child {
    padding-left: 0px;
  }
}
.team-details__item .icon {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-details__item .icon i {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: #F41E1E;
}
.team-details__item .content .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  font-family: var(--font_Kanit);
  margin-bottom: 1px;
}
.team-details__item .content .decs {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
}
@media only screen and (max-width: 991px) {
  .team-details__item .content .decs {
    font-size: 16px;
    line-height: 20px;
  }
}
.team-details__btn {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .team-details__btn {
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 15px;
  }
}
.team-details__btn .rr-btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
  padding: 7px 15px;
  text-transform: initial;
}

.breadcrumb-section {
  overflow: hidden;
}
.breadcrumb-section__wrapper {
  padding-top: 213px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 101px;
  z-index: 999;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-section__wrapper {
    padding-top: 140px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section__wrapper {
    padding-top: 140px;
    padding-bottom: 70px;
  }
}
.breadcrumb-section__wrapper::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #101010 2.78%, rgba(16, 16, 16, 0) 81.61%);
  border-radius: 0px;
}
.breadcrumb-section__wrapper .shapes {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.breadcrumb-section__wrapper .shapes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.breadcrumb-section__inner {
  position: relative;
  z-index: 1;
}
.breadcrumb-section__content .title {
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  color: #FFFFFF;
  font-family: var(--font_Bebas);
  margin-bottom: 2px;
}
@media (max-width: 575px) {
  .breadcrumb-section__content .title {
    font-size: 38px;
    line-height: 43px;
  }
}
.breadcrumb-section__sub-title {
  font-family: var(--ed-ff-body);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  clip-path: polygon(4% 0%, 97% 0, 93% 100%, 0% 100%);
  background: var(--theme);
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 1px 22px 1px 19px;
}
.breadcrumb-section__sub-title .home {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
  position: relative;
  transition: all 0.3s ease-in-out;
}
.breadcrumb-section__sub-title .home::before {
  position: absolute;
  content: "";
  right: -14px;
  top: 10px;
  background: var(--white);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.breadcrumb-section__sub-title .home:hover {
  color: var(--heading);
}
.breadcrumb-section__sub-title .inner-page {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
}

.contact-main__area .contact-page__wrapper {
  background: inherit;
}
.contact-main__area .contact-page__contact-from {
  padding: 31px 40px 33px 40px;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .contact-main__area .contact-page__contact-from {
    padding: 31px 30px 33px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-main__area .contact-page__contact-from {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .contact-main__area .contact-page__contact-from {
    padding: 31px 25px 33px 25px;
    margin-bottom: 30px;
  }
}
.contact-main__area .contact-page__contact-from form button {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  padding: 18px 0px;
  border-radius: 0px;
  justify-content: center;
  font-family: var(--font_Kanit);
  margin-top: 26px;
  margin-bottom: 23px;
}
.contact-main__area .contact-page__contact-from form button .text-one {
  gap: 4px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  gap: 5px;
}
.contact-main__area .contact-page__contact-from form button .text-one i {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.contact-main__area .contact-page__contact-from form button .text-two {
  gap: 4px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  gap: 5px;
}
.contact-main__area .contact-page__contact-from form button .text-two i {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.contact-main__area .contact-page__contact-from .ajax-response {
  margin-top: 15px;
}
.contact-main__area .contact-page__contact-from .ajax-response.error {
  color: var(--primary);
}
.contact-main__area .contact-page__contact-from .ajax-response.success {
  color: #198754;
}
.contact-main__area .contact-page__contact-info {
  margin-bottom: 23px;
}
.contact-main__area .contact-page__title {
  font-weight: 400;
  font-size: 60px;
  line-height: 66px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 9px;
  font-family: var(--font_Bebas);
}
@media (max-width: 575px) {
  .contact-main__area .contact-page__title {
    font-size: 38px;
    line-height: 41px;
  }
}
.contact-main__area .contact-page__decs {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F41E1E;
  font-family: var(--font_Kanit);
}
.contact-main__area .contact-page__form-group {
  gap: 25px;
  display: flex;
  margin-top: 35px;
  align-items: center;
}
@media (max-width: 575px) {
  .contact-main__area .contact-page__form-group {
    gap: 0;
    flex-wrap: wrap;
  }
}
.contact-main__area .contact-page__input {
  width: 100%;
  position: relative;
  margin-bottom: 14px;
}
.contact-main__area .contact-page__input input {
  width: 100%;
  border: none;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
  padding: 17.5px 47px 17.5px 25px;
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  font-family: var(--font_Kanit);
}
.contact-main__area .contact-page__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  font-family: var(--font_Kanit);
}
.contact-main__area .contact-page__input input:hover, .contact-main__area .contact-page__input input:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
  padding: 17.5px 25px 17.5px 25px;
  background: transparent;
}
.contact-main__area .contact-page__icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: var(--body_text);
}
.contact-main__area .contact-page__select {
  position: relative;
  margin-bottom: 20px;
}
.contact-main__area .contact-page__select i {
  top: 20px;
  left: 20px;
  display: block;
  position: absolute;
  color: var(--primary);
}
.contact-main__area .contact-page__select .nice-select {
  float: inherit;
  height: 55px;
  border: none;
  position: relative;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--light_bg);
  padding: 0;
}
.contact-main__area .contact-page__select .nice-select .icon {
  position: absolute;
  top: 0%;
  right: 56px;
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.contact-main__area .contact-page__select .nice-select .icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.contact-main__area .contact-page__select .nice-select.open {
  background-color: var(--white);
  border-color: var(--secondary);
}
.contact-main__area .contact-page__select .nice-select.open .icon i {
  transform: rotate(180deg);
}
.contact-main__area .contact-page__select .nice-select::after {
  display: none;
}
.contact-main__area .contact-page__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  font-family: var(--font_inter);
  border: 1px solid none;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.contact-main__area .contact-page__select .nice-select:focus {
  outline: none;
}
.contact-main__area .contact-page__select .nice-select .list {
  width: 100%;
}
.contact-main__area .contact-page__icon {
  top: 17px;
  right: 24px;
  position: absolute;
}
.contact-main__area .contact-page__icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.contact-main__area .contact-page__textarea textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  margin-bottom: 17px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 17px 24px 78px 24px;
  border: 1px solid none;
}
.contact-main__area .contact-page__textarea textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.contact-main__area .contact-page__textarea textarea:hover, .contact-main__area .contact-page__textarea textarea:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background-color: var(--white);
}
.contact-main__area .contact-page__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  font-family: var(--font_inter);
  border: none;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.contact-main__thumb {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .contact-main__thumb {
    max-height: 450px;
  }
}
.contact-main__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-main-text .decs {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 575px) {
  .contact-main-text .decs {
    font-size: 14px;
    line-height: 21px;
  }
}
.contact-main-text .decs a {
  position: relative;
  color: var(--theme);
  margin-left: 7px;
}
.contact-main-text .decs a::before {
  width: 100%;
  height: 1px;
  background-color: var(--theme);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  color: var(--theme);
}
.contact-main-text .decs a:hover::before {
  width: 0%;
}

.hero-section__wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.hero-section__wrapper::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #101010 2.78%, rgba(16, 16, 16, 0) 81.61%);
}
@media only screen and (max-width: 1199px) {
  .hero-section__wrapper {
    height: 100%;
  }
}
.hero-section__wrapper .shapes {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.hero-section__wrapper .shapes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section__inner {
  padding-top: 282px;
  padding-bottom: 148px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1199px) {
  .hero-section__inner {
    padding-top: 190px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section__inner {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
.hero-section__info .sub-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--font_Kanit);
  position: relative;
  z-index: 1;
  margin-left: 19px;
}
.hero-section__info .sub-title::before {
  position: absolute;
  content: "";
  left: -15px;
  top: -1px;
  height: 26px;
  width: 202px;
  clip-path: polygon(4% 0%, 97% 0, 92% 100%, 0% 100%);
  background: var(--theme);
  z-index: -1;
}
.hero-section__info .title {
  font-weight: 400;
  font-size: 110px;
  line-height: 100px;
  color: #FFFFFF;
  font-family: var(--font_Bebas);
  max-width: 711px;
  margin-top: 38px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 1399px) {
  .hero-section__info .title {
    font-size: 64px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section__info .title {
    font-size: 60px;
    line-height: 63px;
  }
}
@media (max-width: 575px) {
  .hero-section__info .title {
    font-size: 37px;
    line-height: 42px;
  }
}
.hero-section__info .decs {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
  max-width: 765px;
}
.hero-section__btn {
  margin-top: 42px;
}
.hero-section__btn .rr-btn {
  padding: 15.5px 38.5px;
}
.hero-section__btn .rr-btn .text-one i {
  font-size: 16px;
  transform: rotate(-45deg);
}
.hero-section__btn .rr-btn .text-two i {
  font-size: 16px;
  transform: rotate(-45deg);
}
.hero-section__from {
  margin-left: -50px;
}
@media only screen and (max-width: 1199px) {
  .hero-section__from {
    margin-left: 0;
    margin-top: 90px;
  }
}
.hero-section__booking-form {
  background: #FFFFFF;
  box-shadow: 0px 4px 44px rgba(28, 12, 12, 0.17);
  border-radius: 30px;
  max-width: 574px;
  padding: 92px 60px 60px 60px;
  text-align: center;
  margin-top: 6px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .hero-section__booking-form {
    padding: 92px 40px 59px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-section__booking-form {
    padding: 92px 40px 59px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section__booking-form {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .hero-section__booking-form {
    padding: 92px 25px 59px 25px;
  }
}
.hero-section__booking-form .hero-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  background: var(--action);
  border-radius: 50%;
  position: absolute;
  top: -62px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-section__booking-form .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #0A0A0A;
  font-family: var(--font_Work);
}
.hero-section__booking-form .contact {
  width: 100%;
}
.hero-section__booking-form .contact__form-group {
  display: inherit;
  margin-top: 34px;
}
.hero-section__booking-form .contact__form-group .rr-btn {
  background: var(--action);
  border-radius: 5px;
  width: 100%;
  color: var(--white);
  padding: 15px 23px;
}
.hero-section__booking-form .contact__input {
  margin-bottom: 15px;
}
.hero-section__booking-form .contact__input input {
  width: 100%;
  border: none;
  height: 50px;
  transition: all 0.3s ease-in-out;
  padding: 17.5px 55px 17.5px 20px;
  background: #F5F5F5;
  border-radius: 5px;
}
.hero-section__booking-form .contact__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_Work);
}
.hero-section__booking-form .contact__input input:hover, .hero-section__booking-form .contact__input input:focus {
  border-color: #F5F5F5 !important;
  box-shadow: none;
  outline: none;
  background-color: #F5F5F5;
}
.hero-section__booking-form .contact__select {
  position: relative;
  margin-bottom: 20px;
}
.hero-section__booking-form .contact__select .nice-select {
  float: inherit;
  height: 50px;
  border: none;
  position: relative;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--light_bg);
  padding: 0;
}
.hero-section__booking-form .contact__select .nice-select .icon {
  position: absolute;
  top: 0%;
  right: 56px;
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.hero-section__booking-form .contact__select .nice-select .icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #DA5033;
}
.hero-section__booking-form .contact__select .nice-select.open {
  background-color: var(--white);
  border-color: var(--secondary);
}
.hero-section__booking-form .contact__select .nice-select.open .icon i {
  transform: rotate(180deg);
}
.hero-section__booking-form .contact__select .nice-select::after {
  display: none;
}
.hero-section__booking-form .contact__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 14.5px 20px;
  font-family: var(--font_inter);
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.hero-section__booking-form .contact__select .nice-select:focus {
  outline: none;
}
.hero-section__booking-form .contact__select .nice-select .list {
  width: 100%;
  height: 130px;
}

.testimonial-section__wrapper {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-section__wrapper {
    padding-bottom: 10px;
  }
}
.testimonial-section .section-title__wrapper {
  padding: 0 10px;
}
.testimonial-section__inner {
  margin-right: -372px;
  margin-left: -372px;
  position: relative;
  z-index: 9999;
}
@media only screen and (max-width: 1399px) {
  .testimonial-section__inner {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
  }
}
.testimonial-section__card {
  background: #FFFFFF;
  padding: 40px 40px 31px 40px;
  position: relative;
  margin-top: 50px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-section__card {
    padding: 40px 30px 31px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-section__card {
    padding: 40px 25px 31px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-section__card {
    padding: 40px 20px 31px 20px;
  }
}
.testimonial-section__author {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-section .icon {
  position: absolute;
  left: 40px;
  top: 50px;
}
.testimonial-section__author-details {
  text-align: center;
  margin-bottom: 28px;
  margin-top: 21px;
}
.testimonial-section__author-details .name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-bottom: 4px;
}
.testimonial-section__author-details .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.testimonial-section__content {
  border-top: 1px solid #E5E5E5;
  padding-top: 24px;
}
.testimonial-section__content .decs {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  text-align: center;
  max-width: 576px;
}
.testimonial-section__info {
  margin-left: -17px;
  margin-right: -17px;
  margin-top: -74px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-section__info {
    margin-top: -50px;
  }
}
.testimonial-section__info .title {
  font-weight: 400;
  font-size: 250px;
  line-height: 300px;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.04);
  font-family: var(--font_Bebas);
}
@media only screen and (max-width: 1199px) {
  .testimonial-section__info .title {
    font-size: 180px;
    line-height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-section__info .title {
    font-size: 130px;
    line-height: 198px;
  }
}
@media (max-width: 575px) {
  .testimonial-section__info .title {
    font-size: 80px;
    line-height: 160px;
  }
}
.testimonial-section__info .title span {
  letter-spacing: 0.03em;
  font-family: var(--font_Bebas);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  color: #1F1F1F;
}
.testimonial-section__info .text__slider .swiper-wrapper {
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: space-between;
  transition-timing-function: linear;
}
.testimonial-section__info .text__slider .swiper-wrapper .swiper-slide {
  width: auto;
}

.faq-section__wrapper {
  padding-top: 120px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .faq-section__wrapper {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-section__wrapper {
    padding-top: 130px;
  }
}
@media (max-width: 575px) {
  .faq-section__wrapper {
    padding-top: 105px;
  }
}
.faq-section__wrapper .experience-title {
  position: absolute;
  font-weight: 400;
  font-size: 250px;
  line-height: 300px;
  color: rgba(255, 255, 255, 0.02);
  font-family: var(--font_Bebas);
  top: -200px;
  left: -110px;
}
@media only screen and (max-width: 1919px) {
  .faq-section__wrapper .experience-title {
    left: -20px;
  }
}
@media only screen and (max-width: 1399px) {
  .faq-section__wrapper .experience-title {
    left: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-section__wrapper .experience-title {
    font-size: 180px;
    line-height: 281px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-section__wrapper .experience-title {
    top: -139px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-section__wrapper .experience-title {
    font-size: 150px;
    line-height: 265px;
    top: -68px;
  }
}
@media (max-width: 575px) {
  .faq-section__wrapper .experience-title {
    font-size: 80px;
    line-height: 240px;
  }
}
.faq-section__inner {
  margin-left: 25px;
}
@media only screen and (max-width: 991px) {
  .faq-section__inner {
    margin-left: 0;
  }
}
.faq-section__inner .section-title__wrapper {
  text-align: start;
  margin-bottom: 39px;
  margin-top: -5px;
}
@media only screen and (max-width: 991px) {
  .faq-section__inner .section-title__wrapper {
    margin-bottom: 30px;
  }
}
.faq-section__inner .section-title__wrapper .title {
  font-weight: 400;
  font-size: 60px;
  line-height: 66px;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--font_Bebas);
  margin-top: 16px;
  max-width: 448px;
}
@media only screen and (max-width: 991px) {
  .faq-section__inner .section-title__wrapper .title {
    font-size: 50px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-section__inner .section-title__wrapper .title {
    font-size: 38px;
    line-height: 42px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .faq-section__inner .section-title__wrapper .title {
    font-size: 30px;
    line-height: 34px;
  }
}
.faq-section__inner .accordion {
  counter-reset: accordion;
}
.dark .faq-section__inner .accordion {
  border-color: #292929;
}
.faq-section__inner .accordion-button {
  padding: 20px 40px 20px 40px;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  gap: 10px;
}
@media only screen and (max-width: 991px) {
  .faq-section__inner .accordion-button {
    padding: 20px 20px 20px 20px;
  }
}
.faq-section__inner .accordion-button::after {
  content: "\f067";
  font-family: var(--font_awesome);
  background-image: none;
  font-weight: 900;
  font-size: 15px;
  line-height: 16px;
  color: #0A0A0A;
  transition: all 0.5s;
  background: #F5F5F5;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.faq-section__inner .accordion-button:not(.collapsed) {
  padding: 33px 40px 15px 40px;
}
@media only screen and (max-width: 991px) {
  .faq-section__inner .accordion-button:not(.collapsed) {
    padding: 20px 20px 20px 20px;
  }
}
.faq-section__inner .accordion-button:not(.collapsed)::after {
  content: "\f067";
  background: var(--white);
  background: #F5F5F5;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: var(--theme);
}
.faq-section__inner .accordion-item {
  background-color: transparent;
  border: none;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 0px;
  position: relative;
  transition: all 0.5s;
  margin-bottom: 15px;
}
.faq-section__inner .accordion-item:last-child {
  margin-bottom: 0;
}
.dark .faq-section__inner .accordion-item {
  border-color: #292929;
}
.faq-section__inner .accordion-item .title {
  display: flex;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
}
@media only screen and (max-width: 991px) {
  .faq-section__inner .accordion-item .title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .faq-section__inner .accordion-item .title {
    font-size: 17px;
    line-height: 21px;
  }
}
.faq-section__inner .accordion-body {
  padding: 0 40px 34px 40px;
  border: none;
}
@media only screen and (max-width: 991px) {
  .faq-section__inner .accordion-body {
    padding: 0 20px 25px 20px;
  }
}
.faq-section__inner .accordion-body p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
  max-width: 527px;
  margin-top: 0px;
}
@media only screen and (max-width: 1399px) {
  .faq-section__inner .accordion-body p br {
    display: none;
  }
}
.faq-section__inner .accordion-wrapper {
  max-width: 607px;
}
@media only screen and (max-width: 991px) {
  .faq-section__inner .accordion-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-section__thumb {
    max-height: 450px;
    margin-bottom: 30px;
  }
}
.faq-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .faq-section__thumb img {
    max-height: 450px;
  }
}

.faq-page {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .faq-page {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-page {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .faq-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.blog-section__item {
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 8px 37px rgba(0, 0, 0, 0.07);
}
.blog-section__content {
  padding: 34px 40px 34px 40px;
}
@media only screen and (max-width: 1399px) {
  .blog-section__content {
    padding: 34px 25px 34px 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-section__content {
    padding: 34px 20px 34px 20px;
  }
}
.blog-section__content .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: var(--white);
  font-family: var(--font_Kanit);
  margin-bottom: 17px;
  margin-top: 9px;
}
@media only screen and (max-width: 1399px) {
  .blog-section__content .title {
    font-size: 22px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section__content .title {
    font-size: 20px;
    line-height: 25px;
  }
}
.blog-section__content .title a {
  background: linear-gradient(var(--white) 0%, var(--white) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.blog-section__content .title a:hover {
  color: var(--white);
  background-size: 100% 2px;
}
.blog-section__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-section__meta i {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--theme);
}
.blog-section__meta .date {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--font_Kanit);
}
.blog-section__btn .blog-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--theme);
  font-family: var(--font_Kanit);
}
.blog-section__btn a {
  background: linear-gradient(var(--theme) 0%, var(--theme) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: var(--theme);
  transition: all 0.3s ease-in-out;
}
.blog-section__btn a:hover {
  color: var(--theme);
  background-size: 100% 2px;
}
.blog-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-details__wrapper {
  gap: 57px;
  display: grid;
  grid-template-columns: 1fr 391px;
}
@media only screen and (max-width: 1399px) {
  .blog-details__wrapper {
    gap: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details__wrapper {
    grid-template-columns: 1fr 330px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details__wrapper {
    grid-template-columns: 1fr;
  }
}
.blog-details__thumb {
  overflow: hidden;
}
.blog-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-details__box {
  padding: 36px 0px 12px 0px;
}
.blog-details__meta {
  padding-bottom: 22px;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.blog-details__meta ul {
  gap: 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__meta ul {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.blog-details__meta ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  color: #888888;
  font-family: var(--font_Kanit);
  list-style: none;
}
.blog-details__meta ul li i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  margin-right: 8px;
  text-transform: uppercase;
  font-family: Font Awesome 6 Pro;
}
.blog-details__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 66px;
  color: var(--white);
  font-family: var(--font_Kanit);
  margin-bottom: 18px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__title {
    font-size: 35px;
    line-height: 42px;
  }
}
.blog-details__title a {
  background: linear-gradient(var(--white) 0%, var(--white) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.blog-details__title a:hover {
  color: var(--white);
  background-size: 100% 2px;
}
@media (max-width: 575px) {
  .blog-details__title {
    font-size: 23px;
    line-height: 29px;
  }
}
.blog-details__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #888888;
  font-family: var(--font_Kanit);
  margin-bottom: 28px;
  max-width: 872px;
}
.blog-details__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #888888;
  font-family: var(--font_Kanit);
  max-width: 872px;
}
.blog-details__img-box {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 34px;
}
@media (max-width: 575px) {
  .blog-details__img-box {
    flex-wrap: wrap;
  }
}
.blog-details__img-box .thumb {
  overflow: hidden;
}
.blog-details__img-box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-details__description {
  padding: 0px 0px 40px 0px;
}
.blog-details__description .title {
  font-weight: 600;
  font-size: 44px;
  line-height: 66px;
  color: var(--white);
  font-family: var(--font_Kanit);
  margin-bottom: 8px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__description .title {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .blog-details__description .title {
    font-size: 27px;
    line-height: 31px;
  }
}
.blog-details__description .title a {
  background: linear-gradient(var(--white) 0%, var(--white) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.blog-details__description .title a:hover {
  color: var(--white);
  background-size: 100% 2px;
}
.blog-details__category {
  padding: 0px 0px 40px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .blog-details__category {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.blog-details__tag {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__tag {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.blog-details__tag .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
}
.blog-details__tag ul {
  margin-left: 20px;
  display: flex;
  gap: 14px;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__tag ul {
    margin-left: 0;
    flex-wrap: wrap;
  }
}
.blog-details__tag ul li {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: var(--primary);
  font-family: var(--font_Kanit);
  background: var(--white);
  padding: 9px 18px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .blog-details__tag ul li {
    margin-bottom: 10px;
  }
}
.blog-details__tag ul li:hover {
  background: var(--theme);
  color: var(--white);
}
.blog-details__share {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__share {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.blog-details__share .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
}
.blog-details__share ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
}
@media (max-width: 575px) {
  .blog-details__share ul {
    margin-left: 0;
  }
}
.blog-details__share ul li {
  list-style: none;
}
.blog-details__share ul li a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F7F8;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.blog-details__share ul li i {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #0A0A0A;
  transition: all 0.3s ease-in-out;
}
.blog-details__share ul li:hover a {
  background: var(--theme);
  color: var(--white);
}
.blog-details__share ul li:hover a i {
  color: var(--white);
}
.blog-details__author-box {
  display: flex;
  gap: 30px;
  padding: 38px 0px 36px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__author-box {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .blog-details__author-box {
    flex-wrap: wrap;
  }
}
.blog-details__author-box .author-thumb {
  min-width: 120px;
  min-height: 120px;
  width: 120px;
  height: 120px;
}
.blog-details__author-box .author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-details__author-box .author-content span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #888888;
  font-family: var(--font_Kanit);
}
.blog-details__author-box .author-content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
  margin-top: 8px;
  margin-bottom: 11px;
}
.blog-details__author-box .author-content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #888888;
  font-family: var(--font_Kanit);
  max-width: 590px;
}
.blog-details__sidebar__inner {
  padding: 35px 40px 40px 40px;
  background: #191919;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__sidebar__inner {
    padding: 35px 25px 40px 25px;
  }
}
.blog-details__sidebar__wrap {
  height: 540px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 575px) {
  .blog-details__sidebar__wrap {
    height: 450px;
  }
}
.blog-details__sidebar__wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.blog-details__sidebar__wrap .shape {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.blog-details__sidebar__wrap .shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-details__sidebar__wrap .content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.blog-details__sidebar__wrap .content .tag {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: var(--white);
  font-family: var(--font_Bebas);
}
.blog-details__sidebar__wrap .content .title {
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  color: var(--white);
  font-family: var(--font_Bebas);
  margin-top: 5px;
  margin-bottom: 10px;
}
.blog-details__sidebar__wrap .rr-btn {
  padding: 15.5px 33.5px;
}
.blog-details__sidebar-form {
  position: relative;
  margin-top: 30px;
}
.blog-details__sidebar-form input {
  outline: 0;
  width: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  padding: 15.5px 63px 15.5px 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.blog-details__sidebar-form input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  vertical-align: middle;
  font-family: var(--font_Kanit);
}
.blog-details__sidebar-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme);
}
.blog-details__sidebar-form button i {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: var(--white);
  vertical-align: middle;
  font-family: Font Awesome 6 Pro;
}
.blog-details__sidebar__widget {
  padding: 35px 40px 40px 40px;
  text-align: start;
  background: #191919;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__sidebar__widget {
    padding: 35px 25px 40px 25px;
  }
}
.blog-details__sidebar__title {
  padding-bottom: 17px;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  font-family: var(--font_Bebas);
  border-bottom: 1px solid var(--white);
  position: relative;
}
.blog-details__sidebar__title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 60px;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  background: var(--theme);
}
.blog-details__sidebar__categories {
  margin-top: 30px;
}
.blog-details__sidebar__categories li {
  list-style: none;
  margin-bottom: 10px;
}
.blog-details__sidebar__categories li:last-child {
  margin-bottom: 0;
}
.blog-details__sidebar__categories li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  font-family: var(--font_Kanit);
  list-style: none;
  padding: 13px 20px;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease-in-out;
}
.blog-details__sidebar__categories li a i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #F41E1E;
}
.blog-details__sidebar__categories li a:hover {
  color: var(--white);
  background: var(--theme);
}
.blog-details__sidebar__categories li a:hover i {
  color: var(--white);
}
.blog-details__sidebar__categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-details__sidebar__categories li a i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #F41E1E;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  font-family: Font Awesome 6 Pro;
}
.blog-details__sidebar__post {
  margin-top: 30px;
}
.blog-details__sidebar__post-item {
  gap: 20px;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: center;
  padding-top: 20px;
}
.blog-details__sidebar__post-item:first-child {
  padding-top: 0;
}
.blog-details__sidebar__post-item:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}
.blog-details__sidebar__post-thumb {
  min-width: 80px;
  min-height: 80px;
  object-fit: cover;
}
.blog-details__sidebar__post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.blog-details__sidebar__post-meta span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #8B8B8B;
  font-family: var(--font_Kanit);
}
.blog-details__sidebar__post-meta span i {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #8B8B8B;
  margin-right: 6px;
  font-family: Font Awesome 6 Pro;
}
.blog-details__sidebar__post-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  font-family: var(--font_Kanit);
  margin-top: 9px;
  max-width: 206px;
}
@media only screen and (max-width: 991px) {
  .blog-details__sidebar__post-title {
    max-width: 100%;
  }
}
.blog-details__sidebar__post-title:hover {
  color: var(--action);
}
.blog-details__sidebar__gallery {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .blog-details__sidebar__gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-details__sidebar__gallery .gallery__thumb {
  overflow: hidden;
  border-radius: 5px;
}
.blog-details__sidebar__gallery .gallery__thumb a img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.blog-details__sidebar__gallery .gallery__thumb a img:hover {
  transform: scale(1.1);
}
.blog-details__sidebar__popular-tags {
  gap: 11px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.blog-details__sidebar__popular-tags li {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #0A0A0A;
  font-family: var(--font_Kanit);
  list-style: none;
}
.blog-details__sidebar__popular-tags li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #0A0A0A;
  font-family: var(--font_Kanit);
  padding: 7px 15px;
  display: block;
  background: var(--white);
}
.blog-details__sidebar__popular-tags li:hover a {
  color: var(--white);
  background: var(--theme);
}
.blog-details__item .contact__contact-from form button {
  margin-top: 10px;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: 18px 36px;
  justify-content: center;
  font-family: var(--font_inter);
}
.blog-details__item .contact__contact-from .ajax-response {
  margin-top: 15px;
}
.blog-details__item .contact__contact-from .ajax-response.error {
  color: var(--primary);
}
.blog-details__item .contact__contact-from .ajax-response.success {
  color: #198754;
}
.blog-details__item .contact__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
}
@media only screen and (max-width: 991px) {
  .blog-details__item .contact__title {
    font-size: 34px;
    line-height: 38px;
  }
}
.blog-details__item .contact__form-group {
  gap: 20px;
  display: flex;
  margin-top: 23px;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__item .contact__form-group {
    gap: 0;
    flex-wrap: wrap;
  }
}
.blog-details__item .contact__input {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.blog-details__item .contact__input input {
  width: 100%;
  border: none;
  height: 55px;
  border-radius: 5px;
  background: transparent;
  transition: all 0.3s ease-in-out;
  padding: 17.5px 47px 17.5px 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  font-family: var(--font_Kanit);
  border-radius: 0;
}
.blog-details__item .contact__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  font-family: var(--font_Kanit);
  border-radius: 0;
}
.blog-details__item .contact__input input:hover, .blog-details__item .contact__input input:focus {
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  outline: none;
  background: transparent;
}
.blog-details__item .contact__icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: var(--body_text);
}
.blog-details__item .contact__select {
  position: relative;
  margin-bottom: 20px;
}
.blog-details__item .contact__select i {
  top: 20px;
  left: 20px;
  display: block;
  position: absolute;
  color: var(--primary);
}
.blog-details__item .contact__select .nice-select {
  float: inherit;
  height: 55px;
  border: none;
  position: relative;
  background-color: inherit;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
  border-radius: 0;
}
.blog-details__item .contact__select .nice-select .icon {
  position: absolute;
  top: 0%;
  right: 56px;
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.blog-details__item .contact__select .nice-select .icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #888888;
}
.blog-details__item .contact__select .nice-select.open {
  background-color: var(--white);
  border-color: var(--secondary);
}
.blog-details__item .contact__select .nice-select.open .icon i {
  transform: rotate(180deg);
}
.blog-details__item .contact__select .nice-select::after {
  display: none;
}
.blog-details__item .contact__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 17px 25px;
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  border: none;
  background: inherit !important;
}
.blog-details__item .contact__select .nice-select .current .nice-select {
  /* -webkit-tap-highlight-color: transparent; */
  background: none;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.blog-details__item .contact__select .nice-select:focus {
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: none !important;
}
.blog-details__item .contact__select .nice-select .list {
  width: 100%;
  background: #1F1F1F;
}
.blog-details__item .contact__icon {
  top: 17px;
  left: 25px;
  position: absolute;
}
.blog-details__item .contact__icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.blog-details__item .contact__textarea {
  position: relative;
}
.blog-details__item .contact__textarea .icon {
  position: absolute;
  left: 25px;
  top: 20px;
}
.blog-details__item .contact__textarea .icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.blog-details__item .contact__textarea textarea {
  width: 100%;
  border: none;
  margin-bottom: 17px;
  background: transparent;
  padding: 20px 24px 78px 55px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.blog-details__item .contact__textarea textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.blog-details__item .contact__textarea textarea:hover, .blog-details__item .contact__textarea textarea:focus {
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  outline: none;
  background-color: transparent;
  border-radius: 0;
}

.blog-page__wrapper {
  gap: 57px;
  display: grid;
  grid-template-columns: 1fr 391px;
}
@media only screen and (max-width: 1399px) {
  .blog-page__wrapper {
    gap: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-page__wrapper {
    grid-template-columns: 1fr 330px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-page__wrapper {
    grid-template-columns: 1fr;
  }
}
.blog-page__pagination-wrap {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .blog-page__pagination-wrap {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.blog-page__pagination-wrap .blog-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 575px) {
  .blog-page__pagination-wrap .blog-pagination {
    flex-wrap: wrap;
  }
}
.blog-page__pagination-wrap .blog-pagination .page {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #0A0A0A;
  font-family: var(--font_Kanit);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  transition: all 0.3s ease-in-out;
}
.blog-page__pagination-wrap .blog-pagination .page:hover {
  background: var(--theme);
  color: var(--white);
}
.blog-page__pagination-wrap .blog-pagination .next {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  font-family: var(--font_Bebas);
  transition: all 0.3s ease-in-out;
  margin-left: 14px;
  margin-right: 3px;
}
.blog-page__pagination-wrap .blog-pagination .next:hover {
  color: var(--theme);
}
.blog-page__pagination-wrap .blog-pagination .line {
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.instagram-section__wrapper {
  padding: 0 40px 40px 40px;
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .instagram-section__wrapper {
    padding: 0 20px 40px 20px;
  }
}
.instagram-section__wrapper .instagram-circle {
  width: 174px;
  height: 174px;
  background: var(--theme);
  border-radius: 50%;
  margin: 0px auto 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .instagram-section__wrapper .instagram-circle {
    margin: 0px auto 30px auto;
  }
}
.instagram-section__wrapper .instagram-circle::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border: 2px dashed var(--white);
  border-radius: 50%;
}
.instagram-section__wrapper .instagram-circle i {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  color: var(--white);
}
.instagram-section__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .instagram-section__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .instagram-section__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .instagram-section__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .instagram-section__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.instagram-section__thumb {
  position: relative;
}
@media (max-width: 575px) {
  .instagram-section__thumb {
    max-height: 400px;
  }
}
.instagram-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .instagram-section__thumb img {
    max-height: 400px;
  }
}
.instagram-section__thumb:hover::before {
  opacity: 1;
  visibility: visible;
}
.instagram-section__thumb:hover .icon {
  opacity: 1;
  visibility: visible;
}
.instagram-section__thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(244, 30, 30, 0.35);
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.instagram-section__thumb .icon {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.instagram-section__thumb .icon i {
  font-size: 15px;
  color: var(--white);
}

.service-section__wrapper {
  background: #272727;
}
@media only screen and (max-width: 1199px) {
  .service-section__wrapper {
    padding: 10px;
  }
}
.service-section__inner {
  margin-left: -150px;
  margin-right: -151px;
}
@media only screen and (max-width: 1199px) {
  .service-section__inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.service-section__thumb {
  position: relative;
}
.service-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-section__price {
  position: absolute;
  right: 30px;
  bottom: -15px;
  z-index: 1;
}
.service-section__price .price {
  width: 100px;
  height: 100px;
  background: #F41E1E;
  border-radius: 50%;
  border: 10px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
}
.service-section__content {
  background: var(--white);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 23%);
  padding-top: 64px;
  padding-left: 38px;
  margin-top: -48px;
}
@media only screen and (max-width: 1199px) {
  .service-section__content {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .service-section__content {
    padding-left: 15px;
  }
}
.service-section__content .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #0A0A0A;
  font-family: var(--font_Kanit);
  margin-bottom: 18px;
}
@media only screen and (max-width: 1199px) {
  .service-section__content .title {
    font-size: 24px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .service-section__content .title {
    font-size: 22px;
    line-height: 32px;
  }
}
.service-section__content .rr-btn {
  background: #F41E1E;
  border-radius: 10px 10px 0px 0px;
}
.service-section__content .rr-btn::before {
  background: var(--heading);
}
.service-section__content .rr-btn .text-two {
  color: var(--white) !important;
}

.service-page {
  background: #1F1F1F;
}
.service-page .service-section__item {
  margin-bottom: 24px;
}
.service-page .service-section__wrapper {
  padding: 0;
}

.service-details__wrapper {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 28px;
}
@media only screen and (max-width: 991px) {
  .service-details__wrapper {
    grid-template-columns: 1fr;
  }
}
.service-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-details__content .title {
  font-weight: 600;
  font-size: 44px;
  line-height: 66px;
  color: var(--white);
  font-family: var(--font_Kanit);
  margin-top: 19px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 1399px) {
  .service-details__content .title {
    font-size: 38px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-details__content .title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .service-details__content .title {
    font-size: 28px;
    line-height: 33px;
  }
}
.service-details__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #888888;
  font-family: var(--font_Kanit);
  max-width: 872px;
}
.service-details__wrap {
  display: grid;
  grid-template-columns: 1fr 314px;
  gap: 24px;
  margin-top: 35px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .service-details__wrap {
    grid-template-columns: 1fr 235px;
    gap: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .service-details__wrap {
    grid-template-columns: 1fr 300px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details__wrap {
    grid-template-columns: 1fr;
  }
}
.service-details__item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.05);
  padding: 16px 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .service-details__item {
    flex-wrap: wrap;
  }
}
.service-details__item:last-child {
  margin-bottom: 0;
}
.service-details__item .icon {
  width: 62px;
  height: 70px;
  min-height: 70px;
  min-width: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme);
}
.service-details__item .content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #888888;
  font-family: var(--font_Kanit);
  max-width: 414px;
}
@media only screen and (max-width: 767px) {
  .service-details__image {
    max-height: 450px;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .service-details__image {
    max-height: 350px;
  }
}
.service-details__image img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .service-details__image img {
    height: 100%;
    max-height: 450px;
  }
}
@media (max-width: 575px) {
  .service-details__image img {
    max-height: 350px;
  }
}
.service-details__video {
  position: relative;
}
.service-details__video::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.service-details__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-details__video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 71px;
  height: 71px;
  background: white;
  color: var(--theme);
  font-weight: 900;
  font-size: 28.5714px;
  line-height: 29px;
  color: #F41E1E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: 14px solid rgba(255, 255, 255, 0.2);
}
.service-details__sidebar-wrapper {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 991px) {
  .service-details__sidebar-wrapper {
    padding-left: 0;
    border-left: none;
  }
}
.service-details__sidebar-wrap {
  background: #191919;
  padding: 40px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .service-details__sidebar-wrap {
    padding: 40px 20px;
  }
}
.service-details__sidebar-wrap .service-sidebar__item {
  margin-bottom: 10px;
}
.service-details__sidebar-wrap .service-sidebar__item:last-child {
  margin-bottom: 0;
}
.service-details__sidebar-wrap .service-sidebar__item a {
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-left: 20px;
  transition: all 0.3s ease-in-out;
}
.service-details__sidebar-wrap .service-sidebar__item a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
  transition: all 0.3s ease-in-out;
}
.service-details__sidebar-wrap .service-sidebar__item a:hover {
  background: var(--theme);
}
.service-details__sidebar-wrap .service-sidebar__item .icon {
  width: 50px;
  height: 50px;
  background: var(--theme);
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-details__sidebar-widget {
  padding: 35px 40px 40px 40px;
  background: #191919;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .service-details__sidebar-widget {
    padding: 35px 20px 40px 20px;
  }
}
.service-details__sidebar-widget .contact__contact-from form button {
  margin-top: 10px;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: 7px 15px;
  justify-content: center;
  font-family: var(--font_Kanit);
  text-transform: inherit;
}
.service-details__sidebar-widget .contact__contact-from .ajax-response {
  margin-top: 15px;
}
.service-details__sidebar-widget .contact__contact-from .ajax-response.error {
  color: var(--primary);
}
.service-details__sidebar-widget .contact__contact-from .ajax-response.success {
  color: #198754;
}
.service-details__sidebar-widget .contact__title {
  padding-bottom: 17px;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: var(--white);
  font-family: var(--font_Bebas);
  border-bottom: 1px solid var(--white);
  position: relative;
  margin-bottom: 30px;
}
.service-details__sidebar-widget .contact__title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 60px;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  background: var(--theme);
}
.service-details__sidebar-widget .contact__input {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.service-details__sidebar-widget .contact__input input {
  width: 100%;
  border: none;
  height: 55px;
  border-radius: 5px;
  background: transparent;
  transition: all 0.3s ease-in-out;
  padding: 17.5px 47px 17.5px 45px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  font-family: var(--font_Kanit);
  border-radius: 0;
}
.service-details__sidebar-widget .contact__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  font-family: var(--font_Kanit);
  border-radius: 0;
}
.service-details__sidebar-widget .contact__input input:hover, .service-details__sidebar-widget .contact__input input:focus {
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  outline: none;
  background: transparent;
}
.service-details__sidebar-widget .contact__icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: var(--body_text);
}
.service-details__sidebar-widget .contact__select {
  position: relative;
  margin-bottom: 10px;
}
.service-details__sidebar-widget .contact__select i {
  top: 20px;
  left: 20px;
  display: block;
  position: absolute;
  color: var(--primary);
}
.service-details__sidebar-widget .contact__select .nice-select {
  float: inherit;
  height: 55px;
  border: none;
  position: relative;
  background-color: inherit;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
  border-radius: 0;
}
.service-details__sidebar-widget .contact__select .nice-select .icon {
  position: absolute;
  top: 0%;
  right: 56px;
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.service-details__sidebar-widget .contact__select .nice-select .icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #888888;
}
.service-details__sidebar-widget .contact__select .nice-select.open {
  background-color: var(--white);
  border-color: var(--secondary);
}
.service-details__sidebar-widget .contact__select .nice-select.open .icon i {
  transform: rotate(180deg);
}
.service-details__sidebar-widget .contact__select .nice-select::after {
  display: none;
}
.service-details__sidebar-widget .contact__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 17px 20px;
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  border: none;
  background: inherit !important;
}
.service-details__sidebar-widget .contact__select .nice-select .current .nice-select {
  /* -webkit-tap-highlight-color: transparent; */
  background: none;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.service-details__sidebar-widget .contact__select .nice-select:focus {
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: none !important;
}
.service-details__sidebar-widget .contact__select .nice-select .list {
  width: 100%;
  background: #1F1F1F;
}
.service-details__sidebar-widget .contact__icon {
  top: 17px;
  left: 20px;
  position: absolute;
}
.service-details__sidebar-widget .contact__icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #888888;
}
.service-details__sidebar-widget .contact__textarea {
  position: relative;
}
.service-details__sidebar-widget .contact__textarea .icon {
  position: absolute;
  left: 20px;
  top: 20px;
}
.service-details__sidebar-widget .contact__textarea .icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #888888;
}
.service-details__sidebar-widget .contact__textarea textarea {
  width: 100%;
  border: none;
  margin-bottom: 17px;
  background: transparent;
  padding: 20px 24px 30px 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
}
.service-details__sidebar-widget .contact__textarea textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  font-family: var(--font_Kanit);
}
.service-details__sidebar-widget .contact__textarea textarea:hover, .service-details__sidebar-widget .contact__textarea textarea:focus {
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  outline: none;
  background-color: transparent;
  border-radius: 0;
}
.service-details__sidebar-list li {
  list-style: none;
  margin-bottom: 27px;
}
.service-details__sidebar-list li:last-child {
  margin-bottom: 0;
}
.service-details__sidebar-list li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #888888;
  font-family: var(--font_Kanit);
  display: flex;
  transition: all 0.3s ease-in-out;
}
.service-details__sidebar-list li a:hover {
  color: var(--theme);
}
.service-details__sidebar-list li i {
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  color: #F41E1E;
  margin-right: 8px;
  margin-top: 5px;
}
.service-details__sidebar-list .envelope i {
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #F41E1E;
  margin-top: 1px;
}

.experience-section {
  overflow: hidden;
}
.experience-section__wrapper {
  background: #191919;
  position: relative;
}
.experience-section__wrapper .bg-shape {
  width: 1446px;
  height: 533px;
  top: -438px;
  right: -168px;
  position: absolute;
  background: #F41E1E;
  opacity: 0.4;
  filter: blur(175px);
}
@media only screen and (max-width: 1399px) {
  .experience-section__wrapper .bg-shape {
    top: -495px;
    right: -241px;
  }
}
.experience-section__wrapper .bg-shape-2 {
  width: 1446px;
  height: 533px;
  bottom: -438px;
  right: -168px;
  position: absolute;
  width: 1446px;
  height: 533px;
  background: #F41E1E;
  opacity: 0.4;
  filter: blur(175px);
}
.experience-section__item {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(40px);
  padding: 30px 40px 35px 40px;
  position: relative;
  z-index: 999;
  overflow: hidden;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1199px) {
  .experience-section__item {
    padding: 30px 25px 35px 25px;
  }
}
.experience-section__item-1::before {
  position: absolute;
  content: "";
  right: -24px;
  top: -54px;
  width: 145px;
  height: 145px;
  background: radial-gradient(100% 100% at 50% 0%, rgba(244, 30, 30, 0) 0%, rgba(255, 255, 255, 0.35) 100%);
  mix-blend-mode: luminosity;
  filter: blur(50px);
}
.experience-section__item-2 {
  margin-top: 120px;
}
@media only screen and (max-width: 991px) {
  .experience-section__item-2 {
    margin-top: 0;
  }
}
.experience-section__item-3 {
  margin-top: 240px;
}
@media only screen and (max-width: 991px) {
  .experience-section__item-3 {
    margin-top: 0;
  }
}
.experience-section__counter {
  margin-bottom: 22px;
}
.experience-section__counter h2 {
  font-weight: 500;
  font-size: 66px;
  line-height: 0.8;
  color: #FFFFFF;
  font-family: var(--font_Kanit);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .experience-section__counter h2 {
    font-size: 50px;
  }
}
.experience-section__counter h2 span {
  font-weight: 500;
  font-size: 66px;
  line-height: 0.8 !important;
  color: #FFFFFF;
  font-family: var(--font_Kanit) !important;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .experience-section__counter h2 span {
    font-size: 50px;
  }
}
.experience-section__content {
  padding-top: 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
.experience-section__content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--font_Kanit);
  margin-bottom: 6px;
}
.experience-section__content .decs {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  font-family: var(--font_Kanit);
  max-width: 345px;
}

.listing-section__wrapper .section-title__wrapper .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #8B8B8B;
  font-family: var(--font_Kanit);
  max-width: 515px;
  margin: 0 auto;
}
.listing-section__item {
  padding: 10px;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.05);
}
.listing-section__item:hover .listing-section__thumb .icon-box {
  top: 20px;
}
.listing-section__item:hover .listing-section__thumb .icon-box .icon {
  opacity: 1;
  visibility: visible;
}
.listing-section__item:hover .listing-section__btn {
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}
.listing-section__thumb {
  position: relative;
  overflow: hidden;
}
.listing-section__thumb .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listing-section__thumb .icon-box {
  position: absolute;
  top: 40px;
  right: 20px;
  transition: all 0.3s ease-in-out;
}
.listing-section__thumb .icon-box .icon {
  background: #F41E1E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  margin-bottom: 14px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.listing-section__thumb .icon-box .icon i {
  font-size: 20px;
  line-height: 20px;
  color: var(--white);
}
.listing-section__btn {
  position: absolute;
  bottom: 0px;
  left: 10px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.listing-section__btn .rr-btn {
  width: 100%;
  padding: 15.5px 23px;
}
.listing-section__box {
  padding: 23px 10px 11px 10px;
}
.listing-section__content {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.listing-section__content .sub-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme);
  font-family: var(--font_Kanit);
  margin-bottom: 7px;
}
.listing-section__content .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(--white);
  font-family: var(--font_Kanit);
}
@media only screen and (max-width: 767px) {
  .listing-section__content .title {
    font-size: 20px;
    line-height: 24px;
  }
}
.listing-section__prigin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .listing-section__prigin {
    flex-wrap: wrap;
  }
}
.listing-section__prigin .price {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: var(--white);
  font-family: var(--font_Kanit);
}
.listing-section__prigin .listing-btn .rr-btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--white);
  font-family: var(--font_Kanit);
  border-radius: 100px;
  padding: 8px 23px;
}

/*# sourceMappingURL=style.css.map */
