body {
  /* font-family: 'Playfair Display', sans-serif; */
  /* font-family: 'Merriweather', sans-serif; */
  /* font-family: 'Helvetica Neue', sans-serif;
  font-family: 'Helvetica 25 UltraLight', sans-serif;
  font-family: 'Helvetica 35 Thin', sans-serif;
  font-family: 'Helvetica 45 Light', sans-serif; */
  /* font-family: 'Helvetica 55 Roman', sans-serif; */
  /* font-family: 'Helvetica 65 Medium', sans-serif;                               */
  /* font-family: 'Open Sans', sans-serif;
  font-family: 'Open Sans Light', sans-serif;
  font-family: 'Open Sans Condensed', sans-serif; */
  /* font-family: 'Quincy', sans-serif; */
  /* font-family: "Haunting Attraction", sans-serif; */

  color: black;

}
h1,
h2,
h3,
h4, h5,h6 {
  /* font-family: "Haunting Attraction", sans-serif; */
  font-family: 'Playfair Display', sans-serif;

  letter-spacing: 1.5px;

}

.font-20{
  font-size:20px;
}
.font-14{
  font-size:14px;
}
.font-weight-700{
  font-weight:700;
}
.text-black{
  color:black;
}
.filterDiv{
  display: none;
}
/* Style the buttons */

.btnz {
  border: 1px solid;
  margin: 2px;
  outline: none;
  padding: 12px 16px;
  background-color: #fff;
  cursor: pointer;
}
.btnz:hover {
  background-color: #0062cc;
}

.btnz.active {
  background-color: #0062cc;
  color: white;
}
label {
  color: black;
  font-weight: 700;
}
.bg-black {
  background: black;
}
.bg-footer {
  background-image: url("../img/footer-bg.png");
}
.bg-fire{
  background: #70e1f5;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ffd194, #70e1f5);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ffd194, #70e1f5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.bg-redblack-grad{
  background: #556270;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FF6B6B, #556270);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FF6B6B, #556270); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.bg-virgin-grad{
  background: #C9FFBF;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFAFBD, #C9FFBF);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFAFBD, #C9FFBF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.bg-pintnoir-grad{
  background: #4b6cb7;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #182848, #4b6cb7);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #182848, #4b6cb7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
    .loader{
    width: 150px;
    height: 150px;
    margin: 40px auto;
    transform: rotate(-45deg);
    font-size: 0;
    line-height: 0;
    animation: rotate-loader 5s infinite;
    padding: 25px;
    border: 1px solid #cf303d;
}
.loader .loader-inner{
    position: relative;
    display: inline-block;
    width: 50%;
    height: 50%;
}
.loader .loading{
    position: absolute;
    background: #cf303d;
}
.loader .one{
    width: 100%;
    bottom: 0;
    height: 0;
    animation: loading-one 1s infinite;
}
.loader .two{
    width: 0;
    height: 100%;
    left: 0;
    animation: loading-two 1s infinite;
    animation-delay: 0.25s;
}
.loader .three{
    width: 0;
    height: 100%;
    right: 0;
    animation: loading-two 1s infinite;
    animation-delay: 0.75s;
}
.loader .four{
    width: 100%;
    top: 0;
    height: 0;
    animation: loading-one 1s infinite;
    animation-delay: 0.5s;
}
@keyframes loading-one {
    0% {
        height: 0;
        opacity: 1;
    }
    12.5% {
        height: 100%;
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        height: 100%;
        opacity: 0;
    }
}
@keyframes loading-two {
    0% {
        width: 0;
        opacity: 1;
    }
    12.5% {
        width: 100%;
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        width: 100%;
        opacity: 0;
    }
}
@keyframes rotate-loader {
    0% {
        transform: rotate(-45deg);
    }
    20% {
        transform: rotate(-45deg);
    }
    25% {
        transform: rotate(-135deg);
    }
    45% {
        transform: rotate(-135deg);
    }
    50% {
        transform: rotate(-225deg);
    }
    70% {
        transform: rotate(-225deg);
    }
    75% {
        transform: rotate(-315deg);
    }
    95% {
        transform: rotate(-315deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}
/* .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
} */
.preloader {
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.2s linear;
  width: 100%;
  z-index: 9999;
}
#header-main .navbar-brand img {
  height: 70px;
}
#header-main {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
#main-nav a:hover, #main-nav a.active,
#main-nav a:focus {
  color: #e04343;
}
.custom-border-bottom {
  border-bottom: 2px solid #da0000;
}
#icon-list a {
  display: inline-block;
  padding: 0 0.2em;
  margin: 0 15px;
  text-align: center;
  font-size: 1.2em;
  color: #353535;
  border-bottom: 0.5px dashed;
}
#icon-list a span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.5em;
  font-weight: 700;
  padding-top: 0.5em;
}
.bg-footer {
  background-color: #001227;
}
#carouselExampleCaptions img {
  height: 550px;
}
.rounded-edges {
  border-radius: 18px;
}

#packarticles article img {
  height: 270px;
}
#hotelarticles article img {
  height: 270px;
}
#carouselfade img {
  height: 512px;
}
#carouselfadeTest img {
  height: 100px;
}

/* a.btn.cots {
  font-family: ;
} */
.activity-item {
  border: none;
  text-align: center;
  padding: 15px;
}
.activity-item .activity-icon {
  margin-bottom: 15px;
}

.activity-item h4 {
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
}
.activity-item a {
  color: white;
}
/* testimonials */
#testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg")
    no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
