* {
    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, #cdeb3f 0, rgb(149 200 251) 100%);
    border: 1px solid rgb(95, 95, 140) !important;
    border-radius: 5px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    border: none;

}

.button-color:hover {
    background: linear-gradient(to right, rgb(149 200 251) 0, #cdeb3f 100%);
    color: rgb(36, 33, 33);
}


/* ----------------------------------------------------- Header section Start -------------------------------------------------- */
.header {
    background: url(../Img/home-bg.avif) no-repeat;
    background-size: 100% 100%;
}

.navigation {
    z-index: 999;

}


.navbar ul a {
    color: rgb(0, 0, 0) !important;
    font-size: 1.2rem;
    font-weight: bold;

}

.navbar ul a:hover {
    color: rgb(68, 119, 17) !important;
}


/* responsive navbar */

.phone-navigation {
    background: linear-gradient(to right, #8da93b 0, rgb(225 214 156) 100%);
    position: fixed;
    bottom: 0px;
    left: 0%;
    width: 100%;
    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 .right-side p {
    text-align: justify;
    text-shadow: 1px 1px 4px rgba(226, 226, 226, 0.727);
    color: rgb(46, 46, 46);
}

.header-content {
    padding: 60px 0px;
}


/* ------------------------------------------- form-section start ----------------------------------------- */


.first-nav button,
.second-nav button {
    background: linear-gradient(to bottom, rgb(249 229 173) 0px, rgb(234 249 192) 100%) !important;
    color: #0b0b0b !important;
    border-radius: 10px;

}


/* ---------------------------form contaiener--------------------------- */
.form-container {
    background: linear-gradient(to right, rgb(249 229 173) 0px, rgb(234 249 192) 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;
}

/* ----------------------------------------------------- Header section End ---------------------------------------------------- */


/* ----------------------------------------------------- partner section Start -------------------------------------------------- */
.partner-section {

    background: radial-gradient(circle, rgb(253 250 232) 0, #a9c93e 100%);
}

.partner-section .partner-item {
    background: linear-gradient(to right, #8fab31 0, rgb(221 208 148) 100%);
    background: linear-gradient(to right, #e8edd8 0, rgb(255 251 231) 100%);
    border: 3px solid rgb(71, 100, 71);
    border-style: dotted;
    overflow: hidden;
    border-radius: 150px;
    height: 100%;
}

.partner-item:hover {
    transform: scale(1.05);
    cursor: pointer;
    transition: all 0.3s;
}


.partner-item h1 {
    color: rgb(0, 0, 0);
    font-size: 1.3rem;
    font-weight: bold;
}

.partner-item p {
    color: rgb(46, 46, 46);
    text-shadow: 1px 1px 4px rgba(53, 53, 53, 0.727);
    font-size: 0.9rem;
    text-align: justify;
}

/* ----------------------------------------------------- About section Start -------------------------------------------------- */
.about-section .left-side h1 {
    font-family: cursive;
    font-size: 2.5rem;
}

.about-section .left-side p {
    background: #faffe8;
    text-align: justify;
    padding: 5px;
    font-family: serif;

}

/* ----------------------------------------------------- About section End ---------------------------------------------------- */

.footer {
    background: linear-gradient(to right, #8fab31 0, rgb(221 208 148) 100%);
}