* {
    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(229 127 17) 0, #f14c54 100%);
    border: 1px solid rgb(35, 24, 39) !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(216 114 13) 0, #df5052 25%, #581a5c, #2d0949 100%);
    z-index: 999;

} 

.navbar ul a {
    color: rgb(255, 255, 255) !important;
    font-size: 1.2rem;
    font-weight: bold;

}

.navbar ul a:hover {
    transform: scale(1.05);
    transition: all 0.2s;
    color: rgb(224, 224, 224) !important;
}


/* responsive navbar */

.phone-navigation {
    background: linear-gradient(to right, rgb(154 64 199) 0, #ef5856 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: linear-gradient(45deg, rgb(141 83 237) 0, #faf6ff 100%);
}

.partner-section .partner-item {
    background: linear-gradient(to bottom, rgb(255 243 252) 0, #f7efff 100%);
    border: 2px solid rgb(136, 10, 182);
    border-style: dotted;
    overflow: hidden;
    border-radius: 4% 96% 5% 95% / 94% 4% 96% 6%;
    height: 100%;
}

.partner-item:hover {
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 10px;
}


.partner-item h1 {
    color: rgb(152, 24, 244);
    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(253 140 66) 0, #bc3bf1 100%) !important;
    color: #000000 !important;
    border-radius: 10px;

}

/* ---------------------------form contaiener--------------------------- */
.form-container {
    background: radial-gradient(circle, rgb(255 239 221) 0px, rgb(198 54 255) 100%);
    border: 2px solid rgb(9, 1, 1);
    border-radius: 10px;
}

.form-container .form-control,
.form-container .form-select {
    border-radius: 10px;
    border: 2px solid rgba(3, 3, 3, 0.664);
    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 .right-side h3 {
    font-size: 1.6rem;
}

.about-section .right-side p {
    background: #fdf9ff;
    text-align: justify;
    padding: 5px;

}

.about-section .image {
    overflow: hidden;
    border-radius: 60px;

}

/* ----------------------------------------------------- About section End ---------------------------------------------------- */

.footer {
    background: linear-gradient(to right, rgb(80 21 125) 0, #b644bf 100%);
}