*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 10px;
  height: 6px;
  background-color: black;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #c2f2ff;
  opacity: 0.5;
}
a{
    text-decoration: none;    
}
html{
    font-size: 62.5%;
}
@font-face { font-family: Calibri-Bold; src: url('../calibri-bold.ttf'); } 

/* component */
.whatsapp{
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    box-shadow: 1px 5px 10px #000000;
    background-color: green;
    border-radius: 30px;
    z-index: 999;
}
.button1{
    font-family: Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    background: linear-gradient(to bottom, rgba(144, 144, 197, 0.99), #4b4b85 49%, #333366);
    color: white;
    border: none;
    text-shadow: 2px #000000;
    letter-spacing: 1px;
    padding: 0.6rem 1rem;
    border-radius: 5px;
    cursor: pointer;
}


  /* Navigation */
.navigation{
    width: 100%;
    background-color: white;
}
.navigation-bar{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 12px 55px 12px 26px;
    align-items: center;
    list-style: none;
}
ul{
    list-style:none;
}
.logo-side{
    display: flex;
    align-items: center;
}
.logo{
  height: 3.2rem;
  margin-right: 9px;
}
@media only screen and (max-width: 550px){
   
    .logo{
        height: 3.2rem;
        
    }
    .burger {
        height: 3.2rem;
        width: 4.2rem;}
}

.burger{
    height: 1.2rem;
    width: 1.2rem;
    display: none;
    margin: 0px 3px;
}

.pc-menu{
    list-style: none;
    display: flex;
    font-size: 12.25px;
    letter-spacing: 2.3px;
}
.pc-menu a{
    text-decoration: none;
    text-transform: uppercase;
    font-family: Helvetica, sans-serif;
    letter-spacing: 0.7px;
    font-weight: 600;
    color: #4a4a4a;
    padding: .8rem;
    font-size: 11px;
}
@media only screen and (max-width: 668px) {
    .navigation-bar{
        margin: 9px 5px;
  }
}
@media only screen and (max-width: 794px) {
    .pc-menu{
        display: none;
    }
    .burger{
        display: unset;
    }
}

@media only screen and (max-width: 794px) {}
/* Navigation Over */

/* slider start here */

.container{
    width: 100%;
    height: 70vh;
    margin: auto;
    position: relative;
}

.container .image{
    display: none;
}

.container .image img{
    width: 100%;
    height: 70vh;
    object-fit: cover;
    overflow: hidden;
}

.container .button{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 5;
}

.container .button a{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    align-items: center;
    cursor: pointer;
    color: white;
    
    font-size: 20px;
    user-select: none;
}

.container .button .prev{
    border-radius: 0 5px 5px 0;
}

.container .button .next{
    border-radius: 5px 0 0 5px;
}

.dots{
    text-align: center;
    position: absolute;
    bottom: 8px;
    left: 45%;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    height: 30px;
    border-radius: 15px;

}

.dot{
    cursor: pointer;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #bbb;
    display: inline-block;
    margin: 0 2px;
}

.active, .dot:hover{
    background: rgb(255, 255, 255);
}

/* Slider end here */

/* About home here  */
.about{
    width: 100%;
    
    padding: 53px 12px 1px 0px;
    font-family: calibri-bold;
    background-color: f0f0f0;
}

.about h2{
    font-size: 4rem;
    font-weight: 500;
    font-family: calibri;
    padding-bottom: 1rem;
    text-align: center;
    text-decoration: none;
    position: relative;
    flex-wrap: nowrap;
    z-index: 22;
}
/* .about h2::after{
    position: absolute;
    content: '';
    height: 2px;
    bottom: 20px;
    margin: 0 auto;
		left: 0;
    right: 0;
		width: 21%;
		background: #333366;
} */
.about-home{
  font-size: 3rem;
  font-weight: 500;
  font-family: 'Calibri';
}
@media only screen and (max-width: 477px) {
    .about h2{
    font-size: 25px;
}}

.about h5{
    flex-wrap: nowrap;
    font-size: 12px;
    padding-bottom: 1rem;
    text-align: center;
    text-decoration: none; 
    position: relative; 
}
/* .about h2:before{
    box-sizing: border-box;
} */

/* .about h2:after{
    box-sizing: border-box;
    content: "";
    position: absolute;
    height: 3px;
    width: 200px;
    background-color: black;
    left: 42%;
    bottom: 24px;  
} */
.about p{
    font-size: 20px;
    font-family: calibri;
    text-align: justify;
    line-height: 30px;
    word-spacing: 1px;
    padding: 30px 120px;
    color: #686868;
}
@media only screen and (max-width: 906px){
    .about p{ padding : 45px 80px;
}}
@media only screen and (max-width: 706px){
    .about p{ padding : 20px 30px;
    line-height: 21px;
    word-spacing: 1px;
    font-size: 14px;

}
}
/* About end here  here  */
/* Footer Content Here */
.footer{
    height: 300px;
    border-top: 1px solid #e5e3e3;
    width: 100%;
    background-color: #efeeee;
    padding: 60px 110px; 
}
.footer-item {
    
    color: #4a4a4a;
    font-family: calibri;
    font-size: 15px;
    word-spacing: 2px;
    letter-spacing: 0.8px;
    cursor: pointer;
    width: 100%;
    line-height: 25px;
    
    
}
.footer-content::after{
    position: absolute;
        content: '';
        height: 1px;
        bottom: -0.875rem; 
        margin: 0 auto;
		left: 0;
        right: 0;
		width: 100%;
		background:  #979797;
}
/* .footer-content ::after{
        position: absolute;
        left: 0;
        bottom: -0.875rem;
        width: 100%;
        height: 1px;
        background: #4a4a4a;
        content: ' ';
        opacity: 0.5;
    
} */

.footer-item:hover{
    text-decoration: underline;
}
.footer-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    text-decoration: none; 
    position: relative;
}
.footer-content ::before {
    position: absolute;
    left: 0;
    bottom: 13.125rem;
    width: 100%;
    height: 1px;
    background: #979797;
    content: ' ';
    opacity: 0.5;
}
@media only screen and (max-width: 700px) {
    .footer-content::after{
        display: none;
    }
    .footer-content ::before{
        opacity: 0;
    }
    
    .footer{
        height: 370px;
        padding: 15px 33px;
        border-top: 1px solid black;
        border-bottom: 1px solid black;

    }
    .footer-content{
    flex-direction : column;
    }
    
    
    
}



