@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet');





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

*{

    margin: 0;

    padding: 0;

    box-shadow: none;

    box-sizing: border-box;

    transition: .5s ease-in-out;

}



body{

     font-family: 'Roboto', sans-serif;

}



body, html{

    scroll-behavior: smooth;

    transition: .5s ease-in-out;

}



a{

    text-decoration: none;

    text-decoration: none;

    -webkit-transition: all 0.5s ease;

    transition: all 0.5s ease;

}



a:focus {

    outline: none;

    text-decoration: none;

}



h1,h2,h3,h4,h5,h6{

    text-transform: capitalize;

    transition: .4s ease-in-out;

    color: #03568E;

}



input{

    box-shadow: none;

    border: none;

    outline: none;

    background-color: #fff;

    transition: .4s ease-in-out;

}



img{

    max-width: 100%;

    transition: .4s ease-in-out;

}



ul,li,ol {

    margin: 0;

    padding: 0;

    list-style: none;

    transition: .4s ease-in-out;

}



.container-fluid{

    padding-left: 30px;

    padding-right: 30px;

}

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



/*======================navbar css=================================*/

.navbar{

    outline: none;

    border:none;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    z-index: 99;

    }



   .dark-logo{

        display: none;

    }



   .light-logo{

   width: 150px;

    padding-top: 2px;

    padding-bottom: 2px;

        

    }



    .scrolled .dark-logo{

    width: 150px;

    display: block !important;

    }



    .scrolled .light-logo{

     display: none !important;

    }



 .scrolled{

   background-color:#650aa0 !important; 

       transition: .4s ease-in-out;

       box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;

 }



 .scrolled.navbar{

    position: fixed;

    top: 0;

    background-color: #fff !important;

    transition: .4s ease-in-out;

         box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;



 }









.header-fixed {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

    -webkit-transition: all ease 0.3s;

    -moz-transition: all ease 0.3s;

    transition: all ease 0.3s;

    background-color:white !important;

    animation: fadeInDown 1s linear forwards;

}



    .navbar .navbar-nav .active{

        color: #E12F3B;

        position: relative;

    }



a.nav-link.active:after {

    content: '';

    position: absolute;

    border-bottom: 3px solid #650aa1d1;

    bottom: 0;

    left: 0;

    right: 0;

    width: 21px;

    margin: 0 auto;

}



    .navbar .navbar-nav > li > a{

        color: #000;

        font-size: .9rem;

        font-weight: 500;

        text-transform: capitalize;

        letter-spacing: .3px;

        margin: 0px 7px;

    }



    ul.book_now_btn {

    margin-left: 1rem;

}



 .scrolled .navbar-nav > li > a{

     color: #252525;

        font-size: 16px;

        font-weight: 500;

        text-transform: capitalize;

        letter-spacing: .3px;

        margin: 0px 7px;





 }







 .scrolled .navbar-nav > li > a:hover{

     color: #E12F3B !important;

        font-size: 16px;

        font-weight: 500;

        text-transform: capitalize;

        letter-spacing: .3px;

        margin: 0px 7px;



 }





    .navbar .book_now_btn > li > a{

    background: #650aa1;

    padding: 10px 20px 10px 20px;

    text-transform: capitalize;

    color: #fff;

    font-weight: 400;

    font-size: .9rem;

    border-radius: 5px;

    transition: .4s ease-in-out;

}



    .navbar .book_now_btn > li > a:hover{

        transition: .4s ease-in-out;

         border: 1px solid #e3e3e3;

         border: 1px dashed#cfcfcf;

    }

 



   .navbar .navbar-toggler{

    border: none !important;

    outline: none !important;

    box-shadow: none !important;

   }



   .navbar .navbar-toggler .fa{

    color: #E12F3B !important;

   }







/*=========================navbar css end=========================*/





.inner_page_img_div {

    background-image: url(../img/banner.jpg);

    min-height: 100vh;

    background-position: top center;

    background-repeat: no-repeat;

    background-size: cover;

    /*background-attachment: fixed;*/

}

