
.bebas {
    font-family: 'Bebas';
    font-weight: normal;
    font-style: normal;
}
/* .prices-img{
    width:480px;

} */
.new-imgs{
    width:850px;
}
.heading-banner{
    /* padding-top: 50px; */
    margin-top:20px;
}
.gn-font{
    font-size: 43px;
}

/* for mobile */
@media(max-width: 500px){
    .prices-img{
        width: 300px;
    }
    .new-imgs{
        width: 400px;
    }
    .heading-banner{
        padding-top:20px !important;
        margin-top:0px;
    }
    .gn-font{
        font-size: 20px;
    }
}


[title-section] {
    font-size: 22px;
    text-transform: uppercase;
}

[content-section] {
    margin-top: 20px;
}

.__affirm-logo.__ligature__affirm_full_logo__ {
    margin-left: 5px;
}

[configure-options] {
color: #fff;
transition: all 0.2s 0s;
background: #C9A14A;
text-align: center;
display: inline-block;
padding: 10px 17px;
border-radius: 50px;
font-size: 15px;
cursor: pointer;
font-weight: 600;
width: 40% !important;
}

[configure-options]:hover {
    background: #cb9a32;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
}
.line-separation{
    width: 6px;
    opacity: 0.3;
    height: 1125px;
    background-color: black;
}
[head-section] {
    position: relative;
    cursor: pointer;
}

[head-section] i {
    position: absolute;
    left: 0;
    top: 10%;
    left: -40px;
    font-size: 25px;
    transition: transform 0.2s 0s;
}

[head-section] i {
    transform: rotate(-90deg);
}

[head-section] i.selected {
    transform: rotate(0deg) !important;
}

[body-section] .px-5,
[body-section] .order-1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
}

[body-section] .pl-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
}

.about-gaming{
    display: flex;
    align-items: start;
  
}
.min-classic-btns{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding:0 15px;
}







/* FOR IPAD */
@media(max-width:912px){
  

    [configure-options] {
        width: 80% !important;
    }
    .line-separation{
        width: 4px;
        opacity: 0.3;
        height: 1200px;
        background-color: black;
    }
    .min-classic-btns{
        flex-direction: column;
    }
}

@media (max-width:500px) {
   


    
    [title-section] {
        font-size: 22px;
        text-transform: uppercase;
    }

    .affirm-modal-trigger {
        display: none;
    }

    div.py-2.mt-3.mx-auto.mt-lg-5 img {
        margin-top: 0px !important;
    }

    .affirm-as-low-as {
        font-size: 12px;
    }

    [body-section]>div:nth-child(n+1) img {
        margin-top: 22px;
    }

    [content-section] {
        font-size: 16px;
        margin-top: 15px;
    }
    [configure-options] {
    color: #fff;
        background: red;
        text-align: center;
        display: inline-block;
        padding: 13px 8px;
        border-radius: 50px;
        font-size: 14px;
        cursor: pointer;
        font-weight: 600;
        width: 90% !important;
}

 .min-classic-btns{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding:0 15px;
}

.line-separation{
   width: 2px;
   height:1340px;
}

}


.body-section ::-webkit-scrollbar {
    width: 0px;
    height: 10px;
    background: #fff;
}

.body-section ::-webkit-scrollbar-thumb {
    background: #ccc;
}

[section-title] {
    margin-top: 5px;
    color: #666;
}

@media (max-width: 600px) {
    .body-section ::-webkit-scrollbar {
        width: 0px;
        height: 2px;
        background: #fff;
    }

    [section-title] {
        padding-left: 15px;
        padding-right: 15px;
    }

    [shop-selector]>div {
        width: 65px !important;
        height: 65px !important;
    }
}


@media (max-width: 920px) {
    [specs] div.w-50 {
        width: 100% !important;
    }
}

.specs-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
.space-text-2{
    margin-top: 15px;
    margin-bottom: 15px;
}
.specs-text-2>div {
    padding: 15px;
   
}

.specs-text>div {
    padding: 15px;
}

a.affirm-modal-trigger {
    margin-left: 10px;
    color: #00c !important;
}

.expand-btn {
    background: linear-gradient(to right,red, #8A0A17);
color: white;
border: none;
padding: 4px 23px;
cursor: pointer;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;

transition: transform ease-in  0.2s;
}

.arrow-down {
display: inline-block;
margin-left: 10px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid white;
transition: transform ease-in  0.2s;

}

.rotate{
    transform: rotate(180deg);

}

[home-section] .carousel {
    aspect-ratio: auto 748 / 561;

}

[home-section] .carousel-item {
    aspect-ratio: auto 748 / 561;
}

[home-section] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}




   


