@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    font-family: "Noto Sans", sans-serif;
}
.nav{
    position: relative;
    background: url(https://preview.colorlib.com/theme/props/images/hero_bg_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 633.1px;
    width: 100%;
    /* border: solid; */
}
.overlay{
    position: absolute;
    background-color: rgba(65, 65, 65, 0.336);
    width: 100%;
    height: 100%;
    /* border: solid; */
}
.circle{
    transition: border 0.5s ease-in-out, background-color 0.5s ease-in-out;
}
.text1:hover .circle{
    border: solid 1px #1f6f8b;
    background-color: white;
}
.circles{
    background: url(https://preview.colorlib.com/theme/props/images/person_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}