@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
@import url('https://www.1001fonts.com/alex-brush-font.html');

:root{
    --primary:#000000;
    --secondary:#000000;
    --black:#b28e67;
    --white:#fff;
    --box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.1);
}

*{
    font-family: 'Poppins', sans-serif;
    margin: 0; padding: 0;
    box-sizing: border-box;
    outline: none; border: none;
    text-decoration: none;

    transition: .2s linear;
}
a:link {
    text-decoration: none;
  }

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar{
    width: .8rem;
}

html::-webkit-scrollbar-track{
    background: transparent;
}

html::-webkit-scrollbar-thumb{
    background: var(--primary);
    border-radius: .5rem;
}

section{
    padding: 5rem 7%;
}

.heading{
    font-size: 4rem;
    color: var(--primary);
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 3rem;
}

.btn{
    display: inline-block;
    margin-top: 1rem;
    padding: 1rem 3rem;
    background:#202020;
    border-radius: .5rem;
    color: var(--white);
    font-size: 1.7rem;
    cursor: pointer;
}

.btn:hover{
    background-color: #F4EDE7;
}
.btn1{
    display: inline-block;
    margin-top: 1rem;
    padding: 1rem 3rem;
    background:#2B2A2F;
    border-radius: .5rem;
    color: var(--white);
    font-size: 1.7rem;
    cursor: pointer;
}
/* header */

.header{
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background:#292929 !important;
    box-shadow: var(--box-shadow);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 9%;
}

.header .logo{
    font-size: 2.5rem;
    font-weight: bolder;
    color: var(--black);
}

.header .logo i{
    color: var(--primary);
    padding-right: .5rem;
}

.header .navbar a{
    font-size: 1.7rem;
    color: wheat;
    margin: 0 2rem;
font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-shadow: rgba(255, 255, 255, 0.194) 0px 1px 1px;
}

.header .navbar a:hover{
    color: whitesmoke;
}

.header .navbar .btn{
    margin-top: 0;
    color: var(--white);
}

.header .navbar .btn:hover{
    color: var(--white);
}

#menu-btn{
    display: none;
    font-size: 2.5rem;
    margin-left: 1.7rem;
    cursor: pointer;
    color: var(--black);
}

#menu-btn:hover{
    color: var(--primary);
}

/* end */

/* home */

.home{
    padding: 0;
}

.home .slide{
    min-height: 80vh;
    background-size: cover !important;
    background-position: top !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.4);
}

.home .slide .content{
    width: 80rem;
    text-align: center;
}

.home1{
    padding: 0;
}

.home1 .slide{
    min-height: 35vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.2);
}

.home1 .slide .content{
    width: 80rem;
    text-align: center;
}

.home .slide .content h3{
    font-size: 3rem;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1.1;
    padding: 2rem 0;
}

.home .slide .content h2{
    font-size:4rem;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1.1;
    padding: 2rem 0;
}
.home .slide .content p{
    font-size:5rem;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1.1;
    padding: 2rem 0;
    text-shadow: 2px 2px 5px #2B2A2F;
}
.home1{
    padding: 0;
}

.home1 .slide{
    min-height: 40vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.2);
}

.home1 .slide .content{
    width: 80rem;
    text-align: center;
}

.home1 .slide .content h3{
    font-size: 4rem;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1.1;
    padding: 2rem 0;
}

.swiper-button-next,
.swiper-button-prev{
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    background: var(--white);
    color: var(--black);
}

.swiper-button-next:hover,
.swiper-button-prev:hover{
    background: var(--primary);
    color: var(--white);
}

.swiper-button-next::after,
.swiper-button-prev::after{
    font-size: 2rem;
}
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}


 /*room*/
 .about-section{
    background: url(/img/line.jpeg) rgba(255, 255, 255, 0.903);
    -webkit-background-size: cover;
    background-position: left;
    background-blend-mode: lighten;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 650px;
}


.about-heading{
    font-family: the season;
    font-size: 30px;
    color: black;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    display: flex;
}

.lead{
    font-family: "arial", serif;
    font-size: 16px;
    margin-left: 50px;
    margin-right: 50px;
    line-height: normal;
   
    text-align: center;
    justify-content: center;
    display: flex;
}
 .buton {
    display: flex;
    justify-content: center;
    background-color: #555;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    width: 140px;
  }
  
 .buton:hover {
    background-color: black;
  }
/* about */

.about .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6rem;
}

.about .row .image{
    flex: 1 1 30rem;
}

.about .row .image img{
    width:47%;
    height: 400px;
    margin-top: -50PX;
}

.about .row .content{
    flex: 1 1 51rem;
}

.about .row .content h3{
    font-size: 3.5rem;
    color: var(--primary);
    padding: 2rem 0;
}

