/* General Styles */
body {
    background-color: #000;
    color: #fff;
    font-family: sans-serif;
    margin: 0;
}

.no-wrap {
    white-space: nowrap;
}

.container {
    padding-left: 7.43vw; /* 107px / 14.4 */
    padding-right: 7.43vw; /* 107px / 14.4 */
}

/* Banner */
.banner {
    background-image: url(imgs/banner.png);
    background-size: cover;
    background-position: center;
}

.banner .container {
    padding-top: 1.67vw; /* 24px / 14.4 */
    padding-bottom: 5.56vw; /* 80px / 14.4 */
}

.banner-content {
    max-width: 50%;
}

.banner .logo {
    width: 11.875vw; /* 171px / 14.4 */
    margin-top: 1.67vw; /* 24px / 14.4 */
    margin-bottom: 2.08vw; /* 30px / 14.4 */
}

.banner h1 {
    font-size: 4.03vw; /* 58px / 14.4 */
    font-weight: 800;
    color: #FFFFFF;
    margin: 0 0 1.67vw; /* 24px / 14.4 */
    text-transform: capitalize;
}

.banner p {
    font-size: 1.25vw; /* 18px / 14.4 */
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin: 0 0 2.78vw; /* 40px / 14.4 */
}

.banner button {
    width: 14.58vw; /* 210px / 14.4 */
    height: 4.17vw; /* 60px / 14.4 */
    border-radius: 2.85vw; /* 41px / 14.4 */
    background: linear-gradient(270deg, #f83f21 0%, #d9277d 100%);
    font-size: 1.67vw; /* 24px / 14.4 */
    font-weight: 500;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

/* Section 1 */
.section1 {
    background: linear-gradient(-45deg, #f83f21 0%, #d9277d 100%);
    height: 12.5vw; /* 180px / 14.4 */
}

.section1 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.section1-left {
    display: flex;
    gap: 5.56vw; /* 80px / 14.4 */
}

.stat h4 {
    font-size: 3.06vw; /* 44px / 14.4 */
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 0.56vw; /* 8px / 14.4 */
}

.stat p {
    font-size: 1.11vw; /* 16px / 14.4 */
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    text-transform: capitalize;
}

.section1-right p {
    font-size: 1.11vw; /* 16px / 14.4 */
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    max-width: 27.78vw; /* 400px / 14.4 */
    line-height: 1.5;
}

/* Section 2 */
.section2 {
    margin-top: 9.375vw; /* 135px / 14.4 */
    text-align: center;
}

.section2 h2 {
    font-size: 3.61vw; /* 52px / 14.4 */
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 1.67vw; /* 24px / 14.4 */
    text-transform: capitalize;
}

.section2 .desc {
    font-size: 1.25vw; /* 18px / 14.4 */
    font-weight: 400;
    color: #999999;
    margin: 0 auto 3.47vw; /* 50px / 14.4 */
    max-width: 50%;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.67vw; /* 24px / 14.4 */
}

.gallery img {
    width: 100%;
    display: block;
}

.gallery .wide {
    grid-column: span 2;
}

/* Section 3 */
.section3 {
    margin-top: 9.375vw; /* 135px / 14.4 */
}

.section3 .container {
    display: flex;
    align-items: center;
    gap: 1.67vw; /* 24px / 14.4 */
}

.section3 .container > img {
    width: 50%;
    height: 36.04vw; /* 519px / 14.4 */
    border-radius: 2.78vw; /* 40px / 14.4 */
    object-fit: cover;
}

.section3 .content {
    background: #242424;
    border-radius: 2.78vw; /* 40px / 14.4 */
    padding: 4.17vw; /* 60px / 14.4 */
    width: 50%;
    height: 36.04vw; /* 519px / 14.4 */
    box-sizing: border-box;
}

.section3 .content > img {
    width: 6.25vw; /* 90px / 14.4 */
}

.section3 h2 {
    font-size: 3.61vw; /* 52px / 14.4 */
    font-weight: 700;
    color: #FFFFFF;
    margin: 1.39vw 0; /* 20px / 14.4 */
    text-transform: capitalize;
}

.section3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section3 li {
    display: flex;
    align-items: center;
    margin-bottom: 1.67vw; /* 24px / 14.4 */
}

.section3 li img {
    width: 1.67vw; /* 24px / 14.4 */
    height: 1.67vw; /* 24px / 14.4 */
    margin-right: 1.11vw; /* 16px / 14.4 */
}

.section3 li span {
    font-size: 1.25vw; /* 18px / 14.4 */
    font-weight: 400;
    color: #CCCCCC;
}

/* Section 4 */
.section4 {
    margin-top: 9.375vw; /* 135px / 14.4 */
    text-align: center;
}

.section4 h2 {
    font-size: 3.61vw; /* 52px / 14.4 */
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 3.47vw; /* 50px / 14.4 */
    text-transform: capitalize;
}

.features {
    display: flex;
    justify-content: space-around;
    gap: 2.78vw; /* 40px / 14.4 */
}

.feature {
    flex: 1;
}

.feature img {
    width: 6.25vw; /* 90px / 14.4 */
    margin-bottom: 1.67vw; /* 24px / 14.4 */
}

.feature h3 {
    font-size: 1.67vw; /* 24px / 14.4 */
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 1.11vw; /* 16px / 14.4 */
    text-transform: capitalize;
}

.feature p {
    font-size: 1.11vw; /* 16px / 14.4 */
    font-weight: 400;
    color: #999999;
    line-height: 1.5;
}

/* Section 5 */
.section5 {
    margin-top: 9.375vw; /* 135px / 14.4 */
}

.section5 .container {
    display: flex;
    align-items: center;
    gap: 1.67vw; /* 24px / 14.4 */
}

.section5 .content {
    background: #242424;
    border-radius: 2.78vw; /* 40px / 14.4 */
    padding: 4.17vw; /* 60px / 14.4 */
    width: 50%;
    height: 36.04vw; /* 519px / 14.4 */
    box-sizing: border-box;
}

.section5 h2 {
    font-size: 3.61vw; /* 52px / 14.4 */
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 1.67vw; /* 24px / 14.4 */
    text-transform: capitalize;
}

.section5 p {
    font-size: 1.11vw; /* 16px / 14.4 */
    font-weight: 400;
    color: #999999;
    line-height: 1.5;
}

.section5 .container > img {
    width: 50%;
    height: 36.04vw; /* 519px / 14.4 */
    border-radius: 2.78vw; /* 40px / 14.4 */
    object-fit: cover;
}

/* Footer */
footer {
    background: #242424;
    padding: 0; /* 40px / 14.4 */
    height: 6.94vw; /* 100px / 14.4 */
    margin-top: 9.375vw; /* 135px / 14.4 */
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

footer img {
    width: 11.875vw; /* 171px / 14.4 */
}

footer p {
    font-size: 0.97vw; /* 14px / 14.4 */
    font-weight: 400;
    color: #B2B2B2;
    margin: 0;
}
