body {
    margin: 0;
    padding: 0;
    background-color: #4618AC;
    color: white;
    width: 100%;
    height: 100%;
    font-family: 'Inter', 'Roboto', sans-serif;
}

ul {
    list-style: none;
}

header {
    margin-top: 15px;
}

.fa_header {
    font-size: 15px;
    margin-right: 4px;
}

.barrer {
    text-decoration: line-through;
    text-decoration-color: #F4EB00;
    text-decoration-style: solid;
    text-decoration-thickness: 3px;
}
.twoligne{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.threeligne{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.price_range {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    line-height: 15px;
}
.flag{
    width: 20px;
    height: 15px;
    margin-right: 10px;
}

.img_cover{
    width: 100px;
    height: 140px;
}

.img_cover_w{
    width: 150px;
    height: 190px;
}
.overflow-wrap {
    overflow-wrap: break-word;
    line-height: 15px;
}

.icon_size {
    font-size: 30px;
    margin-right: 5px;
}

.logo {
    width: 55px;
    height: 55px;
}

.fs2m {
    font-size: 2em;
}

.fs12 {
    font-size: 12px;
    /*height: 15px;*/
}

.title {

    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    color: #FFFFFF;
    text-shadow: 4px 4px 4px rgba(47, 35, 35, 0.86);
    font-size: 1em;
}

.left-menu {
    position: fixed;
    top: 1.3%;
    left: 0;
    bottom: 5%;
    height: fit-content;
    width: 364px;
    z-index: 999;
    border: 2px solid;
    background: rgba(70, 24, 172, 0.88);
    border-radius: 0px 20px 20px 0px;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    height: fit-content;
    min-height: 85vh;
}

.left-menu.open {
    transform: translateX(0);
}

.right-inscription {
    position: fixed;
    top: 1.3%;
    right: 0;
    bottom: 5%;
    width: 80%;
    z-index: 999;
    border: 2px solid;
    background: rgba(70, 24, 172, 0.88);
    border-radius: 20px 0px 0px 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    height: fit-content;
    min-height: 85vh;
}

.right-inscription.open {
    transform: translateX(0);
}

.right-panier {
    position: fixed;
    top: 1.3%;
    right: 0;
    bottom: 5%;
    width: 80%;
    z-index: 999;
    border: 2px solid;
    background: rgba(70, 24, 172, 0.88);
    border-radius: 20px 0px 0px 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    height: fit-content;
    min-height: 85vh;
}

.right-panier.open {
    transform: translateX(0);
}

.right-panier .menu {
    background: rgba(70, 24, 172, 0.2);
    border-radius: 25px 0px 0px 25px;
    height: 99%;
    width: 99%;
    margin-top: 2px;
}

.right-favoris {
    position: fixed;
    top: 1.3%;
    right: 0;
    bottom: 5%;
    width: 80%;
    z-index: 999;
    border: 2px solid;
    background: rgba(70, 24, 172, 0.88);
    border-radius: 20px 0px 0px 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    height: fit-content;
    min-height: 85vh;
}

.right-favoris.open {
    transform: translateX(0);
}

.right-favoris .menu {
    background: rgba(70, 24, 172, 0.2);
    border-radius: 25px 0px 0px 25px;
    height: 99%;
    width: 99%;
    margin-top: 2px;
}

.right-recherche {
    position: fixed;
    top: 1.3%;
    right: 0;
    bottom: 5%;
    width: 80%;
    z-index: 999;
    border: 2px solid;
    background: rgba(70, 24, 172, 0.88);
    border-radius: 20px 0px 0px 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    height: fit-content;
    min-height: 85vh;
}

.right-recherche.open {
    transform: translateX(0);
}

.right-recherche .menu {
    background: rgba(70, 24, 172, 0.2);
    border-radius: 25px 0px 0px 25px;
    height: 99%;
    width: 99%;
    margin-top: 2px;
}

.yellow {
    color: #F4EB00;
}

.btn-yellow {
    background: #F4EB00;
    border-radius: 5px;
    line-height: 18px;
    color: #351381;
    font-weight: 700;
}

.icon_drawer {
    color: #6c3cd7;
}

.icon_drawer.active {
    color: #BD0302;
}

.left-menu .menu {
    background: rgba(70, 24, 172, 0.2);
    border-radius: 0px 20px 20px 0px;
    height: 99%;
    width: 99%;
    margin-top: 2px;
    margin-bottom: 40px;
}

.left-menu .menu ul {
    list-style: none;
    padding-left: 0rem;
}

.left-menu .menu li {
    padding: 10px;
    background-color: #4C17C0;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 25%);
    margin: 8px;
    display: flex;
    justify-content: flex-start;

}

.left-menu .menu li:hover {
    background: linear-gradient(90deg, rgba(0, 70, 255, 0.71) 0%, rgba(189, 3, 2, 0.71) 96.58%);
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.25);

}

.left-menu .menu li a {
    text-decoration: none;
    color: white;
    margin-left: 25%;
    width: 100%;
    text-align: justify;

}

.iconmenu {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}


.right-inscription .menu {
    background: rgba(70, 24, 172, 0.2);
    border-radius: 25px 0px 0px 25px;
    height: 99%;
    width: 99%;
    margin-top: 2px;
}

.right-inscription .menu ul {
    list-style: none;
    padding-left: 0rem;
}

.right-inscription .menu li {
    padding: 10px;
    background-color: #4C17C0;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 25%);
    margin: 8px;
    display: flex;
    justify-content: flex-start;

}

.right-inscription .menu li:hover {
    background: linear-gradient(90deg, rgba(0, 70, 255, 0.71) 0%, rgba(189, 3, 2, 0.71) 96.58%);
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.25);


}

