@font-face {
    font-family: 'TheFuture-Bold';
    src: url('../Fonts/TheFuture-Bold.eot');
    src: url('../Fonts/TheFuture-Bold.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/TheFuture-Bold.woff2') format('woff2'),
        url('../Fonts/TheFuture-Bold.woff') format('woff'),
        url('../Fonts/TheFuture-Bold.ttf') format('truetype'),
        url('../Fonts/TheFuture-Bold.svg#TheFuture-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TheFuture-Bold_1';
    src: url('../Fonts/TheFuture-Bold_1.eot');
    src: url('../Fonts/TheFuture-Bold_1.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/TheFuture-Bold_1.woff2') format('woff2'),
        url('../Fonts/TheFuture-Bold_1.woff') format('woff'),
        url('../Fonts/TheFuture-Bold_1.ttf') format('truetype'),
        url('../Fonts/TheFuture-Bold_1.svg#TheFuture-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TheFuture-Extralight';
    src: url('../Fonts/TheFuture-Extralight.eot');
    src: url('../Fonts/TheFuture-Extralight.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/TheFuture-Extralight.woff2') format('woff2'),
        url('../Fonts/TheFuture-Extralight.woff') format('woff'),
        url('../Fonts/TheFuture-Extralight.ttf') format('truetype'),
        url('../Fonts/TheFuture-Extralight.svg#TheFuture-Extralight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'The Future';
    src: url('../Fonts/TheFuture-Medium.eot');
    src: url('../Fonts/TheFuture-Medium.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/TheFuture-Medium.woff2') format('woff2'),
        url('../Fonts/TheFuture-Medium.woff') format('woff'),
        url('../Fonts/TheFuture-Medium.ttf') format('truetype'),
        url('../Fonts/TheFuture-Medium.svg#TheFuture-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'TheFuture-Regular';
    src: url('../Fonts/TheFuture-Regular.eot');
    src: url('../Fonts/TheFuture-Regular.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/TheFuture-Regular.woff2') format('woff2'),
        url('../Fonts/TheFuture-Regular.woff') format('woff'),
        url('../Fonts/TheFuture-Regular.ttf') format('truetype'),
        url('../Fonts/TheFuture-Regular.svg#TheFuture-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}





:root {
  --primary: #BC202E;
  --secondary: #DFCBAA;

  --thefuture-b: thefuture-b, sans-serif;
  --thefuture-m: thefuture-m, sans-serif;
  --future-r: future-r, sans-serif;
  --future-b: future-b, sans-serif;

}


* {
  padding: 0;
  margin: 0;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smotthing: antialiased;
  font-family: "TheFuture-Regular";
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

/* html{

} */



section.gallery .gallery_box {
  position: relative;
  overflow: hidden;
}



.form {
  background: #BC202E;
  position: fixed;
  z-index: 1001;
  right: -64px;
  top: 60%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  gap: 20px;
}


section.gallery .gallery_box .overlay {
  position: absolute;
  width: 100%;
  height: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0000004f;
  bottom: 0;

  transition: all 0.5s ease;
  cursor: pointer;
}

section.gallery .gallery_box:hover .overlay {

  width: 100%;
  height: 100%;
  opacity: 1;

}


/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #BC202E;
  ;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* body{
  background-color: #dacfc3;
} */

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}


.bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}



header .navbar {
  background: url('../Images/mob-nav.png') no-repeat;
  background-position: center center;
  background-size: cover;
}

header .nav-link {
  margin-bottom: 10px;
  color: #fff;
  font-family: var(--thefuture-b);
  letter-spacing: 2px;
  font-size: 18px;
}


header .logo {
  width: 120px;
}


section.hero {
  margin-top: 80px;
}

section.hero img {
  /* min-height: calc(100% - 30px); */
  object-fit: cover;

}


section.enquire {
  background-image: url('../Images/location-bg.webp');
  padding: 30px 0;
}

section.enquire p {
  font-family: var(--thefuture-b);
  letter-spacing: 2px;
  line-height: 24px;
  color: var(--primary);
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
}

.btn-1 {
  background: var(--primary);
  color: #fff;
  padding: 13px 17px;
  border: 0;
  font-family: var(--thefuture-b);
  letter-spacing: 4px;
  font-weight: 600;

}


section.about {
  background: #dfccaa;
  padding-bottom: 30%;
}



section.about .position-relative>div {

  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);

}

section.about .position-relative>div img {
  width: 200px;
  margin: 0 auto;
  display: block;
}

section.about h5 {
  font-family: var(--future-b);
  text-transform: uppercase;
  color: var(--primary);
  font-size: 23px;
}

section.about p {
  line-height: 27px;
}


section.feature {
  padding: 15% 0;
}

section.feature .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

section.feature .grid>div {
  background-color: var(--primary);
  text-align: center;
  padding: 10px;
}

.swiper-slide .grid-item {
  background-color: var(--primary);
  text-align: center;
  padding: 10px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

section.feature .grid>div img,
.swiper-slide .grid-item img {
  width: 140px;
  margin-bottom: 10px;
}

section.feature .grid>div p,
.swiper-slide .grid-item p {
  text-align: center;
  color: var(--secondary);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}


section.video {
  background-image: url('../Images/video-bg-v1.webp');
  padding: 60% 0;
}

section.video h2 {
  font-family: var(--future-r);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px #000;
}


section.gallery {
  padding: 10% 0;
}


section.gallery h2 {
  color: var(--primary);
  letter-spacing: 4px;
  font-family: var(--thefuture-b);
  font-weight: 800;
}

section.gallery p {
  color: var(--primary);
  text-align: center;
  letter-spacing: 5px;
}

section.gallery .swiper-slide img {
  height: 400px !important;
  object-fit: cover;
}

section.gallery .swiper-button-prev:after,
section.gallery .swiper-rtl .swiper-button-next:after {
  display: none;
}

section.gallery .swiper-button-next:after,
section.gallery .swiper-rtl .swiper-button-next:after {
  display: none;
}


section.location {
  background: url('../Images/location-bg.webp');
  padding: 16% 0;
}

section.location img {
  width: 100%;
  mix-blend-mode: multiply;
}


section.location h2 {
  color: var(--primary);
  letter-spacing: 4px;
  font-family: var(--thefuture-b);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 800;
}

section.location h5 {
  color: var(--primary);
  letter-spacing: 4px;
  font-family: var(--future-r);
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 34px;
}


section.price {
  background: url('../Images/price-bg.webp');
  padding: 20% 0;
  background-size: cover;
  margin-top: -30px;
  mix-blend-mode: multiply;

}

section.price h2 {
  color: #fff;
  letter-spacing: 4px;
  font-family: var(--thefuture-b);
  text-transform: uppercase;
  margin-bottom: 10px;
}


section.sync {
  background-image: url('../Images/expr.webp');
  padding: 30% 0;
  background-position: 100% 100%;
}

section.sync h4 {
  color: #fff;
  letter-spacing: 2px;
  font-family: var(--future-r);
  line-height: 35px;
}


section.contact {
  background-image: url('../Images/location-bg.webp');
  padding: 30% 0;
}

section.contact h2 {
  color: var(--primary);
  letter-spacing: 4px;
  font-family: var(--thefuture-b);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 800;
}

section.contact p {
  color: var(--primary);
  line-height: 29px;
  letter-spacing: 2px;
  font-family: var(--future-r);
}



footer img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}


.desktop {
  display: none;
}

section.about .wrapper {
  width: 302px;
}

header .logo_3 {
  display: none;
}

#bar {
  display: none;
}



.form-container {
  background-color: #ffffff;
  padding: 2rem;
  /* Adjusted padding for better responsiveness */
  border-radius: 12px;
  /* More rounded corners */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  /* Softer shadow */
  max-width: 100%;
  width: 100%;
}


section.form1 input[type="text"],
section.form1 input[type="email"],
section.form1 input[type="tel"] {
  border: none;
  /* Remove default border */
  border-bottom: 1px solid #d1d5db !important;
  /* Only bottom border */
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline: none;
  /* Remove outline on focus */
  transition: border-color 0.2s ease-in-out;
  font-size: 1rem;
  width: 100%;
  /* Ensure inputs take full width */
  box-sizing: border-box;
  /* Include padding/border in width */
}



section.form1 input[type="text"]:focus,
section.form1 input[type="email"]:focus,
section.form1 input[type="tel"]:focus {
  border-color: #4f46e5;
  /* Indigo on focus */
}



.mobile-input-group {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d1d5db;
  /* Bottom border for the group */
  padding-bottom: 0.25rem;
  /* Adjust for better alignment with flag/dropdown */
  width: 100%;
  /* Ensure the group takes full width */
}


.mobile-input-group input {
  flex-grow: 1;
  border-bottom: none;
  /* Input within group should not have its own bottom border */
}

.send-button {
  background-color: var(--primary);
  /* Dark grey */
  color: #ffffff;
  padding: 0.75rem 2rem;
  /* Comfortable padding */
  border-radius: 8px;
  /* Slightly rounded */
  font-weight: 600;
  cursor: pointer;
  border: 0;
  transition: background-color 0.3s ease;
  width: 100%;
  /* Full width on smaller screens */
}

.send-button:hover {
  background-color: #1a1a1a;
  /* Darker on hover */
}

/* Custom checkbox styling for better aesthetics */
section.form1 input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #9ca3af;
  /* Light grey border */
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  outline: none;
  flex-shrink: 0;
  /* Prevent shrinking */
}

section.form1 input[type="checkbox"]:checked {
  background-color: #4f46e5;
  /* Indigo when checked */
  border-color: #4f46e5;
}

section.form1 input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

label {
  cursor: pointer;
}





section.form1 #countryFlag {
  width: 30px;
}

section.form1 {
  background-color: #dacec3 !important;
  padding: 100px 0;
}


#countryCodeSelect {
  width: 50px;
}





section.form1 .flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}
section.form1 .d-flex  {
   flex-wrap: wrap;
   margin-top: 20px;
}

.checkbox-container{
    flex-wrap: nowrap;
}
.checkbox-container label {
  font-size: 14px;
}

.gall-section {
  margin: 68px 100px 0;
}

.gall-section .owl-carousel .owl-dots {
  display: none;
}

.owl-item .item p {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #000;
  color: #fff;
  height: 65px;
}