.list-end{
    color: #4a4a4a;
    font-family: calibri;
    font-size: 15px;
    word-spacing: 2px;
    letter-spacing: 0.8px;
    line-height: 25px;
}

.logo-footer-list{
    display: flex;
    
}
.logo-footer{
    width: 3.5rem;
    margin: 0 0.9rem;
}
.footer-base{
    margin-top: 3rem;
    line-height: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 12px;

}
.footer-bottom li{
  margin-top: 10px;
  font-size: 10px;
  color: #4a4a4a;
  letter-spacing: 1px;
  word-spacing: 1.5px;
}    

/* Pop-up form start here */

#overlay1{
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(74, 74, 74, 0.55);
}
/* .section-form{
  height: 100vh;
  background-color: rgba(7, 7, 25, 0.023);
  width: 100%;
  padding: 0 12px;
  display: flex;
  justify-content: center;
} */
#modal{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
  height: auto;
  width: 90%;
  background-color: #eee;
  position: absolute;
  padding: 10px 20px;
  border: 2px solid black;
  box-shadow: 0 0 30px grey;
  z-index: 22;
}
.title-tag{
  text-align: center;
  font-size: 20px;
}
.first, .second, .third , .fourth, .fifth, .sixth, .seventh {
  height: auto;
  margin-top: 8px;
  border-radius: 5px;
  font-size: 19px;
}
.first{
  display: flex;
  flex-direction: row-reverse;
}
.first img{
  cursor: pointer;
}
.second{
   display: flex;
  /* justify-content: space-around; */ 
}
.first img{
  width: 19px;
  height: 19px;
  margin-right: 6px;
  margin-top: 6px;
}
.checkin , .checkout, .adult , .kid {
  background-color: #eee;
  width: 50%;
  padding: 2px;
  /* border: 1px solid black; */
  display: flex;
  flex-direction: column;
}

