@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
}

:root{
    --primary: #0a4d68;
    --secondary: #ffbe10;
    /* --primary: #6e1e5b;
    --secondary: #d5ac63; */
    --linear: linear-gradient(90deg, #ffbe10 0%, #0a4d68 100%)
}

body, html{
    padding: 0 !important;
    margin: 0px !important;
}

p{
    text-align: justify;
}

h1, h2, h3{
    /* font-family: "Great Vibes", cursive; */
    font-family: 'Minion Pro', serif;
    font-weight: 500;
    color: var(--primary);
}

a{
    text-decoration: none;  
}



/* .room_carousel h3, .in-rooms h3{
    background: linear-gradient(90deg, #0a4d68, #ffbe10) !important;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text !important;
} */

.room-facilities h3{
    color: var(--primary);
}




/***** Button ******/


.index-form .rr-btn {
    color: white;
    /* font-family: var(--rr-ff-heading); */
    /* font-size: var(--rr-fs-body2); */
    /* line-height: var(--rr-lh-body2); */
    font-style: normal;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    background: var(--secondary);
    z-index: 5;
    padding: 12.5px 30.099px;
  }




.rr-btn {
    color: white;
    /* font-family: 'Yantramanav', sans-serif !important; 
    font-size: 16px !important;
    line-height: 26px !important; */
    font-style: normal;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    background: var(--primary);
    z-index: 5;
    padding: 12.5px 30.099px;
  }
  .rr-btn:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    border-radius: 50%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, from(#ffbe10), to(#0a4d68)) !important;
    background: linear-gradient(90deg, #ffbe10 10%, #0a4d68 90%);
  }
  .rr-btn:after {
    display: block;
    clear: both;
    content: "";
  }
  .rr-btn .btn-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block;
  }
  .rr-btn .btn-wrap .text-one {
    position: relative;
    display: block;
    color: white;
  }
  .rr-btn .btn-wrap .text-one svg, .rr-btn .btn-wrap .text-two svg {
    max-width: 10px;
    margin-left: 3px;
  }
  .rr-btn .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: white;
  }
  .rr-btn__primary-color {
    background: var(--rr-theme-primary);
  }
  .rr-btn__white {
    color: white;
    background: var(--rr-common-white);
  }
  .rr-btn__white .text-two {
    color: white !important;
  }
  .rr-btn__background-transparent {
    padding: 11.5px 29.099px;
    background: transparent;
    border: 1px solid rgba(0, 15, 32, 0.1);
  }
  .rr-btn__background-transparent .text-one {
    color: white !important;
  }
  .rr-btn__background-transparent:hover, .rr-btn__background-transparent:focus {
    border-color: transparent !important;
  }
  .rr-btn__text-primary .text-one {
    color: white !important;
  }
  .rr-btn__big-space {
    padding: 12.5px 53px;
  }
  .rr-btn:hover, .rr-btn:focus {
    color: white;
  }
  .rr-btn:hover:before, .rr-btn:focus:before {
    top: -40%;
  }
  .rr-btn:hover .text-one, .rr-btn:focus .text-one {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
  .rr-btn:hover .text-two, .rr-btn:focus .text-two {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }






/* video{
    filter: contrast(1.3);
    filter: grayscale(100);
} */


@media(max-width:768px){
    .main-video{
        height: 100vh !important;
        width: 100% !important;
        object-fit: cover;
        background-size: cover;
    }
}


/***** Navbar ******/

.navbar .nav-link{
    color: white;
    font-size: 17px !important;
    font-weight: 400 !important;
    transition: .5s all ease-in-out;
} 

.navbar .nav-link:hover{
    color: var(--secondary) !important;
}

.navbar .nav-item .active{
    color: var(--secondary) !important;
}

@media(min-width:768px){

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    width: 100%;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 18px;
    text-transform: none;
    color: black;
    font-weight: 400;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: var(--secondary);
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
}
}

.dropdown .dropdown-menu{
    border-radius: 0px !important;
    border: 1px solid #ffffff !important;
}

.dropdown .dropdown-menu .dropdown-item{
    font-size: 17px;
    font-weight: 400;
}

.dropdown .dropdown-menu .dropdown-item:hover{
    color: var(--secondary);
}

