/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

button,
html,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  font-family: "Manrope", sans-serif;
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.error {
  color: red;
}

a {
  text-decoration: none;
}

/*
===============================================
    PAGE CSS START
===============================================
*/

.logo{
  position: absolute;
  bottom:35px;
  left:0;
  right:0;
  text-align: center;
  width:100%;
}

/* .home_banner img {
  height: 100vh;
  object-fit: cover;
} */

.home_banner video{
  height: 100vh;
    width: 100%;
    object-fit: cover;
}

.top_text {
  margin-top:-7px;
/*  background-color: #557867;*/
}

.top_text h2 {
  color: #fff;
  font-size: 40px;
  line-height: 55px;
}

.top_text p {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 0;
}

.special_offers h2 {
  color: #141414;
  font-size: 40px;
}

.special_offers .card {
  border: none;
}

.special_offers .card img {
  height: 580px;
  object-fit: cover;
  border-radius: 8px;
}

.special_offers .card .text {
  position: absolute;
  top: 50px;
  text-align: center;
  padding: 0 30px;
}

.special_offers .card .text h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
}

.special_offers .card .text hr {
  border-bottom: 3px solid #fff;
  opacity: 1;
  width: 25%;
  margin: 20px auto;
}

.special_offers .card .text p {
  font-size: 18px;
  color: #fff;
}

.offers_tc h4 {
  font-size: 19px;
}

.offers_tc p {
  font-size: 12px;
  line-height: 18px;
  width: 70%;
  margin: 0 auto;
}

.holiday_getaways {
  background-color: #F4F0BE;
}

.holiday_getaways h2 {
  color:#191919;
text-align:center;
vertical-align:text-top;
font-size:32px;
font-family:EB Garamond;
line-height:35px;
border-style:hidden;
outline:none;
padding-left: 70px;
padding-right: 70px;

}

.holiday_getaways p {
  font-size: 20px;
  color: #fff;
}

.holiday_getaways ul {
}

.holiday_getaways ul li {
}

.holiday_getaways ul li button.active {
  border-radius: 50px;
  color: #557867;
  background-color: #fff !important;
}

.holiday_getaways ul li button {
  font-size: 15px;
  color: #fff;
  border-radius: 50px;
  background-color: #6d8b7c !important;
  border: none;
  padding: 0 30px;
  height: 40px;
  align-items: center;
  display: flex;
  letter-spacing: 1.5;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 5px;
}

.holiday_getaways .tab-content {
}

.holiday_getaways .tab-content .card {
  border: none;
  height: 580px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.holiday_getaways .tab-content .card img {
  height: 290px;
  border-radius: 8px;
}

.holiday_getaways .tab-content .card .text {
  height: 145px;
}

.holiday_getaways .tab-content .card h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.holiday_getaways .tab-content .card p {
  font-size: 14px;
  color: #000;
  line-height: 18px;
  margin-bottom: 0;
}

.holiday_getaways .tab-content .card label {
  font-size: 13px;
  border: 1px solid #e2e2e2;
  text-align: center;
  padding: 15px 0;
  text-transform: uppercase;
}

.holiday_getaways .tab-content .card label span {
  font-weight: 700;
}

.holiday_getaways .tab-content .card a button {
  background-color: #1a1a1a;
  color: #fff;
  height: 45px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  border-radius: 50px;
  margin-top: 20px;
  padding: 0 20px;
  font-size: 15px;
  width: 145px;
  justify-content: center;
}

.holiday_getaways .tab-content .card a button:hover {
  background-color: #373737;
}

footer .social-media {
  display: flex;
  justify-content: center;
}
footer .social-media a {
  font-size:14px;
  color:#303030;
  margin-right:30px;
  font-weight: 700;
}
footer .social-media a i{
  color:#617F71;
  font-size: 20px;
  margin-right:5px;
}

footer .contact {
  background-color: #e6ebe8;
  border-radius: 40px;
  height: 70px;
  width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:40px auto;
}

footer .contact a {
  font-size:20px;
  color:#303030;
}

footer .contact a span{
  font-weight: 700;
}

footer p {
  font-size:16px;
  margin-bottom: 0;
}

/* Contact Us */
.contact {
  float: left;
  width: 100%;
  background-color: #CFC792;
  padding: 60px 0px;
}

.contact h2 {
  color:#191919;
text-align:center;
vertical-align:text-top;
font-size:32px;
font-family:EB Garamond;
line-height:35px;
border-style:hidden;
outline:none;
padding-left: 70px;
padding-right: 70px;
}

.contact .form-wrap {
  margin: auto;
}
.contact .form-wrap .error {
  color: red;
}
.contact .form-wrap input {
  border: 1px solid #bebebe;
  border-radius: 3px;
  min-height: 57px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Quattrocento", sans-serif;
}
.contact .form-wrap textarea {
  border: 1px solid #bebebe;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Quattrocento", sans-serif;
}
.contact .form-wrap select {
  border: 1px solid #bebebe;
  border-radius: 3px;
  min-height: 57px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Quattrocento", sans-serif;
  margin-bottom: 1rem;
  color: #848484 !important;
  padding: 0px 15px;
}
.contact .form-wrap .resort {
  border: 1px solid #bebebe;
  background-color: #fff;
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  min-height: 57px;
  font-size: 15px;
  font-family: "Quattrocento", sans-serif;
  font-weight: 600;
  width: 20%;
  text-align: center;
  padding: 15px 0px;
  float: left;
  color: #848484;
}
.contact .form-wrap #property {
  width: 80%;
  float: right;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.contact .form-wrap .about-us {
  border: 1px solid #bebebe;
  background-color: #fff;
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  min-height: 57px;
  font-size: 15px;
  font-family: "Quattrocento", sans-serif;
  font-weight: 600;
  width: 45%;
  text-align: center;
  padding: 15px 0px;
  float: left;
  color: #848484;
}
.contact .form-wrap #aboutUs {
  width: 55%;
  float: right;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.contact .form-wrap input[type="submit"] {
  width: 100%;
  background-color: #5e4a22;
  font-size: 17px;
}

.contact .form-wrap input[type="submit"]:hover {
  background-color: #3e3434;
}



@media (min-width: 768px) and (max-width: 991px) {
  .contact .form-wrap .about-us {
    width: 50%;
  }
  .contact .form-wrap #aboutUs {
    width: 50%;
  }
}


@media (max-width: 767px) {
  .contact {
    padding: 30px 15px;
  }
  .contact .form-wrap input {
    font-size: 12px;
    min-height: 40px;
  }
  .contact .form-wrap select {
    font-size: 12px;
    min-height: 35px;
    margin-bottom: 0;
  }
  .contact .form-group {
    margin-bottom: 10px;
  }
  .contact .container {
    padding: 0;
  }
  .contact label {
    font-size: 14px;
  }
  .contact .form-wrap .resort {
    font-size: 14px;
    min-height: 40px;
    padding: 8.5px 0px;
  }
  .contact .form-wrap .about-us {
    font-size: 14px;
    min-height: 40px;
    padding: 9px 0px;
  }
  .contact .form-wrap input[type="submit"] {
    font-size: 15px;
  }

  .form-row{
    display: grid !important;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }

}


@media (max-width: 480px) {
  .contact .form-wrap #aboutUs {
    width: 50%;
  }
  .contact .form-wrap .about-us {
    font-size: 13px;
    min-height: 40px;
    padding: 9px 0px;
    width: 50%;
  }
}

.form-row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-group {
    margin-bottom: 1rem;
}

.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

textarea.form-control {
    height: auto;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}