* {
    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, #abff6b, #f3f8ff 100%);
    border: 1px solid rgb(50, 50, 63) !important;
    border-radius: 13px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    border: none;

}

/* ----------------------------------------------------- Header section Start -------------------------------------------------- */
.header {
    background: url(../Img/home-bg.jpg) no-repeat;
    background-size: cover;
    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(113 199 185) 0, #85dae1 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: 80px 0px;
}

.header-content .left-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:url(../Img/partner-bg.jpg) no-repeat;
    background-size: cover;
background-attachment: fixed;}
.partner-section .card{ 
    height: 100%;

}
.partner-section .card-body {
    background: linear-gradient(1deg, rgb(122 255 237), rgb(252 255 254), rgb(233 255 251));
    overflow: hidden;
    border-radius: 100px 100px 75px 75px;
    box-shadow: 0px 5px #00c5a6, inset 0px -5px #fff, 0 10px #00ffc2 !important;
}

.partner-section .card:hover {
    transform: translateY(-10px);
    cursor: pointer;
    transition: all 0.3s;

}
.partner-section .card .image {
    width: 120px;
    height: 120px;
}
.partner-section .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #3a7910d3;    
}



.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 top, #55dfc9 0, #ffffff 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(192 212 255) 0, #31eb97 100%) !important;

}

/* ---------------------------form contaiener--------------------------- */

.form-container {
    background:linear-gradient(324deg, rgb(92 249 255) 0, #f3ffd1 100%);
    border: 2px solid rgb(9, 1, 1);
    border-radius: 10px;
}

 
.form-navbar img {
    width: 2rem;
    background: #ffffff;

}

.form-navbar button {
    border-radius: 13px !important;
    border: 1px solid #ffffff !important;

    color: black !important;

}


.form-container .form-control,
.form-container .form-select {
    border-radius: 10px;
    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: #fcffff;
    -webkit-text-stroke: #12edc9;
    -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(128 244 255) 0, #ffffff 100%);
}
.download-section {
    padding: 15px 0px;
    background: url(../Img/download-bg.jpg ) no-repeat;
    /* background-position: center; */
    background-size: cover;
    background-attachment: fixed;
}
/* ----------------------------------------------------- About section End ---------------------------------------------------- */

.footer {
    background:linear-gradient(352deg, rgb(81 203 152) 0, #9bbafd 100%);
}