* {
    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/turizmi/banner.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;
    align-items: center;
}

.firstSector p {
    width: 65%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #161540;


}


.secondSector {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.right {
    display: flex;
    align-items: center;
    width: 40%;
}

.right img {
    width: 80%;
}

.left {

    width: 45%;
}



.left h3 {
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -3%;

    color: #929C9A;
    transition: color 0.3s ease;
}

.menu-item {
    margin: 25px 0 5px;
    cursor: pointer;
    color: #555;
    transition: color 0.3s ease;
}

.menu-item:hover {
    color: #000;
}

.description {
    margin-top: 32px;
    font-size: 18px;
    color: #333;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
    margin-bottom: 0;
    padding-left: 0;
}

.description.show {
    max-height: 300px;
    /* ose më shumë nëse përshkrimi është i gjatë */
    opacity: 1;
    padding-left: 10px;
    margin-bottom: 32px;
}

.menu-item.active {
    border-bottom: 2px solid black;
    color: black;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -3%;

    /* pak ma i madh se 28px fillestar */
    transition: color 0.3s ease, border-bottom 0.3s ease, font-size 0.3s ease;
}

.menu-item.active h3 {
    color: #000;
}

.thirdSector {
    width: 85%;
    margin: 0 auto;
    margin-top: 100px;
}

.bottom {
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
}

.bottom img {
    margin-bottom: 60px;
}

.firstrow {
    display: flex;
    flex-direction: column;

}

.top h1 {
    font-weight: 400;
    font-size: 62px;
    line-height: 120%;
    letter-spacing: -3%;
    color: #2AB7DF;
}

.secondrow {
    display: flex;
    flex-direction: column;
    margin-left: 100px;
}

.thirdrow {
    display: flex;
    flex-direction: column;
    margin-left: 100px;
}

@media screen and (max-width: 992px) {
    .firstSector {
        flex-direction: column;
        align-items: center;
    }

    .firstSector p {
        width: 100%;
    }

    .secondSector {
        flex-direction: column;
        align-items: center;
    }

    .secondSector .left {
        width: 100%;
        margin-right: 0;
    }

    .secondSector .right {
        width: 100%;
        margin-top: 50px;
    }

    .secondSector .right img {
        width: 100%;
    }

    .thirdSector {
        flex-direction: column;
        align-items: center;
    }

    .thirdSector img {
        width: 100%;
    }

    .secondrow {
        margin: 0;
    }

    .thirdrow {
        margin: 0;
    }

}