.about .row .content p{
    font-size: 1.6rem;
    color: #666;
    padding: 1rem 0;
    line-height: 1.8;
}
.rounded {
    border-radius: 2px !important
}
.text-primary {
    color: #b28e67 !important;
    font-size: xx-large;
}
.jumbotron {
    background: url('/img/slide01.png'), rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    background-blend-mode: lighten;
    background-attachment: fixed;
    min-height: 45vh;
  }
  .jumbotron h2 {
    letter-spacing: 5px;
  }

/* end */

/* rooms */

.room .slide{
    background: var(--white);
    border: .1rem solid rgba(0, 0, 0, 0.2);
    border-radius: .5rem;
    box-shadow: var(--box-shadow);
    margin-bottom: 4rem;
}

.room .slide .image{
    height: 25rem;
    width: 100%;
    padding: 1.5rem;
    overflow: hidden;
    position: relative;
}

.room .slide .image img{
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    object-fit: cover;
}

.room .slide .image .price{
    position: absolute;
    top: 2.5rem; left: 2.5rem;
    background: var(--primary);
    color: var(--white);
    font-size: 1.7rem;
    padding: .5rem 1rem;
    border-radius: .5rem;
    text-transform: lowercase;
}


 


.room .slide .image .fa-shopping-cart{
    position: absolute;
    top: 2.5rem; right: 2.5rem;
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    font-size: 2rem;
    background: var(--white);
    color: var(--black);
    border-radius: 50%;
}

.room .slide .image .fa-shopping-cart:hover{
    background: var(--secondary);
    color: var(--white);
}

.room .slide .content{
    padding: 2rem;
    padding-top: 0;
}

.room .slide .content h3{
    font-size: 2.5rem;
    color: var(--black);
}

.room .slide .content p{
    font-size: 1.6rem;
    color: #666;
    padding: .5rem 0;
    line-height: 1.5;
}

.room .slide .content .stars{
    padding: 1rem 0;
}

.room .slide .content .stars i{
    font-size: 1.7rem;
    color: var(--primary);
}

/* end */

/* services */

.services .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem,1fr));
    gap: 2rem;
}

.services .box-container .box{
    text-align: center;
}

.services .box-container .box img{
    height: 10rem;
    margin-bottom: .7rem;
}

.services .box-container .box h3{
    font-size: 1.7rem;
    color: var(--black);
    padding: .5rem 0;
}

.home-banner {
    background: url(/img/bcg-pampas.jpeg) rgba(255, 255, 255, 0.813);
    -webkit-background-size: cover;
    background-position: left;
    background-blend-mode: lighten;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 650px;
}

.facility-box {
    border-right: 1px solid rgb(150, 148, 148);
    border-right-style: double;
    padding-top: 40px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: medium;

  }
  .facility {
    font-family: "the season", serif;
    font-size: 40px;
    color: #000000;
    text-align: center;
}
/*** Service ***/
.service-item {
    height: 320px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 30px auto;
    width: 65px;
    height: 65px;
    transition: .5s;
}

.service-item i,
.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF !important;
}
.menu{
    background: url(/img/style-4.png) rgba(255, 255, 255, .8);
    -webkit-background-size: cover;
    background-position: top;
    background-blend-mode: lighten;
    -o-background-size: cover;
    background-size: cover;
    width: 100%
}
* {
    font-family: 'Poppins', sans-serif;
 
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    transition: .2s linear;
    font-size: 17px;
}
.text-primary {
    color: #37445C !important;
    font-size: 23px;
}
/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}



#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/* end */

/* gallery */

.gallery .slide{
    height: 30rem;
    position: relative;
    overflow: hidden;
}

