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

  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=Hind+Madurai:wght@300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --primary: #0A0A0A;
  --primary-2: #F5F5F5;
  --secondary: #4E4E4E;
  --black: #000000;
  --white: #FFFFFF;
  --action: #FF7D0C;
  --border: #EBEBEB;
}

/* === 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_inter: "Inter", sans-serif;
  --font_Madurai: "Hind Madurai", 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(--secondary);
  font-family: var(--font_inter);
}

html {
  scroll-behavior: smooth;
}

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

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

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

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-1550 {
  max-width: 1550px;
}

.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;
}
.offset-logo {
  width: 95px;
}
@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;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

/* === 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);
}

/* === 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-1350 {
  max-width: 1350px;
}

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

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

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

section {
  margin-bottom: -1px;
}

.mb-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 {
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  position: relative;
  padding: 11.5px 23px;
  align-items: center;
  display: inline-flex;
  border-radius: 500px;
  justify-content: center;
  text-transform: capitalize;
  font-family: var(--font_inter);
  background-color: transparent;
  background: var(--action);
}
.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(--white);
}
.rr-btn:after {
  display: block;
  clear: both;
  content: "";
}
.rr-btn::before {
  background: #111111;
  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: 10px;
  display: flex;
  align-items: center;
  margin-right: 1px;
}
.rr-btn .btn-wrap .text-one i,
.rr-btn .btn-wrap .text-two i {
  font-size: 12px;
}
.rr-btn .btn-wrap .text-one {
  position: relative;
  color: #FFFFFF;
  transition: all 0.5s;
}
.rr-btn .btn-wrap .text-one-6 {
  color: #111111;
}
.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(--secondary);
}
.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: #232529;
  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(--white);
  padding: 10px 0;
  background-color: transparent;
  border-radius: 8px;
  text-transform: capitalize;
}
.main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
  color: var(--action);
}
.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: 500;
  font-size: 19px;
  line-height: 22px;
}
.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 .header-main {
  position: relative;
}
.header-area .header-main::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(25px);
  z-index: 1;
}
.header-area-2::before {
  display: none;
}
.header-area .header__box-wrap {
  width: 100%;
}
.header-area .top-bar {
  z-index: 2;
  position: relative;
  padding-left: 30px;
  padding-right: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1919px) {
  .header-area .top-bar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1399px) {
  .header-area .top-bar {
    display: none;
  }
}
.header-area .top-bar .top-shape {
  position: absolute;
  height: 60px;
  top: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}
.header-area .top-bar .top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  row-gap: 15px;
}
.header-area .top-bar .top-bar-inner .top-bar-right .country-list {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 5px 0;
}
.header-area .top-bar .top-bar-inner .top-bar-right .country-list i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--white);
}
.header-area .top-bar .top-bar-inner .top-bar-right .ddl-select {
  background-color: transparent;
  padding: 0;
  padding-right: 25px;
  border: none;
  height: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .header-area .top-bar .top-bar-inner .top-bar-right .ddl-select {
    font-size: 14px;
    line-height: 19px;
  }
}
.header-area .top-bar .top-bar-inner .top-bar-right .ddl-select:after {
  content: "\f107";
  font-family: var(--font_awesome);
  margin-inline-start: 5px;
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  transform: rotate(0deg);
  margin-top: -11px;
}
.header-area .top-bar .top-bar-inner .top-bar-right .ddl-select ul li {
  color: var(--ed-color-heading-primary);
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-bar-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 44px;
  margin-left: 30px;
}
@media only screen and (max-width: 1919px) {
  .header-area .top-bar .top-bar-inner .top-bar-right .top-bar-list {
    gap: 44px;
    margin-left: 20px;
  }
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-bar-list .top-bar-border {
  position: absolute;
  top: 38%;
  left: 30%;
  width: 1px;
  height: 16px;
  background-color: var(--white);
  content: "";
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-bar-list .top-bar-border-1 {
  position: absolute;
  top: 38%;
  left: 70%;
  width: 1px;
  height: 16px;
  background-color: var(--white);
  content: "";
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-bar-list li {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  column-gap: 7px;
  font-family: var(--font_inter);
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .header-area .top-bar .top-bar-inner .top-bar-right .top-bar-list li {
    font-size: 14px;
    line-height: 19px;
  }
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-bar-list li i {
  margin-right: 11px;
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-bar-list li::before {
  position: absolute;
  content: "";
  right: -24px;
  top: 8px;
  background: var(--white);
  height: 4px;
  width: 4px;
}
.header-area .top-bar .top-bar-inner .top-bar-left p {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  font-family: var(--font_inter);
}
.header-area .top-bar .top-bar-inner .top-bar-left p i {
  color: #FF7D0C;
  margin-right: 5px;
}
.header-area .top-bar .top-bar-inner .top-bar-right {
  display: flex;
  align-items: center;
  position: relative;
  gap: 44px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 19px 0;
}
.header-area .top-bar .top-bar-inner .top-bar-right .register-box {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 12px 0;
  margin-right: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .header-area .top-bar .top-bar-inner .top-bar-right .register-box {
    padding-right: 0;
    margin-right: 0;
  }
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-social-wrap {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .header-area .top-bar .top-bar-inner .top-bar-right .top-social-wrap {
    display: none;
  }
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-social-wrap span {
  color: var(--ed-color-common-white);
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list {
  gap: 26px;
  align-items: center;
  display: flex;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 13px;
  padding-bottom: 13px;
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list li {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  font-family: var(--font_inter);
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list li a {
  color: var(--white);
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list li a i {
  margin-right: 7px;
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list li:hover {
  color: var(--action);
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list li:hover a {
  color: var(--action);
}
.header-area .top-bar .nice-select:after {
  border: none;
}
.header-area .top-bar .nice-select .list {
  background: #FCF7F3;
  margin-top: 11px;
  position: absolute;
}
.header-area .top-bar .nice-select .list li {
  color: var(--primary) !important;
}
.header-area .top-bar .nice-select.open .list {
  z-index: 99999999;
}
.header-area .country-list {
  position: relative;
  z-index: 999999999999;
}
.header-area .header__button {
  display: flex;
  align-items: center;
}
.header-area .header__search {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 23px 0 23px 0;
}
@media only screen and (max-width: 1399px) {
  .header-area .header__search {
    padding: 40px 0 40px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area .header__search {
    padding: 0px 0 0px 0;
    border: none;
  }
}
.header-area__inner {
  display: flex;
  align-items: center;
  gap: 0px;
  position: relative;
  height: 135px;
  background: #1F1F1F;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (max-width: 1399px) {
  .header-area__inner {
    height: 100px;
    gap: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area__inner {
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .header-area__inner {
    padding-right: 15px;
  }
}
.header-area__inner-2 {
  background: #101010;
}
.header-area__inner .header__box {
  display: inline-flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 120px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .header-area__inner .header__box {
    padding-right: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area__inner .header__box {
    padding-right: 0px;
  }
}
.header-area__inner .header__logo {
  background: #FF7D0C;
  width: 411px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-width: 411px;
}
@media only screen and (max-width: 1919px) {
  .header-area__inner .header__logo {
    min-width: 310px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area__inner .header__logo {
    width: 100%;
    min-width: inherit;
  }
}
@media (max-width: 575px) {
  .header-area__inner .header__logo {
    padding: 0 10px;
  }
}
.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: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  padding: 22px 26px;
  font-family: var(--font_inter);
  letter-spacing: 0;
}
@media only screen and (max-width: 1399px) {
  .header-area .main-menu li a {
    padding: 53px 12px;
  }
}
.header-area .main-menu li a:hover {
  color: var(--action);
}
.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: 14.5px 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  font-family: var(--font_inter);
  margin-right: 5px;
  background: inherit;
  margin-left: 40px;
}
.header-area .rr-btn::before {
  background: inherit;
}
.header-area .rr-btn .text-one {
  gap: 2px;
  color: var(--action);
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FF7D0C;
}
.header-area .rr-btn .text-one i {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: var(--action);
  transform: rotate(-45deg);
  text-transform: uppercase;
}
.header-area .rr-btn .text-two {
  gap: 2px;
  color: var(--action) !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FF7D0C;
  text-transform: uppercase;
}
.header-area .rr-btn .text-two i {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: var(--action);
  transform: rotate(-45deg);
}
.header-area .header__navicon {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .header-area .header__navicon {
    display: inherit;
  }
}
.header-area .side-toggle {
  width: 55px;
  height: 55px;
  background: var(--white);
  border-radius: 100px;
}
.header-area .side-toggle i {
  font-size: 22px;
}
.header-area .header__search button {
  display: flex;
  margin-left: 5px;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  padding-right: 40px;
}
.header-area .header__search button i {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: var(--white);
}
.header-area .header__search button:hover i {
  color: var(--white);
}

/* === footer scss (index 01) === */
.footer__wrapper {
  background: #1F1F1F;
  padding-top: 118px;
  padding-bottom: 28px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .footer__wrapper {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__wrapper {
    padding-top: 80px;
  }
}
.footer__wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(31, 31, 31, 0.83) 0%, #1F1F1F 34.13%);
  z-index: 1;
}
.footer__thumb {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.footer__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__widgets-wrapper {
  background: #222222;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 19px 53px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  display: grid;
  grid-template-columns: 244px 1fr 190px;
  align-items: center;
  padding: 52px 60px;
  gap: 25px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1199px) {
  .footer__widgets-wrapper {
    padding: 52px 40px;
    grid-template-columns: 185px 1fr 190px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__widgets-wrapper {
    padding: 52px 40px;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }
}
@media only screen and (max-width: 767px) {
  .footer__widgets-wrapper {
    padding: 52px 40px;
    grid-template-columns: repeat(1, 1fr);
    align-items: start;
  }
}
@media (max-width: 575px) {
  .footer__widgets-wrapper {
    padding: 40px 20px;
    grid-template-columns: repeat(1, 1fr);
    align-items: start;
  }
}
.footer__social {
  gap: 10px;
  display: flex;
  align-items: center;
}
.footer__social a {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  background: #292929;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.footer__social a i {
  color: var(--white);
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}
.footer__social a:hover {
  background: var(--action);
}
.footer__social a:hover i {
  color: var(--white);
}
.footer__content .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #747474;
  font-family: var(--font_inter);
  max-width: 654px;
}
@media only screen and (max-width: 1399px) {
  .footer__content .desc br {
    display: none;
  }
}
.footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 237px;
  gap: 30px;
  margin-top: 58px;
  margin-bottom: 57px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 991px) {
  .footer__inner {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }
}
@media (max-width: 575px) {
  .footer__inner {
    grid-template-columns: repeat(1, 1fr);
    align-items: start;
  }
}
.footer__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__item .icon {
  background: var(--action);
  height: 65px;
  width: 65px;
  min-height: 65px;
  min-width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer__item .icon i {
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
}
.footer__item .content .Address {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #67686A;
  font-family: var(--font_inter);
  margin-bottom: 5px;
  display: block;
}
.footer__item .content h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  font-family: var(--font_inter);
}
.footer__bottom {
  text-align: center;
  border-top: 1px solid #2C2E34;
  padding-top: 28px;
  position: relative;
  z-index: 3;
}
.footer__bottom .copyright {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  font-family: var(--font_inter);
}

.section-title__info {
  text-align: center;
  margin-bottom: 55px;
}
@media only screen and (max-width: 1199px) {
  .section-title__info {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title__info {
    margin-bottom: 35px;
  }
}
.section-title__info .sub-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--action);
  font-family: var(--font_inter);
  margin-bottom: 17px;
}
.section-title__info .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: var(--primary);
  font-variant: var(--font_Madurai);
}
@media only screen and (max-width: 991px) {
  .section-title__info .title {
    font-size: 40px;
    line-height: 47px;
  }
  .section-title__info .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-title__info .title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .section-title__info .title {
    font-size: 28px;
    line-height: 36px;
  }
}

