* {
    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 right, #edfbff, #689ccf 100%);
    border: 1px solid rgb(50, 50, 63) !important;
    border-radius: 5px;
    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(247 167 57) 0, #7296fd 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: rgb(95, 131, 247);
    -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-position: center;
}

.partner-section .card {
    background: linear-gradient(179deg, rgb(82 231 255), rgb(252 255 252), rgb(218 226 255));
    /* border: 2px solid rgb(36, 34, 34); */
    overflow: hidden;
    /* border-right: 5px solid orange; */
    box-shadow: 3px 0px rgb(55 102 255), 8px 0px 3px rgb(20 227 87) !important;
    border-radius: 80px 0px;

    height: 100%;
}


.card:hover {
    transform: translateY(-10px);
    cursor: pointer;
    transition: all 0.3s;
    background: linear-gradient(179deg, rgb(82 231 255), rgb(252 255 252), rgb(218 226 255));


}

.partner-section .card .image {
    height: 120px;
    width: 120px;
    background: #f9f7f4;
    border-radius: 50px !important;
    overflow: hidden;
    padding: 3px;
    margin: 10px auto;
    border-radius: 5px;

}

.partner-section .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.card h1 {
    color: rgb(255, 255, 255);
    font-size: 1.3rem;
    font-weight: bold;
    background: rgb(57 124 189);
}

.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, rgb(60 135 211) 0, #9ed0ff 100%) !important;
    color: #000000 !important;

}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: linear-gradient(to bottom, rgb(24, 93, 130) 0, #9ed0ff 100%) !important;

}

/* ---------------------------form contaiener--------------------------- */
.form-container {
    background: linear-gradient(344deg, rgb(124 223 210) 0, #eef6ff 100%);
    border: 2px solid rgb(9, 1, 1);
    border-radius: 10px;
}

.form-container .form-control,
.form-container .form-select {
    border-radius: 5px;
    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: cursive;
    font-size: 2.5rem;
}

.about-section .right-side p {
    text-align: justify;
    padding: 5px;
    font-family: serif;

}

.download-section {
    background: linear-gradient(79deg, rgb(104 164 207) 0, #d3ecfd 100%);
}

/* ----------------------------------------------------- About section End ---------------------------------------------------- */

.footer {
    background: linear-gradient(344deg, rgb(37 180 209) 0, #3573b3 100%);
}