@import url('https://fonts.googleapis.com/css?family=Playfair+Display:1,300,400,400italic,500,700,700italic,900');

:root{

    --main-color:#a37a31 ;
    --primary-color: #8a6d46;
    --hover: #5a4d3e;
    --black:#2a201c;
    --white:#fff;
    --light-bg:#f3efec;
    --dark-bg:rgba(0,0,0,.7);
    --border:.1rem solid #aaa;
    --box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
}
a{
    text-decoration: none !important;
}
*{
   font-family: 'Playfair Display', sans-serif;
   margin:0; padding:0;
   box-sizing: border-box;
   outline: none; border:none;
   text-decoration: none;
   transition: all .2s linear;
}
body{
    background-color: #FFFADD;
     overflow: hidden;
   
 }
/* change color */
 /* body{
    
    background-color: #021921 !important;
 }
 .box{
    box-shadow: 0 3px 5px rgb(120 92 29 / 90%) !important;
 }
 .mapinfo{
   
    background-color: darkslategray !important;
}
.footer{
    background-color: #183832  !important;
}

.hedfooter{
    background-color: #021921 !important;

    box-shadow: 0 3px 5px rgb(120 92 29 / 90%) !important;
}
.footer .box-container .box{
    box-shadow: none !important;
}
.heading{
    color: #db9122 !important;
}
.header .navbar a{
    color: wheat !important;
}
.hedline{
    background-color: #183832  !important;

}
.nvbtn{
    
    background-color:  #db9122 !important;

}
.nvbtn:hover{
    background-color: #8a6d46 !important;
    color: white !important;
}
.btn{
    background-color:  #db9122 !important;

}
.btn:hover{
    background-color: #8a6d46 !important;
}

.blogs .box-container .box .content p{
    color: white !important;
}
.blogs .box-container .box .content .title {
    color: #db9122 !important;
}
.blogs .box-container .box .content .title:hover {
    color:  orange !important;
}


.blogtext{
    color: white !important;
}
.pricing .box-container .box .title{
    color: #db9122 !important;
}
.pricing .box-container .box button{
    color: white !important;
    background-color:  #db9122 !important;
    background-color: #8a6d46 !important;

}
.pricing .box-container .box button:hover{
    color: black !important;
    background-color: #8a6d46 !important;

}

.pricing .box-container .box .title:hover{
    color: orange !important;
}
.pricing .box-container .box button:hover {
background-color:  #db9122 !important;
}
.review .box-container .box p {
    color: white !important;
}
.review .box-container .box h3 {
    color: #db9122 !important;
}
.review .box-container .box .stars i {
    color: darkorange !important;
}

.cate .row .image img{
    box-shadow: 0 3px 5px rgb(120 92 29 / 90%) !important;
}

.cate .row .content h3{
    color: #db9122 !important;
}

.cate .row .content p{
    color: white !important;
}


.modal-content{
    background-color: #021921 !important;

}
.close{
    color: #db9122 !important;
}

.shinfo {
    color: white !important;
    margin-top: 2rem;
}
@media (max-width: 768px){
.header .navbar {
    background-color: darkslategray !important;
    color: white !important;
    
}
.fa-bars:before {
    content: "\f0c9";
    color: #db9122 !important;
}

} */

 /*  */






.close {
    position: absolute;
    left: 95%;
    top: -1%;
    color: #000;
    font-size: 35px;
    font-weight: bold;
  }
  

section{
    font-style: italic;
    

}
html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
}
 
html::-webkit-scrollbar{
    width: .6rem;
}
 
html::-webkit-scrollbar-track{
    background-color: var(--white);
}
 
html::-webkit-scrollbar-thumb{
    background-color: var(--primary-color);
}
 
section{
    padding: 3rem 7%;
}
/* slideshow */


/* Slideshow container */
.slideshow-container {
    /* max-width: 1000px; */
    position: relative;
    /* margin: auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 100px; */
  }
  .slideshow .mySlides{
    margin-top: 100px;
    height: 400px;
    display: none;
  }
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 6px 3px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    margin-top: 20px;
  }
.frimg{
    width: 100%;
    height: 430px;
  }
  .active, .dot:hover {
    background-color: #717171;
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: -69px;
    width: 100%;
    height: 120%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
    /* overflow: hidden; */
  }
