.navbar-brand {
  margin-right: 20%;
}

.highlights_ul2 {
  display: block;
}

.lg_text {
  font-size: 3em;
  color: #1d464c;
}

.lg_text_bg {
  font-size: 3em;
  color: #e2b75d;
  background-color: #1d464c;
  padding-left: 6px;
  padding-right: 6px;
  margin: 4px;
}

.tp_banner {
  height: 268px !important;
}
.highlights_ul2 li {
  list-style-type: square;
  padding: 4px !important;
  text-align: justify;
  font-size: 1.2em;
  font-weight: 500;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  color: #1d464c;
}

.navigation_bar {
  background-color: #1d464c !important;
  height: 70px;
  padding: 0 !important;
}

.navigation_logo img {
  width: 40%;
  margin-left: 22%;
}

.navbar_li a {
  color: #fff;
  font-weight: 600;
  padding: 25px 16px;
  margin-right: 8px;
  min-width: 100px;
  border-radius: 5px;
  text-align: center;
}

.navbar-toggler {
  border: 2px solid #e2b75d;
}

.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 600;
  padding: 25px 16px;
  text-align: center;
  border-radius: 0px;
}

/* Hover Effect */
.navbar-nav .nav-link:hover {
  color: #000 !important;
  background-color: #e2b75d;
}

/* Active Link Effect (Click hone ke baad ye rahega) */
.navbar-nav .nav-link.active {
  color: #000 !important;
  background-color: #e2b75d;
  border-radius: 0px !important;
  line-height: 30px;
  height: 80px;
}

ul {
  padding: 0;
  display: flex;
}

li {
  list-style-type: none;
  padding: 10px;
}

a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14 px !important;
  color: white;
  position: relative;
}

ul li a:before {
  content: "";
  width: 0;
  height: 5px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.5s;
}

ul li a:after {
  content: "";
  width: 0;
  height: 5px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  transition: all 0.5s;
}

ul li a:hover:before {
  width: 50%;
  transform: translateX(100%);
}

ul li a:hover:after {
  width: 50%;
  transform: translateX(-100%);
}

.pcenter {
  text-align: center;
}

.titles h1 {
  color: #fff !important;
}

.title_subheading {
  font-size: 1.5em;
}

.inner_titles {
  background-color: #000000 !important;
  margin: 0px 0px;
}

.titles {
  background-color: #80798f !important;
  margin: 0px 0px;
}

/* .top_banner {
  margin-top: 70px;
} */

.top_slider img {
  height: 720px;
  object-fit: cover;
}

.inner_slider img {
  height: 855px;
  object-fit: cover;
}

.slider_2 {
  height: 870px;
  object-fit: cover;
}

.subscribe_col {
  background-color: #21495b;
}

.footer {
  background-color: #1d464c !important;
  color: #fff !important;
}

.footer a {
  color: #fff !important;
  text-decoration: none;
}

.img_row {
  padding: 0;
}

.img-bg {
  width: 100vw; /* Viewport ki puri width lega */
  height: auto; /* Image ka aspect ratio maintain rahega */
  display: block; /* Extra spacing hatane ke liye */
}

.news {
  padding: 4.8px 0 9.6px 0;
  text-align: center;
}
.news-heading {
  font-size: 44px;
  line-height: 1.4;

  color: #333;
}
.news p {
  font-size: 18px;
  margin-bottom: 16px;
  margin-top: 12px;
  line-height: 1.8;
}

input[type="email"] {
  display: inline-block;
  width: 60%;
  padding: 18px 36px;
  margin: 8px 0;
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
  height: 70px;
  margin-top: 18px;
  border-radius: 20px;
  border: none;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
}
input,
input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 3;
}

.bt {
  margin-left: -160px;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 20px;

  /* Only necessary for .btn */
  border: none;
  cursor: pointer;
  background-color: #48b774;
  color: #fff;
}

.content_container {
  background-color: #e2b75d;
  padding: 6% 2%;
}

.content_row {
  margin-left: 3%;
  --bs-gutter-x: 0 !important;
}

.plan_row2 {
  margin-top: 10%;
}

.plan_inner_col {
  background-color: #722f37;
  width: 80%;
  margin: 0 auto;
  font-size: 0.9vw;
  padding: 5%;
  border-radius: 14px;
}

.plan_h3 {
  color: #fff;
  text-align: center;
  font-size: 3em;
}

.plan_p {
  color: rgb(253, 211, 218);
  font-size: 3.2em;
  padding: 5px 8px;
  text-align: center;
  margin-top: 30px;
  border: 3px solid rgb(253, 211, 218);
}

.border_right {
  border-right: 4px solid #722f37;
}

.large_point {
  font-size: 6em;
  color: #fff;
  font-weight: bold;
}

.grey_point {
  font-size: 2.4em;
  color: #333;
}

.small_heading {
  font-size: 2.6em;
  font-family: "verdana", Sans-serif;
  font-weight: bolder;
}
.xsmall_heading {
  font-size: 2em;
  font-family: "verdana", Sans-serif;
  font-weight: bolder;
  color: #722f37;
}

