.theme-demos {
    display: none !important;
}

.banner-text {
    margin-top: 250px;
    text-align: left;
    color: #1f65c8 !important;
    font-weight: 600;
}

.active-nav {
    color: #1f65c8 !important;
}

.search-box {
    /* border-radius: 50px; */
    /* height: 40px; */
    border-bottom: 2px solid #232323 !important;
    color: #000 !important; 
    width: 100% !important;

}

.search-button {
    color: #232323 !important;
    bottom: 33px !important;
    position: absolute;
    right: 10px !important;
}

.sticky .navbar.header-light
.header-cart-icon>a, .sticky .navbar.header-light .header-language>a,
.sticky .navbar.header-light .header-search-icon>a, .sticky .navbar.header-light .header-social-icon>a,
.sticky .navbar.header-light .nav-bar-contact, .sticky .navbar.header-light .navbar-nav .active-nav {
    color: #1f65c8 !important;
}

.banner-span {
    color: #000 !important;
    -webkit-text-stroke-color: #000 !important;
}

.about-img {
    position: absolute;
    bottom: 0;
    object-fit: cover;
    min-width: 600px;
}

.hi {
    height: 250px;
}

.about-text {
    font-size: 24px ;
}

.book-row {
    margin-top: 150px !important;
    margin-bottom: 100px !important;
}

.book-text {
    font-weight: 600;
}


.main-btn {background-image: linear-gradient(to right, #FF8008 0%, #FFC837  51%, #FF8008  100%)}
.main-btn {
   margin: 10px;
   padding: 15px 45px;
   text-align: center;
   text-transform: uppercase;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;
   box-shadow: 0 0 20px #eee;
   border-radius: 10px;
   display: block;
 }

 .main-btn:hover {
   background-position: right center; /* change the direction of the change here */
   color: #fff;
   text-decoration: none;
 }


.main-btn-white {background-image: linear-gradient(to right, #f0eae5 0%, #faf9f5  51%, #ffffff  100%)}
.btn-grad {background-image: linear-gradient(to right, #FF8008 0%, #FFC837  51%, #FF8008  100%)}
.main-btn-white {
   margin: 10px;
   padding: 15px 45px;
   text-align: center;
   text-transform: uppercase;
   transition: 0.5s;
   background-size: 200% auto;
   color: black;
   box-shadow: 0 0 20px rgba(36, 35, 35, 0.201);
   border-radius: 10px;
   display: block;
 }

 .main-btn-white:hover {
   background-position: right center; /* change the direction of the change here */
   color: black;
   text-decoration: none;
 }

.space-up {
    margin-top: 100px !important;
}

.bottom-50px {
    padding-bottom: 50px !important;
}

.top-50px {
    padding-top: 50px !important;
}

.client-img {
    height: 80px !important;
}

.booking-row {
    margin-top: 250px !important;
}

.ez-card {
    background-color: #F3F4F8;
    border: none;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    box-shadow: 14px 13px 23px -6px rgba(0,0,0,0.2);
    -webkit-box-shadow: 14px 13px 23px -6px rgba(0,0,0,0.2);
    -moz-box-shadow: 14px 13px 23px -6px rgba(0,0,0,0.2);
}

.ez-card-img {
    height: 100%;
}

.ez-card-text {
    font-weight: 600;
    font-size: 22px;
    padding-right: 20px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.footer-logo {
    height: 50px !important;
}

.abt-img {
    object-fit: cover;
    width: 100% !important;
}

.abt-text {
    font-size: 22px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.wow-text {
    font-size: 100px !important;
}

.wow-p {
    font-size: 22px;
}

@media only screen and (min-width: 850px) {
    .giftcard-img {
        height: 250px !important;
        width: auto;
        object-fit: cover;
    }
  }