@font-face {
  font-family: 'Baskervville';
  src: url('../fonts/baskervville/Baskervville-Regular.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'The Seasons Italic';
  src: url('../fonts/the-seasons/theseasons-regular.otf') format('opentype');
  /* font-weight: 600; */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'The Seasons Italic';
  src: url('../fonts/the-seasons/theseasons-regular-italic.otf') format('opentype');
  /* font-weight: 700; */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'The Seasons';
  src: url('../fonts/the-seasons/fonnts.com-theseasons-bd.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'The Seasons';
  src: url('../fonts/the-seasons/theseasons-bold-italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter_regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --alt-font: 'The Seasons';
  --primary-font: 'Baskervville';
  --inter-font: 'Inter';
}
/* ===================================
02. CSS color variable
====================================== */
:root {
  --base-color: #652600;
  --base2-color: #d89573;
  --white: #ffffff;
  --black: #000000;
  --red: #dc3131;
  --light-red: #feedec;
  --green: #2ebb79;
  --crusoe-green: #d39121;
  --yellow: #ffea23;
  --dark-gray: #232323;
  --medium-gray: #717580;
  --extra-medium-gray: #e4e4e4;
  --light-gray: #a8a8a8;
  --very-light-gray: #f6ede4;
  --light-medium-gray: #eaeaeb;
  --charcoal-blue: #202329;
  --slate-blue: #262b35;
  --medium-slate-blue: #374162;
  --extra-medium-slate-blue: #23262d;
  --dark-slate-blue: #1f232c;
  --extra-dark-slate-blue: #121418;
  --extra-very-slate-blue: #161620;
  --tussock-yellow: #BC8947;
  --aluminium-grey:#80858F;
  --solitude-blue:#f0f4fd;
  --golden-yellow:#fd961e;
  --selago:#eaedff;
  --white-ice:#d8f5ef;
  --cornflower-blue:#445fed;
  --jade:#00AF6B;
  --orange: #ef991f;
  --majorelle-blue: #724ade;
  --light-majorelle-blue: #f2edfe;
  --spring-wood: #f9f6f3;
  --tropical-blue: #1ea3b1;
  --camarone: #20642b;
  --seal-brown: #0e0708;
  --Wasabi: #8ea63a;
}
/* ===================================
03. Reset
====================================== */
.alt-font {
  font-family: var(--alt-font);
}
.inter-font {
  font-family: var(--inter-font);
}
html {
  font-size: 16px;
  overflow-x: hidden;
}
body {
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: var(--medium-gray);
}
section {
  padding-top: 70px;
  padding-bottom: 70px;
}
img {
  max-width: 100%;
  height: auto;
}
ul li {
  list-style: none;
}
a {
  color: var(--medium-gray);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  font-family: var(--primary-font);
  font-size: 18px;
}
a:hover {
  color: #232323;
  text-decoration: none;
}
p {
  margin-bottom: 25px;
}
.last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0;
  font-family: var(--inter-font);
}
:focus-visible {
  outline: none;
}
.form-control {
  background-position: right 20px center !important;
}
.container, .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row > * {
  padding-right: 15px;
  padding-left: 15px;
}
.row.g-0 {
  margin-right: 0;
  margin-left: 0;
}
.row.g-0 > * {
  padding-right: 0;
  padding-left: 0;
}
/* ===================================
04. Typography
====================================== */
/* Heading */
h1, h2, h3 {
  margin-bottom: 30px;
  font-family: var(--alt-font);
  font-weight: inherit;
}
h1 {
  font-size: 4.375rem;
  line-height: 4.375rem;
}
h2 {
  font-size: 45px;
  line-height: 55px;
}
h3 {
  font-size: 2.813rem;
  line-height: 3.125rem;
}
/* Font custom */
.text-transform-none {
  text-transform: none !important;
}
/* Font size */
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-32 {
  font-size: 2rem;
  line-height: 2.5rem;
}
/* Line height */
.lh-0px {
  line-height: 0px;
}
.lh-24 {
  line-height: 24px;
}
.lh-30 {
  line-height: 30px;
}
/* Text color */
.text-white {
  color: var(--white);
}
.text-dark-gray {
  color: var(--dark-gray);
}
/* Icon size */
.icon-medium {
  font-size: 34px;
}
/* ===================================
05. General
====================================== */
/* Opacity */
.opacity-very-light {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.opacity-very-light {
  opacity: 0.2;
}
/* Transition */
.transition {
  -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}
.transition-inner-all * {
  -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}
.overlap-height {
  transition: 0.3s height;
}
.box-shadow-quadruple-large {
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
/* Input */
input, select, textarea, .form-control, .form-select {
  padding: 12px 25px;
  width: 100%;
  max-width: 100%;
  resize: none;
  outline: none;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  color: var(--medium-gray);
  line-height: inherit;
  word-break: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: var(--inter-font);
}
.form-select {
  color: var(--medium-gray);
}
.form-select:focus {
  border-color: #dfdfdf;
}
input:focus, select:focus, textarea:focus, .form-control:focus {
  border: 1px solid;
  box-shadow: none !important;
  color: var(--medium-gray);
}
::-webkit-input-placeholder {
  color: var(--medium-gray) !important;
  text-overflow: ellipsis;
}
::-moz-placeholder {
  color: var(--medium-gray) !important;
  text-overflow: ellipsis;
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--medium-gray) !important;
  text-overflow: ellipsis;
  opacity: 1;
}

#popupForm input,
#popupForm select,
#popupForm textarea {
  color: #fff !important;
}
/* Box overlay */
.hover-box {
  z-index: 1;
}
.hover-box * {
  -webkit-transition: all 500ms cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 500ms cubic-bezier(0.5, 1, 0.89, 1);
  will-change: transform;
}
.hover-box.dark-hover:hover span {
  color: var(--white) !important;
  -webkit-text-stroke-color: var(--white);
}
/* Full screen */
.full-screen {
  height: 100vh;
}
/* Box shadow animation  */
[data-shadow-animation] {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
/* Anime animation */
[data-anime] {
  opacity: 0;
  transition: none;
}
[data-anime].appear {
  opacity: 1;
}
[data-anime].btn {
  transition: none;
}
[data-anime].btn.anime-complete {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* Atropos box */
.atropos-shadow {
  background-color: transparent !important;
  filter: inherit;
}
.atropos-highlight {
  background-image: inherit !important;
}

.feature-box span {
  color: var(--base-color);
}
.feature-box p {
  margin-bottom: 0;
  /* font-size: 16px; */
}

/* Background color */
.bg-dark-gray,
.bg-dark-gray:focus {
  background-color: var(--base-color);
}
.bg-black {
  background-color: var(--black);
}
.bg-very-light-gray {
  background-color: var(--very-light-gray);
}
/* Gradient background color */
/* Transparent background color */
.bg-transparent {
  background-color: transparent;
}
/* Background image */
.cover-background {
  background-repeat: no-repeat !important;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: center center !important;
}
.background-position-center {
  background-position: center !important;
}
.border-color-extra-medium-gray {
  border-color: var(--extra-medium-gray) !important;
}
.border-color-transparent-white-light {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.border-color-transparent-on-hover:hover {
  border-color: transparent !important;
}
/* Gradient border color */
/* Border radius */
.border-radius-0px {
  border-radius: 0 !important;
}
.border-radius-6px {
  border-radius: 6px !important;
}
/* Parallax background */
/* ===================================
07. Width
====================================== */
.w-20 {
  width: 20% !important;
}
.w-100 {
  width: 100% !important;
}
/* ===================================
08. Height
====================================== */
/* Screen height */
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
/* ===================================
09. Loop - Padding, margin, position, font weight, min height, opacity and z-index
====================================== */
/* Padding and margin */
.pt-6 {
  padding-top: 6% !important;
}
.pt-10 {
  padding-top: 10% !important;
}
.pt-12 {
  padding-top: 12% !important;
}
.pe-6 {
  padding-right: 6% !important;
}
.pe-8 {
  padding-right: 8% !important;
}
.pe-12 {
  padding-right: 12% !important;
}
.pb-25px {
  padding-bottom: 25px !important;
}
.pb-6 {
  padding-bottom: 6% !important;
}
.pb-10 {
  padding-bottom: 10% !important;
}
.pb-12 {
  padding-bottom: 12% !important;
}
.ps-6 {
  padding-left: 6% !important;
}
.ps-8 {
  padding-left: 8% !important;
}
.ps-12 {
  padding-left: 12% !important;
}
.mt-30px {
  margin-top: 30px !important;
}
.mt-40px {
  margin-top: 40px !important;
}
.mt-10 {
  margin-top: 10% !important;
}
.me-5px {
  margin-right: 5px !important;
}
.me-10px {
  margin-right: 10px !important;
}
.me-25px {
  margin-right: 25px !important;
}
.mb-5px {
  margin-bottom: 5px !important;
}
.mb-15px {
  margin-bottom: 15px !important;
}
.mb-25px {
  margin-bottom: 25px !important;
}
.mb-40px {
  margin-bottom: 40px !important;
}
.mb-2 {
  margin-bottom: 2% !important;
}
.mb-4 {
  margin-bottom: 4% !important;
}
.mb-5 {
  margin-bottom: 5% !important;
}
/* Position */
/* Font weight */
.fw-500 {
  font-weight: 500 !important;
}
/* Z-index */
.z-index-1 {
  z-index: 1;
}
/* ===================================
10. Header
====================================== */
header .navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}
header .navbar [class*=col-] {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
header .container-fluid {
  padding-left: 45px;
  padding-right: 45px;
}
header .navbar {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .navbar-brand {
  margin-right: 0;
  vertical-align: middle;
  padding: 30px 0;
  display: inline-block;
  font-size: 0;
}
header .navbar-brand .default-logo {
  visibility: visible;
  opacity: 1;
  width: auto;
}
header .navbar-brand img {
  max-height: 36px;
}
/* Navbar */
.navbar {
  padding: 0;
}
/* Custom slide animation */
button:focus {
  outline: none;
}
/* Grid */
.grid {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* Grid column and gutter spacing */
.grid li img {
  width: 100%;
}
.grid .grid-sizer {
  padding: 0 !important;
  margin: 0 !important;
}
.grid.gutter-large li {
  padding: 10px 10px;
}
.grid.grid-3col li {
  width: 33.333%;
}
/* Alert box */
.alert .close:not(:disabled) {
  opacity: 1;
}
/* Button */
.btn-box-shadow {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}
.btn-box-shadow:hover {
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.btn:first-child:active, :not(.btn-check) + .btn:active {
  border-color: initial;
  color: initial;
}
.btn {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 0;
  width: auto;
  padding: 12px 24px;
  font-family: var(--alt-font);
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:hover {
  background-color: inherit;
}
/* .btn i {
  position: relative;
  margin-left: 6px;
} */
.btn.btn-round-edge {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.btn.btn-link:focus-visible {
  box-shadow: none;
}
.btn.btn-dark-gray {
  /* background-color: var(--dark-gray);
  color: var(--white);
  font-weight: 600; */
  background-image: linear-gradient(to right, var(--base-color), var(--base2-color), var(--base-color));
  background-size: 200% auto;
  color: var(--white);
}

.btn.btn-dark-gray:hover {
  background-position: right center;
}
.btn.btn-white {
  background-color: var(--white);
  color: var(--dark-gray);
}
.btn.btn-white:hover, .btn.btn-white:active {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}
.btn.btn-transparent-white {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}
.btn.btn-transparent-white:hover, .btn.btn-transparent-white:active {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--dark-gray);
}
.btn.btn-box-shadow.btn-dark-gray:hover, .btn.btn-box-shadow.btn-dark-gray:active {
  background: var(--dark-gray);
  color: var(--white);
}
/* Button icon position */
[class*=btn-transparent], [class*=" btn-transparent"] {
  font-weight: 600;
}
/* Contact form style 03 */
.contact-form-style-03 input, 
.contact-form-style-03 textarea {
  outline: none;
  border: none;
  border-bottom: 1px solid #c2c2c2;
  background: transparent;
  color: #000;
}
.contact-form-style-03 select {
  outline: none;
  border: none;
  border-bottom: 1px solid #c2c2c2;
  color: #000;
}
.contact-form-style-03 input:focus, .contact-form-style-03 select:focus, .contact-form-style-03 textarea:focus, .contact-form-style-03 .form-control:focus {
  border: 0;
  border-bottom: 1px solid !important;
  color: #000;
}

#popupForm .contact-form-style-03 input:focus, 
#popupForm .contact-form-style-03 select:focus, 
#popupForm .contact-form-style-03 textarea:focus, 
#popupForm .contact-form-style-03 .form-control:focus {
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
}

.contact-form-style-03 textarea {
  resize: none;
}
.contact-form-style-03 .form-group .form-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-form-style-03 .form-group.form-textarea .form-icon {
  top: 10px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.contact-form-style-03 .form-control {
  background-position: right 35px center !important;
}
/* Feature box style */
.feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
}
.feature-box .feature-box-icon i:not([class*=text-gradient-]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feature-box.feature-box-left-icon-middle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}
.feature-box.feature-box-left-icon-middle .feature-box-icon {
  margin-right: 30px;
}
.feature-box.feature-box-left-icon-middle .feature-box-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-box.feature-box-left-icon-middle .feature-box-content a {
  font-family: var(--inter-font);
}
.feature-box.feature-box-left-icon-middle {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-align: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  text-align: left;
}
.feature-box.hover-box:hover .feature-box-content span{
  color: #000 !important;
}
/* .feature-box.hover-box:hover .feature-box-icon img {
  filter: invert(1);
} */
.feature-box .feature-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.feature-box:hover .feature-box-overlay {
  opacity: 1;
}
.feature-box.border-bottom .feature-box-overlay {
  height: calc(100% + 1px);
}

/* Portfolio grid */
.grid-item .portfolio-image img {
  width: 100%;
}
/* Portfolio filter */
.portfolio-filter li {
  padding: 0 25px;
  font-weight: 600;
}
/* .portfolio-filter li:first-child {
  padding-left: 0;
} */
.portfolio-filter li.active{
  background-color: var(--base-color);
}
.portfolio-filter li.active a{
  color: #fff;
}
/* .portfolio-filter li:last-child {
  padding-right: 0;
} */
.portfolio-filter li a {
  color: #000;
  border-bottom: 2px solid transparent;
}
/* Portfolio attractive */
.portfolio-attractive .portfolio-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 9999;
  cursor: pointer;
}
.portfolio-attractive .portfolio-box {
  position: relative;
}
.portfolio-attractive .portfolio-box .portfolio-image img {
  -webkit-transition: all 500ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 500ms cubic-bezier(0.37, 0, 0.63, 1);
}
/* Portfolio and gallery translate animation */
.portfolio-box {
  overflow: hidden;
  will-change: transform;
}
.portfolio-box .portfolio-image {
  position: relative;
  overflow: hidden;
}
/* Portfolio pagination */
/* Grid loading */
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.grid-loading {
  overflow: hidden;
  position: relative;
  opacity: 1 !important;
  transition: all 0s ease-in-out !important;
  -webkit-transition: all 0s ease-in-out !important;
  z-index: 99;
}
.grid-loading::after {
  background: none;
  content: "" !important;
  position: absolute;
  top: 100px !important;
  left: calc(50% - 25px) !important;
  width: 50px !important;
  height: 50px !important;
  opacity: 1 !important;
  right: inherit !important;
  z-index: 9;
  text-align: center;
  border: 3px solid rgba(23, 23, 23, 0.2);
  border-top-color: rgba(23, 23, 23, 0.7);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}
.grid-loading:before {
  content: "";
  position: absolute;
  right: 2px;
  top: 1px;
  width: calc(100% - 4px);
  height: calc(100% - 2px);
  border-radius: inherit;
  z-index: 1;
}
.grid-loading .grid-item {
  visibility: hidden;
}

footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

.amenities .feature-box-icon {
  width: 65px;
  height: 65px;
  margin-bottom: 15px;
}

.amenities .feature-box-icon img { 
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.hero_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000 -350%, #fff0 100%);
  z-index: 1;
  pointer-events: none;
}

button[type="submit"] {
  margin: 0 auto;
  margin-bottom: 15px;
}

.contact-container {
  position: fixed;
  right: 0;
  bottom: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.call-us, .whatsapp-us {
  background-color: #f2f2f2;
  border: 1px solid #eee;
  border-radius: 18px 0 0 18px;
  max-width: 60px;
  margin-bottom: 10px;
  text-align: center;
  padding: 5px 6px;
  transition: max-width 0.5s ease-in-out, opacity 0.5s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.call-us a, .whatsapp-us a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #707070;
  font-family: var(--inter-font);
  font-size: 17px;
}

.whatsapp-us img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: 5px;
}

.call-us:hover, .whatsapp-us:hover {
  max-width: 255px;
}

.chat-with-us p {
  margin-bottom: 0;
  line-height: 20px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .call-us:hover, .whatsapp-us:hover{
    max-width: 50px !important;
  }
}

.call-us svg {
  width: 45px !important;
  margin-right: 15px;
}


.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100%;
  /* overflow: scroll; */
  /* background-color: rgb(0 0 0 / .4) */
  background-color: rgb(0 0 0 / .6);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.popup-content {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  /* background-color: rgb(0 0 0 / .2); */
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

@media(min-width:768px) and (max-width:1200px) {
  .popup-content {
    width: 450px
  }
}

@media(min-width:1200px) {
  .popup-content {
    width: 40%;
  }
}

@media(max-width:547px) {
  .popup-content {
    width: 95%;
  }
  /* #popupFormContainer {
    height: 80vh;
  } */
}

.form-trigger {
  cursor: pointer
}
.close {
  color: #ccc;
  z-index: 9;
  float: right;
  font-size: 35px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  top: 10px;
  right: 20px;
}
.close:hover {
  color: #fff;
}

.popup-content h2 {
  font-size: 28px !important;
}

.error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

/*owl carousel*/
.owl-dots {
  text-align: center;
  padding: 18px 0 0;
}

.owl-dot {
  width: 19px;
  height: 4px;
  border-radius: 2px;
  background-color: #787878 !important;
  display: inline-block;
  margin-right: 10px;
}

.owl-dot.active {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: var(--base-color) !important;
  display: inline-block;
  position: relative;
  top: 4px;
}

.gallery .owl-dots:first-of-type{
  display: none !important;
}
.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}
.checklist.style2 li:not(:last-child) {
  margin-bottom: 16px;
}
.checklist.style2 li {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  gap: 10px;
  line-height: initial;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checklist.style2 li img {
  width: 20px;
}

.header-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.header-contact {
  font-size: 19px;
  line-height: 1;
  color: #fff;
  gap: 8px
}
.header-contact:hover .call-icon,
.header-contact:hover .call-text{
  color: #fff;
}

.header-contact:focus .call-icon,
.header-contact:focus .call-text{
  color: #fff;
}
.header-contact .call-text {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  font-family: var(--inter-font);
}
.header-contact .call-text::after {
  content: "";
  position: absolute;
  bottom: -1px;
  inset-inline-end: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.header-contact:hover .call-text::after {
  -webkit-animation: linehover 0.8s linear;
  animation: linehover 0.8s linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-contact {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .header-contact .call-icon i{
    font-size: 25px;
  }
  .banner-title {
    font-size: 24px !important;
  }
  .section-title {
    font-size: 24px !important;
    margin-bottom: 15px !important;
  }
  .opacity-very-light {
    opacity: .4 !important;  
  }
  header .navbar-brand img {
    max-height: 26px;
  }
}

/**----------------------------------------
START: Animate CSS
----------------------------------------*/
@-webkit-keyframes linehover {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
    inset-inline-end: 0;
  }
  100% {
    width: 100%;
    inset-inline-start: 0;
  }
}
@keyframes linehover {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
    inset-inline-end: 0;
  }
  100% {
    width: 100%;
    inset-inline-start: 0;
  }
}

.w-20 {
  width: 20px !important;
}

.banner-title {
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 15px;
}

.banner-description {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.hero_section {
  position: relative;
  padding-top: 120px !important;
}
@media (min-width: 992px) {
  .hero_section {
    background-attachment: fixed;
    padding-left: 45px;
    padding-right: 45px;
  }
}

.section-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
  background: linear-gradient(to bottom, var(--base-color), var(--base2-color), var(--base-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-gradient {
  background: linear-gradient(to bottom, var(--base-color), var(--base2-color), var(--base-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-white {
  color: #fff !important;
}

.iti {
  width: 100%;
}
