/*--------------------------------------------------------------
# landing-bigbanner Section
--------------------------------------------------------------*/
.showBannerLandscape, .showBannerPortrait{
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height:100%;
    width:100%;
}
@media (max-width: 767px){  
    .showBannerLandscape{
        display:none !important;
    }   
}
@media (min-width: 767px){  
    .showBannerPortrait{
        display:none !important;
    }   
}

.landing-bigbanner {
    /*font-family: 'Puritan', sans-serif;*/
    background-size: initial;
    overflow: hidden;
    height: calc(calc(100vw / 1920) * 675);
    max-height: 825px;
    margin: auto;
    
    position: relative;
    text-transform: uppercase;
}

.landing-bigbanner .separator {
    position: absolute;
    bottom: 0;
    background:  url('../img/separator-banner.png') top center no-repeat;
    background-size: cover;
    overflow-x: hidden;
    width: 100%;
    height: calc(calc(100vw / 1920) * 8);
}

.landing-bigbanner img.main-img {
    position: absolute;
    right: 0;
    z-index: 0;
    width: calc(calc(100vw / 1920) * 1106);
    height: calc(calc(100vw / 1920) * 825);
}

.landing-bigbanner .content {
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 1;
}

.landing-bigbanner .big-text {
    font-size: calc(calc(100vw / 1920) * 137);
    line-height: 1;
}

.landing-bigbanner .medium-text {
    font-size: calc(calc(100vw / 1920) * 64);
    line-height: 1;
}

.landing-bigbanner .small-text {
    font-size: calc(calc(100vw / 1920) * 40);
    line-height: 1;
    /*font-family: 'Puritan', sans-serif;*/
}

.landing-bigbanner .dummy {
    position: absolute;
    z-index: 2;
    width: calc(calc(100vw / 1920) * 130);
    height: calc(calc(100vw / 1920) * 130);
}

.landing-bigbanner .content a:hover {
    color: var(--orange-color2);
}

@media (min-width: 1920px) {
    .landing-bigbanner {
        background-size: cover;
        max-height: revert;
        max-width: revert;
    }

    .landing-bigbanner .dummy {
        width: 130px;
        height: 130px;
        left: calc(calc(100vw / 1920) * 65);
        top: calc(calc(100vw / 1920) * 170);
    }
}

@media (min-width: 2000px) {
    .landing-bigbanner {
        background-size: cover;
        max-height: revert;
        max-width: revert;
    }

    .landing-bigbanner .dummy {
        width: 130px;
        height: 130px;
        left: calc(calc(100vw / 2000) * 56);
        top: calc(calc(100vw / 2000) * 152);
    }
}

@media (max-width: 1920px) {
    .landing-bigbanner .dummy {
        left: calc(calc(100vw / 1920) * 56);
        top: calc(calc(100vw / 1920) * 152);
    }
}

@media (max-width: 1000px) {
    .landing-bigbanner {
        padding-top: 50px;
    }

    .landing-bigbanner .dummy {
        top: calc(calc(100vw / 1920) * 200);
    }
}

@media (max-width: 850px) {
    .landing-bigbanner .dummy {
        top: calc(calc(100vw / 1920) * 210);
    }
}

@media (max-width: 780px) {
    .landing-bigbanner {
        background: url('../img/GAME PAGE/Background-p.jpg') top left no-repeat;
        background-size: cover;
        height: calc(calc(100vw / 780) * 762);
        max-height: 762px;
    }

    .landing-bigbanner .separator {
        height: 8px;
        width: 1920px;
    }

    .landing-bigbanner img.main-img {
        bottom: 0;
        width: calc(calc(100vw / 780) * 1106);
        height: auto;
    }

    .landing-bigbanner .content {
        width: 100%;
        margin: 3rem 2rem auto;
    }

    .landing-bigbanner .big-text {
        font-size: calc(calc(100vw / 780) * 112);
    }

    .landing-bigbanner .medium-text {
        font-size: calc(calc(100vw / 780) * 55);
    }

    .landing-bigbanner .small-text {
        font-size: calc(calc(100vw / 780) * 30);
    }
}