.third .guest{
  
  background-color: #eee;
  display: flex;
  flex-direction: column;

}
.fourth{
  margin-top: 5px;
  display: flex;
  justify-content: space-around;
}
.fifth{
  display: flex;
  background-color: #eee;
  
}
.sixth .comment{
  display: flex;
  flex-direction: column;
}
.seventh{
  display: flex;
  justify-content: center;
 
}
.fifth .phone, .fifth .email{
  display: flex;
  flex-direction: column;
  /* border: 1px solid black; */
  width: 50%;
  padding: 2px;
}
select{
  width: 100px;
  padding: 3px;
}
input{
  padding: 9px;
  border: none;
}
select:focus, textarea:focus,input:focus{
  outline: none;
}
textarea{
  padding: 4px;
  margin-left: 3px;
}
select, textarea,input {
  border: none;
  border-radius: 5px;
}

@media only screen and (min-width: 700px){
  #modal{
      width: 700px;
  }
}
/* Pop-up form end here */

/* Hero Page */
.hero-page{
    height: 70vh;
    width: 100%;
    background: url(../1.png);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-family: calibri-bold;
    text-shadow: 1px 5px 10px #000000;;
}

/* Car Slider starts here */

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

.center{
    width: 100%;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
}
html,body{
  /* display: grid; */
  
  /* place-items: center;
  text-align: center; */
  background: #ffffff;
}
.slider{
  max-width: 1100px;
  display: flex;
}
.slider .card{
  flex: 1;
  margin: 0 10px;
  background: #fff;
}
.slider .card .img{
  height: 300px;
  width: 100%;
}
.slider .card .img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slider .card .content{
  padding: 10px 20px;
}
.card .content .title{
  font-size: 25px;
  font-weight: 600;
}
.card .content .sub-title{
  font-size: 20px;
  font-weight: 600;
  color: #e74c3c;
  line-height: 20px;
}
.card .content p{
  /* text-align: justify; */
  margin: 10px 0;
}
.card .content .btn{
  display: block;
  text-align: left;
  margin: 10px 0;
}
.card .content .btn button{
  background: #e74c3c;
  color: #fff;
  border: none;
  outline: none;
  font-size: 17px;
  padding: 5px 8px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s;
}
.card .content .btn button:hover{
  transform: scale(0.9);
}

.wrap p{
  font-size: 12px;
  text-align: center;
  font-family: calibri;
}
/* Card Slider end here */

