* {
    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(255 138 14) 0, #49a1b9 100%);
    border: 1px solid rgb(95, 95, 140) !important;
    border-radius: 10px;
    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(255 138 14) 0, #49a1b9 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, rgb(167 153 56) 0, #5dafd7 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.3rem !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(237 255 237));
}

.partner-section .card {
    background: linear-gradient(152deg, rgb(255 255 255) 0, rgb(205 255 202), #ffffff 100%);
    border: 1px solid green;
    overflow: hidden;
    border-radius: 50px;
    height: 100%;
}

.card:hover {
    transform: translateY(-10px);
    cursor: pointer;
    transition: all 0.3s;

}

.partner-section .card .image {
    height: 170px;
    width: 170px;
    background: #f9f7f4;
    padding: 3px;
    margin: 10px auto;

}

.partner-section .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.card h1 {
    color: rgb(255, 255, 255);
    font-size: 1.3rem;
    font-weight: bold;
    background: #ff6a00;
}

.card 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 bottom, rgb(168 237 255) 0, #37b5d7 100%) !important;
    color: #000000 !important;

}

/* ---------------------------form contaiener--------------------------- */
.form-container {
    background: linear-gradient(to right, rgb(174 238 255) 0, #e5f9ff 100%);
    border: 2px solid rgba(9, 1, 1, 0.79);
    border-radius: 20px;
}

.form-container .form-control,
.form-container .form-select {
    border-radius: 10px; 
    box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.778);
}

.form-container .form-control:hover,
.form-container .form-select:hover {
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.779);
    transform: translatey(4px);
    transition: all 0.2s;

}

.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;

}


/* ----------------------------------------------------- About section End ---------------------------------------------------- */

.footer {
    background: linear-gradient(to right, rgb(24 116 141) 0, #ff9829 100%);
}