@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");
/* font-family: "Bricolage Grotesque", sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

:root {
  --bgcolor: #fefffa;
  --white: #fff;
  --black: #000;
  --pastel-yellow: #e3e586;
  --light-yellow: #edf7ba;
  --sand: #e5e6c6;
  --navy: #3a529f;
  --second-navy: #3b539f;
  --sky: #d1f1ff;
  --dark-navy: #212c61;
  --light-navy: #023e60;
  --lighter-sky: rgba(209, 241, 255, 0.9);
  --bg-color: #fefffa;
  --olive-green: #938f38;
  --lighter-olive: rgba(224, 244, 121, 0.47);
}

body {
  font-family: "DM Sans", sans-serif;
  background-color: var(--bgcolor);
  color: var(--navy);
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  /* letter-spacing: -0.72px; */
}

figure {
  margin: 0;
}

a,
input,
button,
textarea {
  outline: none !important;
}

strong,
p strong {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}

a {
  text-decoration: none;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row>* {
  padding-left: 15px;
  padding-right: 15px;
}

p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  letter-spacing: inherit;
}

p a {
  text-decoration: none;
  color: inherit;
}

p a:hover {
  text-decoration: none;
  color: var(--navy);
}

ul li,
ol li {
  font-size: inherit;
  line-height: inherit;
  position: relative;
  margin-bottom: 10px;
}

ul li a,
ol li a {
  text-decoration: none;
  color: inherit;
}

ul li a:hover,
ol li a:hover {
  text-decoration: none;
}

ul li a,
ol li a {
  text-decoration: none;
  color: inherit;
}

ul li a:hover,
ol li a:hover {
  text-decoration: none;
  color: var(--navy);
}

h1 {
  font-family: "SourceSerifProSemibold", sans-serif;
  font-size: 64px;
  line-height: 125%;
  letter-spacing: -1.92px;
}

h2 {
  font-family: "SourceSerifProSemibold", sans-serif;
  font-size: 48px;
  /*h2*/
  line-height: 100%;
  letter-spacing: -1.44px;
}

h3 {
  font-family: "SourceSerifProRegular", sans-serif;
  font-size: 48px;
  /*h2*/
  line-height: 114%;
  letter-spacing: -1.44px;
}

h4 {
  font-family: "SourceSerifProSemibold", sans-serif;
  font-size: 36px;
  line-height: 109%;
  letter-spacing: -1.08px;
}

h5 {
  font-family: "DM sans", sans-serif;
  font-size: 32px;
  line-height: 131%;
  font-weight: 400;
  letter-spacing: -0.03px;
}

h6 {
  font-family: "DM sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.03px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control:focus {
  box-shadow: none;
  border-color: transparent;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  resize: none;
}

.big-title {
  font-family: "SourceSerifProSemibold", sans-serif;
  font-size: 150px;
  line-height: 116%;
  color: var(--olive-green);
  text-transform: capitalize;
  letter-spacing: -4.5px;
}

.big-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  letter-spacing: inherit;
}

.wrp-title {
  font-family: "SourceSerifProSemibold", sans-serif;
  font-size: 64px;
  /*h1*/
  line-height: 125%;
  color: var(--olive-green);
  letter-spacing: -1.92px;
}

.wrp-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
}

.block-title {
  font-family: "SourceSerifProSemibold", sans-serif;
  font-size: 48px;
  /*h2*/
  line-height: 100%;
  letter-spacing: -1.44px;
  color: var(--navy);
}

.block-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
}

.common-heading {
  font-family: "SourceSerifProRegular", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 114%;
  color: var(--navy);
  letter-spacing: -1.44px;
}

.common-heading * {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
}

.common-heading span {
  color: var(--olive-green);
}

.medium-text {
  font-family: "SourceSerifProSemibold", sans-serif;
  font-size: 36px;
  line-height: 109%;
  letter-spacing: -1.08px;
  color: var(--dark-navy);
}

.medium-text * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
}

.small-title {
  font-family: "DM sans", sans-serif;
  font-size: 32px;
  line-height: 131%;
  font-weight: 400;
  color: var(--navy);
}

.small-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  margin: 0;
}

.normal-title {
  font-family: "SourceSerifProSemibold", sans-serif;
  font-size: 40px;
  line-height: 125%;
  letter-spacing: -1.2px;
  color: var(--navy);
}

.normal-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
}

.common-text {
  font-family: "DM sans", sans-serif;
  font-size: 24px;
  color: var(--navy);
  letter-spacing: -0.72px;
  font-weight: 400;
  line-height: 130%;
}

.common-text * {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
}

/* common style */

/* buttons */
.common-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  font-family: "DM sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  padding: 21px 68px;
}

.common-yellow-btn {
  background: var(--pastel-yellow);
  color: var(--dark-navy);
}

.common-yellow-btn:hover {
  background: var(--navy);
  color: var(--white);
}

.common-navy-btn {
  background: var(--navy);
  color: var(--white);
}

.common-navy-btn:hover {
  background: var(--pastel-yellow);
  color: var(--navy);
}

.common-white-btn {
  background: var(--white);
  color: var(--navy);
}

.common-white-btn:hover {
  background: var(--pastel-yellow);
  color: var(--navy);
}

.common-sky-btn {
  background: var(--sky);
  color: var(--navy);
  font-weight: 500;
}

.common-sky-btn:hover {
  background: var(--pastel-yellow);
  color: var(--navy);
}

/* common style */

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
  background: var(--white);
  padding: 38px 0 32px 0;
}