@media (max-width: 650px) {
    .landing-bigbanner .content {
        margin: 2.4rem 2rem auto;
    }
}

@media (max-width: 550px) {
    .landing-bigbanner .content {
        margin: 1.5rem 2rem auto;
    }
}

@media (max-width: 450px) {
    .landing-bigbanner .content {
        margin: .5rem 1rem auto;
    }
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# landing-section1 Section
--------------------------------------------------------------*/
.landing-section1 {
    background:
    url(../img/main_section1/Glow.png) bottom center no-repeat;
    background-size: initial;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: auto;
    
    position: relative;
}

.landing-section1 .container {
    max-width: calc(calc(100vw / 1920) * 1800);
}

.landing-section1 header {
    /*font-family: 'Puritan', sans-serif;*/
    text-align: center;
    text-transform: uppercase;
    font-size: var(--headers-size);
    margin-top: 2rem;
    margin-bottom: 6rem;
}

.landing-section1 header .sub-header {
    text-transform: initial;
    font-size: 1.5rem;
    /*font-family: 'Puritan', sans-serif;*/
    width: 50%;
    margin: auto;
    line-height: 1;
    font-weight: bold;
}

.landing-section1 .col-xl-10 {
    margin: auto;
}

@media (min-width: 2000px) {
    .landing-section1 .col-xl-10 {
        width: 70%;
    }
}

.landing-section1 header span {
    color: var(--orange-color);
}

#game-categories-filters {
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
    text-transform: uppercase;
}

#game-categories-filters li {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 8px 20px 10px 20px;
    font-size: 15px;
    line-height: 1;
    margin: 0 4px 25px 4px;
    transition: 0.3s;
    /*background: url(../img/main_section1/Button_dpurple.png) center center no-repeat;*/
    background-color:#291943;
    box-shadow: -1px 1px 1px 1px #352057;
    border-left: 1px solid #1B102C;
    border-right: 1px solid #1B102C;
    border-bottom: 1px solid #1B102C;
    border-radius:0.5rem;
    background-size: contain;
    width: calc(calc(100vw / 1920) * 289);
    max-width: 289px;
    height: calc(calc(100vw / 1920) * 77);
    max-height: 67px;
    /*font-family: 'Puritan', sans-serif;*/
}

#game-categories-filters li:hover,
#game-categories-filters li.filter-active {
    transition: 0.3s;
    /*background: url(../img/main_section1/Button_gold.png) center center no-repeat;*/
    background:linear-gradient(to bottom, #FDD416 0%, #E17400 100%);
    box-shadow: -1px 1px 1px 1px #FDD416;
    border-left: 1px solid #EFA30B;
    border-right: 1px solid #EFA30B;
    border-bottom: 1px solid #EFA30B;
    border-radius:0.5rem;
    background-size: contain;
    color: black;
}

#game-categories-filters li a,
#game-categories-filters li p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 1.25rem;
}

.game-categories-container {
    position: relative;
    width: 60%;
    margin: auto;
    padding-bottom: 3em;
}

.game-categories-container .game-categories-wrap {
    text-align: center;
    width: fit-content;
}


.game-categories-wrap a > img {
    border-radius: 30px;
    transition: 0.25s all ease-in-out;
}

.game-categories-wrap a:hover > img {
    transform: scale(1.1);
}

.landing-section1 .more {
    text-align: center;
    text-transform: uppercase;
    /*font-family: 'Puritan', sans-serif;*/
    margin-bottom: 3em;
}

.landing-section1 .more a {
    /*background: url(../img/main_section1/Button_dpurple.png) center center no-repeat;*/
    background-color:#291943;
    box-shadow: -1px 1px 1px 1px #352057;
    border-left: 1px solid #1B102C;
    border-right: 1px solid #1B102C;
    border-bottom: 1px solid #1B102C;
    border-radius:0.5rem;
    background-size: contain;
    width: calc(calc(100vw / 1920) * 289);
    max-width: 289px;
    height: calc(calc(100vw / 1920) * 77);
    max-height: 67px;
    display: flex;
    align-items: center;
    margin: auto;
    font-size: 1.5rem;
}

