/* =========banner========= */

html,
body {
  overflow-x: hidden;
}

:root {
  --light: #fff;
  --dark: #061f14;
}

.home-slider .contact_banner_button {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -70px;
  transform: rotate(-90deg);
}

.home-slider .contact_banner_button .call_icon {
  display: flex;
  justify-content: end;
  margin-right: 11px;
}

.home-slider .contact_banner_button .call_icon img {
  width: 65%;
  transform: rotate(66deg);
}

.home-slider .contact_banner_button .call_number h6 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
  color: #c4975e;
  margin: 0;
}

.home-slider .contact_banner_button .call_number p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 35px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.home-slider .contact_banner_button .call_number p a{
color: #ffffff;
transition: all 0.2s ease-In;
}

.home-slider .contact_banner_button .call_number p a:hover{
color: #F8A12F;
}

/* =====timeline-section===== */

.manali-timeline-section {
  padding: 70px 30px;
}

.manali-timeline-section .top-wrapper {
  max-width: 60%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.manali-timeline-section .top-wrapper.top_wrapper_two {
  max-width: 93%;
  margin: inherit;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}

.manali-timeline-section .contact_form_manali {
  margin-top: -90px;
}

.manali-timeline-section .top-wrapper h4 {
  color: #c4975e;
  font-family: "Montserrat", sans-serif;
  margin: 22px 0px 19px;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
}

.manali-timeline-section .top-wrapper p {
  color: #000;
  font-weight: 500;
  line-height: 2.3;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 13px;
}

.manali-timeline-section .timeline-middle-wrapper {
  padding-top: 111px;
}

.manali-timeline-section .timeline-middle-wrapper .left-wrapper.left-wrapper-1 {
  right: -113px;
  top: -253px;
  position: absolute;
}

.manali-timeline-section .timeline-middle-wrapper .left-wrapper ul {
  list-style: disc;
  padding-left: 15px;
  padding-top: 9px;
}

.manali-timeline-section .timeline-middle-wrapper .left-wrapper ul li {
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 13px;
}

.manali-timeline-section .timeline-middle-wrapper .mid-wrapper {
  position: relative;
  margin-top: 571px;
}

.manali-timeline-section .timeline-middle-wrapper .mid-wrapper.mid-wrapper-1 {
  margin-top: 471px;
}

.manali-timeline-section .timeline-middle-wrapper .mid-wrapper::after {
  content: "";
  position: absolute;
  height: 760px;
  width: 1px;
  background-color: #fff;
  top: -797px;
  left: 50%;
}

.manali-timeline-section
  .timeline-middle-wrapper
  .mid-wrapper.mid-wrapper-2::after {
  content: "";
  position: absolute;
  height: 420px;
  width: 1px;
  background-color: #fff;
  top: -281px;
  left: 50%;
}

.manali-timeline-section .timeline-middle-wrapper .mid-wrapper p {
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 14px;
  opacity: 0.8;
  text-align: center;
}

.manali-timeline-section .timeline-middle-wrapper .right-wrapper ul {
  list-style: disc;
  padding-left: 15px;
  padding-top: 9px;
}

.manali-timeline-section .timeline-middle-wrapper .right-wrapper ul li {
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 13px;
}

.timeline_last_wrapper {
  margin-top: 50px;
}

.timeline_last_wrapper h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.75;
  padding: 24px 0 10px;
}

/* -------slider-section------ */

.green_wrapper_section {
  padding: 70px 0;
  background: #061f14;
}

.green_wrapper_section .section_heading h3 {
  margin: 0px 0px 30px;
  color: #fff;
  font-size: 48px;
  line-height: 1.5;
  text-transform: uppercase;
}

.green_wrapper_section .top_wrap_row {
  align-items: center;
}

.green_wrapper_section .top_wrap_row .inner-wrapper {
  max-width: 47%;
  margin: auto;
}

.green_wrapper_section .top_wrap_row .inner-wrapper h3 {
  color: #fff;
}

.green_wrapper_section .top_wrap_row .inner-wrapper p {
  color: #fff;
  padding: 11px 0px;
}

