* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

:root {
    scroll-behavior: smooth;
}

/* custome classes made by me */


/* Custom css  class*/

.button-color {
    /* background: linear-gradient(to right, rgba(255, 215, 55, 0.93) 0, #f95737 100%) !important; */
    border: 1px solid rgb(255, 255, 255) !important;
    /* border-radius: 50px; */
    color: rgb(255, 255, 255);
    font-weight: bold;
    border: none;

}

/* modals popup navbar */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background: linear-gradient(45deg, #fd6727, #ffb531);

}

.popup-btn {
    border: 1px solid #f2c614 !important;
    color: #f2c614 !important;
    background: white;
}

.popup-btn:hover {
    border: 1px solid #ffffff !important;
    color: hsl(108, 100%, 99%) !important;
    background: linear-gradient(90deg, rgb(81, 166, 227) 0%, rgb(85, 198, 255) 50%, rgb(255, 178, 53) 100%);
    transition: all 0.2s;

}


.btn-price-color {
    background: linear-gradient(to top, #2dbcf9 0%, #e0f198 33%, #fff345 91%, #ffe6cd) !important;

    border-radius: 50px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    border: none;

}


.button-color {
    /* background: linear-gradient(to right, rgba(251, 30, 139, .96) 0, #ab44ec 50%, #6410f7 100%); */
    /* background: linear-gradient(to right, rgb(199 2 214) 0, #ff0a91 100%); */
    background: linear-gradient(to right, rgb(249 112 40) 0, #ffe041f7 100%);
    border: 1px solid white !important;
    border-radius: 50px;
    color: white;
    font-weight: bold;
    border: none;

}

.button-color-2 {
    /* background: linear-gradient(to right, rgba(251, 30, 139, .96) 0, #ab44ec 50%, #6410f7 100%); */
    /* background: linear-gradient(to right, rgb(185 1 232) 0, #7900f7 100%); */
    background: linear-gradient(to right, rgb(249 108 44) 0, #ffa100 100%);
    border-radius: 50px;
    color: white;
    font-weight: bold;
    border: none;

}

.btn-price-color {
    background: radial-gradient(circle, rgb(131, 222, 255) 0%, rgb(62, 255, 194) 33%, rgb(181, 199, 255) 91%)#5480e7 !important;

    border-radius: 50px;
    color: white;
    font-weight: bold;
    border: none;

}


.header {
    background: url(../Images/home\ wave\ .svg);
    /* background: linear-gradient(to right, rgb(249, 169, 255) 0%, rgb(255, 114, 215) 33%, rgb(214, 58, 226) 91%); */
    background-size: cover;
    background-attachment: fixed;
    /*height: 100vh;*/

}

.navigation {
    background: linear-gradient(to right, rgb(252 138 14) 0, #fb8215 100%);

}

.navbar a {
    font-family: serif;

}

.navbar ul a {
    color: rgb(255, 255, 255) !important;
    font-size: 1.3rem;
    /* background: #000; */
    /* margin-left: 15px !important; */
    font-weight: bold;

}




/* responsive navbar */

.phone-navigation {
    background: linear-gradient(to right, rgb(249 108 44) 0, #ffa100 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(255, 255, 255);
    /* color: rgb(0, 148, 162) !important; */
    color: rgb(31, 124, 255) !important;
}

.phone-navigation a div,
.phone-navigation .login {
    color: rgb(255, 255, 255) !important;
}




/* all para text  justify  */

.header-content .right-side p,
.Partner-section .container p,
.training-section p {
    text-align: justify !important;

}


/* <!--======================= All modals start here ======================= --> */



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 ----------------------------------------- */
.first-nav {
    /* background: radial-gradient(circle, rgba(255, 216, 211, 0.89) 0%, rgb(255, 236, 187) 33%, rgb(255, 201, 201) 91%) !important; */
    border-radius: 10px;

}

.first-nav button {
    background: linear-gradient(45deg, rgb(248 255 255 / 55%) 0%, rgb(255 241 229) 33%, rgb(255 225 204) 91%) !important;
    color: #ff7700 !important;
    border-radius: 60% 40% 40% 20%;

}

.second-nav button {
    background: linear-gradient(to right, rgb(255 169 93) 33%, rgb(255 112 10) 91%) !important;
    border-radius: 60% 40% 40% 20%;

}



/* ---------------------------form contaiener--------------------------- */
.form-container {
    background: radial-gradient(circle, rgba(255, 216, 211, 0.89) 0%, rgb(255, 236, 187) 33%, rgb(255, 201, 201) 91%) !important;
    border-radius: 10px !important;
    border: 1px solid gray;
}



.flight-search-btn button,
.hotel-search-btn button,
.bus-search-btn button {
    /* border-radius: 5px !important; */
    border-radius: 10px;
    background: linear-gradient(to right, rgb(255 169 93) 33%, rgb(255 112 10) 91%) !important;
    color: white !important;


}


.main-form label {
    font-weight: 500;
    color: black;
    /* font-size: 13px; */
}


/* ------------------------------------------- form-section end ----------------------------------------- */

/* section heading */
.section-heading h2,
.section-heading span {
    font-size: 1.4rem !important;
}

.section-heading p {
    font-size: 0.8rem !important;
}



/* Partner-section */
.Partner-section .card {
    box-shadow: 0 .2rem 0.5rem rgba(0, 0, 0, 0.474);
    cursor: pointer;
    height: 210px;

}

.Partner-section .card:hover {
    box-shadow: 0 .2rem 0.2rem rgba(0, 0, 0, 0.474);
    transform: translateY(5px);
    transition: all 0.2s;
}
.Partner-section .card .image img{
    height: 50px;
     width: 50px; 

}
/* .Partner-buttons-list p{
    font-size: 1rem;
    letter-spacing: 1px;
} */

/* ------------------------------------------- Footer section start ---------------------------------------- */

.footer {
    background: url(../Images/footer\ wave.svg ) no-repeat;
    /* background-position: start; */
    /* height: 400px; */
    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 svg {
    height: 100%;
}


.social-icons i:hover {
    transform: scale(1.2);
    transition: all 0.2s;
}

/* ------------------------------------------- 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;

}

/*---------------------- ----------------------buy coupon page start  ----------------------------------------------- */

.Coupon-navbar {
    background: linear-gradient(to right, rgba(255, 241, 162, 0.642) 0%, rgb(255 169 93) 33%, rgb(255 112 10) 91%);

}