body{
    overflow-x: hidden;
}

h1.text-shadow{
    text-shadow:-1px 1px 2px #00eaff, 0 0 12px #00eaff78, 0 0 32px #00eaff45;
    /* font-size:100px; */
    font-family: "Audiowide";
}
.hero{
    min-height: 100vh;
    padding-top: 120px;
}
.subtitle.white{
    background: linear-gradient(var(--primary-gradient));
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}
.list-style-2{
        padding-left: 0;
    list-style: none;
}
.list-style-2 li{
    background: #00eaff12;
    padding: 5px 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    color: #000;
    width: fit-content;
}
footer.section-dark{
    background: url(../images/footer-bg.jpg) no-repeat center;
    background-size: cover;
}
.mob-block{
    display: none!important;
}
.service-section h4{
    background: linear-gradient(var(--primary-gradient));
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 600;
}
@media (max-width:767px){
  .mob-block{
    display: block!important;
}
}