/* Fading animation */


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
  
}
/* slideahow */
.heading{
   text-align: center;
    color:#2f414f; 
   /*color: rgb(150, 75, 0);*/
   text-transform: capitalize;
   margin-bottom: 5rem;
   font-size: 3rem;
   margin-top: 1rem;
   font-style: italic;
}
 
.btn{
   margin-top: 1rem;
   display: inline-block;
   background: var(--primary-color);
   color:var(--white);
   font-size: 2rem;
   cursor: pointer;
   padding:1rem 3rem;
}
 
.btn:hover{
    background: var(--hover);
}

/* header */
.hedline{
    width: 100%;
    height: 35px;
    /*background: #a37a31 ;*/
  background: #2f414f;
    direction: ltr;
}
.hedcolr{
   display: flex;
   justify-content: space-around;
   padding: 5px;
   color: white;
  }
  .toggle{
    display: flex;
     gap: 2rem;
     font-size: large;
  }

  .lang{
    display: flex;
      gap: 1rem;
      cursor: pointer;
          margin-top: -6px;
  }
  .lang>a{
    color: white;
  }
  .social-list {
    display: flex   ;
    justify-content: center;
    gap: 20px;
    color: var(--white);
    font-size: 1.8rem;
    align-items: center;
    list-style: none;
}
.social-list>li>a{
    color: white;
}
  .header{
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: var(--box-shadow);
    position: sticky;
    top:0; left:0; right: 0;
    direction: ltr;
    z-index: 1000;
    background-color: #FFFADD;
}
 .navshocial{
    display: none;
 }
.nvbtn{
     background-color: #2f414f ; 
    /*background-color: darkgoldenrod;*/
    color: white;
    padding: 10px;
    border-radius: 37px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
   

}
.nvbtn:hover{
    background-color: orange;
    color: black;
}
.header .logo>img{
    width: 250px;
    height: 53px;
}

.header .navbar #close-navbar {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    font-size: 4rem;
    cursor: pointer;
    color: #834d0a;
    display: none;
  

  }
 
.header .navbar a{
    font-size: 2rem;
    margin-left: 2rem;
     color:#2f414f; 
    /*color: rgb(150, 75, 0);*/
    text-transform: capitalize;
    /* display: none; */
}
 .navbar .logo{
    display: none;
 }
 .navbar .share{
    display: none;
 }
 .header .navbar a:hover{
    padding-bottom: 0.5rem;
    color:var(--primary-color);
 }
 
 #menu-btn{
    font-size: 2.5rem;
    cursor: pointer;
    color:var(--black);
    display: none;
 }


 /* shadowslider */
 .slideshow-container {
    /* max-width: 1000px; */
    position: relative;
    /* margin: auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    
  }
  .slideshow .mySlides{
    margin-top: 0px;
    height: 450px;
  }
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
   /*margin-top: 20px;*/
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  .mySlides>img{
    width: 100%;
    
    /*margin-top: -20px;*/
  }
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
 /* header */



/* about */

.about{
    
    /*background-image:url(../images/about-left1.png);*/
    background-repeat:no-repeat; 
    background-position:left bottom;
    direction: rtl;
}


.about .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about .row .image{
    flex:1 1 39rem;
}

.about .row .image img{
    width: 100%;
}
.about .row .content{
    flex:1 1 51rem;
    padding:5rem;
}

.about .row .content h3{
    font-size: 3rem;
    color:var(--primary-color);
}

.about .row .content p{
    font-size: 1.6rem;
    color:#444;
    padding:1rem 0;
    line-height: 1.8;
}

.about .content .icons-container{
    display: flex;
    flex-wrap: wrap;
    gap:2rem;
    margin-top: 3rem;
 }
 
 .about .content .icons-container .icons{
    flex:1 1 16rem;
    text-align: center;
    background: var(--light-bg);
    padding:3rem 2rem;
 }
 
 .about .content .icons-container .icons img{
    height: 5rem;
}
 
.about .content .icons-container .icons h3{
    padding-top: 1rem;
    font-size: 1.6rem;
    color:#444;
    font-weight: normal;
    text-transform: capitalize;
 }  

 .caption .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1.5rem;
 }
 .caption .box-container .box{
    border:var(--border);
    text-align: center;
    padding:3rem 2rem;
    /* box-shadow: 0 3px 5px rgba(0,0,0,.9); */
    box-shadow: 1px 0px 7px 2px orange;
        /*background-color:#FFFADD;*/

     border-radius: 10px;
     height: 92vh;
}

