@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Jost', sans-serif;

}

img {
    width: 100%;
    height: 100%;
    position: relative;

}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    outline: rgba(255, 255, 255, 0) solid 1px;
    background-color: #226cb5;
    border-radius: 0;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / 0%);
}

nav {
    border-bottom: 1px solid #dee2e6;
}

.navbar-collapse {
    flex-grow: 0 !important;
}

.navbar-nav .nav-link {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

.nav-link:hover {
    color: #226cb5;
}

.dropdown {
    position: relative;
    display: inline-block;

}

.dropdown-content {
    display: none;
    position: fixed;
    left: 0;
    min-width: 100px;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    height: auto;
    padding: 10px 10px;
    z-index: 999;
}

.dropdown-content a {
    color: black;
    padding: 8px 0px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #fff !important;
    color: #226cb5;
}



.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.swiper-pagination-bullet {
    background-color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px;
    background-color: #fff;
    padding: 10px;
}


.bg-color1,
.btn {
    background-image: linear-gradient(to right, #1f6ab3, #007cbb, #008cbe, #009cbe, #18aabb);
}

.border-left {
    border-left: 1px solid #dee2e6;
    text-align: end;
}

.bg-img-1 {
    background: linear-gradient(to bottom, transparent 50%, #000), url(../img/pkg/goa.jpg);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img-2 {
    background: linear-gradient(to bottom, transparent 50%, #000), url(../img/pkg/srinagar.webp);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img-3 {
    background: linear-gradient(to bottom, transparent 50%, #000), url(../img/pkg/DUBAI\ IMAGE.jpg);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img-4 {
    background: linear-gradient(to bottom, transparent 50%, #000), url(../img/pkg/Vienna.webp);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Domestic Destination  */
.domestic-destination {
    background-color: #f8f9fa;
}

.manali {
    background: linear-gradient(to bottom, transparent 50%, #000), url(../img/manali.jpg);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.goa {
    background: linear-gradient(to bottom, transparent 50%, #000), url(../img/goa.jpg);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.ladakh {
    background: linear-gradient(to bottom, transparent 50%, #000), url(../img/ladakh.png);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

/*  */

.dubai {
    background: linear-gradient(to bottom, transparent 50%, #000), url(../img/dubai.jpeg);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.pattaya {
    background: linear-gradient(to bottom, transparent 50%, #000), url(../img/pattaya.png);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bangkok {
    background: linear-gradient(to bottom, transparent 50%, #000), url(../img/bangkok.png);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.phuket {
    background: linear-gradient(to bottom, transparent 50%, #000), url(../img/phuket.jpeg);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.krabi {
    background: linear-gradient(to bottom, transparent 50%, #000), url(../img/krabi.jpg);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.singapore {
    background: linear-gradient(to bottom, transparent 50%, #000), url(../img/singapore.png);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact select {
    width: 100% !important;
}

.contact input {
    width: 100%;
}

.form {
    background-color: #e8e8e8;
    padding: 15px;
}


/* group page start */
.group-section {
    background-color: #f4f4f4;
}

.btn-1 {
    border: 2px solid #226cb5;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 12px;
    color: #000;
}

.btn-1:hover {
    background-color: #226cb5;
    color: #fff;
}

.btn-2 {
    background: #226cb5 !important;
    border: 2px solid #226cb5 !important;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 12px;
}

/* group page close */


/* about */
.about-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/banner.jpg);
    width: 100%;
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* about end */

/* view details */
.sub-title {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    text-transform: uppercase;
}


.dropdown ul {
    padding-left: 16px;
}

footer p a:hover{
    color: #226cb5 !important; 
}

.height{
    height: 270px;
}

.cst-img img{
    transition: all 0.5s;
  }
  .cst-img:hover img{
    scale: 1.1;
    transition: all 0.5s;
  }
  .cst-img{
    
    overflow: hidden;
  }

    /* .cst-card, .cst-card img{
        overflow: hidden;
    }

    .cst-card img{
        transition: all 1.5s;
    }

    .cst-card img:hover {
        scale: 1.1;
        transition: all 0.5s;
    } */