* {
    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, rgb(231 185 91) 0, #fbeac4 100%);
    border: 1px solid rgb(95, 95, 140) !important;
    border-radius: 20px;
    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(245 189 106) 0, #fff7de 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(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, rgb(231 185 91) 0, #fbeac4 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 .left-side p {
    text-align: justify;
}

.header-content {
    padding: 60px 0px;
}

/* ----------------------------------------------------- Header section End ---------------------------------------------------- */


/* ----------------------------------------------------- partner section Start -------------------------------------------------- */
.partner-section {
    background: radial-gradient(circle, #ffffff, rgb(255 250 209));
}

.partner-section .partner-item {
    background: linear-gradient(to bottom, rgb(207 158 74) 0, #fff9ed 100%);
    border: 1px solid rgb(36, 34, 34);
    overflow: hidden;
    border-radius: 6px;
    height: 100%;
}

.partner-item:hover {
    transform: translateY(-10px);
    cursor: pointer;
    transition: all 0.3s;

}

.partner-section .partner-item .image {
    height: 220px;
    width: 220px;
    background: #f9f7f4;
    padding: 3px;
    margin: 10px auto;
    border-radius: 5px;

}

.partner-section .partner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.partner-item h1 {
    color: rgb(0, 0, 0);
    font-size: 1.3rem;
    font-weight: bold;
}

.partner-item 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 right, rgb(179 128 50) 0, #fff0d0 100%) !important;
    color: #000000 !important;
    border-radius: 10px;

}

/* ---------------------------form contaiener--------------------------- */
.form-container {
    background: linear-gradient(to right, rgb(233 181 88) 0, #e4edcd 100%);
    border: 2px solid rgb(9, 1, 1);
    border-radius: 10px;
}

.form-container .form-control,
.form-container .form-select {
    border-radius: 17px;
    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 .left-side h1 {
    font-family: cursive;
    font-size: 2.5rem;
}

.about-section .left-side p {
    text-align: justify;
    padding: 5px;
    font-family: serif;

}

.download-section {
    background: linear-gradient(1deg, rgb(251 234 189) 0, #fff0cf 100%);
}

/* ----------------------------------------------------- About section End ---------------------------------------------------- */

.footer {
    background: linear-gradient(to right, rgb(231 185 91) 0, #bb9b55 100%);
}