@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&family=Piazzolla:opsz,wght@8..30,200;8..30,300;8..30,400;8..30,900&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    box-sizing: border-box;
}
body{
    background-image: url('../images/page-background.jpg');
}
.navbar-nav{
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: black;
}
.navbar-nav li a{
    color: black;
}
.container-fluid .navbar-brand{
    color: black;
    font-size: 30px;
    font-weight: 500;
}
.navbar-nav .active{
    font-size: 22px;
    font-weight: 500;
    color: rgba(31, 31, 236, 0.904);
}

.navbar{
    background-color: white;
}
h1{
    font-size: 90px;
    line-height: 64px;
    font-weight: 700;
    color: black;
    margin-bottom: 15px;
    letter-spacing: 0;
}
h2{
    font-size: 45px;
    line-height: 64px;
    font-weight: 700;
    color: black;
    margin-bottom: 15px;
    letter-spacing: 0;
}
h3{
    font-size: 30px;
    font-weight: 700;
    color: black;
    margin-bottom: 15px;
    letter-spacing: 0;
}
p{
    color: gray;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}
.banner-txt h1{
    font-size: 70px;
    
}


.main-btn{
    background-color: rgba(31, 31, 236, 0.904);
    width: 90px;
    height: 40px;
    border: none;
    outline: none;
    font-size: 15px;
    color: white;
    border-radius: 5px;
    transition-duration: 0.3s;
}
.main-btn:hover{
    background-color: rgba(63, 63, 241, 0.904);
}
.hero-img{
    padding-top: 70px;
}
.header-scrolled{
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.05);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.05);
}
.about-txt h2{
font-size: 50px;
}
.ser-span{
    color: rgba(0, 0, 255, 0.856);
}
span{
    color: rgba(0, 0, 255, 0.856);

}
.newsletter_wrapper{
    background-color: #37418e;
}
.newsletter{
    width: 50%;
    margin: auto;
}

.new-btn{
    background-color: rgba(31, 31, 236, 0.699);
    width: 300px;
    height: 40px;
    border: none;
    outline: none;
    font-size: 15px;
    color: white;
    border-radius: 25px;
    transition-duration: 0.3s;
    margin-top: 8px;
}
.newsletter input::placeholder{
    color: white;
}
.newsletter input{
    margin-left: 20px;
    border-radius: 25px;

    padding: 1rem;
    background-color: #292b70;
    border-color: #37418e;
    /* border-radius: 10px; */
}
.footer_wraper{
    background-color: #37418e;
    height: 70px;
}
.white{
    color: white;
    padding-top: 20px;
}
button a{
    text-decoration: none;
    color: white;
}
button a:hover{
    color: white;
}