@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

.firstScreenBg{
    background-image: url(../assets/img/services-top-wave-1920.svg\ fill\ \(1\).svg);
    font-family: 'Poppins', sans-serif;
 background-size: cover;
    height: 55vw;
}


.firstScreenBg-faq{
    background-image: url(../assets/img/services-top-wave-1920.svg\ fill\ \(1\).svg);
    font-family: 'Poppins', sans-serif;
 background-size: cover;
    height: 55vw;
}
.heroLogo img {
    width: 128px;
}
.nav-elements{
    margin-right: 40px;
    padding-right: 70px;
}
.nav-elements ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-items: center;
    list-style: none;
}
.nav-elements ul li {
    margin-left: 30px;
    text-decoration: none;
}
.nav-elements ul li a{
    text-decoration: none;
    color: white;
}
.descSection{
    display: flex;
    flex-direction: column;
    padding-top: 222px;
    padding-bottom: 90px;
}
.headingContainer {
    margin-top: 74px;
    padding-right: 620px;
    padding-left: 99px;
    color: white;
}
.headingContainer h1{
    color: white;
}
.buttonSection {
    padding-left: 98px;
    padding-top: 23px;
}
.buttonDemo {
    padding: 11px 20px;
    background-color: #ffffff;
    border-style: none;
    border-radius: 10px;
   /*  box-shadow: 0px 0px 11px 0px #676700; */
    font-size: 16px;
    color: #373131;
    font-family: 'Poppins', sans-serif;
}
.buttonDemo a{
    color: #373131;
}
.listPara li{
    color: black;
    text-decoration: none;
    list-style: none;
}
.listPara {
    padding-bottom: 70px;
    text-align: center;
}
.listParaWhite {
    width: 17%;
    margin: auto;
}
.listParaWhite ul{
   text-align: left;
}
.listParaWhite li{
    color: rgb(255, 255, 255);
}
.buttonSection1{
    margin-bottom: 35px;
    margin-top: 45px;
}
.buttonDemo1{
    padding: 7px 24px;
    background-color: #14af78;
    border-style: none;
    border-radius: 10px;
    box-shadow: 0px 0px 11px 0px #959595;
    font-size: 16px;
    color: #615b5b;
    font-family: 'Poppins', sans-serif;
}

.buttonDemo1 a{
    color: #4b4b4b;
}

@media screen and (max-width: 600px) {
    .headingContainer {
        margin-bottom: 12px;
        margin-top: 74px;
        padding-right: 50px;
        padding-left: 53px;
        color: white;
        text-align: center;
    }
    .descSection {
        display: flex;
        flex-direction: column;
        padding-top: 140px;
        padding-bottom: 133px;
    }

    .firstScreenBg{
      
        height: unset;
    }

    .firstScreenBg-faq{
        height:130vw ;
    }
}