.inner_page_img_abt {

    background-image: url(../img/about.jpg);

    min-height: 60vh;

    background-position:center;

    background-repeat: no-repeat;

    /*background-attachment: fixed;*/

}

.inner_page_img_cnt {

    background-image: url(../img/contact.jpg);

    min-height: 60vh;

    background-position:center;

    background-repeat: no-repeat;

    /*background-attachment: fixed;*/

}

.inner_page_img_thx {

    background-image: url(../img/thnx.jpg);

    min-height: 60vh;

    background-position:center;

    background-repeat: no-repeat;

    /*background-attachment: fixed;*/

}

.overlay_bg_inner {

     /*background: linear-gradient(to bottom, rgba(0,0,0, 0.01) 0%, rgba(0,0,0, 1) 150%);*/

    background-color: rgba(0,0,0,.23);

    padding-top: 70px;

}

.left_banner_txt {

    padding-top: 3rem;

}

.left_banner_txt p a, span {

    color: #fff;

    font-size: 2.5rem;

    font-weight: 100;

}

.left_banner_txt h1{

    color: #462407;

    font-size: 2rem;

    font-weight: 300;

    margin: 0;

}



.left_banner_txt h2 {

    color: #fff;

    font-weight: 100;

    font-size: 2.5rem;

}



p.caps.text-white {

    margin-top: 2rem;

    font-size: .9rem;

    font-weight: 300;

}



.top_form_div {

    background: #ffffffe6;

}

.form_main_div2 {

    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;

    margin-top: 0px;

    padding: 10px 20px 10px 20px;

}

.form_main_div {

    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;

    padding: 20px;

    position: relative;

    overflow: hidden;

    margin: 0.7rem 0;

}

.top_form_div h5 {

    font-size: 1.6rem;

    font-weight: 500;

    color: #000;

    text-shadow: 0px 4px 5px #00000026;

    margin-top: 1.1rem;

}



.top_form_div p{

    font-size: .8rem;

    text-align: center;

}

.input_div .form-control {

    color: #252525 !important;

    font-size: 15px;

    font-weight: 500;

}

.input_div input {

    background-color: transparent !important;

    background-color: rgba(255,255,255) !important;

    border: none;

    border: 1px solid #C3C3C3;

    border-radius: 0px;

    margin-bottom: 18px;

    box-shadow: none !important;

}

form.row.gy-2.customform input, form.row.gy-2.customform select{

    outline: none;

    font-size: .8rem;

}



form.row.gy-2.customform label.form-label {

    font-size: .74rem;

    margin-bottom: 0.2rem;

    font-weight: 500;

}

button.btn.btn-primary.cutombtn {

    background: #7e4617;

    border: none;

    font-size: .9rem;

    margin-top: 1rem;

    padding: 0.5rem 2rem;

}

.linedesign {

    width: 100%;

    max-width: 100%;

    display: inline-flex;

    justify-content: center;

    margin-bottom: 1.5rem;

}

span.linedesign svg {

    width: 150px;

}

.modal_ti.text-center span{

    color: #7E4617;

    font-size: 1.6rem;

    font-weight: 300;

}



h2.partnerhead {

    font-size: 2rem;

    margin: 2.5rem 0;

    color: #000;

    font-weight: 500;

    text-align: center;

    font-family: 'Lobster', cursive;

}

h2.partnerhead span{

    color: #F5AA32;

    font-size: 1.1rem;

    font-weight: 500;   

}

.OurPartners{

    background-image: url(../img/bgcertificate.jpg);

    background-position: top center;

    background-repeat: no-repeat;

    background-size: cover;

    padding-bottom: 5rem;

}

.OurPartners .card{

    padding: 1rem;

}

section.OurPartners .card {

    box-shadow: 1px 5px 10px 0px #00000008;

    border: 1px solid #fffefe;

    border-radius: 55px;

}





.tabsection{

    background-color: #640b9f;

    padding: 30px 0 20px 0;

}