/* FAQ Start here */
/* body { */
/*  
    font-size: 16px;
    font-weight: 400; */
    
    /* color: black; */
    /* line-height: 1.5;
    letter-spacing: 0.5px; */
    /* text-align: center; */
    /* height: 100vh; */
  /* } */
  h1 {
    font-size: clamp(20px, 4vw, 30px);
    line-height: 1.2;
    margin-bottom: 40px;
    margin-top: 150px;
  }
  main {
    max-width: 520px;
    margin: 0 auto;
  }
  summary {
    font-size: 1.25rem;
    font-weight: 600;
    background-color: #fafafa;
    background-image: radial-gradient(circle at 40% 91%, rgba(251, 251, 251,0.04) 0%, rgba(251, 251, 251,0.04) 50%,rgba(229, 229, 229,0.04) 50%, rgba(229, 229, 229,0.04) 100%),radial-gradient(circle at 66% 97%, rgba(36, 36, 36,0.04) 0%, rgba(36, 36, 36,0.04) 50%,rgba(46, 46, 46,0.04) 50%, rgba(46, 46, 46,0.04) 100%),radial-gradient(circle at 86% 7%, rgba(40, 40, 40,0.04) 0%, rgba(40, 40, 40,0.04) 50%,rgba(200, 200, 200,0.04) 50%, rgba(200, 200, 200,0.04) 100%),radial-gradient(circle at 15% 16%, rgba(99, 99, 99,0.04) 0%, rgba(99, 99, 99,0.04) 50%,rgba(45, 45, 45,0.04) 50%, rgba(45, 45, 45,0.04) 100%),radial-gradient(circle at 75% 99%, rgba(243, 243, 243,0.04) 0%, rgba(243, 243, 243,0.04) 50%,rgba(37, 37, 37,0.04) 50%, rgba(37, 37, 37,0.04) 100%),linear-gradient(90deg, rgb(34, 222, 237),rgb(135, 89, 215));
    color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    outline: none;
    border-radius: 0.25rem;
    text-align: left;
    cursor: pointer;
    position: relative;
  }
  p { text-align: left; }
  details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
  }
  @keyframes sweep {
    0%    {opacity: 0; margin-top: -10px}
    100%  {opacity: 1; margin-top: 0px}
  }
  details > summary::after {
    position: absolute;
    content: "+";
    right: 20px;
  }
  details[open] > summary::after {
    position: absolute;
    content: "-";
    right: 20px;
  }
  details > summary::-webkit-details-marker {
    display: none;
  }
  
/* FAQ END */

/* Container for all pages hero */

.hero-container{
    height: 60vh;
    width: 100%;
    background-image: url(../images/slider/lobby1.jpg);
    overflow:hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: fill;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: calibri-bold;
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 5px 10px #000000;
}
@media only screen and (max-width: 800px) {
.hero-container{
  height: 40vh;
}
}
/* Contact Us Page */

    
.container-contact{
    height: auto;
    width: 100%;
    background-color: #f2f2f2;
    padding: 60px 110px;
}
@media only screen and (max-width: 1109px) {
    .container-contact{
        padding: 28px 0px;
    }    
}
.container-contact h2{
    text-align: center;
    box-sizing: border-box;
    font-size: 37px;
    font-family: calibri-bold;
    margin-bottom: 12px;
}

.contact-line{
  font-size: 17px;
  /* margin-top:20px ; */
}
.container-contact-inner{
    margin: 22px 0;
    background-color: white;
    width: 100%;
    font-size: 19px;
    padding: 12px 100px;
    line-height: 40px;
    display: flex;
    flex-direction: initial;
    border: 1px solid black;

    /* flex-wrap: nowrap; */
    align-items: center;

}

@media (max-width: 962px) {
  .container-contact-inner{
  padding: 12px 50px;
  }
}
.contact-icon{
    height: 20px;
    width: 26px;
}

/* Stay More Pages */
.offer{
    display: flex;
    justify-content: space-between;
    margin: 30px 30px;
    flex-wrap: wrap;  
    white-space: NONE;
    
}

.staymore{
    height: 15rem;
    width: 15rem;
    /* border-radius: 50%;
    background-color: white; */
    padding: 5px;
    font-size: 19px;
    display: flex;
    font-family: calibri-bold;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition:  border 10ms ease-in;
    
    margin-bottom: 60px;
      
}

.staymore P{
  flex-wrap: wrap;
}
.offer-svg{
  height: 150px;
  width: 150px;
  padding: 20px;
  margin: 10px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 5px 5px 5px 5px grey;
}
.container-contact p{
    text-align: center;
    font-size: 13px;
}
.container-location{
    height: 157px;
    width: 100%;
    padding: 60px 110px;
    background-color: #fff;
    margin-bottom: 29px;

}


