/*! 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;
}
