/* ============== TABLE OF CONTENTS ============== */

/* 1. GENERAL STYLES
*/

/* ================================================ */

/* || 1. GENERAL STYLES */

/* ===== Typography ===== */

@font-face {
  font-family: "Kiona Bold";
  src: url("../fonts/Kiona-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Kiona Regular";
  src: url("../fonts/Kiona-Regular.ttf") format("truetype");
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

/* ===== General ===== */

nav,
footer,
.secondary-heading {
  font-family: "Kiona Regular" !important;
}

.primary-colour {
  color: #e2d7c5 !important;
}

.secondary-colour {
  color: #65665e;
}

.primary-border {
  border: 2px solid #e2d7c5 !important;
}

.ternary-colour-bg {
  background-color: rgb(226, 215, 197);
}

.secondary-border {
  border: 2px solid #65665e !important;
}

.invalid-feedback {
  color: #ed6c79 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.main-container {
  max-width: 1370px !important;
  margin: 0 auto;
  overflow-x: hidden;
}

/* .primary-colour-bg {
	background-color: #65665e !important;
} */

.nav-container,
.search-bar-container,
.contact-us-container,
footer {
  background-color: #65665e;
}

.nav-container {
  padding: 1.5rem !important;
}

@media (max-width: 767px) {
  .nav-container {
    background-color: white;
    padding: 0 !important;
  }
}

.nav-item--text {
  margin-right: 5rem;
}

.nav-link {
  color: #e2d7c5 !important;
}

@media (max-width: 991px) {
  .nav-link {
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  .nav-link {
    color: #65665e !important;
    font-size: unset !important;
  }

  .navbar-nav {
    margin-left: 1rem;
  }
}

.cta-container {
  border: 1px solid #e2d7c5;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 778px) {
  .cta-container {
    padding-left: unset;
    padding-right: unset;
  }
}

@media (max-width: 767px) {
  .cta-container {
    width: fit-content;
    margin-bottom: 1.5rem;
  }
}

.cta-button {
  display: block;
  background-color: rgb(226, 215, 197);
  padding: 0.5rem;
  text-decoration: none;
  text-align: center;
  color: #65665e;
  transition: 0.2s;
  width: fit-content;
  font-size: 18px;
}

.cta-button:hover {
  background-color: #cbc2b1;
  color: #65665e;
  cursor: pointer;
}

.font-size-small {
  font-size: 16px !important;
}

.font-size-medium {
  font-size: 18px;
}

.font-size-big {
  font-size: 20px;
}

/* ====== Logo ====== */

.logo-image-container {
  height: 320px !important;
}

@media (max-width: 1199px) {
  .logo-image-container {
    height: 240px !important;
  }
}

@media (max-width: 991px) {
  .logo-image-container {
    height: 180px !important;
  }
}

@media (max-width: 767px) {
  .logo-image-container--2 {
    display: none !important;
  }
}

.small-logo {
  display: none;
  height: 80px !important;
}

@media (max-width: 767px) {
  .small-logo {
    display: block;
  }
}

/* ====== Banner image ====== */

.banner-img-container {
  position: relative;
}

.logo-img--transparent {
  position: absolute;
  top: 21%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .logo-img--transparent {
    display: none;
  }
}

/* ===== Search bar container ===== */

.search-bar-container {
  padding: 3rem;
}

@media (max-width: 991px) {
  .search-bar-container {
    padding: 2rem;
  }

  .search-button-container {
    margin-top: 2rem !important;
  }
}

@media (max-width: 576px) {
  .col-custom-fw {
    flex: 0 0 auto;
    width: 100%;
  }

  .col-custom-fw label {
    margin-top: 1rem !important;
  }
}

/* ===== About us section ===== */

.about-us-container {
  font-size: 20px;
  padding: 3rem;
  width: 85%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .about-us-container {
    width: unset;
  }
}

@media (max-width: 576px) {
  .about-us-container {
    padding: 1rem;
  }
}

.secondary-heading {
  font-size: 32px;
  text-transform: uppercase;
  padding: 0.5rem 2.1rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 576px) {
  .secondary-heading {
    margin-top: 2rem;
  }
}

#ourProperties {
  background-image: url(../img/Shore-And-Country-properties.png);
  background-position: center;
  background-size: cover;
  padding: 3rem;
}

.our-properties-container {
  font-size: 20px;
  padding: 3rem;
  width: 75%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {
  .our-properties-container {
    width: unset;
  }
}

@media (max-width: 767px) {
  #ourProperties {
    padding: 1rem;
  }
  .our-properties-container {
    padding: 2rem;
  }
}

@media (max-width: 576px) {
  .our-properties-container {
    padding: 1rem;
  }
}

/* ===== Contact us section ===== */

.contact-us-secondary-heading {
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  transform: skew(155deg);

  width: 75%;
}

@media (max-width: 1200px) {
  .contact-us-secondary-heading {
    border-left: unset;
    border-right: unset;
    margin-top: 1rem !important;
    margin-bottom: 1rem;
  }
}

.contact-us-secondary-heading-link {
  display: block;
  transform: skew(-155deg);
}

.contact-us-form {
  width: 50%;
}

@media (max-width: 992px) {
  .contact-us-form {
    width: 75%;
  }
}

@media (max-width: 576px) {
  .contact-us-form {
    width: 85%;
  }
}

/* Slider */

.slider-container {
  /* width: 60vw; */
  /* width: 39vw; */
  width: 24vw;
  margin: auto;
  position: relative;
}

.slider {
  display: inline-flex;
  height: 100%;
}

.leftBtn,
.rightBtn {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 1.5rem;
  background-color: #299dd3;
  border-radius: 50%;
  width: 3rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.leftBtn:hover,
.rightBtn:hover {
  background-color: #217ea9;
}

.leftBtn {
  left: -4rem;
}

.rightBtn {
  right: -4rem;
}

.testimonial-wrap {
  /* width: 60vw; */
  width: 24vw;
  height: 100%;
  font-family: "Baskervville", serif;
  text-align: left;
  position: relative;
}

.testimonial {
  /* background-color: lightgray; */
  /* padding: 40px 56px; */
  /* margin: 0px 40px; */
  /* margin: 0px 8px; */
  position: relative;
  text-align: center;
  /* height: 350px;
	min-height: 270px; */
  transition: 0.4s;
  /* margin-top: 25px; */
}

.active-testimonial {
  /* height: 400px; */
  /* color: #5C5C5C;
	margin-top: 0px; */

  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.testimonial-icon-wrap {
  background-color: #299dd3;
  width: 3rem;
  height: 3rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  position: absolute;
  bottom: -40px;
  color: white;
  text-align: center;
  font-size: 1.5rem;
  /* padding-top: 5px; */
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.go-to-top {
  position: fixed;
  right: 3%;
  bottom: 3%;
  display: none;
  z-index: 1000000;
}

.active {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .mw-1100 {
    max-width: 1100px !important;
  }
}

/* #gallery {
	margin-right: 2rem !important;
	margin-left: 2rem !important;
} */

@media (max-width: 576px) {
  #gallery {
    margin-top: 0.5rem !important;
  }
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 4rem !important;
  height: 4rem !important;
}

@media (max-width: 576px) {
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 2rem !important;
    height: 2rem !important;
  }
}

.btn-primary-hover-h:hover {
  background-color: #e2d7c5 !important;
  color: #65665e !important;
}

.btn-primary-hover-h:hover a {
  /* background-color: #e2d7c5 !important; */
  color: #65665e !important;
}

.btn-primary-hover-i:hover {
  background-color: #65665e !important;
}

.footer-icon {
  margin-top: 0.25rem;
  margin-right: 0.25rem;
}

.w-33 {
  width: 33% !important;
}

/* test */

.test-div {
  width: 50px;
  background-color: peachpuff;
}

/* .box--container {
	margin-left: 160px !important;
} */

.box--1 {
  justify-content: end;
}

.box--1 p {
  margin-right: 30px;
}

.box--3 {
  justify-content: start;
}

.box--3 p {
  margin-left: 30px;
}

/* @media (max-width: 1400px) {
	.box--1 p {
		margin-right: 10px;
	}
	.box--3 p {
		margin-left: 10px;
	}

} */

@media (min-width: 1200px) and (max-width: 1400px) {
  .box--1 p {
    margin-right: 10px;
  }
  .box--3 p {
    margin-left: 10px;
  }
  .container--1250 {
    max-width: 1250px !important;
    /* background-color: red !important; */
  }

  /* .box--container {
		margin-left: 160px !important;
	} */
}

@media (max-width: 1200px) {
  .box--1 {
    justify-content: center;
  }

  .box--1 p {
    margin-right: unset;
    justify-content: center;
  }

  .box--3 {
    justify-content: center;
  }

  .box--3 p {
    margin-left: unset;
    justify-content: center;
  }

  .box--container {
    margin-left: unset !important;
  }
}

/* Property information */

.property-information-container {
  font-size: 20px;
  width: 50%;
}

#testDiv {
  width: 50%;
}

@media (max-width: 991px) {
  .property-information-container,
  #testDiv {
    width: 100%;
  }
}

.property__gallery {
  gap: 16px;
  /* margin-left: 2rem;
	margin-right: 2rem; */
}

.property__gallery > div {
  width: 50%;
}

@media (max-width: 767px) {
  .property__gallery {
    flex-direction: column;
  }
  .property__gallery > div {
    width: unset;
  }
}

.property__gallery-icon {
  width: 28px;
  margin-left: -7px;
  margin-right: 2px;
}

.parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.parent .div1 img,
.parent .div2 img,
.parent .div3 img,
.parent .div4 img,
.parent .div5 img {
  transition: all 0.3s ease;
}

.parent .div1,
.parent .div2,
.parent .div3,
.parent .div4,
.parent .div5 {
  overflow: hidden;
}

.parent .div1 > img:hover,
.parent .div2 > img:hover,
.parent .div3 > img:hover,
.parent .div4 > img:hover,
.parent .div5 > img:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.div1 {
  grid-area: 1 / 1 / 2 / 2;
}
.div2 {
  grid-area: 1 / 2 / 2 / 3;
}
.div3 {
  grid-area: 2 / 1 / 3 / 2;
}
.div4 {
  grid-area: 2 / 2 / 3 / 3;
}

.dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
}