.container-location h2{
    text-align: center;
    font-size: 40px;
    font-family: calibri-bold;
}
@media (max-width: 606px) {
  .container-location{
    padding: 20px 60px;
    height: 60px;
  }
  .container-location h2{
    font-size: 30px;
  }
}
.container-location1{
    height: auto;
    width: 100%;
    padding: 60px 110px;
    background-color: #fff;
}
.container-location1 h2{
    text-align: center;
    margin-bottom: 37px;
    font-size: 38px;
}
.container-location1 ul li{
    font-size: 15px;
    line-height: 35px;
    list-style: circle;
}
@media (max-width: 606px) {
  .container-location1{
   
    width: 100%;
    padding: 60px 20px;
    background-color: #f2f2f2;
}
.container-location1 h2{
  text-align: center;
  margin-bottom: 30px;
  font-size: 27px;
}
.container-location1 ul li{
  font-size: 12px;
  line-height: 30px;
  list-style: circle;
}
}
/* Stay More End */

/* Gallery page */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

::selection{
  color: #fff;
  background: #007bff;
}

.wrapper{
  margin: 100px auto;
  max-width: 1100px;
}
.wrapper nav{
  display: flex;
  justify-content: center;
}
.wrapper .items{
  display: flex;
  max-width: 720px;
  width: 100%;
  justify-content: center;
}
.items span{
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: black;
  /* border-radius: 50px; */
  border: 2px solid black;
  transition: all 0.3s ease;
}
.items span.active,
.items span:hover{
  color: #fff;
  background: black;
}

.gallery{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.gallery .image{
  width: calc(100% / 4);
  padding: 7px;
}
.gallery .image span{
  display: flex;
  width: 100%;
  overflow: hidden;
}
.gallery .image img{
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.gallery .image:hover img{
  transform: scale(1.1);
}
.gallery .image.hide{
  display: none;
}
.gallery .image.show{
  animation: animate 0.4s ease;
}
@keyframes animate {
  0%{
    transform: scale(0.5);
  }
  100%{
    transform: scale(1);
  }
}

.preview-box{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  max-width: 700px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.preview-box.show{
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}
.preview-box .details{
  padding: 13px 15px 13px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details .title{
  display: flex;
  font-size: 18px;
  font-weight: 400;
}
.details .title p{
  font-weight: 500;
  margin-left: 5px;
}
.details .icon{
  color: #007bff;
  font-style: 22px;
  cursor: pointer;
}
.preview-box .image-box{
  width: 100%;
  display: flex;
}
.image-box img{
  width: 100%;
  border-radius: 0 0 3px 3px;
}
.shadow{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0,0,0,0.4);
}
.shadow.show{
  display: block;
}

@media (max-width: 1000px) {
  .gallery .image{
    width: calc(100% / 3);
  }
}
@media (max-width: 800px) {
  .gallery .image{
    width: calc(100% / 2);
  }
}
@media (max-width: 700px) {
  .wrapper nav .items{
    max-width: 600px;
  }
  nav .items span{
    padding: 7px 15px;
  }
}
@media (max-width: 600px) {
  .wrapper{
    margin: 30px auto;
  }
  .wrapper nav .items{
    flex-wrap: wrap;
    justify-content: center;
  }
  nav .items span{
    margin: 5px;
  }
  .gallery .image{
    width: 100%;
  }
}


/* Navbar mobile */
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 999;
  }
  
  .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    padding-left: 20px;
  }
  .overlay p{
    margin-top: 29px;
    padding-left: 20px;
    font-size: 12px;
    text-decoration: underline;
  }
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-family: calibri;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid rgb(213 213 213);;
    margin: 0px 10px;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: -24px;
    right: -2px;
    font-size: 60px;
  }
@media screen and (max-width: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }
.map{
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px ;
    background-color: #fff;
  }
  iframe{
    width: 80%;
    align-items: center;
  }
.balance{
    width: 100%;
    object-fit: contain;
    
    background: #f2f2f2;
}
.carousel-item{

  max-width: 100%;
  height: auto;
} 

/* home page */

