@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&display=swap");
body {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 15px;
  width: 100%;
  overflow-x: hidden;
  color: #2C3F57;
  background-color: #FFF;
}

.text-center h2.pagetitle {
	 background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}

@media (max-width: 992px) {
  .container {
    max-width: 800px !important;
  }
}
h1, h2, h3, .h1, .h2, .h3 {
  font-family: "Playfair Display", serif;
}

h1, .h1 {
  font-size: 3rem;
}
@media (max-width: 992px) {
  h1, .h1 {
    font-size: 2rem;
  }
}

p {
  font-size: 15px;
  line-height: 1.8;
}
@media (max-width: 992px) {
  p {
    font-size: 13px;
  }
}

textarea {
  resize: none;
}

a, a[href], a:hover, a[href]:hover {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul li {
  list-style-type: none;
}

input:focus, button:focus, .btn:focus, a:focus, select:focus, textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}

.p-relative {
  position: relative !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.rounded-lg {
  border-radius: 0.8rem !important;
}

.rounded-xl {
  border-radius: 1.2rem !important;
}

.text-blue {
  color: #3bb3c3 !important;
}

.text-underline {
  text-decoration: underline !important;
}

.bg-black {
  background-color: #000;
}

.bg-lightBlue {
  background-color: #ebf8fa;
}

.bg-blue {
  background-color: #3bb3c3;
}

.parallax-bg {
  background-image: url(../images/parallax-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.bg-products-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(../images/bg-products.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 99% auto;
  opacity: 0.3;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.bg-about-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(../images/bg-about.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 50% auto;
  opacity: 0.15;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: 9;
}

/*BUTTONS*/
.btn-sm {
  padding: 0.65rem 0.8rem !important;
  font-size: 0.8rem !important;
  border: 1px solid #3bb3c3;
}

.btn-lg {
  padding: 0.5rem 1.5rem !important;
  font-size: 1.1rem !important;
}

.btn-blue {
  padding: 12px 22px;
  font-size: 0.9rem;
  font-weight: 600;
  /* border-radius: 25px; */
  color: #fff !important;
  border: 2px solid #3bb3c3;
  background: #3bb3c3;
  text-transform: uppercase;
  transition: all 300ms linear !important;
}
.btn-blue:hover {
  background-color: transparent;
  color: #3bb3c3 !important;
  border: 2px solid #3bb3c3;
}

.btn-blue-transparent {
  padding: 12px 22px;
  font-size: 0.9rem;
  font-weight: 600;
  /* border-radius: 25px; */
  color: #3bb3c3 !important;
  border: 2px solid #3bb3c3;
  background: transparent;
  text-transform: uppercase;
  transition: all 300ms linear !important;
}
.btn-blue-transparent:hover {
  background: #3bb3c3;
  border: 2px solid transparent;
  color: #fff !important;
}

.btn.btn-white {
  padding: 12px 22px;
  font-size: 0.9rem;
  font-weight: 600;
  /* border-radius: 25px; */
  color: #222 !important;
  border: 2px solid #fff;
  background-color: #fff;
  text-transform: uppercase;
  transition: all 300ms linear !important;
}
.btn.btn-white:hover {
  border: 2px solid #3bb3c3;
  color: #3bb3c3 !important;
}
@media (max-width: 992px) {
  .btn.btn-white {
    padding: 7px 15px !important;
    font-size: 0.8rem !important;
  }
}

.btn.btn-white-transparent {
  padding: 12px 22px;
  font-size: 0.9rem;
  font-weight: 600;
  /* border-radius: 25px; */
  color: #fff !important;
  border: 2px solid #fff;
  background-color: transparent;
  text-transform: uppercase;
  transition: all 300ms linear !important;
}
.btn.btn-white-transparent:hover {
  border: 2px solid #fff;
  color: #3bb3c3 !important;
  background-color: #fff;
}
@media (max-width: 992px) {
  .btn.btn-white-transparent {
    padding: 7px 15px !important;
    font-size: 0.8rem !important;
  }
}

/*TOP HEADER*/
.topHeader {
  background-color: #272B36;
  /* ul.topMenu {
    display: block;
    float: right;
    margin-bottom: 0;
    & > li {
      display: block;
      float: left;
      position: relative;
      & > a {
        display: block; font-size: 13px; cursor: pointer;
        padding: 9px 0 9px 15px; color: $white; border-left: 1px solid #454545;
        margin-left: 8px;
        &:hover {
          color: $white;
        }
      }
      & > ul {
        position: absolute; display: none;
        right: -10px; top: 102%;
        width: 100px;
        background: $white; z-index: 99;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.1)!important;
        & > li {
          display: block; position: relative;
          & > a {
            display: block; font-size: 12px; cursor: pointer;
            padding: 8px 15px; color: #000000;
            &:hover {
              background: #EDEDED;
            }
          }
        }
      }
      &:hover {
        ul {
          display: block;
        }
      }
    }
  } */
}
.topHeader ul {
  display: block;
  padding: 0;
  margin: 0;
}
.topHeader ul li a {
  display: inline-block;
  padding: 8px;
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
}
.topHeader ul li a:hover {
  color: #3bb3c3;
}
.topHeader ul li a i {
  color: #3bb3c3;
}
.topHeader .social-media {
  display: inline-block;
}
.topHeader .social-media a {
  font-size: 16px;
  transition: 0.3s;
}
.topHeader .social-media a:hover {
  color: #fff;
}

/*MAIN HEADER*/
.pageHeader {
  /* position: absolute;
  top: 45px;
  background-color: #ffffff2c; */
  background-color: #fff;
  z-index: 9;
}
@media (max-width: 788px) {
  .pageHeader .navbar-brand img {
    width: 120px;
  }
}
.pageHeader .nav-link {
  font-size: 16px;
  color: #222 !important;
}
.pageHeader .nav-link:hover {
  color: #3bb3c3 !important;
}

.pageHeader.fixed {
  position: fixed;
  z-index: 999999;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.06);
}
@media (max-width: 788px) {
  .pageHeader.fixed .navbar-brand img {
    width: 100px;
  }
}

.navbar-nav .dropdown .dropdown-menu {
  min-width: 12rem;
  font-size: 0.9rem;
  top: 138%;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item {
  padding: 0.55rem 1.5rem;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #3bb3c3;
  color: #fff;
}
.navbar-nav .nav-link {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
  transition: 0.3s;
}
.navbar-nav .nav-link:last-child {
  padding-right: 0 !important;
}
@media (max-width: 768px) {
  .navbar-nav .nav-link {
    padding-left: 0 !important;
    border-left: none !important;
  }
}
@media (max-width: 992px) {
  .navbar-nav .nav-link {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
}
@media (max-width: 992px) {
  .navbar-nav a {
    font-size: 0.9rem;
  }
}
.navbar-nav a.btn {
  margin-left: 1rem;
}

/*HOMEPAGE*/
.carousel-caption {
  top: 110px;
}
.carousel-caption h1 {
  font-size: 4rem;
  font-weight: 600;
}
@media (max-width: 992px) {
  .carousel-caption h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 992px) {
  .carousel-caption p {
    font-size: 13px;
  }
}

.single-product img {
  transition: all 0.7s;
}
.single-product:hover img {
  transform: scale(1.03);
}

.facilities .card {
  border: none;
  border-radius: 0;
  transition: all 0.5s;
}
.facilities .card:hover {
  color: #fff;
  background-color: #dc3545 !important;
}
.facilities .card:hover span {
  color: #fff !important;
}
.facilities .card .facilities-text span {
  font-size: 48px;
  font-weight: bold;
  color: #dc3545;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .facilities .card {
    border: 1px solid #dee2e6 !important;
  }
}

.hotel-locations .card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotel-locations .card .card-body img {
  position: relative;
}
.hotel-locations .card .card-body .card-title {
  position: absolute;
  font-size: 1.2rem;
  text-shadow: 3px 3px 15px #000;
}

.features .features-text i {
  font-size: 40px;
  color: #3bb3c3;
}

/*INNER PAGES*/
.inner-top {
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-image: url(../images/inner-top-bg.jpg);
  padding: 120px 0 120px 0;
}
@media (max-width: 768px) {
  .inner-top {
    padding: 50px 0;
  }
  .inner-top h2 {
    font-size: 1.3rem;
  }
}
.inner-top .breadcrumb {
  justify-content: center;
  background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  padding: 0;
}
.inner-top .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.inner-top .breadcrumb .breadcrumb-item + .breadcrumb-item.active {
  color: #fff;
}

/*ABOUT*/
.wcu-list li a {
  font-size: 18px;
  position: relative;
  padding-left: 35px;
  line-height: 50px;
  border-bottom: 1px solid #e4e4e4;
  display: block;
  transition: all 300ms linear 0s;
}
.wcu-list li a:hover {
  color: #222 !important;
  padding-left: 45px;
}
.wcu-list li a i {
  position: absolute;
  left: 0;
  top: 17px;
  color: #222;
}

.counter-bg {
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-image: url(../images/counter-bg.jpg);
  padding: 100px 0;
}
.counter-bg i {
  font-size: 40px;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .counter-bg {
    padding: 50px 0;
  }
  .counter-bg h2 {
    font-size: 1.3rem;
  }
}

/*ROOM DETAILS*/
.room-details .wcu-list li a {
  font-size: 16px;
  line-height: 45px;
}
@media (max-width: 992px) {
  .room-details .wcu-list li a {
    font-size: 13px;
  }
}

/*TESTIMONIALS*/
.testimonials .t-box {
  position: relative;
  border: none;
  border-radius: 10px;
  background-color: #fff;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 0 5px rgba(204, 204, 204, 0.3411764706);
  transition: all 0.5s;
}
.testimonials .t-box:hover {
  transform: translateY(-5px);
}
.testimonials .t-box .t-img {
  width: 23%;
  float: left;
  padding-right: 25px;
}
.testimonials .t-box .t-img img {
  border-radius: 50%;
}
.testimonials .t-box .t-text {
  padding-left: 23%;
}
.testimonials .t-box .t-quote {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media (max-width: 992px) {
  .testimonials .t-box .t-img {
    width: 30%;
    float: none;
    padding-right: 0;
    margin: 0 auto 15px;
  }
  .testimonials .t-box .t-text {
    padding-left: 0;
    text-align: center;
  }
  .testimonials .t-box .t-quote {
    right: 12px;
    bottom: 48px;
  }
}

/*GALLERY*/
.nanogallery_gallerytheme_dark_myGallery .nGY2GThumbnail {
  background: #fff !important;
  border: 2px solid #fff !important;
}

/*CONTACT*/
.form-control {
  padding: 0.6rem 0.75rem;
  background-color: #fafafa;
}

.form-group ::placeholder {
  color: #bbb !important;
}

/*FOOTER*/
.footer {
  background-color: #222;
}
.footer h5 {
  color: #fff;
  text-transform: uppercase;
}
.footer span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #c4c4c4;
  padding: 6px 0;
}
.footer a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #c4c4c4;
  padding: 6px 0;
  transition: 0.3s;
}
.footer a:hover {
  color: #fff;
}
.footer ul.social-media {
  padding-left: 0;
}
.footer ul.social-media a {
  display: inline-block !important;
  padding: 8px 12px 8px 0 !important;
  font-size: 23px;
}

/*# sourceMappingURL=style.css.map */
