* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

body {
    font-family: serif;

}

:root {
    scroll-behavior: smooth;
}

/*---------------------- custome classes made by me ----------------------*/
.button-color {
    background: linear-gradient(to top, #9982f7, #ffffff 100%);
    border: 1px solid rgb(50, 50, 63) !important;
    border-radius: 15px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    border: none;

}

/* ----------------------------------------------------- Header section Start -------------------------------------------------- */
.header {
    background: url(../Img/home-bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.navigation {
    /* background: linear-gradient(to right, #ff8a5959, #ffffff8c 100%); */
    z-index: 999;

}

.navbar a {
    font-family: 'Bacasime Antique', serif;

}

.navbar ul a {
    color: rgb(255, 255, 255) !important;
    font-size: 1.2rem;
    font-weight: bold;
    text-shadow: 0px 0px 3px rgb(31, 31, 181) !important;

}

.navbar ul a:hover {
    color: #eaeaea !important;
    text-shadow: 0px 0px 3px rgb(31, 31, 32) !important;

    transform: scale(1.08);
    transition: all .2;
}


/* responsive navbar */

.phone-navigation {
    background: linear-gradient(to right, rgb(128 119 225) 0, #c3c1ff 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: 1.2rem !important;
    border-radius: 10px !important;
    background: #ffffff;
    color: rgb(0, 0, 0) !important;

    padding: 4px 10px;
}

.phone-navigation a div,
.phone-navigation .login {
    color: rgb(0, 0, 0) !important;
    font-weight: bold;
}


.navbar-nav li {
    text-align: left !important;
    float: right !important;
}


.header-content {
    padding: 60px 0px;
}

.header-content .right-side h1 {
    -webkit-text-stroke: black;
    -webkit-text-stroke-width: 2px;
    font-size: 2rem;
    text-shadow: 1px 1px black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


/* ----------------------------------------------------- Header section End ---------------------------------------------------- */


/* ----------------------------------------------------- partner section Start -------------------------------------------------- */
.partner-section {
    background: radial-gradient(circle, #ffffff, rgb(226 222 255));
}

.partner-section .card {
    background: linear-gradient(179deg, rgb(184 199 255), rgb(255 255 255), rgb(248 246 255));
    overflow: hidden;
    border-radius: 100px 100px 75px 75px;
    height: 100%;

    box-shadow: 0px 5px #7066df, inset 0px -5px #fff, 0 10px #af9bff !important;
}

.partner-section .card:hover {
    transform: translateY(-10px);
    cursor: pointer;
    transition: all 0.3s;

}

.partner-section .card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}



.card h1 {
    color: rgb(8, 8, 8);
    font-size: 1.3rem;
    font-weight: bold;
}

.card p {
    color: rgb(55, 55, 55);
    font-size: 0.9rem;
    text-align: justify;
}


/* ------------------------------------------- form-section start ----------------------------------------- */

.first-nav button,
.second-nav button {
    background:  linear-gradient(to bottom, #8674cf 0, #e3f2ff 100%) !important;
    color: #000000 !important;
    border-radius: 15px;

}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: linear-gradient(to bottom, rgb(255 255 255) 0, #8674cf 100%) !important;

}

/* ---------------------------form contaiener--------------------------- */

.form-container {
    background: linear-gradient(268deg, rgb(191 217 255 / 57%) 0, #ffffffbf 100%);
    border: 2px solid rgb(9, 1, 1);
    border-radius: 10px;
}

 
.form-navbar img {
    width: 2rem;
    background: #ffffff;

}

.form-navbar button {
    border-radius: 20px !important;
    border: 1px solid #312f2f !important;
    background: transparent !important;
    color: black !important;

}


.form-container .form-control,
.form-container .form-select {
    border-radius: 12px;
    border: 1px solid rgba(3, 3, 3, 0.822);
    box-shadow: none;
}

.main-form label {
    font-weight: bold;
    color: rgb(0, 0, 0);
    font-size: 1rem;
}

/* ------------------------------------------- form-section end ----------------------------------------- */


/* ----------------------------------------------------- About section Start -------------------------------------------------- */
.about-section .right-side h1 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #c8abfffc;

    -webkit-text-stroke: black;
    -webkit-text-stroke-width: 1px;
    font-size: 2.5rem;
}

.about-section .right-side p {
    text-align: justify;
    padding: 5px;
    font-family: serif;

}

.download-section {
    background: linear-gradient(1deg, rgb(193 189 255) 0, #ffffff 100%);
}

/* ----------------------------------------------------- About section End ---------------------------------------------------- */

.footer {
    background: linear-gradient(344deg, rgb(167 146 255) 0, rgb(106 123 255) 100%);
}