.green_wrapper_section .top_wrap_row .inner-wrapper .box-butn {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.green_wrapper_section .top_wrap_row .inner-wrapper .box-butn:hover {
  border-color: transparent;
  color: #F8A12F;
}

.green_wrapper_section .top_wrap_row .inner-wrapper .box-butn img {
  display: inline-block;
}

.slide_parent {
  position: relative;
  padding-top: 77px;
}

.custom-slick-arrows {
  position: absolute;
  width: calc(100% + 24px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide_parent .card_slider_landing .slide-first .img-block {
  overflow: hidden;
}

.slide_parent .card_slider_landing .slide-first img {
  transition: all 0.5s ease;
  margin-bottom: 0;
}

.slide_parent .card_slider_landing h3 {
  color: #fff;
  padding-top: 15px;
  font-size: 23px;
  width: fit-content;
}

.slide_parent .card_slider_landing p {
  color: #fff;
  max-width: 72%;
  padding: 7px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  opacity: 0.8;
}

.slide_parent .card_slider_landing .box-butn {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.slide_parent .card_slider_landing .box-butn:hover {
  color: #f8a12f;
}

.slide_parent .card_slider_landing .box-butn img {
  display: inline-block;
}

.landing_manali_suits {
  padding: 70px 0;
  border-bottom: 1px solid #a8a6a6;
  margin-bottom: 40px;
}

.landing_manali_suits .suits_inner_wrap {
}

.landing_manali_suits .suits_inner_wrap h3 {
  margin: 0px 0px 15px;
  color: #000;
  font-size: 40px;
  line-height: 1.5;
  text-transform: uppercase;
}

.landing_manali_suits .suits_inner_wrap p {
  color: #131313;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  opacity: 0.8;
  width: 80%;
}

.landing_manali_suits .suits_inner_wrap .box-butn {
  margin: 4px 0px 30px 61px;
}

.landing_manali_suits .suits_inner_right {
  background: #fdfdfd;
  border-radius: 5px;
  padding: 15px;
  height: 100%;
}

.landing_manali_suits .suits_inner_right .top_wrap {
  height: 400px;
}
.landing_manali_suits .suits_inner_right .top_wrap img {
  width: 100%;
  height: 100%;
}
.landing_manali_suits .suits_inner_right .bottom_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 43%;
}

.landing_manali_suits .suits_inner_right .bottom_wrap p {
  color: #131313;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  opacity: 0.8;
  width: 80%;
  margin: auto;
}

.gallery_slider {
margin-top: 30px;
}

.gallery_slider .top-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  max-width: 50%;
  margin: auto;
}

.gallery_slider .top-wrapper h4 {
  margin: 8px 0px 30px;
  color: #000;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}

.gallery_slider .top-wrapper p {
  color: #131313;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  opacity: 0.8;
}

.gallery_slider .condv {
  margin-top: 100px;
  padding: 15px 0px 0px;
  /* background-color: #dcdcdc; */
}
.gallery_slider .condv div {
  margin-left: 6px;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* Tabs */
.landing_manali_suits .tabs {
  width: 100%;
  /* background-color: #09F; */
  border-radius: 5px 5px 5px 5px;
  display: flex;
  height: 100%;
}
.landing_manali_suits ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
  /* width : 50%; */
}
.landing_manali_suits #tabs-content {
  width: 100%;
  height: 100%;
}
.landing_manali_suits ul#tabs-nav li {
  display: block;
}

.landing_manali_suits ul#tabs-nav li a {
  margin: 4px 0px 0px 61px;
  color: #000;
  font-size: 37px;
  line-height: 1.5;
  text-transform: uppercase;
  /* width: 68%; */
  display: block;
  font-family: "Literata", serif;
  font-weight: 400;
}

.landing_manali_suits ul#tabs-nav li:hover,
.landing_manali_suits ul#tabs-nav li.active {
  color: #c4975e;
}

.landing_manali_suits ul#tabs-nav li:hover a,
.landing_manali_suits ul#tabs-nav li.active a {
  color: #c4975e;
}

.landing_manali_suits #tabs-nav li a {
  text-decoration: none;
  color: #fff;
}
.landing_manali_suits .tab-content {
  background-color: #fff;
  height: 100%;
}

.slide_parent .card_slider_landing .slide-first:hover .underline {
  background: linear-gradient(0deg, #fff, #fff) no-repeat right bottom / 0
    var(--bg-h);
  transition: background-size 550ms;
  --bg-h: 100%;
}

.slide_parent .card_slider_landing .slide-first .underline {
  position: relative;
}

.slide_parent .card_slider_landing .slide-first .underline:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  left: 0;
  bottom: -1px;
  background-color: #fff;
  transition: all 0.5s ease;
}

