:root {
  --bg-color: #000099 !important;
}
.collapse.navbar-collapse {
  justify-content: flex-end;
}


.alert-success {
  color: white;
  background-color: #000000;
  border-color: #c09a75;
  font-size: 18px;
  padding-right: 10px;
}
.alert {
  padding-right: 40px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.paraBxt {
  -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
  padding: 10px;
}

/* slider css */
.slider .carousel-control-next {
  cursor: pointer;
  right: 50px;
}
.slider .carousel-control-prev {
  cursor: pointer;
  left: 50px;
}

.slider .carousel-control-next,
.slider .carousel-control-prev {
  height: 38px;
  line-height: 38px;
  width: 38px;
}
.owl-controls .owl-next {
}
.slider .carousel-control-next,
.slider .carousel-control-prev {
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 50%;
  font-size: 13px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.slider .carousel-control-prev:hover,
.slider .carousel-control-next:hover {
  color: #e7c130;
  border-color: #e7c130;
}
/* image and content section  */
.section {
  padding-top: 64px;
  padding-bottom: 64px;
  margin: 0px !important;
}
.content-box {
  border-radius: 20px;
  box-shadow: -0.07px 0.998px 9px 0px rgb(0 0 0 / 20%);
  padding: 5% 5%;
  background-color: #23356e;
}
.section-heading {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 16px;
}
.heading {
  margin: 0;
  color: #fff;
  font-size: 32px;
}
.text .awe-btn {
  margin-top: 25px;
}
.home-about .text p {
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 25px;
  font-size: 14px;
}
.awe-btn {
  display: inline-block;
  background: 0 0;
  white-space: nowrap;
  cursor: pointer;
  line-height: normal;
  padding: 8px 10px;
  font-size: 12px;
  color: #fff;
  min-width: 110px;
  border-width: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.awe-btn.awe-btn-default {
  border: 2px solid #fff;
}
/* our service */
.our-best .text p {
  color: #333;
  margin-bottom: 0;
  margin-top: 25px;
  line-height: 1.428em;
}
.our-best .heading {
  color: #000;
}
.our-best .text ul {
  list-style: none;
  padding-left: 0;
  margin-top: 25px;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 0;
  display: table;
}
.our-best .text ul li {
  margin-top: 15px;
  color: #232323;
  font-weight: 500;
  width: -moz-calc(50% - 1px);
  width: -o-calc(50% - 1px);
  width: -webkit-calc(50% - 1px);
  width: calc(50% - 1px);
  font-size: 14px;
  display: inline-block;
  padding-right: 15px;
}
.our-best .text ul li:before {
  position: relative;
  top: -2px;
  width: 0px;
  height: 0px;
  margin-right: 15px;
  display: inline-block;
  background-color: #333;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  list-style: none;
  /* <i class="fas fa-check-square"></i> */
}
/* contact css  */
.popTitle h5 {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  color: #bf000c;
  margin-bottom: 10px;
}
.popInput {
  position: relative;
}
.popInput label {
  z-index: 1;
  position: absolute;
  top: 13px;
  background: #f9f9f9;
  background: #fff;
  left: 20px;
  font-size: 13px;
  padding: 0px 5px;
  color: #6f7071c4;
}
.relative {
  position: relative;
}
#nameP,
#emailp,
#phoneP,
#dateP {
  padding-left: 45px !important;
  background-size: 20px;
}
#nameP {
  background: #fff url("../images/popr-1.png") no-repeat 4% 46%;
  background-size: 20px !important;
}
#emailp {
  background: #fff url("../images/popr-2.png") no-repeat 4% 46%;
  background-size: 20px !important;
}
#phoneP {
  background: #fff url("../images/popr-3.png") no-repeat 4% 46%;
  background-size: 20px !important;
}
#dateP {
  background: #fff url("../images/popr-4.png") no-repeat 4% 46%;
  background-size: 20px !important;
}
.popInput input {
  width: 100% !important;
  height: 41px !important;
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 0px !important;
  border: solid 1px #ced4da !important;
  box-shadow: 0 0 1px 0 #80808047;
  padding: 5px 10px !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  font-size: 13px !important;
}
.popInput textarea {
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 0px !important;
  border: solid 1px #ced4da !important;
  box-shadow: 0 0 1px 0 #80808047;
  padding: 5px 10px !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  font-size: 13px !important;
  min-height: 70px;
  height: 70px;
}
.btn-black {
  background: #000;
  color: #fff;
}
.contactInfoLabel {
  color: #bf000c;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  color: #1e1e1e;
}
/* footer css  */

