* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

:root {
    scroll-behavior: smooth;
}

/* custome classes made by me */
.button-color {
    background: linear-gradient(to right, rgb(217 203 139) 0, #3fd5c0 100%);
    border: 1px solid rgb(95, 95, 140) !important;
    border-radius: 50px;
    color: rgb(255, 255, 255);
    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(217 203 139) 0, #3fd5c0 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\ bg\ \(2\).jpg) no-repeat;
    background-position: center;
    /* background-image: linear-gradient(to bottom right, #FF512F, #DD2476); */
    background-size: cover;
    background-attachment: fixed;
    /*height: 100vh;*/

}

.navigation {
    background: linear-gradient(to right, rgb(23 153 193) 0, #efe0a8 100%);
    z-index: 999;

}

.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(127deg, rgb(35 101 224) 0%, rgb(61 52 177) 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-content .right-side p,
.partner-section .partner-list p,
.training-section p {
    text-align: justify !important;

}


.header-content .right-side .para {
    font-size: 1.2rem;
    font-family: 'Times New Roman', Times, serif;
    text-shadow: 1px 1px 5px black;
    background: linear-gradient(to bottom, #e9e7c5 0, #52d4e3 100%);
    color: linear-gradient(to bottom, #e9e7c5 0, #52d4e3 100%) !important;
}

.section-heading h2 {
    font-size: 1.5rem;
}

.section-heading p {
    font-size: 0.9rem;
}



/* ------------------------------------------- form-section start ----------------------------------------- */

.travel-ico {
    background: linear-gradient(178deg, rgb(8 110 137) 0%, rgb(103 201 199) 75%, rgb(255 228 76) 100%) !important;
    color: #ffffff !important;
    /* border-radius: 60% 40% 40% 20%; */
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);

}

/* ---------------------------form contaiener--------------------------- */
.form-container {
    background: radial-gradient(circle, rgb(195 239 229) 0%, rgb(114 205 195) 33%, rgb(146 230 255) 91%) !important;
    border: 5px solid rgb(239, 255, 175);
    border-radius: 10px;
    border-style: dotted;
}



.flight-search-btn button,
.hotel-search-btn button,
.bus-search-btn button {

    background: linear-gradient(178deg, rgb(47 117 249) 0%, rgb(227 199 99) 75%, rgb(225 190 58) 100%) !important;
}

.main-form label {
    font-weight: 500;
    color: rgb(14, 14, 14);
    /* font-size: 13px; */
}



/* ------------------------------------------- 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: linear-gradient(178deg, rgb(47 117 249) 0%, rgb(227 199 99) 75%, rgb(225 190 58) 100%) !important;
    color: white !important;

}

.admin-multiple-form-nav button:hover {
    background: linear-gradient(178deg, rgb(47 117 249) 0%, rgb(227 199 99) 75%, rgb(225 190 58) 100%) !important;
    color: white !important;

}

.admin-multiple-form-nav {
    color: red !important;

}

/* <!--======================= All modals end here ======================= --> */


/*-------------------------------- partner-section --------------------------------*/
.partner-section {
    background: radial-gradient(circle, rgba(91, 177, 157, 0.798) 0%, #84d9eed3 75%, rgba(69, 173, 159, 0.735) 100%);

}

.partner-head {
    clip-path: polygon(49% 0%, 100% 35%, 100% 67%, 49% 100%, 0% 66%, 0% 32%);
    height: 350px !important;
    width: 350px !important;
    background: linear-gradient(360deg, rgba(243, 255, 248, 0.757) 0%, rgba(233, 254, 255, 0.881) 100%);
    margin: 15px;
    box-shadow: 3px 3px 5px 5px black !important;
}

.partner-head:hover {
    transform: translateY(-10px);
    transition: all 0.2s;
}

.partner-head:hover h5 {
    transform: scale(1.1);
    transition: all 0.2s;
}

.partner-list .partner-item:hover {
    cursor: pointer;
}

.partner-item {
    padding-top: 22.6%;
}

.partner-item h5 {
    color: rgb(4, 4, 4) !important;
    font-size: 1.4rem;
}


.partner-item p {
    color: rgb(28, 28, 28) !important;
    font-size: 0.91rem;
}


/* ------------------------------------------- Footer section start ---------------------------------------- */

.footer {

    background: url(../Images/blue\ wave.jpg) no-repeat;
    background-position: center;
    height: 450px;
    background-size: cover;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.485);

}

.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, rgb(23 153 193) 0, #efe0a8 100%);

}