@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

body{
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
@font-face {
    font-family: 'material-icons';
    src:url('../material-icons/material-icons/material-icons.eot');
    src:url('../material-icons/material-icons/material-icons.woff2') format('woff2'),
        url('../material-icons/material-icons/material-icons.woff') format('woff'),
        url('../material-icons/material-icons/material-icons.ttf') format('truetype');
}
@font-face {
    font-family: 'material-icons-outlined';
    src:url('../material-icons/material-icons-outlined/material-icons-outlined.eot');
    src:url('../material-icons/material-icons-outlined/material-icons-outlined.woff2') format('woff2'),
        url('../material-icons/material-icons-outlined/material-icons-outlined.woff') format('woff'),
        url('../material-icons/material-icons-outlined/material-icons-outlined.ttf') format('truetype');
}
@font-face {
    font-family: 'material-icons-round';
    src:url('../material-icons/material-icons-round/material-icons-round.eot');
    src:url('../material-icons/material-icons-round/material-icons-round.woff2') format('woff2'),
        url('../material-icons/material-icons-round/material-icons-round.woff') format('woff'),
        url('../material-icons/material-icons-round/material-icons-round.ttf') format('truetype');
}
@font-face {
    font-family: 'material-icons-sharp';
    src:url('../material-icons/material-icons-sharp/material-icons-sharp.eot');
    src:url('../material-icons/material-icons-sharp/material-icons-sharp.woff2') format('woff2'),
        url('../material-icons/material-icons-sharp/material-icons-sharp.woff') format('woff'),
        url('../material-icons/material-icons-sharp/material-icons-sharp.ttf') format('truetype');
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../material-icons/social-media/fontawesome-webfont.eot?v=4.7.0');
    src:url('../material-icons/social-media/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../material-icons/social-media/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../material-icons/social-media/fontawesome-webfont.ttf?v=4.7.0') format('truetype')
  }
.fa {
    font-family: 'FontAwesome';
}
/* ---------social media ----- */
.fa-instagram:before {
    content: "\f16d";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-calendar-o:before {
    content: "\f133";
  }
.fa-user-o:before {
    content: "\f2c0";
}
.fa-whatsapp:before {
    content: "\f232";
  }
/* ---------social media ----- */
.material-icons{
    font-family: 'material-icons';
}
.material-icons-outlined {
    font-family: 'material-icons-outlined';
}
.material-icons-round{
    font-family: 'material-icons-round';
}
.material-icons-sharp {
    font-family: 'material-icons-sharp';
}

.material-icons, .material-icons-outlined, .material-icons-round, .material-icons-sharp, .fa {
    font-weight: inherit;
    font-style: inherit;
    font-size: 24px;
    display: inline-block;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
.object-contain{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.object-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul{
    margin: 0;
    padding-left: 0;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
li{
    list-style-type: none;
}

header{
    box-shadow: 0 0px 4px 0 rgb(0 0 0 / 60%);
    z-index: 999;
    position: relative;
}

.carousel-control-prev span, .carousel-control-next span{
    font-size: 40px;
}

@media screen and (min-width:600px){
    .auto-container{
        margin: 0 24px;
    }
}
@media screen and (max-width:600px){
    .auto-container{
        margin: 0 16px;
    }
}
::selection{
    background-color: var(--primary);
    color: white;
}
::-webkit-scrollbar{
    width: 4px;
}
::-webkit-scrollbar-thumb{
    background-color: var(--primary);
    border-radius: 8px;
}
::-webkit-scrollbar-track{
    background-color: var(--light);
}
.sec-title h4{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 6px;
    color: var(--gray-dark);
    text-transform: uppercase;
}
.pogoSlider{
    height: 90vh;
}
.pogoSlider-slide{
    background-position: bottom !important;
    background-size: cover !important;
}
.pogoSlider-progressBar {
    top: auto;
    bottom: 0;
}
.navbar-expand-lg .navbar-nav .nav-link{
    position: relative;
    padding: 24px;
}
.navbar-expand-lg .navbar-nav .nav-link.active,  .navbar-expand-lg .navbar-nav .nav-link:hover{
   color: var(--primary);
}
.navbar-expand-lg .navbar-nav .nav-link::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: left;
    width: 0;
    height: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background:var(--primary);
    transition: 1s all ease;
}
.navbar-expand-lg .navbar-nav .nav-link.active::before {
    width: 40px;
}
.hot-tours-section .hot-tour-box{
    width: 32%;
    margin-bottom: 40px;
    position: relative;
}
.hot-tour-img {
    height: 180px;
    overflow: hidden;
}
.hot-tour-img img{
    transition: 1s all ease;
}
.home-slider .slick-slide{
    margin: 0 6px;
}
.home-slider .slick-list {
    margin: 0;
    padding-bottom: 24px;
}
.footer-title{
    font-size: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    text-transform: capitalize;
}
.footer-list li a {
    font-size: 15px;
    padding: 8px 0;
    display: block;
}
.footer-list li a:hover, .socialmedia a:hover {
   color:var(--primary);
}
.service-detail{
    width: 70%;
}
.service-detail h3{
    font-size: 20px;
    color: var(--orange);
}
.hot-tours-section .hot-tour-box p{
    padding: 10px 8px;
    background: white;
    width: 70%;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
}
.hot-tour-box:hover .hot-tour-img img, .india-tour-box:hover .india-tour-img img{
    transform: scale(1.2);
}
.india-tour-img{
    height: 250px;
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
}
.india-tour-img img{
    transition: all 1s ease;
}
.india-tour-box:hover .tour-title{
    color: var(--primary);
}
.tour-title{
    font-size: 18px;
    text-transform: capitalize;
    color: var(--dark);
    font-weight: 500;
    display: block;
}
.india-tour-box,.india-tour-img{
    border-radius:16px ;
}

.services-section .nav-pills{
    background: url('../images/shape.png');
    background-position: center;
    background-size: cover;
}
.services-section .nav-pills .nav-link{
    background: white;
}
.services-section .nav-pills .nav-link.active{
    background: var(--primary);
}
::placeholder{
    font-size: 14px;
}
.border-dashed-list li{
    padding: 12px 0;
}
.border-dashed-list li span{
    color: var(--secondary);
}
.border-dashed-list li:not(:last-child){
    border-bottom: 1px dashed #ccc;
}
.socialmedia li a{
    display: block;
    margin: 0 8px;
}
.page-title{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    color: white;
    height: 360px;
}
.page-title h2{
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 1;
    margin-bottom: 0;
    padding: 20px;
}
.about-title{
    background:url('../images/backgrounds/about.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    justify-content: center;
    align-items:center;
}
.hotels-title{
    background:url('../images/backgrounds/hotels.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cruises-title{
    background:url('../images/backgrounds/cruises.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.car-title{
    background:url('../images/backgrounds/car-rental.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-img{
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
}
.title{
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}
.pr{
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}
.pr span{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}
.half-bg{
    background: linear-gradient(90deg, white 50%, #ccc 50%);
}
.contact-us-page form{
    border: 1px solid #ccc;
    padding: 20px;
}
input.form-control{
    height: 50px;
}
input::-webkit-inner-spin-button{
    display: none;
}
.contact-list-2 li{
    margin-bottom: 12px;
}
.contact-list-2 li span{
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}
.form-style-2{
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    padding: 20px;
}
.dropdown-item:not(:last-child){
    border-bottom: 1px solid #cee2ff;
}
.flex .india-tour-box{
    width: 32%;
    margin: 6px;
}
.city-name{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    background: linear-gradient(to right, #0a58ca, transparent);
    color: white;
    padding: 6px 12px;
    transition: all ease .5s;
}
.overlay{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #000 0%, transparent);
    color: white;
    padding: 6px 12px;
    opacity: 0;
    transform: translateX(100%);
    transition: all ease .5s;
    border-radius: 16px;
}

.india-tour-box:hover .overlay{
    opacity: 1;
    transform: translateX(0);
}
.india-tour-box:hover .city-name{
    opacity: 0;
    transform: translateX(-100%);
}
.overlay li{
    padding: 12px;
    text-transform: capitalize;
}
.overlay li:last-child{
    border-top: 1px solid #fff;
}
figure{
    margin-bottom: 0;
}
.tour-detail-img{
    height: 350px;
    padding: 16px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}
.about-us-page .hot-tour-box{
    margin-bottom: 0;
    margin:8px 8px 12px 8px;
    width: 31%;
}
.about-us-page .hot-tour-box p{
    padding: 12px 8px;
    width: 100%;
    position: static;
    bottom: auto;
    left: auto;
    transform: none;
}
.travel-contact span{
    width:40px;
}
.travel-contact strong{
    font-size: 14px;
}
.travel-contact .flex{
    width: 48%;
    justify-content: flex-start;
    padding: 16px;
}
.travel-contact .flex:nth-child(1){
    background: #63e5802e;
    color: #28a745;
}
.travel-contact .flex:nth-child(2){
    background: #007bff1c;
    color: #007bff;
}
@media screen and (max-width:1200px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 24px 16px;
    }
    .page-title {
        height: 300px;
    }
    .flex .india-tour-box {
        width: 48%;
    }
}
@media screen and (max-width:992px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding:16px;
        text-align: center;
    }
    .navbar .container-fluid{
        justify-content: end;
    }
    .contact-list{
        flex-direction: column;
    }
    .testimonial-slider{
        margin-bottom: 16px;
    }
    .testimonial-section {
        background: white;
    }
    .service-detail {
        width: 100%;
    }
    .page-title h2 {
        font-size: 36px;
    }
    .flex .india-tour-box {
        width: 47%;
    }
    .hot-tours-section .hot-tour-box{
        width: 48%;
    }
    .about-us-page .hot-tour-box{
        width: 47%;
    }
    .about-img.shadow{
        margin-bottom:16px;
    }
}
@media screen and (max-width:700px){
    .navbar-brand {
        width: 80px;
        left: 8px;
    }
    .hot-tours-section .hot-tour-box {
        width: 100%;
    }
    .india-tour-img {
        height: 240px;
    }
    .home-slider .slick-slide {
        margin: 0 4px;
        width: 100%;
    }
    .services-section .nav-pills {
        flex-direction: column;
    }
    .services-section .nav-pills .nav-link{
        margin-bottom: 12px;
    }
    .service-detail p{
        text-align: justify;
    }
    .contact-list li, .copyrights-flex{
        justify-content: center;
        text-align: center;
    }
    .about-img {
        height: 210px;
    }
    .page-title h2 {
        font-size: 24px;
        padding: 12px;
    }
    .about-us-page .testimonial-slider{
        margin-bottom: 40px;
    }
    .title {
        font-size: 20px;
    }
    .about-us-page .hot-tour-box {
        margin-bottom: 16px;
    }
    .page-title {
        height: 200px;
    }
    .flex .india-tour-box {
        width: 100%;
    }
    .overlay li {
        padding: 8px;
    }
    .travel-contact .flex {
         width: 100%;
    }
}





.f-error::placeholder{
    color:red !important;
}