.customtabs{

    border-bottom: unset;

}



.customtabs button {

    color: #000;

    font-size: .8rem;

    margin: 1rem .5rem;

    background: #fff !important;

    display: inline-block;

    width: 15%;

    border-radius: 0!important;

}

.domestic button {
    width: 17%;
}

.customtabs button:hover {

    background-color: #F5AA32!important;

    color: #fff;

}

.customtabs button.active {

    background-color: #F5AA32 !important;

    color: #fff!important;

}

.customtabs h1{

font-size: 1.7rem;

color: #fff;

}

.customtabs p{

font-size: .8rem;

color: #fff;

}

.bookholidays h2{

    color: #000;

    font-size: 1.2rem;

    margin: 0 0 0.2rem 0;

}



.bookholidays h2 b{

    color: #F5AA32;

    position: relative;

}



.bookholidays h2 b:after {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    border-bottom: 2px dashed #000;

}



.card.custompkgcard {

    box-shadow: 1px 2px 9px 2px #0000000f;

    border-radius: 10px;

    border: unset;

    margin-bottom: 1.3rem;

}

.custompkgcard .carousel-inner {

    border-radius: 10px 10px 0 0;

}



.custompkgcard .card-title{

    font-size: 1rem;

    color: #db7220;

    margin-bottom: 0.2rem;

    text-transform: uppercase;

}

.custompkgcard .card-text{

    font-size: .8rem;

    color: #000;

}

.custompkgcard ul li{

    list-style: disc;

    margin-left: 15px;

    font-size: .8rem;

    padding: .2rem 0;

    text-transform: uppercase;

}



.card.custompkgcard hr {

    background: #b9b6b6;

}

.autoscroll {

    max-height: 226px;

    overflow-y: auto;

    min-height: 206px;

}



/* Scrollbar Styling */

::-webkit-scrollbar {

    width: 5px;

}

 

::-webkit-scrollbar-track {

    background-color: #ebebeb;

    -webkit-border-radius: 10px;

    border-radius: 10px;

}



::-webkit-scrollbar-thumb {

    -webkit-border-radius: 10px;

    border-radius: 10px;

    background: #fa7937; 

}



.travelafrica{

    padding: 30px 0 50px 0;

}



.travelafrica h3{

    color: #000;

    font-size: 1.2rem;

}

.contentinner{

    text-align: center;

    padding-top: 35px;

}

.contentinner svg{

    width: 35px;

}

.contentinner p{

    max-width: 200px;

    margin: 0 auto;

    font-size: .8rem;

}



#btn-back-to-top {

  position: fixed;

  bottom: 20px;

  right: 20px;

  display: none;

}

.btn-custm{

    background-color: #7E4617;

    color: #fff;

}



button.btn.custombtn {

    background: #660ba1;

    width: 100%;

    font-size: .9rem;

    color: #fff;

    margin-top: 15px;

}



.heading7 {

    font-size: 12px;

    color: #f5aa33;

    margin-bottom: 5px;

    text-transform: uppercase;

    letter-spacing: 1px;

}



.borderRadius {

    border-radius: 0 5px 5px 0;

    background: #009900;

    font-size: .84rem;

}



.footer {

  position: relative;

  background: #821ad8;

  min-height: 100px;

  padding: 20px 50px;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  margin-top:7%;

}



.social-icon,

.menu {

  position: relative;

  display: flex;

  justify-content: center;

  align-items: center;

  margin: 10px 0;

  flex-wrap: wrap;

}



.social-icon__item,

.menu__item {

  list-style: none;

}



.social-icon__link {

  font-size: 2rem;

  color: #fff;

  margin: 0 10px;

  display: inline-block;

  transition: 0.5s;

}

.social-icon__link:hover {

  transform: translateY(-10px);

}



.menu__link {

  font-size: 1rem;

  color: #fff;

  margin: 0 10px;

  display: inline-block;

  transition: 0.5s;

  text-decoration: none;

  opacity: 0.75;

  font-weight: 300;

}

.menu__link:hover{

    color: white;

}



