* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

body {
    background-color: black;
}

.flex {
    display: flex;
}

.container {
    width: 1320px;
    margin: 0 auto;
}

/* Navbar started here */
.navBar {
    width: 100%;
    padding: 28px 0px;
    position: absolute;
}

.navItems-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navItems-wrapper .logo {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.navItems-wrapper .navItems ul li {
    display: flex;
    flex-direction: row;
}

.navItems-wrapper .navItems ul {
    gap: 60px;
}

.navItems-wrapper .navItems a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: all linear 0.2s;
}

.navItems-wrapper .navItems a:hover {
    color: #000000;
}

/* Navbar ends here */

/* banner started here  */
.banner {
    background: url(../images/background-img.jpg) no-repeat center center;
    background-size: cover;
    padding: 462px 0px;

}

.bannerText-wrapper {}

.bannerText-wrapper p {
    font-size: 18px;
    font-weight: 700;
    line-height: 24.51px;
    letter-spacing: 7px;
    text-align: left;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
    color: #FFC178;
    width: 517px;
    height: 29.22px;
    top: 462px;
    left: 300px;
    gap: 0px;
    opacity: 0px;

}

.bannerText-wrapper h1 {
    font-size: 96px;
    font-weight: 700;
    line-height: 100px;
    text-align: left;
    text-decoration-skip-ink: none;
    width: 970px;
    height: 205px;
    top: 529px;
    left: 300px;
    gap: 0px;
    opacity: 0px;
    color: #FFFFFF;


}

.bannerText-wrapper h1 span {
    font-size: 88px;
    font-weight: 400;
    line-height: 100px;
    text-align: left;
    text-decoration-skip-ink: none;
    display: inline-block;
}

/* banner ends here  */

/* About started here  */
.about {}

.aboutItems-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 319px 0px;
}

.aboutItems-wrapper img {
    width: 582px;
    height: 713px;
}

.aboutTexts-wrapper {}

.aboutTexts-wrapper p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 6px;
    text-align: left;
    width: 315px;
    color: #FBD784;
    text-transform: uppercase;
}

.aboutTexts-wrapper h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 87.16px;
    text-align: left;
    width: 496px;
    color: white;
    text-transform: uppercase;
    margin: 13px 0px;
}

.aboutTexts-wrapper h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    width: 587px;
    color: white;
    text-transform: uppercase;
}

.aboutTexts-wrapper button {
    font-size: 18px;
    font-weight: 700;
    line-height: 24.51px;
    color: #FBD784;
    background: none;
    border: none;
    margin-top: 66px;
}

/* About Ends here  */

/* other section started here  */
.other {}

.background-img {
    background: url(../images/other-background.jpg) no-repeat center center;
    background-size: cover;
    width: 1320px;
    height: 964.92px;
}

.otherTexts-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
    justify-content: end;
}

.otherTexts-wrapper p {
    width: 94px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.51px;
    letter-spacing: 6px;
    color: #FBD784;
    text-transform: uppercase;

}

.otherTexts-wrapper h1 {
    width: 932px;
    font-size: 64px;
    font-weight: 700;
    line-height: 87.18px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    margin: 15px 0px;

}

.otherTexts-wrapper h4 {
    width: 893px;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}

.otherTexts-wrapper button {
    font-size: 18px;
    font-weight: 700;
    line-height: 24.51px;
    color: #FBD784;
    background: none;
    border: none;
    margin-top: 26px;
    margin-bottom: 32px;
}

/* other section started here  */

/* culture section started here  */
.reverse {
    flex-direction: row-reverse;
}

/* culture section started here  */