.caption .box-container .box p{
    font-size: 1.3rem;
    line-height: 1.8;
    color:white ;
    margin-bottom: 2rem;
    font-weight:bold;
    /* padding:2rem 0; */
}
/* video */


@media only screen and (max-width: 400px) {
    .video-container {
      height: 150px;
      width: 100%;
      position: relative;
      box-shadow: 0 3px 5px rgba(0,0,0,.9);
      border-radius: 10px;

  }
  }
  
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 400px) {
   .video-container {
      height: 300px;
      width: 100%;
      position: relative;
      box-shadow: 0 3px 5px rgba(0,0,0,.9);
      border-radius: 10px;
      

  }
  .footer .credit {
    text-align: center;
    margin-top: 5rem;
    padding-top: 3rem;
    font-size: 2rem;
    border-top: 0.1rem solid var(--primary-color); 
    color: wheat;
    font-size: 11px;
    font-style: italic;
    transition: 0.6s ease;
    width: auto;
    height: 30px;
  }
  
  
  .footer .credit :hover{
    font-size: 20px;
    color: white;
  }
  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    .video-container {
      height: 100%;
      width: 100%;
      position: relative;
      box-shadow: 0 3px 5px rgba(0,0,0,.9);
      border-radius: 10px;
      
  }
  
  } 
  .footer .credit {
    text-align: center;
    margin-top: 5rem;
    padding-top: 3rem;
    font-size: 2rem;
    border-top: 0.1rem solid var(--primary-color); 
    color: wheat;
    font-size: 11px;
    font-style: italic;
    transition: 0.6s ease;
    width: auto;
    height: 30px;
  }
  
  
  .footer .credit :hover{
    font-size: 20px;
    color: white;
  }

  .video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0,0,0,.9);

  }
  
  /* Just styling the content of the div, the *magic* in the previous rules */
  .video-container .caption {
    z-index: 1;
    position: relative;
    text-align: center;
    color: #dcaf00;
    background-color:#00000040;
    padding: 10px;
    height:100%;
    border-radius: 10px;
  }
  .caption .box-container .box p{
    color:white;
    /* padding:2rem 0; */
}

/* about */


/* services */

.services{
    /* background-color: var(--main-color); */
    /*background-image: url(../images/about-left2.png);*/
    background-repeat: no-repeat;
    background-position: right bottom;
    direction: rtl;
 }

.services .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
    gap:1rem;
    height: 280px;
 }
 
 .services .box-container .box{
    height: 161%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    /* box-shadow: 1px -1px 10px 5px #80711e; */
    box-shadow: 1px 0px 7px 2px orange;

    /* box-shadow: 0px 1px 6px 1px black; */


 }

 .services .box-container .box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
 }
 
 .services .box-container .box:hover img {
    transform: scale(1.1);
 }
 
 .services .box-container .box .content{
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0; left:0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: var(--dark-bg);
  
 }
 
 .services .box-container .box .content h3{
    text-align: center;
    font-size: 3rem;
    color:var(--white);
    padding-top: 40rem;
    text-transform: capitalize;
 }

 .services .box-container .box:hover .content{
    display: flex;
 }


 /* services */

/* category */


/* category */
.cate{
    /*background-image:url(../images/about-left.png);*/
    background-repeat:no-repeat; 
    background-position:left bottom;
    
}


.cate .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cate .row .image{
    flex:1 1 39rem;
}

.cate .row .image img{
    width: 100%;
    border-radius: 10px;
    /* box-shadow: 0 3px 5px rgba(0,0,0,.9); */
    box-shadow: 1px 0px 7px 2px orange;

}
.cate .row .content{
    flex:1 1 51rem;
    padding:5rem;
}

.cate .row .content h3{
    font-size: 3rem;
    color: rgb(150, 75, 0);
}

.cate .row .content p{
    font-size: 1.6rem;
    color: #2f414f;
    padding: 1rem 0;
    line-height: 1.8;
    font-weight: bold;
}

.cate .content .icons-container{
    display: flex;
    flex-wrap: wrap;
    gap:2rem;
    margin-top: 3rem;
 }
 
 .cate .content .icons-container .icons{
    flex:1 1 16rem;
    text-align: center;
    background: var(--light-bg);
    padding:3rem 2rem;
 }
 
 .cate .content .icons-container .icons img{
    height: 5rem;
}
 
.cate .content .icons-container .icons h3{
    padding-top: 1rem;
    font-size: 1.6rem;
    color:#444;
    font-weight: normal;
    text-transform: capitalize;
 }  