.menu__link:hover {

  opacity: 1;

}



.footer p {

  color: #fff;

  margin: 15px 0 10px 0;

  font-size: .89rem;

  font-weight: 300;

}



.wave {

  position: absolute;

  top: -100px;

  left: 0;

  width: 100%;

  height: 100px;

  background: url("../img/ZAts69f.png");

  background-size: 1000px 100px;

}



.wave#wave1 {

  z-index: 1;

  opacity: 1;

  bottom: 0;

  animation: animateWaves 4s linear infinite;

}



.wave#wave2 {

  z-index: 999;

  opacity: 0.5;

  bottom: 10px;

  animation: animate 4s linear infinite !important;

}



.wave#wave3 {

  z-index: 1000;

  opacity: 0.2;

  bottom: 15px;

  animation: animateWaves 3s linear infinite;

}



.wave#wave4 {

  z-index: 999;

  opacity: 0.7;

  bottom: 20px;

  animation: animate 3s linear infinite;

}



@keyframes animateWaves {

  0% {

    background-position-x: 1000px;

  }

  100% {

    background-positon-x: 0px;

  }

}



@keyframes animate {

  0% {

    background-position-x: -1000px;

  }

  100% {

    background-positon-x: 0px;

  }

}

.custommodalform .modal-content {

    background: transparent;

    border: unset;

}

.custommodalform .modal-body{

    padding: 0;

}

button.btn-close.cutomclose {

    background: white!important;

    position: absolute;

    right: 0px;

    top: -4px;

    z-index: 9;

    padding: 15px;

    text-align: center;

    width: 10px;

    height: 10px;

    line-height: 10px;

    border-radius: 50%;

    opacity: 100;

   box-shadow: 0px 1px 6px #00000059;

}

.hidedesk{

    display: none;

}

input, select {

    height: 40px;

}

.modal.custommodalform input, select {

    height: 38px;

}

.fonthead{

    font-size: 1.5rem;

}



/*wahts app code*/