.slide_parent .card_slider_landing .slide-first:hover .underline:after {
  background-size: 100% var(--bg-h);
  background-position-x: left;
  width: 100%;
  /* left: 100%; */
  background-color: #fff;
}

.slide_parent .card_slider_landing .slide-first:hover .underline {
  padding-bottom: 2px;
  --bg-h: 2px;
}

.slide_parent .card_slider_landing .slide-first:hover img {
  transform: scale(1.1);
}

/* .wrap{
    background:var(--dark);
  } */

/* .section{
    height:100vh;
    display: flex;
    align-items:center;
    justify-content:center;
  } */
.color-dark {
  color: #061f14;
}

.gallery_slider .condv marquee {
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing_manali_suits .card .card-header h2 button {
  margin: 0px 0px 0px 0px;
  color: #000;
  font-size: 19px;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  font-family: "Literata", serif;
  font-weight: 400;
  padding: 5px 8px;
}

.landing_manali_suits .card {
  border: 0;
}

.landing_manali_suits .card .card-header {
  padding: 0;
  background: transparent;
  border: 0;
}

.landing_manali_suits .card .card-header h2 button:focus,
.landing_manali_suits .card .card-header h2 button:hover {
  color: #c4975e;
  text-decoration: none;
  box-shadow: none;
}

.landing_manali_suits .card .card-body {
  padding: 5px;
}

.landing_manali_suits
  .card
  .card-body
  .landing_manali_suits
  .suits_inner_right {
  padding: 7px;
}

.five_show {
  display: none;
}

.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  margin-top: 50px;
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  align-items: center;
}

.room-detail-icon ul.list_line li{
  font-size: 12px;
    font-weight: 600;
    margin: 0px 32px 20px 0px;
    position: relative;
}

.room-detail-icon ul.list_line li span a{
  color: #000000;
}

.room-detail-icon ul.list_line li:after {
  content: "";
  position: absolute;
  height: 1.5px;
  width: 0;
  left: 0;
  bottom: -1px;
  background-color: #000;
  transition: all 0.5s ease;
}

.room-detail-icon ul.list_line li:hover:after{
  width: 100%;
  left: 0;
}




@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.marquee__group {
  animation: scroll 50s linear infinite;
}
.marquee:hover .marquee__group {
  animation-play-state: paused;
}

@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap)));
  }
  to {
    transform: translateX(0);
  }
}

/* ==========responsive======== */

@media (max-width: 1448px) {
  .manali-timeline-section .timeline-middle-wrapper .mid-wrapper::after {
    height: 660px;
    top: -723px;
  }
}

@media (max-width: 1352px) {
  .manali-timeline-section .timeline-middle-wrapper .mid-wrapper::after {
    height: 600px;
    top: -657px;
  }

  .manali-timeline-section
    .timeline-middle-wrapper
    .mid-wrapper.mid-wrapper-2::after {
    height: 320px;
    top: -227px;
  }

  .green_wrapper_section .top_wrap_row .inner-wrapper {
    max-width: 67%;
  }
}

@media (max-width: 1259px) {
  .manali-timeline-section .timeline-middle-wrapper .mid-wrapper::after {
    height: 550px;
    top: -607px;
  }
  .manali-timeline-section
    .timeline-middle-wrapper
    .mid-wrapper.mid-wrapper-2::after {
    height: 250px;
    top: -169px;
  }
}

@media (max-width: 1199px) {
  .manali-timeline-section .timeline-middle-wrapper .mid-wrapper::after {
    height: 500px;
    top: -566px;
  }

  .manali-timeline-section
    .timeline-middle-wrapper
    .mid-wrapper.mid-wrapper-2::after {
    height: 264px;
    top: -145px;
  }

  .manali-timeline-section .contact_form_manali .corbett-form {
    margin-left: 0px;
  }

  .manali-timeline-section .contact_form_manali {
    margin-top: -73px;
  }
}

