@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Open+Sans:wght@400;500;600;700&display=swap');
/* 
heading color, btn bg : #081158

btn no click: bg: #fbb244 , text: #fbb244

font-family: 'Montserrat', sans-serif; ==> for bold

font-family: 'Open Sans', sans-serif; ==> for text
*/

*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;

    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.backgroundimg{
    /* overflow: hidden; */
    position: absolute;
    top: -200px;
    right: -350px;
    z-index: -1000;
    
}
header{
    background-image: url("asset 6.png");
    background-position: right;
    background-repeat: no-repeat;
    overflow: hidden;
}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 30px 70px;
}

.list button{
    /* background-color: green; */
    background-color: #081158;
    color: #fbb244;
    border: 2px solid #081158;
    border-radius: 20px;
    padding: 10px 20px;
    transition: 0.5s ease;
}

.list button:hover{
    color: #081158;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.075);
    cursor: pointer;
}
nav .list{
    width: 60%;
}
nav .list ul{
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
    list-style: none;
    width: 100%;
}

nav ul li{
    margin-right: 20px;
}

nav ul li a{
    text-decoration: none;
    color: black;
}

nav .logo{
    width: 30%;
}

/* --------------------------------------------------------------------------------------------------------------- */

.headergrid{
    display: flex;
    justify-content: space-evenly;
    margin: auto;

    margin-top: 50px;
}

.headerDetails{
    width: 40%;
}

