@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');
*,
*::after,
*::before{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

@font-face {
    font-family: 'Gilroy Regular';
    src: url('../fonts/Gilroy-Regular.woff') format('woff'),
    url('../fonts/Gilroy-Regular.woff2') format('woff2'),
    url('../fonts/Gilroy-Regular.eot') format('eot');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy Medium';
    src: url('../fonts/Gilroy-Medium.woff') format('woff'),
    url('../fonts/Gilroy-Medium.woff2') format('woff2'),
    url('../fonts/Gilroy-Medium.eot') format('eot');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy Light';
    src: url('../fonts/Gilroy-Light.woff') format('woff'),
    url('../fonts/Gilroy-Light.woff2') format('woff2'),
    url('../fonts/Gilroy-Light.eot') format('eot');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* ==== Global Value ==== */

:root{
    --primary-color:#102D49;
    --secondary-color:#C7A15E;
}

body{
    font-family: 'Gilroy Light';
   background: var(--primary-color);
}
h1,
h3
{
   font-family: 'Tenor Sans', sans-serif;
}
p{
    color: #fff;
}
.sec-title{
    text-align: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
}
.sec-title h3{
    color: var(--secondary-color);
    font-size: 35px;
    margin-bottom: 20px;
}
.sec-title h3 span{
    color: #fff;
    font-family: 'Gilroy Medium';
}
.sec_btn{
    color: var(--secondary-color);
    padding: 10px 15px;
    border: 1px solid var(--secondary-color);
    border-radius: 10px;
    font-family: 'Gilroy Medium';
    text-decoration: none;
    font-size: 16px;
}
.sec_btn:hover{
    background: var(--secondary-color);
    color: var(--primary-color);
}
.btn:focus{
    box-shadow: none;
}
/*****************menu Css starts ****************/
.top-menu{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
.top-menu.scrolled{
    background: var(--primary-color);
}
.top-menu .navbar-brand img{
    width: 100%;
    max-width: 200px;
}
.top-menu.scrolled .navbar-brand img{
    max-width: 170px;
}
.top-menu .navbar{
    border-bottom: 1px solid #fff;
}
.top-menu.scrolled .navbar{
    border: none;
}
.top-menu .navbar-expand-lg .navbar-collapse {

    justify-content: flex-end;
}
.navbar-nav li a{
    color: #fff;
     font-family: 'Gilroy Regular';
     font-size: 16px;
    text-transform: uppercase;
}
.navbar-nav .nav-link:focus, .nav-link:hover{
    color: var(--secondary-color);
}
.navbar-nav li a:hover{
    color: var(--secondary-color);
}
.menu-btn{
    background: var(--secondary-color);
    color: #000;
    border-radius: 0;
    font-family: 'Gilroy Medium';
    padding: 4px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 20px;
}
/******************** Banner section CSS starts *************************/
.sec_banner{
    position: relative;
}
#myVideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
#myVideo.hide{
    display: none;
}
.video-btn{
        position: absolute;
    bottom: 20%;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 99;
}
.video-btn .open,
.video-btn .close{
    background: var(--secondary-color);
    padding: 30px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    position: relative;
}
.video-btn .open:after{
    content: 'VÍDEO DE APRESENTAÇÃO';
    position: absolute;
    left: 70px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: left;
    font-family: 'Gilroy Regular';
    font-size: 18px;
    line-height: 1.2;
}
.video-btn .close:after{
    content: 'PARAR VÍDEO';
    position: absolute;
    left: 70px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: left;
    font-family: 'Gilroy Regular';
    font-size: 18px;
    line-height: 1.2;
}
.video-btn .open i,
.video-btn .close i{
    font-size: 16px;
	color:#000;
}
.video-btn .open.hide,
.video-btn .close.hide{
    display: none;
}

.sec_banner .banner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_banner .banner h1{
    color: #fff;
    font-size: 70px;
    z-index: 99;
}
/******************** Banner section CSS Close *************************/

/******************** Home about section CSS starts *************************/
.sec_about{
    padding: 30px 0;
}
.sec_about .about-wrapper{
    width: 80%;
    margin: auto;
}

.sec_about .about-wrapper .content  p{
    color: #fff;
     font-family: 'Gilroy Light';
     font-size: 18px;
     text-align: justify;
}
.sec_about .about-wrapper .content .about-item{
    padding: 40px 100px;
}
.sec_about .about-wrapper .content .about-item .item{
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
}
.about-item p{
    line-height: 1;
    text-align: center;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 100px;
    display: inline-block;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 26px !important;
    font-family: 'Gilroy medium' !important;
}
.about-item p span{
    font-family: 'Gilroy Regular';
    font-size: 13px;
    text-align: center;
}
/******************** Home about section CSS close *************************/
.home-slider .owl-carousel .owl-item .item .slider-img{
    width: 50%;
}
.home-slider .owl-carousel .owl-item.center .slider-img{
    width: 100%;
}
.home-slider .owl-carousel .owl-item img{
    object-fit: cover;
    height: 300px;
}
.home-slider .owl-carousel .owl-item.center img{
    height: 400px;
}
.home-slider .owl-carousel .owl-item .item{
     display: flex;
    align-items: center;
    height: 400px;
}
.home-slider .owl-carousel .owl-item.active .item{
    justify-content: flex-end;
}
.home-slider .sec-title{
    width: 70%;
    margin: auto;
}
.home-slider .item .slider-img{
    position: relative;
}
.home-slider .item .abs-text{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 10px;
}
.home-slider .owl-item.center .item .abs-text {
    padding: 20px;
}
.home-slider  .item .abs-text .right{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.home-slider  .item .abs-text h3{
    color: #fff;
    font-size: 18px;
}
.home-slider .owl-item.center .item .abs-text h3{
    font-size: 25px;
}
.home-slider .item .abs-text p{
    font-size: 14px;
    margin-bottom: 10px;
}
.home-slider .owl-item.center .item .abs-text p{
    font-size: 18px;
}
.home-slider .item .abs-text a{
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 14px;
}
.home-slider .item .abs-text .slider-btn{
    background: var(--secondary-color);
    color: #000;
    padding: 5px 10px;
    font-family: 'Gilroy medium' ;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.home-slider .owl-item.medium .item{
    display: flex;
    justify-content: flex-end;
}
    /******************* Special offer CSS starts **************/
.sec_home_offer,
.sec_home_programas{
    margin: auto;
    padding: 30px 0;
}
.sec_home_offer .item{
    display: flex;
    flex-direction: row;
    border: 1px solid var(--secondary-color);
    margin-bottom: 20px;
}
.sec_home_offer .item .left{
    background: var(--secondary-color);
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_home_offer .main-content .small-img{
    width: 100%;
    max-width: 120px;
    border-radius: 100px;
}
.sec_home_offer .main-content .big-img{
    width: 100%;
    max-width: 240px;
    border-radius: 100px;
}
.sec_home_offer .left h4{
    writing-mode:tb-rl;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform:rotate(180deg);
    transform: rotate(180deg);
    white-space:nowrap;
    display:block;
    margin: 0;
    font-size: 20px;
    font-family: 'Gilroy Medium';
}
.sec_home_offer .main-content {
    padding: 30px 30px;
}
.sec_home_offer .main-content h3{
    color: var(--secondary-color);
    font-size: 30px;
}
.sec_home_offer .main-content p{
    color: #fff;
    margin-bottom: 20px;
}
.sec_home_offer .main-content .img-part{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
/******************* Special offfer CSS Ends **************/

/******************* Programas CSS starts **************/
.sec_home_programas .item .left img{
    padding-right: 30px;
    border-right: 1px solid #fff;
    height: 100%;
    object-fit: cover;
}
.sec_home_programas .item{
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
}
.sec_home_programas .item:last-child{
    margin-bottom: 10px;
}
.sec_home_programas .item h3{
    color: #fff;
    font-size: 30px;
}
.sec_home_programas .item p{
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
}
.sec_home_programas .item a{
    background: var(--secondary-color);
    padding: 8px 20px;
    text-decoration: none;
    color: #000;
    font-family: 'Gilroy Medium';
}
.arrow-right{
    max-width: 25px;
}
.sec_home_programas .link-to-page a{
    color: var(--secondary-color);
    font-family: 'Gilroy Medium';
    text-decoration: none;
}

.sec_footer{
    padding-top: 40px ;

}
.footer-width{
    width: 90%;
    margin: auto;
    border-top: 1px solid #fff;
    padding: 40px 0;
    border-bottom: 1px solid #fff;
}
.subscribe-form{
    padding: 10px;
    border: 1px solid #fff;
    position: relative;
}
.subscribe-form .form-check{
    position: absolute;
    bottom: -50px;
}
.subscribe-form  .form-control{
    background: none;
    border: none;
    color: #fff;
}
.subscribe-form  .form-control:focus{
    box-shadow: none;
}
.subscribe-form input::placeholder{
    color: #fff;
}
.subscribe-form .btn{
    width: 160px;
    background: none;
    padding: 0;
    border: none;
    color: var(--secondary-color);
    font-family: 'Gilroy Medium';
}

.subscribe-form .btn:focus{
    box-shadow: none;
}
.subscribe-form  .form-check-label{
    color: #fff;
    font-family: 'Gilroy Medium';
    font-size: 14px ;
}

/****************** Room Page CSS starts ********************/
.sec_banner_inner{
    height: 60vh ;
}
.sec_room-1{
    padding: 50px 0;
}

.sec_room-1 .main-wrapper .left{
    border-right: 1px solid var(--secondary-color);
    justify-content: center;
}
.sec_room-1 .main-wrapper h3{
    color: var(--secondary-color);
    font-size: 35px;
}
.sec_room-1 .main-wrapper p{
    padding: 20px 0;
    font-size: 18px;
    margin: 0;
}
.sec_home_programas.sec_rooms .item .right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 30px;
}
.sec_home_programas.sec_rooms .wrapper{
    padding: 0 30px;
}
.sec_home_programas.sec_rooms .item .right .content{
    margin-top: 20px;
}
.sec_home_programas.sec_rooms .item .right ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;

}
.sec_home_programas.sec_rooms .item .right ul li{
    list-style: none;
    color: #fff;
    min-width: 130px;
    font-size: 18px;
}
.sec_home_programas.sec_rooms .item .right ul li span{
    font-family: 'Tenor Sans', sans-serif;
}
.sec_home_programas.sec_rooms .item .right ul li  a{
    color: var(--secondary-color);
    font-family: 'Gilroy Medium';
    text-decoration: none;
    background: none;
    padding: 0;
    text-align: right;
}
/************ Resturant page CSS *************************/
.sec_resturant_main .main-wrapper .left{
    background: #293E5D;
}
.sec_resturant_main.events_room  .row.main{
    margin-bottom: 80px;
}
.sec_resturant_main.events_room .row:last-child{
    margin-bottom: 10px;
}
.sec_resturant_main .main-wrapper .left .content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    padding-right: 50px;
}
.sec_resturant_main .main-wrapper .left h3{
    color: var(--secondary-color);
    font-size: 30px;
}
.sec_resturant_main .main-wrapper .left p{
    font-size: 18px;
}
.sec_resturant_main .main-wrapper .left  .no-bg{
    background: none;
    color: var(--secondary-color);
    padding: 8px 20px;
    border: 1px solid var(--secondary-color);
    text-decoration: none;
    font-family: 'Gilroy Medium';
}
.sec_resturant_main .main-wrapper .left .full-bg{
    background: var(--secondary-color);
    text-decoration: none;
    font-family: 'Gilroy Medium';
    padding: 8px 20px;
    color: #000;
}
.sec_resturant_main .main-wrapper .left .no-bg:hover{
    color: var(--secondary-color);
}
/****************************** Events page CSS starts *****************************************/
.events_room .events_room_points{
    margin: 0;
    padding: 0;
    padding-left: 100px;
}
.events_room .events_room_points li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding: 8px 0;
}
.events_room .events_room_points li:first-child{
    border-top: 1px solid #fff;
}
.events_room .events_room_points li p{
    margin: 0;
    font-size: 18px;
}
.events_room .events_room_points li a{
    background: var(--secondary-color);
    padding: 5px 20px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Gilroy Medium';
}
.events_room p{
    font-size: 18px;

}
.events_room h3{
    color: #fff;
    font-size: 30px;
}
.events_room .amenities{
    margin-top: 40px;
}
.events_room .amenities .item{
    border-top: 1px solid var(--secondary-color);
    padding: 10px 0;
}
.events_room .amenities .item p{
    font-family: 'Gilroy Medium';
    margin: 0;
}
.events_room .event_book a{
    background: var(--secondary-color);
    padding: 8px 20px;
    text-decoration: none;
    color: #000;
    font-family: 'Gilroy Medium';
}
.sec_footer .footer-text h4{
    color: #fff;
    font-size: 22px;
}
.sec_footer .footer-text li{
    list-style: none;
    color: var(--secondary-color);
    font-family: 'Gilroy Medium';
    font-size: 18px;
    line-height: 1.8;
}
.sec_footer .footer-text .social-icons li{
    display: inline-block;
    list-style: none;
    color: #6D6D6D;
    letter-spacing: 8px;
    line-height: 2;
}
.sec_footer .footer-text ul{
    margin: 0;
    padding: 0;
}
.sec_footer .footer-text .social-icons li a{
    color: #6D6D6D;
}
.sec_footer .footer-text .social-icons li i{
    font-size: 22px;
    color: #fff;
}
.sec_footer .last-part{
    width: 90%;
    margin: auto;
    padding: 20px 0;
}
.sec_footer .last-part p{
    font-size: 14px;
    color: #fff;
    font-family: 'Gilroy Medium';
    margin: 0 ;
}
.sec_footer .last-part .top-icon{
    border: 1px solid var(--secondary-color);
    border-radius: 100px;
    height: 50px;
    width: 50px;
}
.sec_footer .last-part .top-icon > div{
    height: 100%;
    text-align: right;
}

.sec_footer .last-part .top-icon a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transform: rotate(270deg);
}

.sec_home_service img{
    width: 100%;
    max-width: 80px;
}
.sec_home_service p{
    font-family: 'Gilroy Medium';
    font-size: 18px;
    margin-top: 10px;
}
.sec_home_service .item{
    margin-bottom: 25px;
}


/**************** Lazer Page CSS starts ******************/
.sec_lazer_main .owl-prev{
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    display: flex;
    align-items: center;
   margin: 0!important;
    -ms-transform: rotate(180deg); /* IE 9 */
    transform: rotate(180deg);
}
.sec_lazer_main  .owl-next{
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    display: flex;
    align-items: center;
   margin: 0 !important;
}
.sec_lazer_main .owl-prev:hover,
.sec_lazer_main  .owl-next:hover{
    background: none !important;
}

.sec_lazer_main .arrow{
    background: var(--secondary-color);
    padding: 13px;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_lazer_main .content-part{
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sec_lazer_main .content-part hr{
    height: 1px;
    color: var(--secondary-color);
    opacity: 1;
    margin: 0;
    width: 200px;
    position: absolute;
    top:0%;
    right: 0;
}
.sec_lazer_main .content-part h3{
    font-size: 30px;
    color: #fff;
    padding-top: 10px;
}
.sec_lazer_main .content-part p{
    font-size: 18px;
}
.sec_lazer_main .content-part a{
    background: var(--secondary-color);
    color: #000;
    font-family: 'Gilroy Medium';
    padding: 8px 15px;
    text-decoration: none;
}
.sec-breadcrumb{
    margin-top: 150px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f054";
}
.sec-breadcrumb .breadcrumb-item a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.sec-breadcrumb .breadcrumb-item.active {
    color: var(--secondary-color);
    margin: 0;
    font-size: 18px;
}

/******************** Galeria Page CSS starts ************************/
.galeria_slider{
    padding: 20px 30px ;
}
.galeria_slider .main .owl-item{
    padding: 40px 20px;
    height: 390px;
}
.galeria_slider .main .owl-item .item{
    height: 100%
}
.galeria_slider .main .owl-item .item img{
    height: 100%;
    object-fit: cover;
}
.galeria_slider .main .owl-item.center{
    padding: 0px;
    min-height: 400px;
    margin-bottom: 120px;
}
.galeria_slider .main .owl-item.center .item{
    height: 400px;
}
.galeria_slider .main .owl-item.center .item img{
    height: 100%;
    object-fit: cover;
}
.galeria_slider .arrow{
    background: var(--secondary-color);
    padding: 13px;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.galeria_slider .owl-prev{
    -ms-transform: rotate(180deg); /* IE 9 */
    transform: rotate(180deg);
    position: absolute;
    bottom: 20px;
    left: 40%;
}
.galeria_slider .owl-prev:hover,
.galeria_slider .owl-next:hover{
    background: none !important;
}
.galeria_slider .owl-next{
    position: absolute;
    bottom: 20px;
    right: 40%;
}
.galeria_slider .abs-text{
    position: absolute;
    bottom: -30%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.galeria_slider .owl-item.center .abs-text{
    display: flex;
}
.galeria_slider .abs-text .main{
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 100px;
    text-align: center;
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.galeria_slider .abs-text .main p{
    margin: 0;
    color: var(--secondary-color);
    font-size: 18px;
}
.galeria_slider .abs-text .main p span{
    color: #fff;
    font-size: 18px;
}
/********************* Contact page CSS *******************************/
.sec_contact-1{
    padding: 40px 0;
}
.sec_contact-1 ul{
    margin: 0;
    padding: 0;
}
.sec_contact-1 ul li{
   list-style:none;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    font-size: 18px;
}
.sec_contact-1 ul li:last-child{
    border: none;
}
.sec_contact-1 .left{
    padding-right: 40px;
    border-right: 1px solid #fff;
}
.sec_contact-1 .right{
    padding-left: 40px;
}
.sec_contact-1 .contact-btn{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.sec_contact-1 .contact-btn .one{
    border: 1px solid var(--secondary-color);
    padding: 5px 20px;
    color: var(--secondary-color);
    text-decoration: none;
    font-family: 'Gilroy Medium';
    font-size: 16px;
    width: 180px;
    margin-bottom: 20px;

}
.sec_contact-1 .contact-btn .two{
    background: var(--secondary-color);
    color: #000;
    font-family: 'Gilroy Medium';
    font-size: 16px;
    text-decoration: none;
    padding: 5px 20px;
    width: 180px;
    text-transform: uppercase;
}
.sec_contact-1 .contact-details .top{
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}
.sec_contact-1 .contact-details p{
    font-size: 18px;
}
.sec_contact-1 .contact-details p span{
    color: var(--secondary-color);
}
.sec_contact-1 .contact-details .right{
    margin-top: 50px;
}
.contact-accordion .main .nav-link .two{
    display: none;
}
.contact-accordion .main .nav-link.active .one{
    display: none;
}
.contact-accordion .main .nav-link.active .two{
    display: block;

}
.contact-accordion .main .nav-link img{
    width: 100%;
    max-width: 40px;
    margin-top: 10px;
}
.contact-accordion .main .nav-link.car img{
    max-width: 80px;
}
.contact-accordion .main .nav-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    color: var(--secondary-color);
    font-family: 'Gilroy Medium';
    border-radius: 0;
}
.contact-accordion .main .nav-link.active{
    background: var(--secondary-color);
    color: var(--primary-color);
    border-top:1px solid #fff;
    border-bottom: 1px solid #fff;
}
.contact-accordion .main .nav{
    border-right: 1px solid #fff;
    min-width: 150px;
    min-height: 350px;
}

.contact-accordion .main .tab-content h3{
    color: #fff;
    font-family: 'Gilroy Medium';
    font-size: 25px;
}
.contact-accordion .main .tab-content h2{
    font-family: 'Tenor Sans', sans-serif;
    color: var(--secondary-color);
    font-size: 30px;
}
.contact-accordion .main .tab-content p{
    font-size: 18px;
}
.contact-accordion .main .tab-content hr{
    color: #fff;
}
.contact-accordion .main .tab-content{
    padding-left: 20px;
}
.sec_contact_form .form-control{
    background: none;
    color:#fff;
    border: none;
    border-bottom: 1px solid #c7a15e8c;
    border-radius: 0;
}
.sec_contact_form input::placeholder,
.sec_contact_form textarea::placeholder{
    color: #fff;
}
.sec_contact_form .form-check .form-check-label{
    color: #fff;
    font-size: 14px;
}
.sec_contact_form .form-check .form-check-label a{
    color: var(--secondary-color);
    text-decoration: none;
}
.sec_contact_form .btn{
    background: var(--secondary-color);
    border-radius: 0;
    padding: 2px 20px;
    color: #000;
    text-transform: uppercase;
    border:none;
    font-family: 'Gilroy Medium';
}
.sec_contact_form .form-check-input{
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
}
.single-room-one {
    padding: 40px 0;
}
.single-room-one h1{
    color: var(--secondary-color);
    font-size: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.single-room-one .owl-prev{
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0!important;
    -ms-transform: rotate(180deg); /* IE 9 */
    transform: rotate(180deg);
}
.single-room-one  .owl-next{
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    display: flex;
    align-items: center;
    margin: 0 !important;
}
.single-room-one .owl-prev:hover,
.single-room-one  .owl-next:hover{
    background: none !important;
}

.single-room-one .arrow{
    background: var(--secondary-color);
    padding: 13px;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-room-one .item img{
    height: 450px;
    object-fit: cover;
}
.single-room-one .abs-text{
    position: absolute;
    bottom: 0;
    z-index: 99;
    right: -3%;
}
.single-room-one .single-room-slider{
    position: relative;
}
.single-room-one .abs-text a{
    background: var(--secondary-color);
    padding: 5px 20px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Gilroy Medium';
}
.single-room-two {
    padding: 40px 0;
}
.single-room-two h4{
    color: #fff;
    font-size: 26px;
    font-family: 'Tenor Sans', sans-serif;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}
.single-room-two.events_room .amenities .item{
    min-height: 75px;
}
.single-room-two .sec-title span{
    font-family: 'Gilroy Medium';
    color: #fff;
    font-size: 28px;
}
.single-room-two .sec-title h3{
    color: var(--secondary-color);
    font-size: 35px;
}
.single-room-two .second-part{
    padding-top: 80px;
}
.single-room-two.events_room .amenities .item p span{
    color: #6D6D6D;
    font-size: 16px;
}
.sec_home_service,
.home-slider{
    padding: 30px 0;
}



.top-menu .overlay {

    height: 100%;
    width: 22%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #102d49f2;

}

.top-menu .overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-left: 30px;
}

.top-menu .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 25px;
    text-align: left;
    color: var(--secondary-color);
    display: block;
    transition: 0.3s;
    font-family: 'Tenor Sans', sans-serif;
}

.top-menu .overlay a:hover, .overlay a:focus {

}

.top-menu .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.toggle-menu  span{
    margin-left: 20px;
}
.toggle-menu  span i{
    color: #fff;
}
.sec_res_menu h3{
    color: var(--secondary-color);
    font-size: 30px;
}
.sec_res_menu hr{
    color: var(--secondary-color);
    opacity: 1;
    width: 100px;
    margin: auto;
}
.sec_res_menu ul{
    padding: 0 ;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #fff;
    margin-top: 15px;
}
.sec_res_menu ul li{
    color: #fff;
    list-style: none;
    line-height: 2;
    font-size: 18px;
}
.sec_res_menu ul li span{
    font-family: 'Gilroy Medium';
    color: var(--secondary-color);
}
.sec_about,
.sec_home_offer,
.sec_resturant_main {
    overflow: hidden;
}
.sec_res_menu .abs-menu1{
    position: absolute;
    top: 5%;
    left: 0;
}
.sec_res_menu .abs-menu2{
    position: absolute;
    bottom: 5%;
    right: 0;
}
.sec_res_menu .abs-menu1 img,
.sec_res_menu .abs-menu2 img{
    width: 100%;
    max-width: 410px;
}