/* pricing */

.pricing{
    /* background: url('../images/pricing.jpg'); */
    /* background-attachment: fixed; */
    /* margin-top: 110px; */
    /*background-image:url(../images/about-left.png);*/
    background-repeat:no-repeat; 
    background-position:left top;
    direction: rtl;
}

.pricing .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
    gap: 3rem;
}

.pricing .box-container .box{
    height: 500px;
    /* width: 375px; */
    /* margin: 20px 40px; */
    border-radius: 10px;
    /* box-shadow: 0 3px 5px rgba(0,0,0,.9); */
    box-shadow: 1px 0px 7px 2px orange;

    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
     background:#FFFADD; 
}


.pricing .box-container .box:after{
    content: '';
    position: absolute;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    opacity: .5;
}


.pricing .box-container .box::after{
    background: var(--main-color);
    bottom: -10%; right: 80%;
}

.pricing .box-container .box .title{
   margin-bottom: 15px;
    font-size: 26px;
    color: var(--main-color);
    text-transform: capitalize;
    cursor: pointer;
}
.bloginfo{
    display: flex;
    flex-direction: column;
    gap: 1  rem;
    padding: 3px;
}
.blogtext{
    font-size: 1.4rem;
    line-height: 1.8;
    /* color: hsl(236, 14%, 39%); */
    color: #2f414f;
    padding: 1rem 7PX;
    cursor: pointer;
                font-weight:bold;


}
 .title > p{
    font-size: 1.6rem;
    line-height: 1.8;
    color: hsl(236, 14%, 39%);
    padding: 1rem 0;
}

.pricing .box-container .box .price{
    height: 160px;
    width: 160px;
    color: var(--white);
    background: var(--main-color);
    padding: 57px 0 0;
    margin: 0 auto 25px;
    border-radius: 50%;
}

.pricing .box-container .box .price .currency{
    font-size: 35px;
    line-height: 35px;
    font-weight: 300;
}

.pricing .box-container .box .price .amount{
    font-size: 58px;
    line-height: 45px;
    font-weight: 700;
}

.pricing .box-container .box ul li{
    text-align: left;
    font-size: 16px;
    padding-left: 45px;
    margin: 20px auto;
    color: var(--white);
    list-style: none;
    text-transform: uppercase;
}

.pricing .box-container .box ul li i{
    color: var(--main-color);
    padding: 0 10px;
}

.pricing .box-container .box button{
    /* height: 40px;
    width: 140px; */
    outline: none;
    border-radius: 50px;
    text-transform: capitalize;
    cursor: pointer;
    background: none;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    font-size: 17px;
    font-weight: bold;
    transition: .2s linear;
}

.pricing .box-container .box button:hover{
    color: var(--white);
    background: var(--main-color);
}

/* pricing */

/* blog */

.circile{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color:#a37a31 ;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.circile:hover{
    color: black;
    background-color: orange;
}
.crinfo{
    display: flex;
    flex-direction: column;
    gap: 6rem;
    align-items: center;
}

.circile>span {
    font-size: 58px;
    line-height: 45px;
    font-weight: 700;
}
/* .circile .currency {
    font-size: 35px;
    line-height: 35px;
    font-weight: 300;
} */

.blogs{
  
    /* background-image:url(images/footer-bg.png);
    background-repeat:no-repeat; 
    background-position:left bottom; */
    /*background-image:url(../images/about-left3.png);*/
    background-repeat:no-repeat; 
    background-position:right top;
    direction: rtl;

}
.blogs .box-container{
      display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
    gap: 2rem;
    direction: rtl;
}

.blogs .box-container .box{
    /* background: var(--primary-color); */
    border-radius: 10px;
    /* box-shadow:1px -1px 7px 2px #d5b81b; */
    box-shadow: 1px 0px 7px 2px orange;

    /* box-shadow: 0 3px 5px rgba(0,0,0,.9); */


    display: flex;
    flex-direction: column;
    align-items: center;

}

.blogs .box-container .box .image{
    height: 25rem;
    overflow:hidden;
    width: 100%;
    border-radius: 10px;
}

.blogs .box-container .box .image img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.blogs .box-container .box:hover .image img{
    transform: scale(1.2);
}

.blogs .box-container .box .content{
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
        background-color: #FFFADD;

}

.blogs .box-container .box .content .title{
    font-size: 2.5rem;
    line-height: 1.5;
    /* color:var(--hover); */
    color: rgb(150, 75, 0);
    cursor: pointer;
}

