* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

:root {
    scroll-behavior: smooth;
}

/* custome classes made by me */
.button-color {
    background: linear-gradient(360deg, rgb(111 150 255) 0%, rgb(79 241 255) 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(../Img/home.webp) no-repeat;
    background-size: cover;
    /*height: 100vh;*/

}

.navbar a {
    font-family: serif;

}

.navbar ul a {
    color: rgb(255, 255, 255) !important;
    font-size: 22px;
    /* background: #000; */
    /* margin-left: 15px !important; */
    font-weight: bold;

}

/* .dropdown-menu {
    background: linear-gradient(360deg, rgb(111 150 255) 0%, rgb(79 241 255) 100%);
}

.dropdown-menu li a:hover {
    background: linear-gradient(360deg, rgb(111 150 255) 0%, rgb(79 241 255) 100%) !important;
    color: rgb(0, 0, 0) !important;
} */




/* 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(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;
}

/* .header {
    position: relative;

} */


.header-content .right-side:hover {
    z-index: 999 !important;
}
/* 
.partner-buttons-list {
    position: relative;
    top: -72px;
    left: 0%;
}


.btn-item {
    z-index: 33 !important;
}


hide join buttoon , view on mobile 
.join-partner-btn {
    display: none;
} */
/* 
.partner-buttons .btn-item {
    border-radius: 40% 33% 0% 0% / 41% 44% 47% 35%;
    background: linear-gradient(360deg, rgb(111 150 255) 0%, rgb(79 241 255) 100%); 
    rotate: 15deg;

}

.btn-item::before {
    content: "";
    display: block;
    padding-top: 86.6%;
    background: url(../img/admin\ logo.avif) no-repeat;
    background-size: cover;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}



.partner-buttons .btn-item:hover {
    transform: translateY(10px);
    transition: all 0.5s;
    cursor: pointer;
    rotate: 360deg;
} */

/* -------------partner section start here------------- */

.partner-section{
    background: radial-gradient(circle, rgb(42 242 255) 0%, rgb(62 191 255) 33%, rgb(74 114 230) 91%) !important;

}

.partner-section .card {
    border-radius: 40% 33% 0% 0% / 41% 44% 47% 35%;
    height: 100%;
    /* background: linear-gradient(90deg, rgba(228, 242, 255, 0.992) 0%, rgba(112, 157, 255, 0.95) 100%); */
    background: linear-gradient(90deg, rgba(251, 253, 255, 0.915) 0%, #f9f9fff0 100%);
}

.partner-section .card:hover {
    transform: translateY(10px);
    transition: all 0.2s;
    cursor: pointer;
}

.partner-section .card h5 {
    font-size: 1.2rem;
    color: rgb(0, 0, 0) ;
    border-bottom: 1px solid  blue;
}


.partner-section .card p {
    font-size: 0.89rem;
    color: rgb(42, 42, 42) ;
    font-family: sans-serif, monospace;
    margin-top: 1rem !important;

}






.about-section .right-side p,
.training-section p {
    text-align: justify;
}

/* ------------------------------------------- form-section start ----------------------------------------- */

.travel-ico {
    color: rgb(255, 255, 255) !important;
    background: radial-gradient(circle, rgb(42 242 255) 0%, rgb(62 191 255) 33%, rgb(74 114 230) 91%)#5480e7 !important;
    border-radius: 15% 85% 15% 85% / 79% 30% 70% 21%;
    animation: buttons 2s infinite forwards ease-in-out;
}

@keyframes buttons {
    0% {
        border-radius: 81% 19% 79% 21% / 19% 77% 23% 81%;
        background: radial-gradient(circle, rgb(131, 222, 255) 0%, rgb(62, 255, 194) 33%, rgb(181, 199, 255) 91%)#5480e7 !important;

        transition: all 0.2s;

    }

    50% {
        border-radius: 20% 80% 21% 79% / 80% 18% 82% 20%;
        background: radial-gradient(circle, rgb(255, 195, 42) 0%, rgb(62, 142, 255) 33%, rgb(243, 171, 77) 91%)#fff1ed !important;

        transition: all 0.2s;
    }

}

.first-nav {
    background: url(../img/bannerfooterimg.png) no-repeat;
    background-position: center;
    width: 100%;
}



.first-nav button,
.second-nav button {
    background: radial-gradient(circle, rgb(42 242 255) 0%, rgb(62 191 255) 33%, rgb(74 114 230) 91%) !important;
    border-radius: 20% 80% 21% 79% / 80% 18% 82% 20%;

}



/* ---------------------------form contaiener--------------------------- */
.form-container {
    background: #d5e3ff;
    border-radius: 10px;
    border: 1px solid gray;
}



.flight-search-btn button,
.hotel-search-btn button,
.bus-search-btn button {
    /* border-radius: 5px !important; */
    border-radius: 10px !important;
    background: linear-gradient(to right, rgb(155, 213, 255) 33%, rgb(46, 220, 255) 91%) !important;
    color: white !important;


}



.form1 {
    background: #e0f0ff !important;
    /* background: url(../img/flight.png) no-repeat !important; */
    /* object-fit: cover; */
    background-size: cover;
}

.form2 {
    background: #d1fbff !important;

    background-size: cover;
    background-position: center;

}


.form3 {
    background: #f0fefe;
}


.main-form label {
    font-weight: 500;
    color: rgb(0, 0, 0);
}


/* ------------------------------------------- form-section end ----------------------------------------- */

/* <!--======================= 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;
}




.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;
    color: white !important;

}

.admin-multiple-form-nav button:hover {
    background: radial-gradient(circle, rgb(42, 170, 255) 0%, rgb(62, 178, 255) 33%, rgb(117, 200, 255) 91%) !important;
    color: white !important;

}

.admin-multiple-form-nav {
    color: red !important;

}

/* <!--======================= All modals end here ======================= --> */
/* footer */
.footer {
    background: radial-gradient(circle, rgb(42 242 255) 0%, rgb(62 191 255) 33%, rgb(74 114 230) 91%) !important;
}

/*---------------------- ----------------------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;

}