.right-inscription .menu li a {
    text-decoration: none;
    color: white;
    margin-left: 25%;

}

.txt-grad {
    background: linear-gradient(90deg, rgba(189, 3, 2, 0.71) 0%, #0046ff 70.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-grad {
    background: linear-gradient(90deg, rgba(76, 23, 192, 0.71) 0%, rgba(189, 3, 2, 0.71) 96.58%);
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color: white;
    font-weight: 700;
}

.qtebtn {
    background: transparent;
    border: none;
}

.transinput, .transinput:focus {
    background: transparent;
    color: white;
    width: 32px;
    border: none;
    padding: 7px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.panier_card {
    background: #4C17C0;
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px 5px;
    margin: 7px;
    padding: 10px;
}

.panier_card_text {
    line-height: 5px;
}

.favoris_card_title {
    line-height: 15px;
    font-weight: 700;
}

.panier_card_text .card_title {
    height: 45px;
}
.col-cadeau{
    width: 80vw;
    margin: auto;
    background: rgba(108, 23, 192, 0.8) !important;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 4px;
    position: relative;
    display: flex;
    margin-bottom: 10px;
}
.panier_summaire {
    background: #341281;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 5px;
    padding: 12px;
    color: white;
    position: absolute;
    bottom: 0px;
}

.input_coupon, .input_coupon:focus {
    border: 3px solid #F4EB00;
    background-color: transparent;
    color: white;
}

.region {
    color: #B70606;
    margin-bottom: 0px;
    font-weight: 700;

}

.btn_rouge {
    background: #BD0302;
    color: white;

}

.searchin {
    background: #4C17C0;
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 35px;
    color: #ffffff;
    border: none;
    padding-left: 35px;

}

#addon-wrapping {

    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}

.input-group-text {
    background: #4C17C0;
    color: #F4EB00;
    border-radius: 35px;
    border: none;
}

.gameslide {
    margin-top: 30px;
}

.imgslide {
    height: 135px;
    object-fit: cover;
}

.tournoit_rej {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 125px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.tournoit_rej h1 {
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    padding-top: 10px;
    font-size: 1.1em;
}

.tournoit_rej p {
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    font-size: 15px;
    margin-bottom: 3px;
}

.mg_b {
    margin-top: -15px !important;
}

.br-25 {
    border-radius: 25px;
}

.ovall {
    border-radius: 20px;
    font-size: 13px;
    width: 80px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    font-weight: 700;
}

.btn_purp {
    color: #4C17C0;
    background: rgba(143, 141, 166, 0.87);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-weight: 700;

}

.gift_card {
    background: #4C17C0;
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px 5px;
    margin: 7px;
    padding: 10px;
}

.gift_card_title {
    height: 40px;
}

.gift_img {
    border-radius: 15px;
}

.cat_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #4C17C0;
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 7px;
    padding: 10px;
    height: 140px;

}

.game_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(185.94deg, #B70606 -48.06%, #290972 47.8%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px 5px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 10px;

}

.quiz_float {
    display: flex;
    position: fixed;
    bottom: 3%;
    right: 4%;
    background: rgb(154 159 165 / 80%);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    z-index: 998;
    width: 80%;
}

.quiz_float p {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #4C17C0;

    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.quiz_float a {
    text-decoration: none;
}

.quiz_space {
    height: 110px;
}

.color_red {
    color: #F91919;
}

.img_game {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 15px 5px;
    height: 150px;
}

.btn_filter {
    background: #4C17C0;
    color: white;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    height: 40px;
    margin-top: 15px;
    width: 50%;
}

.bg_purp {
    background: #4C17C0;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    color: white;
    min-height: 80vh;
}

.bg-purp {
    background: #4C17C0;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    color: white;
}

.bg-purp .modal-header {
    border: none;
}

.bg_tournoi {
    background: #341281;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.card_tour {
    background: #4C17C0;
}

.bg_price {
    background: #341281;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);

    padding: 14px;
    text-align: center;
}

.price_detail {
    font-size: 25px;
    word-break: break-all;
}

.notice {
    background: #341281;
    border: 2px solid #F4EB00;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    margin: auto;
    padding: 10px;
    margin-bottom: 10px;
}

.notice h1 {
    font-size: 18px;
}

.notice p {
    font-size: 10px;
}

.btn_red {
    background-color: #BD0302;
    color: white;
}

.mx_0 {
    margin-right: -16px;
    margin-left: -16px;
}

.bg_histo {
    background: #341281;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 25px 0px 50px;
    padding: 15px;
}

.modal_conn {
    background: rgba(76, 23, 192, 0.70);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}

.modal_conn .modal-header {
    border: none;
}

.modal_conn .btn-close {
    color: white;
    opacity: 1;
    background-color: white;
    border-radius: 15px;
    margin-top: -25px;
    margin-right: -20px;
}

.mobile_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.web_menu {
    display: none;
}

.mobile {
    display: block;
}

.web {
    display: none;
}

.icon_with {
    width: 50%;
}

.box_filter {
    background: #290972;
    box-shadow: 4px 4px 4px 4px rgb(0 0 0 / 25%);
    margin-bottom: 30px;
    padding: 15px;
}

.filter_btn {
    position: fixed;
    top: 10%;
    right: -2%;
    border-radius: 5px;
    background-color: #290972;
    z-index: 99;
    padding: 10px;
}

.nav_menu {

    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 2;
    padding: 0 calc((100% - 1240px) / 2);
    margin-top: 5px;
}

.nav_menu ul {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    padding: 10px;
}

.nav_menu ul li {
}

.nav_menu ul li a, .nav_menu ul li a:hover {
    text-decoration: none;
    color: white;
}

.search_in, .search_in:focus {
    background-color: transparent;
    border: 1px solid #fff;
    width: 100%;
    border-radius: 5px 0px 0px 5px;
    border-right-width: 0px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    color: white;

}
.copyright{
  position: fixed;
    margin: 0px 15px 0px 15px;
    bottom: 2%;
}
.right-filter {
    position: fixed;
    top: 2%;
    right: 0;
    bottom: 5%;
    width: 75%;
    z-index: 999;
    border: 2px solid;
    border-radius: 20px 0px 0px 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    min-height: 90%;
    height: 90%;
    overflow: auto;
}

.right-filter.open {
    transform: translateX(0);
}

.right-filter .menu {

    background: rgba(70, 24, 172, 0.88);
    border-radius: 25px 0px 0px 25px;
    height: 99%;
    width: 99%;
    margin-top: 2px;
    overflow: auto;
}

.header_spacing {
    margin-bottom: 0rem;
}

@media screen and (min-width: 640px) {
    .quiz_float {
        width: 300px;
    }

    .imgslide {
        height: 430px;
    }

    .gift_img {
        height: 200px;
    }

    .mobile_menu {
        display: none;
    }

    .web_menu {
        display: flex;
    }

    .mobile {
        display: none;
    }

    .web {
        display: block;
    }

    .logo {
        width: 60px;
        height: 60px;
    }

    .menu_items {
        text-decoration: none;
        color: white;
        margin: auto;
        display: flex;
        justify-content: space-around;
        width: 35%;
    }

    .menu_items a, .menu_items a:hover {
        text-decoration: none;
        color: white;
    }

    .fa_header {

        margin-right: 30px;
    }

    .right-recherche, .right-panier, .right-favoris, .right-inscription {
        width: 25%;
        background: rgb(70, 24, 172);
    }

    .icon_with {
        width: 75%;
        margin-top: 1rem !important;
    }

    .header_spacing {
        margin-bottom: 3rem;
    }

}

.search_in::-webkit-input-placeholder {
    color: #ffffff;
}

.search_in:-moz-placeholder {
    /* FF 4-18 */
    color: #ffffff;
    opacity: 1;
}

.search_in::-moz-placeholder {
    /* FF 19+ */
    color: #ffffff;
    opacity: 1;
}

.search_in:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
}

.search_in::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffff;
}

