@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/poppins/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


:root {
    --theme-color: oklch(0.5592 0.2085 25.83);
    --link-hover: oklch(0.39 0 0);
    --border-radius: 20px;
    --FS-XXS: clamp(0.6944rem, 0.6577rem + 0.1836vw, 0.8rem);
    --FS-XS: clamp(0.8333rem, 0.7754rem + 0.2899vw, 1rem);
    --FS-Normal: clamp(1rem, 0.913rem + 0.4348vw, 1.25rem);
    --FS-2N: clamp(1.2rem, 1.0739rem + 0.6304vw, 1.5625rem);
    --FS-3N: clamp(1.44rem, 1.2615rem + 0.8924vw, 1.9531rem);
    --FS-M: clamp(1.728rem, 1.4799rem + 1.2407vw, 2.4414rem);
    --FS-XL: clamp(2.0736rem, 1.7334rem + 1.7011vw, 3.0518rem);
    --FS-XXL: clamp(2.4883rem, 2.027rem + 2.3067vw, 3.8147rem);

}

html,
body,
#web_app,
.content_wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
}

#web_app  {
    min-height: 40dvh;
}

#web_app:first-child,
#banner-info,
.section.full-width .section_wrapper,
.entry-content{
    height: 100%;
}

* {
    -webkit-box-sizing: initial;
     box-sizing: initial;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

*, body, button, span.date_label, .timeline_items li h3 span, input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select, .offer_li .title h3 {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    border: 0;
}

h1 {
    font-size: 2.4rem;
    line-height: 38px;
    letter-spacing: 0px;
}

p {
    font-size: 0.8rem;
}


.content_wrapper._with_bg_wrapper{
    background-image: url("/assets/images/bg/bg-5.png");
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat ;
}


.only_desktop {
    display: none;
}

.alert.alert-success, .alert.alert-danger {
    display: none;
}

.button-custom .button_theme, .button-custom .action_button, .button-custom .button{
    border-radius: 0 26px 26px 24px;
}

.one-second.column {
    width: 97%;
}

.bmax_radius {
    border-radius: var(--border-radius);
}

.header-classic #Action_bar{
    background-color: oklch(0.9461 0 0 / 83.14%) !important;
    width: 100%;
    padding: 15px;
}

#Action_bar .webservice {
    background-color: oklch(0.9461 0 0 / 83.14%) !important;
    max-width: 20%;
    display: inline-block;
    margin: 0 20px;
}

#Action_bar .webservice a {
    color: #ffffff8a;
}

#Action_bar .contact_details {
    background-color: oklch(0.9461 0 0 / 83.14%) !important;
}

#Action_bar .contact_details a {
    color: oklch(0 0 0 / 0.54);
}

#Side_slide .extras {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

#Side_slide .extras .extras-wrapper ul {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
}

#Side_slide .extras .extras-wrapper ul li a{
    /*background: #ffffff;*/
    color: #0d0d0d;
    padding: 10px;
}

#Side_slide .extras .extras-wrapper ul li:hover, #Side_slide .extras .extras-wrapper ul li:active {
    background: #0d0d0d;
    color: #ffffff;
}

#Side_slide .extras .extras-wrapper a {
    margin-bottom: 0;
}

body:not(.template-slider):not(.header-simple) #Header {
    min-height: 145px;
}

#Top_bar a.responsive-menu-toggle {
    top: 1rem;
}

#Top_bar .logo #logo {
    padding: 0rem 2rem !important;
}



.bmax_main_banner .text-section {
    background-color: #000000;
    /*box-shadow: 0px 9px 20px 5px rgb(0 0 0 / 28%);*/
    animation: boxShadowAnimation 5s ease-in-out infinite;
    background-repeat:no-repeat;
    background-size:contain;
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 4rem;
    text-align: left;
    box-sizing: inherit;
}

.bmax_main_banner .text-section ._title img{
    max-width: 40%;
    display: inline-block;
    vertical-align: bottom;
}

.bmax_main_banner .slider-sticky-bottom-cover {
    background-image: url("/assets/images/sliders/sticky-bottom.png");
    background-position-x: center;
    background-position-y: bottom;
    background-size: contain;
}

.widget img.logo{
    margin-inline:auto;
    display: inline-block;
    vertical-align: bottom;
}

#Top_bar .logo #logo {
    padding: 0rem 1rem !important;
}

 .style-simple .icon_box .image_wrapper img {
    margin-inline: auto;
}

