html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

 .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

/*Animations*/
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
}

.fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
}

.fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
}

.fade-in{
    opacity:0;
    transition: all 1.6s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   


/* End Animations*/

h1,h2,h3,h6{
    font-family: "Marcellus SC"!important;
}

h4,h5{
    font-family: "Marcellus SC"!important;
    
}

p{
    font-family: 'Outfit';
    font-size: 18px;
}

.navbar{
    padding: 10px 0;
    box-shadow: none;
    background-color: #3b3732!important;
}

.navbar ul{
    margin-right: 3%;
}

.navbar li{
    margin: 0 8px;
}

.navbar li a{
    color: white;
    font-family: Outfit;
    font-size: 18px;
}

.navbar li a.active{
    color: #ca8e46!important;
}

.navbar li a:hover{
    color: #ca8e46;
}

.book-btn{
    background-color: #ca8e46;
    
    font-family: Cinzel;
    color: white;
    font-weight: 500;
    
}

.book-btn:hover{
    background-color: white;
    color: #ca8e46;
}

.link-btn{
    background-color: white;
    font-family: Outfit;
    width: 160px;
    color: black;
    border-radius: 0px;
    padding: 10px 15px;
    font-size: 15px;
}

.link-btn:hover{
    background-color: #ca8e46;
}



.carousel-1{
    background: url('../images/arkle-head.jpg')rgba(0, 0, 0, 0.6);
    height: 760px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 70%;
    background-blend-mode: multiply;
    text-align: center;
   
}

.carousel-2{
    background: url('../images/arkle-2-head.jpg')rgba(0, 0, 0, 0.65);
    height: 760px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 70%;
    background-blend-mode: multiply;
    text-align: center;
}

.carousel-3{
    background: url('../images/arkle-3-head.jpg')rgba(0, 0, 0, 0.65);
    height: 760px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 70%;
    background-blend-mode: multiply;
    text-align: center;
}

#home-about{
    padding: 100px 0;
}
.about-left-bottom-box{
    border-left: 3px solid #ca8e46;
    padding-left: 20px;
}


.location-box{
    background-color: #ca8e46;
    width: 30%;
    border: 4px solid #ffffff;
    text-align: center;
    padding: 2%;
    border-radius: 50%;
    margin-top: -220px;
    margin-left: -80px;
    position: relative;
    z-index: 100;
    border-style: double;
    transform: rotate(-360deg);
    transition-duration: 0.8s;
}

.location-box:hover{
    transform: rotate(360deg);
    transition-duration: 0.8s;

    scale: 1.1;
}

.room-content{
    width: 400px;
    background-color: white;
    padding: 2% 5%;
    margin-top: -100px!important;
    position: relative;
    z-index: 100;
    height: 190px;
}

.rooms-btn{
    display: none;

}

.rooms-btn:hover{
    background-color: #252525;
    color: white;
    transition-duration: 0.1s!important;
}

.room-box:hover .beds-room{
    display: none!important;
    
}

@keyframes buttonappear {
    from {
        margin-top: 50px;
    }
    to {
        margin-top: 0px;
    }
  }

.room-box:hover .rooms-btn{
    display: block!important;
    width: 70%;
   
   transition-duration: 0.5s!important;
   animation-name: buttonappear;
    animation-duration: 0.4s;
    animation-delay: ease-out;
}


.room-box:hover .room-1{
    filter: brightness(80%);
    transition-duration: 0.4s;
    
}

#banner{
    margin-top: 10vh;
    margin-left: 2vh;
    margin-right: 2vh;
    background: url('../images/banner-img.jpg')rgba(0, 0, 0, 0.45);
    height: 560px;
    background-position: 10% 65%;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
    text-align: center;
    display: flex;
    align-items: center;
}
 

#services{
    margin-top: -140px;

}

.service-1{
    background: url('../img/service-bg-1.png');
    background-color: white;
    height: 100%;
    
    background-size: cover;
    
    z-index: 1000!important;
}

.service-2{
    background: url('../img/service-bg.png');
    background-color: white;
    height: 100%;
    

    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1000!important;
}

.banner-row{
    background: url('../images/facilities-bg.jpg')rgba(0, 0, 0, 0.45);
    background-position: center;
    height: 460px;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    text-align: center;
}

.service-bg{
    background: url('../img/t');
}

#banner-service{
    background: url('../img/pattern-bg.jpg');
    padding-bottom: 60px;
}


#testimonials{
    height: 500px;
    padding: 100px 0;
}

.next,
.prev /*, .carousel-indicators */ {
    filter: invert(100%);
    border: 1px solid rgb(117, 117, 117)!important;
    width: 60px;
    height: 60px;
    padding-bottom: 10px;
    border-radius: 50%;
    background-color: #4277b4;
}


#room-head{
    background: url('../img/deluxe-apartment.jpg')rgba(0, 0, 0, 0.45);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    height: 460px;
    display: flex;
    text-align: center;
    align-items: center;
    color: white;
}

#rooms{
    padding:60px 0;
}

.room-card{
    border-radius: 0px!important;
}


.room-2-btn{
    background-color: #252525;
    width: 100%;
    color: white;padding: 13px 0;
    border-radius: 0px;
}

.room-card:hover .room-2-btn{
    background-color: #ca8e46;
    color: white;
}

.room-card:hover{
    box-shadow:5px 5px #ca8e46 ;
    transition-duration: 0.3s;
}

#gallery-head{
    background: url('../images/apartment-4.jpg')rgba(0, 0, 0, 0.45);
    background-position: bottom;
    background-size: cover;
    background-blend-mode: multiply;
    height: 460px;
    display: flex;
    text-align: center;
    align-items: center;
    color: white;
}