/* .offer {
    background: url("../img/testimonials-bg.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
} */
#testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
/* Contact */
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgb(214 215 216 / 30%);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgb(214 215 216 / 40%);
  padding: 30px;
}
.contact .php-email-form button[type="submit"] {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.bg-form-tran {
  background: #ffffff54;
}
.btn-black {
  /* background-image: radial-gradient(
    circle 905.6px at 4.9% 7.9%,
    rgba(218, 0, 0, 1) 14.1%,
    rgba(168, 2, 144, 1) 65%,
    rgba(102, 2, 110, 1) 90%
  ) !important; */
  background:linear-gradient(45deg,  #107062, #0a9d56, #D0E9EA);
  color: #fff;
  padding: 9px 15px !important;
  border-radius: 5px !important;
  margin-right: 15px !important;
  font-size: 18px !important;
  margin-top: -2px;
  line-height: 20px !important;
  height: 40px !important;
  border-radius: 3px 3px 0 0;
  color: #fff;
  cursor: pointer;
  right: -55px;
  position: fixed;
  text-align: center;
  top: 45%;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  width: auto;
  z-index: 9999;
}
.section-image {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.section-header {
  position: relative;
  padding-top: 10rem;
}

.overlay-primary:before {
  position: absolute;
  content: "";
  background: #0d1b484d;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 0;
}
.checked {
  color: orange;
}
.image-xs {
  height: 4.5rem;
}

.image-lg {
  height: 12rem;
}

.fh-400 {
  height: 400px !important;
}

.outer-bg {
  position: relative;
  overflow: hidden;
}

.outer-bg .inner-bg {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-in-out;
}

.outer-bg .inner-bg:before {
  transition: all 0.3s ease-in-out;
}

.overlay-dark:before {
  position: absolute;
  content: "";
  background: #0d1b4899;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 0;
}

.outer-bg:hover .inner-bg {
  transform: scale(1.1);
}

.outer-bg:hover .inner-bg:before {
  background: 0 0;
}
.input-group-text {
  background-color: white;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #000000;
  float: left;
  width: 44px;
  height: 44px;
  background: rgb(0 0 0 / 13%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #493c3e;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #816a6e;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: black;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message,
.card-body .php-emailenq-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message,
.card-body .php-emailenq-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading,
.card-body .php-emailenq-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before,
.card-body .php-emailenq-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #005079;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #d3251d;
  border: 0;
  padding: 10px 28px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: black;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Enquire
--------------------------------------------------------------*/

.enquire .info i {
  font-size: 20px;
  color: #000000;
  float: left;
  width: 44px;
  height: 44px;
  background: rgb(0 0 0 / 13%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.enquire .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #493c3e;
}

.enquire .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #816a6e;
}

.enquire .info .email,
.enquire .info .phone {
  margin-top: 40px;
}

.enquire .info .email:hover i,
.enquire .info .address:hover i,
.enquire .info .phone:hover i {
  background: black;
  color: #fff;
}

.enquire .php-email-form .form-group {
  padding-bottom: 8px;
}

.enquire .php-email-form .error-message,
.card-body .php-emailenq-form .error-message {
  display: none;
  color: #fff;
  background: black;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.enquire .php-email-form .error-message br + br {
  margin-top: 25px;
}

.enquire .php-email-form .sent-message,
.card-body .php-emailenq-form .sent-message {
  display: none;
  color: #fff;
  background: #cb0e20;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.enquire .php-email-form .loading,
.card-body .php-emailenq-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.enquire .php-email-form .loading:before,
.card-body .php-emailenq-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cb0e20;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

/* .enquire .php-email-form input,
.enquire .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.enquire .php-email-form input:focus,
.enquire .php-email-form textarea:focus {
  border-color: #005079;
} */

/* .enquire .php-email-form input {
  height: 44px;
}

.enquire .php-email-form textarea {
  padding: 10px 12px;
} */

.enquire .php-email-form button[type="submit"] {
  background: #d3251d;
  border: 0;
  padding: 10px 28px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.enquire .php-email-form button[type="submit"]:hover {
  background: black;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* Package Page */
.inclusion {
  list-style: none;
  /* width: 350px; */
  /* background: #f0efec; */
  /* padding: 30px; */
  border-radius: 4px;
}
.inclusion ul{
  list-style: none;
  padding: inherit;
}
.inclusion li {
  padding: 10px;
  background: antiquewhite;
  margin-bottom: 5px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.inclusion ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  color:#000000;
  font-size: large;
  font-weight: 700;
  letter-spacing: 10px;
}
/*Exclusion*/
.exclusion {
  list-style: none;
  /* width: 350px; */
  /* background: #ecf5ff; */
  /* padding: 30px; */
  border-radius: 4px;
}
.exclusion ul{
  list-style: none;
  padding: inherit;
}
.exclusion li {
    padding: 10px;
  background: antiquewhite;
  margin-bottom: 5px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.exclusion ul li::before {
  content: "\f057";
  font-family: "Font Awesome 6 Free";
  color:#000000;
  font-size: large;
  font-weight: 700;
  letter-spacing: 10px;
}

@media (max-width: 768px) {
  #icon-list a {
    text-align: left;
    width: -webkit-fill-available;
  }
  #icon-list a {
    padding: 10px 0;
  }
  #icon-list a span {
    display: inline-block;
  }
}
/* ::-webkit-calendar-picker-indicator {
  background-image: url("../img/Calendar-icon.png");
  background-position:left;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  color: rgba(204, 204, 204, 0);
  display: flex;
  flex-direction: row-reverse;
} */
/* input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 5%;
}

input::-webkit-datetime-edit {
  position: relative;
  left: 15px;
}

input::-webkit-datetime-edit-fields-wrapper {
  position: relative;
  left: 15px;
} */