@media (max-width: 575px) {
  .dot {
    display: none;
  }
}

.services-information-container {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-top: 2px solid #e2d7c5;
  border-bottom: 2px solid #e2d7c5;
}

.services-inner {
  /* align-items: baseline; */
  gap: 1rem;
  font-size: 18px;
}

.services-icon-container {
  margin-top: 0.5rem;
}

.services-inner-heading {
  font-size: 18px;
}

.services-inner-text {
  font-size: 16px;
}

.services-long-container {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid #e2d7c5;
  font-size: 18px;
}

.services-long-btn {
  margin-top: 2rem;
  width: fit-content;
  gap: 0.5rem;
  cursor: pointer;
}

.services-long-btn:hover .read-more-icon {
  animation: moveToRight 0.7s ease-out;
}

@keyframes moveToRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}

.availability-box {
  height: fit-content;
  padding: 4rem;
  margin: 4rem;
  /* margin-right: 2rem; */
  box-shadow: -2px 7px 28px 0px rgba(213, 213, 213, 1);
  max-width: 600px;
  right: 14%;
  bottom: 10%;
}

@media (max-width: 1200px) {
  .availability-box {
    padding: 2rem;
    margin: 2rem;
  }
}

@media (max-width: 991px) {
  .availability-box {
    margin: 1rem auto;
  }
}

