@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

/* @font-face {
  font-family: AbsaraSans;
  src: url("../assets/fonts/AnsaraSans/Absara\ TF\ Medium.ttf");
} */

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --light: #ffffff;
  --dark: #000;
  /* --AbsaraSans: AbsaraSans; */
  --Montserrat: "Montserrat", serif;
  --Nunito-Sans: "Nunito Sans", serif;
  --primary: #23408f;
  --primary-bg: linear-gradient(238deg, #0d3444 9.6%, #0e2835 75.01%);
  --secondary: #b9803c;
  --secondary-bg: linear-gradient(
    90deg,
    #b9803c 0.04%,
    #c0863f 21.36%,
    #d29746 52.72%,
    #f8bb57 90.12%,
    #f9bc57 90.77%
  );
  --dark-bg: linear-gradient(238deg, #0d3444 9.6%, #0e2835 75.01%);
  --text-dark: #474747;
  --dark-blue: #005792;
  --text-mute: rgba(37, 88, 83, 0.2);
}

html {
  font-size: 16px !important;
  overflow-x: hidden;
}

body {
  overflow-x: hidden !important;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  padding-right: 0px !important;
  font-family: var(--Montserrat) !important;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #ffffff00;
}

body::-webkit-scrollbar {
  width: 9px;
  background-color: #ffffff00;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #cfcfcf;
}

body.loading {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.loaded {
  -webkit-animation: fadeIn 3s ease-out forwards;
  animation: fadeIn 3s ease-out forwards;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

.loader-container {
  display: none;
}

.loader-wrapper {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  background-color: #ffffffe3;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  height: 100vh;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    -o-radial-gradient(farthest-side, #2a75ff 94%, #0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%, #4184ff);
  background:
    radial-gradient(farthest-side, #2a75ff 94%, #0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%, #4184ff);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  -webkit-animation: l13 1s infinite linear;
  animation: l13 1s infinite linear;
}

@-webkit-keyframes l13 {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes l13 {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

/********* opt css start **********/

.form-loader {
  display: none;
}

.form-loader-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  /* background-color: var(--primary); */
  background-color: transparent;
  margin: auto;
  padding: 0.45rem 0.75rem 0.3rem 0.75rem;
  border-radius: 4px;
}

.form-loader-wrapper .loader-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-loader-wrapper .loader-div .check {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--light);
  background-color: #01dd01;
  border-radius: 100px;
  width: 30px;
  height: 30px;
}

.form-loader-wrapper .loader-div .check i {
  font-size: 1.15rem;
}

.form-loader-wrapper .loader-div .check.red {
  background-color: #ff1919;
}

.form-loader-wrapper .loader-txt {
  color: var(--light);
  font-size: 0.875rem;
  font-weight: 500;
}

.custom-modal .form-loader-wrapper .loader-txt {
  color: var(--light);
}

.f-loader {
  width: 25px;
  height: 25px;
  border: 3px solid var(--light);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: rotation 0.75s linear infinite;
  animation: rotation 0.75s linear infinite;
}

.custom-modal .f-loader {
  border: 3px solid var(--light);
  border-bottom-color: #5f121200;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.otp-form {
  display: none;
}

.otp-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 0.25rem 0 !important;
  text-align: center;
  color: var(--light);
}

.custom-modal .otp-title {
  color: var(--light);
}

.otp-subtitle {
  font-size: 0.85rem;
  font-weight: 400;
  margin: 0.5rem 0 1.25rem 0 !important;
  text-align: center;
  opacity: 0.95;
  color: var(--light);
}

.otp-inputs {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.otp-input {
  width: 15%;
  height: 7dvh;
  font-weight: 600;
  font-size: 1.15rem;
  border-radius: 7px;
  text-align: center;
  border: none;
  outline: 2px solid #23408f6b;
}

.otp-input:focus,
.otp-input:active {
  outline: 2px solid var(--primary);
}

/* valid — green outline */
.otp-input.valid {
  outline: 2px solid #07d307 !important;
}

/* invalid — red outline */
.otp-input.invalid {
  outline: 2px solid #ff3c1d !important;
}

input:disabled {
  cursor: not-allowed !important;
}

.btn-resend {
  border: none;
  background: transparent;
  border-bottom: 1px solid var(--light);
  padding: 0 0 0.25rem 0;
  width: max-content;
  color: var(--light);
  margin: 1.15rem 0 0 0;
}

.custom-modal .btn-resend {
  border-bottom: 1px solid var(--light);
  color: var(--light);
}

.modal-body {
  position: relative;
  overflow: hidden;
}

.otp-through {
  color: var(--light);
}

.custom-modal .otp-through {
  color: var(--light);
}

.custom-modal .form-check label {
  color: var(--light) !important;
}

.opt-success-res {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: var(--light);
  z-index: 1;
  display: none;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s ease;
}

.opt-success-res.active {
  display: flex !important;
}

form.show .opt-success-res.active,
.modal-body.show .opt-success-res.active {
  top: 50%;
  opacity: 1;
  transition: all 0.5s ease;
}

form.show,
.modal-body.show {
  height: 45dvh;
}

.success-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
}

.success-content video {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.success-content .success-res {
  font-size: 1.185rem;
  font-weight: 600;
}

.not-allowed {
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.input-hide.hide {
  display: none !important;
}

.btn-submit {
  border: none;
  background-color: var(--secondary);
  width: 100%;
  font-weight: 500;
  padding: 0.75rem 0.5rem;
}

/********* opt css end **********/

.compensate-for-scrollbar {
  margin-right: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0rem !important;
}

/* ul {
  padding-left: 0rem !important;
  margin-bottom: 0rem !important;
} */

li {
  list-style: none;
  text-decoration: none;
}

a {
  text-decoration: none !important;
}

p {
  margin-bottom: 0rem !important;
}

.primary-color {
  background-image: var(--primary-bg);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.primary-color.light-color {
  background-image: unset;
  color: var(--light);
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
}

.secondary-color {
  background-image: var(--secondary-bg);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.invert {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

header {
  position: fixed;
  z-index: 10;
  top: 0vw;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100vw;
  left: 50%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(transparent),
    to(rgba(0, 0, 0, 0.822))
  );
  background: -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.822));
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.822));
  /* -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
    rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
    rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px; */
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

header.dropped {
  top: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100vw;
  /* background: var(--light); */
}

header.dropped .navbar-container .navlogo .logo {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 8vw;
  -o-object-fit: cover;
  object-fit: cover;
}

header.dropped .navbar-container .navlogo .logo.logo.logo-2 {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 8vw;
  -o-object-fit: cover;
  object-fit: cover;
}

nav {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 1.25rem 6.5rem;
}

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

.navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 1rem;
  align-items: center;
}

.navbar-container .navlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.navbar-container .menu {
  display: block;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.navbar-container .menu:hover {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background: var(--primary-bg);
}

.navbar-container .menu:hover .menu-txt {
  background-image: unset;
  color: var(--light) !important;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
}

/* .navbar-container .menu:hover .menu-bar {
  filter: invert(1) !important;
  transition: all 0.5s ease;
} */

.navbar-container .menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.25rem;
  background: transparent;
  color: var(--light);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.navbar-container .menu .menu-txt {
  display: block;
  font-family: var(--Nunito-Sans);
  font-weight: 600;
  /* background-image: var(--primary-bg); */
  color: var(--light);
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* background-clip: text; */
  font-size: 0.95rem;
}

.navbar-container .navlogo a {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.navbar-container .navlogo a .line {
  width: 1px;
  height: 8dvh;
  background-color: var(--light);
  opacity: 0.6;
}

.navbar-container .navlogo .logo {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 10vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.navbar-container .navlogo .logo.logo-2 {
  width: 10vw;
}

.mob-logo {
  width: 125px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar-container .navbar-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-container .navbar-links .navbar-link .nav-link {
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 600;
  text-wrap: nowrap;
  text-transform: capitalize;
}

@-webkit-keyframes pulse-effect-2 {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.404);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.404);
  }

  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-effect-2 {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.26);
  }

  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

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

.offcanvas-body .offcanvas-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}

.offcanvas-body .offcanvas-navs .offcanvas-nav .offcanvas-link {
  color: var(--light);
  font-size: 1rem;
  font-weight: 500;
  /* opacity: 0.75; */
}

.offcanvas-header .btn-close {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.btn-primary {
  background: var(--secondary-bg);
  color: var(--dark);
  border: none;
  gap: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.45rem 1.25rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-wrap: nowrap;
  font-size: 1rem;
  text-transform: capitalize;
}

.btn-primary .download-txt {
  color: var(--dark);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-wrap: nowrap;
  font-size: 1rem;
  text-transform: capitalize;
}

.btn-primary.btn-fixed {
  position: fixed;
  padding: 0.45rem 1rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  right: 0%;
  z-index: 999;
  -webkit-transform: translate(71px, -50%) rotate(270deg);
  -ms-transform: translate(71px, -50%) rotate(270deg);
  transform: translate(71px, -50%) rotate(270deg);
}

.btn-primary.btn-fixed .download-txt {
  color: var(--dark);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-wrap: nowrap;
  font-size: 0.75rem;
  text-transform: capitalize;
}

.btn-primary.btn-fixed .download-img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.breadcrumb a {
  font-size: 10px;
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.breadcrumb span {
  font-size: 10px;
  color: #000;
  font-weight: 700;
}

@-webkit-keyframes pulse-effect {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 #f9bc57;
    box-shadow: 0 0 0 0 #f9bc57 4c6dc591;
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 0.6rem rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0.6rem rgba(0, 0, 0, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-effect {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 #f9bc57;
    box-shadow: 0 0 0 0 #f9bc57 4c6dc591;
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 0.6rem rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0.6rem rgba(0, 0, 0, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.pulse-animate {
  -webkit-animation: pulse-effect 2s infinite;
  animation: pulse-effect 2s infinite;
}

.custom-margin {
  margin: auto;
  width: 90%;
}

section {
  overflow: hidden;
}

.mobile-form {
  background: var(--primary-bg);
  border: 1px solid #d5d2d2;
  padding: 2rem 1rem 1.85rem 1rem;
  border-radius: 9px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.section-title {
  font-size: 1.15rem;
  font-weight: 600;
}

.section-subtitle {
  font-size: 2.5vw;
  margin: 0.75rem auto 1.85rem auto !important;
  text-transform: capitalize;
  font-weight: 400;
  line-height: normal;
}

.blog-subtitle {
  font-size: 1.4vw;
  margin: 0.75rem auto 1.85rem auto !important;
  text-transform: capitalize;
  font-weight: 600;
  line-height: normal;
  height: 100px;
  min-height: 100px;
}

.section-desc {
  font-size: 0.9rem;
}

section.section-mobile-form {
  padding: 3.5rem 0 0rem 0;
}

section.main-banner {
  /* margin: 3.85rem 0 0 0; */
}

section.main-banner.blog-banner {
  margin: 12rem 0 0 0;
}

section.main-banner .video-banner {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  position: relative;
}

section.main-banner .video-banner:hover .audio-content {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s ease;
}

section.main-banner .video-banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.audio-content {
  position: absolute;
  right: 1%;
  bottom: 2%;
  z-index: 3;
  width: 45px;
  height: 45px;
  opacity: 0;
  background-color: #ffffff2e;
  transition: all 0.5s ease;
  transform: translateX(75px);
  display: flex;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.audio-content i {
  font-size: 1.05rem;
  color: var(--light);
}

.custom-container {
  width: 90%;
  margin: auto 0 auto auto;
}

section.section-overview {
  padding: 4rem 0;
  overflow: hidden;
  position: relative;
}

section.section-overview::after {
  content: "";
  position: absolute;
  height: 100%;
  z-index: -1;
  inset: 0;
  width: 100%;
  background: url("../assets/images/overlay/overview-overlay.png") no-repeat
    center center/cover;
}

.overview-img {
  width: 100%;
  position: relative;
  height: 450px;
}

.overview-img::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 8px;
  width: 100%;
  height: 100%;
  background: var(--secondary-bg);
  left: -8px;
}

.overview-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

section.section-location {
  padding: 1rem 0 3.5rem 0;
  overflow: hidden;
}

.location-img {
  width: 100%;
  position: relative;
  height: 100%;
}

.location-img::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/images/overlay/gallery-overlay.jpg") no-repeat
    center center/cover;
}

.location-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.map-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.web-link {
  position: absolute;
  width: 25px;
  cursor: pointer;
  z-index: 1;
  height: 25px;
  /* -webkit-animation: drop 1.5s infinite;
  animation: drop 1.5s infinite; */
}

@-webkit-keyframes drop {
  0% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  25% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  75% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  100% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@keyframes drop {
  0% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  25% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  75% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  100% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

.web-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* pulse effect */

.pulse {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px 0px 0px -12px;
  -webkit-transform: rotateX(55deg) translate(35%, -50%);
  -ms-transform: rotateX(55deg) translate(35%, -50%);
  transform: rotateX(55deg) translate(35%, -50%);
  z-index: -2;
}

.pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px #bcbbc0;
  /* box-shadow: 0 0 1px 2px #89849b; */
  box-shadow: 0 0 1px 2px #bcbbc0;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  50% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  50% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }

  60% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }

  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }

  60% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }

  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}

/* pulse effect */

.web-link.web-link-1 {
  left: 52.5%;
  top: 32.5%;
  position: absolute;
  z-index: 1;
}

.web-link.web-link-1::after {
  content: "";
  display: none;
  position: absolute;
  width: 140px;
  border-radius: 3px;
  height: 140px;
  background: url("../assets/images/others/milam-mela.jpg") no-repeat center
    center/cover;
  z-index: 10;
  bottom: 140%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.web-link.web-link-1::before {
  content: "";
  display: none;
  position: absolute;
  width: 10px;
  border-top: 5px solid #f9bc57;
  border-left: 5px solid #f9bc57;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: 10;
  height: 10px;
  bottom: 101%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(223deg);
  -ms-transform: translate(-50%, -50%) rotate(223deg);
  transform: translate(-50%, -50%) rotate(223deg);
}

.web-link.web-link-1:hover::after,
.web-link.web-link-1:hover::before {
  display: block;
}

.web-link.web-link-2 {
  left: 40.5%;
  top: 51.5%;
  z-index: 1;
}

.web-link.web-link-2::after {
  content: "";
  display: none;
  position: absolute;
  width: 140px;
  border-radius: 3px;
  height: 140px;
  z-index: 10;
  background: url("../assets/images/others/sci-city.jpg") no-repeat center
    center/cover;
  bottom: 140%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.web-link.web-link-2::before {
  content: "";
  display: none;
  position: absolute;
  width: 10px;
  border-top: 5px solid #f9bc57;
  border-left: 5px solid #f9bc57;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: 10;
  height: 10px;
  bottom: 101%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(223deg);
  -ms-transform: translate(-50%, -50%) rotate(223deg);
  transform: translate(-50%, -50%) rotate(223deg);
}

.web-link.web-link-2:hover::after,
.web-link.web-link-2:hover::before {
  display: block;
}

.web-link.web-link-3 {
  left: 24%;
  bottom: 22.5%;
  z-index: 1;
}

.web-link.web-link-3::after {
  content: "";
  display: none;
  position: absolute;
  width: 140px;
  z-index: 10;
  border-radius: 3px;
  height: 140px;
  background: url("../assets/images/others/pc.jpg") no-repeat center
    center/cover;
  bottom: 140%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.web-link.web-link-3::before {
  content: "";
  display: none;
  position: absolute;
  width: 10px;
  border-top: 5px solid #f9bc57;
  border-left: 5px solid #f9bc57;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: 10;
  height: 10px;
  /* background: var(--dark); */
  bottom: 101%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(223deg);
  -ms-transform: translate(-50%, -50%) rotate(223deg);
  transform: translate(-50%, -50%) rotate(223deg);
}

.web-link.web-link-3:hover::after,
.web-link.web-link-3:hover::before {
  display: block;
}

.web-link.web-link-4 {
  z-index: 1;
  left: 36%;
  bottom: 22.5%;
}

.web-link.web-link-4::after {
  content: "";
  display: none;
  z-index: 2;
  position: absolute;
  width: 140px;
  border-radius: 3px;
  height: 140px;
  background: url("../assets/images/others/add.jpeg") no-repeat center
    center/cover;
  bottom: 140%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.web-link.web-link-4::before {
  content: "";
  display: none;
  position: absolute;
  width: 10px;
  border-top: 5px solid #f9bc57;
  border-left: 5px solid #f9bc57;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: 10;
  height: 10px;
  /* background: var(--dark); */
  bottom: 101%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(223deg);
  -ms-transform: translate(-50%, -50%) rotate(223deg);
  transform: translate(-50%, -50%) rotate(223deg);
}

.web-link.web-link-4:hover::after,
.web-link.web-link-4:hover::before {
  display: block;
}

.web-link.web-link-5 {
  z-index: 1;
  left: 24%;
  bottom: 36.5%;
}

.web-link.web-link-5::after {
  content: "";
  display: none;
  z-index: 10;
  position: absolute;
  width: 140px;
  border-radius: 3px;
  height: 140px;
  background: url("../assets/images/others/atm.jpg") no-repeat center
    center/cover;
  bottom: 140%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.web-link.web-link-5::before {
  content: "";
  display: none;
  position: absolute;
  width: 10px;
  border-top: 5px solid #f9bc57;
  border-left: 5px solid #f9bc57;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: 10;
  height: 10px;
  /* background: var(--dark); */
  bottom: 101%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(223deg);
  -ms-transform: translate(-50%, -50%) rotate(223deg);
  transform: translate(-50%, -50%) rotate(223deg);
}

.web-link.web-link-5:hover::after,
.web-link.web-link-5:hover::before {
  display: block;
}

.web-link.web-link-6 {
  left: 49%;
  z-index: 1;
  bottom: 40.5%;
}

.web-link.web-link-6::after {
  content: "";
  display: none;
  z-index: 10;
  position: absolute;
  width: 140px;
  border-radius: 3px;
  height: 140px;
  background: url("../assets/images/others/sonar.jpeg") no-repeat center
    center/cover;
  bottom: 140%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.web-link.web-link-6::before {
  content: "";
  display: none;
  position: absolute;
  width: 10px;
  border-top: 5px solid #f9bc57;
  border-left: 5px solid #f9bc57;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: 10;
  height: 10px;
  /* background: var(--dark); */
  bottom: 101%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(223deg);
  -ms-transform: translate(-50%, -50%) rotate(223deg);
  transform: translate(-50%, -50%) rotate(223deg);
}

.web-link.web-link-6:hover::after,
.web-link.web-link-6:hover::before {
  display: block;
}

.web-link.web-link-7 {
  left: 54%;
  z-index: 1;
  bottom: 43.5%;
}

.web-link.web-link-7::after {
  content: "";
  display: none;
  position: absolute;
  width: 140px;
  border-radius: 3px;
  z-index: 10;
  height: 140px;
  background: url("../assets/images/others/itc-royale.jpg") no-repeat center
    center/cover;
  bottom: 140%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.web-link.web-link-7::before {
  content: "";
  display: none;
  position: absolute;
  width: 10px;
  border-top: 5px solid #f9bc57;
  border-left: 5px solid #f9bc57;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: 10;
  height: 10px;
  /* background: var(--dark); */
  bottom: 101%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(223deg);
  -ms-transform: translate(-50%, -50%) rotate(223deg);
  transform: translate(-50%, -50%) rotate(223deg);
}

.web-link.web-link-7:hover::after,
.web-link.web-link-7:hover::before {
  display: block;
}

.web-link.web-link-8 {
  right: 34%;
  z-index: 1;
  bottom: 41.5%;
}

.web-link.web-link-8::after {
  content: "";
  display: none;
  z-index: 10;
  position: absolute;
  width: 140px;
  z-index: 1;
  border-radius: 3px;
  height: 140px;
  background: url("../assets/images/others/jw.jpg") no-repeat center
    center/cover;
  bottom: 140%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.web-link.web-link-8::before {
  content: "";
  display: none;
  position: absolute;
  width: 10px;
  border-top: 5px solid #f9bc57;
  border-left: 5px solid #f9bc57;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: 10;
  height: 10px;
  /* background: var(--dark); */
  bottom: 101%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(223deg);
  -ms-transform: translate(-50%, -50%) rotate(223deg);
  transform: translate(-50%, -50%) rotate(223deg);
}

.web-link.web-link-8:hover::after,
.web-link.web-link-8:hover::before {
  display: block;
}

.web-link.web-link-9 {
  right: 41%;
  bottom: 22.5%;
  z-index: 1;
}

.web-link.web-link-10 {
  left: 39%;
  top: 30.5%;
  z-index: 1;
}

.web-link.web-link-10::after {
  content: "";
  display: none;
  position: absolute;
  width: 140px;
  border-radius: 6px;
  z-index: 10;
  height: 140px;
  background: url("../assets/images/others/lake.jpg") no-repeat center
    center/cover;
  bottom: 140%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.web-link.web-link-10::before {
  content: "";
  display: none;
  position: absolute;
  width: 10px;
  border-top: 5px solid #f9bc57;
  border-left: 5px solid #f9bc57;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: 10;
  height: 10px;
  /* background: var(--dark); */
  bottom: 101%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(223deg);
  -ms-transform: translate(-50%, -50%) rotate(223deg);
  transform: translate(-50%, -50%) rotate(223deg);
}

.web-link.web-link-10:hover::after,
.web-link.web-link-10:hover::before {
  display: block;
}

section.section-project {
  padding: 2rem 0;
  position: relative;
}

section.section-project::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -2;
  position: absolute;
  background: url("../assets/images/gallery/interior/int4.jpg") no-repeat center
    center/cover;
  inset: 0;
}

section.section-project::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  background: -o-linear-gradient(
    right,
    rgba(14, 40, 53, 0) 42.29%,
    #0e2835 100%
  );
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(42.29%, rgba(14, 40, 53, 0)),
    to(#0e2835)
  );
  background: -o-linear-gradient(
    right,
    rgba(14, 40, 53, 0) 42.29%,
    #0e2835 100%
  );
  background: linear-gradient(270deg, rgba(14, 40, 53, 0) 42.29%, #0e2835 100%);
  inset: 0;
}

.container-project {
  position: relative;
  width: 100%;
  padding: 0 0 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.project-carousel-container {
  width: 20rem;
  max-width: 100%;
}

.project-carousel {
  width: 100%;
}

.project-content .project-title {
  color: var(--light);
}

.project-content .blog-title {
  color: var(--dark);
}

.project-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem auto 1rem auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

section.section-gallery {
  padding: 3rem 0;
}

.gallery-container {
  margin: 1.5rem auto auto auto;
}

.gallery-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem auto 1rem auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.gallery-nav .custom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2rem 0 !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem 2rem;
}

.gallery-nav .custom-nav .nav-item .nav-link {
  border: 1px solid black;
  border-radius: 0;
  color: var(--dark);
  background-image: var(--primary-bg);
  padding: 0.5rem 1.75rem;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-transition: all 0.65s ease;
  -o-transition: all 0.65s ease;
  transition: all 0.65s ease;
}

.gallery-nav .custom-nav .nav-item .nav-link.active {
  -webkit-transition: all 0.65s ease;
  -o-transition: all 0.65s ease;
  transition: all 0.65s ease;
  color: var(--dark) !important;
  border: 1px solid transparent;
  background: var(--secondary-bg) !important;
}

.gallery-img {
  background-color: var(--light);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: relative;
  width: 100%;
  height: 410px;
  mix-blend-mode: luminosity;
}

.gallery-watermark {
  position: absolute;
  right: -100px;
  top: 88%;
  background: var(--dark-blue);
  color: var(--light);
  padding: 0.4rem 1rem;
  z-index: 1;
  -webkit-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
  opacity: 0;
  text-transform: capitalize;
}

.mySwiper .swiper-slide.swiper-slide-active .gallery-watermark,
.mySwiper2 .swiper-slide.swiper-slide-active .gallery-watermark,
.mySwiper3 .swiper-slide.swiper-slide-active .gallery-watermark {
  opacity: 1;
  right: 0px;
  -webkit-transition: all 1.75s ease;
  -o-transition: all 1.75s ease;
  transition: all 1.75s ease;
}

.gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-img {
  background-color: var(--light);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.9);
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: relative;
  width: 100%;
  /* height: 410px; */
  /* mix-blend-mode: luminosity; */
}

.blog-img img.mainimg {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.blog-details {
}

.mySwiper .swiper-slide.swiper-slide-prev .gallery-img,
.mySwiper2 .swiper-slide.swiper-slide-prev .gallery-img,
.mySwiper3 .swiper-slide.swiper-slide-prev .gallery-img,
.mySwiper3 .swiper-slide.swiper-slide-prev .blog-img {
  -webkit-transform: translateX(-2rem) scale(0.85);
  -ms-transform: translateX(-2rem) scale(0.85);
  transform: translateX(-2rem) scale(0.85);
  position: relative;
  left: 5rem;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.mySwiper .swiper-slide.swiper-slide-next,
.mySwiper .swiper-slide.swiper-slide-prev,
.mySwiper2 .swiper-slide.swiper-slide-next,
.mySwiper2 .swiper-slide.swiper-slide-prev,
.mySwiper3 .swiper-slide.swiper-slide-next,
.mySwiper3 .swiper-slide.swiper-slide-prev {
  z-index: -1;
  position: relative;
  background-color: var(--light);
  mix-blend-mode: luminosity;
}

.mySwiper .swiper-slide.swiper-slide-active,
.mySwiper2 .swiper-slide.swiper-slide-active,
.mySwiper3 .swiper-slide.swiper-slide-active {
  z-index: 1;
  position: relative;
}

.mySwiper .swiper-slide.swiper-slide-next .gallery-img,
.mySwiper2 .swiper-slide.swiper-slide-next .gallery-img,
.mySwiper3 .swiper-slide.swiper-slide-next .gallery-img,
.mySwiper3 .swiper-slide.swiper-slide-prev .blog-img {
  -webkit-transform: translateX(2rem) scale(0.85);
  -ms-transform: translateX(2rem) scale(0.85);
  transform: translateX(2rem) scale(0.85);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  right: 5rem;
  -o-transition: all 1s ease;
}

.mySwiper .swiper-slide.swiper-slide-active .gallery-img,
.mySwiper2 .swiper-slide.swiper-slide-active .gallery-img,
.mySwiper3 .swiper-slide.swiper-slide-active .gallery-img,
.mySwiper3 .swiper-slide.swiper-slide-prev .blog-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: relative;
  z-index: 10;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

section.section-green {
  padding: 0rem 0 4rem 0;
}

.container-green {
  -o-border-image: var(--secondary-bg) 1;
  border-image: var(--secondary-bg) 1;
  padding: 5px;
  width: 100%;
  height: 100%;
  border-width: 3px;
  overflow: hidden;
  border-style: solid;
}

.green-img {
  width: 200px;
  margin: auto auto 1.75rem auto;
  max-width: 100%;
}

.green-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.section-rain-water {
  padding: 12rem 0 3rem 0;
  position: relative;
  overflow: visible;
  background-image: url("../assets/images/overlay/rain-section.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background-image 1s ease-in-out !important;
  -o-transition: background-image 1s ease-in-out !important;
  transition: background-image 1s ease-in-out !important;
}

section.section-rain-water::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0b2555bf;
  height: 100%;
  width: 100%;
}

.rain-point-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
}

.rain-point-content .rain-point-title {
  background: var(--secondary-bg);
  font-size: 1.1rem;
  width: 50px;
  font-weight: 600;
  border-radius: 100px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rain-point-content .rain-point-subtitle {
  color: var(--light);
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

.mySwiper5 .swiper-slide,
.mySwiper5 .swiper-slide.swiper-slide-prev {
  opacity: 0;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.mySwiper5 .swiper-slide.swiper-slide-active,
.mySwiper5 .swiper-slide.swiper-slide-next {
  opacity: 1;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.mySwiper5 .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.mySwiper5 .swiper-slide.swiper-slide-next {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

.rain-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rain-points-container {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100vw;
}

.rain-content .rain-content-img {
  width: 110px;
  margin: auto;
  max-width: 100%;
}

.rain-content .rain-content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rain-content .rain-content-title {
  font-size: 1rem;
  color: var(--light);
  font-weight: 500;
  text-align: center;
  margin: 1.25rem auto 0.25rem auto;
  text-wrap: balance;
}

.rain-content .rain-content-subtitle {
  font-size: 0.9rem;
  color: var(--light);
  text-align: center;
  text-wrap: pretty;
  font-weight: 300;
  width: 50rem;
  max-width: 90%;
}

.section-rain-img {
  width: 100%;
  position: relative;
  height: 470px;
}

section.section-legacy {
  padding: 4rem 0 1rem 0;
}

.dynamic-desc {
  min-height: 250px;
}

@-webkit-keyframes droptext {
  from {
    opacity: 0;
    -webkit-transform: translateX(10);
    transform: translateX(10);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes droptext {
  from {
    opacity: 0;
    -webkit-transform: translateX(10);
    transform: translateX(10);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.div-legacy-img {
  width: 100%;
}

.div-legacy-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.legacy-img {
  width: 130px;
  margin: auto auto 1.5rem auto;
}

.legacy-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dynamic-logo {
  width: 150px;
  margin: auto auto auto auto;
  /* background-color: #0b5e6b; */
}

.dynamic-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper.mySwiper4 {
  position: relative;
}

.swiper.mySwiper4::after {
  content: "";
  width: 100%;
  height: 2px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background: #737373;
  position: absolute;
}

.swiper.mySwiper4 .swiper-slide {
  background: transparent;
  width: calc(95% / 5) !important;
  mix-blend-mode: luminosity;
}

.swiper.mySwiper4 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

section.section-years {
  padding: 1.5rem 0 2rem 0;
}

section.section-blogs {
  padding: 4rem 0 1rem 0;
}

.years-content {
  width: 125px;
  height: 125px;
  /* overflow: hidden; */
  position: relative;
  border-radius: 100px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  padding: 0.75rem;
  background: var(--light);
  /* border: 1px solid #000; */
}

.years-content .full-yrs {
  position: absolute;
  color: #000;
  top: 65%;
  font-size: 1rem;
  font-weight: 600;
  left: 140%;
  -webkit-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
}

.years-content img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.swiper.mySwiper4 .swiper-slide.swiper-slide-active .years-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.swiper.mySwiper4 .swiper-slide.swiper-slide-active .years-content img {
  -webkit-filter: unset;
  filter: unset;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.enquire-div {
  position: fixed;
  bottom: -50px;
  left: -50px;
  cursor: pointer;
  z-index: 99;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -webkit-animation: pulse-effect 2s infinite;
  animation: pulse-effect 2s infinite;
  transition: all 1.5s ease;
}

.enquire-div.show {
  bottom: 1vw;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  left: 1vw;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

footer {
  background: var(--dark-bg);
  padding: 2rem 0;
}

.footer-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-about .footer-logo {
  width: 150px;
  max-width: 100%;
}

.footer-about .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-about .footer-desc {
  color: var(--light);
  text-align: center;
  font-size: 0.75rem;
}

.contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 1.15rem;
}

.contact-content .contact-title,
.get-touch .get-title {
  font-size: 1rem;
  font-weight: 400;
  color: var(--light);
  text-transform: capitalize;
}

.contact-content .contact-call,
.contact-content .contact-email,
.contact-content .contact-address {
  font-size: 0.95rem;
  font-weight: 400;
  text-wrap: nowrap;
  color: var(--light);
  /* opacity: 0.7; */
}

.get-touch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.get-touch .get-subtitle {
  color: var(--light);
  font-weight: 400;
  font-size: 0.95rem;
  opacity: 0.8;
}

.footer-form {
  margin: 1.35rem auto auto auto;
}

.copyright {
  color: var(--light);
  font-size: 0.95rem;
  margin: 2rem auto auto auto;
  font-weight: 400;
}

.footer-form .form-control.custom-input {
  background: transparent;
  border: 1px solid var(--light);
  border-radius: 0px;
  padding: 0.65rem 1rem;
  color: var(--light);
}

.mobile-form .form-control.custom-input {
  background: transparent;
  border: 1px solid var(--light);
  border-radius: 100px;
  padding: 0.65rem 1rem;
  color: var(--light);
}

.footer-form .form-control.custom-input:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.mobile-form .form-control.custom-input:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.footer-form ::-webkit-input-placeholder {
  color: var(--light) !important;
  opacity: 0.5;
}

.mobile-form ::-webkit-input-placeholder {
  color: var(--light) !important;
  opacity: 0.7;
}

.footer-form ::-moz-placeholder {
  color: var(--light) !important;
  opacity: 0.5;
}

.footer-form :-ms-input-placeholder {
  color: var(--light) !important;
  opacity: 0.5;
}

.footer-form ::-ms-input-placeholder {
  color: var(--light) !important;
  opacity: 0.5;
}

.footer-form ::-webkit-input-placeholder {
  color: var(--light) !important;
  opacity: 0.5;
}

.footer-form ::placeholder {
  color: var(--light) !important;
  opacity: 0.5;
}

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

.modal-body .form-control.custom-input {
  background: transparent;
  border: 1px solid var(--light);
  border-radius: 0px;
  padding: 0.65rem 1rem;
  color: var(--light);
}

.modal-body .form-control.custom-input:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.modal-body ::-webkit-input-placeholder {
  color: var(--light) !important;
  opacity: 0.5;
}

.modal-body ::-moz-placeholder {
  color: var(--light) !important;
  opacity: 0.5;
}

.modal-body :-ms-input-placeholder {
  color: var(--light) !important;
  opacity: 0.5;
}

.modal-body ::-ms-input-placeholder {
  color: var(--light) !important;
  opacity: 0.5;
}

.modal-body ::placeholder {
  color: var(--light) !important;
  opacity: 0.5;
}

.form-check-label {
  color: var(--light);
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 400;
}

.mobile-form .invalid-feedback {
  color: var(--light);
}

.invalid-feedback {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #fbd231;
}

.modal-logo {
  width: 100px;
}

.modal-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#map {
  width: 100%;
  height: 100%;
}

.contact-logo {
  width: 225px;
  position: relative;
  left: -18px;
  max-width: 100%;
  /* background: var(--light); */
  border-radius: 4px;
}

.contact-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-call a {
  font-size: 1.25rem;
}

/* thank you page css */

nav.thank-you {
  background-color: #00000080;
}

section.secton-thankyou {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0rem 1.5rem;
  margin: 8rem auto auto auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}

section.secton-thankyou .thankyou-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0.75rem auto 1.15rem auto !important;
  text-align: center;
  text-wrap: pretty;
}

section.secton-thankyou .thankyou-subtitle {
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.75;
  text-align: center;
  text-wrap: pretty;
}

.section-list li {
  list-style: unset;
  text-decoration: none;
}

/* thank you page css */

/* media queries */

@media only screen and (max-width: 1400px) {
  .web-link.web-link-1 {
    left: 52%;
    top: 32%;
  }

  .web-link.web-link-2 {
    left: 40%;
    top: 51%;
  }

  .web-link.web-link-3 {
    left: 24% !important;
  }

  .web-link.web-link-4 {
    left: 36% !important;
  }

  .web-link.web-link-5 {
    left: 24% !important;
  }

  .web-link.web-link-6 {
    left: 48%;
    bottom: 41%;
  }

  .web-link.web-link-7 {
    left: 54%;
  }

  .web-link.web-link-8 {
    right: 34% !important;
    bottom: 42%;
  }

  .web-link.web-link-9 {
    right: 41%;
    bottom: 22.5%;
  }

  .web-link.web-link-10 {
    left: 38% !important;
    top: 30%;
  }

  .dynamic-desc {
    min-height: 300px;
  }
}

@media only screen and (max-width: 1300px) {
  .year .full-yrs {
    position: absolute;
    top: 50%;
    background: var(--dark-bg);
    font-size: 1rem;
    left: -37px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-text-fill-color: transparent;
  }
}

@media only screen and (max-width: 1200px) {
  nav {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0.6rem 4rem;
  }

  .year-content {
    width: 110px;
    height: 110px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .year .full-yrs {
    font-size: 0.95rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .web-link.web-link-1 {
    left: 52%;
    top: 31.5%;
  }

  .web-link.web-link-2 {
    left: 40%;
    top: 49%;
  }

  .web-link.web-link-3 {
    left: 24% !important;
  }

  .web-link.web-link-4 {
    left: 36% !important;
    bottom: 23%;
  }

  .web-link.web-link-5 {
    left: 23.5% !important;
  }

  .web-link.web-link-6 {
    left: 48%;
  }

  .web-link.web-link-7 {
    left: 54%;
  }

  .web-link.web-link-8 {
    right: 34% !important;
  }

  .web-link.web-link-9 {
    right: 41%;
  }

  .web-link.web-link-10 {
    left: 38.5% !important;
  }

  .dynamic-desc {
    min-height: 330px;
  }

  .navbar-container .navlogo .logo,
  .navbar-container .navlogo .logo.logo-2 {
    width: 13vw;
  }

  header.dropped .navbar-container .navlogo .logo,
  header.dropped .navbar-container .navlogo .logo.logo.logo-2 {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 11vw;
  }
}

@media only screen and (max-width: 1100px) {
  .year-content {
    width: 110px;
    height: 110px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
}

@media only screen and (max-width: 991px) {
  .section-subtitle {
    font-size: 2.25rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .blog-subtitle {
    font-size: 2.25rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .year .full-yrs {
    left: -70px;
  }

  nav {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0.75rem 2rem;
  }

  .custom-container {
    width: 90%;
    margin: auto auto auto auto;
  }

  .custom-container-2 {
    width: 90%;
    margin: auto auto auto auto;
  }

  .custom-container-3 {
    width: 100%;
    margin: auto auto auto auto;
  }

  .navbar-container .navlogo a .line {
    height: 6dvh;
  }

  .web-link.web-link-1 {
    left: 51.5%;
    top: 30%;
  }

  .web-link.web-link-2 {
    left: 40%;
  }

  .web-link.web-link-3 {
    left: 24% !important;
    bottom: 23%;
  }

  .web-link.web-link-4 {
    left: 36% !important;
  }

  .web-link.web-link-5 {
    left: 23% !important;
    bottom: 37%;
  }

  .web-link.web-link-6 {
    left: 48%;
    bottom: 41.5%;
  }

  .web-link.web-link-7 {
    left: 54%;
    bottom: 44%;
  }

  .web-link.web-link-8 {
    right: 34% !important;
    bottom: 42.5%;
  }

  .web-link.web-link-9 {
    right: 41%;
  }

  .web-link.web-link-10 {
    left: 38% !important;
    top: 28.5%;
  }

  .years-content {
    width: 110px;
    height: 110px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .years-content .full-yrs {
    left: 125%;
  }

  section.section-rain-water {
    padding: 8rem 0 3rem 0;
  }

  .rain-point-content .rain-point-title {
    font-size: 1rem;
    width: 45px;
    border-radius: 100px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 45px;
  }

  .rain-point-content .rain-point-subtitle {
    font-size: 0.95rem;
  }

  .dynamic-desc {
    min-height: 220px;
  }

  .audio-content {
    width: 40px;
    height: 40px;
    opacity: 1;
    transition: all 0.5s ease;
    transform: translateX(0);
  }

  .navbar-container .navlogo .logo,
  .navbar-container .navlogo .logo.logo-2 {
    width: 16vw;
  }

  header.dropped .navbar-container .navlogo .logo,
  header.dropped .navbar-container .navlogo .logo.logo.logo-2 {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 13vw;
  }
}

@media only screen and (max-width: 767px) {
  .year .full-yrs {
    left: -30px;
  }

  .navbar-container .navlogo a .line {
    height: 4dvh;
  }

  header.dropped .navbar-container .navlogo .logo {
    width: 70px;
    transition: all 0.45s ease;
  }

  header.dropped .navbar-container .navlogo .logo.logo.logo-2 {
    width: 75px;
    transition: all 0.45s ease;
  }

  .section-subtitle {
    font-size: 2rem;
  }

  .blog-subtitle {
    font-size: 2rem;
  }

  section.main-banner {
    /* margin: 3.85rem 0 0 0; */
  }

  .swiper.mySwiper4 .swiper-slide {
    background: transparent;
    width: calc(100% / 3) !important;
  }

  .years-content {
    width: 95px;
    height: 95px;
    -webkit-transition: all 1s ease;
    /* padding: 3px; */
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .years-content .full-yrs {
    top: 70%;
    left: 130%;
  }

  .web-link.web-link-1 {
    left: 51.5%;
  }

  .web-link.web-link-2 {
    left: 40%;
  }

  .web-link.web-link-3 {
    left: 23% !important;
  }

  .web-link.web-link-4 {
    left: 35% !important;
  }

  .web-link.web-link-5 {
    left: 23% !important;
  }

  .web-link.web-link-6 {
    left: 48%;
  }

  .web-link.web-link-7 {
    left: 54%;
  }

  .web-link.web-link-8 {
    right: 33% !important;
  }

  .web-link.web-link-9 {
    right: 41%;
  }

  .web-link.web-link-10 {
    left: 37.5% !important;
    top: 27.5%;
  }

  section.section-rain-water {
    padding: 7rem 0 2rem 0;
  }

  .rain-point-content .rain-point-title {
    font-size: 0.95rem;
    width: 40px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 40px;
  }

  .rain-point-content .rain-point-subtitle {
    font-size: 0.8rem;
  }

  .gallery-watermark {
    padding: 0.3rem 0.9rem;
    font-size: 0.9rem;
  }

  .green-img {
    width: 130px;
    max-width: 100%;
  }

  .div-legacy-img {
    height: 300px;
  }

  .navbar-container .navlogo .logo,
  .navbar-container .navlogo .logo.logo-2 {
    width: 18vw;
  }

  header.dropped .navbar-container .navlogo .logo,
  header.dropped .navbar-container .navlogo .logo.logo.logo-2 {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 16vw;
  }
}

@media only screen and (max-width: 650px) {
  .year .full-yrs {
    left: -36px;
    font-size: 0.85rem;
  }
}

@media only screen and (max-width: 576px) {
  .swiper.mySwiper4 .swiper-slide {
    background: transparent;
    width: calc(90% / 3) !important;
  }

  .years-content {
    width: 90px;
    height: 90px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .years-content .full-yrs {
    font-size: 0.8rem;
    font-weight: 600;
  }

  .year .full-yrs {
    left: -70px;
  }

  .overview-img {
    height: 320px;
  }

  .location-img {
    height: 100%;
  }

  .container-project {
    padding: 0 0 0 1rem;
    height: 450px;
  }

  .section-subtitle {
    font-size: 2.35rem;
  }

  .blog-subtitle {
    font-size: 1.35rem;
  }

  .gallery-img {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    height: 300px;
  }

  .gallery-nav .custom-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem 1rem;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
  }

  .gallery-nav {
    width: 100%;
  }

  .enquire-div {
    display: block;
    bottom: -50px;
    width: 100%;
    left: 0px;
    z-index: 99;
    -webkit-animation: unset;
    animation: unset;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .enquire-div.show {
    bottom: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    left: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .location-img img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .web-link {
    width: 20px !important;
    height: 20px !important;
  }

  .web-link.web-link-1 {
    left: 51.5%;
    top: 30%;
  }

  .web-link.web-link-2 {
    left: 40%;
    top: 49%;
  }

  .web-link.web-link-3 {
    left: 24% !important;
    bottom: 23%;
  }

  .web-link.web-link-4 {
    left: 36% !important;
    bottom: 23%;
  }

  .web-link.web-link-5 {
    left: 23% !important;
    bottom: 37%;
  }

  .web-link.web-link-6 {
    left: 48%;
    bottom: 43%;
  }

  .web-link.web-link-7 {
    left: 54%;
    bottom: 45%;
  }

  .web-link.web-link-8 {
    right: 34% !important;
    bottom: 44%;
  }

  .web-link.web-link-9 {
    right: 41%;
  }

  .web-link.web-link-10 {
    top: 27.5%;
    left: 38% !important;
  }

  section.section-rain-water {
    padding: 5rem 0 1rem 0;
  }

  .rain-content .rain-content-img {
    width: 90px;
    max-width: 100%;
  }

  .rain-content .rain-content-title {
    font-size: 0.95rem;
    margin: 1rem auto 0.25rem auto;
  }

  .rain-point-content .rain-point-title {
    font-size: 0.9rem;
    width: 35px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 35px;
  }

  .rain-point-content .rain-point-subtitle {
    font-size: 0.75rem;
  }

  .gallery-watermark {
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
  }

  .green-img {
    width: 110px;
    max-width: 100%;
  }

  .copyright {
    margin: 2rem auto 1.5rem auto;
  }

  nav {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0.75rem 1rem;
  }

  .navbar-container .menu a {
    padding: 0.45rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .form-loader-wrapper .loader-div .check {
    width: 28px;
    height: 28px;
  }

  .form-loader-wrapper .loader-div .check i {
    font-size: 0.875rem;
  }

  .form-loader-wrapper .loader-txt {
    font-size: 0.875rem;
    font-weight: 400;
  }

  .otp-input {
    width: 20%;
    height: 8dvh;
  }

  .navbar-container .navlogo .logo,
  .navbar-container .navlogo .logo.logo-2 {
    width: 24vw;
  }

  header.dropped .navbar-container .navlogo .logo,
  header.dropped .navbar-container .navlogo .logo.logo.logo-2 {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 20vw;
  }
}

@media only screen and (max-width: 460px) {
  .year .full-yrs {
    left: -45px;
  }

  .navbar-container .navlogo .logo,
  .navbar-container .navlogo .logo.logo-2 {
    width: 26vw;
  }

  header.dropped .navbar-container .navlogo .logo,
  header.dropped .navbar-container .navlogo .logo.logo.logo-2 {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 24vw;
  }
}

@media only screen and (max-width: 400px) {
  .year .full-yrs {
    left: -30px;
  }
}

@media only screen and (max-width: 350px) {
  .years-content {
    width: 80px;
    height: 80px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
}