.landing-section1 .more a:hover {
    /*background: url(../img/main_section1/Button_gold.png) center center no-repeat;*/
    background:linear-gradient(to bottom, #FDD416 0%, #E17400 100%);
    box-shadow: -1px 1px 1px 1px #FDD416;
    border-left: 1px solid #EFA30B;
    border-right: 1px solid #EFA30B;
    border-bottom: 1px solid #EFA30B;
    border-radius:0.5rem;
    background-size: contain;
    color: black;
}

.landing-section1 .more a span {
    margin: auto;
}

@media (max-width: 1600px) {
    .landing-section1 header {
        margin-bottom: 4rem;
    }

    .game-categories-container {
        width: 60%;
    }

    .landing-section1 .more a {
        font-size: 1.25rem;
    }

    .landing-section1 header .sub-header {
        width: 60%;
    }
}

@media (max-width: 1400px) {
    .landing-section1 header {
        margin-bottom: 4rem;
    }

    .game-categories-container {
        width: 70%;
    }

    .landing-section1 .more a {
        font-size: 1rem;
    }

    .landing-section1 header .sub-header {
        width: 60%;
    }
}

@media (max-width: 1200px) {
    #game-categories-filters li a,
    #game-categories-filters li p {
        font-size: 1rem;
    }

    #game-categories-filters {
        margin: 0 auto 15px auto;
    }

    .landing-section1 .more a {
        font-size: 1rem;
    }

    .landing-section1 header .sub-header {
        font-size: 1.15rem;
    }
}

@media (max-width: 901px) {
    .landing-section1 header {
        margin-bottom: 3rem;
    }

    #game-categories-filters li a,
    #game-categories-filters li p {
        font-size: .8rem;
    }

    #game-categories-filters {
        margin: 0 auto;
    }

    .game-categories-container {
        width: 75%;
    }

    .landing-section1 .more a {
        font-size: .8rem;
    }

    .landing-section1 header .sub-header {
        font-size: 1rem;
    }
}


@media (max-width: 780px) {
    br.mobile-break {
        display: block;
        content: "";
    }

    .landing-section1 header {
        line-height: 1.1;
        font-size: 2rem;
    }

    .landing-section1 .more a,
    #game-categories-filters li {
        width: calc(calc(100vw / 768) * 150);
        height: calc(calc(100vw / 768) * 40);
    }
    .landing-section1 .more a{
        width: calc(calc(100vw / 768) * 180);
    }
    
    #game-categories-filters li {
        margin: 0 0 15px;
    }

    .game-categories-item.col {
        width: fit-content;
    }

    .game-categories-item.col .game-categories-wrap a {
        height: fit-content;
        display: block;
    }

    .game-categories-container-mobile {
        height: 350px;
        overflow-x: auto;
        margin-top: 2rem;
        scrollbar-color: transparent;
    }

    #games-mobil {
        width: 100%;
        overflow: auto;
    }

    .game-categories-wrap a:hover > img {
        transform: scale(1);
    }

    .landing-section1 {
        background: 
        url(../img/main_section1/Glow.png) bottom center no-repeat;
        background-size: initial;
    }

    .landing-section1 .more {
        margin: 3em 0;
    }
}

@media (max-width: 650px) {
    .game-categories-container-mobile {
        height: 250px;
        margin-top: .5rem;
    }

    .game-categories-item.col .game-categories-wrap a {
        width: 200px;
    }

    .landing-section1 .more {
        margin: 1.25em 0;
    }

    .landing-section1 .more a,
    #game-categories-filters li a,
    #game-categories-filters li p {
        font-size: .7rem;
    }

    .landing-section1 .more a,
    #game-categories-filters li {
        width: calc(calc(100vw / 768) * 120);
        height: calc(calc(100vw / 768) * 40);
    }

    .landing-section1 header {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 550px) {
    .game-categories-container-mobile {
        height: 190px;
    }

    .game-categories-item.col .game-categories-wrap a {
        width: 150px;
    }

    .landing-section1 .more a,
    #game-categories-filters li a,
    #game-categories-filters li p {
        font-size: 12px;
    }

    .landing-section1 .more a,
    #game-categories-filters li {
        width: calc(calc(100vw / 768) * 150);
        height: calc(calc(100vw / 768) * 40);
    }
    .landing-section1 .more a{
        width: calc(calc(100vw / 768) * 180);
    }
    .landing-section1 header {
        font-size: 1.6rem;
    }
}

