body{

    font-family: 'Laila', sans-serif;
    font-weight: 500;
    width: 100vw;
    overflow-x: hidden
}

@import url('https://fonts.googleapis.com/css2?family=Laila:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');
/*   header style here  */

@media (max-width:767px) {
  .contact_info a{
    font-size: 13px;
}
}

.contact_info{

    margin-top: 37px;

}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%);
   background: #4967a7;
}
.nav-link{
    padding: 10px 32px 7px 41px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
    margin: 0px 11px 0px 0px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.navbar_color{
  background-color: #4967a7;
}
.contact_info a{
    color: #507b00;
    text-decoration: none;
    font-weight: 500;
    float: right;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 600;
}
.contact_info i{

    background: black;
    padding: 4px 6px 4px 6px;
    color: #fff;

}
.social_head{

    margin-top: 35px;

}
.social_head i{
    float: right;
    background: black;
    padding: 6px 7px 6px 7px;
    color: #fff;
    margin: 2px;
}
.navbar{

  margin: 0px!important;
  padding: 0;

}

.btn-head{
    background: red;
    border-radius: 0;
    border: 1px solid red;
}


.carousel-caption{

    background: #00000052!important;
    bottom: 7.25rem!important;
    text-transform: uppercase!important;
    font-weight: bold!important;
    font-size: 34px!important;
}
.form_input{

width:14%;
}
.form_input2{

    width:11%;
    }

    .book_form_md{
        background: #00000082;
        padding: 15px 10px 26px 16px;
        z-index: 9999!important;
        margin-top: -145px;
        border-radius: 5px;
        position: absolute;
        bottom: -30%;
        left: 106px;

    }

    .about_img{

        margin: 5px;

    }
    .form-control{

        border: 2px solid #1a1b1c !important;
        
    }
    /* .carousel{
        z-index: -1!important;
    } */
    .form_input label{

        color: #fff;


    }
    .form_input2 label{

        color: #fff;


    }
    .about-text h2{

        font-size: 29px !important;
        font-weight: bold;
        line-height: 47px;
        text-transform: uppercase;

    }
    .about-text p{
    line-height: 28px;
    word-spacing: 1px;
    padding: 12px;
    
        }
        /*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.rounded-lg {
    border-radius: 1rem !important;
  }
  
  .text-span {
    font-size: 0.9rem !important;
  }
  
  .custom-separator {
    width: 5rem;
    height: 3px;
    border-radius: 1rem;
  }
  
  .text-uppercase {
    letter-spacing: 0.2em;
  }
  .bottom_section{

    background:rgb(245, 251, 255);

  }
  .button{
    background-color: #cf9d6c;
    border-color: #cf9d6c;
   }
  /*
  *
  * ==========================================
  * FOR DEMO PURPOSES
  * ==========================================
  *
  */
  .package_text{

    text-align: center !important;

  }
  .package_text{
      padding: 12px;
  }

  .hero_sec{
    padding: 34px;
    background: linear-gradient(35deg, #000000e8,#000000f0),url(../img/background.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

.breadcrumb_sec{

  padding: 40px;
  background: linear-gradient(35deg, #0000007a,#000000b5),url(../img/about_bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
  
  .fac_sec{
    padding: 17px 2px 2px 2px;
    border: 2px dashed white;
    border-radius: 6px;
  }

  .fac_sec i{
   
    color: white;
    font-size: 41px;
    
  }
  .fac_sec h3{

    color: white;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 53px;

  }
  .wrapper{
    max-width: 1360px;
  }
  .gallery{
    display: flex;
    flex-wrap: wrap;
  }
  .gallery .image{
    padding: 7px;
    width: calc(100% / 4);
  }

  .header{

    background:#fcffea;

  }

  .gallery .image span{
    display: flex;
    width: 100%;
    overflow: hidden;
  }
  .gallery .image img{
    width: 100%;
    vertical-align: middle;
    transition: all 0.3s ease;
    margin: 15px;
    cursor: crosshair;
  }
  .gallery .image:hover img{
    transform: scale(1.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{
    display: flex;
    align-items: center;
    padding: 12px 15px 12px 10px;
    justify-content: space-between;
  }
  .preview-box .details .title{
    display: flex;
    font-size: 18px;
    font-weight: 400;
  }
  .details .title p{
    margin: 0 5px;
  }
  .details .title p.current-img{
    font-weight: 500;
  }
  .details .icon{
    color: #007bff;
    font-size: 20px;
    cursor: pointer;
  }
  .preview-box .image-box{
    display: flex;
    width: 100%;
    position: relative;
  }
  .image-box .slide{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    height: 50px;
    width: 60px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
  }
  .slide.prev{
    left: 0px;
  }
  .slide.next{
    right: 0px;
  }
  .image-box img{
    width: 100%;
    border-radius: 0 0 3px 3px;
  }
  .shadow{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
    background: rgba(0,0,0,0.45);
  }
  
  @media(max-width: 1000px){
    .gallery .image{
      width: calc(100% / 2);
    }
  }
  @media(max-width: 600px){
    .gallery .image{
      width: 100%;
      padding: 4px;
    }
  }
  #accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
  }
  #accordion a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #b42b2b;
    text-decoration: none;
  }
  #accordion .panel-heading a.collapsed:hover,
  #accordion .panel-heading a.collapsed:focus {
    background-color: #b42b2b;
    color: white;
    transition: all 0.2s ease-in;
  }
  #accordion .panel-heading a.collapsed:hover::before,
  #accordion .panel-heading a.collapsed:focus::before {
    color: white;
  }
  #accordion .panel-heading {
    padding: 0;
    border-radius: 0px;
    text-align: center;
  }
  #accordion .panel-heading a:not(.collapsed) {
    color: white;
    background-color: #b42b2b;
    transition: all 0.2s ease-in;
  }
  
  /* Add Indicator fontawesome icon to the left */
  #accordion .panel-heading .accordion-toggle::before {
    font-family: 'FontAwesome';
    content: '\f00d';
    float: left;
    color: white;
    font-weight: lighter;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
  }
  #accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #444;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
  }
  .foot_top_sec{
    background: #f3f7fa;
  }
  .accordion-button{

    background: #0047b1;
    color: #fff;

  }

  footer{
    background: #000!important;
    color: #f9ffd8!important;
  }
  .image-icon{
    width: 100px;
    }
  .cme-5 span{

    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fcffea!important;
  }
  .round-arrow{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #63ab45;
    font-size: 18px;
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
  .foot_sec i{

    padding: 6px 10px 7px 10px;
    background: red;

  }
  .foot_sec a{

    text-decoration: none!important;

  }
  @media(max-width: 400px){
    
    .form_input {
        width: 100%;
    }
    .contact_info {

      margin-top: 10px;
      margin-bottom: 6px;

  }
  .social_head {
    
    display: none;

}

    .form_input2 {
        width: 100%;
    }

    .book_form_md {
        background: #000000;
        padding: 15px 10px 26px 16px;
        z-index: 9999!important;
        margin-top: -0px; 
        border-radius: 0px;
        position: relative;
        bottom: -0%; 
        left: 0px; 
    }

    .contact_info{
        text-align:center;
    }

    .contact_info a {
       
        float: none;
       
    }
    .social_head {
        text-align: center;
    }

    .social_head i {
        float: none;
        
    }

  }
  .rounded-lgshadow{

    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 10px;
    border-style: solid;
  border-image: 
    linear-gradient(
      to bottom,
      red, 
      rgba(0, 0, 0, 0)
    ) 1 100%;


  }


  .breadcrumbs h3{

    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-size: 40px;
    font-family: 'Secular One', sans-serif;
    
  }

  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255 0 0);
}

  .breadcrumbs p{

    color:#fff;
    
  }

  .breadcrumbs a{

    color: #ff0000;
    text-decoration: none;

  }
  .about_content p{

    line-height: 27px;
    text-align: justify;

  }

  .foot_link{

    transition: 0.5s;

  }

  .foot_link:hover{

    margin-left: 5px;
    transition: 0.5s;
    color: #fff;

  }


  .about_content h3{
    font-family: 'Secular One', sans-serif;
    font-weight: bold;
    text-transform: uppercase;

  }

  .about_content h6{
    font-family: 'Secular One', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;

  }
  .tarrif_rooms{

    font-family: 'Secular One', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px;

  }
  .tarrif_rooms span{

    color: red;

  }

  .dropdown-item{
    color: #fcffea;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #ff0000;
    background-color: #132a00;
}
 
  .dropdown-menu{

    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 11rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #fcffea;
    text-align: left;
    list-style: none;
    background-color: #132a00;
    background-clip: padding-box;
    border: 1pxsolidrgba(0,0,0,.15);
    border-radius: 0px;
    text-transform: uppercase;
  }


  .room-package{
    background: #ffffff;
    margin: 20px;
    border-radius: 6px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  }
  .room-package button{

    font-family: 'Secular One', sans-serif;
    font-weight: 500;
    padding: 8px 40px 6px 44px;
    margin: 18px;
    border: 2px solid red;
    border-radius: 4px;
    color: red;
    font-weight: 600;
    text-transform: uppercase;

  }
  .room-package p{

    padding: 12px;
    text-align: justify;
    line-height: 28px;

  }
  .custom-toggler.navbar-toggler {
    border-color: rgb(255,102,203);
  } 
  .list-style li{

    list-style: none;
    line-height: 32px;
    border-bottom: 1px solid #c7c7c7;
    margin: 12px;

  }
  .list-style i{
    
    color: red;

  }
  .side_bar h4{
    
    font-family: 'Secular One', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background: #f8f9fa;
    padding: 15px;
    /* border-radius: 5px; */
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin: 8px;
    font-size: 20px;

  }
  .side_bar span{
    
   color: red;

  }

  .tarrif_rooms2{

    font-family: 'Secular One', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px 4px 0px 3px;
    color: rgb(0, 0, 0);
    margin: 0px !important;

  }
  .tarrif_rooms2 span{

    color: rgb(255, 0, 0);

  }
