* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/Poppins-Regular.ttf') format("opentype")
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/Poppins-Medium.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/Poppins-SemiBold.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-Light;
    src: url('../fonts/Poppins-Light.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/Poppins-Bold.ttf') format("truetype")
}

@font-face {
    font-family: BASKVILL;
    src: url('../fonts/BASKVILL.TTF') format("truetype")
}

@font-face {
    font-family: Amalfi-Coast;
    src: url('../fonts/Amalfi-Coast.ttf') format("truetype")
}

@font-face {
    font-family: Exodus-Demo-Sharpen;
    src: url('../fonts/Exodus-Demo-Sharpen.otf');
}


html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    margin: 0 auto;
    max-width: 1680px;
    position: relative;
}




header{
position: fixed;
top: 0;
z-index: 9999;
width: 100vw;
}
header .navbar{
    max-width: 100%;
    padding: 30px 80px;

}

header .navbar .container-size{
    
} 

header .navbar .navbar-nav .nav-item{
    margin: 0 7px;
}

header .navbar .navbar-nav .active{
    border: #fbca7d 1px solid;
}

header .navbar .navbar-nav .nav-item .nav-link{
    text-transform: uppercase;
    font-size: 15px;
    font-family: Poppins-SemiBold;
    background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    padding: 10px 15px;
    color: rgb(240,181,73);

}

header .navbar .navbar-nav .nav-item .dropdown-menu{
    border-color: #fbca7d;  
    background:transparent;
    border-radius: 0;
}

header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item{
    background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    font-size: 15px;
    font-family: Poppins-SemiBold;

} 

.navbar-scroll{
    background: #3f291e;
}

.navbar-scroll .navbar{
    max-width: 100%;
    padding: 15px 80px;
}

/* banner */

#banner{

}

#banner .carousel .carousel-inner .carousel-item img{
    height: 700px;
    width: 100%;
}

#banner .carousel .carousel-inner .carousel-item .carousel-caption{
bottom: 30%;
}

#banner .carousel .carousel-inner .carousel-item .carousel-caption h1{
    font-size: 50px;
    /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; */
      font-family: Amalfi-Coast;
      color: rgb(240,181,73);
}

#banner .carousel .carousel-inner .carousel-item .carousel-caption h2{
    font-size: 60px;
    background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-family: Exodus-Demo-Sharpen;
      
}

#banner .carousel .carousel-inner .carousel-item .carousel-caption a{
    font-family: Poppins-SemiBold;
    font-size: 16px;
    background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: #fbca7d 1px solid;
    text-transform: uppercase;
    padding: 8px 12px;
    position: relative;
    top: 30px;
}

#banner .carousel .carousel-inner .carousel-item .number{
    position: absolute;
    bottom: 36%;
}

#banner .carousel .carousel-inner .carousel-item .number p{

    background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    transform: rotate(-90deg);
    font-size: 18px;
    font-family: Poppins-SemiBold;
}
#banner .carousel .carousel-inner .carousel-item .choicebox{
    position: absolute;
    border: #fbca7d 2px solid;
    width: 110px;
    height: 170px;
    bottom: 9%;
    right: 7%;
    color: #fbca7d;
    text-align: center;
}

#banner .carousel .carousel-inner .carousel-item .choicebox img{
    height: 52px;
}

#banner .carousel .carousel-inner .carousel-item .choicebox h1{
    background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-family: Poppins-Bold;
      font-size: 16px;

}

#banner .carousel .carousel-inner .carousel-item .choicebox h2{
    background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-family: Poppins-Medium;
      font-size: 18px;

}

#banner .carousel .carousel-inner .carousel-item .choicebox h3{
    background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-family: Poppins-Bold;
      font-size: 16px;
}

#banner .carousel .carousel-indicators{
    bottom: 7%;
}

#banner .carousel .carousel-indicators li{
    height: 15px;
    width:15px;
    border-radius: 50%;
}

#banner .carousel .carousel-indicators .active{
    background-color:#fbca7d 
}

/* hotel=== */

#hotel{
    background: url(../images/background.png);
    background-color:#fff2d9;
    padding-top: 100px;
    padding-bottom:10px;
    position: relative;
}

#hotel .container-size{
    max-width: 100%;
    padding: 0 480px;
}

#hotel .hotelcontent{

}

#hotel .hotelcontent h1{
    font-size: 60px;
    font-family: Exodus-Demo-Sharpen;
    letter-spacing: 5px;
    /* text-decoration: underline; */
    border-bottom:#a0731c 2px solid ;
    line-height: 1;
    color:#a0731c;
    padding-bottom: 20px;
    
}

#hotel .hotelcontent h2{
    font-size: 34px;
    font-family: Exodus-Demo-Sharpen;
    text-align: center;
    padding-top: 34px;
    padding-bottom: 30px;
}

#hotel .hotelcontent p{
    
    font-size: 17px;
    font-family: Poppins-Medium;
    text-align: justify;
    padding-top:15px

}

#hotel .hotelcontent .more{
    text-align: center;
    padding-top: 50px;
}

#hotel .hotelcontent a{
    text-align: center;
    font-family: Poppins-SemiBold;
    font-size: 16px;
    color:#fff2d9;
    background: #a0731c;
    padding: 10px;
    text-decoration: none;
}

#hotel .hotelcontent .icon{
    position: absolute;
    left: 8%;
    top: 13%;

}

#hotel .hotelcontent .icon svg{
    font-size: 170px;
    color:#a0731c
}

#hotel .hotelcontent span{
    display: inline-block;
    background: #a0731c;
    height: 2px;
    width: 100%;
    margin-top: 100px;

}

#hotel .suites .icon{
    position: absolute;
    left: 8%;
    bottom: 12%;
}
#hotel .suites .icon svg{
    font-size: 170px;
    color:#a0731c
}

#hotel .suites h1{
    font-size: 60px;
    font-family: Exodus-Demo-Sharpen;
    letter-spacing: 5px;
    line-height: 1;
    color:#a0731c;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 70px;
}

#hotel .suites p{
    font-size: 17px;
    font-family: Poppins-Medium;
    text-align: justify;
    padding-top:15px
}

/* rooms */

#rooms{
    background: url(../images/background.png);
    background-color:#fff2d9;
    padding-top: 40px;
    padding-bottom:120px;
    position: relative;

}

#rooms .container-size{
    max-width: 100%;
    padding: 0 350px;
}

#rooms .nav-tabs{
    border: none;
    justify-content: space-between;
    margin-top: 10px;
}

#rooms .nav-tabs .nav-link{
    border: none;
    background: none;
    font-size: 22px;
    font-family: Poppins-Medium;
    text-transform: uppercase;

}

#rooms .nav-tabs .active{
    color: #a0731c;
    border-bottom: #a0731c 1px solid !important;
}

#rooms .nav-tabs .nav-link:focus{
    outline: none;
    border: none;
}

#rooms .tab-content{
    padding-top: 70px;
}

#rooms .tab-content .roomtop{
position: relative;
} 
#rooms .tab-content .roomtop .slideborder{
    border: 1px solid #fbca7d;
    height: 361px;
    position: absolute;
    z-index: 999999;
    width: 13%;
    top: 10%;
    margin: -4px 37px;
}

#rooms .tab-content .roomtop .roomimg{

}

#rooms .tab-content .roomtop .roomimg img{
    width: 100%;
}

#rooms .left-arrow{
   
    

}
#rooms .left-arrow svg{
    color: #fff2d9;
    background: #a0731c;
    position: absolute;
    z-index: 99;
    padding: 14px 17px;
    border-radius: 50%;
    top: 45%;
    left: -5px;
}
#rooms .right-arrow{
    
}
#rooms .right-arrow svg{
    color: #fff2d9;
    background: #a0731c;
    position: absolute;
    padding: 14px 17px;
    z-index: 99;
    border-radius: 50%;
    right: -5px;
    top: 45%;
}

#rooms .tab-content .roomdown{

}

#rooms .tab-content .roomdown .roomdownimg{

}

#rooms .tab-content .roomdown .roomdownimg img{
    width: 98%;
}
#rooms .slick-dots{
    z-index: 999;
    bottom: 15%;
    right: -38%;
}

#rooms .slick-dots li button:before {
    font-size:12px;
}
#rooms .slick-dots li button:hover{
    color: #fbca7d;
}

#rooms .slick-dots li.slick-active button:before{
    color: #fbca7d;
}

#rooms .slick-dots li button:hover:before{
    color: #fbca7d;
}

#rooms .sliderbottom{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;

}

#rooms .sliderbottom .sbleft{

    width: 60%;

}

#rooms .sliderbottom .sbleft h1{
    font-size: 38px;
    color: #a0731c;
    font-family: Exodus-Demo-Sharpen;
    padding-bottom: 20px;
    letter-spacing: 5px;
}

#rooms .sliderbottom .sbleft p{
     font-family: Poppins-Medium;
     font-size: 17px;
}

#rooms .sliderbottom .sbleft .additionallinnk{
    padding-top: 20px;
}

#rooms .sliderbottom .sbleft .additional{
    font-family: Poppins-Medium;
    font-size: 17px;
    text-transform: uppercase;
    color: #a0731c;
    border-bottom: #a0731c 1px solid;
    
}

#rooms .sliderbottom .sbleft .links{
    padding-top: 60px;
}

#rooms .sliderbottom .sbleft .links .room{

    color: #a0731c;
    font-family: Poppins-SemiBold;
    font-size: 16px;
    padding: 10px;
    border: #a0731c 1px solid;

    
}
#rooms .sliderbottom .sbleft .links .more{
    background: #a0731c;
    color: #fff2d9;
    font-family: Poppins-SemiBold;
    font-size: 16px;
    padding: 10px;
    margin-left: 20px;
}

#rooms .sliderbottom .sbright{
    width: 35%;

}

#rooms .sliderbottom .sbright ul{
    list-style: none;
}

#rooms .sliderbottom .sbright ul li{
    border-bottom: #a0731c 1px solid;
    margin-top: 30px;
    padding-bottom: 10px;
    font-family: Poppins-Medium;
    font-size: 17px;
    text-transform: uppercase;
}
#rooms .sliderbottom .sbright ul li img{
    height: 40px;
    padding-right: 30px;
}

#rooms .sliderbottom .sbright .viewall{
    padding-top: 40px;
    
}
#rooms .sliderbottom .sbright .viewall a{
    color: #a0731c;
    font-family: Poppins-SemiBold;
    font-size: 16px;
    padding: 10px;
    border: #a0731c 1px solid;
}


/* amenties */

#amenties{
    background: url(../images/amentiesback.png);
    padding-top: 100px;
    padding-bottom: 120px;
    /* position: relative ; */
}
#amenties .container-size{
    max-width: 100%;
    padding: 0 100px;
}

#amenties .icon{
    position: absolute;
}
#amenties .icon svg{
    font-size: 170px;
     /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; */
      color: rgba(240,181,73,1);


}
#amenties .amentieshead{
    text-align: center;
}
#amenties .amentieshead h1{
    font-size: 60px;
    font-family: Exodus-Demo-Sharpen;
    letter-spacing: 8px;
    line-height: 1;
     background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}

#amenties .nav-tabs {
    justify-content: center;
    border: none;
}
#amenties .nav-tabs .nav-link{
    background: none;
    margin: 40px;
    font-size: 22px;
    font-family: Poppins-Medium;
    text-transform: uppercase;
     background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    
}
#amenties .nav-tabs .active{
    border-bottom: rgba(240,181,73,1) 2px solid !important;
    border: none;
}
#amenties .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
    outline: none;
    border: none;
}
#amenties .nav-tabs .nav-link:active{
    border: none;
    outline: none;
}

#amenties .tab-content{

}

#amenties .amenties-slider{
position: relative;
margin-top: 60px;
}

#amenties .Amentiesowl .item{
    text-align: center;
    width: 128px;
    margin: 0 auto;
}
#amenties .Amentiesowl .item .imgback{
background: #fff2d9;
height: 118px;
width: 128px;
display: flex;
justify-content: center;
align-items: center;
}

#amenties .Amentiesowl .item .imgback img{
    height: 60px;
    width: 60px;
}

#amenties .Amentiesowl .item p{
    font-family: Poppins-Medium;
    text-transform: uppercase;
     background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 18px;
      padding-top: 20px;
      
}

#amenties .owl-carousel .owl-nav.disabled{
    display: block !important;
}

#amenties .owl-carousel .owl-nav .owl-prev{
    
}

#amenties .owl-carousel .owl-nav .owl-prev svg{
    border: #fbca7d 1px solid;
    border-radius: 50%;
    color: #fbca7d;
    padding: 12px 14px;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    bottom: 62%;
}

#amenties .owl-carousel .owl-nav .owl-next svg{
    border: #fbca7d 1px solid;
    border-radius: 50%;
    color: #fbca7d;
    padding: 12px 14px;
    border-radius: 50%;
    position: absolute;
    right: -50px;
    bottom: 62%;
}

#amenties .owl-carousel .owl-nav .owl-prev{
    outline:none
}

#amenties .owl-carousel .owl-nav .owl-prev:hover{
    background: transparent;
}

#amenties .owl-carousel .owl-nav .owl-next{
    outline:none
}

#amenties .owl-carousel .owl-nav .owl-next:hover{
    background: transparent;
}

#amenties .amenties-slider .viewall{
    text-align: center;
    margin-top: 40px;

}

#amenties .amenties-slider .viewall a{
    padding: 10px 15px;
    border: #fbca7d 1px solid;
    font-family: Poppins-semibold;
    text-transform: uppercase;
     background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 18px;
}

/* gallery */

#gallery{
    background: url(../images/background.png);
    background-color:#fff2d9;
    padding-top: 40px;
    padding-bottom:120px;
    position: relative;
}
#gallery .container-size{
    max-width: 100%;
    padding: 0 100px;
}

#gallery .galleryhead{
    text-align: center;
}

#gallery .galleryhead h1{
    font-size: 60px;
    font-family: Exodus-Demo-Sharpen;
    letter-spacing: 8px;
    line-height: 1;
    color:#a0731c;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 40px;
}

#gallery .galleryhead p{
    font-size: 17px;
    font-family: Poppins-Medium;
    padding-top:15px
}

#gallery .nav-tabs {
    justify-content: center;
    border: none;
}
#gallery .nav-tabs .nav-link{
    background: none;
    margin: 40px 10px;
    font-size: 18px;
    font-family: Poppins-Medium;
    text-transform: uppercase;
     
    
}
#gallery .nav-tabs .active{
    border-bottom: #a0731c 2px solid !important;
    border: none;
    color: #a0731c;
}
#gallery .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
    outline: none;
    border: none;
}
#gallery .nav-tabs .nav-link:active{
    border: none;
    outline: none;
}

#gallery .galleryslider{
padding-top: 40px;
}

#gallery .galleryowl{
    
}

#gallery .galleryowl .galimg{

}

#gallery .galleryowl .galimg img{

}

#gallery .owl-carousel .owl-nav.disabled{
    display: block !important;
}

#gallery .owl-carousel .owl-nav .owl-prev svg{
    background: #a0731c;
    color: white;
    padding: 12px 14px;
    border-radius: 50%;
    position: absolute;
    left: -18px;
    top: 45%;
}

#gallery .owl-carousel .owl-nav .owl-next svg{
    background: #a0731c;
    color: white;
    padding: 12px 14px;
    border-radius: 50%;
    position: absolute;
    right: -18px;
    top: 45%;
}


#gallery .owl-carousel .owl-nav .owl-prev{
    outline:none
}

#gallery .owl-carousel .owl-nav .owl-prev:hover{
    background: transparent;
    
}

#gallery .owl-carousel .owl-nav .owl-next{
    outline:none
}

#gallery .owl-carousel .owl-nav .owl-next:hover{
    background: transparent;
}

#gallery .viewall{
    text-align: center;
    margin-top:50px
}

#gallery .viewall a{
    color:white;
    font-family: Poppins-SemiBold;
    font-size: 16px;
    padding: 10px;
    background: #a0731c;
}

/* review */

#reviews{
    background: url(../images/backgroundreview.png);
    height: 700px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover ;
    position: relative;
    
    
}

/* #reviews .reviewback{

    position: absolute;
    background-color: rgba(0, 0, 0, 0.189);
    height: 100%;
    width: 100%;
} */
#reviews .contaier-size{
    /* max-width: 100%;
    padding: 0 400px; */
} 

#reviews .reviewhead{
text-align: center;
padding-top:70px
}

#reviews .reviewhead h1{
    font-size: 60px;
    font-family: Exodus-Demo-Sharpen;
    letter-spacing: 8px;
    background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}

#reviews .reviewcontent{
padding-top: 30px;
text-align: center;
}

#reviews .reviewcontent h3{
    font-family: Poppins-Medium;
    text-transform: uppercase;
    color: #fbca7d;
    font-size: 22px;
}

#reviews .reviewcontent h4{
    font-family: Poppins-Medium;
    text-transform: uppercase;
    color: white;
    font-size: 24px;
    text-decoration: underline 2px;
    line-height: 2;
}

#reviews .reviewsocials{
padding-top: 30px;
text-align: center;
}
#reviews .reviewsocials img{

}
#reviews .revstars{
    padding-top: 30px;
    text-align: center;
}
#reviews .revstars img{

}

#reviews .revstars p{
color: white;
font-family: Poppins-Regular;
padding-top: 10px;
}

#reviews .revstars .viewall{
    text-align: center;
    padding-top: 10px;
}
#reviews .revstars .viewall a{
    padding: 10px 15px;
    border: #fbca7d 1px solid;
    font-family: Poppins-semibold;
    text-transform: uppercase;
     background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 18px;
}

#reviews .revstars .bottomimg{
padding-top: 60px;
} 

#reviews .revstars .bottomimg img{

}

/* reservative */

#reservative{
background: url(../images/reservativeback.png);
height: 535px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

#reservative .resborder{
    border: #fbca7d 1px solid;
    width: 97%;
    height: 92%;
    position: absolute;
    padding-top: 4px;
    left: 23px;
    top: 22px;
}

#reservative .rescontent{
    text-align: center;
    padding-top: 70px;
}


#reservative .rescontent h1{
    font-family: BASKVILL;
    background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 50px;
      text-transform: uppercase;
      letter-spacing: 8px;
}

#reservative .rescontent h2{
    font-family: Amalfi-Coast;
    color: rgb(240,181,73);
    font-size: 40px;
    padding-top: 20px;
}
#reservative .rescontent p{
    color: white;
    font-family: Poppins-Regular;
    padding-top: 17px;
    padding-top: 60px;
}

#reservative .rescontent .viewrooms{
padding-top: 30px;
} 

#reservative .rescontent .viewrooms a{
    padding: 10px 15px;
    border: #fbca7d 1px solid;
    font-family: Poppins-semibold;
    text-transform: uppercase;
     background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 18px;
}

/* hotelinfo========== */

#hotelinfo{
    background: url(../images/background.png);
    background-color:#fff2d9;
    padding-top: 120px;
    padding-bottom:120px;
    position: relative;
}
#hotelinfo .container-size{
    max-width: 100%;
    padding: 0 480px;
} 

#hotelinfo .hcontents{
text-align: center;
}

#hotelinfo .hcontents h1{
    font-size: 60px;
    font-family: Exodus-Demo-Sharpen;
    letter-spacing: 8px;
    line-height: 1;
    color:#a0731c;
    
    text-align: center;
   
}

#hotelinfo .hcontents p{
    font-size: 17px;
    font-family: Poppins-Medium;
    padding-top:25px
}

#hotelinfo .hotelbcontents{
padding-top: 20px;
}

#hotelinfo .hotelbcontents .check{
display: flex;
justify-content: space-between;
padding-bottom: 5px;
border-bottom: #a0731c 1px solid;
margin-top: 28px;
}

#hotelinfo .hotelbcontents .check .checkleft{
width: 250px;
text-align: right;
}

#hotelinfo .hotelbcontents .check .checkleft h5{
    font-size: 18px;
    text-transform: uppercase;
    font-family: Poppins-medium;
}
#hotelinfo .hotelbcontents .check .checkleft p{
    color: #a0731c;
    font-family: Poppins-semibold;
    text-transform: uppercase;
    font-size: 18px;
}

#hotelinfo .hotelbcontents .check .checkright{
    width: 250px;
    text-align: left;
}

#hotelinfo .hotelbcontents .check .checkright h5{
    font-size: 18px;
    text-transform: uppercase;
    font-family: Poppins-medium;
}
#hotelinfo .hotelbcontents .check .checkright p{
    color: #a0731c;
    font-family: Poppins-semibold;
    text-transform: uppercase;
    font-size: 18px;
}
#hotelinfo .hotelbcontents .check2{
    display: flex;
    justify-content: center;
    border-bottom: #a0731c 1px solid;

}

#hotelinfo .hotelbcontents .check2 .checkcontent{
    text-align: center;
    padding-bottom: 5px;

margin-top: 28px;
}

#hotelinfo .hotelbcontents .check2 .checkcontent h5{
    font-size: 18px;
    text-transform: uppercase;
    font-family: Poppins-semibold;
    color: #a0731c;
    
}
#hotelinfo .hotelbcontents .check2 .checkcontent p{
    
    font-family: Poppins-medium;
    text-transform: capitalize;
    font-size: 17px;
    padding-top: 10px;
}

/* out restaurent */

#ourrestourent{
    background: url(../images/ourrestaurent.png);
    height: 650px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#ourrestourent .ourborder{
    position: absolute;
    border: #fbca7d 1px solid;
    width: 97%;
    height: 95%;
    top: 17px;
    left: 21px;
}
#ourrestourent .container-size{
    max-width: 100%;
    padding: 150px 100px;
}

#ourrestourent .ourrescontent{
text-align: right;
}
#ourrestourent .ourrescontent h1{
    font-family: BASKVILL;
    background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 50px;
      text-transform: uppercase;
      letter-spacing: 8px;
}
#ourrestourent .ourrescontent h2{
    font-family: Amalfi-Coast;
    color: rgb(240,181,73);
    font-size: 80px;
    padding-top: 5px;
}
#ourrestourent .ourrescontent p{
    background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    font-family: Poppins-Regular;
    padding-top: 8px;
    padding-top: 50px;
    text-transform: capitalize;
}

#ourrestourent .ourrescontent .more{
    padding-top: 30px;
}

#ourrestourent .ourrescontent .more a{
    padding: 10px 15px;
    border: #fbca7d 1px solid;
    font-family: Poppins-semibold;
    text-transform: uppercase;
     background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 18px;
}


/* testimonials */

#testimonials{
    background: url(../images/testback.png);
    height: 420px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

#testimonials .container-size{
    max-width: 100%;
    padding: 90px 80px;
}

#testimonials .testrow{

} 
#testimonials .testrow .testleft{
border-right: #c2913b 1px solid;

} 

#testimonials .testrow .testleft h4{
    font-family: BASKVILL;
    background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 20px;
      text-transform: uppercase;
      
      /* letter-spacing: 8px; */
}

#testimonials .testrow .testleft h1{
    font-family: BASKVILL;
    background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 50px;
      text-transform: uppercase;
      letter-spacing: 8px;
      padding-top:15px ;
}
#testimonials .testrow .testright{

}

#testimonials .testrow .testright .testslider{

}

#testimonials .testrow .testright .testslider .testmowl{
    
}

#testimonials .testrow .testright .rightcontent{

}

#testimonials .testrow .testright .rightcontent h5{
    font-family: Poppins-semibold;
    font-size: 18px;
    color:#fff2d9;
    text-transform: uppercase;

}

#testimonials .testrow .testright .rightcontent h6{
    font-family: Poppins-medium;
    color:#fff2d9;
    font-size: 16px;
    padding-top: 10px;
}

#testimonials .testrow .testright .rightcontent .bottom{
display: flex;
padding-top: 40px;

}

#testimonials .testrow .testright .rightcontent .bottom p{
    font-family: Poppins-regular;
    color:#fff2d9;
    font-size: 16px;
}
#testimonials .testrow .testright .rightcontent .bottom img{
    height: 20px;
    width: 20px;
}

#testimonials .owl-carousel .owl-nav{
    position: absolute;
    right: 0;
    bottom: -6px;
}

#testimonials .owl-carousel .owl-nav .owl-prev svg{
    background: #a0731c;
    color: white;
    padding: 12px 15px;
    border-radius: 50%;
    
    
}

#testimonials .owl-carousel .owl-nav .owl-next svg{
    border: #fbca7d 1px solid;
    border-radius: 50%;
    color: #fbca7d;
    padding: 12px 15px;
    border-radius: 50%;
    
   
}

#testimonials .owl-carousel .owl-nav .owl-prev{
    outline:none
}

#testimonials .owl-carousel .owl-nav .owl-prev:hover{
    background: transparent;
    
}

#testimonials .owl-carousel .owl-nav .owl-next{
    outline:none
}

#testimonials .owl-carousel .owl-nav .owl-next:hover{
    background: transparent;
}



/* form */

#hear{
    background: url(../images/background.png);
    background-color:#fff2d9;
    padding-top: 120px;
    padding-bottom:120px;
    position: relative;
}

#hear .container-size{
    max-width: 100%;
    padding: 0 430px;
} 

#hear .hearhead{
    text-align: center;
}

#hear .hearhead h1{
    font-size: 50px;
    font-family: Exodus-Demo-Sharpen;
    letter-spacing: 8px;
    line-height: 1;
    color:#a0731c;
    
}

#hear .hearhead p{
    font-size: 17px;
    font-family: Poppins-Medium;
    padding-top:25px
}

#hear .hearinput{
    max-width: 100%;
    padding: 0 20px;
    margin-top: 68px;
}

#hear .hearinput input{
    display: block;
    background: none;
    border: none;
    border-bottom: 1px solid;
    margin-top: 35px;
    width: 100%;
    padding-bottom: 16px;
}

#hear .hearinput input:focus{
    outline: none;
}

#hear .hearinput input::placeholder{
font-family: poppins-regular;
font-size: 15px;
}

#hear .hearinput textarea{
    background: none;
    border: none;
    border-bottom: 1px solid;
    margin-top: 31px;
    width: 100%;
    padding-bottom: 16px;
}

#hear .hearinput .submit{
    text-align: center;
    margin-top:85px
}

#hear .hearinput .submit a{
    color:white;
    font-family: Poppins-medium;
    font-size: 16px;
    padding: 10px 28px;
    background: #a0731c;
    text-transform: uppercase;
}

/* footer */

footer{
    background: url(../images/background.png);
    background-color:#fff2d9;
    padding-top: 10px;
    padding-bottom:60px;
    position: relative; 

}

footer .container-size{
    max-width: 100%;
    padding: 0 60px;
}
footer .footertop{
    display: inline-block;
background: #a0731c;
height: 2px;
width: 100%;
}

footer .footerimg{
   
    display: flex;
    justify-content: center;
}

footer .footerimg img{
    position: absolute;
    bottom: 0;
}

footer .footercontent{
padding-top: 100px;
}

footer .footercontent .logo{
    text-align: center;
}

footer .footercontent .footerlist1{
padding-top: 50px;
}

footer .footercontent .footerlist1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

footer .footercontent .footerlist1 ul li a{
    font-family: poppins-Semibold;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 10px;
    text-decoration: none;
    color: rgb(26, 24, 24);
    
}

footer .footercontent .footercontent2{
text-align: center;
padding-top: 20px;
}

footer .footercontent .footercontent2 p{
    font-family: poppins-Medium;
    font-size: 16px;
}

footer .footercontent .footercontent2 h5{
    color: #a0731c;
    font-family: poppins-Semibold;
    font-size: 20px;
}

footer .footercontent .footerlist3{
padding-top: 50px;
}

footer .footercontent .footerlist3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

footer .footercontent .footerlist3 ul span{
    display: inline-block;
    background: #3f291e;
    height: 16px;
    width: 1px;
    margin-top: 7px;
}

footer .footercontent .footerlist3 ul li a{
    font-family: poppins-Medium;
    font-size: 15px;
    color: rgb(26, 24, 24);
    margin: 0 15px;
}

footer .footericons{
    padding-top: 30px;
    text-align: center;  
}

footer .footericons svg{
    background:#a0731c;
        color: white;
        padding: 10px 12px;
        border-radius: 50%;
        font-size: 25px;
        margin: 6px; 
}

footer .footerbottom{
    text-align: center;
    padding-top: 40px;
} 

footer .footerbottom p{
    font-family: poppins-Medium;
    font-size: 15px;
}
















 