.blogs .box-container .box .content .title:hover{
    color:orange;
}

.blogs .box-container .box .content span{
    color:var(--main-color);
    display: block;
    padding-top: 1rem;
    font-size: 2rem;
    text-transform: capitalize;
}

.blogs .box-container .box .content p{
    font-size: 1.3rem;
    line-height: 1.8;
    /* color: var(--main-color)    ; */
    /* color: hsl(236, 14%, 39%); */
    color: #2f414f;
    padding:1rem 0;
    cursor: pointer;
    text-align: center;
    font-weight:bold;
}

/* blog */

/* visit */

.visit{
    background: url('../images/visit.png');
    background-size: cover;
    background-position: center;
}

.visit .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
}
::placeholder {
    color: white;
    opacity: 1; /* Firefox */
  }
  .fobtn{
    width: fit-content;
    margin-left: 31%;
    border-radius: 30px;
}
.fobtn:hover{
    background-color: orange;
}
.visit .row .image{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40rem;
            flex: 1 1 40rem;
}

.visit .row .image img{
    width: 100%;
}

.visit .row form{
    flex: 1 1 40rem;
    border: 0.1rem solid var(--main-color);
    padding: 2rem;
    /* box-shadow: 0 3px 5px rgba(0,0,0,.9); */
    box-shadow: 1px 0px 7px 2px orange;

    border-radius: 10px;

}

.visit .row form h3{
    font-size: 2.5rem;
    text-align: center;
    /* color: var(--main-color); */
    color: rgb(150, 75, 0);
    padding-bottom: 1rem;
    text-transform: uppercase;
}

.visit .row form .inputBox{
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    /* background: var(--main-color);
    border:var(--border); */
    border-radius: 10px;

}

.visit .row form .inputBox input{
         width: 100%;
    padding: 2rem;
    font-size: 1.7rem;
    color: var(--white);
    text-transform: none;
    /* background: none; */
    background-color: #ffa5008f;
    border-radius: 10px;
}
::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: white;
}
.visit .row form .inputBox .selcontact{
      width: 100%;
    padding:2rem;
    font-size: 1.7rem;
    color:var(--white);
    text-transform: none;
     background-color: #ffa5008f;
     border-radius: 10px;
}
option{
    color:  hsl(236, 14%, 39%);
}
optgroup{
    font-size: 20px;
}
/* visit */

/* review  */
.review{
  /*background-image: url(../images/about-left.png);*/
    background-repeat: no-repeat;
    background-position: left top;
}

.review .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap:1.5rem;
}
.rev{
    margin-top: 13rem !important;
}
.review .box-container .box{
    border:var(--border);
    text-align: center;
    padding:3rem 2rem;
    /* box-shadow: 0 3px 5px rgba(0,0,0,.9); */
    box-shadow: 1px 0px 7px 2px orange;

     border-radius: 10px;
}

.review .box-container .box p{
    font-size: 1.5rem;
    line-height: 1.8;
    color:var(--black);
    padding:2rem 0;
}

.review .box-container .box h3{
    padding:1rem 0;
    font-size: 2rem;
    color:#2f414f;
    text-transform: capitalize;
}

.review .box-container .box .stars i{
    font-size: 2rem;
    color:gold;
    margin-top: 20px;
}
/* map */
.map{
    display: flex;
    /* box-shadow: 0 3px 5px rgba(0,0,0,.9); */
    box-shadow: 1px 0px 7px 2px orange;


}
.mapinfo{
    width: 40%;
    background-color: #834d0a;
    height: 452px;
    direction: ltr;
}

.locinfo{
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    padding: 0 25px 0px 27px;
}
.emailmap{
    font-size: 1.6rem;
    line-height: 0.8;
    color: wheat;
    padding: 1rem 0;
}
/* review end */

/* footer */