.gallery .slide img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery .slide .icon{
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0; left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.gallery .slide .icon i{
    font-size: 6rem;
    color: var(--white);
}

.gallery .slide:hover .icon{
    display: flex;
}

/* end */

/* review */

.review{
    background-image: url("images/reviwe-03.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 50rem;
    position: relative;
    margin: 0rem 0;
}

.review .review-slider{
    background:rgba(0, 0, 0, 0.5);
    padding: 2rem;
    width: 50%;
   
  justify-content: center;
    color: var(--white);
    box-shadow: var(--box-shadow);
}

.review .slide{
    text-align: center;
}

.review .slide .heading{
    color: var(--white);
}


.review .slide p{
    padding-bottom: 1.5rem;
    padding-top: 3rem;
    font-size: 1.5rem;
    line-height: 1.8;
    color: var(--white);
}

.review .slide .user{
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    border-radius: .5rem;
}


.review .slide .user img{
    height: 7rem;
    width: 7rem;
    border-radius: 15%;
    object-fit: cover;
}

.review .slide .user h3{
    font-size: 2rem;
    color: #ffff;
    padding-bottom: .5rem;
}

.review .slide .user i{
    font-size: 1.3rem;
    color: #b28e67;;
}

/* end */

/* footer */

.footer{
    background: #202020;
}

.footer .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1.5rem;
}

.footer .box-container .box h3{
    font-size: 2.2rem;
    padding: 1rem 0;
    color: #fff;
}

.footer .box-container .box a{
    font-size: 1.6rem;
    display: block;
    color: var(--white);
    padding: 1rem 0;
}

.footer .box-container .box a i{
    color:#b28e67;;
    padding-right: .5rem;
}

.footer .box-container .box a:hover{
    color: #b28e67;;
}

.footer .share{
    padding-top: 2rem;
    text-align: center;
}

.footer .share a{
    color: #ffffff;
    font-size: 2rem;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 50%;
    border: .1rem solid #ffffff;
    margin: .3rem;
}

.footer .share a:hover{
    color: var(--white);
    background:transparent;
    transform: rotate(360deg);
}

.footer .credit{
    font-size: 2rem;
   
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: .1rem solid rgba(0, 0, 0, 0.3);
    color: var(--white);
}
.footer .credit1{
    font-size: 2rem;
   text-align: right;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: .1rem solid rgba(0, 0, 0, 0.3);
    color: var(--white);
}

.footer .credit span{
    color: var(--primary);
}

/* end */




/* end of footer */


        .google-maps-contact-info {
            position: relative;
            z-index: 1;
            padding-left: 5%;
            padding-right: 5%;
            margin-top: -100px; }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
              .google-maps-contact-info {
                padding-left: 2%;
                padding-right: 2%; } }
          
          .google-maps-contact-content {
            position: relative;
            z-index: 1;
            background-color: #ffffff;
            border-radius: 4px;
            -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
            box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
            padding: 35px; }
            @media only screen and (max-width: 767px) {
              .google-maps-contact-content {
                padding: 20px; } }
            .google-maps-contact-content .single-contact-info {
              position: relative;
              z-index: 1;
              text-align: center;
              margin-bottom: 40px; }
              @media only screen and (min-width: 992px) and (max-width: 1199px) {
                .google-maps-contact-content .single-contact-info h4 {
                  font-size: 16px; } }
              @media only screen and (max-width: 767px) {
                .google-maps-contact-content .single-contact-info h4 {
                  font-size: 14px; } }
              .google-maps-contact-content .single-contact-info i {
                display: inline-block;
                font-size: 30px;
                margin-bottom: 15px;
                color:#202020; }
                @media only screen and (max-width: 767px) {
                  .google-maps-contact-content .single-contact-info i {
                    font-size: 24px; } }
              .google-maps-contact-content .single-contact-info p {
                margin-bottom: 0; }
                @media only screen and (min-width: 992px) and (max-width: 1199px) {
                  .google-maps-contact-content .single-contact-info p {
                    font-size: 12px; } }
                @media only screen and (max-width: 767px) {
                  .google-maps-contact-content .single-contact-info p {
                    font-size: 12px; } }
            .google-maps-contact-content .google-maps {
              position: relative;
              z-index: 1; }
              .google-maps-contact-content .google-maps iframe {
                width: 100%;
                height: 500px;
                border: none; }
                @media only screen and (min-width: 992px) and (max-width: 1199px) {
                  .google-maps-contact-content .google-maps iframe {
                    height: 400px; } }
                @media only screen and (max-width: 767px) {
                  .google-maps-contact-content .google-maps iframe {
                    height: 300px; } }
          


                    #demo {
                        height:100%;
                        position:relative;
                        overflow:hidden;
                      }
                      
                      
                      .green{
                        background-color:#6fb936;
                      }
                              .thumb{
                                  margin-bottom: 30px;
                              }
                              
                              .page-top{
                                  margin-top:85px;
                              }
                      
                         
                      img.zoom {
                          width: 100%;
                          height: 200px;
                          border-radius:5px;
                          object-fit:cover;
                          -webkit-transition: all .3s ease-in-out;
                          -moz-transition: all .3s ease-in-out;
                          -o-transition: all .3s ease-in-out;
                          -ms-transition: all .3s ease-in-out;
                      }
                              
                       
                      .transition {
                          -webkit-transform: scale(1.2); 
                          -moz-transform: scale(1.2);
                          -o-transform: scale(1.2);
                          transform: scale(1.2);
                      }
                          .modal-header {
                         
                           border-bottom: none;
                      }
                          .modal-title {
                              color:#000;
                          }
                          .modal-footer{
                            display:none;  
                          }
                      

                       

/* Features section css */

