@import "common.css";

.heading-32 {font-family: Sora;font-size: clamp(1rem, 0.5714rem + 1.9048vw, 2rem);font-weight: 700;text-transform: uppercase;}
.heading-24 {font-family: Sora;font-size: clamp(0.8rem, 0.5577rem + 1.0769vw, 1.5rem);font-weight: 700;text-transform: capitalize;}

.profilePic100 {height: 100px;width: 100px;object-fit: cover;border-radius: 50px;border: 1px solid #A0A0A0;}
.profilePic70 {height: 70px;width: 70px;object-fit: cover;border-radius: 50px;border: 1px solid #A0A0A0;}

.borderRightChild > div:not(:last-child) {
    border-right: 1.5px dashed #ddd;
}

/* switch-field ccs start here */
.switch-field {
	display: flex;
  flex-wrap: wrap !important;
	margin-bottom: 15px;
	overflow: hidden;

    & input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }
    & label {
        position: inherit;
        pointer-events: inherit;
        line-height: 1;
        text-align: center;
        padding: 7px 16px;
        color: var(--text-clr);
        border: 1px solid var(--text-clr);
        border-radius: 4px;
        box-shadow: none;
        transition: all 0.1s ease-in-out;
        margin-right: 14px;
    }
    & label:hover {
        cursor: pointer;
    }
    & input:checked + label {
        color: #fff;
        background-color: var(--primary-clr);
        border: 1px solid var(--primary-clr);
        box-shadow: none;
    }
}

.PriceBox {
    display: flex;
    align-items: center;
    line-height: 1.2;

    & .bx-rupee {
        font-weight: 700;
        margin-right: -5px;
        font-size: 30px;
        margin-top: -1px;
    } 
    & .type {
        font-size: 18px;
        color: #444E59;
        align-self: center;
    }
    & .ticketsType {
        border-left: 1px dashed #ddd;
        padding-left: 8px;
        margin-left: 6px;
    }
}
.breadcrumb-item+.breadcrumb-item:before {
    content: ">";
}
.breadcrumb-item > a {
   color: var(--text-clr);
   opacity: 0.8;
}
.breadcrumb-item.active > a,
.breadcrumb-item.active {
    opacity: 1;
    color: var(--text-clr) !important;
 }

/*------------------------------
Header 
-------------------------------*/
.pb_navbar {background: #fff;}
@media screen and (max-width: 996px) {
.summary_card {
top: 300px !important;
width: 100% !important;

} 
.sec-col{padding-left: 10px !important;}
}
/* 
Order Summary Card
*/
.summary_card {
background-color: #fff;
width: 390px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
border-radius: 20px;
position: absolute;
right: -10px;
top: 75px;
}

/*
Order Card Item Card
*/
.card_item {
display: flex;
position: relative;
margin-bottom: 10px;
padding:10px;
border-bottom:2px dotted #000000a8;
}
.close-btn {
position: absolute;
right: 0px;
top: 15px;
}

.card_item .product_img img {
margin-right: 20px;
width: 100px;
border-radius: 5px;
}

.product_info h1 {
  font-size: 20px;
  color: #000;
  margin:4px 0;
}
.order_summary, .profile_summary{
display:none;
}
.card-header{
background: var(--primary-clr);
padding:12px;
}
.card-header .bx-cart, .prices i{
display:inline-block;
color:white !important;
font-size: 27px;
}
.summary_card i,.prices{
color:var(--primary-clr) !important;
font-weight: 500;
font-size:20px;
}

.buttons {
display:flex;
justify-content:center;
align-items:center;
}
.buttons .chack-btn{
padding:14px 30px;
font-size:16px;
}
.top-item{
display: flex;
}
.top-header, .card-profile-item{
border-bottom: 2px solid #80808073;
}
.profile_summary {
  & .top-para {color: var(--text-clr);}
}
.top-para {font-size: 14px;color: #000000ba;}
.card-profile-item {
    & .class-icon img {
      width: 40px;
      filter: brightness(0) saturate(100%) invert(7%) sepia(5%) saturate(966%) hue-rotate(182deg) brightness(96%) contrast(83%);
    }
    & .class-icon .logoutIcons {
      filter: brightness(0) saturate(100%) invert(56%) sepia(64%) saturate(607%) hue-rotate(336deg) brightness(96%) contrast(100%);
    }
    & .logoutText {
      color: var(--primary-clr) ;
    }
  }
.card-profile-item:hover{
background: var(--primary-clr) !important;
  & .class-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(25%) hue-rotate(69deg) brightness(107%) contrast(108%);
  }
}
.card-profile-item:hover .top-para,
.card-profile-item:hover h2 {
  color:white;
}
.card-profile-item:hover i{
color:white !important;
}

.count{
position: absolute;
right: 0;
z-index: 2;
font-size: 11px;
border-radius: 50%;
background: var(--primary-clr);
width: 16px;
height: 16px;
line-height: 16px;
display: block;
text-align: center;
color: white;
font-family: 'Roboto', sans-serif;
font-weight: bold;
}

#profile_log a {
  display: flex;
  align-items: center;
}

#profile_log a i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  background: var(--primary-clr);
  border-radius: 30px;
  color: #fff;
  font-size: 22px;
  margin-top: -6px;
}
#profile_log a span {
  color: var(--text-clr);
  font-size: 14px;
  font-weight: 600;
  margin-left: 10px;
}

