.bg-lightblue {
  background: #99c5ea;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin-bottom: 0;
}

.white-font {
  color: #fff;
}

.darkgreen-font {
  color: #5d5a53;
}

.ash-font {
  color: #e0dbd8;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.sub-font {
  font-family: "Playfair Display", serif;
}

.main-font {
  font-family: "Gantari", sans-serif;
}

.para {
  font-family: "Gantari", sans-serif;
}

::selection {
  color: #fff;
  background: #5d5a53;
}

/* For Mozilla Firefox */
::-moz-selection {
  color: #fff;
  background: #5d5a53;
}

:focus-visible {
  outline: 0;
  box-shadow: none;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 p br {
  display: none;
}

.slick-slider:not(.slick-initialized) {
  display: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}

.accordion-item {
  border: 0;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
}

img {
  width: 100%;
  height: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5d5a53;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5d5a53;
}

a {
  text-decoration: none;
}

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.z-1 {
  z-index: 1;
}

.arrow-btn {
  color: #e0dbd8;
  text-align: left;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}
.arrow-btn svg {
  transition: transform 0.3s ease;
  width: 30px;
  height: 10px;
}
.arrow-btn:hover {
  color: #fff;
}
.arrow-btn:hover svg {
  transform: translateX(5px);
}

source {
  display: none;
}

.bg-green {
  background: #b7caa6;
}

[class^=hvr-] {
  margin: 0.4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e0dbd8;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: #5d5a53 !important;
}
.hvr-bounce-to-top:hover::before, .hvr-bounce-to-top:focus::before, .hvr-bounce-to-top:active::before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

input[type=date].field-wrap {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2;
  background-color: #fff;
}

@media only screen and (min-width: 1023px) {
  .arrow-btn {
    font-size: 1.0416666667vw;
    line-height: normal;
    letter-spacing: 0.4166666667vw;
    gap: 1.0416666667vw;
  }
  .arrow-btn svg {
    transition: transform 0.3s ease;
    width: 2.6041666667vw;
    height: 0.5208333333vw;
  }
  .arrow-btn:hover svg circle {
    transform: translate(40px, 0);
    transition: transform 0.5s ease;
    transform-box: fill-box;
    transform-origin: center;
  }
  input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.field-wrap {
    width: 100% !important;
    text-align: left !important;
  }
  [class^=hvr-] {
    margin: 0.4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    transition-property: color;
    transition-duration: 0.5s;
  }
  .hvr-bounce-to-top::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e0dbd8;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
    color: #5d5a53 !important;
  }
  .hvr-bounce-to-top:hover::before, .hvr-bounce-to-top:focus::before, .hvr-bounce-to-top:active::before {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .vbox-grab .vbox-child img {
    height: 41.6666666667vw;
    width: 100%;
  }
}
/**Styling scrollable elements*/
.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.explore-img {
  transition: clip-path 3000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  clip-path: inset(0 0 100% 0);
}

.animate {
  clip-path: inset(0 0 0 0);
}

.main-banner {
  background-color: #e0f7fa;
  overflow: hidden;
  height: 87vh;
}
.main-banner .slider-item {
  height: 100%;
  position: relative;
}
.main-banner .banner-image {
  height: 100%;
  position: relative;
}
.main-banner .banner-image::after {
  background: linear-gradient(180deg, #497193 33%, rgba(73, 113, 147, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 78%;
}
.main-banner .banner-image::before {
  background: linear-gradient(0deg, #263032 3%, rgba(38, 48, 50, 0) 65.88%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 48%;
}
.main-banner .banner-image picture {
  display: block;
  height: 100%;
}
.main-banner .banner-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-banner .banner-image .layer.first_item {
  display: none;
}
.main-banner .banner-image .layer.first_item img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.main-banner .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  color: #333;
}
.main-banner .caption .sub-topic {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.main-banner .caption .sub-topic span {
  font-weight: 700;
}
.main-banner .caption h1.banner-main-text {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 89.9px rgba(0, 0, 0, 0.25);
  font-family: "Playfair Display", serif;
  font-size: 90px;
  font-style: italic;
  font-weight: 400;
  line-height: 62px;
  font-variant: all-small-caps;
}
.main-banner .caption .paragraph {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 17.2px rgba(0, 0, 0, 0.25);
  font-family: "Gantari", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3.4px;
  padding-top: 10px;
}
.main-banner .cluds .overlay-1 {
  position: absolute;
  top: 126px;
  left: 338px;
  width: 100%;
  height: 166px;
  background: url(https://golfclub.hostweblankan.in/wp-content/uploads/2025/04/Cloud-2.png) 0 100% repeat-x;
  -webkit-animation: cloudLoop 80s linear infinite;
  animation: cloudLoop 20s linear infinite;
  z-index: 2;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-banner .cluds .overlay-2 {
  position: absolute;
  top: 99px;
  right: 57px;
  width: 100%;
  height: 168px;
  background: url(https://golfclub.hostweblankan.in/wp-content/uploads/2025/04/Cloud-1.png) 0 100% repeat-x;
  -webkit-animation: cloudLoop 80s linear infinite;
  animation: cloudLoop 50s linear infinite;
  z-index: 2;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
}
@-webkit-keyframes cloudLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes cloudLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.main-banner ul.footer-social-media-list {
  position: absolute;
  left: 4px;
  top: 25%;
  z-index: 1;
  gap: 30px;
  display: none;
  flex-direction: column;
}
.main-banner ul.footer-social-media-list li {
  list-style: none;
}
.main-banner a.my-video-links {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  color: #e0dbd8;
  font-family: "Gantari", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 6.4px;
  text-transform: uppercase;
  gap: 10px;
  display: flex;
  align-items: center;
}
.main-banner .line--svg {
  display: none;
}

@media only screen and (min-width: 768px) {
  .main-banner {
    height: 70vh;
  }
  .main-banner .banner-image::after {
    height: 39%;
  }
  .main-banner .caption {
    top: 72%;
  }
  .main-banner .caption .sub-topic {
    font-size: 15px;
    line-height: 100%;
    margin-bottom: -10px;
  }
  .main-banner .caption .sub-topic span {
    font-weight: 700;
  }
  .main-banner .caption h1.banner-main-text {
    font-size: 140px;
    line-height: 100px;
  }
  .main-banner .cluds .overlay-1 {
    height: 250px;
  }
  .main-banner .cluds .overlay-2 {
    height: 255px;
  }
}
@media (min-width: 1023px) and (max-width: 1350px) {
  .main-banner {
    height: 92vh !important;
  }
}
@media only screen and (min-width: 1023px) {
  .main-banner {
    height: 100vh;
  }
  .main-banner::after {
    background: linear-gradient(0deg, rgb(38, 48, 50) 0%, rgba(38, 48, 50, 0.85) 50%, rgba(38, 48, 50, 0) 100%);
    height: 15.78125vw;
    z-index: 112;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
  }
  .main-banner .slider-item {
    height: 100%;
    position: relative;
  }
  .main-banner .slider-item::after {
    background: linear-gradient(180deg, #497193 0%, rgba(73, 113, 147, 0) 100%);
    height: 24.1666666667vw;
    z-index: -1;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
  }
  .main-banner .slider-item::before {
    background: linear-gradient(180deg, #263032 0%, rgba(38, 48, 50, 0) 65.88%);
    backdrop-filter: blur(1.3999999762px);
    height: 26.6666666667vw;
    z-index: -1;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
  }
  .main-banner .banner-image::after {
    height: 19.3229166667vw;
  }
  .main-banner .banner-image::before {
    height: 48%;
  }
  .main-banner .banner-image picture img {
    width: 88.90625vw;
    height: 50vw;
  }
  .main-banner .banner-image .layer.first_item {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
  }
  .main-banner .banner-image .layer.first_item img {
    width: 100%;
    height: 100%;
  }
  .main-banner .caption {
    position: fixed;
    top: 44%;
    left: 50%;
    text-align: center;
    z-index: 0;
    color: #333;
  }
  .main-banner .caption .sub-topic {
    font-size: 1.0416666667vw;
    line-height: 100%;
    letter-spacing: 0.0625vw;
    margin-bottom: -0.2604166667vw;
	padding-bottom: 1vw;
  }
  .main-banner .caption .sub-topic span {
    font-weight: 700;
  }
  .main-banner .caption h1.banner-main-text {
    text-shadow: 0px 0.2083333333vw 4.6822916667vw rgba(0, 0, 0, 0.25);
    font-size: 80px;
    font-weight: 100;
    line-height: 90px;
  }
  .main-banner .caption .paragraph {
    text-shadow: 0px 0.2083333333vw 0.8958333333vw rgba(0, 0, 0, 0.25);
    font-size: 2.5vw;
    line-height: 1.0416666667vw;
    letter-spacing: 0.925vw;
    padding-top: 0.5208333333vw;
    display: none;
  }
  .main-banner .captio-layer {
    display: flex !important;
    position: absolute;
    bottom: 38%;
    z-index: 1096;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: center;
  }
  .main-banner .captio-layer .paragraph {
    color: #fff;
    text-align: center;
    text-shadow: 0px 0.2083333333vw 0.8958333333vw rgba(0, 0, 0, 0.25);
    font-family: "Gantari", sans-serif;
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 1.5104166667vw;
    letter-spacing: 0.3vw;
  }
  .main-banner .cluds .overlay-1 {
    position: absolute;
    top: 3.28125vw;
    left: 17.6041666667vw;
    width: 35.9895833333vw;
    height: 23.9583333333vw;
  }
  .main-banner .cluds .overlay-2 {
    position: absolute;
    top: -4.8958333333vw;
    right: 2.96875vw;
    width: 25.2083333333vw;
    height: 22.9166666667vw;
  }
  .main-banner .horizontal-line {
    position: absolute;
    bottom: 25.3125vw;
    right: -3.0208333333vw;
    z-index: 9998;
    transform: rotate(-90deg);
    gap: 1.8229166667vw;
    display: flex;
  }
  .main-banner .horizontal-line a {
    color: #fff;
    text-align: center;
    font-family: "Gantari", sans-serif;
    font-size: 0.7291666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: get(1.82px);
    text-transform: uppercase;
  }
  @-webkit-keyframes cloudLoop {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
    }
  }
  @keyframes cloudLoop {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
    }
  }
  .main-banner ul.footer-social-media-list {
    gap: 2.7083333333vw;
    left: 1.1458333333vw;
    bottom: 20.7291666667vw;
    z-index: 999;
    display: flex;
    flex-direction: column;
    top: unset;
  }
  .main-banner ul.footer-social-media-list li {
    list-style: none;
  }
  .main-banner ul.footer-social-media-list li a:hover svg,
  .main-banner ul.footer-social-media-list li a:hover path {
    fill: #263032;
  }
  .main-banner a.my-video-links {
    bottom: 2.3958333333vw;
    left: 12.34375vw;
    font-size: 0.8333333333vw;
    letter-spacing: 0.3333333333vw;
    gap: 1.09375vw;
  }
  .main-banner a.my-video-links:hover svg {
    animation: tilt-shaking 0.25s linear infinite;
  }
  @keyframes tilt-shaking {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .main-banner .line--svg {
    position: absolute;
    bottom: -1.3541666667vw;
    z-index: 999;
    left: 26.5625vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60.78125vw;
  }
  .main-banner .line--svg svg .bouncing {
    animation: bounce 4s infinite ease-in-out;
  }
  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-3.125vw);
    }
  }
}

/*# sourceMappingURL=home-banner.css.map */
