@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
body{
    font-family: 'Inter', sans-serif;
	    font-weight: 500;

}
.circle {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    overflow: hidden;
    
    justify-content: center;
    align-items: center;
}
.navbar-brand{
    font-family: 'Rubik';
    font-weight: bold;
    font-size: 25px;
    line-height: 38px;
}

.header{
    background: #3071F6;
}

.header2{
    background: #ffffff;
}

.navbar{
    height: 80px;
    background: #FFFFFF;
    font-family: 'Poppins';
    font-family: 'Poppins', sans-serif;
    font-size: 15.0736px;
    letter-spacing: 0.09px;
}

.navbar a{
    color: #181818;
}

.main-content{
    color: #fff;
}

.header-wrapper{
    padding-top: 70px;
}

.header-text-1{
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    color: #FFFFFF;
}
.header-text-2{
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    color: #000000;
}
.header-text-6{
	font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}

.search-form{
    position: relative;
}

.search-form img{
    position: absolute;
    top: 13px;
    left: 15px;
}

.search-form input{
    padding-left: 50px;
    height: 46px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(96, 100, 112, 0.1);
    border-radius: 47px;
}

.search-form p{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.header-text-2{
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0.25px;
}

.header-text-3{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
}


.after-header-text-1{
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.25px;
    color: #0377F4;
}

.after-header-text-2{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #6B6B6B;
}

@media only screen and (max-width: 768px) {
    .header-text-1{
        font-size: 35px;
    }
    .header-text-2{
        font-size: 20px;
    }
    .header-text-3{
        font-size: 14px;
    }
  }