.headerDetails span{
    color: #fbb244;
    background-color: #fbb24444;
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.headerDetails h1{
    font-family: 'Montserrat', sans-serif;
    color: #081158;
    font-size: 40px;
    margin-bottom: 20px;
    margin: 10px;
    font-weight: 900;
    margin: 20px 0px;

}

.headerDetails p{
    color: #000000;
    opacity: 50%;
    margin-bottom: 50px;
}

.headerDetails button{
    background-color: #081158;
    color: white;
    border: 1px solid #081158;
    border-radius: 30px;
    padding: 12px 30px;
    margin-right: 15px;
    transition: 0.5s ease;
    /* margin-top: 30px; */
}

.headerDetails button:hover{
    color: #081158;
    background-color: white;
    cursor: pointer;
}

.headerDetails button:last-child{
    background-color: white;
    color: #081158;
    border: 1px solid #081158;
    border-radius: 30px;
    padding: 12px 30px;
    transition: 0.5s ease;
}

.headerDetails button:last-child:hover{
    color: white;
    background-color: #081158;
    cursor: pointer;
}

.headerimage{
    width: 40%;
}

.headerimage img{
    width: 100%;

}

/* --------------------------------------------------------------------------------------------------------------- */

.features{
    margin-top: 350px;
}
.maindiv{
    margin: auto;
    text-align: center;
    width: 40%;
}
.maindiv span{
    color: #fbb244;
    background-color: #fbb24444;
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.maindiv h1{
    font-family: 'Montserrat', sans-serif;
    color: #081158;
    font-size: 40px;
    margin: 20px 0px;
    font-weight: 900;
    margin: 20px 0px;

}
.features p{
    color: #000000;
    opacity: 50%;
    margin-bottom: 50px;
}
.featuresgrid{
    display: flex;
    justify-content: space-evenly;
}
.feature{
    width: 20%;
    text-align: center;
}
.ball{
    width: 40px;
    height: 40px;
    background-color: #fbb244;
    opacity: 50%;
    border-radius: 50%;
    margin: auto;
    text-align: start;
    margin-bottom: 50px;
        
}
.ball i{
    font-size: 50px;
    margin-left: 10px;
}

/* --------------------------------------------------------------------------------------------------------------- */


.aboutus{
    display: flex;
    justify-content: space-evenly;
    margin: 350px 70px;
}

.aboutus .headerimage{
    width: 50%;
    margin-right: 20px;
}

.aboutus .headerDetails{
    width: 30%;
}

.aboutus .headerDetails button{
    background-color: #081158;
    color: white;
    border: 1px solid #081158;
    border-radius: 30px;
    padding: 12px 30px;
    margin-right: 15px;
    transition: 0.5s ease;
}

.aboutus .headerDetails button:hover{
    background-color: white;
    color: #081158;
}

.aboutus .headerDetails button a{
    text-decoration: none;
    color: white;
}

.aboutus .headerDetails button:hover a{
    color: #081158;
}

/* --------------------------------------------------------------------------------------------------------------- */


.services{
    margin-bottom: 200px;
}

.mainservices{
    margin: auto;
    text-align: center;
}

.services .mainservices span{
    color: #fbb244;
    background-color: #fbb24444;
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: center;
}

.services .mainservices h1{
    font-family: 'Montserrat', sans-serif;
    color: #081158;
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 900;
    margin: 20px 0px;

}

.servicesgrid{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 72%;
    margin: auto;
}
.service{
    border: 1px solid rgba(0, 0, 0, 0.103);
    padding: 30px;
    width: 40%;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-evenly;
}

.service .ball{
    margin-right: 50px;
}

.service p{
    color: #000000;
    opacity: 35%;
}

/* --------------------------------------------------------------------------------------------------------------- */

/* margin-top: 150px */
.testimonials{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
}
.testimonialdiv span{
    color: #fbb244;
    background-color: #fbb24444;
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    
}
.testimonialdiv{
    text-align: center;
    width: 65%;
    margin: auto;
}

.testimonialdiv h1{
    font-family: 'Montserrat', sans-serif;
    color: #081158;
    font-size: 40px;
    text-align: center;
    font-weight: 900;
    margin: 20px 0px;
}

.testimonialdiv p{
    color: #000000;
    opacity: 50%;
    margin-bottom: 70px;
}




.testimonialcard{
    margin: 30px 10px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.084);
    border-radius: 7px;
    padding: 40px;
    transition: 0.5s ease;
    width: 100%;
}
.testimonialcard{
    background-color: balck;
}
.testimonialcard .data img{
    width: 50px;
}
.testimonialcard:hover{
    border: 1px solid rgb(0, 0, 0);

}

.quote{
    color: #000000;
    opacity: 50%;
    margin-bottom: 70px;
    font-size: 18px;
}

.data{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.data img{
    width: 50px;
    border-radius: 50%;
    margin-right: 20px;
}

.name{
    color: #000000;
    margin: 0px;
}

.job{
    color: #000000;
    opacity: 50%;
    margin: 0px;
}




/* ------------------------------------------------------------------------------------------------------------------ */
footer{
    padding: 70px 50px;
    padding-bottom: 30px;
}
footer h2{
    font-size: 14px;
}
footer a{
    color: #081158;
    font-size: 18px;
    margin-left: 20px;
}
footer a:first-child{
    margin-left: 0px;
}
.foootergrid{
    display: flex;
    justify-content: space-between;
}

.About-Cololib{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

}

.Pages{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.Resources{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.Contact{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}


.forfooter{
    text-align: center;
    margin-top: 70px;
}
footer span{
    margin-bottom: 10px;
}
footer p, span{
    font-size: 14px;
    color: #999999;
    
}

footer span:hover{
    color: #081158;
    transition: 0.5s ease;
    cursor: pointer;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.stats{
    padding-bottom: 50px;
    background-color: #f8f9fa;
    padding-top: 150px;
}
.stats span{
    color: #fbb244;
    background-color: #fbb24444;
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.stats h1{
    font-family: 'Montserrat', sans-serif;
    color: #081158;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 900;

}
.statsdetails p{
    color: #000000;
    opacity: 50%;
    margin-bottom: 50px;
}
.statsdetails{
    width: 70%;
    text-align: center;
    margin: auto;
}
.statsgrid{
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    font-family: 'Montserrat', sans-serif;
    color: #081158;
    font-weight: 800;
    font-size: 25px;
}


/* ------------------------------------------------------------------------------------------------------------------ */
.myformdetails{
    width: 50%;
    margin: auto;
    margin-bottom: 80px;
    margin-top: 210px;
}

.myformdetails p{
    font-weight: 700;
    color: #000000;
    opacity: 50%;
}
.myformdetails h1{
    font-family: 'Montserrat', sans-serif;
    color: #081158;
    font-size: 40px;
    margin: 0px;
    font-weight: 900;

}


.inputs{
    width: 50%;
    margin: auto;
    /* background-color: aqua; */
}
.inputs .name{
    display: flex;
    justify-content: space-between;
}
.inputs .name .fname{
    width: 48%;
    margin-bottom: 20px;
}
.inputs .name .fname input{
    width: 100%;
}

.inputs .name .lname{
    width: 48%;
    margin-bottom: 20px;
}
.inputs .name .lname input{
    width: 100%;
}
.mymail{
    width: 100%;
    margin-bottom: 20px;
}
.inputs textarea{
    width: 100%;
}


.inputs input, textarea{
    border: 2px solid #e9ecef;
    border-radius: 4px;
    margin-top: 5px;
}
.inputs input{
    height: 50px;
}
.inputs label{
    color: #000000;
    opacity: 50%;
}

.sendbtn{
    color: white;
    border: #081158 1px solid;
    border-radius: 40px;
    padding: 12px 30px;
    background-color: #081158;
    margin-top: 20px;
    margin-bottom: 100px;
    transition: 0.5s ease;

}
.sendbtn:hover{
    background-color: white;
    color: #081158;
    cursor: pointer;
    transition: 0.5s ease;
}



/* ------------------------------------------------------------------------------------------------------------------ */
.selection{
    margin-bottom: 100px;
}

.selectiondetails{
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: 70px;
}
.selectiondetails span{
    color: #fbb244;
    background-color: #fbb24444;
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.selectiondetails h1{
    font-family: 'Montserrat', sans-serif;
    color: #081158;
    font-size: 40px;
    text-align: center;
    font-weight: 800;
    margin: 10px 0px;
    font-weight: 900;

}
.selectiondetails p{
    color: #000000;
    opacity: 50%;
    /* margin-bottom: 50px; */
}











.mobile-list{
    background-color: rgb(238, 248, 255);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.217);

    position: fixed;
    top: 0;
    right: -110%;
    height: 110vh;
    padding: 30px 40px;
    transition: 1s ease;
    z-index: +111;
}
.mobile-list button{
    border: none;
    background-color: #081158;
    color: white;
    border-radius: 4px;
    font-size: 22px;
    padding: 1px 10px;
}
nav .mobile-list .list{
    display: flex;
    flex-direction: column;
}
nav .mobile-list .mylist li{
    list-style: none;
    margin-top: 20px;
}

nav .mobile-list .mylist button{
    /* background-color: green; */
    background-color: #081158;
    color: #fbb244;
    border: 2px solid #081158;
    border-radius: 20px;
    padding: 10px 20px;
    transition: 0.5s ease;
    font-size: 14px;
}

nav .mobile-list .mylist button:hover{
    color: #081158;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.075);
    cursor: pointer;
}
.phonebtn{
    border: none;
    background-color: #081158;
    color: white;
    border-radius: 4px;
    display: none;
    font-size: 22px;
    padding: 1px 10px;
}
.overlayblack{
    background-color: rgba(0, 0, 0, 0.804);
    width: 100%;
    height: 100vh;
    z-index: +110;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    display: none;
    backdrop-filter: blur(5px);
    transition: 2s ease;
}







/* ------------------------------------------------------------------------------------------------------------------ */






@media (max-width:750px) {
    .backgroundimg{
        display: none;
    }
    body{
        overflow-x: hidden;
    }
    .phonebtn{
        display: block;
        /* position: relative;
        background-color: transparent;
        border: none; */
    }
    nav .list ul{
        background-color: white;
        border: 1px solid rgba(0, 0, 0, 0.223);
        border-radius: 10px;
        padding: 20px;
        width: 40%;
        position: fixed;
        z-index: +1000;
        top: 50px;
        right: 50px;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: space-evenly;
        transition: 0.5 ease;
        display: none;
    }
    /* .mylist{
        display: none;
    }
    .phone:active .mylist{
        display: block;
        background-color: #000000;
    } */






    nav .list ul li:not(:nth-child(6)){
        margin-bottom: 10px;
    }
    nav .list ul button{
        display: none;
    }

    .headergrid{
        flex-direction: column;
        width: 100%;
    }
    .headerDetails{
        width: 80%;
        margin: auto;
    }
    .headerDetails h1{
        font-size: 25px;

    }
    .headerimage{
        width: 70%;
        margin: auto;
        margin-top: 100px;
    }


    .maindiv{
        width: 90%;
    }
    .feature{
        width: 80%;
        margin: auto;
    }
    .featuresgrid{
        flex-direction: column;
    }



    .aboutus{
        flex-direction: column;
    }
    .aboutus .headerimage{
        width: 100%;
        margin-bottom: 50px;
    }
    .aboutus .headerDetails{
        width: 100%;
    }


    .servicesgrid{
        flex-direction: column;
    }
    .service{
        width: 95%;
        margin: auto;
        margin-bottom: 30px;
    }



    .foootergrid{
        flex-direction: column;
    }
    .About-Cololib{
        width: 95%;
        margin: auto;
        padding-bottom: 30px;
        border-bottom: 1px solid #081158 ;
        /* margin-top: 20px; */
    }
    .Pages{
        width: 95%;
        margin: auto;
        padding-bottom: 30px;
        border-bottom: 1px solid #081158 ;
        margin-top: 20px;
    }
    .Resources{
        width: 95%;
        margin: auto;
        padding-bottom: 30px;
        border-bottom: 1px solid #081158 ;
        margin-top: 20px;
    }
    .Contact{
        width: 95%;
        margin: auto;
        margin-top: 20px;

    }





    .testimonialdiv{
        width: 80%;
    }
    .testimonials{
        width: 100%;
        justify-content: space-between;
    }
    .testimonialcard{
        width: 80%;
        margin: auto;
        /* display: none; */
    }



    .myformdetails{
        width: 90%;
    }
    .inputs{
        width: 90%;
    }


    .selectiondetails{
        width: 90%;
    }
}