.availability__price {
  font-size: 20px;
}

.availability__footer {
  font-size: 18px;
}

.availability__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid #65665e;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  .availability__grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
}

.availability__grid input,
.availability__grid select {
  background-color: transparent;
  border: 0;
  width: 100%;
}

/* @media (max-width: 991px) {
	.availability__grid input, 
	.availability__grid select {
		width: 100%;
	}
} */

.availability__grid-item-1,
.availability__grid-item-2,
.availability__grid-item-3 {
  border: 0;
  padding: 0.8rem;
}

.availability__grid-item-1 {
  border-right: 2px solid #65665e;
  border-bottom: 2px solid #65665e;
}

@media (max-width: 991px) {
  .availability__grid-item-1 {
    border-right: unset;
  }
}

.availability__grid-item-2 {
  /* border-right: 2px solid #65665e; */
  border-bottom: 2px solid #65665e;
}

/* .availability__grid-item-3 {
	border-top: 2px solid #65665e;
} */

/* .availability__grid-item-1 { grid-area: 1 / 1 / 2 / 2; }
.availability__grid-item-2 { grid-area: 1 / 2 / 2 / 3; } */
.availability__grid-item-3 {
  grid-area: 2 / 1 / 3 / 3;
}

@media (max-width: 991px) {
  .availability__grid-item-3 {
    grid-area: unset;
  }
}

.availability__button {
  display: block;
  background-color: rgb(226, 215, 197);
  margin-top: 1rem;
  padding: 0.5rem;
  text-decoration: none;
  text-align: center;
  color: #65665e;
  font-weight: 700;
  width: 100%;
  font-size: 16px;
}

.availability__button-subheader {
  font-size: 14px;
}

.information {
  gap: 3rem;
}