.footer .footer-top {
  padding: 40px 0;
}
.footer-new-bg {
  background-color: #23356e;
}
.card {
  border: 1px solid #f0f0f0;
  margin-bottom: 1.875rem;
}
.card-body {
  padding: 1.5rem;
}

.footer-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.footer-underline {
  height: 4px;
  width: 50px;
  background-color: red;
  margin-bottom: 16px;
}
.footer .footer-widget.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  outline: none;
}
.footer .footer-menu ul li {
  margin-bottom: 10px;
  position: relative;
  display: block;
}
.footer .footer-menu ul li a {
  color: #fff;
  font-size: 15px;
  transition: all 0.4s ease 0s;
}
.footer .footer-menu ul li a i {
  margin-right: 5px;
}
.footer-contact-info .footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-contact-info .footer-address span {
  margin-right: 20px;
}
.footer-contact-info p {
  font-size: 14px;
  color: #fff;
}
.footer-bottom {
  background-color: #263133;
}
.footer .footer-bottom .copyright {
  border-top: 1px solid #111 !important;
  padding: 16px 0 !important;
}
.footer .footer-bottom .copyright-text p a {
  color: #f6921e;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.policy-menu {
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: right;
}
.policy-menu li::after {
  color: #8d8d8d;
  content: "|";
  font-weight: 300;
  position: relative;
  left: 10px;
}
.policy-menu li:last-child::after {
  content: "";
}
.policy-menu li {
  display: inline-block;
  margin-right: 15px;
}

/* gallery css  */
.gallery {
  background: #eaeaea;
}
.item {
  margin-bottom: 30px;
  position: relative;
}
.item-thumb img {
  padding: 5px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 60px rgb(35 35 35 / 8%);
}
/* search  */
.search {
  background-color: #ecefef;
}
.search .location {
  font-size: 14px;
  color: #000;
}
.search-card {
  background-color: rgb(255, 255, 255);
  box-shadow: none;
  border: 1px solid rgb(204, 204, 204);
}
.search .heading {
  font-size: 22px;
  color: #000;
}
.search .des {
  color: #000;
  font-size: 13px;
  /* line-height: 18px; */
}
.btn_primary {
  background-color: var(--bg-color);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
/* about css  */
.top-banner {
  background: url("../images/banner-all-pages.jpg") no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 2;
  height: 20rem;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.top-banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.blue {
  color: var(--bg-color);
}
.bgBlue {
  background-color: var(--bg-color);
}
.introduction_img {
  border: 10px solid #fff;
  box-shadow: 0 3px 10px #ddd;
}
.resort_title h2 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Gilda Display", serif;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #242424;
  padding-bottom: 10px;
}
.introduction_left_text p {
  font-size: 16px;
  line-height: 26px;
  color: #898989;
  letter-spacing: 0.225px;
  padding-bottom: 17px;
  text-align: justify;
}
.about_btn_b {
  display: inline-block;
  border: 1px solid #8e8e8e;
  padding: 0px 25px;
  line-height: 46px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  border-radius: 29px;
  margin-top: 15px;
  padding: 0px 33.5px;
  line-height: 46px;
  margin-top: 5px;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.about_btn_b:hover {
  color: #fff;
  border-color: var(--bg-color);
  background: var(--bg-color);
}
  .contact-info-area {
    background-color: #f6f6f6;
}
.contact-info-area .contact-info-box {
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    background: #fff;
    padding: 30px 15px;
    min-height: 257px;
    font-size: 14px;
}
.contact-info-box .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 35px;
    color: #ba2025;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 15px;
    position: relative;
}
.contact-info-box .contact-info-heading {
    font-size: 20px !important;
    font-weight: 600;
    color: #1E1E1E;
}
.contact-info-box p {
    font-size: 14px;
    color: #2B2B2B !important;
}
.contact-info-box a {
       color: #000;
}
.contact-form-area {
    background-color: #000099;
}
.redSection{
    background-color: #cb1e24;
}
.contact-form-box .contact-form-header h1 {
    margin-bottom: 12px;
    font-size: 30px !important;
    font-weight: 700;
    color: #fff;
}
  
.rooms-card{
    background-color: #ffffff;
    box-shadow: 0 11px 12px 0 rgb(0 0 0 / 5%);
    min-height: 500px;
    padding-bottom: 50px;
    }
    .ho-header {
    font-size: 1.5rem;
    line-height: initial;
    font-weight: 700;
    }
    .h5{
            color: #323232;
    font-size: 1.1rem;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 700;
    }

.heading-about{
    color: #000;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
  }
  .heading{
    color: #000;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
  }
  

/*slider css */
.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #5110e9;
}

