@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "GFS-Didot";
  src: url("../font/GFSDidot-Regular.ttf") format("truetype");
  font-display: swap;
}
* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}
body {
  background-color: #0a0a0a;
  font-size: 14px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  height: auto;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.7px;
  word-spacing: 1px;
  color: #fff;
}
a,
p,
ul li {
  font-family: "Poppins", sans-serif;
}
p {
  color: #fff;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 29px;
  letter-spacing: 1px;
}
a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

.small-text {
  background: linear-gradient(
    180deg,
    #dd9c00 0%,
    #f4cc6e 36%,
    #e0b245 72%,
    #f9d278 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.icon-color {
  background: linear-gradient(
    180deg,
    #dd9c00 0%,
    #f4cc6e 36%,
    #e0b245 72%,
    #f9d278 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section {
  padding: 4rem 0;
  overflow-y: hidden;
  position: relative;
  overflow-x: hidden;
}
/* ::-moz-selection {
  color: #fff;
  background: #573533;
}
::selection {
  color: #fff;
  background: #573533;
} */
::-webkit-scrollbar-track {
  background-color: #000;
}
::-webkit-scrollbar {
  width: 4px;
  background-color: #eec86f;
}
::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: #eec86f;
}
#scroll {
  position: fixed;
  cursor: pointer;
  width: 40px;
  height: 40px;
  bottom: 15px;
  right: 15px;
  background: #000;
  text-indent: -9999px;
  border: 1px solid #fff;
  display: none;
  border-radius: 50%;
  z-index: 999;
  transition: all 0.5s ease;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid rgba(0, 0, 0, 0);
  transition: all 0.5s ease;
  border-bottom-color: #fff;
}
#scroll:hover span {
  border-bottom-color: #000;
}
#scroll:hover {
  background: #eec86f;
  border: 1px solid #000;
}
html {
  scroll-behavior: smooth;
}

/* Modal Start */
.modal-form-contain {
  background: #000000;
}

.modal-form-contain .home-form {
  padding: 1rem;
}
.modal-form-contain .form-title h2 {
  font-weight: 300;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 1rem;
}

.modal-form-contain p{
  font-size: 14px;
  line-height: 20px;
}
.modal-form-contain input[type="radio"] {
  margin-bottom: 1em;
  width: 15px;
  height: 15px;
  accent-color: #007bff;
  cursor: pointer;
}

.modal-form-contain label {
  margin-bottom: 0.3em;
  font-size: 14px;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
}