@media(max-width:768px){
    .navbar{
        background-color: rgba(255, 255, 255, 0.378);
    }
    .dropdown .dropdown-menu{
        border-radius: 0px !important;
        border: 1px solid #e9e8e8 !important;
    }
    .dropdown .dropdown-menu .dropdown-item{
        font-size: 17px;
        font-weight: 400;
    }
    .dropdown .dropdown-menu .dropdown-item:hover{
        color: var(--secondary);
    }
}

.navbar-toggler{
    border: 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}





#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 35px;
    height: 30px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #131313;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 25px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 9px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 8px;
}










/****** Carousel ******/

/* .slide-carousel{
    z-index: inherit;
} */

/* .slide-carousel .owl-nav {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content:space-between;
    bottom: 5%;
    padding: 0px 5%;
   
} */

/* .slide-carousel h1{
    font-size: 70px;
    color: rgb(255, 255, 255);
    letter-spacing: 5px;
    -webkit-text-stroke: 1px rgb(250, 0, 0);
    text-shadow: 0px 0px 6px black;
}

.slide-carousel p{
    font-size: 25px;
    text-shadow: 0px 0px 6px rgb(94, 92, 92);
    letter-spacing: 2px;
}


.slide-carousel img{
    height: 100vh !important;
    width: 100%;
    object-fit: cover;

}  */




/******* Form ******/


.form{
    position: absolute;
    content: "";
    top: 92%;
    left: 15%;
    display: flex;
    align-items: center;
    justify-content:center ;
}

.form-bg{
    background-color: var(--primary);
}

.btns{
    background-color: var(--secondary) !important;
    border: 1px solid var(--secondary) !important;
    color: white !important;
    border-radius: 0px !important;
    transition: .5s all ease-in-out;
}

.btns:hover{
    background-color: transparent !important;
}




/******* Section Title ******/

.section-title {
    padding-bottom: 20px;
    position: relative;
}
  
  
.section-title h4 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    /* color: color-mix(in srgb, var(--primary), transparent 30%); */
    color: black;
    position: relative;
}
  
.section-title h4::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: var(--secondary);
    margin: 4px 10px;
}
  
.section-title p {
    color: var(--primary) !important;
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    font-family: 'Minion Pro', serif;
}
  
@media(max-width:768px){
    .section-title p {
      font-size: 27px !important;
    }
}





/***** Breadcrumb *******/

.bg-breadcrumb {
    /* background: linear-gradient(#d5ab634a, #d5ab638b), url(../imgs/gallery/7.jpg); */
     background: linear-gradient(#d5ab6323, #d5ab6337), url(../imgs/gallery/8.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    padding: 300px 0 50px 0;
}

@media(max-width:768px){
    .bg-breadcrumb{
        padding: 120px 0 50px 0 !important;
    }
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bss-primary) !important;
}








/****** Rooms *******/


.in-rooms img{
    height: 300px !important;
    width: 100%;
    object-fit: cover;
}

.room_carousel img{
    display: flex;
    height: 500px;
    width: 100%;
    object-fit: cover;
     /* min-height: 500px; */
}
/* .room_carousel .position-absolute h4{
    background: linear-gradient( -90deg, transparent  , #ffffffa2);
    color: black;
    padding: 10px 10px;
} */
.room_carousel .position-absolute{
    z-index: 10;
    height: 100%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* background: linear-gradient( transparent 70%, var(--primary-color)); */
    /* background-color: #000000; */
    top: 0;
    bottom: 0; 
}
  

.room_carousel, .slide-carousel{
    position: relative;
}
.room_carousel .owl-nav {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content:space-between;
    top: 40%; 
}

.room_carousel .owl-nav button span{
    background-color: white;
    padding: 20px;
    
}

.room_carousel .owl-nav button:hover{
    background-color: transparent !important;
}


@media(min-width:768px){
    .rooms img{
        height: 500px !important;
        width: 100%;
        object-fit: cover;
    }
}


.rooms .btnss{
    border: 1px solid var(--primary) !important;
    background-color: var(--primary) !important;
    color: white !important;
    border-radius: 0px !important;
}

.rooms .row1, .row2, .row3{
    background-color: #f5f5f5;
}

.rooms p{
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 30px;
}


/****** Rooms and Contact *******/


.cl1{
    background-image: url(../imgs/index-bg.jpg);
    background-repeat: no-repeat;
    height:  100% !important;
    /* height:  540px !important; */
    /* width: 100%; */
    object-fit: cover;
    background-size: cover;
    background-color: #0000003a;
    background-blend-mode: multiply;
    padding: 170px;
}

.cl2{
    background-color: var(--primary);
    padding: 170px;
}