.navbar-brand {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9999;
  max-width: 307px;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar {
  padding: 0;
}

.header-btn-block {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 35px;
}

.header-btn-block>*:not(:last-child) {
  margin-right: 30px;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.32px;
  color: var(--navy);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.navbar .navbar-nav>*:not(:last-child) {
  margin-right: 50px;
}

.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item.current-menu-item .nav-link,
.dropdown-menu .dropdown-item:hover,
.navbar .navbar-nav .nav-item.current-menu-parent .nav-link,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .nav-item.active .dropdown-item,
.dropdown-toggle.show,
.dropdown-item.active,
.nav-link.dropdown-toggle[aria-expanded="true"] {
  text-shadow: 0.4px 0 0 var(--navy), -0.3px 0 0 var(--navy) !important;
  background: transparent;
}

.dropdown-item.active {
  color: var(--navy);
}

.navbar-nav li {
  padding-left: 0;
  margin: 0;
}

.navbar-nav li::before {
  display: none;
}

/* .header .dropdown {
  position: relative;
} */

.header .dropdown-toggle.show .menu-arrow {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}

.header .dropdown-toggle::after {
  display: none;
}

.header .dropdown-toggle {
  display: flex;
}

.header .dropdown-toggle .menu-arrow {
  padding-left: 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  display: inline-flex;
}

.dropdown-menu {
  padding: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 20px 28px;
  /* width: 100%; */
  width: max-content;
  max-width: 250px;
}

.dropdown-menu>*:last-child .dropdown-item {
  border-bottom: 0px;
}

/* .dropdown-menu.show {
  width: 100%;
} */

.dropdown-menu .dropdown-item {
  font-size: 22px;
  line-height: 120%;
  font-weight: 500;
  margin: 0 0 0;
  padding: 12px 12px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  word-wrap: break-word;
  display: inline-flex;
  border-bottom: 1px solid var(--olive-green);
  margin-bottom: 0px;
  word-break: break-word;
  white-space: normal;
  color: var(--navy);
}

.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

/* .dropdown-menu li {
  margin-bottom: 0;
} */

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/* banner */

.banner-section {
  position: relative;
}

.banner-section .banner-img {
  min-height: 810px;
}

.banner-section .banner-img * {
  height: 100%;
  width: 100%;
  min-height: 810px;
  object-fit: cover;
}

.book-your-stay-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.book-form-main-title {
  font-weight: 900 !important;
  margin: 0;
  font-size: 30px;
}

.book-your-stay-main {
  background: var(--lighter-sky);
  padding: 45px 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.book-your-stay-main .common-text {
  font-weight: 900;
}

.book-your-stay-main form {
  display: flex;
  flex-wrap: wrap;
  margin-left: 65px;
  gap:20px;
}

.book-your-stay-main form .form-control {
  background: transparent;
  color: var(--navy);
  border: 0px;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.03px;
  color: var(--navy);
  text-align: center;
  padding: 0;
}

.book-your-stay-main form .form-group {
  padding: 20px 40px;
  /* border-right: 1px solid var(--olive-green); */
  background: #f2f3d2;
  border: 1px solid #3a529f40;
  max-width:362px;
}

.book-your-stay-main form .form-control::placeholder {
  color: var(--navy);
  font-weight: 600;
}

.book-your-stay-main form button {
  background: transparent;
  padding: 0;
  border: 0px;
  color: var(--navy);
  font-weight: 600;
  margin-left: 70px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.book-your-stay-main form button:hover {
  color: var(--black);
}

.banner-slider {
  opacity: 0;
}

.banner-slider.slick-initialized.slick-slider {
  opacity: 1;
}

/* banner */

/* footer */

.footer {
  background: var(--second-navy);
  padding: 106px 0 74px 0;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-top .site-logo {
  max-width: 490px;
}

.footer-top .form-group {
  margin-bottom: 25px;
}

.footer-top .form-control {
  border: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  /* margin-bottom: 25px; */
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  padding: 15px 32px;
  color: var(--second-navy);
}

.footer-top .form-control::placeholder {
  color: var(--second-navy);
}

.footer-form {
  max-width: 620px;
}

.footer-form .row>* {
  padding-left: 12px;
  padding-right: 12px;
}

.footer-form .row {
  margin-left: -12px;
  margin-right: -12px;
}

.footer-form .block-title {
  color: var(--pastel-yellow);
  margin-bottom: 22px;
}

.footer-form .common-btn {
  border: 0px;
  width: 100%;
  line-height: 30px;
  padding: 15px 30px !important;
  font-size: 20px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
}

.footer-form .common-btn:hover {
  background: var(--sky);
  color: var(--navy);
}

.footer-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: end;
  max-width: 1046px;
  margin-left: auto;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 72px;
}

.footer-bottom {
  padding-top: 130px;
}

.footer-navigation ul {
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 42px;
  justify-content: end;
}

.footer-navigation {
  padding-bottom: 33px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--white);
}

.footer-navigation ul li {
  list-style-type: none;
  margin: 0;
}

.footer-site-designby ul {
  display: flex;
  padding: 0 0 0 35px;
  margin: 0;
}

.footer-site-designby ul li {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid var(--white);
  list-style-type: none;
  margin-bottom: 0;
}

.footer-site-designby ul>*:last-child {
  border: 0px;
}

.footer-navigation ul li a {
  color: var(--white);
}

.footer ul li a:hover,
.footer ul li a.active,
.footer-navigation ul li.current-menu-item a {
  text-shadow: 0.4px 0 0 var(--white), -0.3px 0 0 var(--white) !important;
}

.footer-site-designby {
  display: flex;
  align-items: center;
}

.footer-site-designby * {
  color: var(--white);
  font-size: 18px;
  line-height: 100%;
  font-family: inherit;
}

.footer-site-designby .copperreed {
  margin-left: auto;
}

.footer-site-designby .copperreed * {
  margin: 0;
}

.footer-site-designby .copperreed p a:hover {
  color: var(--pastel-yellow);
}

.footer-site-designby ul li a:hover {
  color: var(--pastel-yellow);
  text-shadow: unset !important;
}

.footer-logo-img {
  max-width: 250px;
}

.footer-logo-img * {
  width: 100%;
  height: 100%;
}

.wpcf7-not-valid-tip {
  font-size: clamp(17px, 16.4px + 0.1875vw, 20px);
}

.wpcf7-response-output {
  background: var(--white);
  padding: 10px;
  font-size: clamp(17px, 16.4px + 0.1875vw, 20px);
}

.footer-form .wpcf7-not-valid-tip,
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output {
  color: #dc3232 !important;
}

.wpcf7-form.valid .wpcf7-response-output,
.wpcf7-form.sent .wpcf7-response-output {
  color: green !important;
}

/* footer */

/* facilities */

.facilities-main {
  padding: 60px 0 102px 0;
}

.facilities-wrap {
  display: flex;
  max-width: 1262px;
  margin: 50px auto 0 auto;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 25px;
}

.facilities-block {
  flex-basis: 18%;
  row-gap: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.facilities-inner .common-btn {
  width: fit-content;
  margin: 0 auto;
  display: block;
}

.facility-img {
  min-height: 120px;
  display: inline-flex;
  align-items: flex-end;
}

.facilities-inner .common-btn {
  margin-top: 86px;
}

.facilities-inner .wrp-title {
  color: var(--navy);
}

.facilities-block .common-text {
  color: var(--dark-navy);
}

/* facilities */

/* gallery */
.gallery-img {
  height: 560px;
}

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

.gallery-slider-main .carouselTicker_list {
  margin: 0;
  list-style: none;
  display: flex;
  padding: 0;
  gap: 24px;
  align-items: center;
}

.gallery-slider-main .carouselTicker {
  pointer-events: none;
}

.gallery-slider-main ul li {
  margin: 0;
  white-space: nowrap;
  flex: none;
  padding-left: 0 !important;
}

.gallery-slider-main ul li img {
  max-height: 560px;
  object-fit: cover;
}

.gallery-slider-main .wrp-title {
  margin-bottom: 45px;
}

/* gallery */

/* rooms accommodation */

.rooms-accommodation-wrap {
  max-width: 1250px;
  margin: 0 auto;
}

.rooms-accommodation-detail {
  max-width: 620px;
  margin: 0 0 0 auto;
}

.rooms-accommodation-detail ul li {
  margin-bottom: 20px;
  font-weight: 400;
}

.rooms-accommodation-detail .common-btn {
  margin-top: 46px;
}

.rooms-accommodation-title {
  position: relative;
  height: 100%;
}

.rooms-accommodation-title .wrp-title {
  color: var(--navy);
}

.rooms-accommodation-title .mountain-vector {
  position: absolute;
  bottom: 0;
}

.rooms-accommodation-main {
  padding: 272px 0 504px;
  background: var(--sky);
}

/* rooms accommodation */

/* testimonial section */

.testimonial-section {
  padding: 96px 0 200px;
}

.testimonial-wrapper {
  position: relative;
}

.btn-slider {
  display: flex;
  margin-top: 36px;
  column-gap: 20px;
}

.testimonial-wrapper .btn-slider {
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.btn-slider .slider-btn {
  width: 54px;
  height: 54px;
  border: 1px solid;
  border-color: var(--navy);
  border-radius: 50%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  /* padding: 13px; */
}

.testimonial-slider {
  max-width: 1286px;
  margin: 0 auto;
}

.btn-slider .slider-btn:hover {
  background: var(--navy);
  border-color: var(--navy);
}

.btn-slider .slider-btn:hover * {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.testimonial-by * {
  color: var(--light-navy);
}

.testimonial-by {
  margin-top: 30px;
}

.testimonial-by .common-text {
  margin-bottom: 5px;
}

.testimonial-by .common-text p strong {
  font-weight: 700;
}

.testimonial-block .quote {
  margin-bottom: 52px;
}

.heart-vector {
  position: absolute;
  bottom: -70px;
  right: 75px;
}

/* testimonial  */

/* gallery slider */
.gallery-slider-main {
  margin: 0 0 -170px 0;
}

/* gallery slider */

/* images */
.images-main {
  padding-bottom: 60px;
}

.images-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 28px;
  column-gap: 28px;
  max-width: 1262px;
  margin: -352px auto 0 auto;
}

.image-block * {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.images-wrapper>*:nth-child(odd) {
  max-width: 591px;
  min-height: 672px;
}

.images-wrapper>*:nth-child(even) {
  max-width: 643px;
}

.images-wrapper>*:nth-child(even) * {
  max-height: 584px;
}

/* images */

/* aboutus */
.about-main {
  padding: 120px 0 96px 0;
}

.about-detail {
  background: var(--lighter-olive);
  padding: 92px 105px 80px 105px;
  /* background: #E8F79D; */
}

.about-detail .common-text {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  color: var(--dark-navy);
}

.about-detail .common-text::before {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--olive-green);
}

.about-wrapper .row {
  margin-left: -12px;
  margin-right: -12px;
  row-gap: 15px;
  align-items: stretch;
}

.about-wrapper .row>* {
  padding-left: 12px;
  padding-right: 12px;
}

.about-detail .common-btn {
  margin-top: 100px;
  padding: 21px 50px;
}

.about-slider-inner {
  display: flex;
  flex-direction: column;
}

.about-slider-inner .block-title {
  margin: 64px 0 64px 0;
}

.about-slider-inner .common-detail {
  letter-spacing: 0px;
}


.about-left {
  height: 100%;
}

.about-video-slider * {
  height: 100%;
  width: 100%;
}

.about-video-slider,
.about-video-slider .slick-list,
.about-video-slider .slick-track,
.about-video-slider .slick-slide {
  height: inherit;
}

.about-vd *,
.about-vd {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-detail .common-btn {
  border: 1px solid transparent;
}

.about-detail .common-btn:hover {
  border-color: var(--navy);
}

.about-detail .btn-slider {
  margin-top: 20px;
}

/* aboutus */

/* tagline */
.tagline-main {
  padding: 120px 0;
}

.tagline-wrp {
  position: relative;
}

.tagline-wrp .big-title {
  text-align: center;
}

.tagline-wrp .tagline-img {
  position: absolute;
  bottom: 74px;
  right: 29px;
}

/* tagline */

/* what not to love */
.what-not-to-love-inner {
  position: relative;
}

.bg-overly-navy {
  position: relative;
  padding: 96px 0 353px 0;
}

/* 
.bg-overly-navy * {
  color: var(--white);
} */

.bg-overly-navy::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  left: -200%;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--navy);
}

.what-not-to-love-inner .common-text {
  color: var(--white);
  margin-bottom: 20px;
}

.what-not-to-love-inner .wrp-title {
  color: var(--white);
}

.whats-not-to-love-content-inner {
  background: #f2f3d2;
  margin: -275px 0 0 0;
  padding: 94px 0 0 0;
}

.whats-not-to-love-main-img {
  margin: 0 0 -70px 20px;
  max-width: 390px;
  width: 100%;
}

.whats-not-to-love-main-img * {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 613px;
  min-height: 613px;
}

.whats-not-to-love-content-block {
  padding: 0 0 80px 0;
  max-width: 852px;
  margin: 0 0 0 121px;
  border-top: 1px solid var(--olive-green);
}

.whats-not-to-love-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0 16px 0;
}

.whats-not-to-love-item:not(:last-child) {
  border-bottom: 1px solid var(--olive-green);
}

.whats-not-to-love-item .small-title {
  text-align: end;
  letter-spacing: 0px;
}

.whats-not-to-love-content {
  position: relative;
  z-index: 11;
  padding: 0 0 120px 0;
}

.whats-not-to-love-vector {
  margin: -32px 0 0 23px;
  position: absolute;
}

.what-not-to-love-inner .wrp-title {
  max-width: 916px;
}

/* what not to love */

/* groups page */

.groups-main {
  overflow: hidden;
  padding: 80px 0 68px 0;
}

.groups-slider {
  width: calc(100vw - 10px);
  margin-right: calc((100vw - 1520px) / -2);
  opacity: 0;
  margin-top: 37px;
}

.groups-slider .slick-list {
  padding: 0 19% 0 0;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.groups-slider.slick-initialized {
  opacity: 1;
}

.groups-title {
  row-gap: 20px;
}

.groups-title-left {
  margin-bottom: 20px;
}

.groups-title-left .common-text {
  padding-top: 12px;
  max-width: 750px;
}

.groups-block {
  padding: 59px 34px 32px 38px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 515px;
  row-gap: 20px;
}

.groups-block .common-text {
  margin-top: auto;
}

.groups-slide {
  padding: 0 12px;
}

.groups-slider .slick-list {
  margin: 0 -12px;
}

.groups-slider .slick-slide:nth-child(even) {
  margin-top: 67px;
  margin-bottom: -67px;
}

.groups-slider .slick-track {
  padding: 0 0 67px 0;
}

.groups-slider .slick-slide {
  height: auto;
}

.group-hostel-booking-main {
  overflow: hidden;
  position: relative;
  padding-top: 130px;
}

.group-hostel-booking-main .booking-tagline {
  left: -95px;
  top: 0;
  height: auto;
}


.group-hostel-booking-img-wrapper {
  position: relative;
}

.group-hostel-booking-img-wrapper .bag-vector {
  position: absolute;
  bottom: -160px;
  z-index: 11;
  right: 0;
}

.group-hostel-booking-main-v2 .bag-vector {
    bottom: unset !important;
        top: -62px;
}

.group-hostel-booking-img-wrapper::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -200%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--sky);
}

.group-hostel-booking-img {
  position: relative;
  z-index: 1;
}

.group-hostel-booking-img * {
  min-height: 792px;
  max-height: 792px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.common-gallery-slider {
  margin: 0;
  padding: 56px 0 96px 0;
}

.group-hostel-form-main {
  padding: 224px 0 90px 0;
  background: var(--sky);
  position: relative;
  margin: -144px 0 0 0;
}

.group-hostel-form-main.group-hostel-form-main-v2 {
	margin: 50px 0 ;
    padding: 80px 15px 60px 15px;
}

.booking-tagline {
  position: absolute;
  left: -95px;
  top: -43px;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 11;
}

.booking-tagline .big-title {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  /* font-size: 230px; */
  font-size: clamp(28px, -12.4px + 12.625vw, 230px);
  line-height: normal;
  font-family: "DM sans", sans-serif;
  color: var(--olive-green);
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  white-space: nowrap;
  -webkit-text-orientation: mixed;
}

.booking-tagline .big-title * {
  letter-spacing: inherit;
}

.common-form .form-group {
  margin-bottom: 56px;
}

.common-form .form-check {
padding-left:0px;
}

.common-form .form-control {
  background: transparent;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid var(--dark-navy);
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 0;
  padding-bottom: 15px;
  font-size: inherit;
  line-height: inherit;
  color: var(--dark-navy);
}

.label-absolute {
  position: absolute;
}

.common-form .form-control::placeholder {
  color: var(--dark-navy);
}

.common-form textarea.form-control {
  min-height: auto;
}

.group-hostel-form-inner {
  max-width: 1327px;
  margin-left: auto;
}

.group-hostel-form-main-v2 .group-hostel-form-inner {
  margin:0 auto;
}

.group-hostel-form-main-v2 .group-hostel-form-inner .common-form .row {
 row-gap:0px !important;
}

.group-hostel-form-inner .wrp-title {
  color: var(--navy);
  margin-bottom: 40px;
}

.common-form button {
  width: fit-content;
  margin: 0 auto;
  display: block;
  border: 0px;
}

form .common-btn {
  border: 0px;
}

.group-hostel-form-inner .common-btn {
  width: auto;
  margin: 0 auto;
  display: block;
}

.form-group.file-upload .wpcf7-form-control-wrap {
  display: none;
}

.group-hostel-form-main .wpcf7-response-output {
  background: transparent;
}

form.valid .wpcf7-response-output,
form.sent .wpcf7-response-output {
  color: rgb(33, 201, 33) !important;
}

/* groups page */

/* apply now page */

/* Monthly check-in / payment dates tables*/

.important-info {
  padding: 75px 0 60px 0;
}

.important-info .wrp-title span {
  padding-right: 0;
}

.important-info-wrp .top-content {
  width: 100%;
  max-width: 720px;
}

.important-info-wrp .top-content .wrp-title {
  margin-bottom: 40px;
}

.student-info-table .small-title {
  font-family: "SourceSerifProSemibold";
  line-height: 39px;
}

.monthly-payment-main .row {
  margin: 0px -48px;
  row-gap: 72px;
}

.monthly-payment-main .row>* {
  padding: 0px 48px;
}

.student-info-table.important-info-table table th {
  font-size: inherit;
}

.student-info-table.holidays-table table th:first-child,
.student-info-table.holidays-table table td:first-child {
  width: 1000px;
}

.student-info-table table td {
  color: var(--dark-navy);
}

.student-info-table table td,
.student-info-table table th {
  padding: 20px 15px 20px 0;
  text-align: left;
  font-size: inherit;
  line-height: 39px;
}

.student-info-table table th {
  color: var(--navy);
  margin: 0;
  font-family: "SourceSerifProBold";
  font-size: inherit;
}

.student-info-table table tr {
  border-bottom: 2px solid var(--olive-green);
  display: flex;
}

.student-info-table table {
  width: 100%;
}

.monthly-payment-main {
  padding: 80px 0;
  position: relative;
}

.suitcase-vector {
  position: absolute;
  right: 90px;
  top: 0;
}

.monthly-payment-main-v2 .suitcase-vector {
    top: -30px;
}

.monthly-payment-main .groups-title {
  max-width: 1109px;
  margin-bottom: 75px;
}

.monthly-payment-main .groups-title .common-text {
  max-width: 720px;
  margin-top: 20px;
}

.two-col-layout tr td,
.two-col-layout tr th {
  width: 50%;
}

.three-col-layout tr td,
.three-col-layout tr th {
  width: 50%;
}

.two-col-layout tr td:last-child,
.two-col-layout tr th:last-child {
  width: 33%;
  margin-left: auto;
}

.monthly-payment-inner {
  position: relative;
}

.monthly-payment-inner .btn-common {
  margin-top: 75px;
}

.monthly-payment-inner .btn-common .common-btn {
  width: fit-content;
  margin: 0 auto;
  display: block;
}

/* Monthly check-in / payment dates tables*/

/* hostel booking section */

.file-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form-group.file-upload .common-text {
  margin: 28px 0;
  color: var(--dark-navy);
}

.group-hostel-form-inner .form-group .small-title {
  font-family: "SourceSerifProbold";
  margin: 0 0 16px 0;
}

.form-check-input:checked {
  background-color: var(--navy) !important;
}

.form-check-input:focus {
  box-shadow: unset;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
  background-color: var(--sky);
  border-color: var(--dark-navy);
}

.hostel-booking-main .row>* {
  padding: 0 40px;
}

.hostel-booking-main .row {
  margin: 0 -40px;
}

.hostel-booking-main .form-group .form-check {
  margin-bottom: 13px;
  padding: 0;
}

.common-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"],
.common-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type="radio"] {
  height: 24px;
  max-width: 24px;
  border-radius: 37px !important;
  width: 100%;
  margin: 5px 0 0 0;
}

.common-form label input[type="checkbox"]:checked {
  background-image: url(../images/fill-checkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}

.common-form label input[type="radio"] {
  height: 24px;
  width: 24px;
  border-radius: 37px !important;
  -webkit-border-radius: 37px !important;
  -moz-border-radius: 37px !important;
  -ms-border-radius: 37px !important;
  -o-border-radius: 37px !important;
}

.common-form input[type="checkbox"],
.common-form input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border: 1px solid var(--navy) !important;
  box-shadow: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.common-form .form-check .wpcf7-checkbox label,
.common-form .wpcf7-radio label {
  display: flex;
  column-gap: 10px;
}

.common-form .wpcf7-radio label {
  margin-bottom: 14px;
}

.human-quiz label {
  display: flex;
}

.human-quiz label .wpcf7-quiz-label {
  margin-right: 10px;
}

.hostel-booking-main .form-group .form-check-input[type="checkbox"] {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-color: var(--dark-navy);
  background-color: var(--sky);
}

.human-quiz {
  display: flex;
  border-bottom: 1px solid var(--navy);
}

.human-quiz .form-control {
  border-bottom: 0px;
}

.human-quiz span {
  white-space: nowrap;
  margin-top: 0 !important;
}

.hostel-booking-main .booking-tagline {
  align-items: flex-start;
  height: auto;
}

.group-hostel-booking-main.hostel-booking-main {
  padding-top: 0;
}

.common-form .wpcf7-list-item {
  margin: 0;
  width: 100%;
}

.common-form .wpcf7-list-item * {
  color: var(--dark-navy);
}

.common-form .form-group .note {
  color: var(--dark-navy);
  margin-top: 25px;
  display: inline-flex;
}

label input[type="radio"]:checked {
  background-image: url(../images/fill-radio.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}

.human-quiz .wpcf7-not-valid-tip {
  position: absolute;
}

/* hostel booking section */

/* terms conditions */

.terms-and-conditions-main {
  margin: -190px 0 0 0;
  padding-bottom: 35px;
}

.terms-inner {
  background: var(--navy);
  padding: 96px 127px 80px 130px;
  position: relative;
}

.terms-inner * {
  color: var(--white);
}

.terms-inner ul {
  display: flex;
  column-gap: 70px;
  flex-wrap: wrap;
}

.terms-inner ul li {
  margin-bottom: 30px;
  flex-basis: 47%;
}

.terms-inner .wrp-title {
  margin-bottom: 55px;
}

.passport-vector {
  position: absolute;
  right: 270px;
  top: -70px;
}

.student-booking-img {
  height: 100%;
  width: 100%;
}

.student-booking-img-v2 {
 padding:100px 0 0 0;
  background: var(--sky);
}

.student-booking-img * {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 830px;
  max-height: 830px;
}

/* terms conditions */
/* apply now page */

/* events and tours page */

.weekly-events-wrapper {
  padding: 69px 0;
}

.weekly-events-table {
  margin-top: 50px;
}

.schedule-table * {
  font-weight: 400;
  font-family: "Bricolage Grotesque", sans-serif;
}

.schedule-table tr td,
.schedule-table tr th {
  padding: 23px 17px;
  color: var(--dark-navy);
}

.schedule-table tr th:not(:first-child) {
  text-align: center;
}

.schedule-table tr>*:not(:first-child) {
  width: 201px;
}

.schedule-table tr th {
  max-width: 201px;
  width: 100%;
  text-transform: uppercase;
}

.schedule-table tr>*:first-child {
  width: 115px;
}

.schedule-table tr>*:nth-child(even) {
  background: rgba(146, 146, 146, 0.08);
}

.schedule-table tr td {
  line-height: 39px;
  font-weight: 400;
  letter-spacing: 0px;
}

.schedule-table tbody>*:nth-child(odd) {
  background: rgba(146, 146, 146, 0.04);
}

/* weekly-event */

/* Keep desktop table */
.schedule-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

.schedule-table th,
.schedule-table td {
  padding: 12px;
  text-align: left;
}

.event-cell {
  padding: 10px;
  border-radius: 6px;
  color: #000;
  font-weight: 500;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

/* Hide cards on desktop */
.mobile-schedule {
  display: none;
}

.weekly-events-main .two-col-title .row {
  row-gap: 15px;
}

.weekly-events-main .common-text {
  color: var(--dark-navy);
}

/* trips */
.trip-block {
  display: flex;
  flex-direction: column;
  padding: 0 36px 30px 36px;
  height: 100%;
}

.offering-trips-main {
  position: relative;
}

.offering-trips-main::after {
  content: "";
  position: absolute;
  height: 610px;
  width: 100%;
  bottom: 0;
  background: var(--sky);
  z-index: -1;
}

.offering-trips-main .wrp-title {
  color: var(--navy);
  max-width: 1190px;
}

.offering-trips-title {
  display: flex;
  align-items: center;
}

.compass-vector {
  /* max-width: 171px; */
  margin-left: auto;
  margin-right: 50px;
}

.trip-img {
  max-width: 414px;
  margin: -80px auto 0 auto;
  aspect-ratio: 414 / 336;
}

.trip-img * {
  height: 100%;
  width: 100%;
}

.offering-trips-main .row {
  padding: 154px 0 0 0;
  row-gap: 120px;
}

.trip-detail {
  margin-top: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.offering-trips-main .row {
  margin-left: -13px;
  margin-right: -13px;
}

.offering-trips-main .row>* {
  padding-left: 13px;
  padding-right: 13px;
}

.offering-trips-main .row>*:nth-child(3n + 1) .trip-block {
  margin-top: 0;
}

.offering-trips-main .row>*:nth-child(3n + 2) .trip-block {
  margin-top: 40px;
  margin-bottom: -40px;
}

.offering-trips-main .row>*:nth-child(3n + 3) .trip-block {
  margin-top: 0;
}

.offering-trips-main .common-btn {
  margin: 99px auto 0 auto;
  display: block;
  width: fit-content;
}

.offering-trips-main {
  padding: 69px 0 100px 0;
}

/* events and tours page */

/* galway guide page */
.galway-guide-main .what-not-to-love-inner {
  display: flex;
  column-gap: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.galway-guide-main .row {
  row-gap: 15px;
}

.galway-guide-main .what-not-to-love-inner .wrp-title {
  max-width: 751px;
  width: 100%;
}

.galway-guide-main .what-not-to-love-inner .common-text {
  max-width: 622px;
}

/*  adventures*/
.galway-guide-main .what-not-to-love-inner .row {
  max-width: 1400px;
}

.whats-not-to-love-content.adventures-main {
  padding: 0 0 50px 0;
}

.adventures-main .whats-not-to-love-content-inner {
  background: transparent;
}

.adventures-main .adventures-content .common-text::before {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--olive-green);
}

.adventures-main .adventures-content .common-text {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  color: var(--dark-navy);
}

.adventures-main .adventures-content {
  background: var(--light-yellow);
  padding: 56px 65px 53px 61px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.adventures-content .btn-wrp {
  margin-top: auto;
  width: fit-content;
}

.adventures-content .common-btn {
  border: 1px solid transparent;
}

.adventures-content .common-btn:hover {
  border-color: var(--navy);
}

.adventures-content ul {
  margin-top: 40px;
}

.adventures-content ul li {
  margin-bottom: 25px;
  color: var(--navy);
}

.adventures-content ul li::marker {
  font-size: 27px;
}

.adventures-main .whats-not-to-love-content-inner {
  padding: 0;
}

.adventures-img {
  height: 100%;
}

.adventures-img * {
  min-height: 817px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/*  adventures*/

/* catch festival */
.catch-festival-main {
  padding: 50px 0;
}

.catch-festival-main .wrp-title {
  margin-bottom: 80px;
}

.catch-festival-title .common-text {
  color: var(--dark-navy);
  font-family: "SourceSerifProRegular";
}

.catch-festival-inner .row {
  row-gap: 40px;
}

.catch-festival-block {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 687px;
}

.catch-festival-block .common-detail {
  margin-top: 30px;
  color: var(--dark-navy);
}

.catch-festival-inner {
  position: relative;
}

.piono-vector {
  position: relative;
  /* left: 36%;
  top: 165px;
  z-index: -1; */
  margin: -79px 0 0 auto;
}

.instrument-vector {
  /* position:relative; */
  /* right: 30px;
  bottom: 100px; */
  z-index: -1;
  margin: -79px 0 0 auto;
  max-width: 190px;
}

.instrument-vector * {
  height: 100%;
  width: 100%;
}

.catch-festival-title {
  display: flex;
}

.festival-title-wrap {
  display: flex;
  flex-direction: column;
}

/* catch festival */

/* festival image wrapper */
.festival-images-wrapper {
  display: flex;
  column-gap: 24px;
  padding: 50px 0 0 0;
}

.festival-images-wrapper .festive-image-one {
  width: 22%;
}

.festival-images-wrapper .festive-img * {
  height: 100%;
  width: 100%;
  min-height: 584px;
  max-height: 585px;
  object-fit: cover;
}

.festival-images-wrapper .festive-image-two {
  width: 50%;
}

.time-to-book-block {
  background: var(--light-yellow);
  padding: 96px;
  margin: -170px 0 102px auto;
  z-index: 1;
  position: relative;
  max-width: 1007px;
}

.time-to-book-block .small-title {
  font-family: "SourceSerifProRegular";
  letter-spacing: -0.96px;
}

.time-to-book-block .btn-wrp {
  margin-top: 40px;
}

.time-to-book-block .common-btn {
  border: 1px solid transparent;
}

.time-to-book-block .common-btn:hover {
  border-color: var(--navy);
}

/* festival image wrapper */

/* galway guide page */

/* contact page */
.contact-page {
  margin-bottom: 180px;
}

.contact-inner {
  padding: 80px 0 150px 0;
}

.contact-inner .wrp-title {
  color: var(--white);
  margin-bottom: 72px;
}

.contact-left .common-form {
  max-width: 620px;
}

.contact-left .common-form .form-control {
  border-bottom-color: var(--white);
  color: var(--white);
}

.contact-left .common-form .form-control::placeholder {
  color: var(--white);
}

.contact-left .common-form button {
  margin: 0 auto 0 0;
}

.contact-right {
  max-width: 497px;
}

.contact-block {
  display: flex;
  column-gap: 10px;
}

.contact-block .small-title {
  color: var(--white);
  letter-spacing: -0.03px;
}

.contact-bottom {
  display: flex;
  flex-direction: column;
  max-width: 411px;
  margin-left: auto;
  row-gap: 52px;
  margin-top: 40px;
}

.contact-bottom .common-btn {
  padding: 20px 77px;
  color: #496678;
}

.contact-bottom .common-btn:hover {
  background: var(--white);
  color: var(--second-navy);
}

.contact-bottom ul {
  display: flex;
  padding: 0;
  margin: 0;
  column-gap: 60px;
}

.contact-bottom ul li {
  list-style-type: none;
}

.contact-bottom ul li a {
  display: inline-flex;
}

.contact-bottom ul li a:hover {
  opacity: 0.7;
}

.contact-bottom ul li a img {
  height: 99px;
  width: 99px;
}

.contact-left .common-btn {
  padding: 21px 106px;
  margin: 0 0 20px 0;
}

.contact-left .common-form .wpcf7-spinner {
  position: relative;
  left: unset;
  transform: unset;
  margin: 0 0 0 20px;
}

.contact-left .common-form form .wpcf7-response-output {
  padding: 10px;
  font-size: clamp(17px, 16.4px + 0.1875vw, 20px);
}

/* contact page */

/* location page */
.snoozles-hostel-map {
  width: 100%;
  margin: -270px 0 0 0;
  padding-bottom: 40px;
}

.snoozles-hostel-map * {
  width: 100%;
  height: 100%;
  min-height: 831px;
}

.where-to-find-inner * {
  color: var(--white);
}

.where-to-find-inner .row {
  max-width: 1370px;
}

.where-to-find-inner .common-btn {
  color: #496678;
  padding: 21px 42px;
}

.where-to-find-inner .common-yellow-btn:hover {
  background: var(--white);
}

.where-to-find-flx {
  display: flex;
  margin-top: 64px;
}

.where-to-find-block {
  display: flex;
  margin-right: 55px;
  gap: 5px;
}

.where-to-find-flx .common-btns {
  row-gap: 34px;
  display: flex;
  flex-direction: column;
}

.car-parking-main {
  padding: 40px 0 50px 0;
}

.car-parking-inner .wrp-title {
  color: var(--navy);
  margin-bottom: 40px;
}

.car-parking-inner {
  max-width: 773px;
}

.car-parking-inner .two-col-layout tr td:last-child,
.car-parking-inner .two-col-layout tr th:last-child {
  width: 50%;
  margin-left: unset;
}

.car-parking-inner .note {
  margin-top: 32px;
}

.car-parking-inner .note .common-text {
  font-family: "SourceSerifProBold";
}

.car-parking-inner .note .common-detail {
  color: var(--dark-navy);
}

.car-parking-inner .note .medium-text {
  color: var(--navy);
  margin-top: 25px;
}

.map-key-inner {
  display: flex;
  column-gap: 85px;
}

.map-key-inner .wrp-title {
  color: var(--navy);
}

.map-key-inner ol li {
  list-style: decimal-leading-zero;
  margin-bottom: 20px;
}

.map-key-inner ol li::marker {
  font-weight: 700;
}

.map-key-main {
  padding: 50px 0 120px 0;
}

.snoozles-map-img * {
  height: 100%;
  width: 100%;
}

/* location page */

/* student faq-page */
.student-faq-left {
  max-width: 452px;
}

.student-faq-left .common-detail *:last-child {
  margin-bottom: 0;
}

.student-faq-left * {
  color: var(--white);
}

.student-faq-main {
  padding: 0 0 120px 0;
}

.student-faq-title-inner .row {
  align-items: flex-end;
  row-gap: 20px;
}

.student-faq-title-inner .student-btns {
  column-gap: 36px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.student-faq-title-inner .student-btns .common-btn {
  padding: 20px 35px;
}

.student-faq-inner {
  background: #f2f3d2;
  padding: 104px 15px 96px 15px;
  margin: -277px 0 0 0px;
}

.student-faq-inner .accordion {
  max-width: 1006px;
  margin: 0 auto;
  background-color: #f2f3d2 !important;
}

.accordion-button::after {
  background-image: url(../images/accordion-bottom-arrow.svg);
  width: 29px;
  height: 25px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  background-size: 100% 100%;
}

.accordion-button:not(.collapsed)::after {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  background-image: url(../images/accordion-bottom-arrow.svg);
}

.accordion-item {
  border-bottom: 1px solid var(--olive-green) !important;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
}

.accordion-button:focus {
  box-shadow: unset !important;
}

.accordion-item * {
  font-size: inherit;
  line-height: inherit;
  color: var(--dark-navy) !important;
}

.accordion-item p a {
  color: var(--navy) !important;
}

.accordion-item p a:hover {
  color: var(--black) !important;
}

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

.accordion-button {
  padding: 25px 0;
}

.accordion-body {
  padding: 25px 0;
}

.accordion-button,
.accordion-button:not(.collapsed),
.accordion-body {
  border: 0px !important;
  background-color: #f2f3d2 !important;
  border-bottom: 0px;
}

.accordion-header {
  margin-bottom: 0;
  outline: 0px;
  background-color: #f2f3d2 !important;
}

.btn-common {
  width: fit-content;
  margin: 80px auto 0 auto;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.accordion-body h1,
.accordion-body h2,
.accordion-body h3,
.accordion-body h4,
.accordion-body h5,
.accordion-body h6 {
  font-family: "SourceSerifProbold", sans-serif;
}

/* student faq-page */

/* gallery  page*/

.gallery-main .row {
  margin: 0 -13px;
}

.gallery-main .row>* {
  padding: 0 13px;
}

.gallery-img {
  height: 330px;
  overflow: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.gallery-img * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}

.gallery-block {
  height: calc(100% - 24px);
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}

.gallery-wrapper {
  padding: 48px 0 106px 0;
}

.gallery-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

/* gallery  page*/

/* sustainability page */

.sustainability-title-inner * {
  color: var(--white);
}

.sustainability-title-inner .row {
  max-width: 1428px;
  row-gap: 20px;
}

.sustainability-title-inner .common-text {
  max-width: 859px;
}

.sustainability-title-inner .common-detail {
  max-width: 859px;
}

.sustainability-title-main {
  background: var(--navy);
}

.sustainability-title-main .bg-overly-navy::after {
  display: none;
}

.sustainability-vector {
  position: absolute;
  top: 220px;
}

.solar-inner.bg-overly-navy {
  padding: 0 0 312px 0;
}

.solar-inner.bg-overly-navy::after {
  background-color: var(--sky);
}

.snoozle-outside-img-wrapper {
  margin: -232px 0 0 0;
}

.snoozle-outside-img * {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 640px;
  min-height: 640px;
}

.gallery-slider-main.sustainability-gallery-slider {
  margin: -224px 0 0 0;
  padding: 0 0 118px 0;
}

.solar-content .normal-title,
.solar-content .common-detail {
  color: var(--navy);
}

.solar-content .common-detail ul {
  display: flex;
  flex-wrap: wrap;
}

.solar-content .common-detail ul li {
  flex-basis: 48%;
  margin-bottom: 15px;
}

.solar-content .normal-title {
  max-width: 931px;
  margin-bottom: 48px;
}

.solar-content .sun-vector {
  position: absolute;
  right: 0;
}

.solar-content {
  padding: 80px 0 0 65px;
  max-width: 1260px;
  position: relative;
}

.solar-content .btn-common {
  margin: 40px auto 0 0;
}

/* sustainability page */

/*========== 404 Page Start ==========*/
.error-page .typography-main {
  text-align: center;
}

.typography-wrp {
  padding: 150px 0;
}

.typography-wrp .wrp-title {
  color: var(--navy);
  margin: 0 0 40px;
}

.typography-wrp .block-title {
  margin: 0 0 30px;
}

.typography-wrp .common-detail {
  margin: 0 0 30px;
}

.typography-wrp p a {
  color: var(--black);
}

.typography-wrp p a:hover {
  color: var(--navy);
  /* font-weight: 600; */
}

/*========== 404 Page End ==========*/

/*========== Typography Page Start ==========*/
.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}

.aligncenter {
  float: none;
  display: block;
  margin: 20px auto;
}

.alignleft {
  float: left;
  margin: 20px 40px 20px 0;
}

.typography-main .main-title {
  text-align: center;
}

.typography blockquote {
  padding-left: 19px;
  border-left: 8px solid var(--navy);
  margin: 0;
  margin-bottom: 11px;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.typography h1 {
  font-family: "SourceSerifProSemibold", sans-serif;
  font-size: 64px;
  line-height: 125%;
  letter-spacing: -0.03px;
}

.typography h2 {
  font-family: "SourceSerifProSemibold", sans-serif;
  font-size: 48px;
  /*h2*/
  line-height: 100%;
  letter-spacing: -0.03px;
}

.typography h3 {
  font-family: "SourceSerifProRegular", sans-serif;
  font-size: 48px;
  /*h2*/
  line-height: 114%;
  letter-spacing: -0.03px;
}

.typography h4 {
  font-family: "SourceSerifProSemibold", sans-serif;
  font-size: 36px;
  line-height: 109%;
  letter-spacing: -0.03px;
}

.typography h5 {
  font-family: "DM sans", sans-serif;
  font-size: 32px;
  line-height: 131%;
  font-weight: 400;
  letter-spacing: -0.03px;
}

.typography h6 {
  font-family: "DM sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.03px;
}

/*========== Typography Page End ==========*/

.privacy-policy-content ul li a:hover {
  color: var(--navy);
}

.privacy-policy-content .medium-text {
  margin: 40px 0;
}

.privacy-policy-content .common-detail h1,
.privacy-policy-content .common-detail h2,
.privacy-policy-content .common-detail h3,
.privacy-policy-content .common-detail h4 {
  font-size: clamp(28px, 24.6px + 1.0625vw, 45px);
  margin-bottom: clamp(20px, 18px + 0.625vw, 30px);
  margin-top: clamp(20px, 18px + 0.625vw, 30px);
  font-family: "SourceSerifProRegular", sans-serif;
}

.privacy-policy-block .common-detail>*:last-child {
  margin-bottom: 0;
}

.privacy-policy-content .common-detail hr {
  margin-top: clamp(25px, 20px + 1.5625vw, 50px);
  margin-bottom: clamp(25px, 20px + 1.5625vw, 50px);
}

.privacy-policy-content .common-detail a {
  color: var(--navy);
  text-decoration: underline;
}

.privacy-policy-content a {
  word-break: break-all;
}

.privacy-policy-content .common-detail a:hover {
  color: var(--black);
}

.privacy-policy-content .common-detail a[href="#top"] {
  text-decoration: none;
  font-weight: 600;
}

.wpcf7-not-valid-tip {
  font-size: 18px;
}

.footer-form .wpcf7-form.invalid .wpcf7-response-output {
  text-align: center;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0px;
  font-size: 20px;
  text-align: center;
}

.footer-form form .wpcf7-response-output {
  padding: 7px;
  font-size: clamp(17px, 16.4px + 0.1875vw, 18px);
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.spam .wpcf7-response-output {
  color: #dc3232;
}

.wpcf7-spinner {
  left: 50%;
  transform: translateX(-50%);
  margin: 20px 0 0 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.flatpickr-day.selected {
  background: var(--navy) !important;
  border-color: var(--navy) !important;
}

#which-hostel option {
  background-color: #f5f5f5;
  color: var(--navy);
  padding: 10px;
}

.wpcf7-form-control-wrap select {
  position: relative;
}

#wpcf7-f2119-p2118-o1 select#which-hostel {
  padding-right: 40px;
  /* space for arrow */
}

.wpcf7-form-control-wrap[data-name="which-hostel"] {
  position: static;
}

.wpcf7-form-control-wrap[data-name="which-hostel"]::after {
  content: "";
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="9" viewBox="0 0 14 9" fill="none"><path d="M12.7776 1.28497L6.77759 7.28497L0.777588 1.28497" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
  top: 15px;
  right: 0;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
}

.about-video-slider .about-vd {
  aspect-ratio: 748 / 958;
}

/* .about-video-slider .about-vd video {
  max-height:986px;
} */

.official-website-badge-wrapper {
  position: absolute;
  top: 64px;
  /* left: clamp(16px, 12vw, 232px); */
  width: 100%;

}

.official-website-badge {
  margin-left: 31px;
  max-width: 224px;
  display: inline-flex;


}