.container_title {
  padding: 8% 10%;
}

.overlayImg {
  max-width: 80vw;
  margin: 4% auto;
  border: none;
}

.centeredCaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlayTitle {
  font-size: 3vw;
  text-align: center;
  padding-top: 12%;
}

.overlayText {
  text-align: center;
  font-size: 2.2vw;
  margin-top: 2%;
}

.amenities_row {
  display: flex;
  border-top: 8px solid #722f37;
  border-bottom: 8px solid #722f37;
}
.amenities_row1 {
  display: none;
}

.amenities_col1 {
  padding: 3%;
  border-right: 3px solid #722f37;
}

.amenities_col2 {
  padding: 3%;
}

.head_title {
  font-size: 4em;
  text-align: center;
  padding-bottom: 2%;
}

hr.solid {
  border-top: 3px solid #bbb;
}

.head_title_bg {
  font-size: 4em;
  text-align: center;
  padding-bottom: 2%;
  background-color: #1d464c;
  color: #e2b75d;
  border-radius: 6px;
  padding-top: 2%;
}

.block_title {
  font-size: 3.5em;
  text-align: center;
  padding-bottom: 2%;
}

.p_top5 {
  padding-top: 5%;
}
.p_top10 {
  padding-top: 10%;
}

.p_bottom2 {
  padding-bottom: 2%;
}
.p_bottom5 {
  padding-bottom: 5%;
}
.p_bottom10 {
  padding-bottom: 10%;
}

.head_title_span {
  color: #013246;
}

.reg_para {
  font-size: 1.6em;
}

.para_container {
  padding-top: 3%;
  padding-bottom: 3%;
}

@media screen and (max-width: 768px) {
  .navigation_logo img {
    width: 30%;
  }

  .navbar {
    color: #fff !important;
  }

  .content_row {
    margin-right: 3%;
  }

  .amenitiesTitle {
    text-decoration: underline;
  }

  .amenities_row {
    display: none;
  }

  .amenities_row1 {
    display: flex;
  }

  .amenities_col1 {
    border-right: none;
  }

  .centeredCaption {
    top: 44%;
    left: 25%;
    transform: translate(-16%, -36%);
  }

  .overlayTitle {
    font-size: 5vw;
    text-align: center;
    padding-top: 6%;
  }

  .overlayText {
    font-size: 3.4vw;
  }

  .head_title_span {
    font-size: 1em;
  }

  .borderBottom {
    border-bottom: 6px solid #722f37;
  }

  .slider_2 {
    height: 330px;
  }

  .xl_text {
    font-size: 2em;
  }

  .xl_text_bg {
    padding: 15px;
    line-height: 2em;
  }

  .square {
    min-width: 260px;
    margin: auto;
    display: block;
    background-color: #1d464c;
  }

  .img_long {
    object-fit: cover;
    height: 600px;
  }

  .top_slider img {
    height: 230px;
    object-fit: contain;
  }

  .inner_slider img {
    height: 176px;
    object-fit: contain;
  }

  .news-heading {
    font-size: 25px;
    line-height: 1.2;
  }

  .lg_text_bg {
    font-size: 1em;
    border-radius: 4px;
    padding-bottom: 2px;
  }

  input[type="email"] {
    display: block;
    width: 100%;
  }

  .disclaimer {
    font-size: 14px;
  }

  footer img {
    width: 30%;
    margin-left: 35%;
  }

  .navbar-brand {
    display: contents;
  }

  .navbar-nav {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .navbar-nav .nav-link {
    padding: 15px;
  }
  .navbar-nav .nav-link.active {
    height: 30px;
    line-height: 0px;
  }

  .navbar-nav .nav-link:hover {
    color: #000 !important;
    background-color: #e2b75d !important;
  }

  .head_title {
    font-size: 6vw;
  }

  .reg_para {
    font-size: 1em;
  }

  .small_heading {
    font-size: 6vw;
    text-align: center;
  }

  .large_point {
    font-size: 6vw;
    text-align: center;
  }

  .grey_point {
    font-size: 5vw;
  }

  .block_title {
    font-size: 7vw;
  }

  .sm_12 {
    width: 98%;
  }

  .head_title_bg {
    font-size: 1.4em;
  }

  .border_right {
    border: none;
  }

  .xsmall_heading {
    font-size: 5vw;
    text-align: center;
  }

  .sm_col_first {
    margin-bottom: 4%;
  }

  .sm_br {
    display: block;
    font-size: 4vw;
  }

  .container_title {
    padding: 8% 2%;
  }

  .plan_p {
    margin-top: 0;
  }

  .navigation_bar {
    height: 70px;
    padding: 1% !important;
  }

  .navbar {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23e2b75d' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  #home {
    margin-top: 70px;
  }

  .img_long {
    object-fit: cover;
    height: 200px;
  }

  .button.navbar-toggler {
    color: #c6eb09;
  }
}