#selectLocation {
    border: none;
    color: var(--text-clr);
    text-transform: uppercase;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    border-bottom: 1.3px solid gray;
    border-radius: 0;
    height: 45px;
    margin-right: 10px;
}
.signUpBtn {
    background: var(--text-clr);
    color: #fff;
}
.mobileUserMenu .card > a:last-child {
  display: none !important;
}
.mobileUserMenu {
  & .top-header,
  & .card-profile-item {
    border-bottom: 1px solid #80808073;
  }
}

/*------------------------------
Footer
-------------------------------*/
.footer-section {
  background-color:#444E59;
  padding: 40px 0;
}
.footer-section .footerHeading {
  color:white;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-section h5 {
  color: white;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 35.64px;
  word-wrap: break-word;
  border-bottom:3px solid white;
}
.footer-section p {
  color: white;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.20px;
  word-wrap: break-word
}
.footer-section .social a {
  padding: 0;
}
.footer-section .social .fa {
  margin-right:15px;
  color:var(--primary-clr);
}
.footer-section .chack-btn {
  padding: 8.5px 20px;
  background-color: var(--primary-clr);
  color: #fff;
  font-size: 16px;
  border-radius: 30px !important;
  font-weight: 600;
  border: 4px solid #444E59;
  margin-left: -40px;
  margin-top: -4px;
  z-index: 99;
}

.footerLink {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding-left: 0;
    & li a {
        border-bottom: 1px solid;
        padding-bottom: 10px;
        padding-right: 6px;
    }
}
/*------------------------------
LOGIN PAGE
--------------------------------*/
.form-sign {
  padding: 60px;
  }
  .down-para a{
    color:#1F7DD8 !important;
}
  @media (max-width: 767px) {
      .form-sign {
          padding: 20px;
      }
      .login-image{
          display:none;
      }
      .image-login{
          margin:16px;
          border-radius:18px !important;
          display: none;
      }
      .createAccForgotPassword {
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
     }
     .createAccForgotPassword a {
      color: var(--text-clr) !important;
    }
  }
 
      .para, .form-label{
          font-size: 14px;
          color:#444E59;
      }
      .form-control {
      border-radius: 10px;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      height: 40px;
      border-width: 2px
      }
      ::placeholder {
          font-size:15px;
          color:#444E59;
      }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
      font-size:15px;
      color:#444E59;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
      font-size:15px;        
      color:#444E59;
  
      }
      .btn-block{
          background-color:#F58233 !important;
  
      }
     
      .image-login{
          background:whitesmoke;
          border-radius: 0px 18px 18px 0px;
  
      }
      .login-image {
          height:468px;
          width:100%;
          border-radius: 0px 18px 0px 0px;
      }
      .image-side {
          font-size:15px;
      }
      li::marker{
          font-size:20px;
      } 
  
