* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}


.main {
    width: 100%;

}




.banner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* vendos lart */
    align-items: start;
    background: url(/images/aboutbanner.png) no-repeat;

}

.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;
}

.firstSector {
    width: 85%;
    margin: 115px auto 0;
    padding-left: 23px;
    padding-top: 24px;
}

.firstSector p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #161540;


}

.secondSector {
    width: 85%;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.secondSector h1 {
    font-weight: 400;
    font-size: 62px;
    line-height: 120%;
    letter-spacing: -3%;
    color: #2AB7DF;
}

.secondSector p {
    font-family: Figtree;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0px;
    color: #161540;
}

.secondSector .left {
    width: 40%;
    margin-right: 50px;
}

.secondSector .right {
    width: 45%;

}

.thirdSector {
    width: 85%;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.thirdSector img {
    width: 100%;
}

.fourthSector {
    width: 85%;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}




.fourthSector h1 {
    font-weight: 400;
    font-size: 62px;
    line-height: 120%;
    letter-spacing: -3%;
    color: #2AB7DF;
}

.fourthSector p {
    font-family: Figtree;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0px;
    color: #161540;
}

.fourthSector .left {
    width: 30%;
    margin-right: 50px;
}

.fourthSector .right {
    width: 50%;

}

.fifthSector {
    width: 85%;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.fifthSector img {
    width: 100%;
}

.sixthSector {

    width: 85%;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.sixthSectorColor {
    background-color: #AECAD6;
    padding: 100px 0;
}

.sixthSector h1 {
    font-weight: 400;
    font-size: 62px;
    line-height: 120%;
    letter-spacing: -3%;
    color: white;
}

.sixthSector p {
    font-family: Figtree;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0px;
    color: white;
}

.sixthSector .left {
    width: 30%;
    margin-right: 50px;
}

.sixthSector .right {
    width: 60%;

}

.seventhSector {
    width: 85%;
    margin: 0 auto;


    display: flex;
    flex-wrap: wrap;
    justify-content: end;

}

.seventhSectorContent {
    width: 60%;
    display: flex;
}

.seventhSector img {
    position: relative;
    top: -180px;
    margin: 10px;
    width: 50%;
}

@media screen and (max-width: 992px) {
    .secondSector {
        flex-direction: column;
        align-items: center;
    }

    .secondSector .left {
        width: 100%;
        margin-right: 0;
    }

    .secondSector .right {
        width: 100%;
        margin-top: 50px;
    }

    .fourthSector {
        flex-direction: column;
        align-items: center;
    }

    .fourthSector .left {
        width: 100%;
        margin-right: 0;
    }

    .fourthSector .right {
        width: 100%;
        margin-top: 50px;
    }

    .sixthSector {
        flex-direction: column;
        align-items: center;
    }

    .sixthSector .left {
        width: 100%;
        margin-right: 0;
    }

    .sixthSector .right {
        width: 100%;
        margin-top: 50px;
    }

    .seventhSectorContent {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .seventhSector img {
        position: static;
        top: 0px;
        margin: 10px;
        width: 100%;
    }

}