.footer {
    background: #a37a31;
    text-align: center;
  }
  .hedfooter {
    width: 100%;
    height: 150px;
    background-color: #834d0a;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    padding: 10px;
    font-size: large;
    align-items: center;
    color: antiquewhite; 
       box-shadow: 1px 0px 7px 2px orange;


}
  .footer .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2rem;
  }
  
  .footer .box-container .box h3 {
    font-size: 2.2rem;
    text-transform: capitalize;
    /* color: var(--primary-color); */
    color: #db9122;
    padding: 1rem 0;
  }
  
  .footer .box-container .box p {
    font-size: 1.5rem;
    line-height: 2;
    /* color: var(--black); */
    color: wheat;
    padding: 1rem 0;
  }
  .footer .contact-item{
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
  }
  
  .footer .box-container .box .share {
    margin-top: 1rem;
  }
  
  .footer .box-container .box .share a {
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    border-radius: 50%;
    font-size: 1.7rem;
    background-color: var(--primary-color);
    color: var(--white);
    margin-right: .3rem;
    text-align: center;
  }
  
  .footer .box-container .box .share a:hover {
    background-color: var(--black);
  }
  
  .footer .box-container .box .link {
    font-size: 1.7rem;
    line-height: 2;
    color: wheat;
    padding: .5rem 0;
    display: block;
    text-decoration: underline;
  }
  
  .footer .box-container .box .link:hover {
    color: var(--black);
    text-decoration: underline;
  }
  
  .footer .box-container .box .email {
    width: 100%;
    padding: 1.2rem 1.4rem;
    font-size: 1.6rem;
    border: 0.1rem solid var(--primary-color);
    margin-bottom: 1rem;
  }
  
  .footer .credit {
    text-align: center;
    margin-top: 5rem;
    padding-top: 3rem;
    font-size: 2rem;
    border-top: 0.1rem solid var(--primary-color); 
    color: wheat;
    font-size: 11px;
    font-style: italic;
    transition: 0.6s ease;
    width: auto;
    height: 30px;
}
  
  
  .footer .credit :hover{
    font-size: 20px;
    color: white;
  }

 
.contact-list{
    display: flex;
    gap: 9rem;
}
.contact-item{
    display: flex;
    gap: 2rem;
    
}
  .contact-list::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: var(--white_a20);
}

/* contact us */

.review .box-container .box .share {
  margin-top: 1rem;
}

.review .box-container .box .share a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  border-radius: 50%;
  font-size: 1.7rem;
  background-color: var(--primary-color);
  color: var(--white);
  margin-right: .3rem;
  text-align: center;
}

.review .box-container .box .share a:hover {
  background-color: var(--black);
}


@media (max-width:991px){

    html{
        font-size: 55%;
     }

    .header .navbar a {
        font-size: 1.7rem;
    }
    
     section{
        padding:3rem 2rem;
     }

}

@media (max-width:768px){

  .rev {
    margin-top: 4rem !important;
}



  /*-----------------------------------*\
  #shochial
\*-----------------------------------*/

.back-top-btn {
    position: fixed;
    bottom: 22px;
    right: 4px !important;
    /* background-color: var(--verdigris); */
    /* background-color: hsl(11.08deg 76.43% 32.13%); */
    color: var(--white);
    padding: 16px;
    font-size: 2rem;
    border-radius: var(--radius-circle);
    transition: var(--transition-1);
    /* opacity: 0; */
    z-index: 3;
  }

  .back-top-btn1 {
    position: fixed;
    bottom: 80px;
    right: 4px !important;
    /* background-color: var(--verdigris); */
    /* background-color: hsl(11.08deg 76.43% 32.13%); */
    color: var(--white);
    padding: 16px;
    font-size: 2rem;
    border-radius: var(--radius-circle);
    transition: var(--transition-1);
    /* opacity: 0; */
    z-index: 3;
  }
   
  .caption .box-container .box p{
    color:black;
    /* padding:2rem 0; */
    font-weight:bold;
}
.slideshow{
   height: 250px;
}
    .hedline{
        display: none;
    }
    #menu-btn{
        display: inline-block;
    }
    .frimg{
        width: 99%;
        height: 230px;
      }
     .header .navbar {
        position: fixed;
        top: 0;
        right: -105%;
        width: 30rem;
        background: var(--white);
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        z-index: 1200;
      }
      .header .navbar #close-navbar {
        display: block;
      }
      .header .navbar.active {
        right: 0px;
        justify-content: start;
        gap: 1rem;
      }
      .navbar .share{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2rem;     }
     .navshocial {
        background-color: #2f414f;
    width: 40px;
    height: 40px ;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: wheat;
    /*margin-top: 4rem;*/
      }
      .header .navbar a {
        display: block;
        margin: 1.3rem 0;
        text-align: center;
        font-size: 2rem;
        font-weight: 600;
      }