.floating-wpp{right: 20px!important; z-index: 9999!important;position: fixed;bottom: 15px;left:15px;font-size: 14px;transition: bottom 0.2s}.floating-wpp .floating-wpp-button{position: relative;border-radius: 50%!important;box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);transition: box-shadow 0.2s;cursor: pointer;overflow: hidden}.floating-wpp .floating-wpp-button img,.floating-wpp .floating-wpp-button svg{position: absolute;width: 100%;height: auto;object-fit: cover;top: 50%;left: 50%;transform: translate3d(-50%, -50%, 0)}.floating-wpp:hover{bottom: 15px}.floating-wpp:hover .floating-wpp-button{box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4)}.floating-wpp .floating-wpp-popup{border-radius: 6px;background-color: #E5DDD5;position: absolute;overflow: hidden;padding: 0;box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);width: 0px;height: 0px;bottom: 0;opacity: 0;transition: bottom 0.1s ease-out, opacity 0.2s ease-out;transform-origin: bottom}.floating-wpp .floating-wpp-popup.active{padding: 0 12px 12px 12px;width: 260px;height: auto;bottom: 82px;opacity: 1}.floating-wpp .floating-wpp-popup .floating-wpp-message{background-color: #f1f0f0;padding: 8px 12px;border-radius:1.3em;box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);opacity: 0;transition: opacity 0.2s}.floating-wpp .floating-wpp-popup.active .floating-wpp-message{opacity: 1;transition-delay: 0.2s}.floating-wpp .floating-wpp-popup .floating-wpp-head{text-align: right;color: white;margin: 0 -15px 10px -15px;padding: 6px 12px;display: flex;justify-content: space-between;cursor: pointer}.floating-wpp .floating-wpp-input-message{background-color: white;margin: 10px -15px -15px -15px;padding: 0 15px;display: flex;align-items: center}.floating-wpp .floating-wpp-input-message textarea{border: 1px solid #ccc;border-radius: 4px;box-shadow: none;padding: 8px;margin: 10px 0;width: 100%;max-width: 100%;font-family: inherit;font-size: inherit;resize: none}.floating-wpp .floating-wpp-btn-send{margin-left: 12px;font-size: 0;cursor: pointer;}.floating-wpp-head span{font-size:1rem}



.abouthead h1{

    position: absolute;

    top: 35%;

    left: 50%;

    transform: translate(-50%, -35%);

}

.customabout {

    padding: 15px;

    box-shadow: 0px 1px 11px 6px #0000001f;

    border-radius: 12px;

    max-height: 468px;

    overflow-y: auto;

}

.customabout p{

    font-size: .8rem;

}

.customabout h2{

    color: #650aa0;

    font-size: 1.4rem;

}



.Indiaheading{

    font-size: 1.3rem!important;

    font-weight: 600;

}



.privacypage {

    padding: 15px;

    box-shadow: 0px 1px 11px 6px #0000001f;

    border-radius: 12px;

    overflow-y: auto;

}

.privacypage ul{

    margin-bottom: 2rem;

}

.privacypage ul li{

    list-style-type: disc;

    margin-left: 2rem;

}

.privacypage p{

    font-size: 1rem;

}

.privacypage h2{

    color: #650aa0;

    font-size: 1.1rem;

}



.privacypage .Indiaheading{

    font-size: 1.3rem!important;

    font-weight: 600;

}











.package-box {
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 15px;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
}

.row.package-box .card-title {
  color: #db7220;
}

.package-box p {
  margin-bottom: 10px;
}

.col-md-6.mr-14 {
  margin-bottom: 15px;
}

.col-md-6.mr-14 {
  margin-bottom: 20px;
  border-right: 1px solid #ccc;
  margin-top: 25px;
}

.btn-26 {
    margin-top: 125px;
}

.package-box:hover {
    box-shadow: rgb(184 188 191 / 66%) 40px 60px 100px -25px, rgb(19 26 32 / 70%) 0 35px 75px -35px;
    border-radius: 10px;
    border: 1px solid;
    border-color: #d5dce2 #d5dce2 #b8c2cc;   
}

.page-packages h2 {
    font-weight: 700;
    font-size: 33px;
}

.page-packages span {
    font-size: 33px;
    font-weight: 700;
    color: #db7220;
}

.read-more-target,
.read-more-trigger_opened {
  display: none;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target,
.read-more-state:checked ~ .read-more-trigger_opened {
  display: block;
}
.read-more-state:checked ~ .read-more-trigger_closed {
  display: none;
}

h6.read-more-target {
    font-weight: 400;
    color: #292929;
}

.btn-button {
    background: #660ba1;
    color: #ffff;
    padding: 5px 15px;
    width: 114px;
}

.btn-26 h2 {
    color: #fc9249 !important;
    font-size: 25px;
    text-align: center;
}

.hap-55 {
    padding: 30px 13px 24px 30px;
}

.page-packages.hap-55 button.btn.custombtn {
    width: auto;
}
.customabout p {
    font-size: .8rem;
    text-align: justify;
}





@media only screen and (max-width: 600px) {

.inner_page_img_abt {
    min-height: 25vh;
}

    .abouthead h1 {
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%, -35%);
        font-size: 25px;
        text-align: center;
    }

.page-packages h2 {
    font-weight: 700;
    font-size: 26px;
}

.page-packages span {
    font-size: 26px;
    font-weight: 700;
    color: #db7220;
}


.text-center {
    text-align: center !important;
    font-size: 18px;
}
.btn-26 {
    margin-top: 0px;
}

.col-md-6.mr-14 {
    margin-bottom: 20px;
    border-right: none;
    margin-top: 25px;
}
.hap-55 {
    padding: 30px 0px 30px 0px;
    text-align: justify;
}
.hap-55 h2 {
    font-size: 23px;
}


.footer {
    position: relative;
    background: #821ad8;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 22%;
}

button.btn.custombtn {
    background: #660ba1;
    width: 100%;
    font-size: .9rem;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}




}