@media (max-width: 1199px) {
  .information {
    gap: 1rem;
  }
  .information__subheading {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .information__subheading {
    flex-wrap: wrap;
  }
}

.information__subheading p {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .information__subheading p {
    width: 50%;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 991px) {
  .information {
    gap: 1rem;
    flex-direction: column;
  }
}

.information__room {
  font-size: 18px;
}

.information__room-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

@media (max-width: 1200px) {
  .information__room-row {
    gap: 1rem;
  }
}

@media (max-width: 575px) {
  .information__room-row {
    gap: 0.5rem;
  }
}

.information__room-column {
  background-color: #65665e;
  /* padding: 1.5rem; */
  color: #e2d7c5 !important;
  /* margin: 1rem; */
  width: 32%;
}

@media (max-width: 575px) {
  /* .information__room-column {
		padding: .5rem;
		font-size: 16px;
	} */

  .information__room-column {
    padding: 0;
  }
}

.information__room-column-icon {
  width: 96px;
}

@media (max-width: 575px) {
  .information__room-column-icon {
    width: 80px;
  }
}

.information__room-column-text {
  margin-left: 21px;
  margin-bottom: 16px;
  margin-top: -12px;
  font-size: 16px;
}

.information__room-column-text--last {
  margin-left: 17px;
}

@media (max-width: 575px) {
  .information__room-column-text {
    font-size: 14px;
  }
}

@media (max-width: 399px) {
  .information__room-column-icon {
    width: 64px;
  }
  .information__room-column-text {
    font-size: 11px;
    margin-left: 14px;
  }

  .information__room-column-text--last {
    margin-left: 11px;
  }
}

.information__icon {
  font-size: 36px;
  margin-bottom: 1rem;
}

@media (max-width: 575px) {
  .information__icon {
    font-size: 24px;
    margin-bottom: 0.5rem;
  }
}

.location {
  font-size: 18px;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-top: 2px solid #e2d7c5;
}

.location__input {
  font-size: 16px;
  border: 2px solid rgb(226, 215, 197) !important;
  border-radius: unset !important;
}

.location__button {
  font-size: 18px;
}

.information-modals {
  font-size: 18px;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-top: 2px solid #e2d7c5;
  border-bottom: 2px solid #e2d7c5;
}

@media (max-width: 991px) {
  .btn--small-margin {
    margin-bottom: 3rem;
  }
}

.reviews {
  font-size: 18px;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}

.reviews__header,
.header-ternary {
  font-size: 20px;
  font-weight: 700;
  color: #65665e !important;
}

.reviews__subheader {
  font-size: 18px;
  font-weight: 700;
  color: #65665e !important;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.reviews__line {
  width: 36px;
  height: 0;
  border: 2px solid #65665e;
}

.reviews__rating {
  color: #65665e !important;
}

.reviews__cards .card {
  border: unset;
  border-radius: unset;
  color: #65665e;
  padding: 1rem;
  box-shadow: -2px 7px 28px 0px rgb(213 213 213);
}

@media (max-width: 991px) {
  .reviews__cards .card .card-body {
    padding: 0.5rem;
  }
}

@media (max-width: 767px) {
  .card--small-margin {
    margin-bottom: 1.5rem;
  }
}

.reviews__cards-subheader {
  font-size: 16px;
}

.cards__image {
  border-radius: 50%;
  width: 63px;
  height: 63px;
  margin-right: 1rem;
}

#endObs {
  background-color: red;
}

.footer--border-top {
  border-top: 2px solid #e2d7c5;
}

/**********Confirm page ***********/

.information__personal {
  font-size: 20px;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-top: 2px solid #e2d7c5;
  /* border-bottom: 2px solid #e2d7c5; */
}

.information__personal label {
  font-size: 18px;
  font-weight: 700;
}

.information__personal select,
.information__personal input {
  font-size: 16px;
  border: 2px solid rgb(226, 215, 197);
  border-radius: unset;
}

.property,
.information,
.location,
.information-modals,
.reviews {
  margin-left: 2rem;
  margin-right: 2rem;
}

@media (max-width: 575px) {
  .property,
  .information,
  .location,
  .information-modals,
  .reviews {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.primary-header-confirm {
  padding: 6rem 1.5rem 1rem;
  font-size: 24px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 6rem;
}

@media (max-width: 1200px) {
  .primary-header-confirm {
    padding: 3rem 1rem 1rem;
    gap: 3rem;
  }
}

.primary-header-confirm a:hover {
  color: #33332f;
}

.secondary-header-confirm {
  border-top: 2px solid #e2d7c5;
  padding-top: 2rem;
  font-size: 20px;
}

.availability--confirm-header-reviews {
  font-size: 14px;
  gap: 1rem;
}

.availability--confirm-header-reviews i {
  margin-bottom: 4px;
}

.availability--confirm-details-1 {
  padding: 2rem 0 0;
  border-top: 2px solid #65665e;
}
.availability--confirm-details-2 {
  padding: 2rem 0 1rem;
  border-top: 2px solid #65665e;
  border-bottom: 2px solid #65665e;
}

.label__icon {
  border: 2px solid rgb(226, 215, 197);
  padding: 0.5rem;
  padding-left: 0.75rem;
  border-right: 0;
  font-size: 20px;
}