@media (max-width: 5120px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media (max-width: 2000px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media (max-width: 1800px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media (max-width: 1600px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media (max-width: 1400px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media only screen and (max-width: 1300px) {
    .container-new-big {
        padding: 0 60px;
    }
}

@media only screen and (max-width: 1200px) {
    .container-new-big {
        padding: 0 40px;
    }

    .navbar_baner_section .aries_logo {
        bottom: -280px;
    }

}

@media only screen and (max-width: 560px) {
    .container-new-big {
        padding: 0 20px;
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

@media(max-width:1300px) {

    html {
        scroll-behavior: smooth;
        scroll-padding-top: 100px;
    }
    
    body {
        margin: 0 auto;
        max-width: 1300px;
        position: relative;
    }
    
    
    
    
    header{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100vw;
    }
    header .navbar{
        max-width: 100%;
        padding: 27px 40px;
    
    }
    
    header .navbar .container-size{
        
    } 
    
    header .navbar .navbar-nav .nav-item{
        margin: 0 3px;
    }
    
    header .navbar .navbar-nav .active{
        border: #fbca7d 1px solid;
    }
    
    header .navbar .navbar-nav .nav-item .nav-link{
        text-transform: uppercase;
        font-size: 15px;
        font-family: Poppins-SemiBold;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        padding: 10px 15px;
        color: rgb(240,181,73);
    
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu{
        border-color: #fbca7d;  
        background:transparent;
        border-radius: 0;
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-size: 15px;
        font-family: Poppins-SemiBold;
    
    } 
    
    .navbar-scroll{
        background: #3f291e;
    }
    
    .navbar-scroll .navbar{
        max-width: 100%;
        padding: 15px 40px;
    }
    
    /* banner */
    
    #banner{
    
    }
    
    #banner .carousel .carousel-inner .carousel-item img{
        height: 700px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption{
    bottom: 30%;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h1{
        font-size: 50px;
        /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          font-family: Amalfi-Coast;
          color: rgb(240,181,73);
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h2{
        font-size: 60px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Exodus-Demo-Sharpen;
          
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption a{
        font-family: Poppins-SemiBold;
        font-size: 16px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border: #fbca7d 1px solid;
        text-transform: uppercase;
        padding: 8px 12px;
        position: relative;
        top: 30px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number{
        position: absolute;
        bottom: 36%;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number p{
    
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        transform: rotate(-90deg);
        font-size: 18px;
        font-family: Poppins-SemiBold;
    }
    #banner .carousel .carousel-inner .carousel-item .choicebox{
        position: absolute;
        border: #fbca7d 2px solid;
        width: 110px;
        height: 170px;
        bottom: 9%;
        right: 7%;
        color: #fbca7d;
        text-align: center;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox img{
        height: 52px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h1{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h2{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Medium;
          font-size: 18px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h3{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    }
    
    #banner .carousel .carousel-indicators{
        bottom: 7%;
    }
    
    #banner .carousel .carousel-indicators li{
        height: 15px;
        width:15px;
        border-radius: 50%;
    }
    
    #banner .carousel .carousel-indicators .active{
        background-color:#fbca7d 
    }
    
    /* hotel=== */
    
    #hotel{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 100px;
        padding-bottom:10px;
        position: relative;
    }
    
    #hotel .container-size{
        max-width: 100%;
        padding: 0 395px;
    }
    
    #hotel .hotelcontent{
    
    }
    
    #hotel .hotelcontent h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        /* text-decoration: underline; */
        border-bottom:#a0731c 2px solid ;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        
    }
    
    #hotel .hotelcontent h2{
        font-size: 34px;
        font-family: Exodus-Demo-Sharpen;
        text-align: center;
        padding-top: 34px;
        padding-bottom: 30px;
    }
    
    #hotel .hotelcontent p{
        
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    
    }
    
    #hotel .hotelcontent .more{
        text-align: center;
        padding-top: 50px;
    }
    
    #hotel .hotelcontent a{
        text-align: center;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        color:#fff2d9;
        background: #a0731c;
        padding: 10px;
        text-decoration: none;
    }
    
    #hotel .hotelcontent .icon{
        position: absolute;
        left: 8%;
        top: 13%;
    
    }
    
    #hotel .hotelcontent .icon svg{
        font-size: 170px;
        color:#a0731c
    }
    
    #hotel .hotelcontent span{
        display: inline-block;
        background: #a0731c;
        height: 2px;
        width: 100%;
        margin-top: 100px;
    
    }
    
    #hotel .suites .icon{
        position: absolute;
        left: 8%;
        bottom: 12%;
    }
    #hotel .suites .icon svg{
        font-size: 170px;
        color:#a0731c
    }
    
    #hotel .suites h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 70px;
    }
    
    #hotel .suites p{
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    }
    
    /* rooms */
    
    #rooms{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    
    }
    
    #rooms .container-size{
        max-width: 100%;
        padding: 0 300px;
    }
    
    #rooms .nav-tabs{
        border: none;
        justify-content: space-between;
        margin-top: 10px;
    }
    
    #rooms .nav-tabs .nav-link{
        border: none;
        background: none;
        font-size: 22px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
    
    }
    
    #rooms .nav-tabs .active{
        color: #a0731c;
        border-bottom: #a0731c 1px solid !important;
    }
    
    #rooms .nav-tabs .nav-link:focus{
        outline: none;
        border: none;
    }
    
    #rooms .tab-content{
        padding-top: 70px;
    }
    
    #rooms .tab-content .roomtop{
    position: relative;
    } 
    #rooms .tab-content .roomtop .slideborder{
        border: 1px solid #fbca7d;
        height: 347px;
        position: absolute;
        z-index: 999999;
        width: 13%;
        top: 6%;
        margin: -4px 31px;
    }
    
    #rooms .tab-content .roomtop .roomimg{
    
    }
    
    #rooms .tab-content .roomtop .roomimg img{
        width: 100%;
    }
    
    #rooms .left-arrow{
       
        
    
    }
    #rooms .left-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        z-index: 99;
        padding: 14px 17px;
        border-radius: 50%;
        top: 45%;
        left: -5px;
    }
    #rooms .right-arrow{
        
    }
    #rooms .right-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        padding: 14px 17px;
        z-index: 99;
        border-radius: 50%;
        right: -5px;
        top: 45%;
    }
    
    #rooms .tab-content .roomdown{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg img{
        width: 98%;
    }
    #rooms .slick-dots{
        z-index: 999;
        bottom: 15%;
        right: -38%;
    }
    
    #rooms .slick-dots li button:before {
        font-size:12px;
    }
    #rooms .slick-dots li button:hover{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li.slick-active button:before{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li button:hover:before{
        color: #fbca7d;
    }
    
    #rooms .sliderbottom{
        display: flex;
        justify-content: space-between;
        padding-top: 50px;
    
    }
    
    #rooms .sliderbottom .sbleft{
    
        width: 60%;
    
    }
    
    #rooms .sliderbottom .sbleft h1{
        font-size: 38px;
        color: #a0731c;
        font-family: Exodus-Demo-Sharpen;
        padding-bottom: 20px;
        letter-spacing: 5px;
    }
    
    #rooms .sliderbottom .sbleft p{
         font-family: Poppins-Medium;
         font-size: 17px;
    }
    
    #rooms .sliderbottom .sbleft .additionallinnk{
        padding-top: 20px;
    }
    
    #rooms .sliderbottom .sbleft .additional{
        font-family: Poppins-Medium;
        font-size: 17px;
        text-transform: uppercase;
        color: #a0731c;
        border-bottom: #a0731c 1px solid;
        
    }
    
    #rooms .sliderbottom .sbleft .links{
        padding-top: 60px;
    }
    
    #rooms .sliderbottom .sbleft .links .room{
    
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        border: #a0731c 1px solid;
    
        
    }
    #rooms .sliderbottom .sbleft .links .more{
        background: #a0731c;
        color: #fff2d9;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        margin-left: 20px;
    }
    
    #rooms .sliderbottom .sbright{
        width: 35%;
    
    }
    
    #rooms .sliderbottom .sbright ul{
        list-style: none;
    }
    
    #rooms .sliderbottom .sbright ul li{
        border-bottom: #a0731c 1px solid;
        margin-top: 30px;
        padding-bottom: 10px;
        font-family: Poppins-Medium;
        font-size: 17px;
        text-transform: uppercase;
    }
    #rooms .sliderbottom .sbright ul li img{
        height: 40px;
        padding-right: 30px;
    }
    
    #rooms .sliderbottom .sbright .viewall{
        padding-top: 40px;
        
    }
    #rooms .sliderbottom .sbright .viewall a{
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        border: #a0731c 1px solid;
    }
    
    
    /* amenties */
    
    #amenties{
        background: url(../images/amentiesback.png);
        padding-top: 100px;
        padding-bottom: 120px;
        /* position: relative ; */
    }
    #amenties .container-size{
        max-width: 100%;
        padding: 0 100px;
    }
    
    #amenties .icon{
        position: absolute;
    }
    #amenties .icon svg{
        font-size: 170px;
         /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          color: rgba(240,181,73,1);
    
    
    }
    #amenties .amentieshead{
        text-align: center;
    }
    #amenties .amentieshead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }
    
    #amenties .nav-tabs {
        justify-content: center;
        border: none;
    }
    #amenties .nav-tabs .nav-link{
        background: none;
        margin: 40px;
        font-size: 22px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        
    }
    #amenties .nav-tabs .active{
        border-bottom: rgba(240,181,73,1) 2px solid !important;
        border: none;
    }
    #amenties .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #amenties .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #amenties .tab-content{
    
    }
    
    #amenties .amenties-slider{
    position: relative;
    margin-top: 60px;
    }
    
    #amenties .Amentiesowl .item{
        text-align: center;
        width: 128px;
        margin: 0 auto;
    }
    #amenties .Amentiesowl .item .imgback{
    background: #fff2d9;
    height: 118px;
    width: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #amenties .Amentiesowl .item .imgback img{
        height: 60px;
        width: 60px;
    }
    
    #amenties .Amentiesowl .item p{
        font-family: Poppins-Medium;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
          padding-top: 20px;
          
    }
    
    #amenties .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        left: -50px;
        bottom: 62%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        right: -50px;
        bottom: 62%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #amenties .amenties-slider .viewall{
        text-align: center;
        margin-top: 40px;
    
    }
    
    #amenties .amenties-slider .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* gallery */
    
    #gallery{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    }
    #gallery .container-size{
        max-width: 100%;
        padding: 0 100px;
    }
    
    #gallery .galleryhead{
        text-align: center;
    }
    
    #gallery .galleryhead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 40px;
    }
    
    #gallery .galleryhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:15px
    }
    
    #gallery .nav-tabs {
        justify-content: center;
        border: none;
    }
    #gallery .nav-tabs .nav-link{
        background: none;
        margin: 40px 10px;
        font-size: 18px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
         
        
    }
    #gallery .nav-tabs .active{
        border-bottom: #a0731c 2px solid !important;
        border: none;
        color: #a0731c;
    }
    #gallery .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #gallery .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #gallery .galleryslider{
    padding-top: 40px;
    }
    
    #gallery .galleryowl{
        
    }
    
    #gallery .galleryowl .galimg{
    
    }
    
    #gallery .galleryowl .galimg img{
    
    }
    
    #gallery .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        left: -18px;
        top: 45%;
    }
    
    #gallery .owl-carousel .owl-nav .owl-next svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        right: -18px;
        top: 45%;
    }
    
    
    #gallery .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #gallery .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #gallery .viewall{
        text-align: center;
        margin-top:50px
    }
    
    #gallery .viewall a{
        color:white;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        background: #a0731c;
    }
    
    /* review */
    
    #reviews{
        background: url(../images/backgroundreview.png);
        height: 700px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover ;
        position: relative;
        
        
    }
    
    /* #reviews .reviewback{
    
        position: absolute;
        background-color: rgba(0, 0, 0, 0.189);
        height: 100%;
        width: 100%;
    } */
    #reviews .contaier-size{
        /* max-width: 100%;
        padding: 0 400px; */
    } 
    
    #reviews .reviewhead{
    text-align: center;
    padding-top:70px
    }
    
    #reviews .reviewhead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }
    
    #reviews .reviewcontent{
    padding-top: 30px;
    text-align: center;
    }
    
    #reviews .reviewcontent h3{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: #fbca7d;
        font-size: 22px;
    }
    
    #reviews .reviewcontent h4{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: white;
        font-size: 24px;
        text-decoration: underline 2px;
        line-height: 2;
    }
    
    #reviews .reviewsocials{
    padding-top: 30px;
    text-align: center;
    }
    #reviews .reviewsocials img{
    
    }
    #reviews .revstars{
        padding-top: 30px;
        text-align: center;
    }
    #reviews .revstars img{
    
    }
    
    #reviews .revstars p{
    color: white;
    font-family: Poppins-Regular;
    padding-top: 10px;
    }
    
    #reviews .revstars .viewall{
        text-align: center;
        padding-top: 10px;
    }
    #reviews .revstars .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    #reviews .revstars .bottomimg{
    padding-top: 60px;
    } 
    
    #reviews .revstars .bottomimg img{
    
    }
    
    /* reservative */
    
    #reservative{
    background: url(../images/reservativeback.png);
    height: 535px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    }
    
    #reservative .resborder{
        border: #fbca7d 1px solid;
        width: 97%;
        height: 92%;
        position: absolute;
        padding-top: 4px;
        left: 23px;
        top: 22px;
    }
    
    #reservative .rescontent{
        text-align: center;
        padding-top: 70px;
    }
    
    
    #reservative .rescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    
    #reservative .rescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 40px;
        padding-top: 20px;
    }
    #reservative .rescontent p{
        color: white;
        font-family: Poppins-Regular;
        padding-top: 17px;
        padding-top: 60px;
    }
    
    #reservative .rescontent .viewrooms{
    padding-top: 30px;
    } 
    
    #reservative .rescontent .viewrooms a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* hotelinfo========== */
    
    #hotelinfo{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 120px;
        padding-bottom:120px;
        position: relative;
    }
    #hotelinfo .container-size{
        max-width: 100%;
        padding: 0 395px;
    } 
    
    #hotelinfo .hcontents{
    text-align: center;
    }
    
    #hotelinfo .hcontents h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        
        text-align: center;
       
    }
    
    #hotelinfo .hcontents p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hotelinfo .hotelbcontents{
    padding-top: 20px;
    }
    
    #hotelinfo .hotelbcontents .check{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: #a0731c 1px solid;
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft{
    width: 250px;
    text-align: right;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkleft p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    
    #hotelinfo .hotelbcontents .check .checkright{
        width: 250px;
        text-align: left;
    }
    
    #hotelinfo .hotelbcontents .check .checkright h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkright p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    #hotelinfo .hotelbcontents .check2{
        display: flex;
        justify-content: center;
        border-bottom: #a0731c 1px solid;
    
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent{
        text-align: center;
        padding-bottom: 5px;
    
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-semibold;
        color: #a0731c;
        
    }
    #hotelinfo .hotelbcontents .check2 .checkcontent p{
        
        font-family: Poppins-medium;
        text-transform: capitalize;
        font-size: 17px;
        padding-top: 10px;
    }
    
    /* out restaurent */
    
    #ourrestourent{
        background: url(../images/ourrestaurent.png);
        height: 650px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    #ourrestourent .ourborder{
        position: absolute;
        border: #fbca7d 1px solid;
        width: 97%;
        height: 95%;
        top: 17px;
        left: 21px;
    }
    #ourrestourent .container-size{
        max-width: 100%;
        padding: 150px 100px;
    }
    
    #ourrestourent .ourrescontent{
    text-align: right;
    }
    #ourrestourent .ourrescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    #ourrestourent .ourrescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 80px;
        padding-top: 5px;
    }
    #ourrestourent .ourrescontent p{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-family: Poppins-Regular;
        padding-top: 8px;
        padding-top: 50px;
        text-transform: capitalize;
    }
    
    #ourrestourent .ourrescontent .more{
        padding-top: 30px;
    }
    
    #ourrestourent .ourrescontent .more a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    
    /* testimonials */
    
    #testimonials{
        background: url(../images/testback.png);
        height: 420px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #testimonials .container-size{
        max-width: 100%;
        padding: 90px 80px;
    }
    
    #testimonials .testrow{
    
    } 
    #testimonials .testrow .testleft{
    border-right: #c2913b 1px solid;
    
    } 
    
    #testimonials .testrow .testleft h4{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 20px;
          text-transform: uppercase;
          
          /* letter-spacing: 8px; */
    }
    
    #testimonials .testrow .testleft h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
          padding-top:15px ;
    }
    #testimonials .testrow .testright{
    
    }
    
    #testimonials .testrow .testright .testslider{
    
    }
    
    #testimonials .testrow .testright .testslider .testmowl{
        
    }
    
    #testimonials .testrow .testright .rightcontent{
    
    }
    
    #testimonials .testrow .testright .rightcontent h5{
        font-family: Poppins-semibold;
        font-size: 18px;
        color:#fff2d9;
        text-transform: uppercase;
    
    }
    
    #testimonials .testrow .testright .rightcontent h6{
        font-family: Poppins-medium;
        color:#fff2d9;
        font-size: 16px;
        padding-top: 10px;
    }
    
    #testimonials .testrow .testright .rightcontent .bottom{
    display: flex;
    padding-top: 40px;
    
    }
    
    #testimonials .testrow .testright .rightcontent .bottom p{
        font-family: Poppins-regular;
        color:#fff2d9;
        font-size: 16px;
    }
    #testimonials .testrow .testright .rightcontent .bottom img{
        height: 20px;
        width: 20px;
    }
    
    #testimonials .owl-carousel .owl-nav{
        position: absolute;
        right: 0;
        bottom: -6px;
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 15px;
        border-radius: 50%;
        
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 15px;
        border-radius: 50%;
        
       
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    
    
    /* form */
    
    #hear{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 120px;
        padding-bottom:120px;
        position: relative;
    }
    
    #hear .container-size{
        max-width: 100%;
        padding: 0 395px;
    } 
    
    #hear .hearhead{
        text-align: center;
    }
    
    #hear .hearhead h1{
        font-size: 50px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        
    }
    
    #hear .hearhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hear .hearinput{
        max-width: 100%;
        padding: 0 20px;
        margin-top: 68px;
    }
    
    #hear .hearinput input{
        display: block;
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 35px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput input:focus{
        outline: none;
    }
    
    #hear .hearinput input::placeholder{
    font-family: poppins-regular;
    font-size: 15px;
    }
    
    #hear .hearinput textarea{
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 31px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput .submit{
        text-align: center;
        margin-top:85px
    }
    
    #hear .hearinput .submit a{
        color:white;
        font-family: Poppins-medium;
        font-size: 16px;
        padding: 10px 28px;
        background: #a0731c;
        text-transform: uppercase;
    }
    
    /* footer */
    
    footer{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 10px;
        padding-bottom:60px;
        position: relative; 
    
    }
    
    footer .container-size{
        max-width: 100%;
        padding: 0 60px;
    }
    footer .footertop{
        display: inline-block;
    background: #a0731c;
    height: 2px;
    width: 100%;
    }
    
    footer .footerimg{
       
        display: flex;
        justify-content: center;
    }
    
    footer .footerimg img{
        position: absolute;
        bottom: 0;
    }
    
    footer .footercontent{
    padding-top: 100px;
    }
    
    footer .footercontent .logo{
        text-align: center;
    }
    
    footer .footercontent .footerlist1{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist1 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist1 ul li a{
        font-family: poppins-Semibold;
        font-size: 15px;
        text-transform: uppercase;
        margin: 0 10px;
        text-decoration: none;
        color: rgb(26, 24, 24);
        
    }
    
    footer .footercontent .footercontent2{
    text-align: center;
    padding-top: 20px;
    }
    
    footer .footercontent .footercontent2 p{
        font-family: poppins-Medium;
        font-size: 16px;
    }
    
    footer .footercontent .footercontent2 h5{
        color: #a0731c;
        font-family: poppins-Semibold;
        font-size: 20px;
    }
    
    footer .footercontent .footerlist3{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist3 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist3 ul span{
        display: inline-block;
        background: #3f291e;
        height: 16px;
        width: 1px;
        margin-top: 7px;
    }
    
    footer .footercontent .footerlist3 ul li a{
        font-family: poppins-Medium;
        font-size: 15px;
        color: rgb(26, 24, 24);
        margin: 0 15px;
    }
    
    footer .footericons{
        padding-top: 30px;
        text-align: center;  
    }
    
    footer .footericons svg{
        background:#a0731c;
            color: white;
            padding: 10px 12px;
            border-radius: 50%;
            font-size: 25px;
            margin: 6px; 
    }
    
    footer .footerbottom{
        text-align: center;
        padding-top: 40px;
    } 
    
    footer .footerbottom p{
        font-family: poppins-Medium;
        font-size: 15px;
    }
    


}

@media(max-width:1180px) {

    html {
        scroll-behavior: smooth;
        scroll-padding-top: 100px;
    }
    
    body {
        margin: 0 auto;
        max-width: 1180px;
        position: relative;
    }
    
    
    
    
    header{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100vw;
    }
    header .navbar{
        max-width: 100%;
        padding: 27px 25px;
        

    
    }
    
    header .navbar .container-size{
        
    } 
    
    header .navbar .navbar-nav .nav-item{
        margin: 0 3px;
    }
    
    header .navbar .navbar-nav .active{
        border: #fbca7d 1px solid;
    }
    
    header .navbar .navbar-nav .nav-item .nav-link{
        text-transform: uppercase;
        font-size: 15px;
        font-family: Poppins-SemiBold;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        padding: 10px 8px;
        color: rgb(240,181,73);
    
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu{
        border-color: #fbca7d;  
        background:transparent;
        border-radius: 0;
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-size: 15px;
        font-family: Poppins-SemiBold;
    
    } 
    
    .navbar-scroll{
        background: #3f291e;
    }
    
    .navbar-scroll .navbar{
        max-width: 100%;
        padding: 15px 40px;
    }
    
    /* banner */
    
    #banner{
    
    }
    
    #banner .carousel .carousel-inner .carousel-item img{
        height: 700px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption{
    bottom: 30%;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h1{
        font-size: 50px;
        /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          font-family: Amalfi-Coast;
          color: rgb(240,181,73);
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h2{
        font-size: 60px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Exodus-Demo-Sharpen;
          
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption a{
        font-family: Poppins-SemiBold;
        font-size: 16px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border: #fbca7d 1px solid;
        text-transform: uppercase;
        padding: 8px 12px;
        position: relative;
        top: 30px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number{
        position: absolute;
        bottom: 36%;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number p{
    
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        transform: rotate(-90deg);
        font-size: 18px;
        font-family: Poppins-SemiBold;
    }
    #banner .carousel .carousel-inner .carousel-item .choicebox{
        position: absolute;
        border: #fbca7d 2px solid;
        width: 110px;
        height: 170px;
        bottom: 9%;
        right: 7%;
        color: #fbca7d;
        text-align: center;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox img{
        height: 52px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h1{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h2{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Medium;
          font-size: 18px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h3{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    }
    
    #banner .carousel .carousel-indicators{
        bottom: 7%;
    }
    
    #banner .carousel .carousel-indicators li{
        height: 15px;
        width:15px;
        border-radius: 50%;
    }
    
    #banner .carousel .carousel-indicators .active{
        background-color:#fbca7d 
    }
    
    /* hotel=== */
    
    #hotel{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 100px;
        padding-bottom:10px;
        position: relative;
    }
    
    #hotel .container-size{
        max-width: 100%;
        padding: 0px 370px;
    }
    
    #hotel .hotelcontent{
    
    }
    
    #hotel .hotelcontent h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        /* text-decoration: underline; */
        border-bottom:#a0731c 2px solid ;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        
    }
    
    #hotel .hotelcontent h2{
        font-size: 34px;
        font-family: Exodus-Demo-Sharpen;
        text-align: center;
        padding-top: 34px;
        padding-bottom: 30px;
    }
    
    #hotel .hotelcontent p{
        
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    
    }
    
    #hotel .hotelcontent .more{
        text-align: center;
        padding-top: 50px;
    }
    
    #hotel .hotelcontent a{
        text-align: center;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        color:#fff2d9;
        background: #a0731c;
        padding: 10px;
        text-decoration: none;
    }
    
    #hotel .hotelcontent .icon{
        position: absolute;
        left: 8%;
        top: 13%;
    
    }
    
    #hotel .hotelcontent .icon svg{
        font-size: 170px;
        color:#a0731c
    }
    
    #hotel .hotelcontent span{
        display: inline-block;
        background: #a0731c;
        height: 2px;
        width: 100%;
        margin-top: 100px;
    
    }
    
    #hotel .suites .icon{
        position: absolute;
        left: 8%;
        bottom: 12%;
    }
    #hotel .suites .icon svg{
        font-size: 170px;
        color:#a0731c
    }
    
    #hotel .suites h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 70px;
    }
    
    #hotel .suites p{
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    }
    
    /* rooms */
    
    #rooms{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    
    }
    
    #rooms .container-size{
        max-width: 100%;
        padding: 0 240px;
    }
    
    #rooms .nav-tabs{
        border: none;
        justify-content: space-between;
        margin-top: 10px;
    }
    
    #rooms .nav-tabs .nav-link{
        border: none;
        background: none;
        font-size: 22px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
    
    }
    
    #rooms .nav-tabs .active{
        color: #a0731c;
        border-bottom: #a0731c 1px solid !important;
    }
    
    #rooms .nav-tabs .nav-link:focus{
        outline: none;
        border: none;
    }
    
    #rooms .tab-content{
        padding-top: 70px;
    }
    
    #rooms .tab-content .roomtop{
    position: relative;
    } 
    #rooms .tab-content .roomtop .slideborder{
        border: 1px solid #fbca7d;
        height: 347px;
        position: absolute;
        z-index: 999999;
        width: 13%;
        top: 6%;
        margin: -4px 31px;
    }
    
    #rooms .tab-content .roomtop .roomimg{
    
    }
    
    #rooms .tab-content .roomtop .roomimg img{
        width: 100%;
    }
    
    #rooms .left-arrow{
       
        
    
    }
    #rooms .left-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        z-index: 99;
        padding: 14px 17px;
        border-radius: 50%;
        top: 45%;
        left: -5px;
    }
    #rooms .right-arrow{
        
    }
    #rooms .right-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        padding: 14px 17px;
        z-index: 99;
        border-radius: 50%;
        right: -5px;
        top: 45%;
    }
    
    #rooms .tab-content .roomdown{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg img{
        width: 98%;
    }
    #rooms .slick-dots{
        z-index: 999;
        bottom: 15%;
        right: -38%;
    }
    
    #rooms .slick-dots li button:before {
        font-size:12px;
    }
    #rooms .slick-dots li button:hover{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li.slick-active button:before{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li button:hover:before{
        color: #fbca7d;
    }
    
    #rooms .sliderbottom{
        display: flex;
        justify-content: space-between;
        padding-top: 50px;
    
    }
    
    #rooms .sliderbottom .sbleft{
    
        width: 60%;
    
    }
    
    #rooms .sliderbottom .sbleft h1{
        font-size: 38px;
        color: #a0731c;
        font-family: Exodus-Demo-Sharpen;
        padding-bottom: 20px;
        letter-spacing: 5px;
    }
    
    #rooms .sliderbottom .sbleft p{
         font-family: Poppins-Medium;
         font-size: 17px;
    }
    
    #rooms .sliderbottom .sbleft .additionallinnk{
        padding-top: 20px;
    }
    
    #rooms .sliderbottom .sbleft .additional{
        font-family: Poppins-Medium;
        font-size: 17px;
        text-transform: uppercase;
        color: #a0731c;
        border-bottom: #a0731c 1px solid;
        
    }
    
    #rooms .sliderbottom .sbleft .links{
        padding-top: 60px;
    }
    
    #rooms .sliderbottom .sbleft .links .room{
    
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        border: #a0731c 1px solid;
    
        
    }
    #rooms .sliderbottom .sbleft .links .more{
        background: #a0731c;
        color: #fff2d9;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        margin-left: 20px;
    }
    
    #rooms .sliderbottom .sbright{
        width: 35%;
    
    }
    
    #rooms .sliderbottom .sbright ul{
        list-style: none;
    }
    
    #rooms .sliderbottom .sbright ul li{
        border-bottom: #a0731c 1px solid;
        margin-top: 30px;
        padding-bottom: 10px;
        font-family: Poppins-Medium;
        font-size: 17px;
        text-transform: uppercase;
    }
    #rooms .sliderbottom .sbright ul li img{
        height: 40px;
        padding-right: 30px;
    }
    
    #rooms .sliderbottom .sbright .viewall{
        padding-top: 40px;
        
    }
    #rooms .sliderbottom .sbright .viewall a{
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        border: #a0731c 1px solid;
    }
    
    
    /* amenties */
    
    #amenties{
        background: url(../images/amentiesback.png);
        padding-top: 100px;
        padding-bottom: 120px;
        /* position: relative ; */
    }
    #amenties .container-size{
        max-width: 100%;
        padding: 0 100px;
    }
    
    #amenties .icon{
        position: absolute;
    }
    #amenties .icon svg{
        font-size: 170px;
         /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          color: rgba(240,181,73,1);
    
    
    }
    #amenties .amentieshead{
        text-align: center;
    }
    #amenties .amentieshead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }
    
    #amenties .nav-tabs {
        justify-content: center;
        border: none;
    }
    #amenties .nav-tabs .nav-link{
        background: none;
        margin: 40px;
        font-size: 22px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        
    }
    #amenties .nav-tabs .active{
        border-bottom: rgba(240,181,73,1) 2px solid !important;
        border: none;
    }
    #amenties .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #amenties .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #amenties .tab-content{
    
    }
    
    #amenties .amenties-slider{
    position: relative;
    margin-top: 60px;
    }
    
    #amenties .Amentiesowl .item{
        text-align: center;
        width: 128px;
        margin: 0 auto;
    }
    #amenties .Amentiesowl .item .imgback{
    background: #fff2d9;
    height: 118px;
    width: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #amenties .Amentiesowl .item .imgback img{
        height: 60px;
        width: 60px;
    }
    
    #amenties .Amentiesowl .item p{
        font-family: Poppins-Medium;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
          padding-top: 20px;
          
    }
    
    #amenties .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        left: -50px;
        bottom: 62%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        right: -50px;
        bottom: 62%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #amenties .amenties-slider .viewall{
        text-align: center;
        margin-top: 40px;
    
    }
    
    #amenties .amenties-slider .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* gallery */
    
    #gallery{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    }
    #gallery .container-size{
        max-width: 100%;
        padding: 0 100px;
    }
    
    #gallery .galleryhead{
        text-align: center;
    }
    
    #gallery .galleryhead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 40px;
    }
    
    #gallery .galleryhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:15px
    }
    
    #gallery .nav-tabs {
        justify-content: center;
        border: none;
    }
    #gallery .nav-tabs .nav-link{
        background: none;
        margin: 30px 7px;
        font-size: 18px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
         
        
    }
    #gallery .nav-tabs .active{
        border-bottom: #a0731c 2px solid !important;
        border: none;
        color: #a0731c;
    }
    #gallery .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #gallery .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #gallery .galleryslider{
    padding-top: 40px;
    }
    
    #gallery .galleryowl{
        
    }
    
    #gallery .galleryowl .galimg{
    
    }
    
    #gallery .galleryowl .galimg img{
    
    }
    
    #gallery .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        left: -18px;
        top: 45%;
    }
    
    #gallery .owl-carousel .owl-nav .owl-next svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        right: -18px;
        top: 45%;
    }
    
    
    #gallery .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #gallery .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #gallery .viewall{
        text-align: center;
        margin-top:50px
    }
    
    #gallery .viewall a{
        color:white;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        background: #a0731c;
    }
    
    /* review */
    
    #reviews{
        background: url(../images/backgroundreview.png);
        height: 700px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover ;
        position: relative;
        
        
    }
    
    /* #reviews .reviewback{
    
        position: absolute;
        background-color: rgba(0, 0, 0, 0.189);
        height: 100%;
        width: 100%;
    } */
    #reviews .contaier-size{
        /* max-width: 100%;
        padding: 0 400px; */
    } 
    
    #reviews .reviewhead{
    text-align: center;
    padding-top:70px
    }
    
    #reviews .reviewhead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }
    
    #reviews .reviewcontent{
    padding-top: 30px;
    text-align: center;
    }
    
    #reviews .reviewcontent h3{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: #fbca7d;
        font-size: 22px;
    }
    
    #reviews .reviewcontent h4{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: white;
        font-size: 24px;
        text-decoration: underline 2px;
        line-height: 2;
    }
    
    #reviews .reviewsocials{
    padding-top: 30px;
    text-align: center;
    }
    #reviews .reviewsocials img{
    
    }
    #reviews .revstars{
        padding-top: 30px;
        text-align: center;
    }
    #reviews .revstars img{
    
    }
    
    #reviews .revstars p{
    color: white;
    font-family: Poppins-Regular;
    padding-top: 10px;
    }
    
    #reviews .revstars .viewall{
        text-align: center;
        padding-top: 10px;
    }
    #reviews .revstars .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    #reviews .revstars .bottomimg{
    padding-top: 60px;
    } 
    
    #reviews .revstars .bottomimg img{
    
    }
    
    /* reservative */
    
    #reservative{
    background: url(../images/reservativeback.png);
    height: 535px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    }
    
    #reservative .resborder{
        border: #fbca7d 1px solid;
        width: 97%;
        height: 92%;
        position: absolute;
        padding-top: 4px;
        left: 23px;
        top: 22px;
    }
    
    #reservative .rescontent{
        text-align: center;
        padding-top: 70px;
    }
    
    
    #reservative .rescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    
    #reservative .rescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 40px;
        padding-top: 20px;
    }
    #reservative .rescontent p{
        color: white;
        font-family: Poppins-Regular;
        padding-top: 17px;
        padding-top: 60px;
    }
    
    #reservative .rescontent .viewrooms{
    padding-top: 30px;
    } 
    
    #reservative .rescontent .viewrooms a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* hotelinfo========== */
    
    #hotelinfo{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 120px;
        padding-bottom:120px;
        position: relative;
    }
    #hotelinfo .container-size{
        max-width: 100%;
        padding: 0 335px;
    } 
    
    #hotelinfo .hcontents{
    text-align: center;
    }
    
    #hotelinfo .hcontents h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        
        text-align: center;
       
    }
    
    #hotelinfo .hcontents p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hotelinfo .hotelbcontents{
    padding-top: 20px;
    }
    
    #hotelinfo .hotelbcontents .check{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: #a0731c 1px solid;
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft{
    width: 250px;
    text-align: right;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkleft p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    
    #hotelinfo .hotelbcontents .check .checkright{
        width: 250px;
        text-align: left;
    }
    
    #hotelinfo .hotelbcontents .check .checkright h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkright p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    #hotelinfo .hotelbcontents .check2{
        display: flex;
        justify-content: center;
        border-bottom: #a0731c 1px solid;
    
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent{
        text-align: center;
        padding-bottom: 5px;
    
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-semibold;
        color: #a0731c;
        
    }
    #hotelinfo .hotelbcontents .check2 .checkcontent p{
        
        font-family: Poppins-medium;
        text-transform: capitalize;
        font-size: 17px;
        padding-top: 10px;
    }
    
    /* out restaurent */
    
    #ourrestourent{
        background: url(../images/ourrestaurent.png);
        height: 650px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    #ourrestourent .ourborder{
        position: absolute;
        border: #fbca7d 1px solid;
        width: 97%;
        height: 95%;
        top: 17px;
        left: 21px;
    }
    #ourrestourent .container-size{
        max-width: 100%;
        padding: 150px 100px;
    }
    
    #ourrestourent .ourrescontent{
    text-align: right;
    }
    #ourrestourent .ourrescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    #ourrestourent .ourrescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 80px;
        padding-top: 5px;
    }
    #ourrestourent .ourrescontent p{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-family: Poppins-Regular;
        padding-top: 8px;
        padding-top: 50px;
        text-transform: capitalize;
    }
    
    #ourrestourent .ourrescontent .more{
        padding-top: 30px;
    }
    
    #ourrestourent .ourrescontent .more a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    
    /* testimonials */
    
    #testimonials{
        background: url(../images/testback.png);
        height: 420px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #testimonials .container-size{
        max-width: 100%;
        padding: 90px 80px;
    }
    
    #testimonials .testrow{
    
    } 
    #testimonials .testrow .testleft{
    border-right: #c2913b 1px solid;
    
    } 
    
    #testimonials .testrow .testleft h4{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 20px;
          text-transform: uppercase;
          
          /* letter-spacing: 8px; */
    }
    
    #testimonials .testrow .testleft h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
          padding-top:15px ;
    }
    #testimonials .testrow .testright{
    
    }
    
    #testimonials .testrow .testright .testslider{
    
    }
    
    #testimonials .testrow .testright .testslider .testmowl{
        
    }
    
    #testimonials .testrow .testright .rightcontent{
    
    }
    
    #testimonials .testrow .testright .rightcontent h5{
        font-family: Poppins-semibold;
        font-size: 18px;
        color:#fff2d9;
        text-transform: uppercase;
    
    }
    
    #testimonials .testrow .testright .rightcontent h6{
        font-family: Poppins-medium;
        color:#fff2d9;
        font-size: 16px;
        padding-top: 10px;
    }
    
    #testimonials .testrow .testright .rightcontent .bottom{
    display: flex;
    padding-top: 40px;
    
    }
    
    #testimonials .testrow .testright .rightcontent .bottom p{
        font-family: Poppins-regular;
        color:#fff2d9;
        font-size: 16px;
    }
    #testimonials .testrow .testright .rightcontent .bottom img{
        height: 20px;
        width: 20px;
    }
    
    #testimonials .owl-carousel .owl-nav{
        position: absolute;
        right: 0;
        bottom: -6px;
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 15px;
        border-radius: 50%;
        
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 15px;
        border-radius: 50%;
        
       
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    
    
    /* form */
    
    #hear{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 120px;
        padding-bottom:120px;
        position: relative;
    }
    
    #hear .container-size{
        max-width: 100%;
        padding: 0 319px;
    } 
    
    #hear .hearhead{
        text-align: center;
    }
    
    #hear .hearhead h1{
        font-size: 50px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        
    }
    
    #hear .hearhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hear .hearinput{
        max-width: 100%;
        padding: 0 20px;
        margin-top: 68px;
    }
    
    #hear .hearinput input{
        display: block;
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 35px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput input:focus{
        outline: none;
    }
    
    #hear .hearinput input::placeholder{
    font-family: poppins-regular;
    font-size: 15px;
    }
    
    #hear .hearinput textarea{
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 31px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput .submit{
        text-align: center;
        margin-top:85px
    }
    
    #hear .hearinput .submit a{
        color:white;
        font-family: Poppins-medium;
        font-size: 16px;
        padding: 10px 28px;
        background: #a0731c;
        text-transform: uppercase;
    }
    
    /* footer */
    
    footer{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 10px;
        padding-bottom:60px;
        position: relative; 
    
    }
    
    footer .container-size{
        max-width: 100%;
        padding: 0 60px;
    }
    footer .footertop{
        display: inline-block;
    background: #a0731c;
    height: 2px;
    width: 100%;
    }
    
    footer .footerimg{
       
        display: flex;
        justify-content: center;
    }
    
    footer .footerimg img{
        position: absolute;
        bottom: 0;
    }
    
    footer .footercontent{
    padding-top: 100px;
    }
    
    footer .footercontent .logo{
        text-align: center;
    }
    
    footer .footercontent .footerlist1{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist1 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist1 ul li a{
        font-family: poppins-Semibold;
        font-size: 15px;
        text-transform: uppercase;
        margin: 0 10px;
        text-decoration: none;
        color: rgb(26, 24, 24);
        
    }
    
    footer .footercontent .footercontent2{
    text-align: center;
    padding-top: 20px;
    }
    
    footer .footercontent .footercontent2 p{
        font-family: poppins-Medium;
        font-size: 16px;
    }
    
    footer .footercontent .footercontent2 h5{
        color: #a0731c;
        font-family: poppins-Semibold;
        font-size: 20px;
    }
    
    footer .footercontent .footerlist3{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist3 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist3 ul span{
        display: inline-block;
        background: #3f291e;
        height: 16px;
        width: 1px;
        margin-top: 7px;
    }
    
    footer .footercontent .footerlist3 ul li a{
        font-family: poppins-Medium;
        font-size: 15px;
        color: rgb(26, 24, 24);
        margin: 0 15px;
    }
    
    footer .footericons{
        padding-top: 30px;
        text-align: center;  
    }
    
    footer .footericons svg{
        background:#a0731c;
            color: white;
            padding: 10px 12px;
            border-radius: 50%;
            font-size: 25px;
            margin: 6px; 
    }
    
    footer .footerbottom{
        text-align: center;
        padding-top: 40px;
    } 
    
    footer .footerbottom p{
        font-family: poppins-Medium;
        font-size: 15px;
    }

}

@media(max-width:1024px) {

    html {
        scroll-behavior: smooth;
        scroll-padding-top: 100px;
    }
    
    body {
        margin: 0 auto;
        max-width: 1024px;
        position: relative;
        overflow-x: hidden;
    }
    
    
    
    
    header{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100vw;
    }
    header .navbar{
        padding: 21px 15px;

    
    }
    
    header .navbar .container-size{
        
    } 
    
    header .navbar .navbar-nav .nav-item{
        margin: 0 3px;
    }
    
    header .navbar .navbar-nav .active{
        border: #fbca7d 1px solid;
    }
    
    header .navbar .navbar-nav .nav-item .nav-link{
        text-transform: uppercase;
        font-size: 13px;
        font-family: Poppins-SemiBold;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 10px 5px;
        color: rgb(240,181,73);
    
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu{
        border-color: #fbca7d;  
        background:transparent;
        border-radius: 0;
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-size: 15px;
        font-family: Poppins-SemiBold;
    
    } 
    
    .navbar-scroll{
        background: #3f291e;
    }
    
    .navbar-scroll .navbar{
        max-width: 100%;
        padding: 21px 15px;
    }
    
    /* banner */
    
    #banner{
    
    }
    
    #banner .carousel .carousel-inner .carousel-item img{
        height: 700px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption{
    bottom: 30%;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h1{
        font-size: 50px;
        /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          font-family: Amalfi-Coast;
          color: rgb(240,181,73);
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h2{
        font-size: 60px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Exodus-Demo-Sharpen;
          
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption a{
        font-family: Poppins-SemiBold;
        font-size: 16px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border: #fbca7d 1px solid;
        text-transform: uppercase;
        padding: 8px 12px;
        position: relative;
        top: 30px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number{
        position: absolute;
        bottom: 36%;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number p{
    
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        transform: rotate(-90deg);
        font-size: 18px;
        font-family: Poppins-SemiBold;
    }
    #banner .carousel .carousel-inner .carousel-item .choicebox{
        position: absolute;
        border: #fbca7d 2px solid;
        width: 110px;
        height: 170px;
        bottom: 9%;
        right: 7%;
        color: #fbca7d;
        text-align: center;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox img{
        height: 52px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h1{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h2{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Medium;
          font-size: 18px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h3{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    }
    
    #banner .carousel .carousel-indicators{
        bottom: 7%;
    }
    
    #banner .carousel .carousel-indicators li{
        height: 15px;
        width:15px;
        border-radius: 50%;
    }
    
    #banner .carousel .carousel-indicators .active{
        background-color:#fbca7d 
    }
    
    /* hotel=== */
    
    #hotel{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 100px;
        padding-bottom:10px;
        position: relative;
    }
    
    #hotel .container-size{
        max-width: 100%;
        padding: 0px 300px;
    }
    
    #hotel .hotelcontent{
    
    }
    
    #hotel .hotelcontent h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        /* text-decoration: underline; */
        border-bottom:#a0731c 2px solid ;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        
    }
    
    #hotel .hotelcontent h2{
        font-size: 34px;
        font-family: Exodus-Demo-Sharpen;
        text-align: center;
        padding-top: 34px;
        padding-bottom: 30px;
    }
    
    #hotel .hotelcontent p{
        
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    
    }
    
    #hotel .hotelcontent .more{
        text-align: center;
        padding-top: 50px;
    }
    
    #hotel .hotelcontent a{
        text-align: center;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        color:#fff2d9;
        background: #a0731c;
        padding: 10px;
        text-decoration: none;
    }
    
    #hotel .hotelcontent .icon{
        position: absolute;
        left: 8%;
        top: 13%;
    
    }
    
    #hotel .hotelcontent .icon svg{
        font-size: 170px;
        color:#a0731c
    }
    
    #hotel .hotelcontent span{
        display: inline-block;
        background: #a0731c;
        height: 2px;
        width: 100%;
        margin-top: 100px;
    
    }
    
    #hotel .suites .icon{
        position: absolute;
        left: 8%;
        bottom: 12%;
    }
    #hotel .suites .icon svg{
        font-size: 170px;
        color:#a0731c
    }
    
    #hotel .suites h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 70px;
    }
    
    #hotel .suites p{
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    }
    
    /* rooms */
    
    #rooms{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    
    }
    
    #rooms .container-size{
        max-width: 100%;
        padding: 0 160px;
    }
    
    #rooms .nav-tabs{
        border: none;
        justify-content: space-between;
        margin-top: 10px;
    }
    
    #rooms .nav-tabs .nav-link{
        border: none;
        background: none;
        font-size: 22px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
    
    }
    
    #rooms .nav-tabs .active{
        color: #a0731c;
        border-bottom: #a0731c 1px solid !important;
    }
    
    #rooms .nav-tabs .nav-link:focus{
        outline: none;
        border: none;
    }
    
    #rooms .tab-content{
        padding-top: 70px;
    }
    
    #rooms .tab-content .roomtop{
    position: relative;
    } 
    #rooms .tab-content .roomtop .slideborder{
        border: 1px solid #fbca7d;
        height: 347px;
        position: absolute;
        z-index: 999999;
        width: 13%;
        top: 6%;
        margin: -4px 31px;
    }
    
    #rooms .tab-content .roomtop .roomimg{
    
    }
    
    #rooms .tab-content .roomtop .roomimg img{
        width: 100%;
    }
    
    #rooms .left-arrow{
       
        
    
    }
    #rooms .left-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        z-index: 99;
        padding: 14px 17px;
        border-radius: 50%;
        top: 45%;
        left: -5px;
    }
    #rooms .right-arrow{
        
    }
    #rooms .right-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        padding: 14px 17px;
        z-index: 99;
        border-radius: 50%;
        right: -5px;
        top: 45%;
    }
    
    #rooms .tab-content .roomdown{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg img{
        width: 98%;
    }
    #rooms .slick-dots{
        z-index: 999;
        bottom: 15%;
        right: -38%;
    }
    
    #rooms .slick-dots li button:before {
        font-size:12px;
    }
    #rooms .slick-dots li button:hover{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li.slick-active button:before{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li button:hover:before{
        color: #fbca7d;
    }
    
    #rooms .sliderbottom{
        display: flex;
        justify-content: space-between;
        padding-top: 50px;
    
    }
    
    #rooms .sliderbottom .sbleft{
    
        width: 60%;
    
    }
    
    #rooms .sliderbottom .sbleft h1{
        font-size: 38px;
        color: #a0731c;
        font-family: Exodus-Demo-Sharpen;
        padding-bottom: 20px;
        letter-spacing: 5px;
    }
    
    #rooms .sliderbottom .sbleft p{
         font-family: Poppins-Medium;
         font-size: 17px;
    }
    
    #rooms .sliderbottom .sbleft .additionallinnk{
        padding-top: 20px;
    }
    
    #rooms .sliderbottom .sbleft .additional{
        font-family: Poppins-Medium;
        font-size: 17px;
        text-transform: uppercase;
        color: #a0731c;
        border-bottom: #a0731c 1px solid;
        
    }
    
    #rooms .sliderbottom .sbleft .links{
        padding-top: 60px;
    }
    
    #rooms .sliderbottom .sbleft .links .room{
    
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        border: #a0731c 1px solid;
    
        
    }
    #rooms .sliderbottom .sbleft .links .more{
        background: #a0731c;
        color: #fff2d9;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        margin-left: 20px;
    }
    
    #rooms .sliderbottom .sbright{
        width: 35%;
    
    }
    
    #rooms .sliderbottom .sbright ul{
        list-style: none;
    }
    
    #rooms .sliderbottom .sbright ul li{
        border-bottom: #a0731c 1px solid;
        margin-top: 30px;
        padding-bottom: 10px;
        font-family: Poppins-Medium;
        font-size: 17px;
        text-transform: uppercase;
    }
    #rooms .sliderbottom .sbright ul li img{
        height: 40px;
        padding-right: 30px;
    }
    
    #rooms .sliderbottom .sbright .viewall{
        padding-top: 40px;
        
    }
    #rooms .sliderbottom .sbright .viewall a{
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        border: #a0731c 1px solid;
    }
    
    
    /* amenties */
    
    #amenties{
        background: url(../images/amentiesback.png);
        padding-top: 100px;
        padding-bottom: 120px;
        /* position: relative ; */
    }
    #amenties .container-size{
        max-width: 100%;
        padding: 0 100px;
    }
    
    #amenties .icon{
        position: absolute;
    }
    #amenties .icon svg{
        font-size: 170px;
         /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          color: rgba(240,181,73,1);
          display: none;
    
    
    }
    #amenties .amentieshead{
        text-align: center;
    }
    #amenties .amentieshead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }
    
    #amenties .nav-tabs {
        justify-content: center;
        border: none;
    }
    #amenties .nav-tabs .nav-link{
        background: none;
        margin: 65px 10px 0 10px;
        font-size: 22px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        
    }
    #amenties .nav-tabs .active{
        border-bottom: rgba(240,181,73,1) 2px solid !important;
        border: none;
    }
    #amenties .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #amenties .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #amenties .tab-content{
    
    }
    
    #amenties .amenties-slider{
    position: relative;
    margin-top: 60px;
    }
    
    #amenties .Amentiesowl .item{
        text-align: center;
        width: 128px;
        margin: 0 auto;
    }
    #amenties .Amentiesowl .item .imgback{
    background: #fff2d9;
    height: 118px;
    width: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #amenties .Amentiesowl .item .imgback img{
        height: 60px;
        width: 60px;
    }
    
    #amenties .Amentiesowl .item p{
        font-family: Poppins-Medium;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
          padding-top: 20px;
          
    }
    
    #amenties .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        left: -50px;
        bottom: 62%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        right: -50px;
        bottom: 62%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #amenties .amenties-slider .viewall{
        text-align: center;
        margin-top: 40px;
    
    }
    
    #amenties .amenties-slider .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* gallery */
    
    #gallery{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    }
    #gallery .container-size{
        max-width: 100%;
        padding: 0 80px;
    }
    
    #gallery .galleryhead{
        text-align: center;
    }
    
    #gallery .galleryhead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 40px;
    }
    
    #gallery .galleryhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:15px
    }
    
    #gallery .nav-tabs {
        justify-content: center;
        border: none;
    }
    #gallery .nav-tabs .nav-link{
        background: none;
        margin: 30px 6px 0 6px;
        font-size: 15px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
    }
         
        
    #gallery .nav-tabs .active{
        border-bottom: #a0731c 2px solid !important;
        border: none;
        color: #a0731c;
    }
    #gallery .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #gallery .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #gallery .galleryslider{
    padding-top: 40px;
    }
    
    #gallery .galleryowl{
        
    }
    
    #gallery .galleryowl .galimg{
    
    }
    
    #gallery .galleryowl .galimg img{
    
    }
    
    #gallery .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        left: -18px;
        top: 45%;
    }
    
    #gallery .owl-carousel .owl-nav .owl-next svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        right: -18px;
        top: 45%;
    }
    
    
    #gallery .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #gallery .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #gallery .viewall{
        text-align: center;
        margin-top:50px
    }
    
    #gallery .viewall a{
        color:white;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        background: #a0731c;
    }
    
    /* review */
    
    #reviews{
        background: url(../images/backgroundreview.png);
        height: 700px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover ;
        position: relative;
        
        
    }
    
    /* #reviews .reviewback{
    
        position: absolute;
        background-color: rgba(0, 0, 0, 0.189);
        height: 100%;
        width: 100%;
    } */
    #reviews .contaier-size{
        /* max-width: 100%;
        padding: 0 400px; */
    } 
    
    #reviews .reviewhead{
    text-align: center;
    padding-top:70px
    }
    
    #reviews .reviewhead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }
    
    #reviews .reviewcontent{
    padding-top: 30px;
    text-align: center;
    }
    
    #reviews .reviewcontent h3{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: #fbca7d;
        font-size: 22px;
    }
    
    #reviews .reviewcontent h4{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: white;
        font-size: 24px;
        text-decoration: underline 2px;
        line-height: 2;
    }
    
    #reviews .reviewsocials{
    padding-top: 30px;
    text-align: center;
    }
    #reviews .reviewsocials img{
    
    }
    #reviews .revstars{
        padding-top: 30px;
        text-align: center;
    }
    #reviews .revstars img{
    
    }
    
    #reviews .revstars p{
    color: white;
    font-family: Poppins-Regular;
    padding-top: 10px;
    }
    
    #reviews .revstars .viewall{
        text-align: center;
        padding-top: 10px;
    }
    #reviews .revstars .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    #reviews .revstars .bottomimg{
    padding-top: 60px;
    } 
    
    #reviews .revstars .bottomimg img{
    
    }
    
    /* reservative */
    
    #reservative{
    background: url(../images/reservativeback.png);
    height: 535px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    }
    
    #reservative .resborder{
        border: #fbca7d 1px solid;
        width: 97%;
        height: 92%;
        position: absolute;
        padding-top: 4px;
        left: 23px;
        top: 22px;
    }
    
    #reservative .rescontent{
        text-align: center;
        padding-top: 70px;
    }
    
    
    #reservative .rescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    
    #reservative .rescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 40px;
        padding-top: 20px;
    }
    #reservative .rescontent p{
        color: white;
        font-family: Poppins-Regular;
        padding-top: 17px;
        padding-top: 60px;
    }
    
    #reservative .rescontent .viewrooms{
    padding-top: 30px;
    } 
    
    #reservative .rescontent .viewrooms a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* hotelinfo========== */
    
    #hotelinfo{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 120px;
        padding-bottom:120px;
        position: relative;
    }
    #hotelinfo .container-size{
        max-width: 100%;
        padding: 0 249px;
    } 
    
    #hotelinfo .hcontents{
    text-align: center;
    }
    
    #hotelinfo .hcontents h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        
        text-align: center;
       
    }
    
    #hotelinfo .hcontents p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hotelinfo .hotelbcontents{
    padding-top: 20px;
    }
    
    #hotelinfo .hotelbcontents .check{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: #a0731c 1px solid;
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft{
    width: 250px;
    text-align: right;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkleft p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    
    #hotelinfo .hotelbcontents .check .checkright{
        width: 250px;
        text-align: left;
    }
    
    #hotelinfo .hotelbcontents .check .checkright h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkright p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    #hotelinfo .hotelbcontents .check2{
        display: flex;
        justify-content: center;
        border-bottom: #a0731c 1px solid;
    
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent{
        text-align: center;
        padding-bottom: 5px;
    
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-semibold;
        color: #a0731c;
        
    }
    #hotelinfo .hotelbcontents .check2 .checkcontent p{
        
        font-family: Poppins-medium;
        text-transform: capitalize;
        font-size: 17px;
        padding-top: 10px;
    }
    
    /* out restaurent */
    
    #ourrestourent{
        background: url(../images/ourrestaurent.png);
        height: 650px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    #ourrestourent .ourborder{
        position: absolute;
        border: #fbca7d 1px solid;
        width: 97%;
        height: 95%;
        top: 17px;
        left: 21px;
    }
    #ourrestourent .container-size{
        max-width: 100%;
        padding: 150px 100px;
    }
    
    #ourrestourent .ourrescontent{
    text-align: right;
    }
    #ourrestourent .ourrescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    #ourrestourent .ourrescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 80px;
        padding-top: 5px;
    }
    #ourrestourent .ourrescontent p{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-family: Poppins-Regular;
        padding-top: 8px;
        padding-top: 50px;
        text-transform: capitalize;
    }
    
    #ourrestourent .ourrescontent .more{
        padding-top: 30px;
    }
    
    #ourrestourent .ourrescontent .more a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    
    /* testimonials */
    
    #testimonials{
        background: url(../images/testback.png);
        height: 420px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #testimonials .container-size{
        max-width: 100%;
        padding: 90px 80px;
    }
    
    #testimonials .testrow{
    
    } 
    #testimonials .testrow .testleft{
    border-right: #c2913b 1px solid;
    
    } 
    
    #testimonials .testrow .testleft h4{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 20px;
          text-transform: uppercase;
          
          /* letter-spacing: 8px; */
    }
    
    #testimonials .testrow .testleft h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
          padding-top:15px ;
    }
    #testimonials .testrow .testright{
    
    }
    
    #testimonials .testrow .testright .testslider{
    
    }
    
    #testimonials .testrow .testright .testslider .testmowl{
        
    }
    
    #testimonials .testrow .testright .rightcontent{
    
    }
    
    #testimonials .testrow .testright .rightcontent h5{
        font-family: Poppins-semibold;
        font-size: 18px;
        color:#fff2d9;
        text-transform: uppercase;
    
    }
    
    #testimonials .testrow .testright .rightcontent h6{
        font-family: Poppins-medium;
        color:#fff2d9;
        font-size: 16px;
        padding-top: 10px;
    }
    
    #testimonials .testrow .testright .rightcontent .bottom{
    display: flex;
    padding-top: 40px;
    
    }
    
    #testimonials .testrow .testright .rightcontent .bottom p{
        font-family: Poppins-regular;
        color:#fff2d9;
        font-size: 16px;
    }
    #testimonials .testrow .testright .rightcontent .bottom img{
        height: 20px;
        width: 20px;
    }
    
    #testimonials .owl-carousel .owl-nav{
        position: absolute;
        right: 0;
        bottom: -6px;
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 15px;
        border-radius: 50%;
        
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 15px;
        border-radius: 50%;
        
       
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    
    
    /* form */
    
    #hear{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 120px;
        padding-bottom:120px;
        position: relative;
    }
    
    #hear .container-size{
        max-width: 100%;
        padding: 0 260px;
    } 
    
    #hear .hearhead{
        text-align: center;
    }
    
    #hear .hearhead h1{
        font-size: 50px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        
    }
    
    #hear .hearhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hear .hearinput{
        max-width: 100%;
        padding: 0 20px;
        margin-top: 68px;
    }
    
    #hear .hearinput input{
        display: block;
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 35px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput input:focus{
        outline: none;
    }
    
    #hear .hearinput input::placeholder{
    font-family: poppins-regular;
    font-size: 15px;
    }
    
    #hear .hearinput textarea{
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 31px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput .submit{
        text-align: center;
        margin-top:85px
    }
    
    #hear .hearinput .submit a{
        color:white;
        font-family: Poppins-medium;
        font-size: 16px;
        padding: 10px 28px;
        background: #a0731c;
        text-transform: uppercase;
    }
    
    /* footer */
    
    footer{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 10px;
        padding-bottom:60px;
        position: relative; 
    
    }
    
    footer .container-size{
        max-width: 100%;
        padding: 0 60px;
    }
    footer .footertop{
        display: inline-block;
    background: #a0731c;
    height: 2px;
    width: 100%;
    }
    
    footer .footerimg{
       
        display: flex;
        justify-content: center;
    }
    
    footer .footerimg img{
        position: absolute;
        bottom: 0;
    }
    
    footer .footercontent{
    padding-top: 100px;
    }
    
    footer .footercontent .logo{
        text-align: center;
    }
    
    footer .footercontent .footerlist1{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist1 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist1 ul li a{
        font-family: poppins-Semibold;
        font-size: 15px;
        text-transform: uppercase;
        margin: 0 10px;
        text-decoration: none;
        color: rgb(26, 24, 24);
        
    }
    
    footer .footercontent .footercontent2{
    text-align: center;
    padding-top: 20px;
    }
    
    footer .footercontent .footercontent2 p{
        font-family: poppins-Medium;
        font-size: 16px;
    }
    
    footer .footercontent .footercontent2 h5{
        color: #a0731c;
        font-family: poppins-Semibold;
        font-size: 20px;
    }
    
    footer .footercontent .footerlist3{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist3 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist3 ul span{
        display: inline-block;
        background: #3f291e;
        height: 16px;
        width: 1px;
        margin-top: 7px;
    }
    
    footer .footercontent .footerlist3 ul li a{
        font-family: poppins-Medium;
        font-size: 15px;
        color: rgb(26, 24, 24);
        margin: 0 15px;
    }
    
    footer .footericons{
        padding-top: 30px;
        text-align: center;  
    }
    
    footer .footericons svg{
        background:#a0731c;
            color: white;
            padding: 10px 12px;
            border-radius: 50%;
            font-size: 25px;
            margin: 6px; 
    }
    
    footer .footerbottom{
        text-align: center;
        padding-top: 40px;
    } 
    
    footer .footerbottom p{
        font-family: poppins-Medium;
        font-size: 15px;
    }





}

@media(max-width:992px) {

    html {
        scroll-behavior: smooth;
        scroll-padding-top: 100px;
    }
    
    body {
        margin: 0 auto;
        max-width: 992px;
        position: relative;
    }
    
    
    
    
    header{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100vw;
    }
    header .navbar{
        padding: 21px 15px;

    
    }
    
    header .navbar .container-size{
        
    } 
    
    header .navbar .navbar-nav .nav-item{
        margin: 0 3px;
    }
    
    header .navbar .navbar-nav .active{
        border: #fbca7d 1px solid;
    }
    
    header .navbar .navbar-nav .nav-item .nav-link{
        text-transform: uppercase;
        font-size: 13px;
        font-family: Poppins-SemiBold;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 10px 5px;
        color: rgb(240,181,73);
    
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu{
        border-color: #fbca7d;  
        background:transparent;
        border-radius: 0;
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-size: 15px;
        font-family: Poppins-SemiBold;
    
    } 
    
    .navbar-scroll{
        background: #3f291e;
    }
    
    .navbar-scroll .navbar{
        max-width: 100%;
        padding: 15px 40px;
    }
    
    /* banner */
    
    #banner{
    
    }
    
    #banner .carousel .carousel-inner .carousel-item img{
        height: 700px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption{
    bottom: 30%;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h1{
        font-size: 50px;
        /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          font-family: Amalfi-Coast;
          color: rgb(240,181,73);
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h2{
        font-size: 60px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Exodus-Demo-Sharpen;
          
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption a{
        font-family: Poppins-SemiBold;
        font-size: 16px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border: #fbca7d 1px solid;
        text-transform: uppercase;
        padding: 8px 12px;
        position: relative;
        top: 30px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number{
        position: absolute;
        bottom: 36%;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number p{
    
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        transform: rotate(-90deg);
        font-size: 18px;
        font-family: Poppins-SemiBold;
    }
    #banner .carousel .carousel-inner .carousel-item .choicebox{
        position: absolute;
        border: #fbca7d 2px solid;
        width: 110px;
        height: 170px;
        bottom: 9%;
        right: 7%;
        color: #fbca7d;
        text-align: center;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox img{
        height: 52px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h1{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h2{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Medium;
          font-size: 18px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h3{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    }
    
    #banner .carousel .carousel-indicators{
        bottom: 7%;
    }
    
    #banner .carousel .carousel-indicators li{
        height: 15px;
        width:15px;
        border-radius: 50%;
    }
    
    #banner .carousel .carousel-indicators .active{
        background-color:#fbca7d 
    }
    
    /* hotel=== */
    
    #hotel{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 100px;
        padding-bottom:10px;
        position: relative;
    }
    
    #hotel .container-size{
        max-width: 100%;
        padding: 0px 300px;
    }
    
    #hotel .hotelcontent{
    
    }
    
    #hotel .hotelcontent h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        /* text-decoration: underline; */
        border-bottom:#a0731c 2px solid ;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        
    }
    
    #hotel .hotelcontent h2{
        font-size: 34px;
        font-family: Exodus-Demo-Sharpen;
        text-align: center;
        padding-top: 34px;
        padding-bottom: 30px;
    }
    
    #hotel .hotelcontent p{
        
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    
    }
    
    #hotel .hotelcontent .more{
        text-align: center;
        padding-top: 50px;
    }
    
    #hotel .hotelcontent a{
        text-align: center;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        color:#fff2d9;
        background: #a0731c;
        padding: 10px;
        text-decoration: none;
    }
    
    #hotel .hotelcontent .icon{
        position: absolute;
        left: 8%;
        top: 13%;
    
    }
    
    #hotel .hotelcontent .icon svg{
        font-size: 170px;
        color:#a0731c
    }
    
    #hotel .hotelcontent span{
        display: inline-block;
        background: #a0731c;
        height: 2px;
        width: 100%;
        margin-top: 100px;
    
    }
    
    #hotel .suites .icon{
        position: absolute;
        left: 8%;
        bottom: 12%;
    }
    #hotel .suites .icon svg{
        font-size: 170px;
        color:#a0731c
    }
    
    #hotel .suites h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 70px;
    }
    
    #hotel .suites p{
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    }
    
    /* rooms */
    
    #rooms{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    
    }
    
    #rooms .container-size{
        max-width: 100%;
        padding: 0 160px;
    }
    
    #rooms .nav-tabs{
        border: none;
        justify-content: space-between;
        margin-top: 10px;
    }
    
    #rooms .nav-tabs .nav-link{
        border: none;
        background: none;
        font-size: 22px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
    
    }
    
    #rooms .nav-tabs .active{
        color: #a0731c;
        border-bottom: #a0731c 1px solid !important;
    }
    
    #rooms .nav-tabs .nav-link:focus{
        outline: none;
        border: none;
    }
    
    #rooms .tab-content{
        padding-top: 70px;
    }
    
    #rooms .tab-content .roomtop{
    position: relative;
    } 
    #rooms .tab-content .roomtop .slideborder{
        border: 1px solid #fbca7d;
        height: 347px;
        position: absolute;
        z-index: 999999;
        width: 13%;
        top: 6%;
        margin: -4px 31px;
    }
    
    #rooms .tab-content .roomtop .roomimg{
    
    }
    
    #rooms .tab-content .roomtop .roomimg img{
        width: 100%;
    }
    
    #rooms .left-arrow{
       
        
    
    }
    #rooms .left-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        z-index: 99;
        padding: 14px 17px;
        border-radius: 50%;
        top: 45%;
        left: -5px;
    }
    #rooms .right-arrow{
        
    }
    #rooms .right-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        padding: 14px 17px;
        z-index: 99;
        border-radius: 50%;
        right: -5px;
        top: 45%;
    }
    
    #rooms .tab-content .roomdown{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg img{
        width: 98%;
    }
    #rooms .slick-dots{
        z-index: 999;
        bottom: 15%;
        right: -38%;
    }
    
    #rooms .slick-dots li button:before {
        font-size:12px;
    }
    #rooms .slick-dots li button:hover{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li.slick-active button:before{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li button:hover:before{
        color: #fbca7d;
    }
    
    #rooms .sliderbottom{
        display: flex;
        justify-content: space-between;
        padding-top: 50px;
    
    }
    
    #rooms .sliderbottom .sbleft{
    
        width: 60%;
    
    }
    
    #rooms .sliderbottom .sbleft h1{
        font-size: 38px;
        color: #a0731c;
        font-family: Exodus-Demo-Sharpen;
        padding-bottom: 20px;
        letter-spacing: 5px;
    }
    
    #rooms .sliderbottom .sbleft p{
         font-family: Poppins-Medium;
         font-size: 17px;
    }
    
    #rooms .sliderbottom .sbleft .additionallinnk{
        padding-top: 20px;
    }
    
    #rooms .sliderbottom .sbleft .additional{
        font-family: Poppins-Medium;
        font-size: 17px;
        text-transform: uppercase;
        color: #a0731c;
        border-bottom: #a0731c 1px solid;
        
    }
    
    #rooms .sliderbottom .sbleft .links{
        padding-top: 60px;
    }
    
    #rooms .sliderbottom .sbleft .links .room{
    
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        border: #a0731c 1px solid;
    
        
    }
    #rooms .sliderbottom .sbleft .links .more{
        background: #a0731c;
        color: #fff2d9;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        margin-left: 20px;
    }
    
    #rooms .sliderbottom .sbright{
        width: 35%;
    
    }
    
    #rooms .sliderbottom .sbright ul{
        list-style: none;
    }
    
    #rooms .sliderbottom .sbright ul li{
        border-bottom: #a0731c 1px solid;
        margin-top: 30px;
        padding-bottom: 10px;
        font-family: Poppins-Medium;
        font-size: 17px;
        text-transform: uppercase;
    }
    #rooms .sliderbottom .sbright ul li img{
        height: 40px;
        padding-right: 30px;
    }
    
    #rooms .sliderbottom .sbright .viewall{
        padding-top: 40px;
        
    }
    #rooms .sliderbottom .sbright .viewall a{
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        border: #a0731c 1px solid;
    }
    
    
    /* amenties */
    
    #amenties{
        background: url(../images/amentiesback.png);
        padding-top: 100px;
        padding-bottom: 120px;
        /* position: relative ; */
    }
    #amenties .container-size{
        max-width: 100%;
        padding: 0 100px;
    }
    
    #amenties .icon{
        position: absolute;
    }
    #amenties .icon svg{
        font-size: 170px;
         /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          color: rgba(240,181,73,1);
          display: none;
    
    
    }
    #amenties .amentieshead{
        text-align: center;
    }
    #amenties .amentieshead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }
    
    #amenties .nav-tabs {
        justify-content: center;
        border: none;
    }
    #amenties .nav-tabs .nav-link{
        background: none;
        margin: 65px 10px 0 10px;
        font-size: 22px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        
    }
    #amenties .nav-tabs .active{
        border-bottom: rgba(240,181,73,1) 2px solid !important;
        border: none;
    }
    #amenties .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #amenties .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #amenties .tab-content{
    
    }
    
    #amenties .amenties-slider{
    position: relative;
    margin-top: 60px;
    }
    
    #amenties .Amentiesowl .item{
        text-align: center;
        width: 128px;
        margin: 0 auto;
    }
    #amenties .Amentiesowl .item .imgback{
    background: #fff2d9;
    height: 118px;
    width: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #amenties .Amentiesowl .item .imgback img{
        height: 60px;
        width: 60px;
    }
    
    #amenties .Amentiesowl .item p{
        font-family: Poppins-Medium;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
          padding-top: 20px;
          
    }
    
    #amenties .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        left: -50px;
        bottom: 62%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        right: -50px;
        bottom: 62%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #amenties .amenties-slider .viewall{
        text-align: center;
        margin-top: 40px;
    
    }
    
    #amenties .amenties-slider .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* gallery */
    
    #gallery{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    }
    #gallery .container-size{
        max-width: 100%;
        padding: 0 80px;
    }
    
    #gallery .galleryhead{
        text-align: center;
    }
    
    #gallery .galleryhead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 40px;
    }
    
    #gallery .galleryhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:15px
    }
    
    #gallery .nav-tabs {
        justify-content: center;
        border: none;
    }
    #gallery .nav-tabs .nav-link{
        background: none;
        margin: 30px 6px 0 6px;
        font-size: 15px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
    }
         
        
    #gallery .nav-tabs .active{
        border-bottom: #a0731c 2px solid !important;
        border: none;
        color: #a0731c;
    }
    #gallery .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #gallery .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #gallery .galleryslider{
    padding-top: 40px;
    }
    
    #gallery .galleryowl{
        
    }
    
    #gallery .galleryowl .galimg{
    
    }
    
    #gallery .galleryowl .galimg img{
    
    }
    
    #gallery .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        left: -18px;
        top: 45%;
    }
    
    #gallery .owl-carousel .owl-nav .owl-next svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        right: -18px;
        top: 45%;
    }
    
    
    #gallery .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #gallery .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #gallery .viewall{
        text-align: center;
        margin-top:50px
    }
    
    #gallery .viewall a{
        color:white;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        background: #a0731c;
    }
    
    /* review */
    
    #reviews{
        background: url(../images/backgroundreview.png);
        height: 700px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover ;
        position: relative;
        
        
    }
    
    /* #reviews .reviewback{
    
        position: absolute;
        background-color: rgba(0, 0, 0, 0.189);
        height: 100%;
        width: 100%;
    } */
    #reviews .contaier-size{
        /* max-width: 100%;
        padding: 0 400px; */
    } 
    
    #reviews .reviewhead{
    text-align: center;
    padding-top:70px
    }
    
    #reviews .reviewhead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }
    
    #reviews .reviewcontent{
    padding-top: 30px;
    text-align: center;
    }
    
    #reviews .reviewcontent h3{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: #fbca7d;
        font-size: 22px;
    }
    
    #reviews .reviewcontent h4{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: white;
        font-size: 24px;
        text-decoration: underline 2px;
        line-height: 2;
    }
    
    #reviews .reviewsocials{
    padding-top: 30px;
    text-align: center;
    }
    #reviews .reviewsocials img{
    
    }
    #reviews .revstars{
        padding-top: 30px;
        text-align: center;
    }
    #reviews .revstars img{
    
    }
    
    #reviews .revstars p{
    color: white;
    font-family: Poppins-Regular;
    padding-top: 10px;
    }
    
    #reviews .revstars .viewall{
        text-align: center;
        padding-top: 10px;
    }
    #reviews .revstars .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    #reviews .revstars .bottomimg{
    padding-top: 60px;
    } 
    
    #reviews .revstars .bottomimg img{
    
    }
    
    /* reservative */
    
    #reservative{
    background: url(../images/reservativeback.png);
    height: 535px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    }
    
    #reservative .resborder{
        border: #fbca7d 1px solid;
        width: 97%;
        height: 92%;
        position: absolute;
        padding-top: 4px;
        left: 23px;
        top: 22px;
    }
    
    #reservative .rescontent{
        text-align: center;
        padding-top: 70px;
    }
    
    
    #reservative .rescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    
    #reservative .rescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 40px;
        padding-top: 20px;
    }
    #reservative .rescontent p{
        color: white;
        font-family: Poppins-Regular;
        padding-top: 17px;
        padding-top: 60px;
    }
    
    #reservative .rescontent .viewrooms{
    padding-top: 30px;
    } 
    
    #reservative .rescontent .viewrooms a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* hotelinfo========== */
    
    #hotelinfo{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 120px;
        padding-bottom:120px;
        position: relative;
    }
    #hotelinfo .container-size{
        max-width: 100%;
        padding: 0 249px;
    } 
    
    #hotelinfo .hcontents{
    text-align: center;
    }
    
    #hotelinfo .hcontents h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        
        text-align: center;
       
    }
    
    #hotelinfo .hcontents p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hotelinfo .hotelbcontents{
    padding-top: 20px;
    }
    
    #hotelinfo .hotelbcontents .check{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: #a0731c 1px solid;
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft{
    width: 250px;
    text-align: right;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkleft p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    
    #hotelinfo .hotelbcontents .check .checkright{
        width: 250px;
        text-align: left;
    }
    
    #hotelinfo .hotelbcontents .check .checkright h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkright p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    #hotelinfo .hotelbcontents .check2{
        display: flex;
        justify-content: center;
        border-bottom: #a0731c 1px solid;
    
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent{
        text-align: center;
        padding-bottom: 5px;
    
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-semibold;
        color: #a0731c;
        
    }
    #hotelinfo .hotelbcontents .check2 .checkcontent p{
        
        font-family: Poppins-medium;
        text-transform: capitalize;
        font-size: 17px;
        padding-top: 10px;
    }
    
    /* out restaurent */
    
    #ourrestourent{
        background: url(../images/ourrestaurent.png);
        height: 650px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    #ourrestourent .ourborder{
        position: absolute;
        border: #fbca7d 1px solid;
        width: 97%;
        height: 95%;
        top: 17px;
        left: 21px;
    }
    #ourrestourent .container-size{
        max-width: 100%;
        padding: 150px 100px;
    }
    
    #ourrestourent .ourrescontent{
    text-align: right;
    }
    #ourrestourent .ourrescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    #ourrestourent .ourrescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 80px;
        padding-top: 5px;
    }
    #ourrestourent .ourrescontent p{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-family: Poppins-Regular;
        padding-top: 8px;
        padding-top: 50px;
        text-transform: capitalize;
    }
    
    #ourrestourent .ourrescontent .more{
        padding-top: 30px;
    }
    
    #ourrestourent .ourrescontent .more a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    
    /* testimonials */
    
    #testimonials{
        background: url(../images/testback.png);
        height: 420px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #testimonials .container-size{
        max-width: 100%;
        padding: 90px 80px;
    }
    
    #testimonials .testrow{
    
    } 
    #testimonials .testrow .testleft{
    border-right: #c2913b 1px solid;
    
    } 
    
    #testimonials .testrow .testleft h4{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 20px;
          text-transform: uppercase;
          
          /* letter-spacing: 8px; */
    }
    
    #testimonials .testrow .testleft h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
          padding-top:15px ;
    }
    #testimonials .testrow .testright{
    
    }
    
    #testimonials .testrow .testright .testslider{
    
    }
    
    #testimonials .testrow .testright .testslider .testmowl{
        
    }
    
    #testimonials .testrow .testright .rightcontent{
    
    }
    
    #testimonials .testrow .testright .rightcontent h5{
        font-family: Poppins-semibold;
        font-size: 18px;
        color:#fff2d9;
        text-transform: uppercase;
    
    }
    
    #testimonials .testrow .testright .rightcontent h6{
        font-family: Poppins-medium;
        color:#fff2d9;
        font-size: 16px;
        padding-top: 10px;
    }
    
    #testimonials .testrow .testright .rightcontent .bottom{
    display: flex;
    padding-top: 40px;
    
    }
    
    #testimonials .testrow .testright .rightcontent .bottom p{
        font-family: Poppins-regular;
        color:#fff2d9;
        font-size: 16px;
    }
    #testimonials .testrow .testright .rightcontent .bottom img{
        height: 20px;
        width: 20px;
    }
    
    #testimonials .owl-carousel .owl-nav{
        position: absolute;
        right: 0;
        bottom: -6px;
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 15px;
        border-radius: 50%;
        
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 15px;
        border-radius: 50%;
        
       
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    
    
    /* form */
    
    #hear{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 120px;
        padding-bottom:120px;
        position: relative;
    }
    
    #hear .container-size{
        max-width: 100%;
        padding: 0 260px;
    } 
    
    #hear .hearhead{
        text-align: center;
    }
    
    #hear .hearhead h1{
        font-size: 50px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        
    }
    
    #hear .hearhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hear .hearinput{
        max-width: 100%;
        padding: 0 20px;
        margin-top: 68px;
    }
    
    #hear .hearinput input{
        display: block;
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 35px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput input:focus{
        outline: none;
    }
    
    #hear .hearinput input::placeholder{
    font-family: poppins-regular;
    font-size: 15px;
    }
    
    #hear .hearinput textarea{
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 31px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput .submit{
        text-align: center;
        margin-top:85px
    }
    
    #hear .hearinput .submit a{
        color:white;
        font-family: Poppins-medium;
        font-size: 16px;
        padding: 10px 28px;
        background: #a0731c;
        text-transform: uppercase;
    }
    
    /* footer */
    
    footer{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 10px;
        padding-bottom:60px;
        position: relative; 
    
    }
    
    footer .container-size{
        max-width: 100%;
        padding: 0 60px;
    }
    footer .footertop{
        display: inline-block;
    background: #a0731c;
    height: 2px;
    width: 100%;
    }
    
    footer .footerimg{
       
        display: flex;
        justify-content: center;
    }
    
    footer .footerimg img{
        position: absolute;
        bottom: 0;
    }
    
    footer .footercontent{
    padding-top: 100px;
    }
    
    footer .footercontent .logo{
        text-align: center;
    }
    
    footer .footercontent .footerlist1{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist1 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist1 ul li a{
        font-family: poppins-Semibold;
        font-size: 15px;
        text-transform: uppercase;
        margin: 0 10px;
        text-decoration: none;
        color: rgb(26, 24, 24);
        
    }
    
    footer .footercontent .footercontent2{
    text-align: center;
    padding-top: 20px;
    }
    
    footer .footercontent .footercontent2 p{
        font-family: poppins-Medium;
        font-size: 16px;
    }
    
    footer .footercontent .footercontent2 h5{
        color: #a0731c;
        font-family: poppins-Semibold;
        font-size: 20px;
    }
    
    footer .footercontent .footerlist3{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist3 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist3 ul span{
        display: inline-block;
        background: #3f291e;
        height: 16px;
        width: 1px;
        margin-top: 7px;
    }
    
    footer .footercontent .footerlist3 ul li a{
        font-family: poppins-Medium;
        font-size: 15px;
        color: rgb(26, 24, 24);
        margin: 0 15px;
    }
    
    footer .footericons{
        padding-top: 30px;
        text-align: center;  
    }
    
    footer .footericons svg{
        background:#a0731c;
            color: white;
            padding: 10px 12px;
            border-radius: 50%;
            font-size: 25px;
            margin: 6px; 
    }
    
    footer .footerbottom{
        text-align: center;
        padding-top: 40px;
    } 
    
    footer .footerbottom p{
        font-family: poppins-Medium;
        font-size: 15px;
    }

}

@media(max-width:820px) {

    html {
        scroll-behavior: smooth;
        scroll-padding-top: 100px;
    }
    
    body {
        margin: 0 auto;
        max-width: 820px;
        position: relative;
    }
    
    
    
    
    header{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100vw;
    background: #3f291e;
    border-bottom: #c2913b 3px solid;
    /* box-shadow: #c2913b 0px 1px 4px; */
    }
    header .navbar{
        padding: 21px 35px;

    
    }

    header .navbar button:focus{
        border: #c2913b 1px solid !important;
    }

    header .navbar svg{
        color: #fbca7d;
        font-size: 25px;
    }
    
    header .navbar .container-size{
        
    } 
    
    header .navbar .navbar-nav .nav-item{
        margin: 0 3px;
    }
    
    header .navbar .navbar-nav .active{
        border: #fbca7d 1px solid;
    }
    
    header .navbar .navbar-nav .nav-item .nav-link{
        text-transform: uppercase;
        font-size: 13px;
        font-family: Poppins-SemiBold;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 10px 5px;
        color: rgb(240,181,73);
    
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu{
        border-color: #fbca7d;  
        background:transparent;
        border-radius: 0;
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-size: 15px;
        font-family: Poppins-SemiBold;
    
    } 
    
    .navbar-scroll{
        background: #3f291e;
    }
    
    .navbar-scroll .navbar{
        max-width: 100%;
        padding: 21px 35px;
    }
    
    /* banner */
    
    #banner{
    
    }
    
    #banner .carousel .carousel-inner .carousel-item img{
        height: 700px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption{
    bottom: 30%;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h1{
        font-size: 50px;
        /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          font-family: Amalfi-Coast;
          color: rgb(240,181,73);
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h2{
        font-size: 60px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Exodus-Demo-Sharpen;
          
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption a{
        font-family: Poppins-SemiBold;
        font-size: 16px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border: #fbca7d 1px solid;
        text-transform: uppercase;
        padding: 8px 12px;
        position: relative;
        top: 30px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number{
        position: absolute;
        bottom: 36%;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number p{
    
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        transform: rotate(-90deg);
        font-size: 18px;
        font-family: Poppins-SemiBold;
    }
    #banner .carousel .carousel-inner .carousel-item .choicebox{
        position: absolute;
        border: #fbca7d 2px solid;
        width: 110px;
        height: 170px;
        bottom: 9%;
        right: 7%;
        color: #fbca7d;
        text-align: center;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox img{
        height: 52px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h1{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h2{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Medium;
          font-size: 18px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h3{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    }
    
    #banner .carousel .carousel-indicators{
        bottom: 7%;
    }
    
    #banner .carousel .carousel-indicators li{
        height: 15px;
        width:15px;
        border-radius: 50%;
    }
    
    #banner .carousel .carousel-indicators .active{
        background-color:#fbca7d 
    }
    
    /* hotel=== */
    
    #hotel{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 100px;
        padding-bottom:10px;
        position: relative;
    }
    
    #hotel .container-size{
        
        max-width: 100%;
        padding: 0px 200px;
    }
    
    #hotel .hotelcontent{
    
    }
    
    #hotel .hotelcontent h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        /* text-decoration: underline; */
        border-bottom:#a0731c 2px solid ;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        
    }
    
    #hotel .hotelcontent h2{
        font-size: 34px;
        font-family: Exodus-Demo-Sharpen;
        text-align: center;
        padding-top: 34px;
        padding-bottom: 30px;
    }
    
    #hotel .hotelcontent p{
        
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    
    }
    
    #hotel .hotelcontent .more{
        text-align: center;
        padding-top: 50px;
    }
    
    #hotel .hotelcontent a{
        text-align: center;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        color:#fff2d9;
        background: #a0731c;
        padding: 10px;
        text-decoration: none;
    }
    
    #hotel .hotelcontent .icon{
        position: absolute;
        left: 4%;
        top: 7%;
    
    }
    
    #hotel .hotelcontent .icon svg{
        font-size: 115px;
        color:#a0731c
    }
    
    #hotel .hotelcontent span{
        display: inline-block;
        background: #a0731c;
        height: 2px;
        width: 100%;
        margin-top: 100px;
    
    }
    
    #hotel .suites .icon{
        position: absolute;
        left: 4%;
        bottom: 12%;
    }
    #hotel .suites .icon svg{
        font-size: 115px;
        color:#a0731c
    }
    
    #hotel .suites h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 70px;
    }
    
    #hotel .suites p{
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    }
    
    /* rooms */
    
    #rooms{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    
    }
    
    #rooms .container-size{
        max-width: 100%;
        padding: 0px 90px;
    }
    
    #rooms .nav-tabs{
        border: none;
        justify-content: space-between;
        margin-top: 10px;
    }
    
    #rooms .nav-tabs .nav-link{
        border: none;
        background: none;
        font-size: 22px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
    
    }
    
    #rooms .nav-tabs .active{
        color: #a0731c;
        border-bottom: #a0731c 1px solid !important;
    }
    
    #rooms .nav-tabs .nav-link:focus{
        outline: none;
        border: none;
    }
    
    #rooms .tab-content{
        padding-top: 70px;
    }
    
    #rooms .tab-content .roomtop{
    position: relative;
    } 
    #rooms .tab-content .roomtop .slideborder{
        border: 1px solid #fbca7d;
        height: 303px;
        position: absolute;
        z-index: 999999;
        width: 13%;
        top: 6%;
        margin: -4px 31px;
    }
    
    #rooms .tab-content .roomtop .roomimg{
    
    }
    
    #rooms .tab-content .roomtop .roomimg img{
        width: 100%;
    }
    
    #rooms .left-arrow{
       
        
    
    }
    #rooms .left-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        z-index: 99;
        padding: 14px 17px;
        border-radius: 50%;
        top: 45%;
        left: -5px;
    }
    #rooms .right-arrow{
        
    }
    #rooms .right-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        padding: 14px 17px;
        z-index: 99;
        border-radius: 50%;
        right: -5px;
        top: 45%;
    }
    
    #rooms .tab-content .roomdown{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg img{
        width: 98%;
    }
    #rooms .slick-dots{
        z-index: 999;
        bottom: 15%;
        right: -38%;
    }
    
    #rooms .slick-dots li button:before {
        font-size:12px;
    }
    #rooms .slick-dots li button:hover{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li.slick-active button:before{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li button:hover:before{
        color: #fbca7d;
    }
    
    #rooms .sliderbottom{
        display: flex;
        justify-content: space-between;
        padding-top: 50px;
    
    }
    
    #rooms .sliderbottom .sbleft{
    
        width: 60%;
    
    }
    
    #rooms .sliderbottom .sbleft h1{
        font-size: 38px;
        color: #a0731c;
        font-family: Exodus-Demo-Sharpen;
        padding-bottom: 20px;
        letter-spacing: 5px;
    }
    
    #rooms .sliderbottom .sbleft p{
         font-family: Poppins-Medium;
         font-size: 17px;
    }
    
    #rooms .sliderbottom .sbleft .additionallinnk{
        padding-top: 20px;
    }
    
    #rooms .sliderbottom .sbleft .additional{
        font-family: Poppins-Medium;
        font-size: 17px;
        text-transform: uppercase;
        color: #a0731c;
        border-bottom: #a0731c 1px solid;
        
    }
    
    #rooms .sliderbottom .sbleft .links{
        padding-top: 60px;
    }
    
    #rooms .sliderbottom .sbleft .links .room{
    
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        border: #a0731c 1px solid;
    
        
    }
    #rooms .sliderbottom .sbleft .links .more{
        background: #a0731c;
        color: #fff2d9;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        margin-left: 20px;
    }
    
    #rooms .sliderbottom .sbright{
        width: 35%;
    
    }
    
    #rooms .sliderbottom .sbright ul{
        list-style: none;
    }
    
    #rooms .sliderbottom .sbright ul li{
        border-bottom: #a0731c 1px solid;
        margin-top: 30px;
        padding-bottom: 10px;
        font-family: Poppins-Medium;
        font-size: 17px;
        text-transform: uppercase;
    }
    #rooms .sliderbottom .sbright ul li img{
        height: 40px;
        padding-right: 30px;
    }
    
    #rooms .sliderbottom .sbright .viewall{
        padding-top: 40px;
        
    }
    #rooms .sliderbottom .sbright .viewall a{
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        border: #a0731c 1px solid;
    }
    
    
    /* amenties */
    
    #amenties{
        background: url(../images/amentiesback.png);
        padding-top: 100px;
        padding-bottom: 120px;
        /* position: relative ; */
    }
    #amenties .container-size{
        max-width: 100%;
        padding: 0 90px;
    }
    
    #amenties .icon{
        position: absolute;
    }
    #amenties .icon svg{
        font-size: 170px;
         /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          color: rgba(240,181,73,1);
          display: none;
    
    
    }
    #amenties .amentieshead{
        text-align: center;
    }
    #amenties .amentieshead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }
    
    #amenties .nav-tabs {
        justify-content: center;
        border: none;
    }
    #amenties .nav-tabs .nav-link{
        background: none;
        margin: 32px 10px 0 10px;
        font-size: 22px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        
    }
    #amenties .nav-tabs .active{
        border-bottom: rgba(240,181,73,1) 2px solid !important;
        border: none;
    }
    #amenties .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #amenties .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #amenties .tab-content{
    
    }
    
    #amenties .amenties-slider{
    position: relative;
    margin-top: 60px;
    }
    
    #amenties .Amentiesowl .item{
        text-align: center;
        width: 128px;
        margin: 0 auto;
    }
    #amenties .Amentiesowl .item .imgback{
    background: #fff2d9;
    height: 118px;
    width: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #amenties .Amentiesowl .item .imgback img{
        height: 60px;
        width: 60px;
    }
    
    #amenties .Amentiesowl .item p{
        font-family: Poppins-Medium;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
          padding-top: 20px;
          
    }
    
    #amenties .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        left: -50px;
        bottom: 62%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        right: -50px;
        bottom: 62%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #amenties .amenties-slider .viewall{
        text-align: center;
        margin-top: 40px;
    
    }
    
    #amenties .amenties-slider .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* gallery */
    
    #gallery{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    }
    #gallery .container-size{
        max-width: 100%;
        padding: 0 80px;
    }
    
    #gallery .galleryhead{
        text-align: center;
    }
    
    #gallery .galleryhead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 40px;
    }
    
    #gallery .galleryhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:15px
    }
    
    #gallery .nav-tabs {
        justify-content: center;
        border: none;
    }
    #gallery .nav-tabs .nav-link{
        background: none;
        margin: 30px 6px 0 6px;
        font-size: 18px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
    }
         
        
    #gallery .nav-tabs .active{
        border-bottom: #a0731c 2px solid !important;
        border: none;
        color: #a0731c;
    }
    #gallery .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #gallery .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #gallery .galleryslider{
    padding-top: 40px;
    }
    
    #gallery .galleryowl{
        
    }
    
    #gallery .galleryowl .galimg{
    
    }
    
    #gallery .galleryowl .galimg img{
    
    }
    
    #gallery .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        left: -18px;
        top: 45%;
    }
    
    #gallery .owl-carousel .owl-nav .owl-next svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        right: -18px;
        top: 45%;
    }
    
    
    #gallery .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #gallery .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #gallery .viewall{
        text-align: center;
        margin-top:50px
    }
    
    #gallery .viewall a{
        color:white;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        background: #a0731c;
    }
    
    /* review */
    
    #reviews{
        background: url(../images/backgroundreview.png);
        height: 700px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover ;
        position: relative;
        
        
    }
    
    /* #reviews .reviewback{
    
        position: absolute;
        background-color: rgba(0, 0, 0, 0.189);
        height: 100%;
        width: 100%;
    } */
    #reviews .contaier-size{
        /* max-width: 100%;
        padding: 0 400px; */
    } 
    
    #reviews .reviewhead{
    text-align: center;
    padding-top:70px
    }
    
    #reviews .reviewhead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }
    
    #reviews .reviewcontent{
    padding-top: 30px;
    text-align: center;
    }
    
    #reviews .reviewcontent h3{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: #fbca7d;
        font-size: 22px;
    }
    
    #reviews .reviewcontent h4{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: white;
        font-size: 24px;
        text-decoration: underline 2px;
        line-height: 2;
    }
    
    #reviews .reviewsocials{
    padding-top: 30px;
    text-align: center;
    }
    #reviews .reviewsocials img{
    
    }
    #reviews .revstars{
        padding-top: 30px;
        text-align: center;
    }
    #reviews .revstars img{
    
    }
    
    #reviews .revstars p{
    color: white;
    font-family: Poppins-Regular;
    padding-top: 10px;
    }
    
    #reviews .revstars .viewall{
        text-align: center;
        padding-top: 10px;
    }
    #reviews .revstars .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    #reviews .revstars .bottomimg{
    padding-top: 60px;
    } 
    
    #reviews .revstars .bottomimg img{
    
    }
    
    /* reservative */
    
    #reservative{
    background: url(../images/reservativeback.png);
    height: 535px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    }
    
    #reservative .resborder{
        border: #fbca7d 1px solid;
        width: 95%;
        height: 92%;
        position: absolute;
        padding-top: 4px;
        left: 23px;
        top: 22px;
    }
    
    #reservative .rescontent{
        text-align: center;
        padding-top: 70px;
    }
    
    
    #reservative .rescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    
    #reservative .rescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 40px;
        padding-top: 20px;
    }
    #reservative .rescontent p{
        color: white;
        font-family: Poppins-Regular;
        padding-top: 17px;
        padding-top: 60px;
    }
    
    #reservative .rescontent .viewrooms{
    padding-top: 30px;
    } 
    
    #reservative .rescontent .viewrooms a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* hotelinfo========== */
    
    #hotelinfo{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 120px;
        padding-bottom:120px;
        position: relative;
    }
    #hotelinfo .container-size{
        max-width: 100%;
        padding: 0 145px;
    } 
    
    #hotelinfo .hcontents{
    text-align: center;
    }
    
    #hotelinfo .hcontents h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        
        text-align: center;
       
    }
    
    #hotelinfo .hcontents p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hotelinfo .hotelbcontents{
    padding-top: 20px;
    }
    
    #hotelinfo .hotelbcontents .check{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: #a0731c 1px solid;
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft{
    width: 250px;
    text-align: right;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkleft p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    
    #hotelinfo .hotelbcontents .check .checkright{
        width: 250px;
        text-align: left;
    }
    
    #hotelinfo .hotelbcontents .check .checkright h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkright p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    #hotelinfo .hotelbcontents .check2{
        display: flex;
        justify-content: center;
        border-bottom: #a0731c 1px solid;
    
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent{
        text-align: center;
        padding-bottom: 5px;
    
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-semibold;
        color: #a0731c;
        
    }
    #hotelinfo .hotelbcontents .check2 .checkcontent p{
        
        font-family: Poppins-medium;
        text-transform: capitalize;
        font-size: 17px;
        padding-top: 10px;
    }
    
    /* out restaurent */
    
    #ourrestourent{
        background: url(../images/ourrestaurent.png);
        height: 520px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    #ourrestourent .ourborder{
        position: absolute;
        border: #fbca7d 1px solid;
        width: 97%;
        height: 95%;
        top: 17px;
        left: 12px;
    }
    #ourrestourent .container-size{
        max-width: 100%;
        padding: 69px 70px;
    }
    
    #ourrestourent .ourrescontent{
    text-align: right;
    }
    #ourrestourent .ourrescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    #ourrestourent .ourrescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 80px;
        padding-top: 5px;
    }
    #ourrestourent .ourrescontent p{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-family: Poppins-Regular;
        padding-top: 8px;
        padding-top: 50px;
        text-transform: capitalize;
    }
    
    #ourrestourent .ourrescontent .more{
        padding-top: 30px;
    }
    
    #ourrestourent .ourrescontent .more a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    
    /* testimonials */
    
    #testimonials{
        background: url(../images/testback.png);
        height: 420px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #testimonials .container-size{
        max-width: 100%;
        padding: 90px 20px;
    }
    
    #testimonials .testrow{
    
    } 
    #testimonials .testrow .testleft{
    border-right: #c2913b 1px solid;
    
    } 
    
    #testimonials .testrow .testleft h4{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 20px;
          text-transform: uppercase;
          
          /* letter-spacing: 8px; */
    }
    
    #testimonials .testrow .testleft h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
          padding-top:15px ;
    }
    #testimonials .testrow .testright{
    
    }
    
    #testimonials .testrow .testright .testslider{
    
    }
    
    #testimonials .testrow .testright .testslider .testmowl{
        
    }
    
    #testimonials .testrow .testright .rightcontent{
    
    }
    
    #testimonials .testrow .testright .rightcontent h5{
        font-family: Poppins-semibold;
        font-size: 18px;
        color:#fff2d9;
        text-transform: uppercase;
    
    }
    
    #testimonials .testrow .testright .rightcontent h6{
        font-family: Poppins-medium;
        color:#fff2d9;
        font-size: 16px;
        padding-top: 10px;
    }
    
    #testimonials .testrow .testright .rightcontent .bottom{
    display: flex;
    padding-top: 40px;
    
    }
    
    #testimonials .testrow .testright .rightcontent .bottom p{
        font-family: Poppins-regular;
        color:#fff2d9;
        font-size: 16px;
    }
    #testimonials .testrow .testright .rightcontent .bottom img{
        height: 20px;
        width: 20px;
    }
    
    #testimonials .owl-carousel .owl-nav{
        position: absolute;
        right: 0;
        bottom: -6px;
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 15px;
        border-radius: 50%;
        
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 15px;
        border-radius: 50%;
        
       
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    
    
    /* form */
    
    #hear{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 120px;
        padding-bottom:120px;
        position: relative;
    }
    
    #hear .container-size{
        max-width: 100%;
        padding: 0 177px;
    } 
    
    #hear .hearhead{
        text-align: center;
    }
    
    #hear .hearhead h1{
        font-size: 50px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        
    }
    
    #hear .hearhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hear .hearinput{
        max-width: 100%;
        padding: 0 20px;
        margin-top: 68px;
    }
    
    #hear .hearinput input{
        display: block;
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 49px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput input:focus{
        outline: none;
    }
    
    #hear .hearinput input::placeholder{
    font-family: poppins-regular;
    font-size: 15px;
    }
    
    #hear .hearinput textarea{
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 31px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput .submit{
        text-align: center;
        margin-top:85px
    }
    
    #hear .hearinput .submit a{
        color:white;
        font-family: Poppins-medium;
        font-size: 16px;
        padding: 10px 28px;
        background: #a0731c;
        text-transform: uppercase;
    }
    
    /* footer */
    
    footer{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 10px;
        padding-bottom:60px;
        position: relative; 
    
    }
    
    footer .container-size{
        max-width: 100%;
        padding: 0 60px;
    }
    footer .footertop{
        display: inline-block;
    background: #a0731c;
    height: 2px;
    width: 100%;
    }
    
    footer .footerimg{
       
        display: flex;
        justify-content: center;
    }
    
    footer .footerimg img{
        position: absolute;
        bottom: 0;
        height: 311px;
    }
    
    footer .footercontent{
    padding-top: 100px;
    }
    
    footer .footercontent .logo{
        text-align: center;
    }
    
    footer .footercontent .footerlist1{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist1 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist1 ul li a{
        font-family: poppins-Semibold;
        font-size: 15px;
        text-transform: uppercase;
        margin: 0 10px;
        text-decoration: none;
        color: rgb(26, 24, 24);
        
    }
    
    footer .footercontent .footercontent2{
    text-align: center;
    padding-top: 20px;
    }
    
    footer .footercontent .footercontent2 p{
        font-family: poppins-Medium;
        font-size: 16px;
    }
    
    footer .footercontent .footercontent2 h5{
        color: #a0731c;
        font-family: poppins-Semibold;
        font-size: 20px;
    }
    
    footer .footercontent .footerlist3{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist3 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist3 ul span{
        display: inline-block;
        background: #3f291e;
        height: 16px;
        width: 1px;
        margin-top: 7px;
    }
    
    footer .footercontent .footerlist3 ul li a{
        font-family: poppins-Medium;
        font-size: 15px;
        color: rgb(26, 24, 24);
        margin: 0 15px;
    }
    
    footer .footericons{
        padding-top: 30px;
        text-align: center;  
    }
    
    footer .footericons svg{
        background:#a0731c;
            color: white;
            padding: 10px 12px;
            border-radius: 50%;
            font-size: 25px;
            margin: 6px; 
    }
    
    footer .footerbottom{
        text-align: center;
        padding-top: 40px;
    } 
    
    footer .footerbottom p{
        font-family: poppins-Medium;
        font-size: 15px;
    }





}

@media(max-width:768px) {

    html {
        scroll-behavior: smooth;
        scroll-padding-top: 100px;
    }
    
    body {
        margin: 0 auto;
        max-width: 768px;
        position: relative;
    }
    
    
    
    
    header{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100vw;
    background: #3f291e;
    border-bottom: #c2913b 3px solid;
    /* box-shadow: #c2913b 0px 1px 4px; */
    }
    header .navbar{
        padding: 21px 35px;

    
    }

    header .navbar button:focus{
        border: #c2913b 1px solid !important;
    }

    header .navbar svg{
        color: #fbca7d;
        font-size: 25px;
    }
    
    header .navbar .container-size{
        
    } 
    
    header .navbar .navbar-nav .nav-item{
        margin: 0 3px;
    }
    
    header .navbar .navbar-nav .active{
        border: #fbca7d 1px solid;
    }
    
    header .navbar .navbar-nav .nav-item .nav-link{
        text-transform: uppercase;
        font-size: 13px;
        font-family: Poppins-SemiBold;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 10px 5px;
        color: rgb(240,181,73);
    
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu{
        border-color: #fbca7d;  
        background:transparent;
        border-radius: 0;
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-size: 15px;
        font-family: Poppins-SemiBold;
    
    } 
    
    .navbar-scroll{
        background: #3f291e;
    }
    
    .navbar-scroll .navbar{
        max-width: 100%;
        padding: 21px 35px;
    }
    
    /* banner */
    
    #banner{
    
    }
    
    #banner .carousel .carousel-inner .carousel-item img{
        height: 700px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption{
    bottom: 30%;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h1{
        font-size: 50px;
        /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          font-family: Amalfi-Coast;
          color: rgb(240,181,73);
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h2{
        font-size: 60px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Exodus-Demo-Sharpen;
          
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption a{
        font-family: Poppins-SemiBold;
        font-size: 16px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border: #fbca7d 1px solid;
        text-transform: uppercase;
        padding: 8px 12px;
        position: relative;
        top: 30px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number{
        position: absolute;
        bottom: 36%;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number p{
    
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        transform: rotate(-90deg);
        font-size: 18px;
        font-family: Poppins-SemiBold;
    }
    #banner .carousel .carousel-inner .carousel-item .choicebox{
        position: absolute;
        border: #fbca7d 2px solid;
        width: 110px;
        height: 170px;
        bottom: 9%;
        right: 7%;
        color: #fbca7d;
        text-align: center;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox img{
        height: 52px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h1{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h2{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Medium;
          font-size: 18px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h3{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    }
    
    #banner .carousel .carousel-indicators{
        bottom: 7%;
    }
    
    #banner .carousel .carousel-indicators li{
        height: 15px;
        width:15px;
        border-radius: 50%;
    }
    
    #banner .carousel .carousel-indicators .active{
        background-color:#fbca7d 
    }
    
    /* hotel=== */
    
    #hotel{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 100px;
        padding-bottom:10px;
        position: relative;
    }
    
    #hotel .container-size{
        
        max-width: 100%;
        padding: 0px 150px;
    }
    
    #hotel .hotelcontent{
    
    }
    
    #hotel .hotelcontent h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        /* text-decoration: underline; */
        border-bottom:#a0731c 2px solid ;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        
    }
    
    #hotel .hotelcontent h2{
        font-size: 34px;
        font-family: Exodus-Demo-Sharpen;
        text-align: center;
        padding-top: 34px;
        padding-bottom: 30px;
    }
    
    #hotel .hotelcontent p{
        
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    
    }
    
    #hotel .hotelcontent .more{
        text-align: center;
        padding-top: 50px;
    }
    
    #hotel .hotelcontent a{
        text-align: center;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        color:#fff2d9;
        background: #a0731c;
        padding: 10px;
        text-decoration: none;
    }
    
    #hotel .hotelcontent .icon{
        position: absolute;
        left: 4%;
        top: 7%;
    
    }
    
    #hotel .hotelcontent .icon svg{
        font-size: 75px;
        color:#a0731c;
        display:none
    }
    
    #hotel .hotelcontent span{
        display: inline-block;
        background: #a0731c;
        height: 2px;
        width: 100%;
        margin-top: 100px;
    
    }
    
    #hotel .suites .icon{
        position: absolute;
        left: 4%;
        bottom: 12%;
    }
    #hotel .suites .icon svg{
        font-size: 115px;
        color:#a0731c;
        display: none;
    }
    
    #hotel .suites h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 70px;
    }
    
    #hotel .suites p{
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    }
    
    /* rooms */
    
    #rooms{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    
    }
    
    #rooms .container-size{
        max-width: 100%;
        padding: 0px 90px;
    }
    
    #rooms .nav-tabs{
        border: none;
        justify-content: space-between;
        margin-top: 10px;
    }
    
    #rooms .nav-tabs .nav-link{
        border: none;
        background: none;
        font-size: 22px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
    
    }
    
    #rooms .nav-tabs .active{
        color: #a0731c;
        border-bottom: #a0731c 1px solid !important;
    }
    
    #rooms .nav-tabs .nav-link:focus{
        outline: none;
        border: none;
    }
    
    #rooms .tab-content{
        padding-top: 70px;
    }
    
    #rooms .tab-content .roomtop{
    position: relative;
    } 
    #rooms .tab-content .roomtop .slideborder{
        border: 1px solid #fbca7d;
        height: 347px;
        position: absolute;
        z-index: 999999;
        width: 13%;
        top: 6%;
        margin: -4px 31px;
    }
    
    #rooms .tab-content .roomtop .roomimg{
    
    }
    
    #rooms .tab-content .roomtop .roomimg img{
        width: 100%;
    }
    
    #rooms .left-arrow{
       
        
    
    }
    #rooms .left-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        z-index: 99;
        padding: 14px 17px;
        border-radius: 50%;
        top: 45%;
        left: -5px;
    }
    #rooms .right-arrow{
        
    }
    #rooms .right-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        padding: 14px 17px;
        z-index: 99;
        border-radius: 50%;
        right: -5px;
        top: 45%;
    }
    
    #rooms .tab-content .roomdown{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg img{
        width: 98%;
    }
    #rooms .slick-dots{
        z-index: 999;
        bottom: 15%;
        right: -38%;
    }
    
    #rooms .slick-dots li button:before {
        font-size:12px;
    }
    #rooms .slick-dots li button:hover{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li.slick-active button:before{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li button:hover:before{
        color: #fbca7d;
    }
    
    #rooms .sliderbottom{
        display: flex;
        justify-content: space-between;
        padding-top: 50px;
    
    }
    
    #rooms .sliderbottom .sbleft{
    
        width: 60%;
    
    }
    
    #rooms .sliderbottom .sbleft h1{
        font-size: 38px;
        color: #a0731c;
        font-family: Exodus-Demo-Sharpen;
        padding-bottom: 20px;
        letter-spacing: 5px;
    }
    
    #rooms .sliderbottom .sbleft p{
         font-family: Poppins-Medium;
         font-size: 17px;
    }
    
    #rooms .sliderbottom .sbleft .additionallinnk{
        padding-top: 20px;
    }
    
    #rooms .sliderbottom .sbleft .additional{
        font-family: Poppins-Medium;
        font-size: 17px;
        text-transform: uppercase;
        color: #a0731c;
        border-bottom: #a0731c 1px solid;
        
    }
    
    #rooms .sliderbottom .sbleft .links{
        padding-top: 60px;
    }
    
    #rooms .sliderbottom .sbleft .links .room{
    
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        border: #a0731c 1px solid;
    
        
    }
    #rooms .sliderbottom .sbleft .links .more{
        background: #a0731c;
        color: #fff2d9;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        margin-left: 20px;
    }
    
    #rooms .sliderbottom .sbright{
        width: 35%;
    
    }
    
    #rooms .sliderbottom .sbright ul{
        list-style: none;
    }
    
    #rooms .sliderbottom .sbright ul li{
        border-bottom: #a0731c 1px solid;
        margin-top: 30px;
        padding-bottom: 10px;
        font-family: Poppins-Medium;
        font-size: 17px;
        text-transform: uppercase;
    }
    #rooms .sliderbottom .sbright ul li img{
        height: 40px;
        padding-right: 30px;
    }
    
    #rooms .sliderbottom .sbright .viewall{
        padding-top: 40px;
        
    }
    #rooms .sliderbottom .sbright .viewall a{
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        border: #a0731c 1px solid;
    }
    
    
    /* amenties */
    
    #amenties{
        background: url(../images/amentiesback.png);
        padding-top: 100px;
        padding-bottom: 120px;
        /* position: relative ; */
    }
    #amenties .container-size{
        max-width: 100%;
        padding: 0 90px;
    }
    
    #amenties .icon{
        position: absolute;
    }
    #amenties .icon svg{
        font-size: 170px;
         /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          color: rgba(240,181,73,1);
          display: none;
    
    
    }
    #amenties .amentieshead{
        text-align: center;
    }
    #amenties .amentieshead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }
    
    #amenties .nav-tabs {
        justify-content: center;
        border: none;
    }
    #amenties .nav-tabs .nav-link{
        background: none;
        margin: 32px 10px 0 10px;
        font-size: 22px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        
    }
    #amenties .nav-tabs .active{
        border-bottom: rgba(240,181,73,1) 2px solid !important;
        border: none;
    }
    #amenties .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #amenties .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #amenties .tab-content{
    
    }
    
    #amenties .amenties-slider{
    position: relative;
    margin-top: 60px;
    }
    
    #amenties .Amentiesowl .item{
        text-align: center;
        width: 128px;
        margin: 0 auto;
    }
    #amenties .Amentiesowl .item .imgback{
    background: #fff2d9;
    height: 118px;
    width: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #amenties .Amentiesowl .item .imgback img{
        height: 60px;
        width: 60px;
    }
    
    #amenties .Amentiesowl .item p{
        font-family: Poppins-Medium;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
          padding-top: 20px;
          
    }
    
    #amenties .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        left: -50px;
        bottom: 62%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        right: -50px;
        bottom: 62%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #amenties .amenties-slider .viewall{
        text-align: center;
        margin-top: 40px;
    
    }
    
    #amenties .amenties-slider .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* gallery */
    
    #gallery{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    }
    #gallery .container-size{
        max-width: 100%;
        padding: 0 80px;
    }
    
    #gallery .galleryhead{
        text-align: center;
    }
    
    #gallery .galleryhead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 40px;
    }
    
    #gallery .galleryhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:15px
    }
    
    #gallery .nav-tabs {
        justify-content: center;
        border: none;
    }
    #gallery .nav-tabs .nav-link{
        background: none;
        margin: 30px 6px 0 6px;
        font-size: 18px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
    }
         
        
    #gallery .nav-tabs .active{
        border-bottom: #a0731c 2px solid !important;
        border: none;
        color: #a0731c;
    }
    #gallery .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #gallery .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #gallery .galleryslider{
    padding-top: 40px;
    }
    
    #gallery .galleryowl{
        
    }
    
    #gallery .galleryowl .galimg{
    
    }
    
    #gallery .galleryowl .galimg img{
    
    }
    
    #gallery .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        left: -18px;
        top: 45%;
    }
    
    #gallery .owl-carousel .owl-nav .owl-next svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        right: -18px;
        top: 45%;
    }
    
    
    #gallery .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #gallery .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #gallery .viewall{
        text-align: center;
        margin-top:50px
    }
    
    #gallery .viewall a{
        color:white;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        background: #a0731c;
    }
    
    /* review */
    
    #reviews{
        background: url(../images/backgroundreview.png);
        height: 700px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover ;
        position: relative;
        
        
    }
    
    /* #reviews .reviewback{
    
        position: absolute;
        background-color: rgba(0, 0, 0, 0.189);
        height: 100%;
        width: 100%;
    } */
    #reviews .contaier-size{
        /* max-width: 100%;
        padding: 0 400px; */
    } 
    
    #reviews .reviewhead{
    text-align: center;
    padding-top:70px
    }
    
    #reviews .reviewhead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }
    
    #reviews .reviewcontent{
    padding-top: 30px;
    text-align: center;
    }
    
    #reviews .reviewcontent h3{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: #fbca7d;
        font-size: 22px;
    }
    
    #reviews .reviewcontent h4{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: white;
        font-size: 24px;
        text-decoration: underline 2px;
        line-height: 2;
    }
    
    #reviews .reviewsocials{
    padding-top: 30px;
    text-align: center;
    }
    #reviews .reviewsocials img{
    
    }
    #reviews .revstars{
        padding-top: 30px;
        text-align: center;
    }
    #reviews .revstars img{
    
    }
    
    #reviews .revstars p{
    color: white;
    font-family: Poppins-Regular;
    padding-top: 10px;
    }
    
    #reviews .revstars .viewall{
        text-align: center;
        padding-top: 10px;
    }
    #reviews .revstars .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    #reviews .revstars .bottomimg{
    padding-top: 60px;
    } 
    
    #reviews .revstars .bottomimg img{
    
    }
    
    /* reservative */
    
    #reservative{
    background: url(../images/reservativeback.png);
    height: 535px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    }
    
    #reservative .resborder{
        border: #fbca7d 1px solid;
        width: 95%;
        height: 92%;
        position: absolute;
        padding-top: 4px;
        left: 17px;
        top: 22px;
    }
    
    #reservative .rescontent{
        text-align: center;
        padding-top: 70px;
    }
    
    
    #reservative .rescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    
    #reservative .rescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 40px;
        padding-top: 20px;
    }
    #reservative .rescontent p{
        color: white;
        font-family: Poppins-Regular;
        padding-top: 17px;
        padding-top: 60px;
    }
    
    #reservative .rescontent .viewrooms{
    padding-top: 30px;
    } 
    
    #reservative .rescontent .viewrooms a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* hotelinfo========== */
    
    #hotelinfo{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 120px;
        padding-bottom:120px;
        position: relative;
    }
    #hotelinfo .container-size{
        max-width: 100%;
        padding: 0 130px
    } 
    
    #hotelinfo .hcontents{
    text-align: center;
    }
    
    #hotelinfo .hcontents h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        
        text-align: center;
       
    }
    
    #hotelinfo .hcontents p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hotelinfo .hotelbcontents{
    padding-top: 20px;
    }
    
    #hotelinfo .hotelbcontents .check{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: #a0731c 1px solid;
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft{
    width: 250px;
    text-align: right;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkleft p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    
    #hotelinfo .hotelbcontents .check .checkright{
        width: 250px;
        text-align: left;
    }
    
    #hotelinfo .hotelbcontents .check .checkright h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkright p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    #hotelinfo .hotelbcontents .check2{
        display: flex;
        justify-content: center;
        border-bottom: #a0731c 1px solid;
    
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent{
        text-align: center;
        padding-bottom: 5px;
    
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-semibold;
        color: #a0731c;
        
    }
    #hotelinfo .hotelbcontents .check2 .checkcontent p{
        
        font-family: Poppins-medium;
        text-transform: capitalize;
        font-size: 17px;
        padding-top: 10px;
    }
    
    /* out restaurent */
    
    #ourrestourent{
        background: url(../images/ourrestaurent.png);
        height: 520px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    #ourrestourent .ourborder{
        position: absolute;
        border: #fbca7d 1px solid;
        width: 97%;
        height: 95%;
        top: 17px;
        left: 12px;
    }
    #ourrestourent .container-size{
        max-width: 100%;
        padding: 69px 70px;
    }
    
    #ourrestourent .ourrescontent{
    text-align: right;
    }
    #ourrestourent .ourrescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    #ourrestourent .ourrescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 80px;
        padding-top: 5px;
    }
    #ourrestourent .ourrescontent p{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-family: Poppins-Regular;
        padding-top: 8px;
        padding-top: 50px;
        text-transform: capitalize;
    }
    
    #ourrestourent .ourrescontent .more{
        padding-top: 30px;
    }
    
    #ourrestourent .ourrescontent .more a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    
    /* testimonials */
    
    #testimonials{
        background: url(../images/testback.png);
        height: 420px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #testimonials .container-size{
        max-width: 100%;
        padding: 90px 20px;
    }
    
    #testimonials .testrow{
    
    } 
    #testimonials .testrow .testleft{
    border-right: #c2913b 1px solid;
    
    } 
    
    #testimonials .testrow .testleft h4{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 20px;
          text-transform: uppercase;
          
          /* letter-spacing: 8px; */
    }
    
    #testimonials .testrow .testleft h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
          padding-top:15px ;
    }
    #testimonials .testrow .testright{
    
    }
    
    #testimonials .testrow .testright .testslider{
    
    }
    
    #testimonials .testrow .testright .testslider .testmowl{
        
    }
    
    #testimonials .testrow .testright .rightcontent{
    
    }
    
    #testimonials .testrow .testright .rightcontent h5{
        font-family: Poppins-semibold;
        font-size: 18px;
        color:#fff2d9;
        text-transform: uppercase;
    
    }
    
    #testimonials .testrow .testright .rightcontent h6{
        font-family: Poppins-medium;
        color:#fff2d9;
        font-size: 16px;
        padding-top: 10px;
    }
    
    #testimonials .testrow .testright .rightcontent .bottom{
    display: flex;
    padding-top: 40px;
    
    }
    
    #testimonials .testrow .testright .rightcontent .bottom p{
        font-family: Poppins-regular;
        color:#fff2d9;
        font-size: 16px;
    }
    #testimonials .testrow .testright .rightcontent .bottom img{
        height: 20px;
        width: 20px;
    }
    
    #testimonials .owl-carousel .owl-nav{
        position: absolute;
        right: 0;
        bottom: -6px;
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 15px;
        border-radius: 50%;
        
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 15px;
        border-radius: 50%;
        
       
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    
    
    /* form */
    
    #hear{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 120px;
        padding-bottom:120px;
        position: relative;
    }
    
    #hear .container-size{
        max-width: 100%;
        padding: 0 150px;
    } 
    
    #hear .hearhead{
        text-align: center;
    }
    
    #hear .hearhead h1{
        font-size: 50px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        
    }
    
    #hear .hearhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hear .hearinput{
        max-width: 100%;
        padding: 0 20px;
        margin-top: 68px;
    }
    
    #hear .hearinput input{
        display: block;
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 49px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput input:focus{
        outline: none;
    }
    
    #hear .hearinput input::placeholder{
    font-family: poppins-regular;
    font-size: 15px;
    }
    
    #hear .hearinput textarea{
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 31px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput .submit{
        text-align: center;
        margin-top:85px
    }
    
    #hear .hearinput .submit a{
        color:white;
        font-family: Poppins-medium;
        font-size: 16px;
        padding: 10px 28px;
        background: #a0731c;
        text-transform: uppercase;
    }
    
    /* footer */
    
    footer{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 10px;
        padding-bottom:60px;
        position: relative; 
    
    }
    
    footer .container-size{
        max-width: 100%;
        padding: 0 60px;
    }
    footer .footertop{
        display: inline-block;
    background: #a0731c;
    height: 2px;
    width: 100%;
    }
    
    footer .footerimg{
       
        display: flex;
        justify-content: center;
    }
    
    footer .footerimg img{
        position: absolute;
        bottom: 0;
        height: 311px;
    }
    
    footer .footercontent{
    padding-top: 100px;
    }
    
    footer .footercontent .logo{
        text-align: center;
    }
    
    footer .footercontent .footerlist1{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist1 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist1 ul li a{
        font-family: poppins-Semibold;
        font-size: 15px;
        text-transform: uppercase;
        margin: 0 10px;
        text-decoration: none;
        color: rgb(26, 24, 24);
        
    }
    
    footer .footercontent .footercontent2{
    text-align: center;
    padding-top: 20px;
    }
    
    footer .footercontent .footercontent2 p{
        font-family: poppins-Medium;
        font-size: 16px;
    }
    
    footer .footercontent .footercontent2 h5{
        color: #a0731c;
        font-family: poppins-Semibold;
        font-size: 20px;
    }
    
    footer .footercontent .footerlist3{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist3 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist3 ul span{
        display: inline-block;
        background: #3f291e;
        height: 16px;
        width: 1px;
        margin-top: 7px;
    }
    
    footer .footercontent .footerlist3 ul li a{
        font-family: poppins-Medium;
        font-size: 15px;
        color: rgb(26, 24, 24);
        margin: 0 15px;
    }
    
    footer .footericons{
        padding-top: 30px;
        text-align: center;  
    }
    
    footer .footericons svg{
        background:#a0731c;
            color: white;
            padding: 10px 12px;
            border-radius: 50%;
            font-size: 25px;
            margin: 6px; 
    }
    
    footer .footerbottom{
        text-align: center;
        padding-top: 40px;
    } 
    
    footer .footerbottom p{
        font-family: poppins-Medium;
        font-size: 15px;
    }


}

@media(max-width:600px) {

    html {
        scroll-behavior: smooth;
        scroll-padding-top: 100px;
    }
    
    body {
        margin: 0 auto;
        max-width: 600px;
        position: relative;
    }
    
    
    
    
    header{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100vw;
    background: #3f291e;
    border-bottom: #c2913b 3px solid;
    /* box-shadow: #c2913b 0px 1px 4px; */
    }
    header .navbar{
        padding: 21px 35px;

    
    }

    header .navbar button:focus{
        border: #c2913b 1px solid !important;
    }

    header .navbar svg{
        color: #fbca7d;
        font-size: 25px;
    }
    
    header .navbar .container-size{
        
    } 
    
    header .navbar .navbar-nav .nav-item{
        margin: 0 3px;
    }
    
    header .navbar .navbar-nav .active{
        border: #fbca7d 1px solid;
    }
    
    header .navbar .navbar-nav .nav-item .nav-link{
        text-transform: uppercase;
        font-size: 13px;
        font-family: Poppins-SemiBold;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 10px 5px;
        color: rgb(240,181,73);
    
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu{
        border-color: #fbca7d;  
        background:transparent;
        border-radius: 0;
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-size: 15px;
        font-family: Poppins-SemiBold;
    
    } 
    
    .navbar-scroll{
        background: #3f291e;
    }
    
    .navbar-scroll .navbar{
        max-width: 100%;
        padding: 21px 35px;
    }
    
    /* banner */
    
    #banner{
    
    }
    
    #banner .carousel .carousel-inner .carousel-item img{
        height: 700px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption{
    bottom: 30%;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h1{
        font-size: 50px;
        /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          font-family: Amalfi-Coast;
          color: rgb(240,181,73);
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h2{
        font-size: 60px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Exodus-Demo-Sharpen;
          
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption a{
        font-family: Poppins-SemiBold;
        font-size: 16px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border: #fbca7d 1px solid;
        text-transform: uppercase;
        padding: 8px 12px;
        position: relative;
        top: 30px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number{
        position: absolute;
        bottom: 36%;
        display: none;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number p{
    
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        transform: rotate(-90deg);
        font-size: 18px;
        font-family: Poppins-SemiBold;
    }
    #banner .carousel .carousel-inner .carousel-item .choicebox{
        position: absolute;
        border: #fbca7d 2px solid;
        width: 110px;
        height: 170px;
        bottom: 9%;
        right: 7%;
        color: #fbca7d;
        text-align: center;
        display: none;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox img{
        height: 52px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h1{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h2{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Medium;
          font-size: 18px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h3{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    }
    
    #banner .carousel .carousel-indicators{
        bottom: 7%;
    }
    
    #banner .carousel .carousel-indicators li{
        height: 15px;
        width:15px;
        border-radius: 50%;
    }
    
    #banner .carousel .carousel-indicators .active{
        background-color:#fbca7d 
    }
    
    /* hotel=== */
    
    #hotel{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 90px;
        padding-bottom:10px;
        position: relative;
    }
    
    #hotel .container-size{
        
        max-width: 100%;
        padding: 0px 77px;
    }
    
    #hotel .hotelcontent{
    
    }
    
    #hotel .hotelcontent h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        /* text-decoration: underline; */
        border-bottom:#a0731c 2px solid ;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        
    }
    
    #hotel .hotelcontent h2{
        font-size: 34px;
        font-family: Exodus-Demo-Sharpen;
        text-align: center;
        padding-top: 34px;
        padding-bottom: 30px;
    }
    
    #hotel .hotelcontent p{
        
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    
    }
    
    #hotel .hotelcontent .more{
        text-align: center;
        padding-top: 50px;
    }
    
    #hotel .hotelcontent a{
        text-align: center;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        color:#fff2d9;
        background: #a0731c;
        padding: 10px;
        text-decoration: none;
    }
    
    #hotel .hotelcontent .icon{
        position: absolute;
        left: 4%;
        top: 7%;
    
    }
    
    #hotel .hotelcontent .icon svg{
        font-size: 75px;
        color:#a0731c;
        display:none
    }
    
    #hotel .hotelcontent span{
        display: inline-block;
        background: #a0731c;
        height: 2px;
        width: 100%;
        margin-top: 100px;
    
    }
    
    #hotel .suites .icon{
        position: absolute;
        left: 4%;
        bottom: 12%;
    }
    #hotel .suites .icon svg{
        font-size: 115px;
        color:#a0731c;
        display: none;
    }
    
    #hotel .suites h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 70px;
    }
    
    #hotel .suites p{
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    }
    
    /* rooms */
    
    #rooms{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    
    }
    
    #rooms .container-size{
        max-width: 100%;
        padding: 0px 45px;
    }
    
    #rooms .nav-tabs{
        border: none;
        display: block;
        margin-top: 10px;
        text-align: center;
    }
    
    #rooms .nav-tabs .nav-link{
        border: none;
        font-size: 22px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
        background: #a0731c;
        color: #fff2d9;
        width: 90%;
        margin: 12px auto;
        border-radius: 10px;
    
    }
    
    #rooms .nav-tabs .active{
        color:#a0731c;
        border-bottom: #a0731c 1px solid !important;
        border: #a0731c 1px solid;
        background: transparent;
    }
    
    #rooms .nav-tabs .nav-link:focus{
        outline: none;
        border: none;
    }
    
    #rooms .tab-content{
        padding-top: 70px;
    }
    
    #rooms .tab-content .roomtop{
    position: relative;
    } 
    #rooms .tab-content .roomtop .slideborder{
        border: 1px solid #fbca7d;
        height: 246px;
        position: absolute;
        z-index: 999999;
        width: 13%;
        top: 8%;
        margin: -8px 26px;
    }
    
    #rooms .tab-content .roomtop .roomimg{
    
    }
    
    #rooms .tab-content .roomtop .roomimg img{
        width: 100%;
    }
    
    #rooms .left-arrow{
       
        
    
    }
    #rooms .left-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        z-index: 99;
        padding: 14px 17px;
        border-radius: 50%;
        top: 45%;
        left: -5px;
    }
    #rooms .right-arrow{
        
    }
    #rooms .right-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        padding: 14px 17px;
        z-index: 99;
        border-radius: 50%;
        right: -5px;
        top: 45%;
    }
    
    #rooms .tab-content .roomdown{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg img{
        width: 98%;
    }
    #rooms .slick-dots{
        z-index: 999;
        bottom: 15%;
        right: -38%;
    }
    
    #rooms .slick-dots li button:before {
        font-size:12px;
    }
    #rooms .slick-dots li button:hover{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li.slick-active button:before{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li button:hover:before{
        color: #fbca7d;
    }
    
    #rooms .sliderbottom{
        display: flex;
        justify-content: space-between;
        padding-top: 50px;
    
    }
    
    #rooms .sliderbottom .sbleft{
    
        width: 60%;
    
    }
    
    #rooms .sliderbottom .sbleft h1{
        font-size: 38px;
        color: #a0731c;
        font-family: Exodus-Demo-Sharpen;
        padding-bottom: 20px;
        letter-spacing: 5px;
    }
    
    #rooms .sliderbottom .sbleft p{
         font-family: Poppins-Medium;
         font-size: 17px;
    }
    
    #rooms .sliderbottom .sbleft .additionallinnk{
        padding-top: 20px;
    }
    
    #rooms .sliderbottom .sbleft .additional{
        font-family: Poppins-Medium;
        font-size: 17px;
        text-transform: uppercase;
        color: #a0731c;
        border-bottom: #a0731c 1px solid;
        
    }
    
    #rooms .sliderbottom .sbleft .links{
        padding-top: 60px;
    }
    
    #rooms .sliderbottom .sbleft .links .room{
    
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        border: #a0731c 1px solid;
    
        
    }
    #rooms .sliderbottom .sbleft .links .more{
        background: #a0731c;
        color: #fff2d9;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        margin-left: 20px;
    }
    
    #rooms .sliderbottom .sbright{
        width: 35%;
    
    }
    
    #rooms .sliderbottom .sbright ul{
        list-style: none;
    }
    
    #rooms .sliderbottom .sbright ul li{
        border-bottom: #a0731c 1px solid;
        margin-top: 30px;
        padding-bottom: 10px;
        font-family: Poppins-Medium;
        font-size: 15px;
        text-transform: uppercase;
    }
    #rooms .sliderbottom .sbright ul li img{
        height: 40px;
        padding-right: 10px;
    }
    
    #rooms .sliderbottom .sbright .viewall{
        padding-top: 40px;
        
    }
    #rooms .sliderbottom .sbright .viewall a{
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        border: #a0731c 1px solid;
    }
    
    
    /* amenties */
    
    #amenties{
        background: url(../images/amentiesback.png);
        padding-top: 100px;
        padding-bottom: 120px;
        /* position: relative ; */
    }
    #amenties .container-size{
        max-width: 100%;
        padding: 0 60px;

    }
    
    #amenties .icon{
        position: absolute;
    }
    #amenties .icon svg{
        font-size: 170px;
         /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          color: rgba(240,181,73,1);
          display: none;
    
    
    }
    #amenties .amentieshead{
        text-align: center;
    }
    #amenties .amentieshead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }
    
    #amenties .nav-tabs {
        justify-content: center;
        border: none;
        display: block;
        margin-top: 54px;
    }
    #amenties .nav-tabs .nav-link{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 32px 10px 0 10px;
        font-size: 22px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
        width: 90%;
        margin: 21px auto;
       
         
        
    }
    #amenties .nav-tabs .active{
        border: rgba(240,181,73,1) 2px solid !important;
        background-color:#c2913b;
        color: white;
        
    }
    #amenties .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #amenties .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #amenties .tab-content{
    
    }
    
    #amenties .amenties-slider{
    position: relative;
    margin-top: 82px;
    }
    
    #amenties .Amentiesowl .item{
        text-align: center;
        width: 128px;
        margin: 0 auto;
    }
    #amenties .Amentiesowl .item .imgback{
    background: #fff2d9;
    height: 118px;
    width: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #amenties .Amentiesowl .item .imgback img{
        height: 60px;
        width: 60px;
    }
    
    #amenties .Amentiesowl .item p{
        font-family: Poppins-Medium;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
          padding-top: 20px;
          
    }
    
    #amenties .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        left: -50px;
        bottom: 62%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        right: -50px;
        bottom: 62%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #amenties .amenties-slider .viewall{
        text-align: center;
        margin-top: 40px;
    
    }
    
    #amenties .amenties-slider .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* gallery */
    
    #gallery{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    }
    #gallery .container-size{
        max-width: 100%;
        padding: 0 80px;
    }
    
    #gallery .galleryhead{
        text-align: center;
    }
    
    #gallery .galleryhead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 40px;
    }
    
    #gallery .galleryhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:15px
    }
    
    #gallery .nav-tabs {
        justify-content: center;
        border: none;
    }
    #gallery .nav-tabs .nav-link{
        background: none;
        margin: 30px 6px 0 6px;
        font-size: 18px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
    }
         
        
    #gallery .nav-tabs .active{
        border-bottom: #a0731c 2px solid !important;
        border: none;
        color: #a0731c;
    }
    #gallery .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #gallery .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #gallery .galleryslider{
    padding-top: 40px;
    }
    
    #gallery .galleryowl{
        
    }
    
    #gallery .galleryowl .galimg{
    
    }
    
    #gallery .galleryowl .galimg img{
    
    }
    
    #gallery .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        left: -18px;
        top: 45%;
    }
    
    #gallery .owl-carousel .owl-nav .owl-next svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        right: -18px;
        top: 45%;
    }
    
    
    #gallery .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #gallery .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #gallery .viewall{
        text-align: center;
        margin-top:50px
    }
    
    #gallery .viewall a{
        color:white;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        background: #a0731c;
    }
    
    /* review */
    
    #reviews{
        background: url(../images/backgroundreview.png);
        height: 700px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover ;
        position: relative;
        
        
    }
    
    /* #reviews .reviewback{
    
        position: absolute;
        background-color: rgba(0, 0, 0, 0.189);
        height: 100%;
        width: 100%;
    } */
    #reviews .contaier-size{
        /* max-width: 100%;
        padding: 0 400px; */
    } 
    
    #reviews .reviewhead{
    text-align: center;
    padding-top:70px
    }
    
    #reviews .reviewhead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }
    
    #reviews .reviewcontent{
    padding-top: 30px;
    text-align: center;
    }
    
    #reviews .reviewcontent h3{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: #fbca7d;
        font-size: 22px;
    }
    
    #reviews .reviewcontent h4{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: white;
        font-size: 24px;
        text-decoration: underline 2px;
        line-height: 2;
    }
    
    #reviews .reviewsocials{
    padding-top: 30px;
    text-align: center;
    }
    #reviews .reviewsocials img{
    
    }
    #reviews .revstars{
        padding-top: 30px;
        text-align: center;
    }
    #reviews .revstars img{
    
    }
    
    #reviews .revstars p{
    color: white;
    font-family: Poppins-Regular;
    padding-top: 10px;
    }
    
    #reviews .revstars .viewall{
        text-align: center;
        padding-top: 10px;
    }
    #reviews .revstars .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    #reviews .revstars .bottomimg{
    padding-top: 60px;
    } 
    
    #reviews .revstars .bottomimg img{
    
    }
    
    /* reservative */
    
    #reservative{
    background: url(../images/reservativeback.png);
    height: 535px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    }
    
    #reservative .resborder{
        border: #fbca7d 1px solid;
        width: 95%;
        height: 92%;
        position: absolute;
        padding-top: 4px;
        left: 17px;
        top: 22px;
    }
    
    #reservative .rescontent{
        text-align: center;
        padding-top: 70px;
    }
    
    
    #reservative .rescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    
    #reservative .rescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 40px;
        padding-top: 20px;
    }
    #reservative .rescontent p{
        color: white;
        font-family: Poppins-Regular;
        padding-top: 17px;
        padding-top: 60px;
    }
    
    #reservative .rescontent .viewrooms{
    padding-top: 30px;
    } 
    
    #reservative .rescontent .viewrooms a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* hotelinfo========== */
    
    #hotelinfo{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 120px;
        padding-bottom:120px;
        position: relative;
    }
    #hotelinfo .container-size{
        max-width: 100%;
        padding: 0 46px;
    } 
    
    #hotelinfo .hcontents{
    text-align: center;
    }
    
    #hotelinfo .hcontents h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        
        text-align: center;
       
    }
    
    #hotelinfo .hcontents p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hotelinfo .hotelbcontents{
    padding-top: 20px;
    }
    
    #hotelinfo .hotelbcontents .check{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: #a0731c 1px solid;
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft{
    width: 250px;
    text-align: right;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkleft p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    
    #hotelinfo .hotelbcontents .check .checkright{
        width: 250px;
        text-align: left;
    }
    
    #hotelinfo .hotelbcontents .check .checkright h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkright p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    #hotelinfo .hotelbcontents .check2{
        display: flex;
        justify-content: center;
        border-bottom: #a0731c 1px solid;
    
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent{
        text-align: center;
        padding-bottom: 5px;
    
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-semibold;
        color: #a0731c;
        
    }
    #hotelinfo .hotelbcontents .check2 .checkcontent p{
        
        font-family: Poppins-medium;
        text-transform: capitalize;
        font-size: 17px;
        padding-top: 10px;
    }
    
    /* out restaurent */
    
    #ourrestourent{
        background: url(../images/ourrestaurent.png);
        height: 520px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    #ourrestourent .ourborder{
        position: absolute;
        border: #fbca7d 1px solid;
        width: 97%;
        height: 95%;
        top: 17px;
        left: 12px;
    }
    #ourrestourent .container-size{
        max-width: 100%;
        padding: 69px 70px;
    }
    
    #ourrestourent .ourrescontent{
    text-align: right;
    }
    #ourrestourent .ourrescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    #ourrestourent .ourrescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 80px;
        padding-top: 5px;
    }
    #ourrestourent .ourrescontent p{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-family: Poppins-Regular;
        padding-top: 8px;
        padding-top: 50px;
        text-transform: capitalize;
    }
    
    #ourrestourent .ourrescontent .more{
        padding-top: 30px;
    }
    
    #ourrestourent .ourrescontent .more a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    
    /* testimonials */
    
    #testimonials{
        background: url(../images/testback.png);
        height: 580px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #testimonials .container-size{
        max-width: 100%;
        padding: 71px 17px;
    }
    
    #testimonials .testrow{
    
    } 
    #testimonials .testrow .testleft{
    border-right: #c2913b 1px solid;
    
    } 

    
    
    #testimonials .testrow .testleft h4{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 20px;
          text-transform: uppercase;
          
          /* letter-spacing: 8px; */
    }
    
    #testimonials .testrow .testleft h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
          padding-top:15px ;
    }

    #testimonials .testrow .testleft h1 br{
        display :none;
    }
    #testimonials .testrow .testright{
    
    }
    
    #testimonials .testrow .testright .testslider{
    
    }
    
    #testimonials .testrow .testright .testslider .testmowl{
        
    }
    
    #testimonials .testrow .testright .rightcontent{
    
    }
    
    #testimonials .testrow .testright .rightcontent h5{
        font-family: Poppins-semibold;
        font-size: 18px;
        color:#fff2d9;
        text-transform: uppercase;
        padding-top: 30px;
    
    }
    
    #testimonials .testrow .testright .rightcontent h6{
        font-family: Poppins-medium;
        color:#fff2d9;
        font-size: 16px;
        padding-top: 30px;
    }
    
    #testimonials .testrow .testright .rightcontent .bottom{
    display: flex;
    padding-top: 40px;
    
    }
    
    #testimonials .testrow .testright .rightcontent .bottom p{
        font-family: Poppins-regular;
        color:#fff2d9;
        font-size: 16px;
    }
    #testimonials .testrow .testright .rightcontent .bottom img{
        height: 20px;
        width: 20px;
    }
    
    #testimonials .owl-carousel .owl-nav{
        position: absolute;
        right: 0;
        bottom: -6px;
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 15px;
        border-radius: 50%;
        
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 15px;
        border-radius: 50%;
        
       
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    
    
    /* form */
    
    #hear{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 120px;
        padding-bottom:120px;
        position: relative;
    }
    
    #hear .container-size{
        max-width: 100%;
        padding: 0 91px;
    } 
    
    #hear .hearhead{
        text-align: center;
    }
    
    #hear .hearhead h1{
        font-size: 50px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        
    }
    
    #hear .hearhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hear .hearinput{
        max-width: 100%;
        padding: 0 20px;
        margin-top: 68px;
    }
    
    #hear .hearinput input{
        display: block;
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 49px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput input:focus{
        outline: none;
    }
    
    #hear .hearinput input::placeholder{
    font-family: poppins-regular;
    font-size: 15px;
    }
    
    #hear .hearinput textarea{
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 31px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput .submit{
        text-align: center;
        margin-top:85px
    }
    
    #hear .hearinput .submit a{
        color:white;
        font-family: Poppins-medium;
        font-size: 16px;
        padding: 10px 28px;
        background: #a0731c;
        text-transform: uppercase;
    }
    
    /* footer */
    
    footer{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 10px;
        padding-bottom:60px;
        position: relative; 
    
    }
    
    footer .container-size{
        max-width: 100%;
        padding: 0 60px;
    }
    footer .footertop{
        display: inline-block;
    background: #a0731c;
    height: 2px;
    width: 100%;
    }
    
    footer .footerimg{
       
        display: flex;
        justify-content: center;
    }
    
    footer .footerimg img{
        position: absolute;
        bottom: 0;
        height: 240px;
    }
    
    footer .footercontent{
    padding-top: 100px;
    }
    
    footer .footercontent .logo{
        text-align: center;
    }
    
    footer .footercontent .footerlist1{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist1 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist1 ul li a{
        font-family: poppins-Semibold;
        font-size: 15px;
        text-transform: uppercase;
        margin: 0 10px;
        text-decoration: none;
        color: rgb(26, 24, 24);
        
    }
    
    footer .footercontent .footercontent2{
    text-align: center;
    padding-top: 20px;
    }
    
    footer .footercontent .footercontent2 p{
        font-family: poppins-Medium;
        font-size: 16px;
    }
    
    footer .footercontent .footercontent2 h5{
        color: #a0731c;
        font-family: poppins-Semibold;
        font-size: 20px;
    }
    
    footer .footercontent .footerlist3{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist3 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist3 ul span{
        display: inline-block;
        background: #3f291e;
        height: 16px;
        width: 1px;
        margin-top: 7px;
        display:none
    }
    
    footer .footercontent .footerlist3 ul li a{
        font-family: poppins-Medium;
        font-size: 15px;
        color: rgb(26, 24, 24);
        margin: 0 15px;
    }
    
    footer .footericons{
        padding-top: 30px;
        text-align: center;  
    }
    
    footer .footericons svg{
        background:#a0731c;
            color: white;
            padding: 10px 12px;
            border-radius: 50%;
            font-size: 25px;
            margin: 6px; 
    }
    
    footer .footerbottom{
        text-align: center;
        padding-top: 40px;
    } 
    
    footer .footerbottom p{
        font-family: poppins-Medium;
        font-size: 15px;
    }

}

@media(max-width:551px) {



    html {
        scroll-behavior: smooth;
        scroll-padding-top: 100px;
    }
    
    body {
        margin: 0 auto;
        max-width: 550px;
        position: relative;
        
    }
    
    
    
    
    header{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100vw;
    background: #3f291e;
    border-bottom: #c2913b 3px solid;
    /* box-shadow: #c2913b 0px 1px 4px; */
    }
    header .navbar{
        padding: 21px 35px;

    
    }

    header .navbar button:focus{
        border: #c2913b 1px solid !important;
    }

    header .navbar svg{
        color: #fbca7d;
        font-size: 25px;
    }
    
    header .navbar .container-size{
        
    } 
    
    header .navbar .navbar-nav .nav-item{
        margin: 0 3px;
    }
    
    header .navbar .navbar-nav .active{
        border: #fbca7d 1px solid;
    }
    
    header .navbar .navbar-nav .nav-item .nav-link{
        text-transform: uppercase;
        font-size: 13px;
        font-family: Poppins-SemiBold;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 10px 5px;
        color: rgb(240,181,73);
    
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu{
        border-color: #fbca7d;  
        background:transparent;
        border-radius: 0;
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-size: 15px;
        font-family: Poppins-SemiBold;
    
    } 
    
    .navbar-scroll{
        background: #3f291e;
    }
    
    .navbar-scroll .navbar{
        max-width: 100%;
        padding: 21px 35px;
    }
    
    /* banner */
    
    #banner{
    
    }
    
    #banner .carousel .carousel-inner .carousel-item img{
        height: 700px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption{
    bottom: 30%;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h1{
        font-size: 50px;
        /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          font-family: Amalfi-Coast;
          color: rgb(240,181,73);
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h2{
        font-size: 60px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Exodus-Demo-Sharpen;
          
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption a{
        font-family: Poppins-SemiBold;
        font-size: 16px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border: #fbca7d 1px solid;
        text-transform: uppercase;
        padding: 8px 12px;
        position: relative;
        top: 30px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number{
        position: absolute;
        bottom: 36%;
        display: none;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number p{
    
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        transform: rotate(-90deg);
        font-size: 18px;
        font-family: Poppins-SemiBold;
    }
    #banner .carousel .carousel-inner .carousel-item .choicebox{
        position: absolute;
        border: #fbca7d 2px solid;
        width: 110px;
        height: 170px;
        bottom: 9%;
        right: 7%;
        color: #fbca7d;
        text-align: center;
        display: none;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox img{
        height: 52px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h1{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h2{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Medium;
          font-size: 18px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h3{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    }
    
    #banner .carousel .carousel-indicators{
        bottom: 7%;
    }
    
    #banner .carousel .carousel-indicators li{
        height: 15px;
        width:15px;
        border-radius: 50%;
    }
    
    #banner .carousel .carousel-indicators .active{
        background-color:#fbca7d 
    }
    
    /* hotel=== */
    
    #hotel{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 90px;
        padding-bottom:10px;
        position: relative;
    }
    
    #hotel .container-size{
        
        max-width: 100%;
        padding: 0px 41px;
    }
    
    #hotel .hotelcontent{
    
    }
    
    #hotel .hotelcontent h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        /* text-decoration: underline; */
        border-bottom:#a0731c 2px solid ;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        
    }
    
    #hotel .hotelcontent h2{
        font-size: 34px;
        font-family: Exodus-Demo-Sharpen;
        text-align: center;
        padding-top: 34px;
        padding-bottom: 30px;
    }
    
    #hotel .hotelcontent p{
        
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    
    }
    
    #hotel .hotelcontent .more{
        text-align: center;
        padding-top: 50px;
    }
    
    #hotel .hotelcontent a{
        text-align: center;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        color:#fff2d9;
        background: #a0731c;
        padding: 10px;
        text-decoration: none;
    }
    
    #hotel .hotelcontent .icon{
        position: absolute;
        left: 4%;
        top: 7%;
    
    }
    
    #hotel .hotelcontent .icon svg{
        font-size: 75px;
        color:#a0731c;
        display:none
    }
    
    #hotel .hotelcontent span{
        display: inline-block;
        background: #a0731c;
        height: 2px;
        width: 100%;
        margin-top: 100px;
    
    }
    
    #hotel .suites .icon{
        position: absolute;
        left: 4%;
        bottom: 12%;
    }
    #hotel .suites .icon svg{
        font-size: 115px;
        color:#a0731c;
        display: none;
    }
    
    #hotel .suites h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 70px;
    }
    
    #hotel .suites p{
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    }
    
    /* rooms */
    
    #rooms{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    
    }
    
    #rooms .container-size{
        max-width: 100%;
        padding: 0px 25px;
    }
    
    #rooms .nav-tabs{
        border: none;
        display: block;
        margin-top: 10px;
        text-align: center;
    }
    
    #rooms .nav-tabs .nav-link{
        border: none;
        font-size: 22px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
        background: #a0731c;
        color: #fff2d9;
        width: 90%;
        margin: 12px auto;
        border-radius: 10px;
    
    }
    
    #rooms .nav-tabs .active{
        color:#a0731c;
        border-bottom: #a0731c 1px solid !important;
        border: #a0731c 1px solid;
        background: transparent;
    }
    
    #rooms .nav-tabs .nav-link:focus{
        outline: none;
        border: none;
    }
    
    #rooms .tab-content{
        padding-top: 70px;
    }
    
    #rooms .tab-content .roomtop{
    position: relative;
    } 
    #rooms .tab-content .roomtop .slideborder{
        border: 1px solid #fbca7d;
        height: 223px;
        position: absolute;
        z-index: 999999;
        width: 13%;
        top: 8%;
        margin: -8px 26px;
        display: none;
    }
    
    #rooms .tab-content .roomtop .roomimg{
    
    }
    
    #rooms .tab-content .roomtop .roomimg img{
        width: 100%;
    }
    
    #rooms .left-arrow{
       
        
    
    }
    #rooms .left-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        z-index: 99;
        padding: 14px 17px;
        border-radius: 50%;
        top: 45%;
        left: -5px;
    }
    #rooms .right-arrow{
        
    }
    #rooms .right-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        padding: 14px 17px;
        z-index: 99;
        border-radius: 50%;
        right: -5px;
        top: 45%;
    }
    
    #rooms .tab-content .roomdown{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg img{
        width: 98%;
    }
    #rooms .slick-dots{
        z-index: 999;
        bottom: 15%;
        right: -38%;
    }
    
    #rooms .slick-dots li button:before {
        font-size:12px;
    }
    #rooms .slick-dots li button:hover{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li.slick-active button:before{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li button:hover:before{
        color: #fbca7d;
    }
    
    #rooms .sliderbottom{
        display: flex;
        justify-content: space-between;
        padding-top: 50px;
    
    }
    
    #rooms .sliderbottom .sbleft{
    
        width: 60%;
    
    }
    
    #rooms .sliderbottom .sbleft h1{
        font-size: 38px;
        color: #a0731c;
        font-family: Exodus-Demo-Sharpen;
        padding-bottom: 20px;
        letter-spacing: 5px;
    }
    
    #rooms .sliderbottom .sbleft p{
         font-family: Poppins-Medium;
         font-size: 17px;
    }
    
    #rooms .sliderbottom .sbleft .additionallinnk{
        padding-top: 20px;
    }
    
    #rooms .sliderbottom .sbleft .additional{
        font-family: Poppins-Medium;
        font-size: 17px;
        text-transform: uppercase;
        color: #a0731c;
        border-bottom: #a0731c 1px solid;
        
    }
    
    #rooms .sliderbottom .sbleft .links{
        padding-top: 60px;
    }
    
    #rooms .sliderbottom .sbleft .links .room{
    
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        border: #a0731c 1px solid;
    
        
    }
    #rooms .sliderbottom .sbleft .links .more{
        background: #a0731c;
        color: #fff2d9;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        margin-left: 20px;
    }
    
    #rooms .sliderbottom .sbright{
        width: 35%;
    
    }
    
    #rooms .sliderbottom .sbright ul{
        list-style: none;
    }
    
    #rooms .sliderbottom .sbright ul li{
        border-bottom: #a0731c 1px solid;
        margin-top: 30px;
        padding-bottom: 10px;
        font-family: Poppins-Medium;
        font-size: 15px;
        text-transform: uppercase;
    }
    #rooms .sliderbottom .sbright ul li img{
        height: 40px;
        padding-right: 10px;
    }
    
    #rooms .sliderbottom .sbright .viewall{
        padding-top: 40px;
        
    }
    #rooms .sliderbottom .sbright .viewall a{
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        border: #a0731c 1px solid;
    }
    
    
    /* amenties */
    
    #amenties{
        background: url(../images/amentiesback.png);
        padding-top: 100px;
        padding-bottom: 120px;
        /* position: relative ; */
    }
    #amenties .container-size{
        max-width: 100%;
        padding: 0 60px;

    }
    
    #amenties .icon{
        position: absolute;
    }
    #amenties .icon svg{
        font-size: 170px;
         /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          color: rgba(240,181,73,1);
          display: none;
    
    
    }
    #amenties .amentieshead{
        text-align: center;
    }
    #amenties .amentieshead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }
    
    #amenties .nav-tabs {
        justify-content: center;
        border: none;
        display: block;
        margin-top: 54px;
    }
    #amenties .nav-tabs .nav-link{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 32px 10px 0 10px;
        font-size: 22px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
        width: 90%;
        margin: 21px auto;
       
         
        
    }
    #amenties .nav-tabs .active{
        border: rgba(240,181,73,1) 2px solid !important;
        background-color:#c2913b;
        color: white;
        
    }
    #amenties .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #amenties .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #amenties .tab-content{
    
    }
    
    #amenties .amenties-slider{
    position: relative;
    margin-top: 82px;
    }
    
    #amenties .Amentiesowl .item{
        text-align: center;
        width: 128px;
        margin: 0 auto;
    }
    #amenties .Amentiesowl .item .imgback{
    background: #fff2d9;
    height: 118px;
    width: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #amenties .Amentiesowl .item .imgback img{
        height: 60px;
        width: 60px;
    }
    
    #amenties .Amentiesowl .item p{
        font-family: Poppins-Medium;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
          padding-top: 20px;
          
    }
    
    #amenties .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        left: -50px;
        bottom: 62%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        right: -50px;
        bottom: 62%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #amenties .amenties-slider .viewall{
        text-align: center;
        margin-top: 40px;
    
    }
    
    #amenties .amenties-slider .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* gallery */
    
    #gallery{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    }
    #gallery .container-size{
        max-width: 100%;
        padding: 0 80px;
    }
    
    #gallery .galleryhead{
        text-align: center;
    }
    
    #gallery .galleryhead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 40px;
    }
    
    #gallery .galleryhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:15px
    }
    
    #gallery .nav-tabs {
        justify-content: center;
        border: none;
    }
    #gallery .nav-tabs .nav-link{
        background: none;
        margin: 30px 6px 0 6px;
        font-size: 18px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
    }
         
        
    #gallery .nav-tabs .active{
        border-bottom: #a0731c 2px solid !important;
        border: none;
        color: #a0731c;
    }
    #gallery .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #gallery .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #gallery .galleryslider{
    padding-top: 40px;
    }
    
    #gallery .galleryowl{
        
    }
    
    #gallery .galleryowl .galimg{
    
    }
    
    #gallery .galleryowl .galimg img{
    
    }
    
    #gallery .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        left: -18px;
        top: 45%;
    }
    
    #gallery .owl-carousel .owl-nav .owl-next svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        right: -18px;
        top: 45%;
    }
    
    
    #gallery .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #gallery .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #gallery .viewall{
        text-align: center;
        margin-top:50px
    }
    
    #gallery .viewall a{
        color:white;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        background: #a0731c;
    }
    
    /* review */
    
    #reviews{
        background: url(../images/backgroundreview.png);
        height: 700px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover ;
        position: relative;
        
        
    }
    
    /* #reviews .reviewback{
    
        position: absolute;
        background-color: rgba(0, 0, 0, 0.189);
        height: 100%;
        width: 100%;
    } */
    #reviews .contaier-size{
        /* max-width: 100%;
        padding: 0 400px; */
    } 
    
    #reviews .reviewhead{
    text-align: center;
    padding-top:70px
    }
    
    #reviews .reviewhead h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }
    
    #reviews .reviewcontent{
    padding-top: 30px;
    text-align: center;
    }
    
    #reviews .reviewcontent h3{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: #fbca7d;
        font-size: 22px;
    }
    
    #reviews .reviewcontent h4{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: white;
        font-size: 24px;
        text-decoration: underline 2px;
        line-height: 2;
    }
    
    #reviews .reviewsocials{
    padding-top: 30px;
    text-align: center;
    }
    #reviews .reviewsocials img{
    
    }
    #reviews .revstars{
        padding-top: 30px;
        text-align: center;
    }
    #reviews .revstars img{
    
    }
    
    #reviews .revstars p{
    color: white;
    font-family: Poppins-Regular;
    padding-top: 10px;
    }
    
    #reviews .revstars .viewall{
        text-align: center;
        padding-top: 10px;
    }
    #reviews .revstars .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    #reviews .revstars .bottomimg{
    padding-top: 60px;
    } 
    
    #reviews .revstars .bottomimg img{
    
    }
    
    /* reservative */
    
    #reservative{
    background: url(../images/reservativeback.png);
    height: 535px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    }
    
    #reservative .resborder{
        border: #fbca7d 1px solid;
        width: 95%;
        height: 92%;
        position: absolute;
        padding-top: 4px;
        left: 17px;
        top: 22px;
    }
    
    #reservative .rescontent{
        text-align: center;
        padding-top: 70px;
    }
    
    
    #reservative .rescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    
    #reservative .rescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 40px;
        padding-top: 20px;
    }
    #reservative .rescontent p{
        color: white;
        font-family: Poppins-Regular;
        padding-top: 17px;
        padding-top: 60px;
    }
    
    #reservative .rescontent .viewrooms{
        padding-top: 15px;
    } 
    
    #reservative .rescontent .viewrooms a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* hotelinfo========== */
    
    #hotelinfo{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 120px;
        padding-bottom:120px;
        position: relative;
    }
    #hotelinfo .container-size{
        max-width: 100%;
        padding: 0 20px;
    } 
    
    #hotelinfo .hcontents{
    text-align: center;
    }
    
    #hotelinfo .hcontents h1{
        font-size: 60px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        
        text-align: center;
       
    }
    
    #hotelinfo .hcontents p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hotelinfo .hotelbcontents{
    padding-top: 20px;
    }
    
    #hotelinfo .hotelbcontents .check{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: #a0731c 1px solid;
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft{
    width: 250px;
    text-align: right;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkleft p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    
    #hotelinfo .hotelbcontents .check .checkright{
        width: 250px;
        text-align: left;
    }
    
    #hotelinfo .hotelbcontents .check .checkright h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkright p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    #hotelinfo .hotelbcontents .check2{
        display: flex;
        justify-content: center;
        border-bottom: #a0731c 1px solid;
    
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent{
        text-align: center;
        padding-bottom: 5px;
    
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-semibold;
        color: #a0731c;
        
    }
    #hotelinfo .hotelbcontents .check2 .checkcontent p{
        
        font-family: Poppins-medium;
        text-transform: capitalize;
        font-size: 17px;
        padding-top: 10px;
    }
    
    /* out restaurent */
    
    #ourrestourent{
        background: url(../images/ourrestaurent.png);
        height: 520px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    #ourrestourent .ourborder{
        position: absolute;
        border: #fbca7d 1px solid;
        width: 97%;
        height: 95%;
        top: 17px;
        left: 12px;
    }
    #ourrestourent .container-size{
        max-width: 100%;
        padding: 69px 70px;
    }
    
    #ourrestourent .ourrescontent{
    text-align: right;
    }
    #ourrestourent .ourrescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    #ourrestourent .ourrescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 80px;
        padding-top: 5px;
    }
    #ourrestourent .ourrescontent p{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-family: Poppins-Regular;
        padding-top: 8px;
        padding-top: 50px;
        text-transform: capitalize;
    }
    
    #ourrestourent .ourrescontent .more{
        padding-top: 30px;
    }
    
    #ourrestourent .ourrescontent .more a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    
    /* testimonials */
    
    #testimonials{
        background: url(../images/testback.png);
        height: 580px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #testimonials .container-size{
        max-width: 100%;
        padding: 71px 17px;
    }
    
    #testimonials .testrow{
    
    } 
    #testimonials .testrow .testleft{
    border-right: #c2913b 1px solid;
    
    } 

    
    
    #testimonials .testrow .testleft h4{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 20px;
          text-transform: uppercase;
          
          /* letter-spacing: 8px; */
    }
    
    #testimonials .testrow .testleft h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 50px;
          text-transform: uppercase;
          letter-spacing: 8px;
          padding-top:15px ;
    }

    #testimonials .testrow .testleft h1 br{
        display :none;
    }
    #testimonials .testrow .testright{
    
    }
    
    #testimonials .testrow .testright .testslider{
    
    }
    
    #testimonials .testrow .testright .testslider .testmowl{
        
    }
    
    #testimonials .testrow .testright .rightcontent{
    
    }
    
    #testimonials .testrow .testright .rightcontent h5{
        font-family: Poppins-semibold;
        font-size: 18px;
        color:#fff2d9;
        text-transform: uppercase;
        padding-top: 30px;
    
    }
    
    #testimonials .testrow .testright .rightcontent h6{
        font-family: Poppins-medium;
        color:#fff2d9;
        font-size: 16px;
        padding-top: 30px;
    }
    
    #testimonials .testrow .testright .rightcontent .bottom{
    display: flex;
    padding-top: 40px;
    
    }
    
    #testimonials .testrow .testright .rightcontent .bottom p{
        font-family: Poppins-regular;
        color:#fff2d9;
        font-size: 16px;
    }
    #testimonials .testrow .testright .rightcontent .bottom img{
        height: 20px;
        width: 20px;
    }
    
    #testimonials .owl-carousel .owl-nav{
        position: absolute;
        right: 0;
        bottom: -6px;
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 15px;
        border-radius: 50%;
        
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 15px;
        border-radius: 50%;
        
       
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    
    
    /* form */
    
    #hear{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 120px;
        padding-bottom:120px;
        position: relative;
    }
    
    #hear .container-size{
        max-width: 100%;
        padding: 0 91px;
    } 
    
    #hear .hearhead{
        text-align: center;
    }
    
    #hear .hearhead h1{
        font-size: 50px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        
    }
    
    #hear .hearhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hear .hearinput{
        max-width: 100%;
        padding: 0 20px;
        margin-top: 68px;
    }
    
    #hear .hearinput input{
        display: block;
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 49px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput input:focus{
        outline: none;
    }
    
    #hear .hearinput input::placeholder{
    font-family: poppins-regular;
    font-size: 15px;
    }
    
    #hear .hearinput textarea{
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 31px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput .submit{
        text-align: center;
        margin-top:85px
    }
    
    #hear .hearinput .submit a{
        color:white;
        font-family: Poppins-medium;
        font-size: 16px;
        padding: 10px 28px;
        background: #a0731c;
        text-transform: uppercase;
    }
    
    /* footer */
    
    footer{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 10px;
        padding-bottom:60px;
        position: relative; 
    
    }
    
    footer .container-size{
        max-width: 100%;
        padding: 0 60px;
    }
    footer .footertop{
        display: inline-block;
    background: #a0731c;
    height: 2px;
    width: 100%;
    }
    
    footer .footerimg{
       
        display: flex;
        justify-content: center;
    }
    
    footer .footerimg img{
        position: absolute;
        bottom: 0;
        height: 240px;
    }
    
    footer .footercontent{
    padding-top: 100px;
    }
    
    footer .footercontent .logo{
        text-align: center;
    }
    
    footer .footercontent .footerlist1{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist1 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist1 ul li a{
        font-family: poppins-Semibold;
        font-size: 15px;
        text-transform: uppercase;
        margin: 0 10px;
        text-decoration: none;
        color: rgb(26, 24, 24);
        
    }
    
    footer .footercontent .footercontent2{
    text-align: center;
    padding-top: 20px;
    }
    
    footer .footercontent .footercontent2 p{
        font-family: poppins-Medium;
        font-size: 16px;
    }
    
    footer .footercontent .footercontent2 h5{
        color: #a0731c;
        font-family: poppins-Semibold;
        font-size: 20px;
    }
    
    footer .footercontent .footerlist3{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist3 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist3 ul span{
        display: inline-block;
        background: #3f291e;
        height: 16px;
        width: 1px;
        margin-top: 7px;
        display:none
    }
    
    footer .footercontent .footerlist3 ul li a{
        font-family: poppins-Medium;
        font-size: 15px;
        color: rgb(26, 24, 24);
        margin: 0 15px;
    }
    
    footer .footericons{
        padding-top: 30px;
        text-align: center;  
    }
    
    footer .footericons svg{
        background:#a0731c;
            color: white;
            padding: 10px 12px;
            border-radius: 50%;
            font-size: 25px;
            margin: 6px; 
    }
    
    footer .footerbottom{
        text-align: center;
        padding-top: 40px;
    } 
    
    footer .footerbottom p{
        font-family: poppins-Medium;
        font-size: 15px;
    }
}

@media(max-width:431px) {

    html {
        scroll-behavior: smooth;
        scroll-padding-top: 100px;
    }
    
    body {
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        overflow-x: hidden;
        
    }
    
    
    
    
    header{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100vw;
    background: #3f291e;
    border-bottom: #c2913b 3px solid;
    /* box-shadow: #c2913b 0px 1px 4px; */
    }
    header .navbar{
        padding: 21px 35px;

    
    }

    header .navbar .navbar-brand img{
        height: 37px;
    }

    header .navbar button:focus{
        border: #c2913b 1px solid !important;
    }

    header .navbar svg{
        color: #fbca7d;
        font-size: 25px;
    }
    
    header .navbar .container-size{
        
    } 
    
    header .navbar .navbar-nav .nav-item{
        margin: 0 3px;
    }
    
    header .navbar .navbar-nav .active{
        border: #fbca7d 1px solid;
    }
    
    header .navbar .navbar-nav .nav-item .nav-link{
        text-transform: uppercase;
        font-size: 13px;
        font-family: Poppins-SemiBold;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 10px 5px;
        color: rgb(240,181,73);
    
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu{
        border-color: #fbca7d;  
        background:transparent;
        border-radius: 0;
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-size: 15px;
        font-family: Poppins-SemiBold;
    
    } 
    
    .navbar-scroll{
        background: #3f291e;
    }
    
    .navbar-scroll .navbar{
        max-width: 100%;
        padding: 21px 35px;
    }
    
    /* banner */
    
    #banner{
    
    }
    
    #banner .carousel .carousel-inner .carousel-item img{
        height: 62vh;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption{
    bottom: 30%;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h1{
        font-size: 40px;
        /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          font-family: Amalfi-Coast;
          color: rgb(240,181,73);
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h2{
        font-size: 50px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Exodus-Demo-Sharpen;
          
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption a{
        font-family: Poppins-SemiBold;
        font-size: 16px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border: #fbca7d 1px solid;
        text-transform: uppercase;
        padding: 8px 12px;
        position: relative;
        top: 30px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number{
        position: absolute;
        bottom: 36%;
        display: none;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number p{
    
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        transform: rotate(-90deg);
        font-size: 18px;
        font-family: Poppins-SemiBold;
    }
    #banner .carousel .carousel-inner .carousel-item .choicebox{
        position: absolute;
        border: #fbca7d 2px solid;
        width: 110px;
        height: 170px;
        bottom: 9%;
        right: 7%;
        color: #fbca7d;
        text-align: center;
        display: none;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox img{
        height: 52px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h1{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h2{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Medium;
          font-size: 18px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h3{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    }
    
    #banner .carousel .carousel-indicators{
        bottom: 7%;
    }
    
    #banner .carousel .carousel-indicators li{
        height: 15px;
        width:15px;
        border-radius: 50%;
    }
    
    #banner .carousel .carousel-indicators .active{
        background-color:#fbca7d 
    }
    
    /* hotel=== */
    
    #hotel{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 90px;
        padding-bottom:10px;
        position: relative;
    }
    
    #hotel .container-size{
        
        max-width: 100%;
        padding: 0px 41px;
    }
    
    #hotel .hotelcontent{
    
    }
    
    #hotel .hotelcontent h1{
        font-size: 45px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        /* text-decoration: underline; */
        border-bottom:#a0731c 2px solid ;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        
    }
    
    #hotel .hotelcontent h2{
        font-size: 34px;
        font-family: Exodus-Demo-Sharpen;
        text-align: center;
        padding-top: 34px;
        padding-bottom: 30px;
    }
    
    #hotel .hotelcontent p{
        
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    
    }
    
    #hotel .hotelcontent .more{
        text-align: center;
        padding-top: 50px;
    }
    
    #hotel .hotelcontent a{
        text-align: center;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        color:#fff2d9;
        background: #a0731c;
        padding: 10px;
        text-decoration: none;
    }
    
    #hotel .hotelcontent .icon{
        position: absolute;
        left: 4%;
        top: 7%;
    
    }
    
    #hotel .hotelcontent .icon svg{
        font-size: 75px;
        color:#a0731c;
        display:none
    }
    
    #hotel .hotelcontent span{
        display: inline-block;
        background: #a0731c;
        height: 2px;
        width: 100%;
        margin-top: 100px;
    
    }
    
    #hotel .suites .icon{
        position: absolute;
        left: 4%;
        bottom: 12%;
    }
    #hotel .suites .icon svg{
        font-size: 115px;
        color:#a0731c;
        display: none;
    }
    
    #hotel .suites h1{
        font-size: 45px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 70px;
    }
    
    #hotel .suites p{
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    }
    
    /* rooms */
    
    #rooms{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    
    }
    
    #rooms .container-size{
        max-width: 100%;
        padding: 0px 42px;
    }
    
    #rooms .nav-tabs{
        border: none;
        display: block;
        margin-top: 10px;
        text-align: center;
    }
    
    #rooms .nav-tabs .nav-link{
        border: none;
        font-size: 22px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
        background: #a0731c;
        color: #fff2d9;
        width: 90%;
        margin: 12px auto;
        border-radius: 10px;
    
    }
    
    #rooms .nav-tabs .active{
        color:#a0731c;
        border-bottom: #a0731c 1px solid !important;
        border: #a0731c 1px solid;
        background: transparent;
    }
    
    #rooms .nav-tabs .nav-link:focus{
        outline: none;
        border: none;
    }
    
    #rooms .tab-content{
        padding-top: 70px;
    }
    
    #rooms .tab-content .roomtop{
    position: relative;
    } 
    #rooms .tab-content .roomtop .slideborder{
        border: 1px solid #fbca7d;
        height: 223px;
        position: absolute;
        z-index: 999999;
        width: 13%;
        top: 8%;
        margin: -8px 26px;
        display: none;
    }
    
    #rooms .tab-content .roomtop .roomimg{
    
    }
    
    #rooms .tab-content .roomtop .roomimg img{
        width: 100%;
    }
    
    #rooms .left-arrow{
       
        
    
    }
    #rooms .left-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        z-index: 99;
        padding: 14px 17px;
        border-radius: 50%;
        top: 45%;
        left: -5px;
    }
    #rooms .right-arrow{
        
    }
    #rooms .right-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        padding: 14px 17px;
        z-index: 99;
        border-radius: 50%;
        right: -5px;
        top: 45%;
    }
    
    #rooms .tab-content .roomdown{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg img{
        width: 98%;
    }
    #rooms .slick-dots{
        z-index: 999;
        bottom: 15%;
        right: -38%;
    }
    
    #rooms .slick-dots li button:before {
        font-size:12px;
    }
    #rooms .slick-dots li button:hover{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li.slick-active button:before{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li button:hover:before{
        color: #fbca7d;
    }
    
    #rooms .sliderbottom{
        display: block;
        padding-top: 50px;
    
    }
    
    #rooms .sliderbottom .sbleft{
        
        width: 100%;
    
    }
    
    #rooms .sliderbottom .sbleft h1{
        font-size: 38px;
        color: #a0731c;
        font-family: Exodus-Demo-Sharpen;
        padding-bottom: 20px;
        letter-spacing: 5px;
    }
    
    #rooms .sliderbottom .sbleft p{
         font-family: Poppins-Medium;
         font-size: 17px;
    }
    
    #rooms .sliderbottom .sbleft .additionallinnk{
        padding-top: 20px;
    }
    
    #rooms .sliderbottom .sbleft .additional{
        font-family: Poppins-Medium;
        font-size: 17px;
        text-transform: uppercase;
        color: #a0731c;
        border-bottom: #a0731c 1px solid;
        
    }
    
    #rooms .sliderbottom .sbleft .links{
        padding-top: 60px;
    }
    
    #rooms .sliderbottom .sbleft .links .room{
    
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        border: #a0731c 1px solid;
    
        
    }
    #rooms .sliderbottom .sbleft .links .more{
        background: #a0731c;
        color: #fff2d9;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        margin-left: 20px;
    }
    
    #rooms .sliderbottom .sbright{
        padding-top: 25px;
        width: 100%;
    
    }
    
    #rooms .sliderbottom .sbright ul{
        list-style: none;
    }
    
    #rooms .sliderbottom .sbright ul li{
        border-bottom: #a0731c 1px solid;
        margin-top: 30px;
        padding-bottom: 10px;
        font-family: Poppins-Medium;
        font-size: 15px;
        text-transform: uppercase;
    }
    #rooms .sliderbottom .sbright ul li img{
        height: 40px;
        padding-right: 10px;
    }
    
    #rooms .sliderbottom .sbright .viewall{
        padding-top: 40px;
        
    }
    #rooms .sliderbottom .sbright .viewall a{
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        border: #a0731c 1px solid;
    }
    
    
    /* amenties */
    
    #amenties{
        background: url(../images/amentiesback.png);
        padding-top: 100px;
        padding-bottom: 120px;
        /* position: relative ; */
    }
    #amenties .container-size{
        max-width: 100%;
        padding: 0 43px;

    }
    
    #amenties .icon{
        position: absolute;
    }
    #amenties .icon svg{
        font-size: 170px;
         /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          color: rgba(240,181,73,1);
          display: none;
    
    
    }
    #amenties .amentieshead{
        text-align: center;
    }
    #amenties .amentieshead h1{
        font-size: 45px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }

    #amenties .amentieshead h1 br{
        display: none;
    }
    
    #amenties .nav-tabs {
        justify-content: center;
        border: none;
        display: block;
        margin-top: 54px;
    }
    #amenties .nav-tabs .nav-link{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 32px 10px 0 10px;
        font-size: 22px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
        width: 90%;
        margin: 21px auto;
       
         
        
    }
    #amenties .nav-tabs .active{
        border: rgba(240,181,73,1) 2px solid !important;
        background-color:#c2913b;
        color: white;
        
    }
    #amenties .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #amenties .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #amenties .tab-content{
    
    }
    
    #amenties .amenties-slider{
    position: relative;
    margin-top: 82px;
    }
    
    #amenties .Amentiesowl .item{
        text-align: center;
        width: 128px;
        margin: 0 auto;
    }
    #amenties .Amentiesowl .item .imgback{
    background: #fff2d9;
    height: 118px;
    width: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #amenties .Amentiesowl .item .imgback img{
        height: 60px;
        width: 60px;
    }
    
    #amenties .Amentiesowl .item p{
        font-family: Poppins-Medium;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
          padding-top: 20px;
          
    }
    
    #amenties .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        left: 111px;
        bottom: 4%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        right: 123px;
        bottom: 4%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #amenties .amenties-slider .viewall{
        text-align: center;
        margin-top: 40px;
    
    }
    
    #amenties .amenties-slider .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* gallery */
    
    #gallery{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    }
    #gallery .container-size{
        max-width: 100%;
        padding: 0 50px;
    }
    
    #gallery .galleryhead{
        text-align: center;
    }
    
    #gallery .galleryhead h1{
        font-size: 45px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 40px;
    }
    
    #gallery .galleryhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:15px
    }
    #gallery .galleryhead p br{
        display: none;
    }
    
    #gallery .nav-tabs {
        justify-content: center;
        border: none;
        display: block;
        padding-top: 20px;
    }
    #gallery .nav-tabs .nav-link{
        background: none;
        width: 80%;
        margin: 15px auto;
        font-size: 18px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
        background: #a0731c;
        color: #fff2d9;
        border-radius: 10px;
    }
         
        
    #gallery .nav-tabs .nav-link.active{
        border: #a0731c 2px solid !important;
        color: #a0731c;
        background: transparent;
       
    }
    #gallery .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #gallery .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #gallery .galleryslider{
    padding-top: 55px;
    }
    
    #gallery .galleryowl{
        
    }
    
    #gallery .galleryowl .galimg{
    
    }
    
    #gallery .galleryowl .galimg img{
    
    }
    
    #gallery .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        left: -18px;
        top: 45%;
    }
    
    #gallery .owl-carousel .owl-nav .owl-next svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        right: -18px;
        top: 45%;
    }
    
    
    #gallery .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #gallery .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #gallery .viewall{
        text-align: center;
        margin-top:50px
    }
    
    #gallery .viewall a{
        color:white;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        background: #a0731c;
    }
    
    /* review */
    
    #reviews{
        background: url(../images/backgroundreview.png);
        height: 700px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover ;
        position: relative;
        
        
    }
    
    /* #reviews .reviewback{
    
        position: absolute;
        background-color: rgba(0, 0, 0, 0.189);
        height: 100%;
        width: 100%;
    } */
    #reviews .contaier-size{
        /* max-width: 100%;
        padding: 0 400px; */
    } 
    
    #reviews .reviewhead{
    text-align: center;
    padding-top:70px
    }
    
    #reviews .reviewhead h1{
        font-size: 45px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }
    
    #reviews .reviewcontent{
    padding-top: 30px;
    text-align: center;
    }
    
    #reviews .reviewcontent h3{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: #fbca7d;
        font-size: 22px;
    }
    
    #reviews .reviewcontent h4{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: white;
        font-size: 24px;
        text-decoration: underline 2px;
        line-height: 2;
    }
    
    #reviews .reviewsocials{
    padding-top: 30px;
    text-align: center;
    }
    #reviews .reviewsocials img{
    
    }
    #reviews .revstars{
        padding-top: 30px;
        text-align: center;
    }
    #reviews .revstars img{
    
    }
    
    #reviews .revstars p{
    color: white;
    font-family: Poppins-Regular;
    padding-top: 10px;
    }
    
    #reviews .revstars .viewall{
        text-align: center;
        padding-top: 10px;
    }
    #reviews .revstars .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    #reviews .revstars .bottomimg{
    padding-top: 60px;
    } 
    
    #reviews .revstars .bottomimg img{
    
    }
    
    /* reservative */
    
    #reservative{
    background: url(../images/reservativeback.png);
    height: 535px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    }
    
    #reservative .resborder{
        border: #fbca7d 1px solid;
        width: 92%;
        height: 92%;
        position: absolute;
        padding-top: 4px;
        left: 18px;
        top: 22px;
    }
    
    #reservative .rescontent{
        text-align: center;
        padding-top: 70px;
    }
    
    
    #reservative .rescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 42px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    
    #reservative .rescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 35px;
        padding-top: 20px;
    }
    #reservative .rescontent p{
        color: white;
        font-family: Poppins-Regular;
        padding-top: 17px;
        padding-top: 60px;
    }
    
    #reservative .rescontent .viewrooms{
        padding-top: 15px;
    } 
    
    #reservative .rescontent .viewrooms a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* hotelinfo========== */
    
    #hotelinfo{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 100px;
        padding-bottom:100px;
        position: relative;
    }
    #hotelinfo .container-size{
        max-width: 100%;
        padding: 0 20px;
    } 
    
    #hotelinfo .hcontents{
    text-align: center;
    }
    
    #hotelinfo .hcontents h1{
        font-size: 45px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 7px;
        line-height: 1;
        color:#a0731c;
        
        text-align: center;
       
    }
    
    #hotelinfo .hcontents p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hotelinfo .hotelbcontents{
    padding-top: 20px;
    }
    
    #hotelinfo .hotelbcontents .check{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: #a0731c 1px solid;
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft{
    width: 250px;
    text-align: right;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkleft p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    
    #hotelinfo .hotelbcontents .check .checkright{
        width: 250px;
        text-align: left;
    }
    
    #hotelinfo .hotelbcontents .check .checkright h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkright p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    #hotelinfo .hotelbcontents .check2{
        display: flex;
        justify-content: center;
        border-bottom: #a0731c 1px solid;
    
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent{
        text-align: center;
        padding-bottom: 5px;
    
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-semibold;
        color: #a0731c;
        
    }
    #hotelinfo .hotelbcontents .check2 .checkcontent p{
        
        font-family: Poppins-medium;
        text-transform: capitalize;
        font-size: 17px;
        padding-top: 10px;
    }
    
    /* out restaurent */
    
    #ourrestourent{
        background: url(../images/ourrestaurent.png);
        height: 350px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-position: right;
    }
    #ourrestourent .ourborder{
        position: absolute;
        border: #fbca7d 1px solid;
        width: 94%;
        height: 92%;
        top: 17px;
        left: 12px;
    }
    #ourrestourent .container-size{
        max-width: 100%;
        padding: 15px 29px;
    }
    
    #ourrestourent .ourrescontent{
    text-align: right;
    }
    #ourrestourent .ourrescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 35px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    #ourrestourent .ourrescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 60px;
        padding-top: 3px;
    }
    #ourrestourent .ourrescontent p{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-family: Poppins-Regular;
        padding-top: 8px;
        padding-top: 22px;
        text-transform: capitalize;
    }
    
    #ourrestourent .ourrescontent .more{
        padding-top: 15px;
    }
    
    #ourrestourent .ourrescontent .more a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    
    /* testimonials */
    
    #testimonials{
        background: url(../images/testback.png);
        height: 580px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #testimonials .container-size{
        max-width: 100%;
        padding: 71px 22px;
    }
    
    #testimonials .testrow{
    
    } 
    #testimonials .testrow .testleft{
    border-right: #c2913b 1px solid;
    
    } 

    
    
    #testimonials .testrow .testleft h4{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 20px;
          text-transform: uppercase;
          
          /* letter-spacing: 8px; */
    }
    
    #testimonials .testrow .testleft h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 35px;
          text-transform: uppercase;
          letter-spacing: 8px;
          padding-top:15px ;
    }

    #testimonials .testrow .testleft h1 br{
        display :none;
    }
    #testimonials .testrow .testright{
    
    }
    
    #testimonials .testrow .testright .testslider{
    
    }
    
    #testimonials .testrow .testright .testslider .testmowl{
        
    }
    
    #testimonials .testrow .testright .rightcontent{
    
    }
    
    #testimonials .testrow .testright .rightcontent h5{
        font-family: Poppins-semibold;
        font-size: 18px;
        color:#fff2d9;
        text-transform: uppercase;
        padding-top: 30px;
    
    }
    
    #testimonials .testrow .testright .rightcontent h6{
        font-family: Poppins-medium;
        color:#fff2d9;
        font-size: 16px;
        padding-top: 30px;
    }
    
    #testimonials .testrow .testright .rightcontent .bottom{
    display: flex;
    padding-top: 40px;
    
    }
    
    #testimonials .testrow .testright .rightcontent .bottom p{
        font-family: Poppins-regular;
        color:#fff2d9;
        font-size: 16px;
    }
    #testimonials .testrow .testright .rightcontent .bottom img{
        height: 20px;
        width: 20px;
    }
    
    #testimonials .owl-carousel .owl-nav{
        position: absolute;
        right: 0;
        bottom: -52px;
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 15px;
        border-radius: 50%;
        
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 15px;
        border-radius: 50%;
        
       
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    
    
    /* form */
    
    #hear{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 100px;
        padding-bottom:100px;
        position: relative;
    }
    
    #hear .container-size{
        max-width: 100%;
        padding: 0 40px;
    } 
    
    #hear .hearhead{
        text-align: center;
    }
    
    #hear .hearhead h1{
        font-size: 35px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        
    }
    
    #hear .hearhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hear .hearinput{
        max-width: 100%;
        padding: 0 20px;
        margin-top: 68px;
    }
    
    #hear .hearinput input{
        display: block;
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 49px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput input:focus{
        outline: none;
    }
    
    #hear .hearinput input::placeholder{
    font-family: poppins-regular;
    font-size: 15px;
    }
    
    #hear .hearinput textarea{
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 31px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput .submit{
        text-align: center;
        margin-top:85px
    }
    
    #hear .hearinput .submit a{
        color:white;
        font-family: Poppins-medium;
        font-size: 16px;
        padding: 10px 28px;
        background: #a0731c;
        text-transform: uppercase;
    }
    
    /* footer */
    
    footer{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 10px;
        padding-bottom:60px;
        position: relative; 
    
    }
    
    footer .container-size{
        max-width: 100%;
        padding: 0 20px;
    }
    footer .footertop{
        display: inline-block;
    background: #a0731c;
    height: 2px;
    width: 100%;
    }
    
    footer .footerimg{
       
        display: flex;
        justify-content: center;
    }
    
    footer .footerimg img{
        position: absolute;
        bottom: 0;
        height: 170px;
        display: none;
    }
    
    footer .footercontent{
    padding-top: 100px;
    }
    
    footer .footercontent .logo{
        text-align: center;
    }
    
    footer .footercontent .footerlist1{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist1 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist1 ul li a{
        font-family: poppins-Semibold;
        font-size: 15px;
        text-transform: uppercase;
        margin: 0 10px;
        text-decoration: none;
        color: rgb(26, 24, 24);
        
    }
    
    footer .footercontent .footercontent2{
    text-align: center;
    padding-top: 20px;
    }
    
    footer .footercontent .footercontent2 p{
        font-family: poppins-Medium;
        font-size: 16px;
    }
    
    footer .footercontent .footercontent2 h5{
        color: #a0731c;
        font-family: poppins-Semibold;
        font-size: 20px;
    }
    
    footer .footercontent .footerlist3{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist3 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist3 ul span{
        display: inline-block;
        background: #3f291e;
        height: 16px;
        width: 1px;
        margin-top: 7px;
        display:none
    }
    
    footer .footercontent .footerlist3 ul li a{
        font-family: poppins-Medium;
        font-size: 15px;
        color: rgb(26, 24, 24);
        margin: 0 15px;
    }
    
    footer .footericons{
        padding-top: 30px;
        text-align: center;  
    }
    
    footer .footericons svg{
        background:#a0731c;
            color: white;
            padding: 10px 12px;
            border-radius: 50%;
            font-size: 25px;
            margin: 6px; 
    }
    
    footer .footerbottom{
        text-align: center;
        padding-top: 40px;
    } 
    
    footer .footerbottom p{
        font-family: poppins-Medium;
        font-size: 15px;
    }



}

@media(max-width:391px) {

    html {
        scroll-behavior: smooth;
        scroll-padding-top: 100px;
    }
    
    body {
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        overflow-x: hidden;
        
    }
    
    
    
    
    header{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100vw;
    background: #3f291e;
    border-bottom: #c2913b 3px solid;
    /* box-shadow: #c2913b 0px 1px 4px; */
    }
    header .navbar{
        padding: 21px 35px;

    
    }

    header .navbar .navbar-brand img{
        height: 37px;
    }

    header .navbar button:focus{
        border: #c2913b 1px solid !important;
    }

    header .navbar svg{
        color: #fbca7d;
        font-size: 25px;
    }
    
    header .navbar .container-size{
        
    } 
    
    header .navbar .navbar-nav .nav-item{
        margin: 0 3px;
    }
    
    header .navbar .navbar-nav .active{
        border: #fbca7d 1px solid;
    }
    
    header .navbar .navbar-nav .nav-item .nav-link{
        text-transform: uppercase;
        font-size: 13px;
        font-family: Poppins-SemiBold;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 10px 5px;
        color: rgb(240,181,73);
    
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu{
        border-color: #fbca7d;  
        background:transparent;
        border-radius: 0;
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-size: 15px;
        font-family: Poppins-SemiBold;
    
    } 
    
    .navbar-scroll{
        background: #3f291e;
    }
    
    .navbar-scroll .navbar{
        max-width: 100%;
        padding: 21px 35px;
    }
    
    /* banner */
    
    #banner{
    
    }
    
    #banner .carousel .carousel-inner .carousel-item img{
        height: 62vh;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption{
    bottom: 30%;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h1{
        font-size: 40px;
        /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          font-family: Amalfi-Coast;
          color: rgb(240,181,73);
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h2{
        font-size: 50px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Exodus-Demo-Sharpen;
          
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption a{
        font-family: Poppins-SemiBold;
        font-size: 16px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border: #fbca7d 1px solid;
        text-transform: uppercase;
        padding: 8px 12px;
        position: relative;
        top: 30px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number{
        position: absolute;
        bottom: 36%;
        display: none;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number p{
    
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        transform: rotate(-90deg);
        font-size: 18px;
        font-family: Poppins-SemiBold;
    }
    #banner .carousel .carousel-inner .carousel-item .choicebox{
        position: absolute;
        border: #fbca7d 2px solid;
        width: 110px;
        height: 170px;
        bottom: 9%;
        right: 7%;
        color: #fbca7d;
        text-align: center;
        display: none;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox img{
        height: 52px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h1{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h2{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Medium;
          font-size: 18px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h3{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    }
    
    #banner .carousel .carousel-indicators{
        bottom: 7%;
    }
    
    #banner .carousel .carousel-indicators li{
        height: 15px;
        width:15px;
        border-radius: 50%;
    }
    
    #banner .carousel .carousel-indicators .active{
        background-color:#fbca7d 
    }
    
    /* hotel=== */
    
    #hotel{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 80px;
        padding-bottom:10px;
        position: relative;
    }
    
    #hotel .container-size{
        
        max-width: 100%;
        padding: 0px 41px;
    }
    
    #hotel .hotelcontent{
    
    }
    
    #hotel .hotelcontent h1{
        font-size: 35px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        /* text-decoration: underline; */
        border-bottom:#a0731c 2px solid ;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        
    }
    
    #hotel .hotelcontent h2{
        font-size: 28px;
        font-family: Exodus-Demo-Sharpen;
        text-align: center;
        padding-top: 34px;
        padding-bottom: 30px;
    }
    
    #hotel .hotelcontent p{
        
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    
    }
    
    #hotel .hotelcontent .more{
        text-align: center;
        padding-top: 50px;
    }
    
    #hotel .hotelcontent a{
        text-align: center;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        color:#fff2d9;
        background: #a0731c;
        padding: 10px;
        text-decoration: none;
    }
    
    #hotel .hotelcontent .icon{
        position: absolute;
        left: 4%;
        top: 7%;
    
    }
    
    #hotel .hotelcontent .icon svg{
        font-size: 75px;
        color:#a0731c;
        display:none
    }
    
    #hotel .hotelcontent span{
        display: inline-block;
        background: #a0731c;
        height: 2px;
        width: 100%;
        margin-top: 100px;
    
    }
    
    #hotel .suites .icon{
        position: absolute;
        left: 4%;
        bottom: 12%;
    }
    #hotel .suites .icon svg{
        font-size: 115px;
        color:#a0731c;
        display: none;
    }
    
    #hotel .suites h1{
        font-size: 35px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 40px;
    }
    
    #hotel .suites p{
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    }
    
    /* rooms */
    
    #rooms{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    
    }
    
    #rooms .container-size{
        max-width: 100%;
        padding: 0px 42px;
    }
    
    #rooms .nav-tabs{
        border: none;
        display: block;
        margin-top: 10px;
        text-align: center;
    }
    
    #rooms .nav-tabs .nav-link{
        border: none;
        font-size: 22px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
        background: #a0731c;
        color: #fff2d9;
        width: 90%;
        margin: 12px auto;
        border-radius: 10px;
    
    }
    
    #rooms .nav-tabs .active{
        color:#a0731c;
        border-bottom: #a0731c 1px solid !important;
        border: #a0731c 1px solid;
        background: transparent;
    }
    
    #rooms .nav-tabs .nav-link:focus{
        outline: none;
        border: none;
    }
    
    #rooms .tab-content{
        padding-top: 70px;
    }
    
    #rooms .tab-content .roomtop{
    position: relative;
    } 
    #rooms .tab-content .roomtop .slideborder{
        border: 1px solid #fbca7d;
        height: 223px;
        position: absolute;
        z-index: 999999;
        width: 13%;
        top: 8%;
        margin: -8px 26px;
        display: none;
    }
    
    #rooms .tab-content .roomtop .roomimg{
    
    }
    
    #rooms .tab-content .roomtop .roomimg img{
        width: 100%;
    }
    
    #rooms .left-arrow{
       
        
    
    }
    #rooms .left-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        z-index: 99;
        padding: 10px 13px;
        border-radius: 50%;
        top: 45%;
        left: -5px;
    }
    #rooms .right-arrow{
        
    }
    #rooms .right-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        padding: 10px 13px;
        z-index: 99;
        border-radius: 50%;
        right: -5px;
        top: 45%;
    }
    
    #rooms .tab-content .roomdown{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg img{
        width: 98%;
    }
    #rooms .slick-dots{
        z-index: 999;
        bottom: 15%;
        right: -38%;
    }

    #rooms .slick-dots li{
        margin: 0 0px;
    }
    
    #rooms .slick-dots li button:before {
        font-size:12px;
    }
    #rooms .slick-dots li button:hover{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li.slick-active button:before{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li button:hover:before{
        color: #fbca7d;
    }
    
    #rooms .sliderbottom{
        display: block;
        padding-top: 50px;
    
    }
    
    #rooms .sliderbottom .sbleft{
        
        width: 100%;
    
    }
    
    #rooms .sliderbottom .sbleft h1{
        font-size: 38px;
        color: #a0731c;
        font-family: Exodus-Demo-Sharpen;
        padding-bottom: 20px;
        letter-spacing: 5px;
    }
    
    #rooms .sliderbottom .sbleft p{
         font-family: Poppins-Medium;
         font-size: 17px;
    }
    
    #rooms .sliderbottom .sbleft .additionallinnk{
        padding-top: 20px;
    }
    
    #rooms .sliderbottom .sbleft .additional{
        font-family: Poppins-Medium;
        font-size: 17px;
        text-transform: uppercase;
        color: #a0731c;
        border-bottom: #a0731c 1px solid;
        
    }
    
    #rooms .sliderbottom .sbleft .links{
        padding-top: 60px;
    }
    
    #rooms .sliderbottom .sbleft .links .room{
    
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        border: #a0731c 1px solid;
    
        
    }
    #rooms .sliderbottom .sbleft .links .more{
        background: #a0731c;
        color: #fff2d9;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        margin-left: 20px;
    }
    
    #rooms .sliderbottom .sbright{
        padding-top: 25px;
        width: 100%;
    
    }
    
    #rooms .sliderbottom .sbright ul{
        list-style: none;
    }
    
    #rooms .sliderbottom .sbright ul li{
        border-bottom: #a0731c 1px solid;
        margin-top: 30px;
        padding-bottom: 10px;
        font-family: Poppins-Medium;
        font-size: 15px;
        text-transform: uppercase;
    }
    #rooms .sliderbottom .sbright ul li img{
        height: 40px;
        padding-right: 10px;
    }
    
    #rooms .sliderbottom .sbright .viewall{
        padding-top: 40px;
        
    }
    #rooms .sliderbottom .sbright .viewall a{
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        border: #a0731c 1px solid;
    }
    
    
    /* amenties */
    
    #amenties{
        background: url(../images/amentiesback.png);
        padding-top: 80px;
        padding-bottom: 120px;
        /* position: relative ; */
    }
    #amenties .container-size{
        max-width: 100%;
        padding: 0 35px;

    }
    
    #amenties .icon{
        position: absolute;
    }
    #amenties .icon svg{
        font-size: 170px;
         /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          color: rgba(240,181,73,1);
          display: none;
    
    
    }
    #amenties .amentieshead{
        text-align: center;
    }
    #amenties .amentieshead h1{
        font-size: 35px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }

    #amenties .amentieshead h1 br{
        display: none;
    }
    
    #amenties .nav-tabs {
        justify-content: center;
        border: none;
        display: block;
        margin-top: 54px;
    }
    #amenties .nav-tabs .nav-link{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 32px 10px 0 10px;
        font-size: 22px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
        width: 90%;
        margin: 21px auto;
       
         
        
    }
    #amenties .nav-tabs .active{
        border: rgba(240,181,73,1) 2px solid !important;
        background-color:#c2913b;
        color: white;
        
    }
    #amenties .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #amenties .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #amenties .tab-content{
    
    }
    
    #amenties .amenties-slider{
    position: relative;
    margin-top: 82px;
    }
    
    #amenties .Amentiesowl .item{
        text-align: center;
        width: 128px;
        margin: 0 auto;
    }
    #amenties .Amentiesowl .item .imgback{
    background: #fff2d9;
    height: 118px;
    width: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #amenties .Amentiesowl .item .imgback img{
        height: 60px;
        width: 60px;
    }
    
    #amenties .Amentiesowl .item p{
        font-family: Poppins-Medium;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
          padding-top: 20px;
          
    }
    
    #amenties .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
            left: 99px;
        bottom: 4%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
            right: 103px;
        bottom: 4%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #amenties .amenties-slider .viewall{
        text-align: center;
        margin-top: 40px;
    
    }
    
    #amenties .amenties-slider .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* gallery */
    
    #gallery{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    }
    #gallery .container-size{
        max-width: 100%;
        padding: 0 50px;
    }
    
    #gallery .galleryhead{
        text-align: center;
    }
    
    #gallery .galleryhead h1{
        font-size: 45px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 40px;
    }
    
    #gallery .galleryhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:15px
    }
    #gallery .galleryhead p br{
        display: none;
    }
    
    #gallery .nav-tabs {
        justify-content: center;
        border: none;
        display: block;
        padding-top: 20px;
    }
    #gallery .nav-tabs .nav-link{
        background: none;
        width: 80%;
        margin: 15px auto;
        font-size: 18px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
        background: #a0731c;
        color: #fff2d9;
        border-radius: 10px;
    }
         
        
    #gallery .nav-tabs .nav-link.active{
        border: #a0731c 2px solid !important;
        color: #a0731c;
        background: transparent;
       
    }
    #gallery .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #gallery .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #gallery .galleryslider{
    padding-top: 55px;
    }
    
    #gallery .galleryowl{
        
    }
    
    #gallery .galleryowl .galimg{
    
    }
    
    #gallery .galleryowl .galimg img{
    
    }
    
    #gallery .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        left: -18px;
        top: 45%;
    }
    
    #gallery .owl-carousel .owl-nav .owl-next svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        right: -18px;
        top: 45%;
    }
    
    
    #gallery .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #gallery .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #gallery .viewall{
        text-align: center;
        margin-top:50px
    }
    
    #gallery .viewall a{
        color:white;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        background: #a0731c;
    }
    
    /* review */
    
    #reviews{
        background: url(../images/backgroundreview.png);
        height: 700px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover ;
        position: relative;
        
        
    }
    
    /* #reviews .reviewback{
    
        position: absolute;
        background-color: rgba(0, 0, 0, 0.189);
        height: 100%;
        width: 100%;
    } */
    #reviews .contaier-size{
        /* max-width: 100%;
        padding: 0 400px; */
    } 
    
    #reviews .reviewhead{
    text-align: center;
    padding-top:50px
    }
    
    #reviews .reviewhead h1{
        font-size: 40px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }
    
    #reviews .reviewcontent{
    padding-top: 30px;
    text-align: center;
    }
    
    #reviews .reviewcontent h3{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: #fbca7d;
        font-size: 22px;
    }
    
    #reviews .reviewcontent h4{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: white;
        font-size: 24px;
        text-decoration: underline 2px;
        line-height: 2;
    }
    
    #reviews .reviewsocials{
    padding-top: 30px;
    text-align: center;
    }
    #reviews .reviewsocials img{
    
    }
    #reviews .revstars{
        padding-top: 30px;
        text-align: center;
    }
    #reviews .revstars img{
    
    }
    
    #reviews .revstars p{
    color: white;
    font-family: Poppins-Regular;
    padding-top: 10px;
    }
    
    #reviews .revstars .viewall{
        text-align: center;
        padding-top: 10px;
    }
    #reviews .revstars .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    #reviews .revstars .bottomimg{
    padding-top: 60px;
    } 
    
    #reviews .revstars .bottomimg img{
    
    }
    
    /* reservative */
    
    #reservative{
    background: url(../images/reservativeback.png);
    height: 535px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    }
    
    #reservative .resborder{
        border: #fbca7d 1px solid;
        width: 92%;
        height: 92%;
        position: absolute;
        padding-top: 4px;
        left: 18px;
        top: 22px;
    }
    
    #reservative .rescontent{
        text-align: center;
        padding-top: 60px;
    }
    
    
    #reservative .rescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 35px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    
    #reservative .rescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 30px;
        padding-top: 30px;
    }
    #reservative .rescontent p{
        color: white;
        font-family: Poppins-Regular;
        padding-top: 17px;
        padding-top: 60px;
    }
    
    #reservative .rescontent .viewrooms{
        padding-top: 15px;
    } 
    
    #reservative .rescontent .viewrooms a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* hotelinfo========== */
    
    #hotelinfo{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 80px;
        padding-bottom:80px;
        position: relative;
    }
    #hotelinfo .container-size{
        max-width: 100%;
        padding: 0 20px;
    } 
    
    #hotelinfo .hcontents{
    text-align: center;
    }
    
    #hotelinfo .hcontents h1{
        font-size: 35px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 7px;
        line-height: 1;
        color:#a0731c;
        
        text-align: center;
       
    }
    
    #hotelinfo .hcontents p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hotelinfo .hotelbcontents{
    padding-top: 20px;
    }
    
    #hotelinfo .hotelbcontents .check{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: #a0731c 1px solid;
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft{
    width: 250px;
    text-align: right;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkleft p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    
    #hotelinfo .hotelbcontents .check .checkright{
        width: 250px;
        text-align: left;
    }
    
    #hotelinfo .hotelbcontents .check .checkright h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkright p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    #hotelinfo .hotelbcontents .check2{
        display: flex;
        justify-content: center;
        border-bottom: #a0731c 1px solid;
    
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent{
        text-align: center;
        padding-bottom: 5px;
    
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-semibold;
        color: #a0731c;
        
    }
    #hotelinfo .hotelbcontents .check2 .checkcontent p{
        
        font-family: Poppins-medium;
        text-transform: capitalize;
        font-size: 17px;
        padding-top: 10px;
    }
    
    /* out restaurent */
    
    #ourrestourent{
        background: url(../images/ourrestaurent.png);
        height: 350px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-position: right;
    }
    #ourrestourent .ourborder{
        position: absolute;
        border: #fbca7d 1px solid;
        width: 94%;
        height: 92%;
        top: 17px;
        left: 12px;
    }
    #ourrestourent .container-size{
        max-width: 100%;
        padding: 15px 29px;
    }
    
    #ourrestourent .ourrescontent{
    text-align: right;
    }
    #ourrestourent .ourrescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 30px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    #ourrestourent .ourrescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 50px;
        padding-top: 3px;
    }
    #ourrestourent .ourrescontent p{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-family: Poppins-Regular;
        padding-top: 8px;
        padding-top: 22px;
        text-transform: capitalize;
    }
    
    #ourrestourent .ourrescontent .more{
        padding-top: 15px;
    }
    
    #ourrestourent .ourrescontent .more a{
        padding: 5px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    
    /* testimonials */
    
    #testimonials{
        background: url(../images/testback.png);
        height: 580px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #testimonials .container-size{
        max-width: 100%;
        padding: 71px 22px;
    }
    
    #testimonials .testrow{
    
    } 
    #testimonials .testrow .testleft{
    border-right: #c2913b 1px solid;
    
    } 

    
    
    #testimonials .testrow .testleft h4{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 20px;
          text-transform: uppercase;
          
          /* letter-spacing: 8px; */
    }
    
    #testimonials .testrow .testleft h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 35px;
          text-transform: uppercase;
          letter-spacing: 8px;
          padding-top:15px ;
    }

    #testimonials .testrow .testleft h1 br{
        display :none;
    }
    #testimonials .testrow .testright{
    
    }
    
    #testimonials .testrow .testright .testslider{
    
    }
    
    #testimonials .testrow .testright .testslider .testmowl{
        
    }
    
    #testimonials .testrow .testright .rightcontent{
    
    }
    
    #testimonials .testrow .testright .rightcontent h5{
        font-family: Poppins-semibold;
        font-size: 18px;
        color:#fff2d9;
        text-transform: uppercase;
        padding-top: 30px;
    
    }
    
    #testimonials .testrow .testright .rightcontent h6{
        font-family: Poppins-medium;
        color:#fff2d9;
        font-size: 16px;
        padding-top: 30px;
    }
    
    #testimonials .testrow .testright .rightcontent .bottom{
    display: flex;
    padding-top: 40px;
    
    }
    
    #testimonials .testrow .testright .rightcontent .bottom p{
        font-family: Poppins-regular;
        color:#fff2d9;
        font-size: 16px;
    }
    #testimonials .testrow .testright .rightcontent .bottom img{
        height: 20px;
        width: 20px;
    }
    
    #testimonials .owl-carousel .owl-nav{
        position: absolute;
        right: 0;
        bottom: -52px;
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 15px;
        border-radius: 50%;
        
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 15px;
        border-radius: 50%;
        
       
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    
    
    /* form */
    
    #hear{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 100px;
        padding-bottom:100px;
        position: relative;
    }
    
    #hear .container-size{
        max-width: 100%;
        padding: 0 40px;
    } 
    
    #hear .hearhead{
        text-align: center;
    }
    
    #hear .hearhead h1{
        font-size: 35px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        
    }
    
    #hear .hearhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hear .hearinput{
        max-width: 100%;
        padding: 0 20px;
        margin-top: 68px;
    }
    
    #hear .hearinput input{
        display: block;
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 49px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput input:focus{
        outline: none;
    }
    
    #hear .hearinput input::placeholder{
    font-family: poppins-regular;
    font-size: 15px;
    }
    
    #hear .hearinput textarea{
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 31px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput .submit{
        text-align: center;
        margin-top:85px
    }
    
    #hear .hearinput .submit a{
        color:white;
        font-family: Poppins-medium;
        font-size: 16px;
        padding: 10px 28px;
        background: #a0731c;
        text-transform: uppercase;
    }
    
    /* footer */
    
    footer{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 10px;
        padding-bottom:60px;
        position: relative; 
    
    }
    
    footer .container-size{
        max-width: 100%;
        padding: 0 20px;
    }
    footer .footertop{
        display: inline-block;
    background: #a0731c;
    height: 2px;
    width: 100%;
    }
    
    footer .footerimg{
       
        display: flex;
        justify-content: center;
    }
    
    footer .footerimg img{
        position: absolute;
        bottom: 0;
        height: 170px;
        display: none;
    }
    
    footer .footercontent{
    padding-top: 100px;
    }
    
    footer .footercontent .logo{
        text-align: center;
    }
    
    footer .footercontent .footerlist1{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist1 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist1 ul li a{
        font-family: poppins-Semibold;
        font-size: 15px;
        text-transform: uppercase;
        margin: 0 10px;
        text-decoration: none;
        color: rgb(26, 24, 24);
        
    }
    
    footer .footercontent .footercontent2{
    text-align: center;
    padding-top: 20px;
    }
    
    footer .footercontent .footercontent2 p{
        font-family: poppins-Medium;
        font-size: 16px;
    }
    
    footer .footercontent .footercontent2 h5{
        color: #a0731c;
        font-family: poppins-Semibold;
        font-size: 20px;
    }
    
    footer .footercontent .footerlist3{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist3 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist3 ul span{
        display: inline-block;
        background: #3f291e;
        height: 16px;
        width: 1px;
        margin-top: 7px;
        display:none
    }
    
    footer .footercontent .footerlist3 ul li a{
        font-family: poppins-Medium;
        font-size: 15px;
        color: rgb(26, 24, 24);
        margin: 0 15px;
    }
    
    footer .footericons{
        padding-top: 30px;
        text-align: center;  
    }
    
    footer .footericons svg{
        background:#a0731c;
            color: white;
            padding: 10px 12px;
            border-radius: 50%;
            font-size: 25px;
            margin: 6px; 
    }
    
    footer .footerbottom{
        text-align: center;
        padding-top: 40px;
    } 
    
    footer .footerbottom p{
        font-family: poppins-Medium;
        font-size: 15px;
    }



}

@media(max-width:370px) {

    html {
        scroll-behavior: smooth;
        scroll-padding-top: 100px;
    }
    
    body {
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        overflow-x: hidden;
        
    }
    
    
    
    
    header{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100vw;
    background: #3f291e;
    border-bottom: #c2913b 3px solid;
    /* box-shadow: #c2913b 0px 1px 4px; */
    }
    header .navbar{
        max-width:100% ;
        padding: 12px 18px;
    
    }

    header .navbar .navbar-brand img{
        height: 37px;
    }

    header .navbar button:focus{
        border: #c2913b 1px solid !important;
    }

    header .navbar svg{
        color: #fbca7d;
        font-size: 25px;
    }
    
    header .navbar .container-size{
        
    } 
    
    header .navbar .navbar-nav .nav-item{
        margin: 0 3px;
    }
    
    header .navbar .navbar-nav .active{
        border: #fbca7d 1px solid;
    }
    
    header .navbar .navbar-nav .nav-item .nav-link{
        text-transform: uppercase;
        font-size: 13px;
        font-family: Poppins-SemiBold;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 10px 5px;
        color: rgb(240,181,73);
    
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu{
        border-color: #fbca7d;  
        background:transparent;
        border-radius: 0;
    }
    
    header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-size: 15px;
        font-family: Poppins-SemiBold;
    
    } 
    
    .navbar-scroll{
        background: #3f291e;
    }
    
    .navbar-scroll .navbar{
        max-width: 100%;
        padding: 12px 18px;
    }
    
    /* banner */
    
    #banner{
    
    }
    
    #banner .carousel .carousel-inner .carousel-item img{
        height: 62vh;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption{
    bottom: 22%;
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h1{
        font-size: 35px;
        /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          font-family: Amalfi-Coast;
          color: rgb(240,181,73);
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption h2{
        font-size: 45px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Exodus-Demo-Sharpen;
          
    }
    
    #banner .carousel .carousel-inner .carousel-item .carousel-caption a{
        font-family: Poppins-SemiBold;
        font-size: 16px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border: #fbca7d 1px solid;
        text-transform: uppercase;
        padding: 8px 12px;
        position: relative;
        top: 30px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number{
        position: absolute;
        bottom: 36%;
        display: none;
    }
    
    #banner .carousel .carousel-inner .carousel-item .number p{
    
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        transform: rotate(-90deg);
        font-size: 18px;
        font-family: Poppins-SemiBold;
    }
    #banner .carousel .carousel-inner .carousel-item .choicebox{
        position: absolute;
        border: #fbca7d 2px solid;
        width: 110px;
        height: 170px;
        bottom: 9%;
        right: 7%;
        color: #fbca7d;
        text-align: center;
        display: none;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox img{
        height: 52px;
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h1{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h2{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Medium;
          font-size: 18px;
    
    }
    
    #banner .carousel .carousel-inner .carousel-item .choicebox h3{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: Poppins-Bold;
          font-size: 16px;
    }
    
    #banner .carousel .carousel-indicators{
        bottom: 7%;
        display: none;
    }
    
    #banner .carousel .carousel-indicators li{
        height: 15px;
        width:15px;
        border-radius: 50%;
    }
    
    #banner .carousel .carousel-indicators .active{
        background-color:#fbca7d 
    }
    
    /* hotel=== */
    
    #hotel{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 80px;
        padding-bottom:10px;
        position: relative;
    }
    
    #hotel .container-size{
        
        max-width: 100%;
        padding: 0px 41px;
    }
    
    #hotel .hotelcontent{
    
    }
    
    #hotel .hotelcontent h1{
        font-size: 35px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        /* text-decoration: underline; */
        border-bottom:#a0731c 2px solid ;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        
    }
    
    #hotel .hotelcontent h2{
        font-size: 28px;
        font-family: Exodus-Demo-Sharpen;
        text-align: center;
        padding-top: 34px;
        padding-bottom: 30px;
    }
    
    #hotel .hotelcontent p{
        
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    
    }
    
    #hotel .hotelcontent .more{
        text-align: center;
        padding-top: 50px;
    }
    
    #hotel .hotelcontent a{
        text-align: center;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        color:#fff2d9;
        background: #a0731c;
        padding: 10px;
        text-decoration: none;
    }
    
    #hotel .hotelcontent .icon{
        position: absolute;
        left: 4%;
        top: 7%;
    
    }
    
    #hotel .hotelcontent .icon svg{
        font-size: 75px;
        color:#a0731c;
        display:none
    }
    
    #hotel .hotelcontent span{
        display: inline-block;
        background: #a0731c;
        height: 2px;
        width: 100%;
        margin-top: 100px;
    
    }
    
    #hotel .suites .icon{
        position: absolute;
        left: 4%;
        bottom: 12%;
    }
    #hotel .suites .icon svg{
        font-size: 115px;
        color:#a0731c;
        display: none;
    }
    
    #hotel .suites h1{
        font-size: 35px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 5px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 40px;
    }
    
    #hotel .suites p{
        font-size: 17px;
        font-family: Poppins-Medium;
        text-align: justify;
        padding-top:15px
    }
    
    /* rooms */
    
    #rooms{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    
    }
    
    #rooms .container-size{
        max-width: 100%;
        padding: 0px 42px;
    }
    
    #rooms .nav-tabs{
        border: none;
        display: block;
        margin-top: 10px;
        text-align: center;
    }
    
    #rooms .nav-tabs .nav-link{
        border: none;
        font-size: 20px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
        background: #a0731c;
        color: #fff2d9;
        width: 90%;
        margin: 12px auto;
        border-radius: 10px;
    
    }
    
    #rooms .nav-tabs .active{
        color:#a0731c;
        border-bottom: #a0731c 1px solid !important;
        border: #a0731c 1px solid;
        background: transparent;
    }
    
    #rooms .nav-tabs .nav-link:focus{
        outline: none;
        border: none;
    }
    
    #rooms .tab-content{
        padding-top: 70px;
    }
    
    #rooms .tab-content .roomtop{
    position: relative;
    } 
    #rooms .tab-content .roomtop .slideborder{
        border: 1px solid #fbca7d;
        height: 223px;
        position: absolute;
        z-index: 999999;
        width: 13%;
        top: 8%;
        margin: -8px 26px;
        display: none;
    }
    
    #rooms .tab-content .roomtop .roomimg{
    
    }
    
    #rooms .tab-content .roomtop .roomimg img{
        width: 100%;
    }
    
    #rooms .left-arrow{
       
        
    
    }
    #rooms .left-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        z-index: 99;
        padding: 10px 13px;
        border-radius: 50%;
        top: 45%;
        left: -5px;
    }
    #rooms .right-arrow{
        
    }
    #rooms .right-arrow svg{
        color: #fff2d9;
        background: #a0731c;
        position: absolute;
        padding: 10px 13px;
        z-index: 99;
        border-radius: 50%;
        right: -5px;
        top: 45%;
    }
    
    #rooms .tab-content .roomdown{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg{
    
    }
    
    #rooms .tab-content .roomdown .roomdownimg img{
        width: 98%;
    }
    #rooms .slick-dots{
        z-index: 999;
        bottom: 15%;
        right: -38%;
    }

    #rooms .slick-dots li{
        margin: 0 0px;
    }
    
    #rooms .slick-dots li button:before {
        font-size:12px;
    }
    #rooms .slick-dots li button:hover{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li.slick-active button:before{
        color: #fbca7d;
    }
    
    #rooms .slick-dots li button:hover:before{
        color: #fbca7d;
    }
    
    #rooms .sliderbottom{
        display: block;
        padding-top: 50px;
    
    }
    
    #rooms .sliderbottom .sbleft{
        
        width: 100%;
    
    }
    
    #rooms .sliderbottom .sbleft h1{
        font-size: 38px;
        color: #a0731c;
        font-family: Exodus-Demo-Sharpen;
        padding-bottom: 20px;
        letter-spacing: 5px;
    }
    
    #rooms .sliderbottom .sbleft p{
         font-family: Poppins-Medium;
         font-size: 17px;
    }
    
    #rooms .sliderbottom .sbleft .additionallinnk{
        padding-top: 20px;
    }
    
    #rooms .sliderbottom .sbleft .additional{
        font-family: Poppins-Medium;
        font-size: 17px;
        text-transform: uppercase;
        color: #a0731c;
        border-bottom: #a0731c 1px solid;
        
    }
    
    #rooms .sliderbottom .sbleft .links{
        padding-top: 60px;
    }
    
    #rooms .sliderbottom .sbleft .links .room{
    
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 8px;
        border: #a0731c 1px solid;
    
        
    }
    #rooms .sliderbottom .sbleft .links .more{
        background: #a0731c;
        color: #fff2d9;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 8px;
        margin-left: 10px;
    }
    
    #rooms .sliderbottom .sbright{
        padding-top: 25px;
        width: 100%;
    
    }
    
    #rooms .sliderbottom .sbright ul{
        list-style: none;
    }
    
    #rooms .sliderbottom .sbright ul li{
        border-bottom: #a0731c 1px solid;
        margin-top: 30px;
        padding-bottom: 10px;
        font-family: Poppins-Medium;
        font-size: 15px;
        text-transform: uppercase;
    }
    #rooms .sliderbottom .sbright ul li img{
        height: 40px;
        padding-right: 10px;
    }
    
    #rooms .sliderbottom .sbright .viewall{
        padding-top: 40px;
        
    }
    #rooms .sliderbottom .sbright .viewall a{
        color: #a0731c;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        border: #a0731c 1px solid;
    }
    
    
    /* amenties */
    
    #amenties{
        background: url(../images/amentiesback.png);
        padding-top: 80px;
        padding-bottom: 120px;
        /* position: relative ; */
    }
    #amenties .container-size{
        max-width: 100%;
        padding: 0 35px;

    }
    
    #amenties .icon{
        position: absolute;
    }
    #amenties .icon svg{
        font-size: 170px;
         /* background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
          color: rgba(240,181,73,1);
          display: none;
    
    
    }
    #amenties .amentieshead{
        text-align: center;
    }
    #amenties .amentieshead h1{
        font-size: 35px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }

    #amenties .amentieshead h1 br{
        display: none;
    }
    
    #amenties .nav-tabs {
        justify-content: center;
        border: none;
        display: block;
        margin-top: 54px;
    }
    #amenties .nav-tabs .nav-link{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 32px 10px 0 10px;
        font-size: 22px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
        width: 90%;
        margin: 21px auto;
       
         
        
    }
    #amenties .nav-tabs .active{
        border: rgba(240,181,73,1) 2px solid !important;
        background-color:#c2913b;
        color: white;
        
    }
    #amenties .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #amenties .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #amenties .tab-content{
    
    }
    
    #amenties .amenties-slider{
    position: relative;
    margin-top: 82px;
    }
    
    #amenties .Amentiesowl .item{
        text-align: center;
        width: 128px;
        margin: 0 auto;
    }
    #amenties .Amentiesowl .item .imgback{
    background: #fff2d9;
    height: 118px;
    width: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #amenties .Amentiesowl .item .imgback img{
        height: 60px;
        width: 60px;
    }
    
    #amenties .Amentiesowl .item p{
        font-family: Poppins-Medium;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
          padding-top: 20px;
          
    }
    
    #amenties .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
            left: 99px;
        bottom: 4%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
            right: 103px;
        bottom: 4%;
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
    }
    
    #amenties .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #amenties .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #amenties .amenties-slider .viewall{
        text-align: center;
        margin-top: 40px;
    
    }
    
    #amenties .amenties-slider .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* gallery */
    
    #gallery{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 40px;
        padding-bottom:120px;
        position: relative;
    }
    #gallery .container-size{
        max-width: 100%;
        padding: 0 40px;
    }
    
    #gallery .galleryhead{
        text-align: center;
    }
    
    #gallery .galleryhead h1{
        font-size: 45px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        padding-bottom: 20px;
        text-align: center;
        padding-top: 40px;
    }
    
    #gallery .galleryhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:15px
    }
    #gallery .galleryhead p br{
        display: none;
    }
    
    #gallery .nav-tabs {
        justify-content: center;
        border: none;
        display: block;
        padding-top: 20px;
    }
    #gallery .nav-tabs .nav-link{
        background: none;
        width: 80%;
        margin: 15px auto;
        font-size: 18px;
        font-family: Poppins-Medium;
        text-transform: uppercase;
        background: #a0731c;
        color: #fff2d9;
        border-radius: 10px;
    }
         
        
    #gallery .nav-tabs .nav-link.active{
        border: #a0731c 2px solid !important;
        color: #a0731c;
        background: transparent;
       
    }
    #gallery .nav-tabs .nav-link:focus,#amenties .nav-tabs .nav-link:hover{
        outline: none;
        border: none;
    }
    #gallery .nav-tabs .nav-link:active{
        border: none;
        outline: none;
    }
    
    #gallery .galleryslider{
    padding-top: 55px;
    }
    
    #gallery .galleryowl{
        
    }
    
    #gallery .galleryowl .galimg{
    
    }
    
    #gallery .galleryowl .galimg img{
    
    }
    
    #gallery .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        left: -18px;
        top: 45%;
    }
    
    #gallery .owl-carousel .owl-nav .owl-next svg{
        background: #a0731c;
        color: white;
        padding: 12px 14px;
        border-radius: 50%;
        position: absolute;
        right: -18px;
        top: 45%;
    }
    
    
    #gallery .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #gallery .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #gallery .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    #gallery .viewall{
        text-align: center;
        margin-top:50px
    }
    
    #gallery .viewall a{
        color:white;
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 10px;
        background: #a0731c;
    }
    
    /* review */
    
    #reviews{
        background: url(../images/backgroundreview.png);
        height: 700px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover ;
        position: relative;
        
        
    }
    
    /* #reviews .reviewback{
    
        position: absolute;
        background-color: rgba(0, 0, 0, 0.189);
        height: 100%;
        width: 100%;
    } */
    #reviews .contaier-size{
        /* max-width: 100%;
        padding: 0 400px; */
    } 
    
    #reviews .reviewhead{
    text-align: center;
    padding-top:50px
    }
    
    #reviews .reviewhead h1{
        font-size: 40px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }
    
    #reviews .reviewcontent{
    padding-top: 30px;
    text-align: center;
    }
    
    #reviews .reviewcontent h3{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: #fbca7d;
        font-size: 22px;
    }
    
    #reviews .reviewcontent h4{
        font-family: Poppins-Medium;
        text-transform: uppercase;
        color: white;
        font-size: 24px;
        text-decoration: underline 2px;
        line-height: 2;
    }
    
    #reviews .reviewsocials{
    padding-top: 30px;
    text-align: center;
    }
    #reviews .reviewsocials img{
    
    }
    #reviews .revstars{
        padding-top: 30px;
        text-align: center;
    }
    #reviews .revstars img{
    
    }
    
    #reviews .revstars p{
    color: white;
    font-family: Poppins-Regular;
    padding-top: 10px;
    }
    
    #reviews .revstars .viewall{
        text-align: center;
        padding-top: 10px;
    }
    #reviews .revstars .viewall a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    #reviews .revstars .bottomimg{
    padding-top: 60px;
    } 
    
    #reviews .revstars .bottomimg img{
    
    }
    
    /* reservative */
    
    #reservative{
    background: url(../images/reservativeback.png);
    height: 535px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    }
    
    #reservative .resborder{
        border: #fbca7d 1px solid;
        width: 92%;
        height: 92%;
        position: absolute;
        padding-top: 4px;
        left: 18px;
        top: 22px;
    }
    
    #reservative .rescontent{
        text-align: center;
        padding-top: 60px;
    }
    
    
    #reservative .rescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 35px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    
    #reservative .rescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 30px;
        padding-top: 30px;
    }
    #reservative .rescontent p{
        color: white;
        font-family: Poppins-Regular;
        padding-top: 17px;
        padding-top: 60px;
    }
    
    #reservative .rescontent .viewrooms{
        padding-top: 15px;
    } 
    
    #reservative .rescontent .viewrooms a{
        padding: 10px 15px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    /* hotelinfo========== */
    
    #hotelinfo{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 80px;
        padding-bottom:80px;
        position: relative;
    }
    #hotelinfo .container-size{
        max-width: 100%;
        padding: 0 20px;
    } 
    
    #hotelinfo .hcontents{
    text-align: center;
    }
    
    #hotelinfo .hcontents h1{
        font-size: 35px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 7px;
        line-height: 1;
        color:#a0731c;
        
        text-align: center;
       
    }
    
    #hotelinfo .hcontents p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hotelinfo .hotelbcontents{
    padding-top: 20px;
    }
    
    #hotelinfo .hotelbcontents .check{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: #a0731c 1px solid;
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft{
    width: 250px;
    text-align: right;
    }
    
    #hotelinfo .hotelbcontents .check .checkleft h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkleft p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    
    #hotelinfo .hotelbcontents .check .checkright{
        width: 250px;
        text-align: left;
    }
    
    #hotelinfo .hotelbcontents .check .checkright h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-medium;
    }
    #hotelinfo .hotelbcontents .check .checkright p{
        color: #a0731c;
        font-family: Poppins-semibold;
        text-transform: uppercase;
        font-size: 18px;
    }
    #hotelinfo .hotelbcontents .check2{
        display: flex;
        justify-content: center;
        border-bottom: #a0731c 1px solid;
    
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent{
        text-align: center;
        padding-bottom: 5px;
    
    margin-top: 28px;
    }
    
    #hotelinfo .hotelbcontents .check2 .checkcontent h5{
        font-size: 18px;
        text-transform: uppercase;
        font-family: Poppins-semibold;
        color: #a0731c;
        
    }
    #hotelinfo .hotelbcontents .check2 .checkcontent p{
        
        font-family: Poppins-medium;
        text-transform: capitalize;
        font-size: 17px;
        padding-top: 10px;
    }
    
    /* out restaurent */
    
    #ourrestourent{
        background: url(../images/ourrestaurent.png);
        height: 350px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-position: right;
    }
    #ourrestourent .ourborder{
        position: absolute;
        border: #fbca7d 1px solid;
        width: 94%;
        height: 92%;
        top: 17px;
        left: 12px;
    }
    #ourrestourent .container-size{
        max-width: 100%;
        padding: 15px 29px;
    }
    
    #ourrestourent .ourrescontent{
    text-align: right;
    }
    #ourrestourent .ourrescontent h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 30px;
          text-transform: uppercase;
          letter-spacing: 8px;
    }
    #ourrestourent .ourrescontent h2{
        font-family: Amalfi-Coast;
        color: rgb(240,181,73);
        font-size: 40px;
        padding-top: 3px;
    }
    #ourrestourent .ourrescontent p{
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        font-family: Poppins-Regular;
        padding-top: 8px;
        padding-top: 22px;
        text-transform: capitalize;
    }

    #ourrestourent .ourrescontent p br{
        display: none;
    }
    
    #ourrestourent .ourrescontent .more{
        padding-top: 15px;
    }
    
    #ourrestourent .ourrescontent .more a{
        padding: 5px;
        border: #fbca7d 1px solid;
        font-family: Poppins-semibold;
        text-transform: uppercase;
         background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 36%, rgba(250,200,120,1) 51%, rgba(240,181,73,1) 64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 18px;
    }
    
    
    /* testimonials */
    
    #testimonials{
        background: url(../images/testback.png);
        height: 580px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #testimonials .container-size{
        max-width: 100%;
        padding: 71px 22px;
    }
    
    #testimonials .testrow{
    
    } 
    #testimonials .testrow .testleft{
    border-right: #c2913b 1px solid;
    
    } 

    
    
    #testimonials .testrow .testleft h4{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 20px;
          text-transform: uppercase;
          
          /* letter-spacing: 8px; */
    }
    
    #testimonials .testrow .testleft h1{
        font-family: BASKVILL;
        background: -webkit-linear-gradient(283deg, rgba(240,181,73,1) 0%, rgba(250,200,120,1) 45%, rgba(240,181,73,1) 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 35px;
          text-transform: uppercase;
          letter-spacing: 8px;
          padding-top:15px ;
    }

    #testimonials .testrow .testleft h1 br{
        display :none;
    }
    #testimonials .testrow .testright{
    
    }
    
    #testimonials .testrow .testright .testslider{
    
    }
    
    #testimonials .testrow .testright .testslider .testmowl{
        
    }
    
    #testimonials .testrow .testright .rightcontent{
    
    }
    
    #testimonials .testrow .testright .rightcontent h5{
        font-family: Poppins-semibold;
        font-size: 18px;
        color:#fff2d9;
        text-transform: uppercase;
        padding-top: 30px;
    
    }
    
    #testimonials .testrow .testright .rightcontent h6{
        font-family: Poppins-medium;
        color:#fff2d9;
        font-size: 16px;
        padding-top: 30px;
    }
    
    #testimonials .testrow .testright .rightcontent .bottom{
    display: flex;
    padding-top: 40px;
    
    }
    
    #testimonials .testrow .testright .rightcontent .bottom p{
        font-family: Poppins-regular;
        color:#fff2d9;
        font-size: 16px;
    }
    #testimonials .testrow .testright .rightcontent .bottom img{
        height: 20px;
        width: 20px;
    }
    
    #testimonials .owl-carousel .owl-nav{
        position: absolute;
        right: 0;
        bottom: -42px;
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev svg{
        background: #a0731c;
        color: white;
        padding: 12px 15px;
        border-radius: 50%;
        
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next svg{
        border: #fbca7d 1px solid;
        border-radius: 50%;
        color: #fbca7d;
        padding: 12px 15px;
        border-radius: 50%;
        
       
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-prev:hover{
        background: transparent;
        
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next{
        outline:none
    }
    
    #testimonials .owl-carousel .owl-nav .owl-next:hover{
        background: transparent;
    }
    
    
    
    /* form */
    
    #hear{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 100px;
        padding-bottom:100px;
        position: relative;
    }
    
    #hear .container-size{
        max-width: 100%;
        padding: 0 40px;
    } 
    
    #hear .hearhead{
        text-align: center;
    }
    
    #hear .hearhead h1{
        font-size: 35px;
        font-family: Exodus-Demo-Sharpen;
        letter-spacing: 8px;
        line-height: 1;
        color:#a0731c;
        
    }
    
    #hear .hearhead p{
        font-size: 17px;
        font-family: Poppins-Medium;
        padding-top:25px
    }
    
    #hear .hearinput{
        max-width: 100%;
        padding: 0 20px;
        margin-top: 68px;
    }
    
    #hear .hearinput input{
        display: block;
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 49px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput input:focus{
        outline: none;
    }
    
    #hear .hearinput input::placeholder{
    font-family: poppins-regular;
    font-size: 15px;
    }
    
    #hear .hearinput textarea{
        background: none;
        border: none;
        border-bottom: 1px solid;
        margin-top: 31px;
        width: 100%;
        padding-bottom: 16px;
    }
    
    #hear .hearinput .submit{
        text-align: center;
        margin-top:85px
    }
    
    #hear .hearinput .submit a{
        color:white;
        font-family: Poppins-medium;
        font-size: 16px;
        padding: 10px 28px;
        background: #a0731c;
        text-transform: uppercase;
    }
    
    /* footer */
    
    footer{
        background: url(../images/background.png);
        background-color:#fff2d9;
        padding-top: 10px;
        padding-bottom:60px;
        position: relative; 
    
    }
    
    footer .container-size{
        max-width: 100%;
        padding: 0 20px;
    }
    footer .footertop{
        display: inline-block;
    background: #a0731c;
    height: 2px;
    width: 100%;
    }
    
    footer .footerimg{
       
        display: flex;
        justify-content: center;
    }
    
    footer .footerimg img{
        position: absolute;
        bottom: 0;
        height: 170px;
        display: none;
    }
    
    footer .footercontent{
    padding-top: 100px;
    }
    
    footer .footercontent .logo{
        text-align: center;
    }
    
    footer .footercontent .footerlist1{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist1 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist1 ul li a{
        font-family: poppins-Semibold;
        font-size: 15px;
        text-transform: uppercase;
        margin: 0 10px;
        text-decoration: none;
        color: rgb(26, 24, 24);
        
    }
    
    footer .footercontent .footercontent2{
    text-align: center;
    padding-top: 20px;
    }
    
    footer .footercontent .footercontent2 p{
        font-family: poppins-Medium;
        font-size: 16px;
    }
    
    footer .footercontent .footercontent2 h5{
        color: #a0731c;
        font-family: poppins-Semibold;
        font-size: 20px;
    }
    
    footer .footercontent .footerlist3{
    padding-top: 50px;
    }
    
    footer .footercontent .footerlist3 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
    }
    
    footer .footercontent .footerlist3 ul span{
        display: inline-block;
        background: #3f291e;
        height: 16px;
        width: 1px;
        margin-top: 7px;
        display:none
    }
    
    footer .footercontent .footerlist3 ul li a{
        font-family: poppins-Medium;
        font-size: 15px;
        color: rgb(26, 24, 24);
        margin: 0 15px;
    }
    
    footer .footericons{
        padding-top: 30px;
        text-align: center;  
    }
    
    footer .footericons svg{
        background:#a0731c;
            color: white;
            padding: 10px 12px;
            border-radius: 50%;
            font-size: 25px;
            margin: 6px; 
    }
    
    footer .footerbottom{
        text-align: center;
        padding-top: 40px;
    } 
    
    footer .footerbottom p{
        font-family: poppins-Medium;
        font-size: 15px;
    }




}

@media(max-width:363px) {}

@media(max-width:320px) {}
