@font-face {
  font-family: tourfont;
  src: url(../fonts/Narkisim.ttf);
}

html,body{
    overflow-x:hidden;
    font-family:tourfont;
}
.smileicon{
    animation: zoomnow 1s infinite ;
}
.query-form .col-md-4 {
    padding-right: 0;
}

@keyframes zoomnow {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

.thanks-padding{
    padding: 53px;
    margin-bottom: 8%;
    margin-top: 4%;
    text-align: center;
    background:#f7bdbb;
}
.example-image{
    width:100%;
    height: 185px;
}
.m_btn:hover{
    cursor:pointer;
}

.lb-data .lb-details {
    display: none;
}

#gallery .col-lg-3{
position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 4px;
    padding-left: 4px;
}

.margin-down{
margin-bottom:2%;    
}

#about P{
font-size:16px;    
}
.top-bar{
 background:#0a0f29;
    color: #fff;   
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.note-heading{
  font-size: 1.1rem;   
}
.order-note{
font-size: 1.01rem; 
}
.order-note li{
margin-bottom:1%;
text-align:justify;
}
.minHeight-4_1 {
    min-height: 733px;
}
.minHeight-4_2 {
    min-height: 637px;
}
.minHeight-4_3 {
    min-height: 666px;
}
.minHeight-4_4 {
    min-height: 610px;
}
.minHeight-4_5 {
    min-height: 710px;
}
.cta{
    background: #f85959;
    border-radius: 100px;
}
.cta a{
color:#fff !important;    
}
.quickcall{
    color: #fff;
    font-size: 18px;
    float: right;
    padding: 0px 16px;
    font-weight: 500;
}
.mailbox{
     color: #fff;
    font-size: 18px;
    font-weight: 500;  
}
.visit-list{
    list-style: none;
    padding: 0;
    text-align: center;
}
.visit-list li{
    display: inline-block;
    border: 1px solid #f8595973;
    padding: 0px 5px 0px 5px;
    margin: 2px;
    font-weight: 500;
}
.places-covered{
    font-weight: 500;
    text-align: left;
    font-size: 14px;
}
.hero-wrap{
    background-image: url('../images/bg_1.jpg');
    position:relative;
    transition:all 0.7s ease;
}
.box-min-height{
 min-height: 90px;
}
.query-form{
    position: absolute;
    right: 0;
    padding: 3em;    
    top: 12%;
}
.query-form .card-body{
background:#2d2a2a0a;    
border-color:#2d2a2a0a;
}

.query-form .card{
background:#2d2a2a63;
}
.plan-holidays{
    color: #5dff64;
    font-weight: 500;
    text-align: center;
    margin-bottom: .7em;    
    margin-top: 0;
}
.bookit{
color: #fff !important;
    background: #f85959;
    border: none !important;
    padding-top: 0.5rem !important;
    padding-bottom: .5rem !important;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 6px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;    
}
.top-btn {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 7%;
    display:none;
}
.top-btn .fas{
font-size: 29px;
}
.flyimg{
    width: 24%;
}
.bookbtn{
    width:30%;
}
.footertext{
display: flex;
    justify-content: center;
    align-items: center;    
}
.footericon{
    padding: 10px;
    padding-bottom: 0px;
}
.bottom-area{
justify-content:center; 
border-top: 1px solid #dedbdb;
padding-top: .7em;
padding-bottom: 3px;
}
.btn-danger {
    color: #fff;
    background-color: #f85959;
    border-color: #f85959;
}
.scrolled .navbar-nav > .nav-item > .nav-link:hover{
    color:#f85959;
}

/*details page css start here*/
.m_banner{
    height: 350px;
    width: 100%;
    background: url('../images/banner.jpg');
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}
.m_banner::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #48cbc1d1;
    
}
.m_banner h2{
     position: relative;
    font-size: 3rem;
    text-shadow: -2px -1px 5px black;
    color: #ffeb3b;
    text-transform: uppercase;
}
.m_banner h2 span{
    color: black;
    text-shadow: 2px 1px #ffffff;
}
.m_tour{
    width: 100%;
    color: #c82434;
    font-size: 2.5rem;
    margin-top: .5em;
    margin-bottom: 3%;
    text-align: left;
}

.itenirary{
    background: #F8F8F8;
}

.itenirary figure{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    position: relative;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;

}
/* .itenirary figure img{
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
} */
.itenirary .inner h2{
    font-size: 1.2rem;
    width: 100%;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 500;
    color: #403d3d;
}
.itenirary .inner h2 span{
    background-color: #C82434;
    color: white;
    padding: 0px 4px;
    font-size: 20px !important;
    display: inline-block;
    margin-right: 6px;
}