.heading{
    margin-top: 10px;
    font-style: italic;
    font-size: 3rem;
}
.header .logo>img {
    width: 140px;
    height: 46px;
}
.rev{
    margin-top: 10px;
}
    .home .content h3{
        font-size: 5.5rem;
    }
    /* about */
    /* .caption{
        display: none;
    } */
   /*  */
    
     .services .box-container .box{
        height: auto;
     }
     .services .box-container .box img{
        height: 300px;
     }
     .services .box-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
        gap: 2rem;
        height: auto;
    }
/* category */
.cate .nvbtn{
    margin-left: 7rem !important;
}
/* show */
/* .shinfo{
    font-size: 12px;
    color: gray;
  }
  .imgcontainer>h3{
    font-size: 14px;
  } */
 
    /* book */
    option{
       font-size: 10px;
    }
    optgroup{
        font-size: 20px;
    }
    .mapinfo{
       display: none;
    }
    .video-container video {
        display: none;
    
      }
      .caption .box-container .box{
        height: auto;
        background-color:#FFFADD;
    }
    .video-container .caption {
       background: none;
    }
      .video-container{
        height: auto;
      }
      .blogtext {
        font-size: 1.5rem;
        line-height: 2;
        /* color: hsl(236, 14%, 39%); */
        color: black;
        padding: 1rem 7PX;
        cursor: pointer;
                    font-weight:bold;

    }

@media (max-width:450px){

    .back-top-btn {
        position: fixed;
        bottom: 30px;
        right: 88px;
        /* background-color: var(--verdigris); */
        /* background-color: hsl(11.08deg 76.43% 32.13%); */
        color: var(--white);
        padding: 16px;
        font-size: 2rem;
        border-radius: var(--radius-circle);
        transition: var(--transition-1);
        /* opacity: 0; */
        z-index: 3;
      }
    html{
        font-size: 50%;
    }
  
    .home .content h3{
        font-size: 4.5rem;
    }
/* OFFERS */
.circile{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color:#a37a31 ;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.circile:hover{
    color: black;
    background-color: orange;
}
.crinfo{
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
}

.circile>span {
    font-size: 30px;
    line-height: 55px;
    font-weight: 300;
}
/* footer */
.hedfooter {
    display: flex;
    flex-direction: column;
    font-size: 10px;
    height: 242px;

}

.contact-list{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

  .contact-list::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: var(--white_a20);
}
.modal-content {
  
    margin: 16% 23% 13% auto !important;
        width: 72% !important;
    border: 1px solid #888;
    overflow: hidden;
    border-radius: 10px;
    background-color: antiquewhite;
    color: black;
    padding: 10px;
    position: relative;
    direction: rtl;
  }
  .btn {
    margin-top: 1rem;
    display: inline-block;
    background: var(--primary-color);
    color: var(--white);
    font-size: 2rem;
    cursor: pointer;
    padding: 1rem 3rem;
  
    margin-left: 24% !important;
    border-radius: 30px;
}
::-webkit-scrollbar {
    width: 20px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--main-color); 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: orange; 
  }
}

/* shadow model */

.modal {
    display: none;
    position: fixed;
    z-index: 5;
    left: 0;
    top: -69px;
    width: 100%;
    height: 120%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
    /* overflow: hidden; */
  }
  
  /* Modal Content/Box */
  .modal-content {
    margin: 5% auto 15% auto; 
    /* margin: 16% 23% 13% auto; */
        /* width: 72%; */
    border: 1px solid #888;
    width: 50%; 
    /* overflow: hidden; */
    border-radius: 10px;
    background-color: antiquewhite;
    color: black;
    padding: 10px;
    position: relative;
    direction: rtl;
  }
  .imgcontainer>h3{
    font-size: 20px;
  }
  .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
    height: 70vh;
    font-size: 19px;
    font-style: italic;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .shinfo{
    font-size: 13px;
     color: #2f414f; 
    /*color: black;*/
    margin-bottom: 15px;
    font-weight:bold;
  }
  
  
  .close:hover,
  .close:focus {
    color: red;
    cursor: pointer;
  }
  .btn {
    margin-top: 1rem;
    display: inline-block;
    background: var(--primary-color);
    color: var(--white);
    font-size: 2rem;
    cursor: pointer;
    padding: 1rem 3rem;
  
    margin-left: 40%;
    border-radius: 30px;
}
/* scroll */
::-webkit-scrollbar {
    width: 20px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--main-color); 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: orange; 
  }
}

