* {
    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, #899ee7 0, rgb(203 227 245) 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(203 227 245) 0, #899ee7 100%);
    color: rgb(36, 33, 33);
}


/* ----------------------------------------------------- Header section Start -------------------------------------------------- */
.header {
    background: url(../Img/home-bg.jpg) no-repeat;
    background-size: cover;
}

.navigation {
    /* background:  linear-gradient(to right,  #7df4ff  0, rgb(51, 187, 250) 100%); */
    z-index: 999;

}

.navbar a {
    /* font-family: Lobster Pacifico; */
    /* font-family: 'Poppins', sans-serif; */

    /* font-family: 'Bacasime Antique', serif; */
    font-family: 'Indie Flower', cursive;
    /* font-family: 'Poiret One', cursive; */

}

.navbar ul a {
    color: rgb(233, 233, 233) !important;
    font-size: 1.2rem;
    font-weight: bold;

}

.navbar ul a:hover {
    color: rgb(30, 30, 30) !important;
}


/* responsive navbar */

.phone-navigation {
    background: linear-gradient(to right, #899ee7 0, rgb(203 227 245) 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 .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 right, #899ee7 0, rgb(203 227 245) 100%) !important;
    color: #0b0b0b !important;
    border-radius: 10px;

}


/* ---------------------------form contaiener--------------------------- */
.form-container {
    background: linear-gradient(to right, rgb(137 158 231 / 45%) 0px, rgb(203 227 245 / 67%) 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;
}

/* ----------------------------------------------------- Header section End ---------------------------------------------------- */


/* ----------------------------------------------------- partner section Start -------------------------------------------------- */
.partner-section {

    background: linear-gradient(to right, #b9c8ff 0, rgb(234, 246, 255) 100%);
}

.partner-section .partner-item {
    background: linear-gradient(to right, #899ee7 0, rgb(203 227 245) 100%);
    border: 7px solid rgb(71, 100, 71);
    border-style: double;
    overflow: hidden;
    border-radius: 81px 81px 0px 80px;
    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(255, 255, 255);
    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: #dae3ff;
    text-align: justify;
    padding: 5px;
    font-family: serif;

}

/* ----------------------------------------------------- About section End ---------------------------------------------------- */

.footer {
    background: linear-gradient(to right, #899ee7 0, rgb(203 227 245) 100%);
}