/* =========== Events Css ================= */
.banner-img .events-banner{

  background: url(../images/bannernew.png) no-repeat center center/cover;

}



.sone-stop-text {
  font-weight: 500;
  font-size: 38px;
}

.check-availability-section {
  margin-top: 20px;
  text-align: center;
}

.check-availability-section button {
  background: #223c87;
  color: #fff;
  border-radius: 3px !important;
  margin-top: 20px;
  font-weight: 500;
  font-size: 14px;
}

.check-availability-section .check-div {
  margin: 10px;
  position: relative;
}

.check-availability-section .check-div svg {
  height: 20px;
  position: absolute;
  right: 8px;
  top: 8px;
}

.check-availability-section .check-div .form-control,
.check-availability-section .check-div .form-select {
  border: 1px solid #040404 !important;
  border-radius: 4px !important;
}

.divider-hr {
  border-top: 1px solid #000;
  opacity: 1;
}

/* .go-resart-section,
.resort-events-section {
  padding: 25px 0px;
} */

.go-resart-section .resort-features .img-div {
  background: #f3f3f3;
  margin: 10px;
  text-align: center;
}

.go-resart-section .resort-features .img-div img,
.resort-events-section .resort-events .img-div img {
  width: 100%;
}

.go-resart-section .resort-features .img-div h2 {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 40px 20px;
  height: 50px;
}

.go-resart-section .resort-features .img-div button {
  background: #223c87;
  color: #fff;
  border-radius: 3px !important;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 17px;
}

.resort-events-section .resort-events img {
  width: 100%;
}

.resort-events-section .resort-events .content {
  background: #f3f3f3;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 5px 17px rgb(0 0 0 / 25%);
}

.resort-events-section .resort-events .img-div {
  margin: 10px;
}

.resort-events-section .resort-events .content h2 {
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 15px;
}

.resort-events-section .resort-events .content p {
  margin-bottom: 0px;
}

.resort-events-section .resort-events .img-div1 .content {
  position: relative;
  z-index: 1;
}

.resort-events-section .resort-events .img-div1 img {
  width: 100%;
  margin-top: -185px;
}

.resort-events-section .resort-events .img-div2 .content {
  margin-top: -108px;
  z-index: 1;
  position: relative;
}

.resort-events-section .resort-events .img-div3 img {
  margin-top: -140px;
}

.resort-events-section .resort-events .img-div3 .content {
  width: 95%;
  position: relative;
  z-index: 1;
}

.lets-connect-section {
  background: #223c85;
  padding: 40px;
  text-align: center;
  margin-bottom: 40px;
}

.lets-connect-section h1 {
  color: #fff;
  font-weight: 700;
}

.lets-connect-section button {
  background: #fff !important;
  color: #232323;
  border-radius: 3px !important;
  margin-top: 15px;
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 767px) {
  .go-resart-section .resort-features .img-div h2 {
    height: auto;
  }

  .resort-events-section .resort-events .img-div.img-div1 {
    margin-bottom: 35px !important;
  }

  .resort-events-section .resort-events .content {
    width: 90% !important;
  }

  .resort-events-section .resort-events .img-div3 img {
    margin-top: -20px;
    height: 290px;
  }

  .resort-events-section .resort-events .img-div3 .content {
    margin-top: -90px;
  }

  .resort-events-section .resort-events .img-div1 .content {
    margin-top: -90px;
  }
}