/* model */
.modal {
    display: none;
    position: fixed;
    z-index: 5;
    left: 0;
    top: -69px;
    width: 100%;
    height: 120%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
    /* overflow: hidden; */
  }
  .showbtn{
    direction: ltr;
  }
  /* Modal Content/Box */
  .modal-content {
    margin: 5% auto 15% auto; 
    /* margin: 16% 23% 13% auto; */
        /* width: 72%; */
    border: 1px solid #888;
    width: 50%; 
    /* overflow: hidden; */
    border-radius: 10px;
    background-color: #FFFADD;
    /* background-color: #834d0a; */
    direction: rtl;

    color: black;
    padding: 10px;
    position: relative;
  }
  .imgcontainer>h3{
    font-size: 20px;
  }
  .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
    height: 70vh;
    font-size: 19px;
    font-style: italic;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .shinfo{
    font-size: 13px;
    color: #2f414f;
    margin-bottom: 15px;
        font-weight:bold;


  }
  .close {
    position: absolute;
    left: 93%;
    top: -1%;
    color: #000;
    font-size: 35px;
    font-weight: bold;
  }
  .close:hover,
  .close:focus {
    color: red;
    cursor: pointer;
  }
  .btn {
    margin-top: 1rem;
    display: inline-block;
    /* background: var(--primary-color); */
    background: #2f414f;
    color: var(--white);
    font-size: 2rem;
    cursor: pointer;
    padding: 1rem 3rem;
  
    margin-left: 40%;
    border-radius: 30px;
}

/* scroll */
::-webkit-scrollbar {
    width: 20px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    /*background: var(--main-color); */
     background:#2f414f;
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: orange; 
  }

  /*-----------------------------------*\
  #BACK TO TOP
\*-----------------------------------*/

.back-top-btn {
    position: fixed;
    bottom: 30px;
    right: 25px;
    /* background-color: var(--verdigris); */
    /* background-color: hsl(11.08deg 76.43% 32.13%); */
    color: var(--white);
    padding: 16px;
    font-size: 2rem;
    border-radius: var(--radius-circle);
    transition: var(--transition-1);
    /* opacity: 0; */
    z-index: 3;
  }
  
  .back-top-btn:is(:hover, :focus-visible) { background-color: var(--eerie-black); }
  
  .back-top-btn.active {
    transform: translateY(-10px);
    opacity: 1;
    /* right: 770px; */
    /* display: none; */
  }

  .back-top-btn1 {
    position: fixed;
    bottom: 80px;
    right: 25px;
    /* background-color: var(--verdigris); */
    /* background-color: hsl(11.08deg 76.43% 32.13%); */
    color: var(--white);
    padding: 16px;
    font-size: 2rem;
    border-radius: var(--radius-circle);
    transition: var(--transition-1);
    /* opacity: 0; */
    z-index: 3;
  }
  
  .back-top-btn1:is(:hover, :focus-visible) { background-color: var(--eerie-black); }
  
  .back-top-btn1.active {
    transform: translateY(-10px);
    opacity: 1;
    /* right: 770px; */
    /* display: none; */
  }

  /* slider */

  .review .slide{
    padding: 1.5rem;
    box-shadow: var(--box-shadow);
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
    position: relative;
  }
  
  .review .slide p{
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: .5rem;
    line-height: 1.8;
    color: #444;
  }
  
  .review .slide .wrapper{
    display: flex;
    justify-content: center;
    gap: .3rem;
  }
  
  .review .slide .wrapper .separator{
    width: .8rem;
    height: .8rem;
    border: .1rem solid var(--primary-color);
    transform: rotate(45deg);
    animation: rotate360 15s linear infinite;
  }
  
  @keyframes rotate360{
    0%{
      transform: rotate(0);
    }
    100%{
      transform: rotate(1turn);
    }
  }
  
  .review .slide .fa-quote-right{
    position: absolute;
    bottom: 3rem; right: 3rem;
    font-size: 6rem;
    color: var(--secondary);
  }
  
  .review .slide .user{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem 1.5rem;
    border-radius: .5rem;
  }
  
  .review .slide .user img{
    height: 7rem;
    width: 7rem;
    border-radius: 15%;
    object-fit: cover;
    border: .1rem solid var(--primary-color);
    padding: .5rem;
  }
  
  .review .slide .user h3{
    font-size: 2rem;
    color: var(--black);
    padding-bottom: .5rem;
  }
  
  /* .review .slide .user .stars i{
    font-size: 1.3rem;
    color: var(--primary-color);
  } */