body{
    font-family: 'Bungee', cursive;
}
.banner-section {
    background-image: url(images/banner1.png);
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 150px;
    padding-bottom: 60px;
}
.banner-section .inner-banner-text h4 {
font-style: normal;
font-weight: normal;
font-size: 66px;
line-height: 76px;
color: #5748FF;

}
.banner-section .inner-banner-text h4 span{
    color: #403F55 !important;
}
.logo-box-line{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.logo-box-line img {
    height: 130px;
}
.header-main {
    position: fixed;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 100;
    
}
.header-main.darkHeader {
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    padding: 5px;
}
.logo-box-line a img{
    transition: all ease-in-out .5s;
}
.header-main.darkHeader .logo-box-line a img {
    height: 80px;
}
.header-main.darkHeader .logo-box-line span a img {
    height: 35px;
}

.header-main .logo-box-line span img {
    height: 64px;
    margin: 0 0px 0 20px;
}
.header-main .logo-box-line .sidenav a img {
    height: 16px;
}
.second-banner{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #5748FF;
    padding: 120px 0;
}
.second-banner .inner2-text h6{
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 54px;
color: rgba(255, 255, 255, 0.51);
margin-bottom: 30px;
}
.second-banner .inner2-text h4 {
font-style: normal;
font-weight: normal;
font-size: 42px;
line-height: 54px;
color: #FFFFFF;
}
.second-banner .inner2-text p {
 font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 22px;
line-height: 30px;
color: #fff;
}

.third-section{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    padding: 120px 0;
}
.third-section .inner2-text h6{
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 54px;
color: #5748FF;
margin-bottom: 30px;
}
.third-section .inner2-text h4 {
font-style: normal;
font-weight: normal;
font-size: 42px;
line-height: 54px;
color: #403F55;
}
.third-section .inner2-text p {
 font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 22px;
line-height: 30px;
color: #737379;
}




.foot-new{
    background: #F8F8F8;
    padding: 10px 0 10px;
}

.footer-logo img {
    width: auto;
    height: 55px;
}

.foot-new p{
margin: 0;
 font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
text-align: center;
color: #B1A9BD;

}

.social-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social-links a {
    display: block;
    margin: 0px 10px;
}
.social-links a img {
    height: 28px;
}


.footer-logo a{
    display: block;
}

@media screen and (max-width: 1200px){

.banner-section .inner-banner-text h4 {
    font-size: 50px;
    line-height: 60px;
}


}
@media screen and (max-width: 992px){

.banner-section .inner-banner-text h4 {
    font-size: 36px;
    line-height: 46px;
}
.banner-section {
    min-height: auto;
    padding-top: 95px;
}
.logo-box-line img {
    height: 80px;
}
.second-banner {
    min-height: auto;
    padding: 90px 0;
}
.second-banner .inner2-text h4 {
    font-size: 30px;
    line-height: 40px;
}
.third-section {
    min-height: auto;
    padding: 90px 0;
}
.third-section .inner2-text h4 {
    font-size: 30px;
    line-height: 40px;
}
}
@media screen and (max-width: 768px){

.logo-box-line img {
    height: 90px;
}
.banner-section .inner-banner-text h4 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 50px;
    margin-top: 50px;
}
.container {
    max-width: 100%;
}
.banner-section img{
    width: 100%;
}
.second-banner {
    min-height: auto;
    padding: 40px 0;
}
.second-banner .inner2-text h4 {
    margin-bottom: 40px;
}
.third-section {
    min-height: auto;
    padding: 40px 0;
}
.third-section .inner2-text h4 {
    margin-bottom: 40px;
}
.footer-logo{
    text-align: center;
}
.social-links {
    justify-content: center;
}
.foot-new p{
    margin: 30px 0;
}
}

@media screen and (max-width: 420px){


.banner-section .inner-banner-text h4 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 50px;
    margin-top: 50px;
}


}