/*------------------------------
Homepage
-------------------------------*/
#homeBanner {
    & .bannerInfo {
        text-align: center;
        position: absolute;
        left: 50%;
        bottom: 2rem;
        transform: translate(-50%, 0);

        & .searchForm {
            & input {
                border-radius: 30px;
                outline: none;
                border: none;
            }

            & .input-group-text {
                border-radius: 30px;
                background-color: var(--primary-clr);
                color: #fff;
                margin-left: -41px;
                z-index: 9;
                transform: scale(0.9);
            }
        }
    }
    & .carousel-control-next {
        width: 30px;
        height: 30px;
        font-size: 30px;
        left: auto;
        right: 6%;
        bottom: 3.4rem;
        top: auto;
    }
    & .carousel-control-prev {
        width: 30px;
        height: 30px;
        font-size: 30px;
        left: auto;
        right: 10%;
        bottom: 3.4rem;
        top: auto;
    }
}
.eventDate {
    padding-left: 40px;
    position: relative;
    background-image: url(../images/icons/park_down.svg);
    background-repeat: no-repeat;
    background-position: center left 4px;
}
.priceFilter {
    padding-left: 40px;
    position: relative;
    background-image: url(../images/icons/park_down.svg);
    background-repeat: no-repeat;
    background-position: center left 4px;
}
.priceFilter.dropdown-toggle:after {
    display: none;
}
.priceFilterPopup {
    width: 350px;
    & .priceItem {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    & .priceItem > input {
        flex: 1;
        font-size: 15px;
    }
}

.sponsorsSec > div:not(:last-child) {
  border-right: 1.5px dashed #ddd;
}
.sponsorsSec > div {
    justify-content: center;
    & img {
      width: 75px;
      height: auto;
    }
}

#homeBanner .carousel-item > img {
  height: calc(100vh - 80px);
  object-fit: cover;
}
.upcomingEvents .hotal-img img {
  object-fit: cover;
}

