@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,700;1,700&family=Crete+Round&family=Tinos:wght@700&display=swap');


* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;

}

/* custome classes made by me */


.button-color {
    background: linear-gradient(to right, #ffdc50 0%, #ffbd42 100%);
    border-radius: 5px;
    color: white;
    font-weight: bold;
    border: none;

}


.btn-price-color {
    background: linear-gradient(180deg, #d3c548 0%, rgb(223, 209, 61) 65%, rgba(229, 200, 39, 0.772) 100%);

    border-radius: 50px;
    color: white;
    font-weight: bold;
    border: none;

}




/* ------------------------------------------- Header section start ---------------------------------------- */
.header {

    background: linear-gradient(90deg, rgb(132 198 255 / 79%) 0%, rgb(70 135 205 / 28%) 65%, rgb(29 223 231) 100%);
    background-size: cover;
    background-attachment: fixed;
    object-fit: cover;
    /*height: 100vh;*/
    width: 100%;

}

.navbar {
    font-family: 'Averia Serif Libre';
    font-variant: small-caps;
    position: sticky;
    top: 0px;
    font-size: 20px;
    font-weight: bold;
    background: white;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.268);

}



.navbar img {
    height: 45px;
    width: 60px;
    object-fit: cover;
}

.navbar ul li a {
    color: rgb(0, 0, 0) !important;
    font-size: 22px;
    letter-spacing: 1px;
    position: relative;
}

.navbar ul li a::after {
    content: '';
    background: #f00;
    width: 0px;
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 0px;
}

.navbar ul li a:hover::after {
    width: 100%;
    transition: all 0.4s;

}


.searchbox i {
    font-size: 12px;
}







/* responsive navbar */

.phone-navigation {
    background: linear-gradient(90deg, rgb(132, 198, 255) 0%, rgba(70, 135, 205, 0.97) 65%, rgb(29 223 231) 100%);
    position: fixed;
    bottom: 0px;
    left: 0%;
    width: 100%;
    /* height: 90px; */
    display: none;
    z-index: 999;
    border-radius: 10px !important;
}


.phone-navigation i {
    font-size: 3rem !important;
    border-radius: 10px !important;
    border-radius: 10px !important;
    padding: 15px;
    /* background: linear-gradient(to bottom, #e8cf84cc 0, rgba(239, 246, 175, 0.801) 100%); */
    background: rgb(31, 124, 255);
    /* color: rgb(0, 148, 162) !important; */
    color: rgb(255, 255, 255) !important;
}

.phone-navigation a div,
.phone-navigation .login {
    color: rgb(255, 255, 255) !important;
}




.header-content .left-side h1 {
    font-size: 4rem;
    /* text-shadow: 1px 1px 5px black; */
    /* font-variant: small-caps; */
    font-family: Geneva, Verdana, sans-serif;
    /* letter-spacing: 1px; */
}

.header-content .left-side p {
    font-size: 1.2rem;
    font-family: 'Times New Roman', Times, serif;

}



/* all para text  justify  */

.header-content .left-side p,
.chooseus-section .row p,
.partner-section .container p,
.training-section p {
    text-align: justify !important;

}



/* ------------------------------------------- Header section end ----------------------------------------- */

.buttons div a button {
    border-radius: 50px !important;
    animation: moving 2s infinite alternate;
}

@keyframes moving {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.02);
    }

    50% {
        transform: scale(1.06);
    }

    75% {
        transform: scale(1.09);
    }

    100% {
        transform: scale(1.1);

    }

}


/* ------------------------------------------- join partner  section start ---------------------------------------- */
.section-heading h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.4rem;
}

.section-heading p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1rem;
}

.partner-section {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.067);


}

.partner-section .row .card {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.108);
    overflow: hidden;
    height: 100%;
}

.partner-section .row>div:hover {
    transform: translateY(-8px);
    transition: all 0.2s;
    cursor: pointer;

}

.partner-section img {

    height: 200px !important;
    object-fit: cover !important;
}


.partner-section .row .card:hover img {
    transform: scale(1.1);
    transition: all 0.3s;

}


.partner-section .row .card h4 {
    font-size: 1.2rem;
    font-weight: bold;
    font-family: serif;
    letter-spacing: 1px;
    color: rgb(24, 23, 23) !important;
}

.partner-section .row .card p {
    font-size: 0.92rem;
}


/* ------------------------------------------- join partner  section end ----------------------------------------- */



/* <!--======================= All modals start here ======================= --> */