@media (max-width: 450px) {
    .game-categories-container-mobile {
        height: 160px;
    }

    .game-categories-item.col .game-categories-wrap a {
        width: 120px;
    }

    .landing-section1 .more a,
    #game-categories-filters li a,
    #game-categories-filters li p {
        font-size: 12px;
    }

    .landing-section1 header {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 350px) {
    .game-categories-container-mobile {
        height: 140px;
    }

    .game-categories-item.col .game-categories-wrap a {
        width: 100px;
    }

    .landing-section1 .more a,
    #game-categories-filters li a,
    #game-categories-filters li p {
        font-size: 12px;
    }

    .landing-section1 .more a,
    #game-categories-filters li {
        width: calc(calc(100vw / 768) * 170);
        height: calc(calc(100vw / 768) * 45);
    }

    #game-categories-filters li {
        margin: 0 0 10px;
    }

    .landing-section1 header {
        font-size: 1.1rem;
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 300px) {
    .game-categories-container-mobile {
        height: 120px;
    }

    .game-categories-item.col .game-categories-wrap a {
        width: 80px;
    }

    .landing-section1 .more a,
    #game-categories-filters li a,
    #game-categories-filters li p {
        font-size: 12px;
    }

    .landing-section1 .more a,
    #game-categories-filters li {
        width: calc(calc(100vw / 768) * 170);
        height: calc(calc(100vw / 768) * 45);
    }

    #game-categories-filters li {
        margin: 0 0 10px;
    }

    .game-categories-wrap a > img {
        border-radius: 10px;
        transition: 0.25s all ease-in-out;
    }

    .landing-section1 header {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}

/*--------------------------------------------------------------
# landing-main-last-section Section
--------------------------------------------------------------*/
.landing-main-last-section {
    overflow: hidden;
    margin: auto;
    
    position: relative;
    background: url(../img/main_section2/Background_Room_2.webp) top left no-repeat,
    url(../img/main_section2/Background_Room_1.webp) top right no-repeat,
    url(../img/main_section1/Glow.png) bottom center no-repeat;
}

.landing-main-last-section .container {
    max-width: calc(calc(100vw / 1920) * 1700);

}

.landing-main-last-section header {
    /*font-family: 'Puritan', sans-serif;*/
    text-align: center;
    text-transform: uppercase;
    font-size: var(--headers-size);
    margin-top: 35px;
    line-height: 1.1;
}

.landing-main-last-section header span {
    color: var(--orange-color);
}

.landing-main-last-section .section-body {
    font-weight: bold;
    padding-top: 4rem;
}

.section-body .small-container {
    width: 50%;
    line-height: 1.25;
    font-size: 1.5rem;
    margin: 2rem auto 4rem;
}

.section-body .text-orange {
    font-size: 1.75rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    width: 90%;
    /*font-family: 'Puritan', sans-serif;*/
    font-weight: initial;
}

.section-body .big-container {
    width: 60%;
    text-align: center;
    margin: auto;
}

.section-body .big-container p {
    margin-bottom: 2rem;
    line-height: 1.25;
    font-size: 1.15rem;
}

.section-body .big-container {
    font-size: 3rem;
}

.section-body .row {
    position: relative;
}

.section-body .col-6 {
    text-align: left;
}

.section-body .divider {
    height: 95%;
    margin: auto;
    position: absolute;
    width: 1px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
}

.move-r {
    margin-left: auto;
}

.join-cards-holder {
    margin-bottom: 3rem;
}

.join-card-element {
    text-align: center;
}

.join-card-element .join-card-header {
    text-transform: uppercase;
    /*font-family: 'Puritan', sans-serif;*/
    font-size: 1.5rem;
    margin: 1rem 0;
}

.join-card-element .join-card-body {
    text-align: left;
    line-height: 1;
    width: 80%;
    margin: auto;
    font-weight: bold;
    font-size:18px;
}