.home-bar{
  height: 58vh;
  width: 100%;
  background-image: url("../11.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.293);
  background-blend-mode: multiply;
  background-size: cover;
  color: white;
}
.home-bar:hover{
  background-color: rgba(144, 25, 25, 0.571);
  
}
.home-bar div{
  width: 80%;
  padding: 8px 117px;

}
.home-bar div h2{
  padding: 12px 12px;
  font-size: 30px;
}
.home-bar div p{
  font-size: 20px;
  line-height: 22px;
  padding: 12px 12px;
  word-spacing: 2px;
  font-family: calibri;
}


.privacy{
  padding: 1px 100px;
}
.privacy h1{
  font-size: 40px;
  margin-top: 58px;
}
.privacy h2{
  font-size: 30px;
  line-height: 70px;
}
.privacy p{
  font-size: 19px;
  line-height: 25px;
  color: #bbb;
}
@media screen and (max-width: 851px) {
  .home-bar div{
    padding: 8px 30px;
    width: 94%;
  }
  .privacy{
    padding: 1px 30px;
  }
  .privacy h1{
    font-size: 30px;
    margin-top: 38px;
  }
  .privacy h2{
    font-size: 20px;
    line-height: 70px;
  }
  .privacy p{
    font-size: 15px;
    line-height: 25px;
    color: #bbb;
  }
}


/* offfer detail */
.promotion{
  display: flex;
  justify-content: center;
 background-color: #fff;
  flex-wrap:wrap;
  height: auto;
  padding: 30px 20px;
}
.box2{
  padding-bottom: 10px;
  background-color: #f0f0f0;
  margin-left: 20px;
  margin-top: 10px;
  border: 1px solid #f2efef;
  height: auto;
  max-height: 450;
  width: auto;
  max-width: 400px;
  box-shadow: 0 0.7875rem 0.85rem 0 rgb(0 0 0 / 5%);
}
.box2 img{
 width: 100%; 
 height: 335px;
 object-fit: cover;
 padding-top: 20px;
}
.content-area{
  display: flex;
  padding: 14px;
}
.inside-box{
  
  width: 60%
}
.inside-box h3{
  font-family: calibri;
  text-transform: uppercase;
  font-size: 22px;
  color: #323232;
}
.inside-box p{
  font-family: calibri;
  line-height: 20px;
  margin-top: 7px;
  font-size: 14px;
 color: #585656;
}
.button-box{
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.button-box h4{
  font-size: 13px;
  line-height: 2;
  color: #333366;
  letter-spacing: 0.6px;
  text-shadow: 1px 0px #b6b6b6;
  margin-bottom: 10px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.hero-bellow{
  background-color: black;
  display: flex;
  padding:15px 0;
}
.logo-space{
  width: 20%;
  align-items: center;
  text-align: center;
  border-right: 2px solid white;
}
.logo-space img{
  width: 100px;
  height: 100px;
  object-fit: contain;
}

/* Bellow hero content */

.hero-content{
  display: flex;
  width: 80%;
  justify-content: space-around ;
  align-items: center;
}
.hero-content ul{
  text-align: center;
}
.hero-content li{
list-style: none;
align-content: center;
color: #fff;
margin-top: 10px;
font-size: 15px;
}
.hero-content-items img{
  height: 50px;
  width: 50px;
}
.upward{
  margin-top: 7px;
}
.hero-content-mob{
  color: white;
  display: none;
  width: 80%;
  padding-left: 42px;
  padding-top: 18px;
}
@media only screen and (max-width: 600px) {
  .hero-content-mob{
      display: block;
  }
  .hero-content{
      display: none;
  }
  .logo-space{
      width: 35%;
  }
}

.qrcode img{
  height: 200px;
  width: 200px;
  border-left: 1px solid black;
  object-fit: contain;
  align-items: center;
  margin-left: 2px;
  padding-left: 14px;
}
@media (max-width: 665px) {
  .container-contact-inner{
    flex-direction: column;
  }
  .qrcode img{
    border: none
  
  }
  }
  