.admin-multiple-form-nav .active {
    /* background: radial-gradient(circle, rgb(42 242 255) 0%, rgb(62 191 255) 33%, rgb(74 114 230) 91%) !important; */
    background: linear-gradient(to right, #fdd44d 0%, #ffba42 100%) !important;

    color: white !important;

}

.admin-multiple-form-nav button:hover {
    /* background: radial-gradient(circle, rgb(42 242 255) 0%, rgb(62 191 255) 33%, rgb(74 114 230) 91%) !important; */
    background: linear-gradient(to right, #ffc16b 0%, #ffd642 100%) !important;

    color: rgb(255, 255, 255) !important;

}

.admin-multiple-form-nav {
    color: rgb(0, 0, 0) !important;

}



form label {
    font-weight: bold;
}

form .form-control,
form .form-select {
    border: 1px solid #4f4d4d !important;
    border-radius: 0% !important;
    caret-color: rgb(255, 0, 0);
}

form ::placeholder {
    color: #302f2f !important;
    opacity: 1;
}

/* <!--======================= All modals end here ======================= --> */







/* ------------------------------------------- form-section start ----------------------------------------- */
.Forms-section {
    /* background: url(../Img/form.png) no-repeat; */
    background-size: cover;
    background-attachment: fixed;
}




#busimg,
#hotelimg {
    display: none;
}



.first-nav button {
    background: linear-gradient(#00c4ff, #1991bfed) !important;
    color: #ffffff !important;
    border-radius: 60% 40% 40% 20%;

}

.second-nav button {
    background: linear-gradient(to right, #128eb1 33%, rgb(54, 171, 255) 91%) !important;
    /* border-radius: 20% 80% 21% 79% / 80% 18% 82% 20%; */
    /* border-radius: 51% 47% 50% 47% / 48% 45% 53% 56% ; */
    border-radius: 60% 40% 40% 20%;

}




.Forms-section .first-nav .active {
    color: rgb(255, 255, 255) !important;
    /* background:  linear-gradient(#ff8a00, #e52e71) !important; */
    /* background: linear-gradient(#e39233, #b3436c) !important; */
    background: linear-gradient(#00c4ff, #1991bfed) !important;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.form1 .nav button {
    background: #008eca;
}

/* ---------------------------form contaiener--------------------------- */
.form-container {
    background: #e4fcff;
    border-radius: 10px;
    border: 1px solid #c6f3ff;
}



.flight-search-btn button,
.hotel-search-btn button,
.bus-search-btn button {
    /* border-radius: 5px !important; */
    border-radius: 10px;
    background: linear-gradient(to right, #ffc107 33%, rgb(255, 208, 100) 91%) !important;
    color: rgb(35, 29, 17) !important;


}



.main-form label {
    font-weight: 500;
    color: black;
    /* font-size: 13px; */
}


.form2 {
    background: #fffffd;

}



.form3 {
    /* background: #fdb788; */
    background: #ffe5d3;
}


/* ------------------------------------------- form-section end ----------------------------------------- */

/* ------------------------------------------- Services section start ---------------------------------------- */


/*------------------ services section start here ------------------ */
.services .left-side {
    font-family: cursive;
}

.right-side img,
.left-side img,
.left-side video {
    height: 100%;
    width: 100%;
}


.servicess-second {
    background: url(../Img/form.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 80vh;
    /* background: linear-gradient(90deg, rgba(48, 122, 246, 1) 0%, rgba(255, 250, 106, 0.698) 75%, rgba(12, 255, 105, 0.5074404761904762) 100%); */
    background: linear-gradient(90deg, rgb(190 228 255) 0%, rgb(255 209 147) 75%, rgb(130 205 243) 100%);
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.39);

}

.service-list {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.service-list-item {
    padding: 15px;
    text-align: center;
    box-shadow: 0px 0px 5px black;
    border: 1px solid rgb(7, 7, 7);
    color: rgb(60, 60, 60);
    transition: all 0.2s;
    background: #fff;
}

.service-list-item a {
    color: rgb(1, 1, 1);
    text-decoration: none;
}

.service-list-item:hover {
    box-shadow: 0px 0px 5px black;
    /* color: rgb(104, 151, 255); */
    transform: translateY(-10px);
    box-shadow: 0px 3px 5px black;


}

.service-list-item h5 {
    font-size: 18px;
    width: 100%;
}

.service-list-item p {
    color: gray;
}

.service-list-item i {
    font-size: 5rem;
    /* border: 1px solid red; */
    color: rgb(29, 142, 37);
    padding: 10%;
    transition: all 0.2s;
    cursor: pointer;
}

.service-list-item i:hover {
    transform: scale(1.5);
}



/* ------------------------------------------- download section start ----------------------------------------- */

.download-section .first-para {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 2px;

}

.download-section p {

    font-family: cursive;
}

.download-section img {
    width: 255px;
    height: 320px;
    object-fit: cover;
    border-radius: 7% 93% 11% 89% / 90% 8% 92% 10%;
}

/* ------------------------------------------- download section end ----------------------------------------- */

/* ------------------------------------------- Services section end ----------------------------------------- */

/* ------------------------------------------- Footer section start ---------------------------------------- */

.footer {
    /* background: url(../Img/ff.svg) no-repeat; */
    /* background-position: start; */
    background-size: cover;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.485);

}

.footer {
    background: linear-gradient(90deg, rgb(132 198 255 / 79%) 0%, rgb(70 135 205 / 28%) 65%, rgb(29 223 231) 100%);

}

.footer svg {
    height: 100%;
}

.footer .f-contents {
    margin-top: 13.3% !important;
}

.social-icons i:hover {
    transform: translateY(20px);
    transition: all 0.2s;
    background: rgb(255, 255, 255) !important;
}

/* ------------------------------------------- Footer section end ----------------------------------------- */




/*---------------------- ----------------------Photo resizer page start  ----------------------------------------------- */

.photo-resizer {
    background: (to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}

.photo-resizer button {
    font-variant: small-caps;
}

.photo-resizer .left-side {
    background: radial-gradient(circle, rgb(42 242 255) 0%, rgb(62 191 255) 33%, rgb(74 114 230) 91%) !important;

}

.photo-resizer .right-side {
    background: radial-gradient(circle, rgb(249, 169, 255) 0%, rgb(255, 114, 215) 33%, rgb(214, 58, 226) 91%) !important;

}