#about-head{
    background: url('../images/arkle-two-bed-apt-6.jpg')rgba(0, 0, 0, 0.45);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    height: 460px;
    display: flex;
    text-align: center;
    align-items: center;
    color: white;
}

#contact-head{
    background: url('../images/apt-with-balcony-1.jpg')rgba(0, 0, 0, 0.45);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    height: 460px;
    display: flex;
    text-align: center;
    align-items: center;
    color: white;
}

.contact-details{
    background-color: #ca8e46;
    padding: 60px 0;
}

.contact-box{
    border: 1px solid rgb(255, 255, 255);
    margin: 5%;
    padding: 2%;
    color: white;
}

/*arkle1.html*/
.arkle1-bg{
    background: url('../images/arkle1/arkle5.jpeg') rgba(0, 0, 0, 0.572);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
}


/*arkle2.html*/
.arkle2-bg{
    background: url('../images/arkle2/arkle2-bg.jpg') rgba(0, 0, 0, 0.572);
    background-position: center!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
}
.arkle-gallery1{
    background: url('../images/arkle2/apartment_balcony.jpg') rgba(0, 0, 0, 0.572);
    background-position: center!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed !important;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
}
.room-wrapper{
    -webkit-box-shadow: 10px 10px 43px -26px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 43px -26px rgba(0,0,0,0.75);
box-shadow: 10px 10px 43px -26px rgba(0,0,0,0.75);
}


/*arkle3.html*/
.arkle3-bg{
    background: url('../images/arkle3/arkle3-bg.jpg') rgba(0, 0, 0, 0.572);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
}


/*arkle4.html*/
.arkle4-bg{
    background: url('../images/arkle4/609198284.jpg') rgba(0, 0, 0, 0.572);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
}


/*arkle5.html*/
.arkle5-bg{
    background: url('../images/arkle5/643920209.jpg') rgba(0, 0, 0, 0.572);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
}

.arkle6-bg{
    background: url('../images/arkle5/643920209.jpg') rgba(0, 0, 0, 0.572);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
}

.arkle7-bg{
    background: url('../images/arkle5/643920209.jpg') rgba(0, 0, 0, 0.572);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
}
@media only screen and (max-width: 689px) {
    .carousel-1,.carousel-2,.carousel-3 {
      height: 600px;
    }

    .carousel-caption{

        margin-bottom: 42%!important;
    }
    .p-border{
        padding: 5px 8px!important;
    }
    .about-left-bottom-box{
        padding:0px!important ;
    }
    .about-right{
        height:62vh!important;
        margin-left: 5%;
        margin-top: 7%;
    }
    .location-box{
        margin-left:  30%;
        width: 150px;
        margin-top: -60px;
    }
    
    .room-content{
        margin: 0!important;
        margin-bottom: 5%!important;
        text-align: start!important;
    }
    .next,
    .prev {
    width: 35px;
    height: 35px;
    }
    #testimonials p{
    padding: 0 27px;
    }

    #testimonials{
        height: 640px;
    }
  }


  .dropdown-item{
    color: #ca8e46!important;
    background-color: white;
    font-weight: 500;
  }

  #two-bed-head{
    background: url('../images/arkle-two-bed-apt-1.jpg')rgba(0, 0, 0, 0.45);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    height: 460px;
    display: flex;
    text-align: center;
    align-items: center;
    color: white;
  }

  #apt-with-balcony-head{
    background: url('../images/apt-with-balcony-1.jpg')rgba(0, 0, 0, 0.45);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    height: 460px;
    display: flex;
    text-align: center;
    align-items: center;
    color: white;
  }

  #deluxe-apt-head{
    background: url('../images/deluxe-apt-1.jpg')rgba(0, 0, 0, 0.45);
    background-position: bottom;
    background-size: cover;
    background-blend-mode: multiply;
    height: 460px;
    display: flex;
    text-align: center;
    align-items: center;
    color: white;
  }

  #deluxe-double-room-head{
    background: url('../images/deluxe-db-room-1.jpg')rgba(0, 0, 0, 0.45);
    background-position: bottom;
    background-size: cover;
    background-blend-mode: multiply;
    height: 460px;
    display: flex;
    text-align: center;
    align-items: center;
    color: white;
  }

  #deluxe-double-room-w-balcony-head{
    background: url('../images/deluxe-db-room-w-balc-1.jpg')rgba(0, 0, 0, 0.45);
    background-position: bottom;
    background-size: cover;
    background-blend-mode: multiply;
    height: 460px;
    display: flex;
    text-align: center;
    align-items: center;
    color: white;
  }

  #standard-double-room-head{
    background: url('../images/standart-db-room-1.jpg')rgba(0, 0, 0, 0.45);
    background-position: bottom;
    background-size: cover;
    background-blend-mode: multiply;
    height: 460px;
    display: flex;
    text-align: center;
    align-items: center;
    color: white;
  }

  #one-bedroom-apart-head{
    
        background: url('../images/one-bed-apt-1.jpg')rgba(0, 0, 0, 0.45);
        background-position: bottom;
        background-size: cover;
        background-blend-mode: multiply;
        height: 460px;
        display: flex;
        text-align: center;
        align-items: center;
        color: white;
     
  }

  #apartment-head{
    
    background: url('../images/apartment-1.jpg')rgba(0, 0, 0, 0.45);
    background-position: bottom;
    background-size: cover;
    background-blend-mode: multiply;
    height: 460px;
    display: flex;
    text-align: center;
    align-items: center;
    color: white;
 
}
.br-tag{
    display: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ca8e46;
}
@media(max-width:990px){
    .br-tag{
        display: block ;
    }
}