* {
    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(250 107 51) 0, #fbd88c 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(250 107 51) 0, #fbd88c 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(250 107 51) 0, #fbd88c 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(250 107 51) 0, #fbd88c 100%);
    border: 3px solid rgb(159, 71, 4);
    border-style: dotted;
    overflow: hidden;
    border-radius: 13px 12px 60px 60px; 
    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(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(250 107 51) 0, #fbd88c 100%) !important;
    color: #000000 !important;
    border-radius: 10px;

}

/* ---------------------------form contaiener--------------------------- */
.form-container {
    background: linear-gradient(to right, rgb(250 107 51) 0, #fbd88c 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 {
    background: #eaefff;
    text-align: justify;
    padding: 5px;
    font-family: serif;

}

.about-section .image {
    border: 2px solid #ffd9c5;
    overflow: hidden;
    border-radius: 80px;

}

/* ----------------------------------------------------- About section End ---------------------------------------------------- */

.footer {
    background: linear-gradient(to right, rgb(219 120 78) 0, #e9b47c 100%);
}