@media (max-width: 1050px) {
  .manali-timeline-section .timeline-middle-wrapper .mid-wrapper::after {
    height: 410px;
    top: -470px;
  }

  .manali-timeline-section
    .timeline-middle-wrapper
    .mid-wrapper.mid-wrapper-2::after {
    height: 198px;
    top: -110px;
  }
}

@media (max-width: 991px) {
  .manali-timeline-section .top-wrapper {
    max-width: 97%;
  }

  .manali-timeline-section .timeline-middle-wrapper .mid-wrapper::after {
    display: none;
  }

  .manali-timeline-section
    .timeline-middle-wrapper
    .mid-wrapper.mid-wrapper-2::after {
    display: none;
  }

  .manali-timeline-section .timeline-middle-wrapper .left-wrapper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  .manali-timeline-section .timeline-middle-wrapper .mid-wrapper {
    position: relative;
    margin-top: 61px;
  }

  .manali-timeline-section
    .timeline-middle-wrapper
    .left-wrapper.left-wrapper-1 {
    right: 0;
    top: 0px;
    position: relative;
  }

  .manali-timeline-section .timeline-middle-wrapper .mid-wrapper.mid-wrapper-1 {
    margin-top: 31px;
  }

  .manali-timeline-section .timeline-middle-wrapper .right-wrapper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  .green_wrapper_section .top_wrap_row .inner-wrapper {
    max-width: 74%;
    margin-bottom: 39px;
  }

  .landing_manali_suits .suits_inner_right .bottom_wrap {
    height: 287px;
  }

  .manali-timeline-section .contact_form_manali .corbett-form {
    width: 70%;
    margin: auto;
  }

  .manali-timeline-section .top-wrapper.top_wrapper_two {
    max-width: 93%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: auto;
  }

  .club_rooms_menuss{
    display: none;
  }
}

@media (max-width: 767px) {
  .custom-slick-arrows {
    width: calc(90% + 24px);
  }

  .gallery_slider .top-wrapper {
    max-width: 75%;
  }

  .corbett-form {
    top: -19px;
    margin-left: 0px;
    width: 90%;
    margin: auto;
  }

  .manali-timeline-section .top-wrapper.top_wrapper_two {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .home-slider .contact_banner_button {
    top: 61%;
    right: -50px;
  }

  .home-slider .contact_banner_button .call_icon img {
    width: 45%;
  }

  .home-slider .contact_banner_button .call_number h6 {
    font-size: 11px;
    line-height: 13px;
  }

  .home-slider .contact_banner_button .call_number p {
    font-size: 13px;
    line-height: 20px;
  }

  .green_wrapper_section .section_heading h3 {
    font-size: 31px;
  }

  .green_wrapper_section .top_wrap_row .inner-wrapper {
    max-width: 87%;
  }

  .manali-timeline-section {
    padding: 20px 15px 50px;
  }

  .manali-timeline-section .timeline-middle-wrapper {
    padding-top: 44px;
  }

  .manali-timeline-section .timeline-middle-wrapper .mid-wrapper {
    position: relative;
    margin-top: 15px;
  }

  .timeline_last_wrapper h5 {
    font-size: 19px;
    line-height: 26px;
    padding: 15px 0 10px;
  }

  .slide_parent .card_slider_landing .slide-first img.slider {
    width: 97%;
    margin: auto;
    height: 530px;
    object-fit: cover;
  }

  .landing_manali_suits ul#tabs-nav li a {
    margin: 4px 0px 0px 35px;
    font-size: 22px;
    line-height: 1.5;
  }
  .landing_manali_suits .suits_inner_wrap .box-butn {
    margin: 7px 0px 30px 42px;
  }

  .slide_parent .card_slider_landing h3,
  .slide_parent .card_slider_landing p,
  .slide_parent .card_slider_landing .box-butn {
    margin-left: 10px;
  }

  .gallery_slider .top-wrapper {
    max-width: 85%;
  }

  .manali-timeline-section .contact_form_manali .corbett-form {
    width: 100%;
  }

  .manali-timeline-section .contact_form_manali {
    margin-top: -37px;
  }

  .corbett-form h2 {
    font-size: 26px;
    margin-bottom: 4px;
  }

  .manali-timeline-section .timeline-middle-wrapper .mid-wrapper p {
    display: none;
  }

  .manali-timeline-section .timeline-middle-wrapper .left-wrapper::after {
    content: "";
    position: absolute;
    height: 47px;
    width: 1px;
    background-color: #fff;
    top: -59px;
    left: 50%;
  }

  .manali-timeline-section
    .timeline-middle-wrapper
    .left-wrapper.left-wrapper-1 {
    margin-top: 50px;
  }

  .manali-timeline-section
    .timeline-middle-wrapper
    .left-wrapper.left-wrapper-2 {
    margin-top: 50px;
  }

  .manali-timeline-section
    .timeline-middle-wrapper
    .left-wrapper.left-wrapper-2::after {
    content: "";
    position: absolute;
    height: 47px;
    width: 1px;
    background-color: #fff;
    top: -7px;
    left: 50%;
  }

  .landing_manali_suits .card .card-body .suits_inner_right {
    padding: 7px;
  }

  .landing_manali_suits .card .card-body .suits_inner_right .top_wrap {
    height: 260px;
  }

  .landing_manali_suits .card .card-body .suits_inner_right .bottom_wrap p {
    width: 95%;
  }

  .landing_manali_suits .card .card-body .suits_inner_right .bottom_wrap {
    height: auto;
    padding: 20px 0;
  }

  .landing_manali_suits .suits_inner_wrap .box-butn {
    margin: 7px 0px 30px 9px;
  }

  .five_show {
    display: block;
  }

  .full_show {
    display: none;
  }
}

