* {
    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 bottom, rgb(95 237 251) 0, #84ff83 100%);

    border: 1px solid rgb(95, 95, 140) !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, rgb(123 242 247) 0, #4effad 100%);
    z-index: 999;

}

.navbar a {
    font-family: 'Bacasime Antique', serif;
}

.navbar ul a {
    color: rgb(0, 0, 0) !important;
    font-size: 1.2rem;
    font-weight: bold;

}

.navbar ul a:hover {

    color: rgb(55, 55, 55) !important;
}


/* responsive navbar */

.phone-navigation {
    background: linear-gradient(to right, #236357 0, rgb(173 72 10) 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 {
    color: rgb(255, 255, 255) !important;
}



.navbar-nav li {
    text-align: left !important;
    float: right !important;
}


.header-content .left-side p {
    text-align: justify;
}

.header-content {
    padding: 60px 0px;
}

/* ----------------------------------------------------- Header section End ---------------------------------------------------- */




/* ----------------------------------------------------- partner section Start -------------------------------------------------- */
.partner-section {
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(188 255 193));
}

.partner-section .partner-item {
    background: linear-gradient(to bottom, rgb(153 255 86) 0%, rgb(76 198 255) 50%);
    border: 7px solid rgb(71, 100, 71);
    border-style: double;
    overflow: hidden;
    border-radius: 80px 80px 5px 5px;
    height: 100%;
}


.partner-item:hover {
    transform: translateY(-10px);
    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(255, 255, 255);
    font-size: 0.9rem;
    text-align: justify;
}


/* ------------------------------------------- form-section start ----------------------------------------- */


.first-nav button,
.second-nav button {
    background: linear-gradient(to bottom, #086b3d 0, #61ffd5 100%) !important;
    color: #ffffff !important;
    border-radius: 10px;

}




/* ---------------------------form contaiener--------------------------- */
.form-container {
    background: linear-gradient(to right, rgb(95 237 251) 0, #84ff83 100%);
    border: 2px solid rgb(9, 1, 1);
    border-radius: 10px;
}


.main-form label {
    font-weight: bold;
    color: rgb(0, 0, 0);
    font-size: 1rem;
}


/* ------------------------------------------- form-section end ----------------------------------------- */


/* ----------------------------------------------------- About section Start -------------------------------------------------- */
.about-section .left-side h1 {
    font-family: cursive;
    font-size: 2.5rem;
}

.about-section .left-side p {
    background: #eefdec;
    text-align: justify;
    padding: 5px;
    font-family: serif;

}

/* ----------------------------------------------------- About section End ---------------------------------------------------- */

.footer {
    background: linear-gradient(to right, rgb(95 237 251) 0, #84ff83 100%);
}