* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}


.banner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* vendos lart */
    align-items: start;
    background-size: cover !important;

}

.bannerSection {
    margin-top: 80px;
    color: rgb(0, 0, 0);
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    /* qendër horizontalisht */
    text-align: start;
    padding-left: 0;
}

.bannerSection h1 {
    color: white;
    font-weight: 300;
    font-size: 100px;
    line-height: 100%;
    letter-spacing: -3%;
    margin-bottom: 100px;
    transition: all 0.4s ease-in-out;
}


.main h1 {

    margin-top: 60px;
    font-weight: 400;
    font-size: 62px;
    line-height: 120%;
    letter-spacing: -3%;
    color: #2AB7DF;
}

.main h3 {
    margin-top: 60px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -3%;
    color: #2AB7DF;
}

.main {
    max-width: 85%;
    margin: 0 auto;
}



.main li,
.main p {
    margin-top: 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -3%;
    color: #161540;
}


.main img {
    width: 100%;
    border-radius: 30px;
    margin: 0 auto;
}

.main .image {
    margin: 200px 0;

}

span {
    font-weight: 100;
}


@media screen and (max-width: 600px) {
    .main {
        max-width: 90% !important;
    }

}