.social_icons{
    display: flex;
    justify-content: left;
    gap: 0.5rem
}

.social_icons .footer_icon img {
    max-width: 2rem;
}

.page_header {
    padding: 2rem 5% 2rem;
    margin-bottom: 4rem;
    background-color: var(--theme-color);
    background-image:url(/assets/images/bg/bg1.png);
    background-repeat:no-repeat;
    background-position:left center;
    border-radius: 30px;
}

.page_header  h2.span{
    color: #ffffff70;
    font-weight: 100;
}
.page_header  h1.themecolor{
    color: #ffffff !important;
}


.home_paketler_container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}


.contact_form_failure_msg {
    background-color: #dc3545;
    color: #fff;
    padding: 10px;
    margin: 21px 0;
}

.contact_form_success_msg {
    background-color: green;
    color: #fff;
    padding: 10px;
    margin: 21px 0;
}

.contact_form_success_msg, .contact_form_failure_msg {
    display: none;
}

.paket_header {
    flex: 0.4;
    align-self: center;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: center;
}


.paket_tops .tabs button {
    padding: 12px;
    flex: 1;
    margin-bottom: 0;
    border-radius: 5px;
}

.paket_tops .tabs button:first-child{
    border-radius: 10px 0 0 10px;
}

.paket_tops .tabs button:last-child{
    border-radius: 0 10px 10px 0;
}

.paket_tops .tabs button:hover, .paket_tops .tabs button.active, .paket_tops .tabs button:active{
    background-color: #ffffff;
    color: var(--theme-color);
}

.paket_card {
    background-color:#fff;
    border-radius: 0 40px 40px 40px;
    /*box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);*/
    animation: boxShadowAnimation 5s ease-in-out infinite;
}


.paket_card .button{
    background-color: #000000;
    border-radius: 0 26px 26px 24px;
    padding: 0.151rem 0.12rem;
    margin: 0 11px 15px;
}

a.button.button_size_3.super_size_btn {
    padding: 7px 0px;
}

.paket_card .button:hover{
    background-color: var(--theme-color);
}

.tab-content.active {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}



.section_wrapper .mcb-wrap.package_content {
    margin-top: 2rem !important;
}