.itenirary .inner p{
    line-height: 30px;
    font-size: 1rem;
    text-align: justify;
    font-weight: 400;
}
.inclusion .leftborder{
    border-left: 5px solid #C82434;
    border-right: 0;
    padding-left: 20px;
}

.inclusion{
    background-color: #F8F8F8;
}
.inclusion .inc{
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff, inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
    padding: 30px;
    padding-top: 1px;
}
.inclusion .inc ul li{
    font-size: 1.1em;
    line-height: 1.9em;
    margin-bottom: 2%;
    font-weight: 500;
}
.inclusion h3{
    color:#C82434;
    margin-top: 2%;
}

.m_bg1{
    background: #fff6f6;
    padding: 10px;
}
.m_bg2{
    background: #f4fdff;
    padding: 10px;
}
.m_btn{
    margin-top: 5%;
    padding: 10px 20px;
   border: 2px solid #C82434;
    background: #C82434;
    border-radius: 20px;
    color: white;
    font-weight: 600;
}
.m_bg1,.m_bg2{
display:flex;    
justify-content: center;
    align-items: center; 
}
.destination{
   transition: all 0.7s ease; 
   border: 1px solid #dcd8d8bf;
}
.destination:hover{
    box-shadow: 3px 2px 4px 2px #e2dddd;
}
.destination .d-flex{
    justify-content:center;
}
.destination .img{
    min-height: 215px;
    max-height: 215px;
}

/*details page css end here*/


/* css toggle start here */

.text-box{    
display:none;
}



/* css toggle end here */

/* New CSS starts from here  */
h1, h2, h3, h4, h5 {
    line-height: 1.5;
    color: #000000;
    font-weight: 400;
}
.moreText{
    display:none;
}
.text.show-more .moreText{
    display: inline;
}

.minHeight-1{
    min-height: 812px;
}
.dayscounter{
    width: 18%;
    background-color: #f85959;
    color: white;
    padding: 0px 4px;
    font-size: 18px !important;
    display: inline-block;
    margin-right: 12px;
    text-align: center;
    font-weight: 500;
    font-family: 'Poppins';
}
.text-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;  
    margin-bottom: 2%; 
}
.read-more-btn{
    margin-top: -5%;
    margin-bottom: 10%; 
    color: #dc3545;
    background-color: transparent;
}
.show-more,.text,.moreText{
    -webkit-transition: all 7s linear 0s;
  transition: all 7s linear 0s;
}
.minHeight-2{
   min-height: 688px; 
}

.minHeight-3 {
    min-height: 923px;
}
.top-btn {
  z-index: 99;
}

.btn_wrapper{
    margin-bottom:5%;
}

/* Responsive  */

@media (min-width:320px) and (max-width: 600px) {
   
   #mobile-view{
           margin-top: 135%;
   }
   .thanks-padding {
    padding: 53px;
    margin-bottom: 8%;
    margin-top: 16%;
    text-align: center;
    background: #f7bdbb;
}
   
   .copyright {
    padding: 4px 0;
    margin-top: 5px !important;
    background-color: #111a48;
}
   
   .m_banner {
    height: 225px;
    margin-top: 29%;
}
   .top-bar{
       text-align:center;
   }
   .quickcall {
    float: none;
}
   
   .fa-bars{
      color:#f85959; 
   }
   
   #bgSlider{
       height:800px !important;
   }
   
   .tourism-footer-box-info {
    position: absolute;
    top: -92px;
    background: #fbf3f3;
    padding: 40px;
    z-index: 2; 
    border-radius: 16px;
    left: -1%;
    width: 90%;
    transform: translate(22px, 10px);
}
   .mail-footer{
        margin-left: -36% !important;   
   }
   
   .tourism-footer .contact-us {
    margin-top: 0;
    margin-bottom: -15px !important;
    padding-left: 84px;
}
    .itenirary{
        background: #F8F8F8;
        padding: 5px;
    }
    .footer-left-widget {
    padding-left: 0 !important;
    margin-top:92%;
}
    .plan-holidays {
      margin-top: 0%;
      margin-bottom:0;
      font-size:24px;
    }
    label{
        font-size:16px;
    }
    .mobh{
        display:none;
    }
    .block-6 {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .top-section{
        margin-top:79%;
    }
    .bookbtn {
        width: 50%;
    }
    .query-form {
        position: absolute;
        right: 0;
        left:0;
        padding: 0;
        top:15%;
        bottom:0;
       }
       .query-form .card-body {
        background: #3296a2bf;
        border-color: #2d2a2a0a;
    }
    .content-section {
        position: relative;
        width: 100%;
        display: block;
    }
    .btn_wrapper{
        text-align:center;
    }
    .dayscounter {
        width: fit-content;
        font-size: 17px !important;
        display: inline-block;
        margin-right: 12px;
        text-align: center;
    }
    .footertext {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
    .m_banner {
    height: 225px;
   }
.fm_btn {
    margin-bottom: 15%;
}
 
    .m_banner h2 {
        position: relative;
        font-size: 2rem;
        text-shadow: 4px 5px 4px black;
        padding: 10px;
        line-height: 55px;
    }
    .inclusion .inc {
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff, inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
    padding: 9px;
}
.leftborder h2{
   font-size: 1.5em;
    padding: 10px; 
}
.inclusion h3 {
    color: #C82434;
    text-align: center;
     font-weight:500;
     font-size: 1.6em;
}
    .m_tour {
        font-size: 2rem;
    }
    .itenirary .inner h2 span {
    background-color:transparent;
    color: #C82434;
    /* padding: 0px 4px; */
    font-size: 20px !important;
    display: inline-block;
    margin-right: 6px;
    font-weight: 500;
}
.itenirary figure {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}
    .itenirary .inner h2 {
        padding-top:0px;
        font-size: 1.2rem;
        line-height: 37px;
        text-align: justify;
    }
    .text-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 2%;
        flex-wrap: wrap;
    }

    .inclusion .inc {
        
        margin-bottom: 19px;
    }


  }
  
 /*footer part start here*/
 .footer-widget p {
    margin-bottom: 27px;
     font-family: 'Nunito', sans-serif;
    font-size: 16px;
  color:white;
    line-height: 28px;
}


   .animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #007bff; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */

.afont{
    font-size: 18px;    
}

@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 

.tourism-footer {
  padding: 14px 0 0;
  background-color: #0a0f29;
  position: relative;
  z-index: 2; }
  .tourism-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px; }
    .tourism-footer .contact-us .contact-info {
      margin-left: 0px; }
    .tourism-footer .contact-us.contact-us-last {
      margin-left: -80px; }
  .tourism-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color:#007bff; }

.tourism-footer-box-info {
    position: absolute;
    top: -92px;
    background: #fbf3f3;
    padding: 40px;
    z-index: 2;
    border-radius: 16px;
    }
  .tourism-footer-box-info .footer-social-link h3 {
    color: #020202;
    font-size: 24px;
    margin-bottom: 25px; }
  .tourism-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .tourism-footer-box-info .footer-social-link li {
    display: inline-block; }
  .tourism-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff; }
    .tourism-footer-box-info .footer-social-link a i.fa-facebook {
      background-color: #3B5998; }
    .tourism-footer-box-info .footer-social-link a i.fa-twitter {
      background-color: #55ACEE; }
    .tourism-footer-box-info .footer-social-link a i.fa-google-plus {
      background-color: #DD4B39; }
    .tourism-footer-box-info .footer-social-link a i.fa-linkedin {
      background-color: #0976B4; }
    .tourism-footer-box-info .footer-social-link a i.fa-instagram {
      background-color: #B7242A; }

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px; }

.footer-info-text {
  margin: 26px 0 26px;
    text-align: justify;
    font-size: 16px;
    }

.footer-left-widget {
  padding-left: 80px; }

.footer-widget .section-heading {
  margin-bottom: 35px; }

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.footer-widget ul {
width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 17px; }

.footer-widget li {
  margin-bottom: 18px; }

.footer-widget p {
  margin-bottom: 27px;
  font-size:15px;
}

.footer-widget a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .footer-widget a:hover {
    color: #007bff; }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }

.tourism-footer-form {
  position: relative; }
  .tourism-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E; }
  .tourism-footer-form input::-webkit-input-placeholder, .tourism-footer-form input::-moz-placeholder, .tourism-footer-form input:-ms-input-placeholder, .tourism-footer-form input::-ms-input-placeholder, .tourism-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px; }
  .tourism-footer-form input::-webkit-input-placeholder, .tourism-footer-form input::-moz-placeholder, .tourism-footer-form input:-ms-input-placeholder, .tourism-footer-form input::-ms-input-placeholder, .tourism-footer-form input::placeholder {
    color: #878787;
    font-size: 14px; }
  .tourism-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff; }
  .tourism-footer-form button:hover {
    cursor: pointer; }

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff; }

.contact-info {
  margin-left: 75px;
  color: #fff; }
  .contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0; }

.copyright {
    padding: 4px 0;
    margin-top: 55px;
    background-color: #111a48; }
  .copyright span{
  color: #c7c0c0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
    font-size: 16px; }

.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }

.back-to-top {
  position: relative;
  z-index: 2; }
  .back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .back-to-top .btn-dark:hover {
      cursor: pointer;
      background: #FA6742;
      border-color: #FA6742; }
 
 /*footer part end here*/
  