.owl-carousel .item {
  text-align: center;
}
.owl-carousel .nav-button {
 
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 30% !important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.owl-carousel .owl-prev {
  left: -35px;
}
.owl-carousel .owl-next {
  right: -35px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #000;
  font-size: 20px;
  background: transparent;
  border-radius: 3px;
}

.product .owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 20px;
  background: transparent;
  border-radius: 3px;
}
.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}
.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}

.owl-dots{
  display: none;
}
/*reviews css */
.reviews .heading{
  color: #000;
  text-align: center;
  margin-bottom: 25px;
}
.reviews_wrapper {
    border: 1px solid transparent;
    box-shadow: 1px 1px 3px transparent;
    border-radius: 0px;
    padding: 15px;
    margin: 10px;
    text-align: left;
    min-height: 250px;
    max-height: 250px;
    background: #F4F4F4;
    max-width: 463px;
}
.reviews_wrapper .review_data_title {
    font-weight: bold;
    line-height: 20px;
    color: #525151;
    max-height: 40px;
    overflow: hidden;
}
.review_data_rating{
  margin: 5px 0px;
  color: #cb1e24;
}
.reviews_wrapper .review_data_review {
    font-size: 12px;
    line-height: 18px;
    color: #525151;
    min-height: 90px;
    max-height: 90px;
    overflow-y: auto;
}
.reviews_wrapper .review_date_name_wrapper {
    position: absolute;
    bottom: 0px;
}

 .reviews_wrapper .review_date_name_wrapper .review_data_name {
    font-weight: bold;
    line-height: normal;
    color: #525151;
    margin-bottom: 0;
}

.reviews_wrapper .review_date_name_wrapper .review_data_name {
    font-weight: bold;
    line-height: normal;
    color: #525151;
}

 

 /*product css */
 .product {
    padding: 85px 0 55px;
    background: url('https://gmvnonline.com/images/bucketbg.jpg') no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}
.product .heading{
  color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
  }
 .deals-item-outer {
    position: relative;
    z-index: 5;
    padding: 10px;
    background: #fff;
}
}
.deals-image {
    position: relative;
    overflow: hidden;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.deals-image:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #ff00001c, #ffff0047);
    content: '';
    opacity: 0;
    transition: all ease-in-out .3s;
}
.deal-content {
    text-align: center;
    padding: 25px 0;
}
.deals-item-outer h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.deal-content p {
    margin-bottom: 20px;
}
a.btn-red {
    border: 1px solid #ba2025;
    padding: 9px 24px;
    display: inline-block;
    background: #ba2025;
    color: #fff;
    transition: all ease-in-out .3s;
    cursor: pointer;
    margin-bottom: 10px;
}
.navbar .nav-item .nav-link {
    font-size: 16px!important;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 24px 16px;
    color: #000 !important;
}

@media (min-width: 1200px){
  .container {
    max-width: 1200px !important;
  }
}