/*------------------------------
Event Details
--------------------------------*/
  .preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    & .card {
        border-radius: 40px;
        box-shadow: 1px 1px 3px 4px lightgray;
        overflow: hidden;
      }
  }

  .preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  
  .preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
  }
  .preview-thumbnail.nav-tabs li {
    width: 120px;
    height: 100px;
    margin-right: 1.5%;
    border-radius: 14px;
    transition: all 0.5s;
    margin-bottom: 14px;
	  overflow:hidden;
  }
  .preview-thumbnail.nav-tabs li.active {
    width: 150px;
  }
  .preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
  }
  .preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
  }
  .preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
  }
  
  .tab-content {
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    border-radius: 0px 0px 20px 20px;
  }
  
  .tab-content img {
    width: 100%;
    border-radius: 0px 0px 20px 20px;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    height:450px; 
    object-fit: cover;
  }
  
  @media screen and (min-width: 997px) {
    .wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }
  
  @-webkit-keyframes opacity {
    0% {
      opacity: 0;
      -webkit-transform: scale(3);
      transform: scale(3);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  @keyframes opacity {
    0% {
      opacity: 0;
      -webkit-transform: scale(3);
      transform: scale(3);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  .sec-heading {
    float: right;
  }
  .sec-heading .price {
    color: var(--primary-clr);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 34px;
  }
  .sec-heading .price i {
    font-size: 40px;
  }
  .sec-heading .night {
    color: #baafaf;
    font-size: 25px;
    margin-left: 6px;
    align-self: end;
  }
  .nav-tabs img {
    border-radius: 24px;
  }
  
  .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .buttons .chack-btn {
    padding: 14px 30px;
    font-size: 16px;
  }
  .field-icon-wrap .form-control {
    color: black;
    font-size: 25px;
  }
  .simple-text p {
    color: #5c5151;
    letter-spacing: 1.5px;
    font-size: 18px;
  }
  .lists ul li {
    display: block;
    font-size: 17px;
    padding: 5px;
    color: #544b4b;
  }
  .bx-2 {
    color: var(--primary-clr);
    margin-right: 10px;
    font-size: 23px;
  }
  .cancel-text {
    color: #382e2e;
    font-weight: 540;
    font-size: 18px;
  }
  
  /* Next & previous buttons */
  .preview .prev,
  .preview .next {
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    width: 40px;
    padding: 12px;
    color: white !important;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 50%;
    user-select: none;
    right: 65px;
    border: 1px solid white;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Position the "next button" to the right */
  .preview .next {
    right: 20px;
    border-radius: 100%;
  }
  .bx-2-heart {
    padding: 8px 12px;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 12px;
    font-size: 25px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: transparent;
    transition: all 0.4s;
  }
  
  .preview-thumbnail .active,
  .dot:hover {
    border: 2px solid var(--primary-clr);
    border-radius: 30px;
  }
  .tab-pane {
    min-height: 450px;
  }
  .mySlides {
    transition: all 0.3s ease;
  }

/*------------------------------
Checkout
-------------------------------*/
.hotelInfo .hotelImg {
  width: 320px;
  height: 160px;
  object-fit: cover;
  border-radius: 20px;
}

/*------------------------------
My Booking 
--------------------------------*/
.hotelInfo .hotelImg.myBookingImg {
  height: 250px;
}
.CancelledText {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 10px 0;
}
.MyBookingDeleted {
  opacity: 0.7;
}

/*------------------------------
MY PROFILE
-------------------------------*/
.btn-default {background: var(--primary-clr);}

.left-image {height: 145px;width: 150px;}
.left-image img {border-radius:18px;width: 100%;height: 100%;}
.text-one .heading-box h2 {font-size: 23px;}
.datax {font-size: 15px;color: #000000bf;}

.sec-btn {background-color: #EBEBEB;color: #8C8C8C;}
.form-field {border-bottom: 1.5px dashed #B5B5B5;padding-top: 15px;}
.form-field p {color: gray;font-size: clamp(0.8rem, 0.7077rem + 0.4103vw, 1.2rem);margin-bottom: 5px;}

.form-field a,.x-input {font-size: clamp(0.8rem, 0.6962rem + 0.4615vw, 1.25rem);color:var(--primary-clr);}
.main-div {margin: 2px 15px 2px 15px !important;}

/*------------------------------
HOTEL-TRIP
-------------------------------*/


/*--------------------------------
 HOTEL DETAILS 
---------------------------------*/






 


/*--------------------------------
 HOTEL REVIEW NEW
---------------------------------*/ 


/*------------------------------
MY BOOKING 
-------------------------------*/


/*------------------------------
BOOKING UPDATE
-------------------------------*/

/*------------------------------
Success and Fails
-------------------------------*/
.successSec h1 {color: #88B04B;font-weight: 900;font-size: 40px;margin-bottom: 10px;}
.successSec p {color: #404F5E;font-size:20px;margin: 0;}
.successSec i {color: #9ABC66;font-size: 50px;line-height: 100px;margin-left:-15px;}
.successSec .card {background: white;padding: 60px;border-radius: 4px;box-shadow: 0 2px 3px #C8D0D8;display: inline-block;margin: 0 auto;}



/*######### MEDIA QUERY START HERE ########*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
.mx-mobile-0 {margin: auto 0 !important;}
.m-w-100 {width: 100%;}
.heading-box h2 {font-size: 18px;}
.footer-section .chack-btn {padding: 10px 17px;font-size: 14px;}
.successSec .card {padding: 34px;margin: 0 14px;}

.heading-28 {font-size: 20px !important;}
.heading-20 {font-size: 16px !important;}
.heading-18 {font-size: 13px !important;}

.PriceBox {
& .bx-rupee {
    font-size: 22px;
    margin-top: -1px;
}
}

/* HEADER MOBILE */
#templateux-navbar-nav {
  border-top: 1px solid;
  /* margin-left: -14px;
  margin-right: -14px; */
}
#templateux-navbar-nav {
  & .nav-item {
    border-bottom: 1.3px solid gray;
  }
  & .nav-item {
    & .nav-link {
      border-bottom: 0 solid gray;
    }
  }
}
#selectLocation {
  border-bottom: 0 solid gray;
}
.rightMenu > .d-flex {
  flex-direction: column;
  width: 100%;
}
#templateux-navbar{padding: 0;}
.rightMenu > .d-flex a button {margin: 10px 0 10px 0 !important;width: 100%;height: 40px;}
.rightMenu > .d-flex ul li {
  position: relative;
  padding: 10px;
  text-align: left;
  /* margin: 8px 0 8px 0 !important;
  border: 1px solid #c1b9b9;
  border-radius: 8px; */
}
#templateux-navbar-nav .nav-link {margin-right: 0;}
.rightMenu #nav-item-cart i {left: 0 !important;}
.rightMenu #nav-item-cart .count {left: 28px;}
#profile_log a i {margin-top: 0;}

/* FOOTER MOBILE */
.footerLink {
    flex-direction: column;
    & li a {
        display: block;
    }
}

/* HOMEPAGE MOBILE */
#homeBanner {
    & .bannerInfo {
        width: 85%;

        & h2 {
            font-size: 1.6rem;
        }
    }
    .carousel-item > img {
        height: 80vh;
        object-fit: cover;
    }
    & .carousel-control-next {
        bottom: 40vh;
        & img {
            height: 20px;
            width: 20px;
        }
    }
    & .carousel-control-prev {
        bottom: 40vh;
        left: 1rem;
        & img {
            height: 20px;
            width: 20px;
        }
    }
}

.upcomingEvents {
    & .hotal-img {
        min-height: 230px;
        border-radius: 20px 20px 0 0;
        margin-bottom: -20px;
        & img {
            width: 100%;
            height: 100%;
            border-radius: 20px 20px 0 0;
            object-fit: cover;
        }
    }
  
    & .chack-btn {
        padding: 10px 25px;
        width: 100%;
        margin-top: 10px;
    }
}
.sponsorsSec > div:not(:last-child),
.borderRightChild > div:not(:last-child) {
    border-right: 0 dashed #ddd;
    border-bottom: 1.5px dashed #ddd;
}


/* Room LISTING  */
.preview {
    padding: 0;
    & .card {
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      & .preview-pic {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        position: relative;
        border-radius: 0;
      }
      & .eventInfo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-bottom: 0 !important;
      }

      & .eventInfo > div {
        background: #fff;
        padding: 14px;
        border-radius: 10px;
        border-bottom: 0;
      }
      & .eventInfo > div:nth-child(1) {
        border-radius: 10px 10px 0 0;
      }
      & .eventInfo > div:nth-child(2) {
        order: 2;
        margin-top: 14px;
      }
      & .eventInfo > div:nth-child(3) {
        border-radius: 0 0 10px 10px;
        margin-top: -4px;
      }
    }
    & .preview-thumbnail {display: none;}
}
.preview-pic .tab-pane {min-height: 200px;}
.tab-content img {height: 200px;object-fit: cover;border-radius: 0;}
/* CHECKOUT  */
.hotelInfo .hotelImg {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}
.checkOutInfo > div:not(:last-child) {
  border: none !important;
}
/* REVIEW  */

/* MY PROFILE */
.MyProfileSec {
  & .left-image {width: 100%;}
  & .left-image img {object-fit: cover;}
}


} /* END MAX-WIDTH 768 */

@media only screen and (max-width: 1400px) {
.chack-btn {font-size: 14px;}

} /* END MAX-WIDTH 1366 */




/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

/*background*/
.lg-bg-primary {background: var(--primary-clr) !important;}
.lg-bg-secondary {background: var(--secondary-clr) !important;}
.lg-bg-white {background: #fff !important;}
.lg-bg-greylight {background: #f3f3f3 !important;}
.lg-bg-t {background: transparent !important;}



}  
    


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .container {max-width: 84%;}
}
/* Added highlighting for upcoming dates. */
.active-day {
  color: #fff !important;
  text-shadow: none !important;
  border-radius: 20px !important;
  background-image: none !important;
  background-color: var(--primary-clr) !important;
}