*{
    list-style: none;
}
.one{
    background-color: transparent;
    border: none;
}
.two{
    background-image:linear-gradient(rgba(63, 63, 63, 0.5), rgba(43, 40, 40, 0.5)), url(../images/illustration/banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.three{
 padding-top: 130px;
 padding-bottom: 140px;
}
.four{
    background-color: #FAB700;
    border: none;
}
.five{
    width: 320px;
}
.six{
    background-color: #F9F9FF;
    height: 70vh;
}
.seven{
    background-color: gray;
}
.eight{
    background-color: white;
    border: none;
    font-size: 14px;
}
.nine{
    padding-bottom: 140px;
}
.ten{
    background-color: #F9F9FF;
}
.eleven{
    margin-top: 200px;
}
.first{
    font-size: 30px;
}
.second{
    background-image:linear-gradient(rgba(245, 180, 3, 0.5), rgba(253, 215, 0, 0.5)), url(../images/illustration/call-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.third{
    background-color: #1E1C27;
}
.fifth{
    background-color: #23202E;
}
.new{
    width: 300px;
}

@media (min-width:768px){
    .lazy{
        font-size: 36px;
    }
    .five{
        width: 139vh;
    }
    .lazy1{
        font-size: 36px;
    }
    .lazy2{
        font-size: 36px;
    }
    .lazy3{
        font-size: 36px;
    }
    .lazy4{
        font-size: 36px;
    }
    .lazy5{
        padding-top: 35px;
    }
    .lazy6{
        border: none;
    }
    .new{
        width: 700px;
    }
}
@media (min-width:992px){
    .lazy6{
        background-color: transparent;
        border: none;
    }
    .lazy7{
        font-size: 12px;
    }
    .two{
        height: 718px;
        position: relative;
    }
    .lazy8{
        position: absolute;
        top: 416px;
        margin-left: 100px;
    }
    .five{
        width: 110vh;
    }
    .new{
        width: 120vh;
    }
    .new1{
        background-color: #F9F9FF;
    }
    .new3{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        margin-left: 105px;
        background-color: #1E1C27;
    }
}