@media(max-width:768px){
    .cl1, .cl2{
        padding: 40px !important;
    }
}








/****** Highlight *******/

.highlight-img{
    /* height: 400px !important; */
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}
  
.inner-content{
    position: absolute;
    top: 0px;
    bottom: 0px !important;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    display: flex;
    /* background-color: rgba(0, 0, 0, 0.645) !important;
    background-blend-mode: multiply !important; */
}
  
.inner-content h3{
    opacity: 0;
    transition: .5s all ease-in-out;
    color: white;
}
  
.highlight-main{
    /* background-color: rgba(0, 0, 0, 0.623) !important;
    background-blend-mode: multiply !important; */
    transition: .5s;
    /* overflow: hidden; */
}
  
.highlight-main:hover{
    transform:scale(1.1);
} 


.highlight-main:hover h3{
    opacity: 1;
    background: #131313bc !important;
    padding: 90px;
    border: 1px solid white;
}


@media(max-width:768px){
    .highlight-main:hover h3{
        opacity: 1;
        background: #131313bc !important;
        padding: 70px;
        border: 1px solid white;
    }
}




/***** Elite *****/

.elites img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}



/***** Room Facilities *****/

.room-facilities img{
    height: 300px;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}

.room-facilities .r-card {
    transition: .5s all ease-in-out;
}

.room-facilities .r-card:hover .rf-icon{
    filter: drop-shadow(4px 4px 3px #a0a0a0);
}

.room-facilities .rf-icon{
    font-size: 40px;
    color: var(--secondary);
    transition: .5s all ease-in-out;
}



/***** Content *******/

.content{
    background-image: url(../imgs/2111.jpg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-attachment: fixed;
    background-color: #1313138c;
    background-blend-mode: multiply;
}

.content{
    padding: 90px 0px 50px 0px;
}

.content h2{
    font-size: 45px;
    letter-spacing: 1px;
}

.content p{
    letter-spacing: 2px;
    font-weight: 300;
}




/***** Portfolio *******/

.gallery .gallery-item {
    overflow: hidden;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
}
  
.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
}
  
.gallery .gallery-item:hover img {
    transform: scale(1.1);
}
  
.gallery-img{
    height: 450px;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}
  
@media(max-width:768px){
    .gallery-img{
        height: 600px !important;
    }
}







/**** Contact ****/

.contact .btnn{
    border: 1px solid var(--primary);
    color: white;
    box-shadow: none !important;
    background-color: var(--primary);
    border-radius: 0px !important;
}

.contact .contact-icon{
    font-size: 17px;
    color: var(--primary);
}

.contact h6{
    font-size: 16px !important;
    font-weight: 600 !important;
    color: black !important;
}

input, textarea{
    border-radius: 0px !important;
    box-shadow: none !important;
}


select{
    box-shadow: none !important;
    /* -webkit-border-radius: 0;  */
}

input:focus{
    border-color: var(--secondary) !important;
}
select:focus{
    border-color: var(--secondary) !important;
}
textarea:focus{
    border-color: var(--secondary) !important;
}





/***** Footer *****/

.footer{
    /* background: linear-gradient(350deg, #0a4d68, #ffbe10); */
    background: linear-gradient(90deg, white, #c6c6c6);
}

.footer .social-icon{
    font-size: 20px;
    color: white;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    transition: .5s all ease-in-out;
}

.footer .social-icon:hover{
    background-color: transparent;
    color: var(--primary);
}

.footer .footer-contact h6{
    font-size: 19px;
    font-weight: 400;
}

.footer .footer-contact small{
    letter-spacing: 1px;
}

.footer .copyright{
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #888888 !important;
}

.footer .copyright a{
    color: #888888;
    transition: .5s all;
    font-weight: 400;
}

.footer .copyright a:hover{
    color: var(--primary);
}




.whats a{
    transition: .5s ;
    
}
  
.whats span{
    font-size: 0px;
     word-spacing: -40px;
    transition: .5s ;
   
}
  
.whats:hover span{
    font-size: 13px;
    word-spacing:  0px;
    transition: .5s all;
    /* margin-right: 50px; */
}



.call-icon{
    font-size: 25px;
}

.call a{
    transition: .5s ;
}

.call span{
    font-size: 0px;
    word-spacing: -40px;
   transition: .5s ; 
}

.call:hover span{
    font-size: 13px;
    word-spacing:  0px;
    transition: .5s all;
}