@media (max-width: 1500px) {
    .section-body .small-container {
        font-size: 1.15rem;
        margin: 0 auto 4rem;
    }

    .section-body .text-orange {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 1400px) {
    .join-card-element .join-card-icon {
        width: 70%;
        margin: auto;
    }
}

@media (max-width: 1200px) {
    .landing-main-last-section .section-body {
        padding-top: 1rem;
    }

    .section-body .small-container {
        font-size: 1rem;
        margin: 0 auto 4rem;
        width: 60%;
    }

    .section-body .text-orange {
        font-size: 1.35rem;
        margin-bottom: 1.25rem;
    }

    .section-body .big-container p {
        font-size: 1rem;
    }

    .join-card-element .join-card-icon {
        width: 60%;
    }
}

@media (max-width: 1000px) {
    .section-body .small-container {
        width: 70%;
        margin: 0 auto 3rem;
    }

    .section-body .text-orange {
        font-size: 1.05rem;
        margin-bottom: 1.25rem;
    }

    .join-card-header.text-orange {
        font-size: 1.05rem;
    }

    .join-card-element .join-card-body {
        font-size: .8rem;
    }
}

@media (max-width: 800px) {
    .section-body .text-orange {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 768px) {
    .landing-main-last-section header {
        font-size: 2rem;
    }

    .section-body .big-container {
        width: 100%;
    }

    .join-cards-holder {
        flex-direction: column;
    }

    .join-card-element {
        display: flex;
        text-align: left;
    }

    .join-card-element .join-card-header {
        width: 80%;
        margin: auto;
    }

    .join-card-icon img.img-fluid {
        width: 186px;
        height: 183px;
        max-width: initial;
    }

    .border-right-orange {
        border-bottom: var(--orange-color) 2px solid;
        margin-bottom: 2em;
    }

}

@media (max-width: 650px) {
    .landing-main-last-section header {
        font-size: 1.8rem;
    }

    .section-body .big-container p {
        font-size: .9rem;
    }
}

@media (max-width: 550px) {
    .landing-main-last-section header {
        font-size: 1.4rem;
    }

    .section-body .big-container p {
        font-size: 12px;
    }

    .join-card-icon img.img-fluid {
        width: 146px;
        height: 141px;
        max-width: initial;
    }
}

@media (max-width: 550px) {
    .landing-main-last-section header {
        font-size: 1.2rem;
    }

    .section-body .big-container p {
        font-size: 12px;
    }

    .join-card-icon img.img-fluid {
        width: 126px;
        height: 120px;
        max-width: initial;
    }
}

/*--------------------------------------------------------------
# Favorite Section
--------------------------------------------------------------*/
.favorite {
    overflow: hidden;
    margin: auto;
    
    position: relative;
    background: url(../img/main_section1/Glow.png) bottom center no-repeat;
}

.favorite .container {
    width: calc(calc(100vw / 1920) * 1500);
    max-width: 100%;
    position: relative;
}

.favorite header {
    /*font-family: 'Puritan', sans-serif;*/
    text-align: center;
    text-transform: uppercase;
    font-size: var(--headers-size);
    margin-top: 35px;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.favorite header span {
    color: var(--orange-color);
}

.favorite .section-body {
    font-weight: bold;
    text-align: right;
    position: relative;
    padding-bottom: 2rem;
}

.favorite .section-body .left-container{
    position: absolute;
    top: 6em;
    width: 62%;
}

.favorite .section-body .description {
    position: relative;
    text-align: center;
    top: 0;
    font-size: 1.25rem;
    line-height: 1.25;
    width: 75%;
    margin: auto;
}

.ytp-title-link {
    display: none!important;
}

.favorite .section-body .video{
    position: relative;
    margin: 2em auto;
    width: calc(calc(100vw / 1920) * 750);
    max-width: 750px;
    height: calc(calc(100vw / 1920) * 421);
    max-height: 421px;
}

@media (max-width: 1600px) {
    .favorite .section-body img {
        max-width: 60%;
    }
}

@media (max-width: 1400px) {
    .favorite .section-body img {
        max-width: 50%;
    }

    .favorite .section-body .description {
        font-size: 1.05rem;
        width: 95%;
    }

    .favorite .section-body .left-container {
        top: 2em;
    }
}

@media (max-width: 1200px) {
    .favorite .section-body .description {
        font-size: 1rem;
    }
}

@media (max-width: 1000px) {
    .favorite .section-body .description {
        font-size: .8rem;
    }
}

@media (max-width: 768px) {
    .favorite .section-body {
        display: flex;
        flex-direction: column;
        text-align: left;
    }

    .favorite .section-body .left-container {
        position: relative;
        order: 0;
        margin: auto;
        width: 100%;
    }

    .favorite .section-body img {
        order: 2;
        margin: auto;
    }

    .favorite header {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .favorite .section-body .description {
        font-size: 1rem;
    }

    .favorite .section-body .video {
        position: relative;
        margin: 2em auto;
        width: calc(calc(100vw / 1200) * 750);
        height: calc(calc(100vw / 1200) * 421);
    }

    .favorite .section-body img {
        max-width: 100%;
    }
}

@media (max-width: 650px) {
    .favorite header {
        font-size: 1.6rem;
        margin-bottom: .8rem;
    }

    .favorite .section-body .description {
        font-size: .9rem;
    }
}

@media (max-width: 550px) {
    .favorite header {
        font-size: 1.3rem;
        margin-bottom: .8rem;
    }

    .favorite .section-body .description {
        font-size: 12px;
    }
}

@media (max-width: 450px) {
    .favorite header {
        font-size: 1.1rem;
        margin-bottom: .5rem;
    }

    .favorite .section-body .description {
        font-size: 12px;
    }
}

@media (max-width: 350px) {
    .favorite header {
        font-size: 1rem;
        margin-bottom: .5rem;
    }

    .favorite .section-body .description {
        font-size: 12px;
    }
}

@media (max-width: 780px) {
    .favorite .img-fluid{
        display:none;
    }
}

/*--------------------------------------------------------------
# Choose Section
--------------------------------------------------------------*/
.choose {
    overflow: hidden;
    margin: auto auto 4rem;
    
    position: relative;
}

.choose .container {
    width: calc(calc(100vw / 1920) * 1400);
    max-width: 100%;
    position: relative;
}

.choose header {
    /*font-family: 'Puritan', sans-serif;*/
    text-align: center;
    text-transform: uppercase;
    font-size: var(--headers-size);
    margin-top: 35px;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.choose header#header2 {
    margin: 2em auto;
}

.choose header span {
    color: var(--orange-color);
}

.choose .section-body {
    font-weight: bold;
}

.choose .section-body .body-header {
    text-align: center;
    width: 70%;
    margin: 5rem auto 2rem;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.choose .section-body .row.design {
    margin-bottom: 3rem;
    width: 70%;
}

.choose .section-body .row.design .col-6 {
    text-align: center;
}

.double-column-list {
    column-count: 2;
    column-gap: 140px;
    width: fit-content;
    margin: auto;
    left: 70px;
    position: relative;
    text-align: left;
}

.double-column-list li {
    margin-bottom: 5px; /* Add some space between list items */
}

.double-column-list li::marker {
    color: var(--orange-color);; /* Change the color of the list item markers */
}

.choose .section-body .row {
    margin: auto;
}

.choose .section-body .text-orange {
    font-size: 1.25rem;
}

.choose .section-body .element-body {
    width: 90%;
    text-align: left;
    flex: 1;
    margin-bottom: 1rem;
}

.choose .section-body .element-signup a:hover {
    color: var(--orange-color);
}

.choose .element {
    display: flex;
    flex-direction: column;
}

.choose .more {
    text-align: center;
    text-transform: uppercase;
}

.choose .more a {
    /*background: url(../img/main_section1/Button_dpurple.png) center center no-repeat;*/
    background-color:#291943;
    box-shadow: -1px 1px 1px 1px #352057;
    border-left: 1px solid #1B102C;
    border-right: 1px solid #1B102C;
    border-bottom: 1px solid #1B102C;
    border-radius:0.5rem;
    background-size: contain;
    width: calc(calc(100vw / 1920) * 289);
    max-width: 289px;
    height: calc(calc(100vw / 1920) * 77);
    max-height: 67px;
    display: flex;
    align-items: center;
    margin: auto;
    font-size: 1.5rem;
}

.choose .more a:hover {
    /*background: url(../img/main_section1/Button_gold.png) center center no-repeat;*/
    background:linear-gradient(to bottom, #FDD416 0%, #E17400 100%);
    box-shadow: -1px 1px 1px 1px #FDD416;
    border-left: 1px solid #EFA30B;
    border-right: 1px solid #EFA30B;
    border-bottom: 1px solid #EFA30B;
    border-radius:0.5rem;
    background-size: contain;
    color: black;
}

.choose .more a span {
    margin: auto;
}


@media (max-width: 1600px) {
    .choose .more a {
        font-size: 1.25rem;
    }
}

@media (max-width: 1400px) {
    .choose .section-body .row.design {
        width: 80%;
    }

    .choose .more a {
        font-size: 1rem;
    }
}

@media (max-width: 1300px) {
    .choose .section-body p {
        width: 90%;
        margin: 4rem auto;
        line-height: 1.1;
    }

    .choose .section-body .element-body {
        line-height: 1.1;
    }

    .choose header {
        font-size: 1.95rem;
    }
}

@media (max-width: 1200px) {
    .choose .section-body p {
        line-height: 1;
    }

    .choose .section-body .row.design,
    .choose .section-body .element-body {
        line-height: 1;
    }

    .choose .container {
        width: calc(calc(100vw / 1920) * 1600);
    }

    .choose .section-body .row.design {
        width: 90%;
    }

    .choose .more a {
        font-size: 1rem;
    }
}

@media (max-width: 1000px) {
    .choose .section-body .row.design,
    .choose .section-body .element-body {
        font-size: .9rem;
    }

    .choose .container {
        width: calc(calc(100vw / 1920) * 1700);
    }
}

@media (max-width: 901px) {
    .choose .more a {
        font-size: .8rem;
    }
}

@media (max-width: 900px) {
    .choose header {
        font-size: 1.5rem;
    }

    .choose .section-body .text-orange {
        font-size: 1.1rem;
    }

    .choose .section-body .row.design {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .choose header {
        font-size: 1.6rem;
    }

    .double-column-list {
        left: 0;
    }

    .choose .elements2,
    .choose .elements {
        flex-direction: column;
        width: 90%;
    }

    .choose .elements2 .element,
    .choose .elements .element {
        flex-direction: column;
        width: 90%;
        margin: auto auto 2em;
        text-align: center;
        border-radius: 10px;
    }

    .choose .elements .element {
        background: #2a0d4d;
        padding: 2em 3em;
    }

    .choose .elements2 .element {
        padding: 2em 3em 0;
    }

    .choose .section-body .element-body {
        text-align: justify;
        margin: 0 auto;
    }

    .choose header#header2 {
        margin: 2em auto 0;
    }

    .choose .text-orange {
        width: 100% !important;
    }
}

@media (max-width: 650px) {
    .choose header {
        font-size: 1.4rem;
    }

    .choose .section-body .text-orange {
        font-size: 1rem;
    }

    .double-column-list {
        column-gap: 80px;
    }

    .choose .more a {
        width: calc(calc(100vw / 1000) * 289);
        height: calc(calc(100vw / 1000) * 77);
        font-size: 1rem;
    }
}

@media (max-width: 550px) {
    .landing-main-last-section{
        background:#180B27;
    }
    .choose header {
        font-size: 1.2rem;
    }

    .choose .section-body .text-orange {
        font-size: 1rem;
    }

    .double-column-list {
        column-gap: 52px;
    }
}

@media (max-width: 450px) {
    .choose header {
        font-size: 1rem;
    }

    .choose .section-body .text-orange {
        font-size: 1rem;
    }

    .double-column-list {
        column-gap: 20px;
    }

    .choose .elements2, .choose .elements {
        width: 100%;
    }

    .choose .elements .element {
        padding: 2em 2em;
    }

    .choose .elements2 .element {
        padding: 2em 1em 0;
    }

    .choose .more a {
        width: calc(calc(100vw / 800) * 289);
        height: calc(calc(100vw / 800) * 77);
        font-size: 1rem;
    }
}