.explore{

    background: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin: 8px;

}
.explore a{


 text-decoration: none;
 color: #000;


}
.explore img{
  transition: transform .2s;
}
.explore img:hover{
  transform: scale(0.9);
  transition: transform .2s;
}

  .side_bar{

    margin: 16px 0px 6px 6px;
    background: #f5f9fd;
    float: right;
    padding: 15px;

  }
  .sightseen{
    padding: 2px;
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin: 12px;
  }

  .sightseen h4{
    font-family: 'Secular One', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px;
  }
  .sightseen p{
    
    line-height: 29px;
    text-align: justify;
    padding: 10px;

  }
  .enquiry_form{

    padding: 12px;
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin: 4px;

  }

  .enquiry_form h2{

    font-family: 'Secular One', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;

  }
  .form-group{
    padding: 6px;
  }

  .book_form{

padding: 41px!important;

  }
  #ebcaptchatext{
    margin: 10px;
    padding: 7px 18px 7px 19px;
    background: #132a00;
    color: #f7ffc0;
    font-weight: 500;
    font-family: 'Secular One', sans-serif;
    letter-spacing: 2px;
  }
  .foot_link{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Secular One', sans-serif;
  }
  .set_border{

    border-right: 1px dashed #f7ffca;

  }
  .contact_info ul>li{


    list-style: none;
    

  }
  .contact-icon i {
    background: #141d00;
    padding: 12px;
  }

  .contact-icon span {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Secular One', sans-serif;
    font-weight: bold;
  }
  .contact-text{

    line-height: 36px;
    margin-left: 44px;
    font-size: 16px;
    font-weight: 600;

  }
.contact_info h3{

  font-family: 'Secular One', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;

}


.contact_sec{

  background: #efefef;

}
.site_map{

  font-family: 'Secular One', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;


}

.book-form{

    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 20px;
    margin: 20px;

}