body {
    margin: 0;
    padding: 0;
    font-family: 'Arsenal', sans-serif;
}
.mobile {
    display: none;
}
.header-main-div {
    display: flex;
    align-items: flex-end;
    background-color: #262626;
    min-height: 88px;
    justify-content: space-between;
    padding: 0 60px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
}
.header-sub-div {
    color: #c5bab4;
    padding: 8px 40px;
    font-size: 28px;
}
.header-logo-div img {
    height: 88px;
    width: 88px;
    margin-bottom: -8px;
}
.body-main-div {
    background-image: url('background.jpg');
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1; 
}
#main {
    margin-top: 72px;
}
.link {
    color: #efd364;
    text-decoration: none;
}
.body-left-div {
    margin: 0 92px;
    background-color: #262626e6;
    display: flex;
    flex-direction: column;
    max-width: 34%;
    padding: 8px 68px;
}
.about-us {
   min-height: 740px;
}
.body-left-sub {
    color: white;
    margin: 8px 0;
    text-align: justify;
}
.body-logo {
    color: white;
    margin: 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
}
.body-logo img{
    height: 64px;
    width: auto;
}
.sub-header {
    color: #cabb7c !important;
    font-size: 20px;
}
.header-main-div a.active, .header-main-div a:hover {
    background-image: url('nav3.png');
    background-size: cover;

}
.body-sub-div {
    display: flex;
    justify-content: space-between;
}
.body-right-div img{
    height: auto;
    width: 100%;
    max-width: 600px;
}
.tutorial-video {
    width: 100%;
    height: 360px;
    margin-top: 16px;
}
.img-2 {
    width: 100%;
    margin-top: 16px;
}
.socials {
    display: flex;
    gap: 20px; 
    justify-content: center;
}
.social-icon {
    fill: #ffffffb3;
    height: 40px;
    width: 40px;
    margin: 20px 0 40px;
    cursor: pointer;
}
.youtube-icon {
    fill: #ffffffb3;
    height: 60px;
    width: 60px;
    margin-top: 10px;
    cursor: pointer;
}
.game-rules {
    min-width: 34%;
}
.shop-now-btn {
    background: #eda73f;
    margin: 50px auto 0;
    width: 180px;
    height: 60px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 6px;
    padding: 0;
    font-weight: 700;
    cursor: pointer;
}
.rulebook-images {
    margin-bottom: 40px;
}
.rulebook-image {
    width: 100%;
    cursor: pointer;
}
.architect-image-container {
    display: flex;
    align-items: center;
}
.email {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: white;
    margin-top: 4px;
}
@media screen and (max-width: 1200px) {
    .web {
        display: none;
    }
    .mobile {
        display: unset;
    }
    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 48px;
        background-color: #262626;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 99;
        padding: 0 8px 0 3px;
    }
    .mobile-logo img {
        height: 36px;
        width: auto;
    }
    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav-list {
        list-style: none;
        display: none;
    }
    .nav-list li {
        margin: 0 auto;
        text-decoration: none;
        width: calc(100% - 60px);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        border-radius: 8px;
        margin-bottom: 4px;
        padding: 12px 16px;
    }
    .nav-list li:first-child {
        margin-top: 8px;
    }
    .nav-list a {
        text-decoration: none;
        color: #ffffffb8;
        font-weight: bold;
        font-size: 16px;
    }
    .menu-toggle {
        display: block;
    }
    .bar {
        display: block;
        width: 25px;
        height: 3px;
        background-color: white;
        margin: 5px 0;
    }
    .nav-list.show {
        display: flex;
        flex-direction: column;
        background-color: #272727;
        position: absolute;
        top: 47px;
        right: 0;
        z-index: 100;
        margin: 0;
        padding: 8px 0;
        width: 100%;
        min-height: calc(100vh - 64px);
    }
    .menu-toggle .bar {
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    }
    .menu-toggle.close .bar:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }
    .menu-toggle.close .bar:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle.close .bar:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }
    .mobile-secondary-logo {
        width: 50%;
        height: auto;
        margin: auto;
    }
    ul {
        background-image: url('mobile-background.png');
        background-size: cover;
        background-repeat: no-repeat;
    }
    .mobile-body-main-div {
        background-image: url('mobile-background.png');
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        z-index: -1; 
    }
    .mobile-sub {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #ffffffb8;
        font-size: 22px;
    }
    .mobile-body-logo {
        width: 50%;
        max-width: 180px;
    }
    .mobile-img {
        width: 80%;
    }
    .mb20 {
        margin-bottom: 20px;
    }
    .mobile-paragraph {
        padding: 16px 20px 0;
        font-size: 18px;
        text-align: center;
        background-color: #2626264f;
    }
    .pb16 {
        padding-bottom: 16px;
    }
    .main-headline {
        margin-top: 40px;
    }
    .headline {
        margin: 16px 0;
        color: #c5bab4;
    }
    .mobile-shop-now-btn {
        width: 120px;
        display: flex;
        height: 40px;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 6px;
        background: #efd364;
        margin: 10px 0;
        padding: 0;
        font-weight: 700;
    }
    .mobile-link {
        color: #efd364;
        text-decoration: none;
    }
    .mobile-socials {
        display: flex;
        gap: 20px;
    }
    .mobile-email {
        font-size: 20px;
    }
    .mobile-social-icon {
        fill: #ffffffb3;
        height: 40px;
        width: 40px;
        margin: 20px 0 40px;
    }
    .mobile-youtube-icon {
        fill: #ffffffb3;
        height: 60px;
        width: 60px;
        margin-top: 10px;
    }
    .mobile-tutorial-video {
        width: calc(100% - 40px);
        height: 54vw;
    }
    .mobile-image-container {
        background-color: #2626264f;
        padding: 0 20px 16px;
    }
    .mobile-img-2 {
        width: 100%;
    }
    .mobile-rulebook-images {
        padding: 0 20px 20px;
        background: #2626264f;
    }
    .mobile-rulebook-image {
        width: 100%;
    }
    .mobile-rulebook-text {
        width: 100%;
    }
}