@media (max-width: 480px) {
  .home-slider .contact_banner_button .call_number h6 {
    font-size: 8px;
    line-height: 10px;
  }

  .home-slider .contact_banner_button .call_number p {
    font-size: 10px;
    line-height: 15px;
  }

  .home-slider .contact_banner_button .call_icon img {
    width: 39%;
  }

  .manali-timeline-section .timeline-middle-wrapper .left-wrapper img {
    height: 300px;
  }

  .manali-timeline-section .timeline-middle-wrapper .right-wrapper img {
    height: 300px;
  }

  .green_wrapper_section .section_heading h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .green_wrapper_section .top_wrap_row .inner-wrapper h3 {
    font-size: 24px;
  }

  .custom-slick-arrows {
    width: calc(86% + 24px);
  }

  .landing_manali_suits {
    padding: 44px 0;
    margin-bottom: 30px;
  }

  .timeline_last_wrapper {
    margin-top: 19px;
  }

  .manali-timeline-section .contact_form_manali .corbett-form {
    padding: 20px 15px;
  }

  .corbett-form form .form-control {
    height: 36px;
  }

  .manali-timeline-section .contact_form_manali {
    margin-top: -14px;
  }

  .slide_parent .card_slider_landing p {
    max-width: 84%;
    padding: 0px 0;
    font-size: 14px;
  }

  .green_wrapper_section {
    padding: 44px 0 10px;
  }

  .cor-date .input-group-addon {
    height: 36px;
  }
}

@media (max-width: 380px) {
  .landing_manali_suits .suits_inner_right .top_wrap {
    height: 257px;
  }

  .landing_manali_suits .suits_inner_right .bottom_wrap p {
    width: 97%;
  }

  .landing_manali_suits .suits_inner_right .bottom_wrap {
    height: 248px;
  }

  .landing_manali_suits ul#tabs-nav li a {
    margin: 4px 0px 0px 5px;
    font-size: 19px;
  }

  .landing_manali_suits .suits_inner_wrap .box-butn {
    margin: 7px 0px 18px 10px;
  }

  .landing_manali_suits .suits_inner_wrap h3 {
    margin: 0px 0px 15px;
    font-size: 34px;
  }

  .slide_parent .card_slider_landing .slide-first img.slider {
    height: 430px;
  }

  .home-slider .contact_banner_button .call_icon {
    margin-right: 5px;
  }

  .home-slider .contact_banner_button .call_number h6 {
    font-size: 5px;
    line-height: 7px;
  }

  .home-slider .contact_banner_button .call_number p {
    font-size: 7px;
    line-height: 10px;
  }

  .home-slider .contact_banner_button .call_icon img {
    width: 22%;
  }

  .home-slider .contact_banner_button {
    top: 74%;
    right: -50px;
  }

  .green_wrapper_section .section_heading h3 {
    font-size: 21px;
    line-height: 27px;
  }

  .green_wrapper_section .top_wrap_row .inner-wrapper h3 {
    font-size: 20px;
  }
}