/* === pages scss (index 01) === */
.team-details__thumb {
  overflow: hidden;
  border-radius: 10px;
  margin: 0 12px 0 10px;
}
@media only screen and (max-width: 991px) {
  .team-details__thumb {
    margin: 0;
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__thumb {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .team-details__thumb {
    height: 100%;
  }
}
.team-details__thumb img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .team-details__thumb img {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__thumb img {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .team-details__thumb img {
    height: 100%;
  }
}
.team-details__content {
  margin-left: 2px;
}
@media only screen and (max-width: 991px) {
  .team-details__content {
    margin-left: 0;
    margin-top: 30px;
  }
}
.team-details__title {
  display: flex;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .team-details__title {
    font-size: 31px;
  }
}
.team-details__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  color: #FF7D0C;
  margin: 10px 0px 24px 0px;
  font-family: var(--font_inter);
}
.team-details__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #74787C;
  font-family: var(--font_inter);
}
.team-details__social {
  gap: 10px;
  display: flex;
  margin: 33px 0 40px 0px;
  align-items: center;
}
.team-details__social li {
  list-style: none;
}
.team-details__social li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  background: #F5F5F5;
  color: var(--action);
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.team-details__social li a:hover {
  background: var(--action);
  color: var(--white);
}
.team-details__info {
  margin-bottom: 54px;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 575px) {
  .team-details__info {
    gap: 0px;
    grid-template-columns: 1fr;
  }
}
.team-details__info__item {
  padding: 38px 40px 30px 40px;
}
@media only screen and (max-width: 1399px) {
  .team-details__info__item {
    padding: 38px 35px 30px 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-details__info__item {
    padding: 38px 15px 30px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details__info__item {
    padding: 38px 15px 30px 58px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__info__item {
    padding: 38px 15px 30px 18px;
  }
}
.team-details__info__item:nth-of-type(2) {
  border-left: 1px solid #EBEBEB;
}
.team-details__info__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0A0A0A;
  margin: 22px 0px 6px 0px;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 767px) {
  .team-details__info__title {
    white-space: nowrap;
  }
}
.team-details__info__content a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #74787C;
  font-family: var(--font_inter);
  display: block;
}
.team-details__info__content a:hover {
  color: var(--action);
}
.team-details__icon {
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 5px;
  align-items: center;
  background: #F5F5F5;
  justify-content: center;
}
.team-details__icon i {
  color: var(--action);
}
.team-details__skill__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0A0A0A;
  margin-bottom: 13px;
  font-family: var(--font_inter);
}
.team-details__skill__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #74787C;
  font-family: var(--font_inter);
}
.team-details__progress {
  margin-top: 34px;
}
.team-details__progress__wrap {
  width: 100%;
}
.team-details__progress__wrap label {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
.team-details__progress__wrap .progress-outer {
  position: relative;
}
.team-details__progress__wrap .progress-outer .progress-num {
  top: -30px;
  right: 0;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  position: absolute;
  align-items: center;
  justify-content: end;
  color: var(--action);
  font-family: var(--font_inter);
}
.team-details__progress__wrap .progress-outer .progress {
  height: 7px;
  background: var(--white);
}
.team-details__progress__wrap .progress-outer .progress .progress-bar {
  color: var(--white);
  border-radius: 10px;
  background: var(--action);
}
.team-details__progress .progress {
  width: 100%;
  height: 8px;
  background: var(--white);
  border-radius: 50px;
  overflow: hidden;
}
.team-details__progress .progress .progress-bar {
  height: 100%;
  width: 0%;
  background: var(--action);
  border-radius: 50px;
  transition: width 1.3s ease;
}
.team-details__progress__item {
  gap: 30px;
  padding: 5px;
  display: flex;
  padding-right: 25px;
  border-radius: 5px;
  margin-bottom: 15px;
  align-items: center;
  background: #F5F5F5;
}
@media (max-width: 575px) {
  .team-details__progress__item {
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 25px;
    padding: 15px;
  }
}
.team-details__progress__item:last-child {
  margin-bottom: 0;
}
.team-details__progress__item .icon {
  display: flex;
  padding: 18px 18px;
  border-radius: 5px;
  align-items: center;
  background: var(--white);
  justify-content: center;
}
@media (max-width: 575px) {
  .team-details__progress__item .icon {
    padding: 12px 12px;
  }
}

.team-page__card {
  background: linear-gradient(180deg, var(--white) 0%, #F5F5F5 100%);
  border-radius: 15px;
  padding: 20px;
}
@media (max-width: 575px) {
  .team-page__card {
    margin-bottom: 24px;
  }
}
.team-page__item {
  background: var(--white);
  border-radius: 15px;
  padding-bottom: 30px;
}
.team-page__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.team-page__content {
  text-align: center;
}
.team-page__content .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-top: 23px;
  margin-bottom: 2px;
}
.team-page__content .title a {
  background: linear-gradient(var(--primary) 0%, var(--primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}
.team-page__content .title a:hover {
  color: var(--primary);
  background-size: 100% 2px;
}
.team-page__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.team-page__list {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}
.team-page__list li {
  list-style: none;
}
.team-page__list li a {
  background: #F5F5F5;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.team-page__list li a i {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #0A0A0A;
  transition: all 0.3s ease-in-out;
}
.team-page__list li:hover a {
  background: var(--action);
}
.team-page__list li:hover a i {
  color: var(--white);
}

.breadcrumb-section {
  padding-top: 135px;
}
@media only screen and (max-width: 1399px) {
  .breadcrumb-section {
    padding-top: 100px;
  }
}
.breadcrumb-section__wrapper {
  padding-top: 131px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 131px;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-section__wrapper {
    padding-top: 130px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section__wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.breadcrumb-section__wrapper::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #101010 100%);
  border-radius: 0px;
}
.breadcrumb-section__inner {
  position: relative;
  z-index: 1;
}
.breadcrumb-section__inner .content .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: var(--white);
  font-family: var(--font_inter);
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .breadcrumb-section__inner .content .title {
    font-size: 38px;
    line-height: 43px;
  }
}
.breadcrumb-section__box {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: -1px;
  position: relative;
  margin-left: 14px;
}
.breadcrumb-section__box span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  font-family: var(--font_inter);
  position: relative;
  z-index: 2;
}
.breadcrumb-section__box span a {
  margin-right: 2px;
}
.breadcrumb-section__box .page-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FF7D0C;
  font-family: var(--font_inter);
}

.contact-main__area .contact-page__wrapper {
  background: inherit;
}
.contact-main__area .contact-page__contact-from {
  padding: 54px 60px 45px 60px;
  background: #F5F5F5;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .contact-main__area .contact-page__contact-from {
    padding: 54px 20px 45px 20px;
  }
}
.contact-main__area .contact-page__contact-from form button {
  width: 100%;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: 18px 0px;
  border-radius: 5px;
  justify-content: center;
  font-family: var(--font_inter);
}
.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: var(--white);
  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: var(--white);
  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__title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
  margin-bottom: 9px;
}
.contact-main__area .contact-page__decs {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  align-items: center;
  font-family: var(--font_inter);
}
.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: 20px;
}
.contact-main__area .contact-page__input input {
  width: 100%;
  border: none;
  height: 55px;
  border-radius: 5px;
  background: var(--white);
  transition: all 0.3s ease-in-out;
  padding: 17.5px 47px 17.5px 25px;
  border: 1px solid none;
  border-radius: 10px;
}
.contact-main__area .contact-page__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.contact-main__area .contact-page__input input:hover, .contact-main__area .contact-page__input input:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background-color: var(--white);
}
.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: var(--white);
  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__content {
  margin-bottom: 34px;
}
.contact-main__content .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-bottom: 11px;
}
@media (max-width: 575px) {
  .contact-main__content .title {
    font-size: 28px;
    line-height: 35px;
  }
}
.contact-main__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.contact-main__item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
  margin-top: 25px;
}
@media (max-width: 575px) {
  .contact-main__item {
    grid-template-columns: 1fr;
  }
}
.contact-main__item .icon {
  background: var(--white);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
}
.contact-main__item .icon i {
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  color: #FF7D0C;
}
.contact-main__item .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-bottom: 6px;
}
.contact-main__item .content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #4E4E4E;
  list-style: none;
}
.contact-main__item .content ul li span {
  color: var(--action);
}
.contact-main__info {
  padding: 55px 60px 55px 60px;
  background: #F5F5F5;
  border-radius: 10px;
  margin-left: 4px;
}
@media only screen and (max-width: 1199px) {
  .contact-main__info {
    padding: 55px 25px 55px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-main__info {
    padding: 55px 25px 55px 25px;
    margin-top: 40px;
  }
}
.contact-main__info .item-2 {
  border-bottom: none;
  padding-bottom: 0;
}

.map__section {
  margin-bottom: -5px;
}
.map__section .maps {
  width: 100%;
  height: 600px;
}

.service-section__content .section-title__info {
  text-align: left;
  margin-bottom: 50px;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .service-section__content .section-title__info {
    margin-bottom: 35px;
  }
}
.service-section__content .section-title__info .title {
  line-height: 1.1;
  margin-top: 22px;
  font-weight: 700;
  font-size: 48px;
  color: #0A0A0A;
}
@media only screen and (max-width: 1199px) {
  .service-section__content .section-title__info .title {
    font-size: 39px;
  }
}
@media (max-width: 575px) {
  .service-section__content .section-title__info .title {
    font-size: 28px;
  }
}
.service-section__thumb {
  margin-left: 3px;
}
@media only screen and (max-width: 991px) {
  .service-section__thumb {
    max-height: 500px;
    margin-left: 0;
    margin-top: 40px;
  }
}
.service-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media only screen and (max-width: 991px) {
  .service-section__thumb img {
    max-height: 500px;
    margin-left: 0;
  }
}
.service-section__item-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 254px;
  margin-top: 82px;
  gap: 35px;
}
@media only screen and (max-width: 1199px) {
  .service-section__item-box {
    grid-template-columns: 1fr 1fr 1fr 230px;
  }
}
@media only screen and (max-width: 991px) {
  .service-section__item-box {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .service-section__item-box {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 50px;
  }
}
.service-section__item {
  border-right: 1px dashed #D0D0D0;
  padding-right: 32px;
}
@media only screen and (max-width: 1399px) {
  .service-section__item {
    padding-right: 24px;
  }
}
@media (max-width: 575px) {
  .service-section__item {
    padding-right: 0;
    border: none;
  }
}
@media only screen and (max-width: 991px) {
  .service-section__item:nth-child(2) {
    border: none;
  }
}
.service-section__item:first-child {
  padding-left: 0;
}
.service-section__item:last-child {
  padding-right: 0;
  border: none;
}
.service-section__item .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  border-radius: 50%;
}
.service-section__item .content {
  margin-bottom: 23px;
}
.service-section__item .content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #0A0A0A;
  font-family: var(--font_Madurai);
  margin-top: 29px;
  margin-bottom: 9px;
}
.service-section__item .content .title a {
  background: linear-gradient(var(--primary) 0%, var(--primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}
.service-section__item .content .title a:hover {
  color: var(--primary);
  background-size: 100% 2px;
}
.service-section__item .content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .service-section__item .content .decs br {
    display: none;
  }
}
.service-section__item .plus-icon span i {
  color: #FF7D0C;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 125, 12, 0.08);
}
.service-section__btn .service-btn {
  border: 1px solid #FF7D0C;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FF7D0C;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 9px 11px 9px 30px;
}
.service-section__btn .service-btn i {
  width: 40px;
  height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #FF7D0C;
  border-radius: 100px;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.service-section__btn .service-btn:hover i {
  transform: rotate(-45deg);
}

.service-page .service-section__item-box {
  margin-top: 0;
}

.service-details__thumb {
  border-radius: 10px;
}
.service-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .service-details__thumb img {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .service-details__thumb img {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-details__thumb img {
    margin-bottom: 25px;
  }
}
.service-details__title {
  display: flex;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  margin: 37px 0px 17px 0;
  align-items: center;
  color: var(--primary);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .service-details__title {
    margin: 0px 0px 17px 0;
  }
}
@media only screen and (max-width: 991px) {
  .service-details__title {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details__title {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .service-details__title {
    font-size: 22px;
    line-height: 30px;
  }
}
.service-details__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #74787C;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .service-details__desc br {
    display: none;
  }
}
.service-details__desc-one {
  margin-bottom: 25px;
}
.service-details__desc-two {
  margin-top: 14px;
}
.service-details__wrapper {
  margin: 33px 0px 0px 0px;
}
.service-details__wrap {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .service-details__wrap {
    display: flex;
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .service-details__wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .service-details__wrap {
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details__wrap-one {
    margin-bottom: 20px;
  }
}
.service-details__item {
  gap: 20px;
  display: flex;
  margin-bottom: 20px;
  border-radius: 10px;
  background: var(--white);
  padding: 29px 37px 29px 38px;
  border: 1px solid var(--border);
  box-shadow: 0px 8px 30px rgba(106, 106, 106, 0.1);
}
@media only screen and (max-width: 1399px) {
  .service-details__item {
    padding: 23px 20px 22px 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-details__item {
    margin-bottom: 0;
  }
}
.service-details__item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .service-details__item {
    padding: 23px 15px 15px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details__item {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .service-details__item {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .service-details__item .content {
    text-align: center;
  }
}
.service-details__item .content .title {
  display: flex;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 11px;
  align-items: center;
  color: var(--primary);
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .service-details__item .content .title {
    font-size: 18px;
    justify-content: center;
  }
}
.service-details__item .content .desc {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  align-items: center;
  color: var(--secondary);
  font-family: var(--font_inter);
  max-width: 230px;
}
.service-details__sidebar__item {
  border-radius: 10px;
  margin-bottom: 30px;
  background: #F6F6F6;
  border-radius: 10px;
  padding: 33px 35px 31px 35px;
}
@media only screen and (max-width: 1199px) {
  .service-details__sidebar__item {
    padding: 36px 20px 35px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .service-details__sidebar__item {
    margin-top: 30px;
  }
}
.service-details__sidebar__title {
  display: flex;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  position: relative;
  align-items: center;
  margin-bottom: 29px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
  color: var(--primary);
  font-family: var(--font_inter);
}
.service-details__sidebar__title::before {
  content: "";
  bottom: -1px;
  width: 66px;
  height: 1px;
  position: absolute;
  background: var(--action);
}
.service-details__sidebar__list li {
  list-style: none;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
.service-details__sidebar__list li:last-child {
  margin-bottom: 0;
}
.service-details__sidebar__list li a {
  display: flex;
  list-style: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  padding: 15.5px 20px;
  border-radius: 5px;
  color: var(--primary);
  background: var(--white);
  font-family: var(--font_inter);
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.service-details__sidebar__list li a i {
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  color: #0A0A0A;
  transition: all 0.3s ease-in-out;
}
.service-details__sidebar__list li a:hover {
  color: var(--white);
  background: var(--action);
}
.service-details__sidebar__list li a:hover i {
  color: var(--white);
}
.service-details__sidebar__thumb {
  position: relative;
  z-index: 1;
}
.service-details__sidebar__thumb img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .service-details__sidebar__content {
    margin-top: -160px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details__sidebar__content {
    margin-top: -103px;
  }
}
@media (max-width: 575px) {
  .service-details__sidebar__content {
    margin-top: -93px;
  }
}
.service-details__sidebar__icon {
  left: 43px;
  z-index: 2;
  width: 100px;
  height: 100px;
  bottom: 146px;
  display: flex;
  margin-top: -42px;
  position: absolute;
  border-radius: 100%;
  align-items: center;
  background: var(--white);
  justify-content: center;
  border: 10px solid var(--action);
}
.service-details__sidebar__icon i {
  font-weight: 900;
  font-size: 30px;
  line-height: 26px;
  color: #FF7D0C;
}
@media only screen and (max-width: 991px) {
  .service-details__sidebar__icon {
    left: 122px;
    bottom: 138px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details__sidebar__icon {
    left: 84px;
    bottom: 138px;
  }
}
@media (max-width: 575px) {
  .service-details__sidebar__icon {
    left: 52px;
    bottom: 147px;
  }
}
.service-details__sidebar__wrap {
  bottom: 0px;
  position: absolute;
  background: var(--action);
  padding: 57.5px 40px 32px 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  clip-path: polygon(0 21%, 21% 0%, 100% 37%, 100% 100%, 0 100%);
}
@media only screen and (max-width: 1199px) {
  .service-details__sidebar__wrap {
    padding: 57.5px 20px 32px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .service-details__sidebar__wrap {
    position: inherit;
  }
}
@media (max-width: 575px) {
  .service-details__sidebar__wrap {
    clip-path: polygon(0 21%, 30% 0%, 100% 37%, 100% 100%, 0 100%);
  }
}
.service-details__sidebar__title-two {
  display: flex;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  align-items: center;
  color: var(--white);
  padding: 25px 0px 10px 0px;
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .service-details__sidebar__title-two {
    font-size: 22px;
  }
}
.service-details__sidebar__desc {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  align-items: center;
  color: var(--white);
  font-family: var(--font_inter);
}

.hero-section__wrapper {
  width: 100%;
  height: 1000px;
  background-size: cover;
  background-position: center;
  padding: 0 120px;
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .hero-section__wrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-section__wrapper {
    height: 830px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-section__wrapper {
    height: 100%;
    overflow: hidden;
    padding: 0 15px;
  }
}
.hero-section__wrapper::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #101010 12.2%, rgba(16, 16, 16, 0) 100%);
}
.hero-section__wrapper::after {
  position: absolute;
  content: "";
  left: -38%;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(10, 0, 0, 0.7) 0%, rgba(10, 0, 0, 0) 100%);
  clip-path: polygon(0 0, 68% 0, 96% 102%, 21% 100%);
}
.hero-section__inner {
  padding-top: 490px;
  position: relative;
  z-index: 1;
  display: flex;
  gap: 160px;
}
@media only screen and (max-width: 1919px) {
  .hero-section__inner {
    padding-top: 450px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-section__inner {
    padding-top: 350px;
    gap: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-section__inner {
    flex-wrap: wrap;
    padding-top: 210px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section__inner {
    padding-top: 180px;
    padding-bottom: 50px;
  }
}
.hero-section__content {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .hero-section__content {
    padding-bottom: 0;
  }
}
.hero-section__content .sub-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FF7D0C;
  font-family: var(--font_inter);
}
.hero-section__content .title {
  font-weight: 700;
  font-size: 72px;
  line-height: 80px;
  color: var(--white);
  font-family: var(--font_Madurai);
  margin-top: 26px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .hero-section__content .title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-section__content .title {
    font-size: 57px;
    line-height: 56px;
  }
  .hero-section__content .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section__content .title {
    font-size: 54px;
    line-height: 56px;
  }
}
@media (max-width: 575px) {
  .hero-section__content .title {
    font-size: 38px;
    line-height: 43px;
  }
}
.hero-section__content .decs {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: var(--white);
  max-width: 720px;
}
.hero-section__btn {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 43px;
}
@media (max-width: 575px) {
  .hero-section__btn {
    flex-wrap: wrap;
  }
}
.hero-section__btn .service-section__btn .service-btn {
  background: var(--white);
  border: 1px solid var(--white);
  border-radius: 100px;
  padding: 9px 12px 9px 36px;
}
.hero-section__right .rr-btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--white);
  backdrop-filter: blur(30px);
  border-radius: 100px;
  padding: 19.5px 30px;
}
.hero-section__right .rr-btn::before {
  background: var(--white);
}
.hero-section__right .rr-btn .text-two {
  color: #101010 !important;
}
.hero-section__booking-form {
  background: #1F1F1F;
  border-radius: 15px;
  max-width: 580px;
  padding: 60px;
  text-align: center;
  margin-top: 6px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .hero-section__booking-form {
    padding: 40px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section__booking-form {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .hero-section__booking-form {
    padding: 35px 20px;
  }
}
.hero-section__booking-form .car-types {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .hero-section__booking-form .car-types {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
}
.hero-section__booking-form .car-types button {
  background: #1F1F1F;
  border: 1px solid #3D3D3D;
  border-radius: 5px;
  height: 100px;
  width: 100px;
  padding: 10px;
}
.hero-section__booking-form .car-types button span {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--font_inter);
  margin-bottom: 5px;
  margin-top: -10px;
}
.hero-section__booking-form .contact {
  width: 100%;
}
.hero-section__booking-form .contact__form-group {
  display: inherit;
  margin-top: 40px;
}
.hero-section__booking-form .contact__form-group .rr-btn {
  padding: 18px 61.5px;
  margin-top: 9px;
}
.hero-section__booking-form .contact__form-group .rr-btn::before {
  background: var(--white);
}
.hero-section__booking-form .contact__form-group .rr-btn .text-two {
  color: #101010;
}
.hero-section__booking-form .contact__input {
  margin-bottom: 15px;
}
.hero-section__booking-form .contact__input input {
  width: 100%;
  border: none;
  height: 50px;
  border-radius: 3px;
  background: var(--white);
  transition: all 0.3s ease-in-out;
  padding: 17.5px 55px 17.5px 20px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}
.hero-section__booking-form .contact__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.hero-section__booking-form .contact__input input:hover, .hero-section__booking-form .contact__input input:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background-color: var(--white);
}
.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;
}
.hero-section__booking-form .car-types button.active {
  background: #FF7D0C;
}
.hero-section__booking-form .nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 27px;
  list-style: none;
  min-height: 31px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  z-index: 99;
}

.blog-section .section-title__wrapper {
  text-align: center;
  margin-bottom: 58px;
}
@media only screen and (max-width: 1199px) {
  .blog-section .section-title__wrapper {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section .section-title__wrapper {
    margin-bottom: 40px;
  }
}
.blog-section .section-title__wrapper .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: var(--primary);
  font-family: var(--font_sora);
}
@media (max-width: 575px) {
  .blog-section .section-title__wrapper .title {
    font-size: 32px;
    line-height: 35px;
  }
}
.blog-section__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 991px) {
  .blog-section__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .blog-section__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .blog-section__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.blog-section__item {
  background: var(--white);
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}
.blog-section__content {
  padding: 25px 30px 27px 30px;
}
@media only screen and (max-width: 1199px) {
  .blog-section__content {
    padding: 25px 20px 27px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section__content {
    padding: 25px 10px 27px 20px;
  }
}
.blog-section__content .category {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.blog-section__content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-top: 9px;
  margin-bottom: 15px;
}
.blog-section__content .title a {
  background: linear-gradient(var(--primary) 0%, var(--primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}
.blog-section__content .title a:hover {
  color: var(--primary);
  background-size: 100% 2px;
}
@media only screen and (max-width: 1399px) {
  .blog-section__content .title {
    font-size: 19px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-section__content .title {
    font-size: 18px;
    line-height: 24px;
  }
  .blog-section__content .title br {
    display: none;
  }
}
.blog-section__btn a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--action);
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
  background: linear-gradient(var(--action) 0%, var(--action) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.3s ease-in-out;
}
.blog-section__btn a:hover {
  color: var(--action);
  background-size: 100% 2px;
}
.blog-section__thumb {
  position: relative;
}
.blog-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}
.blog-section__card-date {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #0A0A0A;
  border-radius: 10px 0px;
  text-align: center;
}
.blog-section__card-date .blog-date {
  background: #FF7D0C;
  border-radius: 10px 0px 0px 0px;
  padding: 5.5px 10px 5.5px 10px;
}
.blog-section__card-date .day {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--white);
  font-family: var(--font_inter);
  display: block;
  margin-bottom: 2px;
}
.blog-section__card-date .month {
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--font_inter);
  display: block;
}
.blog-section__card-date .year {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
  font-family: var(--font_inter);
  display: block;
  margin: 5.5px 0;
}

@media only screen and (max-width: 991px) {
  .blog-page .blog-section__item {
    margin-bottom: 10px;
  }
}

.blog-details__wrapper .blog-list__content {
  padding-bottom: 32px;
}
.blog-details__wrapper .blog-list__dec {
  margin-bottom: 24px;
}
.blog-details__content .blog-list__title {
  margin-top: 0;
}
.blog-details__gallery {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 20px;
}
@media (max-width: 575px) {
  .blog-details__gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-details__image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.blog-details__content {
  padding: 40px;
  padding-top: 35px;
  padding-bottom: 25px;
}
@media (max-width: 575px) {
  .blog-details__content {
    padding: 20px;
    padding-top: 25px;
  }
}
.blog-details__category {
  margin: 0 40px;
  display: flex;
  padding: 25px 0px;
  align-items: center;
  padding-bottom: 40px;
  justify-content: space-between;
  border-top: 1px solid #EBEBEB;
}
@media (max-width: 575px) {
  .blog-details__category {
    gap: 15px;
    margin: 0 20px;
    flex-wrap: wrap;
    padding: 15px 0px;
    padding-bottom: 30px;
  }
}
.blog-details__tag {
  gap: 10px;
  display: flex;
  align-items: center;
}
.blog-details__tag ul {
  list-style: none;
}
.blog-details__tag ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #74787C;
  display: inline-block;
  font-family: var(--font_inter);
}
.blog-details__tag-title, .blog-details__share-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #141414;
  font-family: var(--font_inter);
}
.blog-details__share {
  gap: 20px;
  display: flex;
  align-items: center;
}
.blog-details__share ul {
  gap: 20px;
  display: flex;
  list-style: none;
  align-items: center;
}
.blog-details__share ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--secondary);
}
.blog-details__share ul li a i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #74787C;
}
.blog-details__page-prev, .blog-details__page-next {
  gap: 20px;
  display: flex;
  align-items: center;
}
.blog-details__page-prev .image, .blog-details__page-next .image {
  width: 80px;
  height: 80px;
}
.blog-details__page-prev .image img, .blog-details__page-next .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-details__page-prev a, .blog-details__page-next a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--primary);
  font-family: var(--font_inter);
}
.blog-details__page-prev a:hover, .blog-details__page-next a:hover {
  color: var(--primary);
}
.blog-details__page {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 30px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EBEBEB;
}
@media (max-width: 575px) {
  .blog-details__page {
    gap: 15px;
  }
}
.blog-details__page-dot {
  width: 38px;
  height: 38px;
  gap: 4px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 575px) {
  .blog-details__page-dot {
    display: none;
  }
}
.blog-details__page-dot span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #EBEBEB;
}
.blog-details__author {
  gap: 30px;
  display: flex;
  margin-top: 60px;
  margin-bottom: 55px;
  padding: 30px 34px;
  align-items: center;
  border-radius: 10px;
  background: #F6F6F6;
}
@media only screen and (max-width: 767px) {
  .blog-details__author {
    gap: 19px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px 20px;
  }
}
@media (max-width: 575px) {
  .blog-details__author {
    flex-wrap: wrap;
  }
}
.blog-details__author-thumb {
  min-width: 189px;
  height: 189px;
}
@media (max-width: 575px) {
  .blog-details__author-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.blog-details__author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-details__author-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: var(--primary);
  font-family: var(--font_inter);
}
.blog-details__author-position {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  padding-top: 8px;
  padding-bottom: 15px;
  display: inline-block;
  color: var(--action);
  font-family: var(--font_inter);
}
.blog-details__author-dec {
  font-weight: 400;
  font-size: 16px;
  max-width: 521px;
  line-height: 26px;
  color: var(--secondary);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .blog-details__author-dec br {
    display: none;
  }
}
.blog-details__comment-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 35px;
  color: var(--primary);
  font-family: var(--font_inter);
}
.blog-details__comment__author {
  gap: 25px;
  display: flex;
  padding: 30px 0;
  align-items: center;
  border-bottom: 1px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .blog-details__comment__author {
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .blog-details__comment__author {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.blog-details__comment__author .author_thumb {
  min-width: 110px;
  height: 110px;
}
.blog-details__comment__author .author_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-details__comment__author .author_info {
  display: flex;
  margin-bottom: 11px;
  align-items: center;
  justify-content: space-between;
}
.blog-details__comment__author .author_info .name {
  font-weight: 700;
  font-size: 20px;
  margin-top: 6px;
  line-height: 20px;
  color: var(--primary);
  font-family: var(--font_inter);
}
.blog-details__comment__author .author_info .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.blog-details__comment__author .author_info .reply a {
  gap: 10px;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  align-items: center;
  color: #FF7D0C;
  font-family: var(--font_inter);
}
.blog-details__comment__author .author_info .reply a:hover {
  color: var(--primary);
}
.blog-details__comment__author .author_info .reply a i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.blog-details__comment__author .comment {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.blog-details__comment ul {
  list-style: none;
}
.blog-details__comment ul li:first-of-type .blog-details__comment__author {
  padding-top: 0;
}
.blog-details__comment ul li:last-of-type .blog-details__comment__author {
  padding-bottom: 0;
  border-bottom: none;
}
.blog-details__comment ul li .comment_reply .blog-details__comment__author {
  padding-left: 135px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__comment ul li .comment_reply .blog-details__comment__author {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .blog-details__comment ul li .comment_reply .blog-details__comment__author {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .blog-details__comment ul li .comment_reply .blog-details__comment__author {
    padding-left: 0px;
  }
}
.blog-details__comment-form {
  padding: 60px;
  margin-top: 60px;
  padding-top: 55px;
  border-radius: 10px;
  background: #F6F6F6;
}
@media only screen and (max-width: 767px) {
  .blog-details__comment-form {
    padding: 30px;
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .blog-details__comment-form {
    padding: 20px;
    margin-top: 30px;
  }
}
.blog-details__form-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 16px;
  color: var(--primary);
  font-family: var(--font_inter);
}
.blog-details__form-dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--secondary);
  margin-bottom: 37px;
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .blog-details__form-dec {
    line-height: 1.3;
  }
}
.blog-details__form-input {
  position: relative;
  margin-bottom: 20px;
}
.blog-details__form-input input {
  width: 100%;
  height: 60px;
  padding: 10px 25px;
  padding-right: 41px;
  border-radius: 10px;
  background: var(--white);
  border: 1px solid #EBEBEB;
}
.blog-details__form-input input:focus {
  outline: none;
}
.blog-details__form-input input::placeholder {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.blog-details__form-input .icon {
  top: 50%;
  right: 25px;
  position: absolute;
  transform: translateY(-50%);
}
.blog-details__form-input .icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FF7D0C;
}
.blog-details__form-textarea {
  position: relative;
  margin-bottom: 25px;
}
.blog-details__form-textarea textarea {
  width: 100%;
  height: 160px;
  padding: 20px 25px;
  padding-right: 46px;
  border-radius: 10px;
  background: var(--white);
  border: 1px solid #EBEBEB;
}
.blog-details__form-textarea textarea:focus {
  outline: none;
}
.blog-details__form-textarea textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.blog-details__form-textarea .icon {
  top: 22px;
  right: 25px;
  position: absolute;
}
.blog-details__form-textarea .icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FF7D0C;
}
.blog-details__form-select .nice-select {
  width: 100%;
  height: 60px;
  display: flex;
  margin-bottom: 20px;
  padding: 20px 25px;
  align-items: center;
  border-radius: 10px;
  background: var(--white);
  border: 1px solid #EBEBEB;
}
.blog-details__form-select .nice-select .current {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.blog-details__form-select .nice-select .icon {
  top: 50%;
  right: 25px;
  line-height: 1;
  position: absolute;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.blog-details__form-select .nice-select .icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FF7D0C;
}
.blog-details__form-select .nice-select .list {
  width: 100%;
  background-color: var(--white);
}
.blog-details__form-select .nice-select .option {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--secondary);
  padding: 12px 10px;
  font-family: var(--font_inter);
}
.blog-details__form-select .nice-select .option:hover {
  color: var(--primary);
}
.blog-details__form-select .nice-select .option.selected {
  font-weight: 600;
  color: var(--primary);
}
.blog-details__form-select .nice-select:after {
  display: none;
}
.blog-details__form-select .nice-select.open .icon {
  transform: translateY(-50%) rotate(180deg);
}
.blog-details__form-button .rr-btn {
  line-height: 1.1;
  padding: 18.71px 35.8px;
}

.blog-list__card {
  background: #F5F5F5;
  border-radius: 10px;
}
.blog-list__thumb {
  padding: 20px;
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .blog-list__thumb {
    padding: 10px;
    padding-bottom: 0;
  }
}
.blog-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.blog-list__content {
  padding: 40px;
  padding-top: 27px;
}
@media (max-width: 575px) {
  .blog-list__content {
    padding: 15px;
    padding-top: 20px;
  }
}
.blog-list__meta {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-list__meta span {
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #74787C;
  display: inline-flex;
  align-items: center;
}
.blog-list__meta span i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FF7D0C;
}
.blog-list__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  color: #141414;
  margin-top: 18px;
  margin-bottom: 18px;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .blog-list__title {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-list__title {
    font-size: 20px;
    line-height: 1.3;
  }
}
.blog-list__dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #74787C;
  max-width: 718px;
  margin-bottom: 22px;
  font-family: var(--font_inter);
}
.blog-list__btn .rr-btn-2 {
  font-size: 14px;
  padding: 14px 29.21px;
  border: 1px solid #EBEBEB;
  background-color: var(--white);
}
.blog-list__btn .rr-btn-2 i {
  font-size: 14px;
  font-weight: 900;
}
.blog-list__btn .rr-btn-2::before {
  background-color: var(--primary);
}
.blog-list__btn .rr-btn-2 .btn-wrap .text-one,
.blog-list__btn .rr-btn-2 .btn-wrap .text-two {
  gap: 4px;
}
.blog-list__btn .rr-btn-2 .btn-wrap .text-one {
  color: var(--primary);
}
.blog-list__btn .rr-btn-2 .btn-wrap .text-two {
  color: var(--white);
}
.blog-list__page {
  padding-top: 10px;
}
@media only screen and (max-width: 991px) {
  .blog-list__page {
    padding-top: 0;
  }
}
.blog-list__page ul {
  gap: 10px;
  display: flex;
  list-style: none;
  align-items: center;
}
.blog-list__page ul li a {
  width: 50px;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  align-items: center;
  display: inline-flex;
  border-radius: 500px;
  color: var(--primary);
  justify-content: center;
  font-family: var(--font_inter);
  background-color: var(--light_bg);
}
.blog-list__page ul li a:hover {
  color: var(--white);
  background-color: var(--primary);
}
.blog-list__page ul li a.active {
  color: var(--white);
  background-color: var(--primary);
}
.blog-list__page ul li a.arrow i {
  font-size: 16px;
  font-weight: 900;
}

@media only screen and (max-width: 1199px), only screen and (max-width: 991px), only screen and (max-width: 767px), (max-width: 575px) {
  .blog-sidebar__wrapper {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), (max-width: 575px) {
  .blog-sidebar__wrapper {
    margin-top: 40px;
  }
}
.blog-sidebar__widget {
  padding: 40px;
  border-radius: 10px;
  background: #F6F6F6;
}
.blog-sidebar__widget:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px), (max-width: 575px) {
  .blog-sidebar__widget {
    padding: 22px 20px 31px 20px;
  }
}
@media (max-width: 575px) {
  .blog-sidebar__widget {
    margin-bottom: 30px;
  }
}
.blog-sidebar-form {
  position: relative;
}
.blog-sidebar-form input {
  width: 100%;
  height: 55px;
  padding: 0 25px;
  padding-right: 57px;
  border-radius: 10px;
  background: var(--white);
  border: 1px solid #EBEBEB;
}
.blog-sidebar-form input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--body_text);
  font-family: var(--font_inter);
}
.blog-sidebar-form input:focus {
  outline: none;
}
.blog-sidebar-form button {
  right: 0;
  top: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  position: absolute;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background: var(--action);
  transform: translate(0%, -50%);
}
.blog-sidebar-form button i {
  font-size: 16px;
  font-weight: 900;
  color: var(--white);
}
.blog-sidebar__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 16px;
  margin-bottom: 30px;
  position: relative;
  color: var(--primary);
  font-family: var(--font_inter);
  border-bottom: 1px solid #EBEBEB;
}
.blog-sidebar__title::before {
  content: "";
  width: 66px;
  height: 1px;
  bottom: -1px;
  left: 0;
  position: absolute;
  background-color: var(--action);
}
.blog-sidebar__Categories ul {
  list-style: none;
}
.blog-sidebar__Categories ul li {
  margin-bottom: 10px;
}
.blog-sidebar__Categories ul li:last-of-type {
  margin-bottom: 0;
}
.blog-sidebar__Categories ul li a {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--body_text);
  align-items: center;
  padding: 17px 25px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
  background-color: var(--white);
  justify-content: space-between;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.blog-sidebar__Categories ul li a i {
  font-size: 16px;
  font-weight: 900;
  color: var(--action);
}
@media (max-width: 575px) {
  .blog-sidebar__Categories ul li a i {
    display: none;
  }
}
.blog-sidebar__Categories ul li:hover a {
  color: var(--white);
  border-color: var(--action);
  background-color: var(--action);
}
.blog-sidebar__Categories ul li:hover a i {
  color: var(--white);
}
.blog-sidebar__post-item {
  gap: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .blog-sidebar__post-item {
    flex-wrap: wrap;
  }
}
.blog-sidebar__post-item:last-of-type {
  margin-bottom: 0;
}
.blog-sidebar__post-thumb {
  min-width: 80px;
  height: 80px;
}
.blog-sidebar__post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.blog-sidebar__post-meta span {
  gap: 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: var(--body_text);
  display: inline-flex;
  align-items: center;
  font-family: var(--font_inter);
}
.blog-sidebar__post-meta span i {
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  color: var(--action);
}
.blog-sidebar__post-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-top: 5px;
  color: var(--primary);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1399px) {
  .blog-sidebar__post-title {
    font-size: 14px;
    line-height: 20px;
  }
}
.blog-sidebar__post-title a:hover {
  color: var(--action);
}
.blog-sidebar__gallery {
  gap: 11px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 575px) {
  .blog-sidebar__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.blog-sidebar__gallery .gallery__thumb {
  width: 95px;
  height: 95px;
  border-radius: 5px;
}
@media only screen and (max-width: 1399px) {
  .blog-sidebar__gallery .gallery__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.blog-sidebar__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.blog-sidebar__popular-tags {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
}
.blog-sidebar__popular-tags li {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  color: var(--body_text);
  border-radius: 500px;
  display: inline-block;
  padding: 10.5px 15.9px;
  background: var(--white);
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.blog-sidebar__popular-tags li:hover {
  color: var(--white);
  background: var(--action);
  border-color: var(--action);
}
.blog-sidebar__brand {
  padding: 60px;
  text-align: center;
  background: #141414;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .blog-sidebar__brand {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .blog-sidebar__brand {
    padding: 30px;
  }
}
.blog-sidebar__brand-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  color: var(--white);
  margin-top: 23px;
  margin-bottom: 31px;
  font-family: var(--font_inter);
}
.blog-sidebar__brand-btn .rr-btn-2 {
  padding: 15.5px 33.2px;
}
.blog-sidebar__brand-btn .rr-btn-2::before {
  background: var(--white);
  color: #141414;
}
.blog-sidebar__brand-btn .rr-btn-2 .text-two {
  color: #141414;
}
.blog-sidebar__brand-btn .text-two {
  color: #141414 !important;
}

.search__popup {
  padding: 70px;
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 55vh;
  z-index: 9999;
  background-color: rgba(25, 41, 41, 0.8);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  -webkit-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.search__popup.search-opened {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.search__popup.search-opened .search__input {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.search__popup.search-opened .search__input::after {
  width: 100%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.search__top {
  margin-bottom: 80px;
}

.search__input {
  position: relative;
  height: 80px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 0;
}

.search__input::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: var(--white);
  border-bottom: 1px solid transparent;
  padding: 0;
  padding-right: 30px;
}

.search__input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input::-ms-input-placeholder {
  /* MODERN BROWSER */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input::placeholder {
  /* MODERN BROWSER */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--white);
}

.search__close-btn {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
}

.search__close-btn:hover {
  color: var(--white);
}

.listing-details__filter-buttons {
  gap: 46px;
  display: flex;
  align-items: center;
  padding: 19px 30px;
  border-radius: 5px;
  margin: 40px 0 20px 0;
  border: 1px solid #D3D3D3;
}
.listing-details__filter-buttons button {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  position: relative;
  font-family: var(--font_inter);
  transition: all 0.5s ease-in-out;
  color: #74787C;
}
.listing-details__filter-buttons button::before {
  content: "";
  left: 0;
  width: 0;
  height: 2px;
  bottom: -21px;
  position: absolute;
  display: inline-block;
  background: #FFB321;
  transition: all 0.3s ease-in-out;
}
.listing-details__filter-buttons button::after {
  content: "";
  width: 1px;
  right: -23px;
  bottom: -2px;
  height: 20px;
  position: absolute;
  display: inline-block;
  background: #D3D3D3;
  transition: all 0.3s ease-in-out;
}
.listing-details__filter-buttons button:first-child {
  padding-left: 0;
}
.listing-details__filter-buttons button:first-child::before {
  left: 0;
}
.listing-details__filter-buttons button:last-child {
  border: none;
  padding-right: 0;
}
.listing-details__filter-buttons button:last-child::after {
  display: none;
}
.listing-details__filter-buttons button.active {
  color: #FFB321;
}
.listing-details__filter-buttons button.active::before {
  width: 100%;
}
.listing-details__filter-buttons button:hover::before {
  width: 100%;
}
.listing-details__grid {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.listing-details__element-item {
  margin: 10px;
  font-size: 16px;
}
.listing-details__wrapper {
  margin-bottom: 40px;
}
.listing-details__content {
  border-radius: 10px;
  background: var(--white);
  padding: 25px 0px 22px 0px;
  border: 1px solid var(--border);
}
.listing-details__content .one {
  padding-bottom: 3px;
}
.listing-details__content .two {
  padding-top: 13px;
  padding-bottom: 18px;
}
.listing-details__content .three {
  padding-top: 19px;
}
.listing-details__item {
  display: flex;
  padding: 0 24px;
  align-items: center;
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .listing-details__item {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .listing-details__item {
    margin-left: 15px;
    padding-right: 10px;
  }
}
.listing-details__item:last-child {
  border-bottom: none;
}
.listing-details__subtext {
  font-weight: 400;
  font-size: 16px;
  color: #FFB321;
  line-height: 1;
  font-family: var(--font_inter);
}
.listing-details__textwrap {
  margin-bottom: 15px;
}
.listing-details__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin: 7px 0px 13px 0px;
  color: var(--primary);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 991px) {
  .listing-details__title {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .listing-details__title {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .listing-details__title {
    font-size: 20px;
    line-height: 27px;
  }
}
.listing-details__list {
  gap: 24px;
  display: flex;
  align-items: center;
}
.listing-details__list li {
  gap: 10px;
  display: flex;
  line-height: 1;
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  color: #0A0A0A;
  align-items: center;
  font-family: var(--font_inter);
}
.listing-details__list li i {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  color: #74787C;
  border: 1px solid var(--border);
  transition: all 0.3s ease-in-out;
}
.listing-details__list li i:hover {
  background: var(--action);
  color: var(--white);
}
.listing-details__location {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #74787C;
  font-family: var(--font_inter);
}
.listing-details__location i {
  margin-right: 3px;
}
.listing-details__catagory {
  gap: 10px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .listing-details__catagory {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .listing-details__catagory {
    flex-wrap: wrap;
  }
}
.listing-details__catagory span {
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  color: #0A0A0A;
  border-radius: 5px;
  text-align: center;
  padding: 9px 15.5px;
  background: #F1F1F1;
  font-family: var(--font_inter);
}
.listing-details__catagory span i {
  font-size: 14px;
  margin-right: 7px;
}
.listing-details__catagory span svg {
  font-size: 14px;
  margin-right: 5px;
}
.listing-details__rating {
  gap: 2px;
  display: flex;
  align-items: center;
}
.listing-details__rating li {
  list-style: none;
}
.listing-details__rating li i {
  color: #FFB321;
  font-size: 14px;
}
.listing-details__rating li span i {
  color: #E5E5E5;
}
.listing-details__price-wrap {
  display: flex;
  align-items: center;
}
.listing-details__price-wrap li {
  list-style: none;
}
.listing-details__price-wrap .amount-one {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-decoration-line: line-through;
  margin-right: 12px;
  color: var(--primary);
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .listing-details__price-wrap .amount-one {
    font-size: 17px;
  }
}
.listing-details__price-wrap .amount-two {
  line-height: 1;
  font-weight: 700;
  font-size: 30px;
  text-decoration: none;
  color: var(--primary);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 767px) {
  .listing-details__price-wrap .amount-two {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .listing-details__price-wrap .amount-two {
    font-size: 20px;
  }
}
.listing-details__btn {
  gap: 10px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .listing-details__btn {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .listing-details__btn {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.listing-details__btn .rr-btn {
  font-weight: 600;
}
.listing-details__btn .btn-one .rr-btn {
  border-radius: 5px;
  padding: 15.5px 19.1px;
  background: #FFB321;
}
.listing-details__btn .btn-two .rr-btn {
  border-radius: 5px;
  padding: 15.5px 20.4px;
  background: rgba(255, 179, 33, 0.1);
}
.listing-details__btn .btn-two .rr-btn .btn-wrap .text-one {
  color: #FFB321;
}
.listing-details__description-item-2 {
  border-top: 1px solid #EBEBEB;
  padding-top: 25px;
}
.listing-details__description {
  margin-top: 20px;
}
.listing-details__description-item-2 .one {
  margin-bottom: 28px;
}
.listing-details__description-title {
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 14px;
  color: var(--primary);
  font-family: var(--font_inter);
}
.listing-details__description-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #74787C;
  max-width: 800px;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.listing-details__description .description-btn {
  margin-top: 22px;
  margin-bottom: 42px;
}
.listing-details__description-list {
  display: flex;
  padding-bottom: 26px;
  border-bottom: 1px solid #E2E2E2;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .listing-details__description-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .listing-details__description-list .item {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .listing-details__description-list .item:last-child {
    margin-bottom: 0;
  }
}
.listing-details__description-list .item li {
  list-style: none;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.listing-details__description-list .item li:last-child {
  margin-bottom: 0;
}
.listing-details__description-list .item li span {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--primary);
  font-family: var(--font_inter);
}
.listing-details__description-list .item li i {
  margin-right: 11px;
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  color: #74787C;
}
.listing-details__locations {
  margin-top: 19px;
}
.listing-details__locations__title {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--primary);
  font-family: var(--font_inter);
}
.listing-details__locations__address {
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
  color: #74787C;
  font-family: var(--font_inter);
}
.listing-details__locations__map {
  margin-top: 28px;
  margin-bottom: 37px;
}
.listing-details__locations__map iframe {
  width: 850px;
  height: 450px;
  display: block;
  border-radius: 15px;
}
@media only screen and (max-width: 1199px) {
  .listing-details__locations__map iframe {
    width: 100%;
  }
}
.listing-details__calculator {
  padding: 27px 0 29px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.listing-details__calculator__title {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7px;
  color: var(--primary);
  font-family: var(--font_inter);
}
.listing-details__calculator form {
  margin-top: 20px;
}
.listing-details__calculator__btn .rr-btn {
  border-radius: 5px;
  padding: 17px 23.7px;
  background: #FFB321;
}
.listing-details__form-group {
  gap: 21px;
  display: flex;
  margin: 22px 0px 20px 0px;
  align-items: center;
}
@media (max-width: 575px) {
  .listing-details__form-group {
    flex-wrap: wrap;
  }
}
.listing-details__input {
  width: 100%;
}
.listing-details__input label {
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #0A0A0A;
  margin-bottom: 12px;
  font-family: var(--font_inter);
}
.listing-details__input input {
  width: 100%;
  border-radius: 5px;
  padding: 16.5px 20px;
  border: 1px solid var(--border);
}
.listing-details__input input:focus {
  outline: 0;
}
.listing-details__reviews__btn .rr-btn {
  background: #FFB321;
}
.listing-details__reviews-summary {
  margin-top: 20px;
}
.listing-details__reviews__wrap {
  display: flex;
  margin-bottom: 29px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .listing-details__reviews__wrap {
    flex-wrap: wrap;
  }
}
.listing-details__reviews__title {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .listing-details__reviews__title {
    margin-bottom: 20px;
  }
}
.listing-details__overall-rating .rating-number {
  line-height: 1;
  font-size: 48px;
  font-weight: 700;
  color: #FFB321;
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .listing-details__overall-rating .rating-number {
    font-size: 40px;
  }
}
.listing-details__overall-rating .stars {
  margin: 11px 0 12px 0px;
}
.listing-details__overall-rating .stars li {
  display: inline-flex;
  align-items: center;
}
.listing-details__overall-rating .stars li i {
  line-height: 1;
  font-size: 16px;
  font-weight: 900;
  color: #FFB321;
}
.listing-details__overall-rating .reviews-count {
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  color: #FFB321;
  white-space: nowrap;
  font-family: var(--font_inter);
}
.listing-details__overall-rating .reviews-count span {
  margin-right: 5px;
}
.listing-details__review-wrap {
  gap: 64px;
  display: flex;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 26px 30px 29px 30px;
  border: 1px solid var(--border);
}
@media only screen and (max-width: 991px) {
  .listing-details__review-wrap {
    gap: 50px;
  }
}
@media (max-width: 575px) {
  .listing-details__review-wrap {
    flex-wrap: wrap;
    padding: 26px 15px 29px 15px;
  }
}
.listing-details__rating-details {
  gap: 30px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .listing-details__rating-details {
    flex-wrap: wrap;
  }
}
.listing-details__rating-details-wrap {
  width: 100%;
}
.listing-details__rating-details-item {
  gap: 105px;
  display: flex;
  white-space: nowrap;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
@media only screen and (max-width: 1199px) {
  .listing-details__rating-details-item {
    gap: 106px;
  }
}
@media only screen and (max-width: 991px) {
  .listing-details__rating-details-item {
    gap: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .listing-details__rating-details-item {
    gap: inherit;
    justify-content: space-between;
  }
}
.listing-details__rating-details-item:last-child {
  margin-bottom: 0;
}
.listing-details__rating-details-item span {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  font-family: var(--font_inter);
}
.listing-details__rating-details-item span i {
  line-height: 1;
  font-size: 14px;
  font-weight: 900;
  padding-right: 6px;
  color: #FFB321;
}
.listing-details__rating-details-item .text {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  font-family: var(--font_inter);
}
.listing-details__review-comments {
  gap: 20px;
  display: flex;
  padding-top: 30px;
  position: relative;
  padding-bottom: 30px;
  border-top: 1px solid var(--border);
}
@media (max-width: 575px) {
  .listing-details__review-comments {
    flex-wrap: wrap;
  }
}
.listing-details__review-comments:last-child {
  border-bottom: 1px solid var(--border);
}
.listing-details__review-comments .thumb {
  width: 70px;
  height: 70px;
}
.listing-details__review-comments .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.listing-details__review-comments__author .name {
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
  color: var(--primary);
  font-family: var(--font_inter);
}
.listing-details__review-comments__author .date {
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.listing-details__review-comments__author .star {
  margin: 17px 0 10px 0;
  display: flex;
  align-items: center;
}
.listing-details__review-comments__author .star li {
  list-style: none;
}
.listing-details__review-comments__author .star li i {
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  color: #FFB321;
  margin-right: 3px;
}
.listing-details__review-comments__author .like {
  top: 30px;
  right: 0;
  line-height: 1;
  display: block;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  padding: 12px 21.5px;
  border-radius: 100px;
  color: var(--secondary);
  border: 1px solid var(--border);
  font-family: var(--font_inter);
}
.listing-details__review-comments__author .like i {
  margin-left: 4px;
}
@media (max-width: 575px) {
  .listing-details__review-comments__author .like {
    position: inherit;
    margin-top: 15px;
  }
}
.listing-details__slider {
  position: relative;
}
.listing-details__slider .swiper-slide {
  width: 100%;
}
.listing-details__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.listing-details__slider-wrap {
  margin-top: 10px;
}
.listing-details__slider-wrap .swiper-slide__item {
  position: relative;
}
.listing-details__slider-wrap .swiper-slide__item img {
  max-width: 100%;
  border-radius: 5px;
}
.listing-details__slider-wrap .swiper-slide__item::before {
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  display: block;
  position: absolute;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #FFB321;
}
.listing-details__slider-wrap .swiper-slide__item .see-more__btn {
  right: 0;
  z-index: 9;
  opacity: 0;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 16px;
  visibility: hidden;
  color: var(--white);
  position: absolute;
  border-radius: 5px;
  text-align: center;
  line-height: 140px;
  background-color: rgba(0, 0, 0, 0.7);
}
.listing-details__slider-wrap .swiper-slide__item .see-more__btn i {
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  margin-left: 2px;
}
.listing-details__slider-wrap .swiper-slide.swiper-slide-active .swiper-slide__item::before {
  left: 0;
  width: 100%;
}
.listing-details__slider-wrap .swiper-wrapper:last-child .swiper-slide__item .see-more__btn {
  opacity: 1;
  visibility: visible;
}
.listing-details__slider .slider-btn-wrap {
  top: 0;
  right: 0;
  gap: 10px;
  z-index: 2;
  display: flex;
  margin-top: 124px;
  margin-right: 23px;
  align-items: center;
  position: absolute;
}
@media (max-width: 575px) {
  .listing-details__slider .slider-btn-wrap {
    margin-top: 17px;
    margin-right: 14px;
  }
}
.listing-details__slider .slider-btn-wrap .video-btn a {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #0A0A0A;
  padding: 7px 10px;
  border-radius: 5px;
  background: var(--white);
  font-family: var(--font_inter);
}
.listing-details__slider .slider-btn-wrap .video-btn a i {
  margin-right: 7px;
  font-weight: 300;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  color: #0A0A0A;
}
.listing-details__slider .slider-btn-wrap .gallery a {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #0A0A0A;
  padding: 7px 10px;
  border-radius: 5px;
  background: var(--white);
  text-transform: uppercase;
  font-family: var(--font_inter);
}
.listing-details__slider .slider-btn-wrap .gallery a i {
  margin-right: 7px;
  margin-right: 7px;
  font-weight: 300;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  color: #0A0A0A;
}
.listing-details__sidebar {
  padding: 30px;
  margin-top: 32px;
  margin-left: 4px;
  border-radius: 10px;
  background: #F6F6F6;
}
@media only screen and (max-width: 1399px) {
  .listing-details__sidebar {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .listing-details__sidebar {
    margin-left: 0;
  }
}
.listing-details__sidebar-item {
  gap: 20px;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
@media (max-width: 575px) {
  .listing-details__sidebar-item {
    flex-wrap: wrap;
  }
}
.listing-details__sidebar-thumb {
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 1399px) {
  .listing-details__sidebar-thumb {
    width: 80px;
    height: 80px;
  }
}
.listing-details__sidebar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.listing-details__sidebar-title {
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--primary);
  font-family: var(--font_inter);
}
.listing-details__sidebar-subtitle {
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  color: #FFB321;
  font-family: var(--font_inter);
}
.listing-details__sidebar-subtitle i {
  margin-right: 6px;
}
.listing-details__sidebar-contact-info li {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 52px;
  text-align: right;
  align-items: center;
  border-top: 1px solid #E2E2E2;
  color: var(--primary);
  font-family: var(--font_inter);
  justify-content: space-between;
}
.listing-details__sidebar-contact-info li:last-child {
  border-bottom: 1px solid #E2E2E2;
}
.listing-details__sidebar-contact-info li span {
  font-size: 16px;
  font-weight: 400;
  line-height: 52px;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.listing-details__sidebar-btn {
  margin-top: 20px;
}
.listing-details__sidebar-btn .rr-btn {
  width: 100%;
  font-weight: 600;
  border-radius: 5px;
  padding: 17px 23px;
  font-family: var(--font_inter);
  background: #FFB321;
}

.car-listing__area .car-section__card {
  padding: 30px;
  background: #F5F5F5;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .car-listing__area .car-section__card {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .car-listing__area .car-section__card {
    padding: 22px;
  }
}
.car-listing__area .car-section__thumb {
  background: var(--white);
}

.car-listing__inner {
  margin-right: 14px;
}
@media only screen and (max-width: 767px) {
  .car-listing__inner {
    margin-right: 0;
  }
}
.car-listing__wrapper {
  margin-left: -11px;
}
@media only screen and (max-width: 767px) {
  .car-listing__wrapper {
    margin-left: 0;
    margin-top: 40px;
  }
}
.car-listing__sidebar {
  margin-right: 6px;
  border-radius: 10px;
  background: #F5F5F5;
  box-shadow: 0px 1px 0px #E6E9F4;
  border-radius: 10px;
  padding: 36px 40px 38px 40px;
}
@media only screen and (max-width: 1199px) {
  .car-listing__sidebar {
    padding: 36px 20px 38px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .car-listing__sidebar {
    padding: 36px 15px 38px 15px;
  }
}
.car-listing__form-group {
  margin: 25px 0px 28px 0px;
}
.car-listing__form-group:first-child {
  margin-top: 0;
}
.car-listing__form-group h4 {
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #0A0A0A;
  margin-bottom: 13px;
  font-family: var(--font_inter);
}
.car-listing__form-selector {
  margin-bottom: 20px;
  position: relative;
}
.car-listing__form-selector input {
  width: 100%;
  border-radius: 5px;
  background: var(--white);
  padding: 17px 18px 16px 50px;
  border: 1px solid var(--border);
}
.car-listing__form-selector input::placeholder {
  display: flex;
  font-size: 16px;
  color: #74787C;
  font-weight: 400;
  line-height: 19px;
  align-items: center;
  font-family: var(--font_inter);
}
.car-listing__form-selector input:focus {
  outline: none;
}
.car-listing__form-selector i {
  top: 20px;
  left: 20px;
  position: absolute;
  display: block;
  color: var(--primary);
}
.car-listing__form-selector .nice-select {
  float: inherit;
  height: 55px;
  padding: 20px 20px;
  border-radius: 8px;
  position: relative;
  border: 1px solid var(--border);
  transition: all 0.3s ease-in-out;
}
.car-listing__form-selector .nice-select:focus {
  border: 1px solid var(--border);
}
.car-listing__form-selector .nice-select .icon {
  top: 0%;
  right: 56px;
  font-size: 20px;
  position: absolute;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.car-listing__form-selector .nice-select .icon i {
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--body_text);
  font-family: Font Awesome 7 Pro;
}
.car-listing__form-selector .nice-select.open .icon i {
  transform: rotate(180deg);
}
.car-listing__form-selector .nice-select::after {
  display: none;
}
.car-listing__form-selector .nice-select .current {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  align-items: center;
  color: var(--body_text);
  font-family: var(--font_inter);
}
.car-listing__form-selector .nice-select:focus {
  outline: none;
}
.car-listing__form-selector .nice-select .list {
  width: 100%;
  padding: 20px 0px;
}
.car-listing__form-selector .nice-select .list li {
  margin-bottom: 20px;
  min-height: inherit;
}
.car-listing__form-selector .nice-select .list li:last-child {
  margin-bottom: 0;
}
.car-listing__form-selector .nice-select .list .option {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--body_text);
  font-family: var(--font_inter);
}
.car-listing__checkbox {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
}
.car-listing__checkbox input {
  width: 18px;
  height: 18px;
  margin-right: 9px;
  appearance: none;
  -webkit-appearance: none;
  transition: all 0.4s ease-in-out;
  position: relative;
  display: inline-block;
  background: var(--white);
  border: 1px solid #E2E2E2;
  border-radius: 2px;
}
.car-listing__checkbox input:checked {
  display: block;
  background: var(--primary);
  border: 1px solid var(--primary);
}
.car-listing__checkbox input:checked:after {
  top: 50%;
  left: 50%;
  font-size: 12px;
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  color: var(--white);
  transform: translate(-50%, -50%);
  font-family: var(--font_awesome);
}
.car-listing__checkbox label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
.car-listing__checkbox-label label {
  margin-bottom: 23px;
}
.car-listing__range-concider {
  margin-bottom: 23px;
}
.car-listing__range-concider h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #0A0A0A;
  line-height: 1;
  margin-bottom: 11px;
  font-family: var(--font_inter);
}
.car-listing__range-concider .range-slider {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 5px;
  border-radius: 999px;
  outline: none;
  cursor: pointer;
}
.car-listing__range-concider .range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
  background: var(--white);
  border: 3px solid #FF7D0C;
  margin-top: 0px;
}
.car-listing__range-concider .range-slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: var(--white);
  border: 3px solid #FF7D0C;
  border-radius: 50%;
  cursor: pointer;
}
.car-listing__range-inputs {
  margin-bottom: 12px;
}
.car-listing__range-inputs .minVal {
  width: 25px;
  height: 23px;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  margin-right: 3px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  font-family: var(--font_inter);
}
.car-listing__range-inputs .minVal:focus {
  outline: none;
}
.car-listing__range-inputs .minVal::-webkit-inner-spin-button, .car-listing__range-inputs .minVal::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.car-listing__range-inputs .maxVal {
  width: 64px;
  height: 23px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 4px;
  margin: 0 4px 0px 5px;
  border: 1px solid #E2E2E2;
  font-family: var(--font_inter);
}
.car-listing__range-inputs .maxVal:focus {
  outline: none;
}
.car-listing__range-inputs .maxVal::-webkit-inner-spin-button, .car-listing__range-inputs .maxVal::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.car-listing__range-inputs span {
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font_inter);
}
.car-listing__sidebar-btn .rr-btn-3 {
  border-radius: 5px;
  padding: 13.5px 25.1px;
}
.car-listing__more-page {
  margin-top: 70px;
}
@media only screen and (max-width: 1199px) {
  .car-listing__more-page {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .car-listing__more-page {
    margin-top: 10px;
  }
}
.car-listing__more-page ul {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .car-listing__more-page ul {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .car-listing__more-page ul {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.car-listing__more-page ul li {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #0A0A0A;
}
.car-listing__more-page ul li:last-of-type {
  width: auto;
}
.car-listing__more-page ul li img {
  margin-left: 9px;
}
.car-listing__more-page ul li a {
  width: 50px;
  height: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.05em;
  color: #0A0A0A;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-radius: 10px;
}
.car-listing__more-page ul li a:hover {
  color: var(--white);
  background-color: #FF7D0C;
  border: none;
}
.car-listing__more-page ul li .left {
  border: none;
}
.car-listing__more-page ul li .left:hover {
  color: #0A0A0A;
  background-color: inherit;
  border: none;
}
.car-listing__more-page ul li .right {
  border: none;
}
.car-listing__more-page ul li .right:hover {
  color: #0A0A0A;
  background-color: inherit;
  border: none;
}
.car-listing__more-page ul .right {
  margin-left: 5px;
}
@media only screen and (max-width: 991px) {
  .car-listing__more-page ul .right {
    margin-left: 0;
  }
}
.car-listing__more-page ul .right img {
  margin-left: 15px;
}
@media only screen and (max-width: 991px) {
  .car-listing__more-page ul .right img {
    margin-left: 5px;
  }
}
.car-listing__more-page ul .left {
  margin-right: 19px;
}
@media only screen and (max-width: 991px) {
  .car-listing__more-page ul .left {
    margin-right: 10px;
  }
}
.car-listing__more-page ul .left img {
  margin-right: 15px;
}
@media only screen and (max-width: 991px) {
  .car-listing__more-page ul .left img {
    margin-right: 5px;
  }
}
.car-listing__map {
  background: #F6F6F6;
  box-shadow: 0px 1px 0px #E6E9F4;
  border-radius: 10px;
  padding: 15px;
  margin-top: 30px;
}
.car-listing__map h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-left: 25px;
  margin-bottom: 12px;
  margin-top: 23px;
}
.car-listing__map .maps {
  width: 100%;
  border-radius: 10px;
}

.car-listing-5__top {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .car-listing-5__top {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .car-listing-5__top {
    margin-bottom: 30px;
  }
}
.car-listing-5__top .section-heading-2__wrap {
  margin-bottom: 0;
}
.car-listing-5__top__button .rr-btn {
  padding: 17px 42.4px;
}
.car-listing-5__item {
  gap: 30px;
  display: flex;
  padding: 10px;
  max-width: 750px;
  border-radius: 15px;
  align-items: center;
  background-color: var(--bg-3);
}
@media only screen and (max-width: 1399px) {
  .car-listing-5__item {
    gap: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .car-listing-5__item {
    display: block;
  }
}
.car-listing-5__thumb {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .car-listing-5__thumb {
    margin-bottom: 20px;
  }
}
.car-listing-5__thumb span {
  top: 10px;
  left: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  color: var(--white);
  border-radius: 500px;
  padding: 6.5px 17.43px;
  background-color: var(--primary);
}
.car-listing-5__thumb cite {
  top: 10px;
  right: 10px;
  position: absolute;
}
.car-listing-5__thumb cite a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  color: var(--secondary);
  justify-content: center;
  background-color: var(--white);
}
.car-listing-5__thumb cite a i {
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
}
.car-listing-5__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.car-listing-5__content {
  padding: 18px 20px 20px 0px;
}
@media only screen and (max-width: 1399px) {
  .car-listing-5__content {
    padding: 8px;
    padding-left: 0;
  }
}
.car-listing-5__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--white);
}
@media only screen and (max-width: 1399px) {
  .car-listing-5__title {
    font-size: 19px;
  }
}
.car-listing-5__title a:hover {
  color: var(--primary);
}
.car-listing-5__dec {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: var(--body_text);
}
.car-listing-5__icon-item i,
.car-listing-5__icon-item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: block;
  color: var(--white);
}
.car-listing-5__icon-item span {
  font-weight: 500;
  margin-top: 5px;
}
.car-listing-5__icon {
  display: flex;
  padding-top: 25px;
  margin-top: 24px;
  align-items: center;
  padding-bottom: 25px;
  border-top: 1px dashed #3A4050;
}
.car-listing-5__icon-item {
  text-align: center;
  margin-right: 34px;
  padding-right: 35px;
  border-right: 1px dashed #3A4050;
}
@media only screen and (max-width: 1399px) {
  .car-listing-5__icon-item {
    margin-right: 20px;
    padding-right: 20px;
  }
}
.car-listing-5__icon-item:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.car-listing-5__wrap {
  display: flex;
  align-items: center;
  border-radius: 500px;
  padding: 7px 8px 8px 20px;
  background-color: var(--white);
  justify-content: space-between;
}
.car-listing-5__price {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: var(--secondary);
}
.car-listing-5__btn .rr-btn {
  font-size: 14px;
  padding: 13px 23.55px;
}

.car-recommendation-4__wrapper {
  gap: 20px;
  display: flex;
  position: relative;
  border-radius: 15px;
  align-items: center;
  padding: 80px 80px 80px 100px;
  border: 1px solid var(--border);
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .car-recommendation-4__wrapper {
    padding: 80px 15px 80px 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .car-recommendation-4__wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .car-recommendation-4__wrapper {
    padding: 80px 10px 80px 10px;
  }
}
.car-recommendation-4__wrapper .deal {
  top: 29px;
  left: 29px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 22px;
  text-align: center;
  position: absolute;
  border-radius: 100px;
  color: var(--white);
  background: var(--primary);
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .car-recommendation-4__wrapper .deal {
    left: 20px;
  }
}
.car-recommendation-4__item {
  gap: 57px;
  display: flex;
  align-items: center;
}
.car-recommendation-4__item .nav {
  flex-direction: column;
}
@media (max-width: 575px) {
  .car-recommendation-4__item .nav {
    gap: 10px;
    flex-direction: row !important;
  }
}
.car-recommendation-4__item .nav .nav-link {
  padding: 0;
  color: inherit;
  background: none;
  margin-bottom: 10px;
  border: 1px solid var(--border);
}
.car-recommendation-4__item .nav .nav-link:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .car-recommendation-4__item .nav .nav-link {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.car-recommendation-4__item .nav .nav-link .thumb {
  width: 94px;
  height: 94px;
  display: inline-block;
}
@media (max-width: 575px) {
  .car-recommendation-4__item .nav .nav-link .thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
  }
}
.car-recommendation-4__item .nav .nav-link .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.car-recommendation-4__item button.nav-link.active {
  border: 1px solid var(--primary);
}
@media only screen and (max-width: 991px) {
  .car-recommendation-4__item:nth-child(2) {
    width: 100%;
    display: inline-block;
  }
}
@media only screen and (max-width: 1399px) {
  .car-recommendation-4__item {
    gap: 0;
  }
}
@media (max-width: 575px) {
  .car-recommendation-4__item {
    flex-wrap: wrap;
  }
}
.car-recommendation-4__content {
  max-width: 440px;
  text-align: center;
  border-radius: 15px;
  padding: 36px 40px 40px 40px;
  background: var(--light_bg);
}
@media only screen and (max-width: 991px) {
  .car-recommendation-4__content {
    max-width: inherit;
    padding: 36px 15px 40px 15px;
  }
}
@media (max-width: 575px) {
  .car-recommendation-4__content {
    padding: 25px 13px 17px 12px;
  }
}
.car-recommendation-4__content-one {
  padding: 30px;
}
.car-recommendation-4__title {
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 9px;
  color: var(--secondary);
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .car-recommendation-4__title {
    font-size: 23px;
  }
}
.car-recommendation-4__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  max-width: 378px;
  color: var(--body_text);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 991px) {
  .car-recommendation-4__desc {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .car-recommendation-4__desc {
    width: 100%;
    font-size: 15px;
  }
}
.car-recommendation-4__icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 0 26px 0px;
}
.car-recommendation-4__icon-box-item {
  text-align: center;
  padding: 0px 20px;
  border-right: 1px dashed #D5D5D5;
}
.car-recommendation-4__icon-box-item:first-child {
  padding-left: 0;
}
.car-recommendation-4__icon-box-item:last-child {
  padding-right: 0;
  border-right: none;
}
@media only screen and (max-width: 1199px) {
  .car-recommendation-4__icon-box-item {
    padding: 25px 15px 17px 15px;
    border: none;
  }
}
@media (max-width: 575px) {
  .car-recommendation-4__icon-box-item {
    padding: 25px 13px 17px 12px;
  }
}
.car-recommendation-4__icon-box span {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  align-items: center;
  text-align: center;
  padding-top: 4px;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.car-recommendation-4__amount-wrap {
  display: flex;
  align-items: center;
  border-radius: 100px;
  box-sizing: border-box;
  background: var(--white);
  padding: 6px 9px 7px 20px;
  justify-content: space-between;
  border: 1px solid var(--border);
}
.car-recommendation-4__amount {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.car-recommendation-4__btn .rr-btn {
  font-size: 14px;
  padding: 13px 23px;
}

.browser-types-5 .section-heading-2__wrap {
  margin-bottom: 102px;
}
@media only screen and (max-width: 991px) {
  .browser-types-5 .section-heading-2__wrap {
    margin-bottom: 82px;
  }
}
@media only screen and (max-width: 767px) {
  .browser-types-5 .section-heading-2__wrap {
    margin-bottom: 72px;
  }
}
.browser-types-5__wrapper {
  gap: 30px;
  display: flex;
  align-items: center;
}
.browser-types-5__wrapper:last-child {
  margin-bottom: -70px;
}
@media (max-width: 575px) {
  .browser-types-5__wrapper:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .browser-types-5__wrapper {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 1199px) {
  .browser-types-5__wrapper {
    gap: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .browser-types-5__wrapper {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .browser-types-5__wrapper {
    justify-content: center;
  }
}
.browser-types-5__item {
  display: flex;
  align-items: center;
  border-radius: 24px;
  margin-bottom: 70px;
  flex-direction: column;
  justify-content: center;
  background: var(--white);
  padding: 0px 51px 30px 51px;
  border: 1px solid var(--border);
  box-shadow: 0px 11px 32px 0px rgba(0, 0, 0, 0.0901960784);
}
@media (max-width: 575px) {
  .browser-types-5__item:last-child {
    margin-bottom: 0;
  }
}
.browser-types-5__item span {
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: var(--body_text);
  font-family: var(--font_inter);
}
.browser-types-5__icon {
  width: 100px;
  height: 100px;
  display: flex;
  margin-top: -52px;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background: var(--light_bg);
  transition: all 0.4s ease-in-out;
  border: 1px solid var(--light_bg);
}
.browser-types-5__icon:hover {
  background: var(--white);
  border-color: var(--border);
}
.browser-types-5__icon:hover svg [fill="#141414"] {
  fill: var(--primary);
}
.browser-types-5__title {
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 24px 0 11px 0;
  color: var(--secondary);
  font-family: var(--font_inter);
}

.testimonial-section {
  background: var(--primary-2);
}
.testimonial-section .section-title__info .title span {
  font-weight: 400;
}
.testimonial-section__item {
  background: var(--white);
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 39px 40px 33px 40px;
}
@media only screen and (max-width: 991px) {
  .testimonial-section__item {
    padding: 39px 30px 33px 30px;
  }
}
.testimonial-section__user-info {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 27px;
}
@media (max-width: 575px) {
  .testimonial-section__user-info {
    flex-wrap: wrap;
    gap: 0;
  }
}
.testimonial-section__user-info .icon {
  margin-top: 27px;
}
.testimonial-section__author-box .author-thumb img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-section__author-box .author-details .name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-top: 12px;
  margin-bottom: 5px;
}
.testimonial-section__author-box .author-details .decs {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.testimonial-section__content {
  margin-top: 24px;
}
.testimonial-section__content .decs {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1399px) {
  .testimonial-section__content .decs br {
    display: none;
  }
}
.testimonial-section__inner {
  position: relative;
}
.testimonial-section__inner .arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 128px;
  left: -80px;
  z-index: 1;
  right: -80px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-section__inner .arrow {
    bottom: 0px;
    top: inherit;
    left: inherit;
    z-index: 1;
    right: inherit;
    position: inherit;
    justify-content: center;
    gap: 50px;
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-section__inner .arrow {
    gap: 30px;
  }
}
.testimonial-section__inner .arrow .rr-button {
  background: var(--white);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.testimonial-section__inner .arrow .rr-button i {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #FF7D0C;
}

.testimonial-page {
  background: var(--white);
}
.testimonial-page .testimonial-section__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .testimonial-page .testimonial-section__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.testimonial-page .testimonial-section__item {
  background: #F5F5F5;
}

.car-section__area {
  background: var(--primary-2);
}
.car-section__wrapper {
  padding-left: 120px;
  padding-right: 140px;
}
@media only screen and (max-width: 1919px) {
  .car-section__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.car-section__card {
  background: var(--white);
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 575px) {
  .car-section__card {
    padding: 30px 20px;
  }
}
.car-section__thumb {
  background: var(--primary-2);
  border-radius: 15px;
  margin-bottom: 15px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-section__thumb img {
  object-fit: cover;
}
.car-section__content {
  margin-top: 25px;
  margin-bottom: 15px;
}
.car-section__content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: var(--primary);
  font-family: var(--font_Madurai);
  margin-bottom: 4px;
}
.car-section__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  margin-bottom: 14px;
  max-width: 311px;
}
.car-section__content .car-price h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.car-section__content .car-price h3 span {
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  color: #FF7D0C;
  font-family: var(--font_Madurai);
}
.car-section__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.car-section__item {
  background: #F5F5F5;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  text-align: center;
  padding: 18px 0 15px 0;
}
.car-section__item i {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: #FF7D0C;
}
.car-section__item span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-top: 7px;
}
.car-section__btn {
  width: 100%;
}
.car-section__btn .rr-btn {
  width: 100%;
  padding: 15.5px 23px;
}

.skill-section__wrapper {
  position: relative;
  padding-top: 114px;
  padding-bottom: 203px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .skill-section__wrapper {
    padding-top: 80px;
  }
}
.skill-section__wrapper::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(34, 34, 34, 0.67);
}
.skill-section__wrapper::after {
  position: absolute;
  content: "";
  right: 60px;
  top: -61px;
  height: 120%;
  width: 780px;
  clip-path: polygon(0 10%, 64% 100%, 100% 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 17.69%, rgba(35, 31, 31, 0.5) 87.86%);
}
@media only screen and (max-width: 1399px) {
  .skill-section__wrapper::after {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .skill-section__wrapper::after {
    display: none;
  }
}
.skill-section__info {
  position: relative;
  z-index: 1;
  text-align: center;
}
.skill-section__info .sub-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FF7D0C;
  font-family: var(--font_Madurai);
}
.skill-section__info .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: var(--white);
  font-family: var(--font_Madurai);
  margin-top: 19px;
}
@media only screen and (max-width: 767px) {
  .skill-section__info .title {
    font-size: 40px;
    line-height: 47px;
  }
}
@media (max-width: 575px) {
  .skill-section__info .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.skill-section__item-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: -149px;
}
@media only screen and (max-width: 991px) {
  .skill-section__item-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .skill-section__item-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.skill-section__item {
  padding: 40px 40px 38px 40px;
  background: #1F1F1F;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .skill-section__item {
    padding: 40px 30px 38px 30px;
  }
}
.skill-section__item .icon {
  background: var(--action);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.skill-section__content {
  margin-top: 26px;
}
.skill-section__content h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 60px;
  color: var(--white);
  font-family: var(--font_Madurai);
}
.skill-section__content h2 span {
  font-weight: 600;
  font-size: 44px;
  line-height: 60px;
  color: var(--white);
  font-family: var(--font_Madurai);
}
.skill-section__content .decs {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  margin-top: -1px;
}

.about-section {
  padding-top: 206px;
}
@media only screen and (max-width: 1199px) {
  .about-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .about-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .about-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about-section__inner .section-title__info {
  text-align: left;
  margin-bottom: 43px;
}
.about-section__inner .section-title__info .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: var(--primary);
  font-variant: var(--font_Madurai);
}
@media only screen and (max-width: 1199px) {
  .about-section__inner .section-title__info .title {
    font-size: 41px;
    line-height: 47px;
  }
}
@media only screen and (max-width: 991px) {
  .about-section__inner .section-title__info .title {
    font-size: 40px;
    line-height: 47px;
  }
  .about-section__inner .section-title__info .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .about-section__inner .section-title__info .title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .about-section__inner .section-title__info .title {
    font-size: 28px;
    line-height: 36px;
  }
}
.about-section__inner .section-title__info .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  margin-top: 19px;
}
.about-section__img {
  margin-right: 38px;
}
@media only screen and (max-width: 991px) {
  .about-section__img {
    margin-right: 0;
  }
}
.about-section__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about-section__thumb {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: 23px;
  margin-right: 23px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1399px) {
  .about-section__thumb {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 575px) {
  .about-section__thumb {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .about-section__thumb .image {
    width: 100%;
    height: 320px;
  }
}
.about-section__thumb .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .about-section__thumb .image img {
    width: 100%;
    height: 320px;
  }
}
.about-section__thumb-box {
  position: relative;
}
.about-section__badge {
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 58%;
  top: 43%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 20px 34px rgba(0, 0, 0, 0.05));
}
@media only screen and (max-width: 991px) {
  .about-section__badge {
    left: 51%;
  }
}
@media (max-width: 575px) {
  .about-section__badge {
    display: none;
  }
}
.about-section__badge img {
  border: 1px solid #FF7D0C;
  padding: 28px;
  border-radius: 50%;
}
.about-section__box {
  display: grid;
  grid-template-columns: 1fr 183px;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .about-section__box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-section__item-box {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 575px) {
  .about-section__item-box {
    padding: 30px 22px;
  }
}
.about-section__wrap {
  overflow: hidden;
}
.about-section__item {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  padding-top: 20px;
}
.about-section__item:last-child {
  padding-bottom: 0;
  border: none;
}
.about-section__item:first-child {
  padding-top: 0;
}
.about-section__item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0px 7px 32px rgba(0, 0, 0, 0.15);
}
.about-section__item .icon i {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: #FF7D0C;
}
.about-section__item .content h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #1F1F1F;
  font-family: var(--font_inter);
}
.about-section__service {
  background: #FF7D0C;
  border-radius: 10px;
  padding: 40px 10px 18px 10px;
  text-align: center;
}
.about-section__service .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: var(--white);
  font-family: var(--font_inter);
  margin-top: 9px;
  margin-bottom: 17px;
}
.about-section__service h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--font_inter);
}
.about-section__service .couter-box {
  background: var(--white);
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}
.about-section__service .couter-box h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  text-transform: uppercase;
  color: #FF7D0C;
  font-family: var(--font_inter);
}
.about-section__service .couter-box h2 span {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  text-transform: uppercase;
  color: #FF7D0C;
  font-family: var(--font_inter);
}
.about-section__btn .rr-btn {
  padding: 18px 30px;
}
.about-section__btn .btn-wrap .text-one i {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: var(--white);
  margin-left: 5px;
}
.about-section__btn .btn-wrap .text-two i {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: var(--white);
  margin-left: 5px;
}
@media only screen and (max-width: 991px) {
  .about-section__inner {
    margin-top: 40px;
  }
}

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

.about-page {
  background: var(--white);
}
.about-page .testimonial-section__item {
  background: #F5F5F5;
}
.about-page .arrow .rr-button {
  background: #F5F5F5;
}

.faq-section__inner .section-title__info {
  text-align: left;
  margin-bottom: 35px;
}
.faq-section__inner .section-title__info .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: var(--primary);
  font-variant: var(--font_Madurai);
}
@media only screen and (max-width: 1399px) {
  .faq-section__inner .section-title__info .title {
    font-size: 45px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-section__inner .section-title__info .title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-section__inner .section-title__info .title {
    font-size: 40px;
    line-height: 47px;
  }
  .faq-section__inner .section-title__info .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .faq-section__inner .section-title__info .title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .faq-section__inner .section-title__info .title {
    font-size: 28px;
    line-height: 36px;
  }
}
.faq-section__inner .section-title__wrapper .title {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #0A0A0A;
  font-family: var(--font_public);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .faq-section__inner .section-title__wrapper .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .faq-section__inner .section-title__wrapper .title {
    font-size: 38px;
    line-height: 43px;
  }
}
@media (max-width: 575px) {
  .faq-section__inner .section-title__wrapper .title {
    font-size: 30px;
    line-height: 32px;
  }
}
.faq-section__inner .accordion {
  counter-reset: accordion;
}
.dark .faq-section__inner .accordion {
  border-color: #292929;
}
.faq-section__inner .accordion-button {
  padding: 14px 15px 14px 20px;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}
@media (max-width: 575px) {
  .faq-section__inner .accordion-button {
    padding: 14px 15px 14px 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)::after {
  content: "\f067";
  background: var(--white);
  box-shadow: 0px 4px 15px rgba(255, 102, 0, 0.3);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: var(--action);
}
.faq-section__inner .accordion-item {
  background-color: transparent;
  border: none;
  background: var(--white);
  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: 600;
  font-size: 18px;
  line-height: 26px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
.faq-section__inner .accordion-item .title span {
  color: var(--action);
}
@media (max-width: 575px) {
  .faq-section__inner .accordion-item .title {
    font-size: 17px;
    line-height: 21px;
  }
}
.faq-section__inner .accordion-item .accordion-button {
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}
.faq-section__inner .accordion-body {
  padding: 13px 20px 8px 20px;
  border: none;
}
@media (max-width: 575px) {
  .faq-section__inner .accordion-body {
    padding: 13px 20px 8px 20px;
  }
}
.faq-section__inner .accordion-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  max-width: 523px;
  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: 563px;
}
@media only screen and (max-width: 991px) {
  .faq-section__inner .accordion-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.faq-section__inner .accordion-wrapper .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
  background: #FF7D0C;
  border-radius: 5px;
  border: none;
}
.faq-section__inner .accordion-wrapper .accordion-button:not(.collapsed) .title {
  color: var(--white);
}
.faq-section__thumb {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .faq-section__thumb {
    max-height: 470px;
  }
}
.faq-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
@media only screen and (max-width: 991px) {
  .faq-section__thumb img {
    max-height: 470px;
  }
}
.faq-section__card {
  background: var(--white);
  box-shadow: 0px 10px 41px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  margin-left: 100px;
  margin-right: 30px;
  max-width: 470px;
  margin-top: -272px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .faq-section__card {
    margin-left: 30px;
  }
}
@media (max-width: 575px) {
  .faq-section__card {
    margin-left: 0px;
    margin-top: -100px;
    margin-right: 0;
  }
}
.faq-section__content {
  background: #FF7D0C;
  border-radius: 15px 15px 0px 0px;
  padding: 11.5px 20px 11.5px 20px;
}
@media (max-width: 575px) {
  .faq-section__content {
    padding: 11.5px 15px 11.5px 15px;
  }
}
.faq-section__content .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .faq-section__content .title {
    font-size: 14px;
  }
}
.faq-section__item-box {
  padding: 30px;
}
@media (max-width: 575px) {
  .faq-section__item-box {
    padding: 20px;
  }
}
.faq-section__item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .faq-section__item {
    flex-wrap: wrap;
  }
}
.faq-section__item:last-child {
  margin-bottom: 0;
}
.faq-section__item .icon {
  border: 1px solid #E5E5E5;
  box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  min-width: 60px;
  border-radius: 50%;
}
.faq-section__item .content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #0A0A0A;
  font-family: var(--font_Madurai);
  margin-bottom: 5px;
}
.faq-section__item .content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.faq-section__wrap {
  position: relative;
}
.faq-section__border {
  border: 1px solid #FF7D0C;
  border-radius: 15px;
  width: 336px;
  height: 475px;
  position: absolute;
  right: -30px;
  bottom: 30px;
}
@media only screen and (max-width: 1399px) {
  .faq-section__border {
    display: none;
  }
}

.gallery-page__item {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .gallery-page__item {
    margin-bottom: 24px;
  }
}
.gallery-page__thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.gallery-page__thumb .gallery-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.gallery-page__thumb::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, #0A0A0A 100%);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.gallery-page__thumb .icon {
  background: var(--white);
  border: 1px solid #A1A4B1;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .gallery-page__thumb .icon {
    width: 60px;
    height: 60px;
  }
}
.gallery-page__thumb:hover::before {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.gallery-page__thumb:hover .icon {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
@media only screen and (max-width: 991px) {
  .gallery-page__thumb:hover .icon {
    top: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-page__thumb:hover .icon {
    top: 23%;
  }
}
@media (max-width: 575px) {
  .gallery-page__thumb:hover .icon {
    top: 30%;
  }
}
.gallery-page__thumb:hover .gallery-page__content {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .gallery-page__thumb:hover .gallery-page__content {
    bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-page__thumb:hover .gallery-page__content {
    bottom: 15px;
  }
}
@media (max-width: 575px) {
  .gallery-page__thumb:hover .gallery-page__content {
    bottom: 20px;
  }
}
.gallery-page__content {
  position: absolute;
  left: 40px;
  bottom: 0px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .gallery-page__content {
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 575px) {
  .gallery-page__content {
    left: 20px;
    bottom: 0px;
    right: 20px;
  }
}
.gallery-page__content .decs {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #74787C;
  font-family: var(--font_inter);
}
.gallery-page__content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: var(--white);
  font-family: var(--font_inter);
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .gallery-page__content .title {
    font-size: 20px;
    line-height: 24px;
  }
}

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