.search_in::placeholder {
    /* modern browser */
    color: #ffffff;
}

.img_arct {
    width: 90%;
    margin: auto;
    max-height: 70vh;
}

.bgsearch {
    background: transparent;
    /* border: 1px solid #fff; */
    color: white;
    border-right-width: 2px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 0px;
    border-color: #fff;
    border-radius: 0px 5px 5px 0px;
}

.swiper-pagination {
    position: relative !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -5px !important;
    left: 0;
    width: 100%;
}

.prix_panier {
    font-size: 13px;
}

.m_logo {
    margin-right: 50px !important;
}

.m_icons {
    margin-right: 63px !important;
}

.btnclose {
    background-color: transparent;
    border: none;
}

.btnclose i {
    font-size: 25px;
}

.searchicon {
    position: absolute;
    top: 10px;
    left: 10px;
    color: yellow;
}

.dropdown_menu {

    background-color: transparent;
}

.dropdown_menu li {

    width: 60vw;
    background: rgba(108, 23, 192, 0.8) !important;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    position: relative;
}

.left-menu .dropdown-toggle::after {

    right: 10%;
    position: absolute;
    top: 48%;
    color: #F4EB00;
}

.address-card {
    font-size: 60px;
}
.inscriin{
    background-color: #341281;
    border: none;
    color: white;
    border-radius: 5px;
    padding-left: 35px;
}
.telicon{
    position: absolute;
    top: 25%;
    left: 3%;
    background: -webkit-linear-gradient(255.95deg, #B70606 12.83%, #0046FF 87.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.telicon2{
    position: absolute;
    top: 25%;
    left: 3%;
    background: -webkit-linear-gradient(255.95deg, #B70606 12.83%, #0046FF 87.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ml15{
    margin-left: 15px;
}
.panier_content{
    max-height: 225px;
    overflow: auto;
}


ul,
ol {
    list-style: none;
}

a:focus,
a:active,
a:visited,
a:hover {
    text-decoration: none;
    outline: none;
}
/******* Common Element CSS End *********/

/* -------- title style ------- */
.line-title {
    position: relative;
    width: 400px;
}
.line-title::before,
.line-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    border-radius: 2px;
}
.line-title::before {
    width: 100%;
    background: #f2f2f2;
}
.line-title::after {
    width: 32px;
    background: #e73700;
}
.panier_notif{
    background-color: #e73700;
    color: white;
    position: absolute;
    border-radius: 25px;
    padding: 2px;
    font-size: 10px;
    top: -10px;
    right: -5px;
}
/******* Middle section CSS Start ******/
/* -------- Landing page ------- */

.game-section {
    padding: 60px 50px;
}
.game-section .owl-stage {
    margin: 15px 0;
    display: flex;
    display: -webkit-flex;
}
.game-section .item {
    margin: 0 15px 60px;
    width: 320px;
    height: 400px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    background: #343434 no-repeat center center / cover;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.game-section .item.active {
    width: 500px;
    box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.game-section .item:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.game-section .item-desc {
    padding: 0 24px 12px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: translateY(calc(100% - 54px));
    -webkit-transform: translateY(calc(100% - 54px));
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.game-section .item.active .item-desc {
    transform: none;
    -webkit-transform: none;
}
.game-section .item-desc p {
    opacity: 0;
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.game-section .item.active .item-desc p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    max-height: 50px;
}
.game-section .owl-theme.custom-carousel .owl-dots {
    margin-top: -20px;
    position: relative;
    z-index: 5;
}
.img_cadeau{
    width: 32px;
    height: 32px;
    margin: auto;
}
.carte_cad{
    border-bottom: 1px solid #fff;
}
/******** Middle section CSS End *******/

/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {

    h3 {
        margin: 0 0 8px;
        font-size: 24px;
        line-height: 32px;
    }

    /* -------- Landing page ------- */
    .game-section {
        padding: 50px 30px;
    }
    .game-section .item {
        margin: 0 12px 60px;
        width: 260px;
        height: 360px;
    }
    .game-section .item.active {
        width: 400px;
    }
    .game-section .item-desc {
        transform: translateY(calc(100% - 46px));
        -webkit-transform: translateY(calc(100% - 46px));
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    h3 {
        margin: 0 0 8px;
        font-size: 24px;
        line-height: 32px;
    }
    .line-title {
        width: 330px;
    }

    /* -------- Landing page ------- */
    .game-section {
        padding: 50px 30px 40px;
    }
    .game-section .item {
        margin: 0 12px 60px;
        width: 240px;
        height: 330px;
    }
    .game-section .item.active {
        width: 360px;
    }
    .game-section .item-desc {
        transform: translateY(calc(100% - 42px));
        -webkit-transform: translateY(calc(100% - 42px));
    }
}

@media (max-width: 767px) {


    h3 {
        margin: 0 0 8px;
        font-size: 19px;
        line-height: 24px;
    }
    .line-title {
        width: 250px;
    }

    /* -------- Landing page ------- */
    .game-section {
        padding: 0;
    }
    .game-section .item {
        margin: 0 10px 0px;
        width: 200px;
        height: 280px;
    }
    .game-section .item.active {
        width: 80vw;
        margin: auto;
        box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    }
    .game-section .item-desc {
        padding: 0 14px 5px;
        transform: translateY(calc(100% - 42px));
        -webkit-transform: translateY(calc(100% - 42px));
    }
    .mobile_search{
        display: inline !important;
    }
}


.photo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 30vh;
    border-radius: 25px;
    flex: 0.5;
    margin: 10px;
    position: relative;
    transition: flex 0.5s ease-in;
    cursor: pointer;
}

.photo h3 {
    font-size: 20px;
    opacity: 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.photo.active {
    flex: 5;
}

.photo.active h3 {
    opacity: 1;
    transition-delay: 0.5s;
}
.container_photo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90vw;
    margin: auto;
}
.point{
    margin-right: 5px;
}
.point i{
    color: #ffffff;
    font-size: 10px;
}
.page-item:not(:first-child) .page-link{
    margin-left: 4px;
    border-radius: 30px;
}
.page-link {
    background-color: #4304d0;
    color: #ffffff;
}
.disabled>.page-link, .page-link.disabled{
    color: #ffffff;
    background-color: #773bfd;
}
.active>.page-link, .page-link.active{
    background-color: #290e66;
    color: #ffffff;
    border-color: #ffffff;
}
.page-item:first-child .page-link {
     border-radius: 30px;
 }
.text-orange{
    color: #ff6600;
    font-weight: 800;
}
.mobile_search{
    display: none;
}