.package_listing  {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.package_listing .price__pack {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.package_listing .list_custom{
    font-size: 15px;
    text-align: left;
    padding: 0 70px;
}

.package_listing .list_custom{
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding: 0 40px;
}

.paket_tops .paket_tops_inner {
    padding: 2rem 5% 2rem;
    background-color: oklch(0.89 0 0);
}


.paket_tops .tabs{
    display: flex;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 10px;
    flex-wrap: wrap;
}

.tab-content {
    display: none;
    padding: 20px;
    border-top: none;
}


.tab-content.active.flex-layout {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.bilgi_card {
    padding: 17px 28px 10px;
    background-color: oklch(0.89 0 0);
}

.kurumsal_form_container .inner_kurumsal {
    padding: 24px 4%;
    background-color: var(--theme-color);
    margin-top: -320px;
    background-image: url(/assets/images/bg/bg-3.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}

.kurumsal_form_container .form_basvur button.button-custom {
    padding: 2rem 7rem;
}

.kurumsal_form_container .form_basvur button.button-custom:disabled {
    color: #fff;
    background-color: #00000063;
}

.form_basvur .form-control {
    border-radius: 0;
    font-size: 17px;
    margin: 10px auto;
    width: 100%;
}

#hizmetmler .all-time-hit {
    margin: 2rem 0;
}

.owl-nav {
    text-align: center;
    margin-inline: auto;
}

ul.list_custom {
    margin-left: -7px;
}

.list_custom li{
    list-style-type: none;
    display: flex;
}

.list_custom li i{
    color: var(--theme-color);
    padding: 0 5px;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form_basvur .row {
    display: flex;
    justify-content: space-between;
}

.form_basvur .form-control {
    border-radius: 20px;
    font-size: 17px;
    margin: 10px auto;
}

.contact-page .contactform .column input, .contact-page .contactform .column textarea {
    padding: 10px !important;
    margin: 10px !important;
    border-width: 0 !important;
    box-shadow: unset !important;
}

.contact-page .contactform .column .form-group{
    border: none !important;
    border-bottom: 1px solid #8bc34a42 !important;
    display: flex !important;
    justify-content: space-between !important;
}

.content_wrapper._with_bg_wrapper{
    background-image: url("/assets/images/bg/bg-5.png");
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat ;
}

.typewriter {
    min-height: 58px;
}

.bmax_radius {
    border-radius: var(--border-radius);
}

.address_info {
    color: #ffffffab;
}

.icon.contact_icon {
    width: 20px;
    height: 20px;
    opacity: 0.58;
}

.badge-primary {
    color: #fff;
    background-color: var(--theme-color);
    padding: 8px 15px;
    font-weight: 400;
    font-size: 13px;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
    padding: 8px 15px;
    font-weight: 500;
    font-size: 13px;
}


.contact_us_card {
    padding: 0 5% 25px;
    background-color:#000;
    background-image:url(/assets/images/bg/bg1.png);
    background-repeat:no-repeat;
    background-position:bottom left;
    max-width: 100%;
    margin: auto;
    border-radius: 50px;
}

.hizmet-noktalari-map {
    height: 70vh;
}

footer .contact-info {
    color: #FFFFFF;
    text-align: left;
}

footer .contact-info p{
    color: #ffffff9e;
    text-align: left;
}


/* Keyframes for the box shadow animation */
/*0px 9px 20px 5px rgb(0 0 0 / 28%);*/
@keyframes boxShadowAnimation {
    0% {
        box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.1);
    }
    50% {
        box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.25);
    }
    100% {
        box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.1);
    }
}


/* Styles for tablets and smaller devices */
@media only screen and (max-width: 767px) {
    .modal .modal-body {
        font-size: 11px;
    }

    .form-group {
        margin-bottom: 0;
    }

    .form_basvur .form-control {
        border-radius: 8px;
        font-size: 12px;
        margin: 7px auto;
    }

    .button_theme.btn {
        margin: 10px 0;
    }
}

/* Styles for tablets and larger devices */
@media (min-width: 860px) {

    h1 {
        font-size: 5.4rem;
        line-height: 80px;
        letter-spacing: 0px;
    }

    h2 {
        font-size: 3rem;
        line-height: 50px;
    }

    h2.neden_bmax {
        font-size: 4.3rem;
        text-align: center;
        line-height: 4rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.2rem;
        line-height: 28px;
    }

    h5 {
        font-size: 14px;
        line-height: 26px;
        font-weight: 400;
        letter-spacing: 0px;
    }

    .page_header h1 {
        font-size: 4.1rem;
        line-height: 65px;
        letter-spacing: 0px;
    }


    .container, .container-lg, .container-md, .container-sm, .container-xl {
        /*max-width: 1140px;*/
    }

    .only_desktop {
        display: block;
    }

    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    p {
        font-size: 1rem;
    }

    .one-second.column {
        width: 48%;
    }


    a.button .button_label {
        padding: 7px 15px;
        font-size: 16px;
    }

    .only_mobile {
        display: none;
    }

    #Top_bar .top_bar_left {
        display: flex;
    }

    #Top_bar .logo {
        float: left;
        margin: 2rem 0 0 0;
    }

    #Top_bar a.responsive-menu-toggle {
        top: 2.5rem;
    }

    #Top_bar.is-sticky a.responsive-menu-toggle {
        top: 1rem;
    }


    .header-classic #Action_bar {
        padding: 0;
    }

    #Action_bar .contact_details li {
        font-size: 0.9rem;
    }

    #Action_bar .social li [data-attr="lang"] {
        cursor: pointer;
    }

    #Action_bar .social li a  {
        cursor: pointer;
    }


    #Top_bar.is-sticky .menu_wrapper .menu>li>a {
        font-size: 13px;
    }

    #Top_bar .menu>li>a span:not(.description) {
        padding: 0 8px;
    }

    #Top_bar.is-sticky .logo {
        width: auto;
        margin: 0 30px 0 20px;
        padding: 0;
    }

    /*.page_header {*/
    /*    padding: 0.51rem 5% 0.51rem;*/
    /*    margin-bottom: 3rem;*/
    /*}*/

    .with_bmax_bg {
        background-image: url(/assets/images/bg/bg-5.png);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
    }

    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y)* -1);
        margin-right: calc(var(--bs-gutter-x) / -2);
        margin-left: calc(var(--bs-gutter-x) / -2);
    }

    .form-row>.col, .form-row>[class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }

    .form-group {
        margin-bottom: 1rem;
        display: flex;
        flex: 1;
    }

    .mcb-section.bmax_main_banner {
        height: 80vh;
    }

    .mcb-section.bmax_main_banner > * {
        height: 100dvh;
    }


    .bmax_main_banner.owl-carousel .owl-stage-outer {
        background-image: url(/assets/images/bg/bg-4.png);
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: contain;
    }

    .sliderBannerImage {
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 42px;
        margin: 20px;
    }


    .bmax_main_banner .text-section {
        background-color: oklch(0 0 0 / 0.8);
        /*box-shadow: 0px 9px 20px 5px rgb(0 0 0 / 28%);*/
        animation: boxShadowAnimation 5s ease-in-out infinite;
        background-repeat:no-repeat;
        background-size:contain;
        height: 90%;

        border-radius: 30px;
        display: flex;
        align-self: center;
        flex-direction: column;
        justify-content: center;

        text-align: left;
        box-sizing: inherit;

    }

    .bmax_main_banner .text-section {
        background-image: url(/assets/images/bg/bg-5.png);
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: contain;

    }


    #id_main_banner_slide .owl-item .item{
        height: 80vh;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    #id_main_banner_slide  .owl-item .item .text-section{
        transform: translateX(7rem);
        text-align: left;
        padding: 0 85px;
    }


    /*#id_main_banner_slide  .owl-item .normal.item {*/
    /*  display: flex;*/
    /*  flex-direction: row;*/
    /*}*/
    /*#id_main_banner_slide .owl-item .inverse.item {*/
    /*    display: flex;*/
    /*    flex-direction: row-reverse;*/
    /*}*/

    /*#id_main_banner_slide  .owl-item .inverse.item .text-section{*/
    /*    transform: translateX(-7rem);*/
    /*    text-align: right;*/
    /*    padding: 0 114px;*/
    /*}*/

    /*#id_main_banner_slide  .owl-item .normal.item .text-section{*/
    /*    transform: translateX(7rem);*/
    /*    text-align: left;*/
    /*    padding: 0 85px;*/
    /*}*/

    .bmax_main_banner .text-section h4 {
        font-size: 1rem;
        line-height: 24px;
    }

    .bmax_main_banner .text-section .button_theme:hover{
        background-color: #ffffff;
        color: var(--theme-color);
        border-color: transparent;

    }

    .bmax_main_banner_nav.owl-nav {
        transform: translateY(-45px);
    }

    .bmax_main_banner_nav.owl-nav .owl-prev,
    .bmax_main_banner_nav.owl-nav .owl-next {
        border-radius: 70px;
        padding: 14px 20px;
        font-size: 1.5rem;
    }

    #banner-info {
        z-index: 1;
        position: relative;
        padding: 3rem 0rem;
    }

    .bmax_main_banner .image-section {

        background-repeat:no-repeat;
        background-size:contain;
        height: 90%;
        z-index: 0;
        position: relative;
    }

    .bmax_main_banner ._desc {
        color: #ffffff;
        width: 35vw;
    }

    .equal-height-wrap .mcb-wrap.valign-middle .mcb-wrap-inner {
        transform: translateY(0%);
    }


    .front_card {

        background-color: #ffffff;
        border-radius: var(--border-radius);
        /*box-shadow: 0 4px 43px rgba(0, 0, 0, 0.2);*/
        animation: boxShadowAnimation 5s ease-in-out infinite;
        padding: 20px;
        margin: 20px;

    }


    .kurumsal_form_container {
        padding-top:120px;padding-left:5%;padding-right:5%;background-color:#020202
    }

    .kurumsal_last_section {
        margin-bottom: 15rem;
    }

    .kurumsal_form_container .inner_kurumsal{
        padding: 50px 14%;
        background-color:var(--theme-color);
        margin-top:-350px;
        background-image:url(/assets/images/bg/bg-3.png);
        background-repeat:no-repeat;background-position:center;
        border-radius: 50px;
    }

    .home_paketler_container {
        padding-top:0;padding-bottom:0px
    }



    .home_paketler_container .tab-content {
        display: none;
        padding: 20px;
        border-top: none;
        transform: translateY(-8rem);
        z-index: 2;
    }

    .home_paketler_container .goto_tum_hizmet_container {
        transform: translateY(-75px);
    }


    .form_basvur input{
        width: 100%;
    }


    .tab-content.active.flex-layout {
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .subscriptions_container .subs_inner_container {
        background-image: url(/assets/images/bl1.jpg);
        border-radius: var(--border-radius);
        /*box-shadow: 0 4px 43px rgba(0, 0, 0, 0.2);*/
        animation: boxShadowAnimation 5s ease-in-out infinite;
        padding: 60px 7%;
        margin: 0 20px;
        min-height: 450px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        display: flex;
    }

    .subscriptions_container .subs_inner_container > .wrap {
        display: flex;
        padding: 15px;
    }
    .subscriptions_container .subs_inner_container > .wrap .content {
        align-content: center;
    }

    .subscriptions_container .subs_inner_container > .wrap .content  h3 {
        font-size: 2.9rem;
        font-weight: 300;
        color: #fff;
        padding: 25px 0;
    }

    .subscriptions_container .subs_inner_container > .wrap .content p{
        font-size: 2.0rem;
        line-height: normal;
        font-weight: 200;
        color: #ffff !important;
        background: #111111a6;
        margin-right: 10px;
        display: math;
    }


    .subscriptions_container .bilgi_card {
        padding: 17px 10px 10px;
    }

    .promo_emails {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        color: red;
        padding: 25px 0 0 0;
    }

    .promo_emails input {
        width: 100%;
        margin-bottom: 1px;
        padding: 4px 10px;
    }


    .promo_emails a.button {
        /*margin: 0;*/
        /*padding: 15px 60px;*/
        /*flex: 1;*/
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kampanyalar-section {
        margin: 20px;
    }

    .google-map {
        transform: translateY(-12rem);
        margin-bottom: -200px;
    }

    .tabs_container {
        display: flex;
        justify-content: center;
    }

    .paket_tops .paket_tops_inner{
        padding:70px 5% 185px;
        background-color: var(--theme-secondary-bg);
    }

    .paket_tops .tabs {
        flex-wrap: nowrap;
    }


    .paket_tops .tabs button{
        margin: 0;
        padding: 24px 34px;
        border-radius: 0;
        cursor: pointer;
        transition: background-color 0.3s;
        font-size: 17px;
        letter-spacing: 1.3px;
        font-weight: 400;
        flex: auto;
    }




    .tab-content.active {
        display: grid;
        grid-template-columns: repeat(2, .4fr);
        justify-content: center;
        align-content: center;
    }


    .tab-content.active.flex-layout .item {
        max-width: 450px;
    }

    .paketler_container{
        transform: translateY(-11rem);
        z-index: 2;
    }

    .paket_card {
        background-color:#fff;
        border-radius: 0 40px 40px 40px;
        /*box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);*/
        animation: boxShadowAnimation 5s ease-in-out infinite;
    }

    a.button.button_size_3.super_size_btn {
        padding: 12px 70px;
    }

    .flex-layout .paket_card {
        min-width: 370px;
    }

    .paket_header {
        flex: 0.4;
        align-self: center;
        color: #fff;
        display: flex;
        align-items: center;
        padding: 15px;
        justify-content: center;
    }

    .paket_header h3 {
        font-size: 22px;
        line-height: 1.4;
        margin-top: 10px;
        padding: 20px 15px;
        color: #262824;
    }

    .paket_hr {
        display: flex;
        flex-direction: column;
    }
    .paket_hr hr:first-child{
        border: none;
        background-color: var(--theme-color);
        color: var(--theme-color);
        height: 3px;
        transform: translateY(12px);
        width: 35%;
    }

    .paket_hr hr:nth-child(2){
        border: none;
        background-color: #00000012;
        color: #00000012;
        height: 2px;
        width: 83%;
    }

    .gamer_contain.paketler_container {
        transform: translateY(10px);
        z-index: 10;
    }

    .gamer_packet_collection_wdsl .paket_tops .paket_tops_inner{
        background-color: #000000;
        background-image: url("/assets/images/gamer-bg2.jpg");
        background-repeat: no-repeat;
        background-position: top left;
        background-size: contain;
        padding: 5rem 0;
    }

    .gamer_packet_collection_fiber .paket_tops .paket_tops_inner{
        background-color: #000000;
        background-image: url("/assets/images/gamer-bg4.jpg");
        background-repeat: no-repeat;
        background-position: top left;
        background-size: cover;
        padding: 5rem 0;
    }


    .owl-nav{
        align-items: center;
        display: flex;
        justify-content: center;
        z-index: 5;
        position: relative;
    }

    .owl-carousel .owl-stage-outer {
        padding: 0;
    }

    .package_listing  {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .package_listing .price__pack {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .package_listing .list_custom{
        font-size: 15px;
        text-align: left;
        padding: 0 70px;
    }
    .package_listing .list_custom{
        font-size: 15px;
        font-weight: 500;
        text-align: left;
        padding: 0 40px;
    }


    .package_listing .list_custom li i{
        color: var(--theme-color);
        padding: 0 14px;
    }


    .paket_card .price__pack .price__box-price-dolar{
        font-size: 20px;
        font-weight: 200;
        margin-left: -13px;
    }

    .paket_card .price__pack .price__box-price{
        font-size: 58px;
    }

    .paket_card .speed_box{
        color: #315831;
        padding: 20px 0;
    }
    .paket_card .speed_box h4{
        font-size: 1rem;
    }

    .paket_card .button{
        background-color: #000000;
        border-radius: 0 26px 26px 24px;
        padding: 10px 40px;
        margin: 0 0 15px;
    }

    .paket_card .button:hover{
        background-color: var(--theme-color);
    }

    .faqs_q_container {
        padding:40px 7%;
    }

    .faqs_a_container {
        padding:80px 7% 70px;
        background-color:#f5f5f5;
        background-image:url(/assets/images/bg/bg-2.png);
        background-repeat:no-repeat;
        background-position:right center
    }
    .faqs_wrapper .accrodion-title{
        cursor: pointer;
        /*box-shadow: -5px 10px 19px -8px rgb(0 0 0 / 9%);*/
        background-color: oklch(0.56 0.21 25.83 / 0.09);
        border-radius: 17px;
        margin: 7px 0;
        padding: 0 35px;
    }

    .faqs_wrapper .accrodion-title h3 {
        font-size: 1.7rem;
    }


    .faqs_wrapper .accrodion-content{
        cursor: pointer;
        margin: 11px 33px;
    }


    .faqs_wrapper,
    .faqs_q_wrapper,
    .faqs_a_wrapper {
        display: grid;
        grid-auto-columns: 1fr 1fr 1fr;
    }

    .faqs_a_wrapper {
        gap: 5px;
    }
    .faqs_a_wrapper {
        gap: 5px;
    }

    .faqs_a_wrapper > div {
        margin: 0;
    }

    .question_inner {
        display: flex;
        align-items: center;
    }

    .faqs_a_wrapper p{
        font-size: 0.81rem;
    }

    .contact_us_card {
        padding: 0 5% 25px;
        max-width: 85%;
        margin: auto;
    }

   .info-box {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent background */
        padding: 10px;
        /*box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);*/
       animation: boxShadowAnimation 5s ease-in-out infinite;
    }


    #Footer .widgets_wrapper {
        padding: 95px 0 0;
    }

    footer .footer_icon img{
        width: 35px;
        margin: 5px;
    }

    footer .footer_icon a img{
        padding: 5px;
    }



    footer .contact-info h5 {
        margin-bottom: 4px;
    }


}

/* Styles for desktops and larger devices */
@media (min-width: 1450px) {

    .header-classic #Action_bar {
        padding: 0rem;
    }


    h1 {
        font-size: 4.9rem;
        line-height: 80px;
        letter-spacing: 0px;
    }

    h2 {
        font-size: 3rem;
        line-height: 60px;
    }


    h2.neden_bmax{
        font-size: 5.3rem;
        text-align: center;
        line-height: 5rem;
    }

    h3 {
        font-size: 1.9rem;
    }

    h4 {
        font-size: 1.35rem;
        line-height: 28px;
    }

    h5 {
        font-size: 14px;
        line-height: 26px;
        font-weight: 400;
        letter-spacing: 0px;
    }

    .page_header h1 {
        font-size: 4.1rem;
        line-height: 65px;
        letter-spacing: 0px;
    }



    .bmax_main_banner .text-section {
        height: 90%;
    }
    .paket_tops .tabs button{
        padding: 30px 40px;
        font-size: 17px;
    }

    .faqs_a_wrapper {
        gap: 8px;
    }

    .faqs_a_wrapper p{
        font-size: 0.9rem;
    }

    .subscriptions_container .bilgi_card {
        padding: 17px 34px 10px;
    }

    .subscriptions_container p {
        font-size: 0.9rem;
        line-height: 22px;
    }

}