.modal-form-contain .home-form .form-control,
.modal-form-contain .home-form textarea {
  width: 100%; /* Increased input width */
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.modal-form-contain .home-form .form-control::-webkit-input-placeholder,
.modal-form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-moz-placeholder,
.modal-form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control:-ms-input-placeholder,
.modal-form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-ms-input-placeholder,
.modal-form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-webkit-input-placeholder,
.modal-form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-moz-placeholder,
.modal-form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control:-ms-input-placeholder,
.modal-form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-ms-input-placeholder,
.modal-form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-webkit-input-placeholder,
.modal-form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-moz-placeholder,
.modal-form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control:-ms-input-placeholder,
.modal-form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-ms-input-placeholder,
.modal-form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-webkit-input-placeholder,
.modal-form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-moz-placeholder,
.modal-form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control:-ms-input-placeholder,
.modal-form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-ms-input-placeholder,
.modal-form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-webkit-input-placeholder,
.modal-form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-moz-placeholder,
.modal-form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control:-ms-input-placeholder,
.modal-form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-ms-input-placeholder,
.modal-form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-webkit-input-placeholder,
.modal-form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-moz-placeholder,
.modal-form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control:-ms-input-placeholder,
.modal-form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-ms-input-placeholder,
.modal-form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-webkit-input-placeholder,
.modal-form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-moz-placeholder,
.modal-form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control:-ms-input-placeholder,
.modal-form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-ms-input-placeholder,
.modal-form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-webkit-input-placeholder,
.modal-form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-moz-placeholder,
.modal-form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control:-ms-input-placeholder,
.modal-form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-ms-input-placeholder,
.modal-form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-webkit-input-placeholder,
.modal-form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-moz-placeholder,
.modal-form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control:-ms-input-placeholder,
.modal-form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-ms-input-placeholder,
.modal-form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-webkit-input-placeholder,
.modal-form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-moz-placeholder,
.modal-form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control:-ms-input-placeholder,
.modal-form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-ms-input-placeholder,
.modal-form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-webkit-input-placeholder, .modal-form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-moz-placeholder, .modal-form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control:-ms-input-placeholder, .modal-form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::-ms-input-placeholder, .modal-form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.modal-form-contain .home-form .form-control::placeholder,
.modal-form-contain .home-form textarea::placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

select.form-control {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6' fill='none'%3E%3Cpath d='M0.892415 0.569681L0.861816 0.606931L0.824663 0.637649C0.72873 0.716966 0.657778 0.795135 0.565543 0.896751C0.561284 0.901443 0.55698 0.906186 0.552626 0.91098C0.608926 0.971445 0.66758 1.03036 0.728512 1.08761L5.74298 5.35498C5.90619 5.49101 5.98573 5.5 6.00887 5.5C6.0282 5.5 6.09949 5.49429 6.24766 5.36304L6.24759 5.36296L6.25546 5.35627C7.92871 3.9346 9.60069 2.51062 11.2713 1.08431C11.3328 1.02661 11.3919 0.967198 11.4487 0.906195C11.3651 0.816296 11.2914 0.739216 11.2047 0.663974C11.0398 0.525406 10.9685 0.521121 10.9537 0.521121C10.9381 0.521121 10.8652 0.526018 10.697 0.666282L6.50301 4.22765C6.46113 4.26436 6.42012 4.29503 6.38983 4.31739C6.38094 4.32395 6.37289 4.32985 6.36541 4.33534C6.34303 4.35178 6.3257 4.3645 6.30591 4.37996L5.98363 4.63187L5.67287 4.36589L3.21753 2.26435L3.21739 2.26422C2.58029 1.7185 1.94188 1.17513 1.30215 0.634071L1.26749 0.604757L1.23868 0.569681C1.22594 0.554173 1.20492 0.536478 1.17392 0.522499C1.14283 0.508475 1.10548 0.5 1.06555 0.5C1.02562 0.5 0.988271 0.508475 0.957172 0.522499C0.926171 0.536478 0.905154 0.554173 0.892415 0.569681Z' fill='black' stroke='black'/%3E%3C/svg%3E")
    no-repeat;
  background-position: calc(100% - 0.75rem) center;
  background-size: 12px 6px;
  padding-right: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* color: rgb(255, 255, 255, 0.8); */
  background-color: white;
  font-size: 14px;
}
/* Modal End */

.btn-whatsapp-pulse {
  background: #25d366;
  color: #fff;
  position: fixed;
  bottom: 35px;
  right: 10px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 24px;
  z-index: 99;
  text-decoration: none;
  border-radius: 50%;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.btn-whatsapp-pulse svg {
  position: absolute;
}
.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  -webkit-animation-name: pulse-border;
  animation-name: pulse-border;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(37 211 102 / 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px #fff0;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(37 211 102 / 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px #fff0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.float-btn a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.2rem 0.7rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid #fff;
  transition: all 0.4s ease-in-out;
  background-color: #000;
  position: relative;
  z-index: 2;
}
.float-btn a:hover {
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
}
.float-btn a i {
  background-color: #000;
  color: #fff;
  padding: 0.4rem;
  border-radius: 50%;
  font-size: 1.2rem;
}
.float-btn {
  position: fixed;
  right: -3.8rem;
  top: 45%;
  z-index: 111;
  transform: rotate(270deg);
  transition: transform 0.3s ease-in-out;
}
.float-btn.btn-enquire-now-pulse {
  -webkit-animation: pulse-2 1.5s ease-out infinite;
  animation: pulse-2 1.5s ease-out infinite;
}
@-webkit-keyframes pulse-2 {
  0% {
    transform: rotate(270deg) scale(1);
  }
  50% {
    transform: rotate(270deg) scale(1.1);
  }
  100% {
    transform: rotate(270deg) scale(1);
  }
}
@keyframes pulse-2 {
  0% {
    transform: rotate(270deg) scale(1);
  }
  50% {
    transform: rotate(270deg) scale(1.1);
  }
  100% {
    transform: rotate(270deg) scale(1);
  }
}

/* Navbar Starts */
.custom-nav {
  background-color: #000000;
  z-index: 9999;
  transition: all 0.4s ease-in-out;
}
.custom-nav .container {
  margin-left: 100px;
}
.custom-nav .navbar-brand img {
  height: 80px;
  width: auto;
}
/* Navbar Ends */

/* Video Section Starts */

.ma_video-section .image1-heading {
  position: absolute;
  left: 5rem;
  /* bottom: 3rem; */
  bottom: 7rem;
  z-index: 1;
}
.ma_video-section .image1-heading h2 {
  font-family: "GFS-Didot";
  font-weight: 500;
  color: #fff;
  font-size: 3.1vw;
  font-style: oblique;
  text-shadow: 2px 2px 10px rgb(0 0 0 / 0.7);
}

.ma_video-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  padding: 0;
  background-image: linear-gradient(
      0deg,
      #000000 10%,
      rgba(5, 5, 5, 0.95) 50%,
      rgba(10, 10, 10, 0.85) 75%,
      rgba(15, 15, 15, 0.7) 100%
    ),
    url(../images/work-images/banner-image.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

.ma_video-section .ma_video {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: 100vh;
}
.ma_video-section .ma_video .ma_video-content {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.ma_video-section .ma_video .ma_video-content h1 {
  font-family: "GFS-Didot";
  font-weight: 700;
  color: #fff;
  font-size: clamp(3rem, 3rem + 2vw, 5rem);
  font-style: oblique;
  text-align: center;
  background: linear-gradient(
    180deg,
    #dd9c00 0%,
    #f4cc6e 36%,
    #e0b245 72%,
    #f9d278 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .ma_video-section .ma_video .ma_video-content h1 {
  font-family: "GFS-Didot";
  font-weight: 400;
  background: linear-gradient(
    180deg,
    #dd9c00 0%,
    #f4cc6e 36%,
    #e0b245 72%,
    #f9d278 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(3rem, 3rem + 2vw, 5rem);
  font-style: oblique;
  text-align: center;
  text-shadow: 3px 3px 25px rgb(0 0 0 / 0.7);
} */

section h2 {
  font-size: 2.6rem;
  background: linear-gradient(
    180deg,
    #dd9c00 0%,
    #f4cc6e 36%,
    #e0b245 72%,
    #f9d278 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.split-text {
  display: inline-block;
  overflow: hidden;
}

.split-text span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}
@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

/* Form Starts */
.fnb-button {
  border: 0;
  background: linear-gradient(
    180deg,
    #dd9c00 0%,
    #f4cc6e 36%,
    #e0b245 72%,
    #f9d278 100%
  );
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  padding: 0.5em 2em;
  margin-top: 2%;
  color: #1f1f1f;
  font-size: clamp(1rem, 3000px, 1vw);
  border-radius: 10px;
}
.form-contain {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  background: #000000;
  width: 30%;
  padding: 2rem;
  box-shadow: 0 10px 20px rgb(0 0 0 / 0.3);
  border-radius: 5px;
}
.home-form {
  padding: 1rem;
}
.form-title h2 {
  font-weight: 300;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 1rem;
}

.form-contain p{
  font-size: 14px;
  line-height: 20px;
}
.form-contain input[type="radio"] {
  margin-bottom: 1em;
  width: 15px;
  height: 15px;
  accent-color: #007bff;
  cursor: pointer;
}

.form-contain label {
  margin-bottom: 0.3em;
  font-size: 14px;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
}

.form-contain .home-form .form-control,
.form-contain .home-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.form-contain .home-form .form-control::-webkit-input-placeholder,
.form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-moz-placeholder,
.form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control:-ms-input-placeholder,
.form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-ms-input-placeholder,
.form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-webkit-input-placeholder,
.form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-moz-placeholder,
.form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control:-ms-input-placeholder,
.form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-ms-input-placeholder,
.form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-webkit-input-placeholder,
.form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-moz-placeholder,
.form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control:-ms-input-placeholder,
.form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-ms-input-placeholder,
.form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-webkit-input-placeholder,
.form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-moz-placeholder,
.form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control:-ms-input-placeholder,
.form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-ms-input-placeholder,
.form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-webkit-input-placeholder,
.form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-moz-placeholder,
.form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control:-ms-input-placeholder,
.form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-ms-input-placeholder,
.form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-webkit-input-placeholder,
.form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-moz-placeholder,
.form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control:-ms-input-placeholder,
.form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-ms-input-placeholder,
.form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-webkit-input-placeholder,
.form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-moz-placeholder,
.form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control:-ms-input-placeholder,
.form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-ms-input-placeholder,
.form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-webkit-input-placeholder,
.form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-moz-placeholder,
.form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control:-ms-input-placeholder,
.form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-ms-input-placeholder,
.form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-webkit-input-placeholder,
.form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-moz-placeholder,
.form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control:-ms-input-placeholder,
.form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-ms-input-placeholder,
.form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-webkit-input-placeholder,
.form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-moz-placeholder,
.form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control:-ms-input-placeholder,
.form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-ms-input-placeholder,
.form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-webkit-input-placeholder, .form-contain .home-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-moz-placeholder, .form-contain .home-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control:-ms-input-placeholder, .form-contain .home-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::-ms-input-placeholder, .form-contain .home-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

.form-contain .home-form .form-control::placeholder,
.form-contain .home-form textarea::placeholder {
  font-size: 14px;
  color: #000;
  opacity: 1;
}

/* #stateSelect {
  color: #fff;
}
#citySelect {
  color: #fff;
} */
select.form-control {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6' fill='none'%3E%3Cpath d='M0.892415 0.569681L0.861816 0.606931L0.824663 0.637649C0.72873 0.716966 0.657778 0.795135 0.565543 0.896751C0.561284 0.901443 0.55698 0.906186 0.552626 0.91098C0.608926 0.971445 0.66758 1.03036 0.728512 1.08761L5.74298 5.35498C5.90619 5.49101 5.98573 5.5 6.00887 5.5C6.0282 5.5 6.09949 5.49429 6.24766 5.36304L6.24759 5.36296L6.25546 5.35627C7.92871 3.9346 9.60069 2.51062 11.2713 1.08431C11.3328 1.02661 11.3919 0.967198 11.4487 0.906195C11.3651 0.816296 11.2914 0.739216 11.2047 0.663974C11.0398 0.525406 10.9685 0.521121 10.9537 0.521121C10.9381 0.521121 10.8652 0.526018 10.697 0.666282L6.50301 4.22765C6.46113 4.26436 6.42012 4.29503 6.38983 4.31739C6.38094 4.32395 6.37289 4.32985 6.36541 4.33534C6.34303 4.35178 6.3257 4.3645 6.30591 4.37996L5.98363 4.63187L5.67287 4.36589L3.21753 2.26435L3.21739 2.26422C2.58029 1.7185 1.94188 1.17513 1.30215 0.634071L1.26749 0.604757L1.23868 0.569681C1.22594 0.554173 1.20492 0.536478 1.17392 0.522499C1.14283 0.508475 1.10548 0.5 1.06555 0.5C1.02562 0.5 0.988271 0.508475 0.957172 0.522499C0.926171 0.536478 0.905154 0.554173 0.892415 0.569681Z' fill='black' stroke='black'/%3E%3C/svg%3E")
    no-repeat;
  background-position: calc(100% - 0.75rem) center;
  background-size: 12px 6px;
  padding-right: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* color: rgb(255, 255, 255, 0.8); */
  background-color: white;
  font-size: 14px;
}
/* Form Ends */

/* Video Section Ends */
.section-heading {
  color: #e2b246;
  font-family: "GFS-Didot";
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 2.2674rem + 1.8605vw, 4.5rem);
  font-size: clamp(2.5rem, 2.2005988024rem + 1.9161676647vw, 4.5rem);
  margin-bottom: 2rem;
}
/* Introduction Section Starts */
.intro-sec .intro-brnd {
  position: absolute;
  left: 30%;
  top: 3%;
  width: 50%;
}
/* Introduction Section Ends */

/* Icon Section Starts */
.icon-section {
  background-image: url(../images/brandings/f-diam-12.png);
  background-position: center;
  background-size: 30%;
  background-repeat: no-repeat;
}
/* Icon Section Ends */

/* Franchise Section Starts */
.franchise-section .franchise-brnd {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}
.franchise-swiper .swiper-slide {
  display: flex; /* Enables side-by-side layout */
  align-items: center; /* Aligns items vertically */
  justify-content: center; /* Centers content */
}

.franchise-swiper {
  overflow: hidden;
  width: 100%;
}
.swiper-wrapper {
  display: flex;
  width: 100%;
}
.swiper-slide {
  flex: 0 0 auto;
  width: 100%;
}
.swiper-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.swiper-content {
  display: flex;
  width: 100%;
  max-width: 1200px; /* Adjust as needed */
  gap: 40px; /* Spacing between text and image */
}

.swiper-text {
  width: 50%; /* Takes half the space */
}

.swiper-text h2,
.swiper-text p {
  margin: 0 0 15px;
}

.swiper-image {
  width: 50%;
}

.swiper-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.swiper-pagination-bullet {
  background-color: #ffffff !important;
  width: 8px !important;
}

.swiper-pagination-bullet-active {
  background-color: #007aff;
}

/* Responsive for mobile screens */
@media (max-width: 768px) {
  .swiper-content {
    flex-direction: column;
    gap: 20px;
  }

  .swiper-text,
  .swiper-image {
    width: 100%; /* Full width on small screens */
    text-align: center; /* Center text */
  }
}
/* Franchise Section Ends */

/* Why Ftv Starts */
.why-icon-box {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #f9d278;
  border-radius: 10px;
  font-size: 2rem;
  color: #f9d278;
  margin: 0 auto;
}

.why-partner-section .why-partner-brnd {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
/* Why Ftv Ends */

/* Our Outlet Section Starts */
.our-outlet-section .our-outlet-brnd {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}
/* Our Outlet Section Ends */

/* cta-section Starts */
.cta-fnb-sec .cta-sec-brnd {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}
/* cta-section Ends */

/* Footer Brandings Section Starts */
.footer-brandings-sec .footer-brandings-sec-brnd {
  position: absolute;
  left: 20%;
  bottom: -0%;
  width: 50%;
}
.footer-brandings-sec .footer-brandings-sec-brnd-2 {
  position: absolute;
  right: 20%;
  bottom: -0%;
  width: 50%;
}
/* Footer Brandings Section Ends */

/* TV Footer Section Starts */
/* Footer Styling */
.ftv-footer {
  background-color: #111;
  padding: 15px 0;
  color: #fff;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Social Icons */
.footer-icons {
  display: flex;
  gap: 15px;
}

.social-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #111;
  border-radius: 50%;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s ease-in-out;
}

.social-circle:hover {
  background-color: #007bff;
  color: #fff;
}
.footer-text {
  margin: 0;
  font-size: 14px;
  text-align: right;
}

/* TV Footer Section Ends */

/* Why Explore F Lounge By FTV Bathinda Starts */
.swiper-section {
  background: url(../images/body-bg.png) repeat center;
  background-blend-mode: color-burn;
  background-color: #0a0a0a;
}
.custom-swiper {
  overflow: hidden;
}
.swiperPtag {
  width: 80%;
}
/* Why Explore F Lounge By FTV Bathinda Ends */