.about1{
   background-color: #dcddd6;
	-moz-background-size: cover;
	-webkit-background-size: cover;
        background-position: top;
    background-blend-mode: lighten;
	-o-background-size: cover;
	background-size: cover;
	
}
.about1 .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6rem;
}

.about1 .row .image{
    flex: 1 1 30rem;
}

.about1 .row .image img{
    width: 50%;
    height: 400px;
    margin-top: -50PX;
}

.about1 .row .content{
    flex: 1 1 51rem;
}

.about1 .row .content h3{
    font-size: 3.5rem;
    color: var(--primary);
    padding: 2rem 0;
}

.about1 .row .content p{
    font-size: 1.6rem;
    color: #666;
    padding: 1rem 0;
    line-height: 1.8;
}
.features{
	background:url('img/restauranttttt.png')rgba(255, 255, 255, 0.058); 
	-moz-background-size: cover;
	-webkit-background-size: cover;
    background-blend-mode: lighten;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
    height: 650px;
	overflow: hidden;	
}
.main_features_content_area{
	padding:120px 0px;
	display:inline-block;
}
.main_features_content{
	background:url(../image/) right center no-repeat;
	padding:40px;
	overflow:hidden;
}

.single_features_text{
	background:#202020 center center no-repeat;
	padding:30px;
        background-size:cover;
}

/* Portfolio Section css */
.portfolio{
	background:url(../images/portfoliobg.jpg) center top no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	overflow: hidden;	
}

.portfolio_content{
	padding-bottom:120px;
	display:inline-block;
}
.portfolio .portfolio_content .head_title h3{
	color:#000000;
}
.portfolio .portfolio_content .head_title h4{
	color:#000000;
}

.head_title{
	padding-top:100px;
	padding-bottom: 50px;
}

.single_portfolio_text{
	display:inline-block;
	padding:0;
	position:relative;
	overflow:hidden;

}
.single_portfolio_text img{
	width:100%;
}

.single_portfolio_text:hover .portfolio_images_overlay{
	top: 28px;
    left: 14px;
}

.portfolio_images_overlay{
	width: 90%;
    height: 80%;
    background: rgba(0, 0, 0, .5);
    padding: 20px;
    margin: 0 auto;
    top:-100%;
    left: 14px;
    position: absolute;
	transition:.6s;
}
.portfolio_images_overlay h6{
	text-transform:uppercase;
	color:#fff;
	font-size:1.3125rem;
	line-height:2rem;
}

.portfolio_images_overlay p.product_price{
	font-size:2.5725rem;
	color:#fff;
	line-height:3rem;
}


.bg-image {
    background-size: cover;
    background-attachment: fixed; }

    .bg-image {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative;
        z-index: 1; }
        .bg-image.overlay {
          position: relative; }
          .bg-image.overlay > .container {
            position: relative;
            z-index: 3; }
          .bg-image.overlay:before {
            z-index: 2;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: "";
            background: rgba(0, 0, 0, 0.6); }
        



/* media queries */

@media (max-width:991px){

    html{
        font-size: 55%;
    }

    .header{
        padding: 2rem 3rem;
    }
    .facility-box {
        border-right: 1px solid rgb(150 148 148 / 0%);
        border-right-style: double;
        padding-top: 40px;
        padding-bottom: 80px;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: medium;
    }
    .about1 .row .image img{
        width: 65%;
        height: 320px;
    }
    .lead {
        font-family: "arial", serif;
        font-size: 14px;
        
        line-height: normal;
        text-align: center;
        justify-content: center;
        display: flex;
    }

}

@media (max-width: 768px){

    #menu-btn{
        display: inline-block;
    }

    .header .navbar{
        position: absolute;
        top: 110%; right: -110%;
        width: 20rem;
        box-shadow: var(--box-shadow);
        background: #292929 ;
        border-radius: .5rem;
    }

    .header .navbar.active{
        right: 2rem;
        transition: .4s linear;
    }

    .header .navbar a{
        font-size: 2rem;
        margin: 2rem 2.5rem;
        display: block;
    }

    .home .slide .content{
        width: 50rem;
    }

    .review .review-slider{
        width: 100%;
        padding: 1rem;
       
    }
    .btn {
        display: inline-block;
        margin-top: 1rem;
        padding: 1rem 3rem;
        background: #202020;
        border-radius: 0.5rem;
        color: var(--white);
        font-size: 1.7rem;
        cursor: pointer;
        margin-left:0px;
    }

}


@media (max-width: 450px){

    html{
        font-size: 50%;
    }

    .home .slide .content{
        width: 30rem;
    }

    .home .slide .content h3{
        font-size: 3rem;
    }
    .about .row .image img {
        width: 54%;
        height: 323px;
    }
}


