* {
    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(199 2 214) 0, #ff0a91 100%);
    border-radius: 50px;
    color: white;
    font-weight: bold;
    border: none;

}

.button-color-2 {
    background: linear-gradient(to right, rgb(185 1 232) 0, #7900f7 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: linear-gradient(to right, rgb(255 22 137 / 64%) 0, #f57fe2 50%, #b200ffb8 100%);
    background-size: cover;
    /*height: 100vh;*/

}

.navigation {
    background: linear-gradient(to right, rgb(255 22 137 / 64%) 0, #f57fe2 50%, #b200ffb8 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(255 22 194) 0, #dc88ffeb 100% 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: 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 .left-side p, .training-section p {
    text-align: justify;
}



/* <!--======================= All modals start here ======================= --> */

.admin-multiple-form-nav .active {
    background: linear-gradient(178deg, rgb(255 22 194) 33%, #dc88ffeb 100%) !important;
    color: white !important;
    border: 1px solid black !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 ----------------------------------------- */

.first-nav button,
.second-nav button {
    background: linear-gradient(to right, rgb(255 22 194) 0, #dc88ffeb 100%) !important;
    border-radius: 51% 47% 50% 47% / 48% 45% 53% 56%;

}


/* ---------------------------form contaiener--------------------------- */
.form-container {
    background: #d5e3ff;
    border-radius: 10px;
    border: 1px solid gray;
}

.form1,.form2 ,.form3{
    background: linear-gradient(to right, rgb(246 101 255 / 51%) 0, #ff83c88c 100%) !important;

} 

.main-form label {
    font-weight: 500;
    color: rgb(255, 255, 255);
    /* font-size: 13px; */
}


/* ------------------------------------------- form-section end ----------------------------------------- */

.partner-section-phon {
    display: none;
}


/*--------------------- partner-section--------------------- */
.partner-section .container {
    background: url(../Images/our\ services.jpg) no-repeat;
    background-size: cover;
    background-position: center;

    /*height: 100vh;*/
}

.partner-buttons-list p {
    font-size: 1.1rem;
    text-align: justify;

}

.partner-buttons-list p strong{
    font-size: 1.3rem;
}

/* ------------------------------------------- Footer section start ---------------------------------------- */

.footer {
    background: linear-gradient(180deg, rgb(214, 117, 255) 0%, rgba(228, 14, 196, 0.69) 100%);
    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, rgb(255 22 137 / 64%) 0, #f57fe2 50%, #b200ffb8 100%);

}