@import url('fonts.css');
:root{
    --red:#F12D13;
    --dark:#0D0D0D;
    --black:#000000;
    --white:#ffffff;
    --grey:#979797;
    --pink:#FEF0EF;
    --lightGray:#D0D0D0;
}
&::-webkit-scrollbar:horizontal {
    height: 0;
    width: 0;
    display: none;
    background: transparent;
}
  
&::-webkit-scrollbar-thumb:horizontal {
display: none;
background: transparent;
}
html{
    height:100%;
    line-height:1.15;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
body{
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    background:#fff;
    font-family:Montserrat,sans-serif;
    font-size:14px;
    letter-spacing:normal;
    line-height:normal;
    text-align:left;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-family: 'Maison Neue Ext';
}
body::-webkit-scrollbar{
    display: none;
    
}
h1, h2{
    font-weight:800;
    color:var(--white);
    font-size: 46px;
}

a, a:hover{
    text-decoration: none;
    outline:none;
    color:inherit
}
section{
    display: flex;
    height:90vh;
    padding-top:60px;
    padding-left:120px;
    padding-right:120px
}

.header{
    display: flex;
    background-color: var(--red);
    height:105px;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.logo{
    padding-left: 120px;
}
.nav{
    display: flex;
    padding-right: 120px;
    justify-content: center;
    align-items: center;
}
.nav a{
    margin:0 15px;
    color:var(--white);
    text-decoration: none;
    font-size:15px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}
.nav a:before{
    width:100%;
    height:2px;
    background-color: var(--white);
    position: absolute;
    left:0;
    bottom:-5px;
    content: "";
    transition: transform .5s;
    transform-origin: center center;
    transform: scaleX(0);
}
.nav a:hover::before{
    transform: scaleX(100%);
}
.navButton{
    margin-right:20px;
    display: none;
    justify-content: center;
    align-items: center;
    width:40px;
    height: 40px;
    cursor: pointer;
    flex-direction: column;
}
.navButton span{
    position: relative;
    height:35px;
    transition:transform .3s;
    display: block;
    color: var(--white);
}
.navButton span::before{
    content:'Kapat';
    position: absolute;
    left:0;
    top:100%
}
.-activeNavButton{
    transform:translateY(-100%)
}
.navbarButtonLabelContainer{
    display: block;
    overflow: hidden;
}
.navbarLine{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 35px;
}
.navbarLine svg{
    padding-top:5px;
    transform-origin: center;
    transition: transform 0.3s;
}
#subnav{
    position: relative;
}
.subnavContainer{
    position: absolute;
    top:25px;
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    z-index: 99;
    background-color: var(--red);
    width: 150px;
}

.submenu {
    display: none;
}
.submenuVisible {
    display: block;
}
.mobileNavigation .navContainer .submenu-link {
    font-size: 20px; 
    line-height: 2.5;    
}
.hidden {
    display: none;
}
.subnavContainer a{
    margin-bottom: 10px;
}
.-open{
    display: flex;
}

.svgTopActive{
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    z-index: 1;
    padding:0 !important
}
.svgBottomActive{
    transform: rotate(-45deg);
    transform-origin: top left;
    position: absolute;
    z-index: 2;
    padding:0 !important
}
.highlight{
    background-color: var(--white);
    padding:12px 26px !important;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 46px !important;
    overflow: hidden;
    margin-right: 0px !important;
}
.highlight span{
    color:var(--dark) !important;
    font-size:15px !important;
    font-weight: 600 !important;
    padding-right: 5px;
    position: relative;
    width: 100%;
}

.highlight span::after{
    content: url('assets/images/mars-icon-sm.svg');
    fill: var(--dark);
    position: absolute;
    right:-20px;
    top:0;
    transition: transform .5s ease-out;
}
.highlight span::before{
    content: url('assets/images/mars-icon-sm.svg');
    fill: var(--dark);
    position: absolute;
    right:-20px;
    top:45px;
    transition: transform .5s ease-out;
}
.highlight:hover span::after{
    transform: translateY(-45px);
    
}
.highlight:hover span::before{
    transform: translateY(-45px);
}
/* .highlight svg{
    fill: var(--dark);
    margin-top:2px;
    position: relative;
}
.highlight svg::before{
    content: url('./assets/images/mars-icon-sm.svg');
    position: absolute;
    top:0;
    left: 0;
} */
.mobileNavigation{
    z-index:998;
    background-color: var(--white);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    margin-top:105px;
    position: fixed;
    padding:0;
    width:100%;
    height: 0; 
    overflow-y: auto; 
}
.mobileNavigation .navContainer{
    height: 70%;
    overflow-y: auto;
    padding-bottom: 40%;
    -ms-overflow-style: none;
}

.mobileNavigation .navContainer::-webkit-scrollbar {
    display: none; 
}

.mobileNavigation .navContainer a{
    font-family: 'Maison Neue Ext Demi';
    font-size:26px;
    line-height: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.mobileNavigation .highlight{
    background-color: var(--red);
    width: 180px;
    position: absolute;
    bottom:100px;
    padding:12px 26px
}
.mobileNavigation .highlight span{
    color:var(--white) !important;
    width: auto;
}
.mobileNavigation .highlight span::before, .mobileNavigation .highlight span::after{
    content:''
}
.mobileNavigation .highlight svg{
    fill: var(--white);
}/*
.welcome{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 0;
    padding:0;
    height: 100vh;
}

.welcome .background{
    background-image: url('./assets/images/section_welcome_bg@2x.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top:0;
    left:0;
    z-index:1;
    width:100%;
    height: 100%;
}
 .welcome h1{
    margin-top:155px;
    z-index: 2;
    font-family: 'Maison Neue Ext ExtBold';
}
.welcome .descriptionContainer{
    justify-self: flex-end;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    align-self: flex-end;
    margin-bottom:50px;
    margin-right:120px;
    max-width:400px;
    z-index: 2;
}
.descriptionContainer h2{
    color: var(--white);
    font-size:28px;
    font-weight: bold;
}
.descriptionContainer p{
    color:var(--white);
    font-size:20px;
    font-family: 'Maison Neue Ext Book';
}
.descriptionContainer .buttonContainer{
    display: flex;
    flex-direction: row;
}
.descriptionContainer a{
    border-radius: 25px;
    padding:12px 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.descriptionContainer a span{
    font-size: 15px;
    font-weight: bold;
}
.descriptionContainer .video{
    background-color: var(--white);
    color:var(--dark);
    margin-right:10px;

}
.descriptionContainer .video svg{
    fill: var(--dark);
}
.descriptionContainer a img{
    max-width: 26px;
    width: 100%;;
    margin-left:10px
}
.descriptionContainer a svg{
    margin-left:10px

}
.descriptionContainer .information{
    background-color: var(--red);
    color: var(--white);
} */



.swiper{
    position: relative;
    width: 100% ;
    z-index: 0;
}
.swiper img {
    position: relative;
    height: 100vh;
    width: 100% ;
    object-fit: cover;
    z-index: 1;
}
.swiper video {
    position: relative;
    height: 100vh;
    width: 100% ;
    object-fit: cover;
    z-index: 1;
}
.swiper h2{
    position: absolute;
    z-index: 2;
    font-size: 42px;
    top: 20%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-weight: 400 ;
    font-family: 'Maison Neue Ext Demi';
    min-width: 1000px;
}
.swiper .descriptionContainer{
    position: absolute;
    top: 80%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    min-width: 750px;
    z-index: 2;
} 
.descriptionContainer p{
    color:var(--white);
    font-size: 26px;
    font-family: 'Maison Neue Ext Book';
    text-align: center;
}
.descriptionContainer .buttonContainer{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.descriptionContainer a{
    border-radius: 25px;
    padding:12px 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.descriptionContainer a span{
    font-size: 15px;
    font-weight: bold;
}
.descriptionContainer .video{
    background-color: var(--white);
    color:var(--dark);
    margin-right:10px;
}
.descriptionContainer .video svg{
    fill: var(--dark);
}
.descriptionContainer a img{
    max-width: 26px;
    width: 100%;;
    margin-left:10px
}
.descriptionContainer a svg{
    margin-left:10px
}
.descriptionContainer .information{
    background-color: var(--red);
    color: var(--white);
}
.swiper .second-banner {
    position: absolute;
    top: 40%;
    left: 20%;
    height: 500px;
    width: 500px;
    z-index: 2;
}
.second-banner p {
    position: absolute;
    color:var(--white);
    font-size:30px;
    max-width: 300px;    
    font-family: 'Maison Neue Ext Book';
    text-align: start;
    top: 15%;
}
.second-banner h2{
    position: absolute;
    font-size: 42px;
    font-weight: 400 ;
    font-family: 'Maison Neue Ext Demi';
    text-align: start;
    min-width: 500px;
    margin: 0;
    top: 5%;
}
.second-banner .descriptionContainer{
    position: absolute;
    align-items: start;
    width: 400px;
    top: 60%;
    left: 37%;
    z-index: 2;
}
.third-banner {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    height: 100vh;
}
.third-banner .descriptionContainer {
    position: absolute;
    width: 400px;
}
.swiper .fourth-banner {
    position: absolute;
    text-align: end;
    top: 30%;
    right: 20%;
    z-index: 2;
    height: 100vh;
}
.fourth-banner h2 {
    margin: 0;
    padding: 0;
    min-width: 350px;
    text-align: end;    
}
.fourth-banner .descriptionContainer {
    position: absolute;
    min-width: 350px;
    top: 40%;
}
.fourth-banner .descriptionContainer p{
    width: 400px;
    text-align: end;
}
.fourth-banner .descriptionContainer .buttonContainer {
    display: flex;
    flex-direction: row;
    justify-content: end;
}
.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,20px) !important;
    color: var(--white) !important;
}
.swiper-button-next {
    right: var(--swiper-navigation-sides-offset,20px) !important;
    color: var(--white) !important;
}



/* .welcome .background{
    position: absolute;
    top:0;
    left:0;
    z-index:1;
    width:100%;
    height: 100%;
    overflow: hidden;
} 
.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,50px) !important;
    color: var(--white) !important;
}
.swiper-button-next {
    right: var(--swiper-navigation-sides-offset,50px) !important;
    color: var(--white) !important;
}
.welcome .background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.welcome .background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.welcome .background video::-webkit-media-controls {
    display:none !important;
}
.welcome h2{
    margin-top: 200px;
    z-index: 2;
    font-size: 32px;
    font-weight: 400 ;
    font-family: 'Maison Neue Ext Demi';
    letter-spacing: 1.2px;
}
.welcome .descriptionContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    justify-content: space-between;
    margin-bottom:50px;
    max-width: 700px;
    z-index: 2;
}

.welcome .secondBanner {    
    display: flex;
    align-items: flex-start;
    align-self: flex-start;
    margin-top: 10%;
    margin-left: 350px;
    max-width: 500px;
}

.welcome .p-content-2 {
    display: flex;
    flex-direction: column;
    max-width: 300px;    
    text-align: start !important;  
}

.secondBanner p {  
    font-size:28px !important;    
    text-align: start !important;  
    margin: 0px !important;
}

.third-banner {
    display: flex;
    text-align: center;
    
}

.welcome .third-banner h2{
    margin-bottom: 550px;
    font-size: 36px !important;
}

.secondBanner h2{
    font-size: 38px !important;
}


.descriptionContainer p{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
    color:var(--white);
    font-size:20px;
    font-family: 'Maison Neue Ext Book';
}
.descriptionContainer .buttonContainer{
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}
.descriptionContainer a{
    border-radius: 25px;
    padding:12px 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.descriptionContainer a span{
    font-size: 15px;
    font-weight: bold;
}
.descriptionContainer .video{
    background-color: var(--white);
    color:var(--dark);
    margin-right:10px;

}
.descriptionContainer .video svg{
    fill: var(--dark);
}
.descriptionContainer a img{
    max-width: 26px;
    width: 100%;;
    margin-left:10px
}
.descriptionContainer a svg{
    margin-left:10px

}
.descriptionContainer .information{
    background-color: var(--red);
    color: var(--white);
}
.welcome .fourthBanner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-self:flex-end;
    align-items: flex-end;
    margin-top: 200px;
    margin-right: 15%;   
}
.fourth-banner-h2 {
    max-width: 275px;
    text-align: end;    
}

.fourth-banner-h2 h2 {
    font-size: 38px;
}*/

.whatismars{
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    position: relative;
    padding-bottom: 100px;
}
.whatismars .sectionHeader{
    color:var(--dark);
    max-width: 766px;
    width: 100%;
    text-align: center;
    font-family: 'Maison Neue Ext Demi';
    line-height: 56px;
}
.sectionHeader .tricksword{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    margin-top: -0.9em;
}
.whatismars .content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
}

.content .imageContainer{
    width: 33%;
    display: flex;
    justify-content: center;
}
.imageContainer .mobile{
    width:600px
}
.whatismars .marsliOl{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: absolute;
    bottom: 50px;
}
.marsliOlSpan{
    font-family: 'Maison Neue Ext Demi';
    font-style: italic;
    font-size:24px;
    width: max-content;
    position: relative;
    margin-right:10px
}
.marsliOlSpan::before{
    width:100%;
    max-width: 264px;
    height:2px;
    background-color: var(--red);
    position: absolute;
    left:calc(50% - 100px);
    bottom:-5px;
    content: "";
}
.marsTeam{
    font-family: 'Maison Neue Ext Demi';
    font-style: italic;
    font-size:24px;
    width: max-content;
    position: relative;
    margin-right:10px
}
.marsTeam::before{
    width:100%;
    max-width: 264px;
    height:2px;
    background-color: var(--red);
    position: absolute;
    left:calc(50% - 132px);
    bottom:-5px;
    content: "";
}
.marsliOl .button{
    width: 132px;
    height: 50px;
    color:var(--white);
    background-color: var(--red);
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    margin-left:10px;
}
.marsliOl .button span{
    color:var(--white);
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    padding-right:10px
}
.accordion{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:33%;
    z-index:5
}
.accordionHeader{
    position: relative;
    color: var(--red);
    font-family: 'Maison Neue Ext Demi';
    font-size:42px;
}
.accordionHeader::before{
    content:url('#');
    padding-right:4px;
}
.accordionHeader::after{
    width:50px;
    height:2px;
    background-color: var(--red);
    position: absolute;
    left:calc(50% - 25px);
    bottom:-5px;
    content: "";
}
.accordionButton{
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    width:303px;
    height:75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.accordionButton .label{
    padding:25px;
    font-size:20px;
    font-weight: 500;
    color:var(--dark);
    padding-right: 0;
}
.accordion img{
    width:15px;
    padding-right:25px
}
.accordionContent{
    background-color: var(--white);
    width: 100%;
    max-width: 303px;
    overflow: hidden;
    margin-top:15px;
    height:0;
}
.accordionContent p{
    font-size:14px;
    font-family: 'Maison Neue Ext Book';
    color:var(--dark);
    padding-top:5px;
    padding-left:25px
}
.membership{
    background-image: url('assets/images/section_membership_bg.jpg');
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
    background-position: right;
    min-height: 90vh;
    height: auto !important;
}
.membership h2{
    font-family: 'Maison Neue Ext Demi';
    color: var(--white);
}
.membershipContent{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    height: 70%;
}
.membershipNav{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.membershipNav a{
    margin:10px;
    color: var(--white);
    opacity: .5;
    font-size:20px;
    font-family: 'Maison Neue Ext Book';
    position: relative;
    cursor: pointer;
}
.membershipNav a::before{
    width:100%;
    height:2px;
    background-color: var(--white);
    position: absolute;
    left:0;
    bottom:-5px;
    content: "";
    transition: transform .5s;
    transform-origin: center center;
    transform: scaleX(0);
}
.membershipNav a:hover{
    font-family: 'Maison Neue Ext Book';
}
.membershipNav a:hover::before{
    transform: scaleX(100%);
    /* height:2px;
    background-color: var(--red);
    position: absolute;
    left:0;
    bottom:-5px;
    content: "";
    transform-origin: center; */
}
.membershipNav .active{
    font-family: 'Maison Neue Ext';
    font-weight: bold;
    color: var(--white);
    opacity: 1;
}
.membershipNav .active::before{
    width:100%;
    height:2px;
    background-color: var(--white);
    position: absolute;
    left:0;
    bottom:-5px;
    content: "";
    transform: scaleX(100%);
}
.membership .active:hover{
    font-family: 'Maison Neue Ext';
    font-weight: bold;
}
.membershipTypes{
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.membershipType{
    width: 100%;
    display: none;
    flex-direction: row;
    justify-content: center;
}
#membershiptype{
    display: none;
}
.-activeMembership{
    display: flex !important;
}
.membershipType .left{
    width:40%;
    padding-top:100px;
    padding-left:50px
}
.left h3{
    font-weight: bold;
    color: var(--red);
    font-size:28px;
}
.left p{
    font-family: 'Maison Neue Ext Book';
    font-size:20px;
    color: var(--white);
}
.membershipType .left a{
    width:240px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.membershipType .left a span{
    color: var(--white);
    font-size: 15px;
    font-weight: bold;
    padding-right: 10px;
}
.membershipType .left a svg{
    fill: var(--white);
}
.membershipType .right{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 100%;
    position: relative;
}
.membershipType .right img{
    /* height: 200px; */
    /* position: absolute; */
    width: 70%;
    max-width: 450px;
    display: block;
}
.show{
    display: block !important;
}
.starterCard{
    left: 290px;
    bottom: 10px;
    z-index: 0;
}
.primeCard{
    z-index: 1;
    bottom:10px;
    left:140px
}
.platinumCard{
    z-index:2;
    bottom:30px;
    left:90px
}
.titaniumCard{
    z-index:3;
    bottom:60px;
    left:50px
}
.kolonilerDetail{
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 90vh;
    height: auto;
    padding-top:100px
}
.koloniler{
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 90vh;
    height: auto;
}
.koloniler h2, .kolonilerDetail h2{
    font-family: 'Maison Neue Ext Demi';
    color:var(--dark)
}
.koloniContent{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.koloniContent span {
    font-size: 22px;
}

.koloniExp {
    font-size: 20px;
    text-align: center;
    max-width: 40%;
}

.campaignSlider .koloniContent span{
    font-size:24px;
    font-family: 'Maison Neue Ext Book';
}
.koloniContent .bold{
    font-family: 'Maison Neue Ext Demi';
}
.kolonilerNav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:30px;
    margin-bottom:30px;
    background-color: var(--white);
    z-index:10
}
.kolonilerNav .buttonContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    width: 120px;
}
.kolonilerNav .buttonContainer .imageContainer{
    width: 93px;
    height: 93px;
    border-radius: 50px;
    border: 1px solid var(--grey);
    display: flex;
    justify-content: center;
    align-items: center;
}
.kolonilerNav .buttonContainer span{
    font-size: 16px !important;
    color: #787878;
    margin-top: 8px;
    max-width: 60%;
    text-align: center;
}
.-koloniActive .imageContainer{
    background-color: var(--red);
    border: 1px solid var(--red) !important;
}
.kolonilerNav .buttonContainer .imageContainer svg{
    fill: var(--grey);
}
.-koloniActive .imageContainer svg{
    fill:var(--white) !important;
}
.-koloniActive span{
    color:var(--red) !important;
    font-weight: bold;
}
.kolonilerNav .buttonContainer:hover .imageContainer{
    background-color: var(--red);
    border: 1px solid var(--red) !important;
}
.kolonilerNav .buttonContainer:hover .imageContainer svg{
    fill: var(--white);
}
.kolonilerNav .buttonContainer:hover span{
    color:var(--red) !important;
    font-weight: bold;
}
.kolonilerInformation{
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 25px;
    z-index: 9;
}
.-activeTab{
    display: flex;
}
.kolonilerInformation .top {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.kolonilerInformation .bottom {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 3rem;
    align-items: center;
}
.kolonilerInformation .bottom span {
    font-size:20px;
    font-family: 'Maison Neue Ext Book';
    font-weight: normal;
}
.kolonilerInformation .button {
    width: 242px;
    height: 50px;
    background-color: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    margin-top: 20px;
}
.kolonilerInformation .button span {
    color: var(--white);
    font-size: 15px !important;
    font-weight: bold;
    padding-right: 10px;
}
.kolonilerInformation .button svg {
    padding-left: 10px;
}
.kolonilerInformation .left{
    display: flex;
    width:45%;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 40px;
    padding-left: 50px;
}
.kolonilerInformation .left img{
    height: 110%;
    border-radius: 18px;
    max-width: 495px;
    max-height: 346px;
}

.kolonilerInformation .right{
    display: flex;
    width:55%;
    flex-direction: column;
}
.kolonilerInformation .right h3{
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-top: 0;
}
.kolonilerInformation .right span{
    font-size:20px;
    font-family: 'Maison Neue Ext Book';
    max-width: 510px;
}
.kolonilerInformation .right .bold{
    font-family: 'Maison Neue Ext';
    font-weight: bold;
}
.kolonilerInformation .kolonilerCompanies{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
    max-width: 400px;
    border: 1px solid #c3c3c3;
    border-radius: 15px;
    height: 90px;
}
.kolonilerInformation {

}
.kolonilerInformation .right .koloni-uyelik-tipi {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.kolonilerInformation .right .koloni-uyelik-tipi span{
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.kolonilerInformation .right .koloni-uyelik-tipi img {
    width: 60%;
}
.kolonilerSlide{
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.-activeKoloniSlide{
    display: flex;
}

.kolonilerInformation .kolonilerCompanies .arrowSpan{
    cursor: pointer;
}
.kolonilerInformation .kolonilerCompanies span{
    font-size:16px
}
.next{
    transform: rotate(-90deg);
}
.prev{
    transform: rotate(90deg);
}
.campaign{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.campaignSlider{
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.-activeCampaignSlider{
    display: flex;
}
.marsMiles{
    background-image: url('assets/images/anasayfa-bordo-bg.jpg');
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
}
.marsMilesContent{
    display: flex;
    width: 80%;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.marsMilesContent .left{
    width: 50%;
    display: flex;
    justify-content: center;
}
.marsMilesContent .right{
    width: 50%;
}
.marsMilesContent .right h2{
    font-weight: bold;
    font-size: 28px;
    color: var(--white);
}
.marsMilesContent .right p{
    font-size:20px;
    font-family: 'Maison Neue Ext Book';
    color: var(--white);
}
.marsMilesContent .right .moreInformationButton{
    margin-top:40px
}
.compare{
    min-height: 90vh;
    height: auto;
}
.compareContent{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.compareContent .left{
    display: flex;
    width: 30%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width:400px
}
.compareContent .left h2{
    font-size: 28px;
    font-weight: bold;
    color: var(--red);
}
.compareContent .left h2::before{
    content:url('assets/images/logo-dark.png');
    padding-right:4px;
}
.compareContent .left span{
    font-size:20px;
    font-family: 'Maison Neue Ext Book';
}
.compareContent .left .compareButton{
    width:195px;
    height:50px;
    background-color: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    margin-top:20px
}
.compareContent .left .compareButton span{
    color:var(--white);
    font-size:15px !important;
    font-weight: bold;
    padding-right: 10px;
    font-family: 'Maison Neue Ext';
}
.compareContent .left .compareButton svg{
    padding-left:10px
}

.compareContent .right{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
}
.compareContent .right img{
    max-width: 900px;
    width: 100%;
}
.cardtypes{
    background-image: url('assets/images/anasayfa-reklam-banner-tasarim.jpg');
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
    height: 100vh;
}
.cardtypes h2{
    text-align: center;
}
.cardtypes .moreInformationButton{
    background-color: var(--white);
}
.cardtypes .moreInformationButton span{
    color:var(--red)
}
.cardtypes .moreInformationButton svg{
    fill:var(--red);
    padding-left:0 !important;
    padding-right: 10px;
}

.marsliOlSection{
    background-image: url('assets/images/marsli-ol-bg.jpg');
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
}
.marsliOlSection h2{
    font-family: 'Maison Neue Ext Demi';
    font-size:46px;
    color: var(--white);
}
.marsliOlSection p{
    font-family: 'Maison Neue Ext Book';
    font-size:24px;
    color: var(--white);
    width: 100%;
    max-width: 610px;
    text-align: center;
}
.marsliOlSection .button{
    width:242px;
    height:50px;
    background-color: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    margin-top:20px
}
.marsliOlSection .button span{
    color:var(--white);
    font-size:15px !important;
    font-weight: bold;
    padding-right: 10px;
}
.marsliOlSection .button svg{
    padding-left:10px
}
footer{
    display: flex;
    padding-top:40px;
    flex-direction: column;
}
footer .top{
    min-height:290px;
    background-color: var(--white);
    padding-left:120px;
    padding-right: 120px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
footer .top .left{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
}
footer .top .left .marsLogo{
    margin-bottom:30px
}
.storeLogo img{
    padding-right:10px
}
footer .center{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 30%;
}
footer .center a{
    text-decoration: none;
    font-size:17px;
    font-family: 'Maison Neue Ext Book';
    line-height: 44px;
}
footer .right{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 20%;
}
footer .right span{
    font-size:17px;
    font-family: 'Maison Neue Ext Book';
    line-height: 30px;
}
footer .right .bold{
    font-family: 'Maison Neue Ext';
    font-weight: bold;
    margin-bottom:15px
}
footer .bottom{
    min-height:94px;
    background-image: url('assets/images/bottom-bar-bg.jpg');
    background-size: cover;
    padding-left:120px;
    padding-right: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom p{
    color:var(--white);
    font-size:14px;
    font-family: 'Maison Neue Ext Book';
}
.legalInformation{
    width:75%;
}
.bottom span{
    font-family: 'Maison Neue Ext';
    font-weight: bold;
}
.bottom .contact{
    min-width: fit-content;
}

.icons-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 0px;
}

.footer-icons {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-height: 250px;
}
.footer-icons img {
    height: 10%;
    width: 10%;
}

.moreInformationButton{
    width:195px;
    height:50px;
    background-color: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    margin-top:20px;
    cursor: pointer;
}
.moreInformationButton span{
    color:var(--white);
    font-size:15px !important;
    font-weight: bold;
    padding-right: 10px;
}
.moreInformationButton svg{
    padding-left:10px
}
.koloniFix span{
    padding-right: 0;
    padding-left:10px;
}
.koloniFix svg{
    padding-left: 0px;
    padding-right:10px
}
.marsMilesFix{
    background-color: var(--white);
}
.marsMilesFix svg{
    fill: var(--red) !important;
    padding-left: 0px;
    padding-right:10px
}
.marsMilesFix span{
    color:var(--red) !important;
    padding-right: 0;
    padding-left:10px;
}



.progressContainer{
    position: fixed;
    top:calc(50% - 125px);
    left:10px;
    width: 36px;
    height:250px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 38px;
    z-index: 997;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    color: #fff;

}
.progressContainer .label{
    font-size:20px;
    font-family: 'Maison Neue Ext Book';
    transform: rotate(90deg);
}
.progressContainer .progressBarBG{
    height: 70%;
    width:2px;
    background-color: var(--grey);
}
.progressBarBG .progress{
    background-color: var(--white);
    width: 2px;
    height:0%;
    display: block;
    max-height:100%
}
.modal{
    width: 100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    background-color: rgba(0,0,0,.7);
    z-index:999;
    display: none;
    justify-content: center;
    align-items: center;
    padding:0
}
.modalContent{
    width:75%;
    height:80%;
    border-radius: 20px;
    background-color: var(--white);
    position: relative;
}
.closeButton{
    cursor: pointer;
    width:28px;
    height:28px;
    top:20px;
    right:20px;
    position: absolute;
}
.membershipModalContent{
    margin-top:40px;
    margin-left:40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    height: 70%;
}
.membershipModalContent .left{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.membershipModalContent .left h3{
    font-weight: 500;
    font-size:20px;
    color:var(--dark);
    margin:5px 0;
}
.membershipModalContent .left p{
    font-size:14px;
    font-family: 'Maison Neue Ext Book';
    color: var(--dark);
    max-width:900px;
    margin:5px 0;
}
.membershipModalContent .bold{
    font-family: 'Maison Neue Ext Demi';
    padding:0 !important
}
.membershipModalContent .left span{
    font-weight: 500;
    padding:10px;
    color:var(--dark)
}
.membershipModalContent .left ul{
    list-style: none;
    margin:0;
    padding:0
}
.membershipModalContent .left ul li{
    margin:5px 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.membershipModalContent .left ul li span{
    font-size: 14px;
    font-weight: 500;
    color: var(--dark);
    margin-left:10px;
}
.membershipModalContent .left ul li .koloniImage{
    width:32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--red);
    border-radius: 16px;
}
.membershipModalContent .left ul li .koloniImage svg{
    fill:var(--white) !important;
    width: auto;
    height: auto;
    padding: 8px;
}
.membershipModalContent .right{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.membershipModalContent .right img{
    width:60%
}
.modalContent .action{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom:25px
}
.modalContent .action p{
    font-size:14px;
    font-family: 'Maison Neue Ext Book';
    color: var(--dark);
    max-width:500px;
}
.modalContent .action .button{
    width:250px;
    height:50px;
    background-color: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    color:var(--white);
    font-weight: bold;
    font-size:15px;
    cursor: pointer;
}
.marsMilesModal{
    height: auto;
}
.marsMilesModal h2{
    color: var(--dark);
    font-family: 'Maison Neue Ext Demi';
    margin: 0;
    margin-bottom: 10px;
}
.marsMilesModal p{
    max-width: 750px !important;
}
.marsMilesModal .right{
    width: 40%;
}
.marsMilesModal .right img{
    width: 40%;
}
.marsMilesModalFooter{
    margin:40px
}
.marsMilesModalFooter h4{
    font-weight: 500;
    font-size:26px;
    color:var(--dark);
    margin:10px 0;
}
.marsMilesModalFooter p{
    font-size:20px;
    font-family: 'Maison Neue Ext Book';
    color: var(--dark);
    max-width:none;
}
.loader{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(241,45,19,1);
    z-index: 1000;
}
.pagetransition{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(241,45,19,1);
    z-index: 1000;
    transform: scaleX(0);
    transform-origin: left center;
}
.loader span{
    position: absolute;
    bottom:25px;
    right:25px;
    font-size: 46px;
    color:var(--white);
    font-family: 'Maison Neue Ext', Arial, Helvetica, sans-serif;
    font-weight: 300;
}
.teamMars{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    position: relative; 
}
.teamMars h1{
    color: var(--dark);
    margin-top: 110px;
}
.aboutmars{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    position: relative;
}
.aboutmars h1, .sozlesmeler h1{
    color:var(--dark);
    margin-top:110px
}
.aboutmars .content, .sozlesmeler .content, .aboutmars .content{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    height:auto
}
.aboutmars .content p{
    font-size:18px;
    font-family: 'Maison Neue Ext Book';
    line-height: 36px;
    width: 100%;
    max-width: 80%;
}
.aboutmars .content .marsliOl{
    display: flex;
    justify-content: center;
    align-self: center;
    width: auto;
    padding:25px 0;
}
.sozlesmeler{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: fit-content;
    position: relative;
    padding-bottom: 50px;
}

.info-list {
    list-style: none;
    cursor: pointer;    
    line-height: 24px;
    font-size: 16px;
    padding: 10px 0px;
}

.info-list:hover{
    font-weight: bold;
}

.info-content {
    display: none;
    margin-top: 5px;
}

.info-content p{
    padding: 0;
    margin: 0;
}


.sozlesmeler .content span{
    font-size:18px;
    font-family: 'Maison Neue Ext Book';
    line-height: 36px;
    width: 100%;
    max-width: 80%;
}
.sozlesmeler .content .links{
    margin-top:75px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.sozlesmeler .content a{
    line-height:24px;
    font-size:16px;
    padding: 10px 0px;
}
.sozlesmeler .content a:hover{
    font-weight: bold;
}
.sozlesmeler ul {
    line-height: 24px;
    font-size: 16px;
    padding: 0;
    padding-top: 5px;
    margin: 0;
}
.sozlesmeler ul li{
    font-size: 12px !important;
    margin-left: 15px !important;
}
.nasilKullanilir{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height:auto
}
.nasilKullanilir h1{
    color:var(--dark);
    margin-top: 110px;
}
.nasilKullanilir h2{
    color:var(--dark);
    font-size:33px;
}
.nasilKullanilir .content{
    width: 100%;
    padding-bottom:45px
}
.nasilKullanilir .leftOriented{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
}
.nasilKullanilir .rightOriented{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-end;
}
.nasilKullanilir .rightOriented p{
    text-align: right;
}
.nasilKullanilir .leftOriented img{
    margin-right:60px;
}
.nasilKullanilir .rightOriented img{
    margin-left:60px;
}
.nasilKullanilir .leftOriented div{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width:700px
}
.nasilKullanilir .rightOriented div{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    max-width:700px
}
.nasilKullanilir p{
    font-size:20px;
    font-family: 'Maison Neue Ext Book';
    line-height:30px
}
.ucretlerLimitler{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height:auto
}
.ucretlerLimitler h1{
    color:var(--dark);
    margin-top:110px
}
.ucretlerLimitler .content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 50px;
}
.ucretlerLimitler .content .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom:15px
}
.disclaimer{
    font-family: 'Maison Neue Ext';
    font-weight: 100 !important;
}
.content .row .tableHeader{
    width:50%;
    max-width: 720px;
    background-color: var(--red);
    color:var(--white);
    font-weight: bold;
    font-size:18px;
    padding:5px;
}
.content .row span{
    font-weight: bold;
    color:var(--dark);
    font-size:18px
}
.teamContainer{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.teamContainer .left{
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-right: 1px solid #c0c0c0;
}
.teamContainer .right{
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.teamMembers{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
}

.teamMembers h4{
    font-family: 'Maison Neue Ext';
    font-weight: 500;
    color: var(--red);
    font-size: 22px;
    line-height: 20px;
}

.teamMembersHolder{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.teamMember:last-child{
    margin-right: 0;
}
.right .teamMembersHolder{
    display: flex;
    justify-content: center;
    width: 100%;
}
.right .teamContainer{
    justify-content: center;
}
.teamMember{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-width: fit-content;
    border-bottom: 1px solid #c1c1c1;
    padding:25px 0px
}
.leftOriented .left{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.leftOriented .right{
    width:80%
}
.rightOriented .left{
    width: 80%;
}
.rightOriented .right{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.teamMember h2{
    font-size: 22px;
    color: var(--dark);
    margin-bottom: 0px;
}

.teamMember img{
    width: 100%;
    max-width: 250px;
}
.teamMember span{
    margin-top: 10px;
    font-family: 'Maison Neue Ext';
    font-weight: 500;
    color: var(--red);
    font-size: 16px;
    line-height: 20px;
}

.teamMars .content p{
    font-size:18px;
    font-family: 'Maison Neue Ext Book';
    line-height: 36px;
    width: 100%;
    max-width: 100%;
    color: var(--dark);
}
.compareMembership{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height:auto
}
.compareMembership h1{
    color:var(--dark);
    margin-top:110px
}
.compareMembership .content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom:50px
}
.compareMembership .content .row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 2px;
}
.compareMembership .content .rowHeader{
    position: sticky;
    top:100px;
    background-color: var(--white);
}
.compareHeader{
    font-family: 'Maison Neue Ext Book';
    font-size:18px;
    width:100%;
    max-width: 385px;
    background-color: var(--red);
    color:var(--white) !important;
    padding:5px;
    display: flex;
    align-items: center;
    height: 50px;
}
.emptyColumn{
    background-color: var(--white);
}
.emptyCell{
    background-color: var(--white) !important;
}
.limitHeader{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.limitHeader h6{
    font-size: 22px;
    color:var(--red);
    font-family: 'Maison Neue Ext';
    margin: 0;
}
.limitHeader span{
    font-size: 14px !important;
    font-family: 'Maison Neue Ext';
    font-weight: 100 !important;
}
.limitSpan{
    width:25%;
    text-align: center;
}
.limits{
    font-size:35px;
    color:var(--dark);
    margin-top:50px
}
.description{
    font-size: 14px !important;
    font-family: 'Maison Neue Ext';
    font-weight: 100 !important;
    color: var(--white) !important;
}
.dataRow{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    max-width: 300px;
    width: 100%;
    font-family: 'Maison Neue Ext';
    font-weight: 100 !important;
    color: var(--dark);
    font-size: 16px !important;
    height: 50px;
}

.rowHeader div{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height:180px;
}
.rowHeader div img{
    max-width: 160px;
    margin-bottom:15px
}

.membershipName{

}
.membershipName::before{
    content: url('assets/images/mars-logo-compare.svg');
    margin-right:5px
}
.videoModalFix{
    height: 85%;
    margin:40px

}
.videoModalFix .video{
    width:100%;
    height: 100%;
}
.videoContFix{
    width: 55%;
    height: 55%;
}
.olimpus{
    background-color: #EA4926;
    color:var(--white) !important
}
.proxima{
    background-color: #E4E55A;
}
.borealis{
    background-color: #72D6C0;
}
.modalContentMarsMiles{
    width:65%;
    height:45%
}
.sss{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height:auto
}
.sss h1{
    color:var(--dark);
    margin-top:110px
}
.sss .content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top:110px;
    height:100%
}
.content iframe{
    width:100%;
    height:100%;
    border:none
}
.section-lp{
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height:95vh;
}
.section-lp h1{
    color:var(--dark);
    margin-top:90px;
    margin-bottom: 150px;
    text-align: center;
}
.section-lp h2{
    font-size:28px;
    color:var(--red)
}
.section-lp .content{
    display: flex;
    flex-direction: row;
}
.section-lp .content .left{
    width:50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-lp .content .left img{
    width:70%;
    min-width: 50%;
}
.section-lp .content .right img{
    min-width: 50%;
    width: 100%;
}
.metal-card{
    max-width:443px;
}
.section-lp .content .right{
    width:50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.section-lp .content .right p{
    font-size:20px;
    max-width: 950px;
}
.margin-fix{
    margin-bottom: 90px !important;
}
.features{
    padding-top: 130px;
    padding-left: 120px;
    padding-right: 120px;
}
.features h1{
    color:var(--dark)
}
.featuresNavigation{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}
.featuresNavigation a{
    width: 250px;
    height: 60px;
    border-radius: 25px;
    background-color: var(--lightGray);
    color:var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Maison Neue Ext';
    font-weight: bold;
    font-size:20px;
    margin:0px 10px;
    text-transform: uppercase;
    cursor:pointer;
}
.featuresNavigation a:hover{
    background-color: var(--red);
}
.-activeFeature{
    background-color: var(--red) !important;
}
.featureContent{
    display:none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.-activeFeatureContent{
    display:flex
}
.featureContent .leftOriented{
    padding-left: 120px;
    padding-right: 120px;
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.featureContent .leftOriented .content{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.featureContent .leftOriented .content .right{
    padding-left: 100px;
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.featureContent .leftOriented .content .right h2{
    color: var(--red);
    font-size:26px;
}
.featureContent .leftOriented .content .right p{
    font-size:18px;
    font-family: 'Maison Neue Ext Book';
    color: var(--dark);
    line-height: 30px;
}
.featureContent .leftOriented .content .left{
	width: auto;
}
.featureContent .leftOriented .content .left img{
    width:100%
}
.featureContent .leftOriented .content .left video{
    width:100%
}
.featureContent .rightOriented{
    padding-left:120px;
    padding-right: 120px;
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center
}
.featureContent .rightOriented .content{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.featureContent .rightOriented .content .right{
	width: auto;
	height: auto;
}
.featureContent .rightOriented .content .right img{
    width:100%
}
.featureContent .rightOriented .content .left{
    padding-right: 100px;
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.featureContent .rightOriented .content .left h2{
    color: var(--red);
    font-size:26px;
}
.featureContent .rightOriented .content .left p{
    font-size:18px;
    font-family: 'Maison Neue Ext Book';
    color: var(--dark);
    line-height: 30px;
}
.socialMediaContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.socialMediaContainer svg{
    max-width: 98px;
    max-height: 98px;
    width: 100%;
    height: 100%;
    margin-left:25px;
    margin-right:25px;
}
.socialMediaContainer img{
    max-width: 98px;
    max-height: 98px;
    width: 100%;
    height: 100%;
    margin-left:25px;
    margin-right:25px;
}
.marsMilesDetail{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 80px;
}
.marsMilesDetail h1{
    color: var(--dark);
    margin-top:110px;
    margin-bottom: 10px;
}
.marsMilesDetail h2{
    color: var(--dark);
    font-size:30px
}
.marsMilesDetail .content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.marsMilesDetail .content .left{
    width: 70%;
}
.marsMilesDetail .content .right{
    width:30%
}
.marsMilesDetail .content .left p{
    color: var(--dark);
}
.marsMilesDetail .social{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin:25px 0px;
}
.marsMilesDetail .social h2{
    font-size:24px;
    position: relative;
}
.marsMilesDetail .social h2::before{
    width: 100%;
    max-width: 264px;
    height: 2px;
    background-color: var(--red);
    position: absolute;
    left: calc(50% - 132px);
    bottom: -5px;
    content: "";
}

.pink{
    background-color: var(--pink);
    justify-content: center;
}
.pink .left{
    align-items: flex-start !important;
}
.pink p{
    max-width: 850px !important;
    color: var(--dark);
}
.pink .right{
    padding-left: 15%;
    width: 35% !important;
}
.white{
    justify-content: center;
}
.lp h2{
    font-size:46px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Maison Neue Ext';
    font-weight: bold;
}

/* modal fixes */
.starterCardModal{
    width: 45%;
    height: 45%;
    border-radius: 20px;
    background-color: var(--white);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.primeCardModal{
    height: 82%;
}
.platinumCardModal{
    height: 70%;
}
/* Gumus Logo */
.gumusLogoSection{
    background-image: url('assets/images/kartlar-bg.jpg');
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
    height: 100vh;
}
.gumusLogoSection h1{
    text-align: center;
    margin-top:80px;
    font-size: 35px;
}
.gumusLogoSection .memberships{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 40%;
}
.security{
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    display: flex;
}
.securityContent{
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-bottom:50px

}
.securityContent .left{
    padding-left:50px
}
.securityContent .left h2{
    color: var(--dark);
    font-size:26px;
    width:50%;
}
.securityContent .left span{
    width:60%;
    display: block;
    font-size:18px
}
.securityContent .right{

}
.securityContent .right img{
    max-width: 750px;
    width: 100%;
}
.yurtdisiSection{
    background-image: url('assets/images/mars-gumus-bg.jpg');
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    background-size: cover;
    height: 100vh;
    max-height: 698px;
}
.yurtdisiSection .yurtdisiContent{
    max-width: 540px;
}
.yurtdisiSection .yurtdisiContent h2{
    font-size:26px;
}
.yurtdisiSection .yurtdisiContent span{
    color: var(--white);
    font-size: 18px;
}
.privilegesSection{
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.privilegesSection .privilegesContent{
    width:75%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom:25px
}
.privilegesContent h2{
    color: var(--dark);
    font-size:26px;
    text-align: center;
}
.privilegesContent p{
    max-width: 600px;
    text-align: center;
    font-size:18px;
}
.privilegesContent .bold{
    /* font-family: 'Maison Neue Ext Demi'; */
    font-weight: bold;
}
.privilegesContent h3{
    width: 100%;
    font-size:26px;
    text-align: center;
    position: relative;
}
.privilegesContent h3::before{
    width: 100%;
    height: 4px;
    background-color: var(--red);
    position: absolute;
    left: 0%;
    bottom: -15px;
    content: "";
}
.campaingContainer{
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
    align-items: center;
}
.campaingContainer p{
    font-size:26px;
    text-align: left;
    max-width:500px;
    width:100%
}
.campaingContainer .bold{
    font-weight: bold;
    font-size: 26px;
}
.privilegesContent span{
    font-size:20px;   
}
.privilegesContent .button{
    width: 175px;
    height: 50px;
    color:var(--white);
    background-color: var(--red);
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    margin-left:10px;
    margin-top:25px
}
.privilegesContent .button span{
    color:var(--white);
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    padding-right:10px
}
.marstitaniumSection{
    background-image: url('assets/images/mars-titanium-bg.jpg');
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    height: 100vh;
}
.heroContainer{
    display: flex;
    flex-direction: row;
    margin-top:100px;
    justify-content: space-between;
    align-items: center;
    width: 75%;
}
.heroContainer .content{
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    text-align: right;
}
.heroContainer .content h2{
    font-size:23px;
}
.heroContainer .content p{
    font-size:21px;
    color: var(--white);
}
.heroContainer .content .bold{
    font-weight: bold;
}
.heroContainer .content .button{
    width: 175px;
    height: 50px;
    color:var(--white);
    background-color: var(--red);
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    margin-left:10px;
    margin-top:25px
}
.heroContainer .content .button span{
    color:var(--white);
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    padding-right:10px
}
.titaniumAdimSection{
    background-color: var(--white);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    max-height: 510px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.titaniumAdimSection img{
    width: 100%;
    max-width: 1400px;
}
.titaniumDetailSection{
    background-image: url(assets/images/titaniummetal-detailbg.jpg);
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
    height: auto;
    background-position: 0px -170px;
    
}
.titaniumDetailSection .detailContent{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-top:100px;
    padding-bottom:150px;
}
.titaniumDetailSection .detailContent .left{
    width: 40%;
    padding-right: 5%;
}
.titaniumDetailSection .detailContent .left h3{
    color: var(--white);
    padding-left: 20px;
}
.titaniumDetailSection .detailContent .left ul{
    
}
.titaniumDetailSection .detailContent .left li{
    color: var(--white);
    font-size:20px;
    line-height: 30px;
    margin-bottom: 30px;
}
.titaniumDetailSection .detailContent .left li .bold{
    font-weight: bold;
}
.titaniumDetailSection .detailContent .right{
    width: 40%;
    padding-left:5%
}
.titaniumDetailSection .detailContent .right img{
    width:75%;
}
.titaniumDetailSection .brandList{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width:90%;
    margin-bottom:100px
}
.ltr{
    justify-content: flex-start;
}
.rtl{
    justify-content: flex-end;
}
.rtl .titaniumBrands{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
    padding-right:25px;
}
.rtl .titaniumBrands span{
    text-align: right;
}
.ltr .titaniumBrands{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-left:25px;
}
.titaniumBrands h3{
    color: var(--white);
    font-size: 34px;
    text-transform: uppercase;
    margin:0
}
.titaniumBrands span{
    font-size: 20px;
    color: var(--white);
    width:60%
}
.titaniumBrands img{
    margin-top:25px;
    margin-bottom: 30px;
}
.titaniumDetailSection .button{
    width: 175px;
    height: 50px;
    color:var(--white);
    background-color: var(--red);
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    margin-top:25px;
    margin-bottom:25px
}
.titaniumDetailSection .button span{
    color:var(--white);
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    padding-right:10px
}
.titaniumDetailSection .uyeol{
    font-size:26px;
    color:var(--white);
    font-weight: bold;
}
.titaniumKoloniListSection{
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
    height: auto;
    padding-bottom: 50px;
}
.titaniumKoloniListSection h2{
    color:var(--dark);
    margin-top:0px
}
.titaniumKoloniListSection p{
    color: var(--dark);
    font-size: 17px;
    width: 45%;
    text-align: center;
    margin-bottom: 25px;
}
.titaniumKoloniListSection .bold{
    font-weight: bold;
}
.titaniumKoloniListSection .content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.titaniumKoloniListSection .content .column{
    display: flex;
    flex-direction: column;
    padding-left:25px;
    padding-right: 25px;
}
.titaniumKoloniListSection .content .column .koloniItem{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.titaniumKoloniListSection .content .column .koloniItem .label{
    font-size:20px;
    font-weight: normal;
}
.whytitaniummetalSection{
    background-image: url(assets/images/whytitaniummetal-bg.jpg);
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
    height: auto;
    /* background-position: 0px -170px; */
}
.whytitaniummetalSection h2{
    text-align: center;
    margin-top: -20px; 
}
.whytitaniummetalSection .content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
    margin-bottom: 50px;
}
.whytitaniummetalSection .content .row{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 70%;
    margin-top:-25px
}
.whytitaniummetalSection .content .row p{
    max-width: 350px;
    color: var(--white);
    font-size:20px;
    padding:0 20px;
    margin:0 25px;
}
.whytitaniummetalSection .content .rtl{
    justify-content: flex-end;
}

.whytitaniummetalSection .content .ltr{
    justify-content: flex-start;
}
.whytitaniummetalSection .button{
    width: 175px;
    height: 50px;
    color:var(--white);
    background-color: var(--red);
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    margin-top:25px;
    margin-bottom:25px
}
.whytitaniummetalSection .button span{
    color:var(--white);
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    padding-right:10px
}
.whytitaniummetalSection .uyeol{
    font-size:26px;
    color:var(--white);
    font-weight: bold;
}
.whytitaniummetalSection .bold{
    font-weight: bold;
    color:var(--white) !important;
    font-size:20px !important;
}
.rtlP{
    text-align: right;
}
.marsplatinumSection{
    background-image: url('assets/images/sayfa-web-tasarim-bg.jpg');
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    height: 100vh;
}
.platinumPointsSection{
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.platinumPointsSection img{
    width:75%;
    max-width: 1030px;
}
.platinumPointsSection p{
    max-width: 600px;
    font-weight: bold;
    color: var(--dark);
    font-size: 20px;
    text-align: center;
    margin-top:35px;
}
.platinumDetailSection{
    background-image: url('assets/images/sayfa-urun-orta-bg.jpg');
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    height: auto;
}
.platinumDetailSection .detailContent{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-top: 125px;
    padding-bottom: 175px;
}
.platinumDetailSection .detailContent .left{
    width: 40%;
    padding-right: 5%;
}
.platinumDetailSection .detailContent .left h3{
    color: var(--white);
}
.platinumDetailSection .detailContent .left ul{
    
}
.platinumDetailSection .detailContent .left li{
    color: var(--white);
    font-size:20px;
    line-height: 30px;
    margin-bottom: 30px;
}
.platinumDetailSection .detailContent .left li .bold{
    font-weight: bold;
}
.platinumDetailSection .detailContent .right{
    width: 40%;
    padding-left:5%;
    display: flex;
    justify-content: center;
}
.platinumDetailSection .detailContent .right img{
    width:75%;
    max-width: 250px;
}
.platinumDetailSection .brandList{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width:90%;
    margin-bottom:100px
}
.platinumDetailSection .brandList .bold{
    font-weight: bold;
}
.ltr{
    justify-content: flex-start;
}
.rtl{
    justify-content: flex-end;
}
.rtl .platinumBrands{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
    padding-right:25px;
}
.rtl .platinumBrands span{
    text-align: right;
}
.ltr .platinumBrands{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-left:25px;
}
.platinumBrands h3{
    color: var(--white);
    font-size: 34px;
    text-transform: uppercase;
    margin:0
}
.platinumBrands span{
    font-size: 20px;
    color: var(--white);
    max-width: 750px;
}
.platinumBrands img{
    margin-top:25px;
    margin-bottom: 30px;
}
.platinumDetailSection .button{
    width: 175px;
    height: 50px;
    color:var(--white);
    background-color: var(--red);
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    margin-top:25px;
    margin-bottom:25px
}
.platinumDetailSection .button span{
    color:var(--white);
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    padding-right:10px
}
.platinumDetailSection .uyeol{
    font-size: 26px;
    color:var(--white);
    font-weight: bold;
}
.platinumMembershipSection{
    background-image: url(assets/images/bg.jpg);
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
    height: auto;
    padding-bottom: 50px;
}
.platinumMembershipSection h2{
    width: 100%;
    max-width: 750px;
    text-align: center;
    min-width: 500px;
}
.platinumMembershipSection .button{
    width: 175px;
    height: 50px;
    color:var(--white);
    background-color: var(--red);
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    margin-top:25px;
    margin-bottom:25px
}
.platinumMembershipSection .button span{
    color:var(--white);
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    padding-right:10px
}
.platinumMembershipSection .uyeol{
    font-size: 26px;
    color:var(--white);
    font-weight: bold;
}
.pricetag{
    color: var(--white);
    font-size:18px;
    font-weight: 300;
    padding-bottom: 20px;
    margin-top:-25px;
}
.marsPrimeSection{
    background-image: url(assets/images/mars-prime-bg.jpg);
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    height: 90vh;
    padding-bottom: 50px;
}
.primeCardsSection{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding:0;
    width: 100%;
    height: auto;
    flex-direction: column;
}
.cardSlider{
    height:250px;
    width:75%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}
.cardSlider img{
    margin-right: -100px;
    padding-left: 50px;
}
.olimpus{
    background-color: #fd3601;
}
.proxima{
    background-color: #e2e735;
}
.borealis{
    background-color: #46d9bf;
}
.cardSlider .description{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    max-width: 500px;
    width:100%
}
.cardSlider .description h3{
    font-size: 28px;
    font-weight: bold;
    text-align: start;
    color: var(--white); 
}
.cardSlider .description span{
    font-size: 14px;
    text-align: right;
    font-weight: 500;
}
.olimpus .description h3{
    padding-left: 10px;
    text-shadow: 0 2px 4px rgb(168, 43, 9);
} 
.olimpus .description span{
    text-shadow: 0 2px 4px rgb(168, 43, 9);
} 
.proxima .description h3 {
    padding-right: 20px;
}
.proxima span, .proxima h3{
    color: var(--white);
    text-shadow: 0 2px 4px rgb(153, 138, 0); /* Adjust values as needed */
}
.borealis .description h3{
    padding-right: 8px;
    text-shadow: 0 2px 4px rgb(1, 153, 125);
} 
.borealis .description span{
    text-shadow: 0 2px 4px rgb(1, 153, 125);
} 


.primeDetailSection{
    background-color: var(--white);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
}
.primeDetailSection .button{
    width: 175px;
    height: 50px;
    color:var(--white);
    background-color: var(--red);
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    margin-top:25px;
    margin-bottom:25px
}
.primeDetailSection .button span{
    color:var(--white);
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    padding-right:10px
}
.primeDetailSection .uyeol{
    font-size:26px;
    color:var(--dark);
    font-weight: bold;
}
.primeDetailSection .detailContent{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-top:75px;
    padding-bottom:75px;
}
.primeDetailSection .detailContent p{
    color: var(--dark);
    font-size:20px
}
.primeDetailSection .detailContent .left{
    width: 50%;
}
.primeDetailSection .detailContent .left h3{
    color: var(--dark);
}
.primeDetailSection .detailContent .left ul{
    
}
.primeDetailSection .detailContent .left li{
    color: var(--dark);
    font-size:20px;
    line-height: 40px;
}
.primeDetailSection .detailContent .left li .bold{
    font-weight: bold;
}
.primeDetailSection .detailContent .right{
    width: 40%;
    padding-left:5%;
    text-align: center;
}
.primeDetailSection .detailContent .right img{
    width:75%;
    max-width: 400px;
}
.primeDetailSection .brandList{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width:90%;
    margin-bottom:100px
}
.ltr{
    justify-content: flex-start;
}
.rtl{
    justify-content: flex-end;
}
.rtl .brandListDesc{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
    padding-right:25px;
    width: 100%;
}
.rtl .brandListDesc span{
    text-align: right;
}
.ltr .brandListDesc{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-left:25px;
}
.brandListDesc h3{
    color: var(--dark);
    font-size: 34px;
    text-transform: uppercase;
    margin:0
}
.brandListDesc span{
    font-size: 20px;
    color: var(--dark);
    width: 50%;
}
.brandListDesc img{
    margin-top:25px;
    margin-bottom: 10px;
}
.primeKoloniListSection{
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
    height: auto;
    background-image: url('assets/images/prime-koloni-bg.jpg');
    padding-bottom:50px
}
.primeKoloniListSection h2{
    color:var(--white);
    margin-top:0px
}
.primeKoloniListSection p{
    color:var(--white);
    font-size: 17px;
    width: 50%;
    text-align: center;
}
.primeKoloniListSection .bold{
    font-weight: bold;
}
.primeKoloniListSection .content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.primeKoloniListSection .content .column{
    display: flex;
    flex-direction: column;
    padding-left:25px;
    padding-right: 25px;
}
.primeKoloniListSection .content .column .koloniItem{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.primeKoloniListSection .content .column .koloniItem .label{
    font-size:20px !important;
    font-weight: normal !important;
    color: var(--white);
}
.primeMembershipSection{
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
    height: auto;
    padding-bottom: 50px;
    background-color: var(--white);
}
.primeMembershipSection .cardImage{
    margin-top:50px
}
.primeMembershipSection h2{
    width: 100%;
    max-width: 750px;
    text-align: center;
    min-width: 500px;
    color: var(--dark);
}
.primeMembershipSection .button{
    width: 175px;
    height: 50px;
    color:var(--white);
    background-color: var(--red);
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    margin-top:25px;
    margin-bottom:25px
}
.primeMembershipSection .button span{
    color:var(--white);
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    padding-right:10px
}
.primeMembershipSection .uyeol{
    font-size:26px;
    color:var(--dark);
    font-weight: bold;
}
.primeMembershipSection .pricetag{
    color: var(--dark);
    font-size:18px;
    font-weight: 300;
    padding-bottom: 20px;
    margin-top:45px;
}
.iletisim {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 180px;
}
@media (max-width:1280px) {
    .logo{
        padding-left: 60px;
    }
    .nav{
        padding-right: 60px;
    }
    .nav a{
       margin:0 15px;
    }
    section{
        padding-left:60px;
        padding-right:60px
    }
    .compare{
        height:auto;
        padding:50px 60px
    }
    .marsMilesContent{
        width: 100%;
    }
}



@media (max-width:975px){
    section{
        padding-left:20px;
        padding-right:20px
    }
    .welcome .background{
        top:105px;
        height:300px;
        background-size: cover !important;
    }
    .logo{
        padding-left: 20px;
    }
    .nav{
        display:none
    }
    .navButton{
        display: flex;
    }







    .swiper {
        padding-top: 6rem;
        min-height: 54vh;
        -webkit-min-height: 54vh; /* For safari  */
    }
    .swiper img {
        height:auto;
    }
    .swiper video {
        height:auto;
    }
    .swiper h2{
        color: var(--dark);
        font-size: 18px;
        margin-top: 35%;
        color: var(--white);
        text-align: center;
        min-width: 70vw;
    }
    .swiper .descriptionContainer{
        flex-direction: column;
        display: flex;
        margin-top: 32%;
        min-width: 90vw;
        align-items: center;
    }
    .descriptionContainer a span{
        font-size: 12px;
        font-weight: bold;
    }
    .descriptionContainer .video{
        background-color: var(--dark);
        color:var(--white)
    }
    .descriptionContainer .video svg{
        fill: var(--white);
    }
    .descriptionContainer h2{
        font-size:18px;
        text-align: center;
        color: var(--dark);
    }
    .descriptionContainer p{
        color:var(--dark);
        font-size: 14px;
        width: 75%;
        text-align: center;
    }
   
    .progressContainer {
        display: none;
    }
    .swiper .second-banner {
        min-height: 70vh;
        left:0;
        flex-direction: column;
        display: flex;
        /* margin-top: 35%; */
        max-width: 100vw;
        align-items: center;
    }
    .second-banner h2{
        font-size: 18px;
        font-weight: 400 ;
        color: var(--white);
        font-family: 'Maison Neue Ext Demi';
        text-align: start;
        min-width: 250px;
        margin: 0;
        left: 40%;
    }
    .second-banner p {
        position: absolute;
        color:var(--black);
        font-size: 14px;
        max-width: 300px;    
        font-family: 'Maison Neue Ext Book';
        text-align: center;
        top: 10%;
        margin-top: 30%;
    }
    .second-banner .descriptionContainer{
        position: absolute;
        align-items: center;
        width: 400px;
        top: 22%;
        left: 50%;
    }
    .second-banner .descriptionContainer .buttonContainer {
        margin-top: 2rem;
    }
    .third-banner {
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100vh;
    }
    .third-banner .descriptionContainer {
        position: absolute;
        width: 400px;
        top: 80%;
    }
    .third-banner h2 {
        font-size: 18px;
        font-weight: 400 ;
        color: var(--dark);
        font-family: 'Maison Neue Ext Demi';
        text-align: center;
        min-width: 350px;
        margin: 0;
        text-align: center;
        top:70%;
    }
    .swiper .fourth-banner {
        min-height: 70vh;
        left:0;
        right: 0;
        top: 0%; 
        flex-direction: column;
        display: flex;
        margin-top: 5%;
        max-width: 100vw;
    }
    .fourth-banner h2 {
        color: var(--white);
        margin: 0;
        padding: 0;
        top: 10%;
        min-width: 200px;
        text-align: end;    
        left: 70%;
    }
    .fourth-banner .descriptionContainer {
        position: absolute;
        min-width: 350px;
        top: 15%;
    }
    .fourth-banner .descriptionContainer p{
        width: 75%;
        text-align: center;
    }
    .fourth-banner .descriptionContainer .buttonContainer {
        display: flex;
        flex-direction: row;
        justify-content: end;
        position: absolute;
        top: 120%;
    }
    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset,10px) !important;
        top: var(--swiper-navigation-top-offset,67%);
        color: var(--black) !important;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 34px !important;
    }
    .swiper-button-next {
        right: var(--swiper-navigation-sides-offset,10px) !important;
        top: var(--swiper-navigation-top-offset,67%);
        color: var(--black) !important;
    }







    /* .welcome{
        height: auto;
    }
    .welcome h1{
        font-size:18px
    }
    .welcome .descriptionContainer{
        margin-top:200px;
        margin-right: 0;
        width: 100%;
        max-width: none;
        align-items: center;
    }
    .descriptionContainer a span{
        font-size: 12px;
        font-weight: bold;
    }
    .descriptionContainer .video{
        background-color: var(--dark);
        color:var(--white)
    }
    .descriptionContainer .video svg{
        fill: var(--white);
    }
    .descriptionContainer h2{
        font-size:18px;
        text-align: center;
        color: var(--dark);
    }
    .descriptionContainer p{
        color:var(--dark);
        font-size:12px;
        width: 75%;
        text-align: center;
    } */

    .whatismars{
        height: auto;
        padding: 50px 20px;
    }
    .whatismars .sectionHeader{
        line-height: 24px;
        font-size: 18px;
    }
    .whatismars .content{
        flex-wrap: wrap;
    }
    .whatismars .content .imageContainer img{
        width: 100%;
        min-width:300px;
        
    }
    .whatismars .content .accordion, .whatismars .content .imageContainer{
        width:100%
    }
    .whatismars .content .accordionContent{
        max-width: 100%;
    }
    .whatismars .marsliOl{
        position: relative;
        bottom: unset;
    }
    .accordionContent p{
        padding-bottom: 20px;
    }
    #accordionGroup{
        width:100%
    }
    .accordionButton{
        width:100%
    }
    .accordionButton .label{
        font-size:14px
    }
    .accordionContent p{
        font-size: 12px;
    }
    .accordionHeader{
        font-size:18px
    }
    .accordionHeader::before{
        content: url(assets/images/logo-inline-s.png);
    }
    .marsliOl{
        flex-direction: column;
    }
    .marsliOl .button{
        width:100%;
        margin-top:15px
    }
    .membership{
        background-position-x: -250px;
        padding-left:20px;
        padding-right: 20px;
        height: auto;
    }
    .membership h2{
        font-size:18px
    }
    .membershipType{
        flex-wrap: wrap;
    }
    .emptyMembership{
        height:100px !important
    }
    .membershipNav a{
        font-size:12px;
    }
    .membershipTypes .left{
        width:100%;
        margin-left:0;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top:0;
        margin-top:35px;
        padding-left:0
    }
    .membershipTypes .left h3{
        font-size: 18px;
    }
    .membershipTypes .left p{
        font-size:12px;
        width:75%
    }
    .membershipTypes .left a{
        width:90%;
    }
    #membershiptype{
        width: 100%;
        margin-left: 0;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 0;
        margin-top: 35px;
    }
    .-activeMembership{
        display: flex !important;
    }
    .membershipTypes .right{
        width:100%
    }
    .membershipTypes .right img{
        width:100%;
        position: relative;
    }
    .koloniler{
        height: auto;
        padding: 50px 20px;
    }
    .kolonilerDetail h2{
        font-size:42px;
        line-height: 44px;
    }
    .koloniExp {
        font-size: 20px;
        text-align: center;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .koloniContent span{
        font-size:16px !important;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .kolonilerNav{
        overflow-y: scroll;
        max-width: 100%;
    }
    .kolonilerNav .buttonContainer{
        margin-right: 22px;
    }
    .kolonilerNav::-webkit-scrollbar{
        display: none;
        -ms-overflow-style: none;  
        scrollbar-width: none; 
        width: 0;
        height: 0;
        background: transparent;
    }
    .koloniler::-webkit-scrollbar-thumb:horizontal {
        display: none;
        background: transparent;
      }
    .kolonilerNav .buttonContainer .imageContainer{
        width:46px;
        height:46px
    }
    .kolonilerNav .buttonContainer .imageContainer svg{
        width:55%
    }
    .kolonilerNav .buttonContainer span{
        font-size:12px !important;
        font-weight: 500;
        max-width: 100%;
    }
    .kolonilerInformation{
        width:100%;
        flex-wrap: wrap;
        padding: 0;
    }
    .kolonilerInformation .top {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .kolonilerInformation .bottom {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 1.5rem;
        align-items: center;
    }
    .kolonilerInformation .left{
        width:100%;
        padding-right: 0;
        padding-left: 0;
        justify-content: center;
        align-items: center;
    }
    .kolonilerInformation .left img{
        max-width: 350px;
        max-height: 245px;
        border-radius: 18px;
    }
    .kolonilerInformation .right{
        width:100%;
        justify-content: center;
        align-items: center;
    }
    .kolonilerInformation .right h3{
        font-size:22px;
        margin-top:25px;
        font-family: 'Maison Neue Ext';
        font-weight: bold;
    }
    .kolonilerInformation .right span{
        font-size:16px;
        text-align: center;
    }
    .kolonilerInformation .kolonilerCompanies{
        width:100%
    }
    .campaign span{
        font-size:16px !important
    }
    .kolonilerInformation .right .koloni-uyelik-tipi img {
        width: 100%;
    }
    .kolonilerInformation .right .moreInformationButton{
        width:100%
    }
    .marsMiles{
        height: auto;
        padding: 50px 20px;
        background-position-x: -450px;
    }
    .marsMilesContent{
        width:100%;
        flex-wrap: wrap;
    }
    .marsMilesContent .left{
        width:100%;
        justify-content: center;
        align-items: center;
    }
    .marsMilesContent .right{
        width:100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .marsMilesContent .right h2{
        font-size:24px
    }
    .marsMilesContent .right p{
        font-size:14px;
        text-align: center;
    }
    .marsMilesContent .right .moreInformationButton{
        width: 100%;
    }
    .compare{
        padding-left: 20px;
        padding-right: 20px;
        height:auto
    }
    .compareContent{
        width: 100%;
        flex-wrap: wrap;
        height: auto;
        padding-top:0;
        align-items: flex-start;
    }
    .compareContent .left{
        width: 100%;
        align-items: center;
        min-width: unset;
    }
    .compareContent .left h2{
        font-size:18px;
    }
    .compareContent .left h2::before{
        content:url('assets/images/logo-inline-s.png')
    }
    .compareContent .left span{
        font-size: 12px;
    }
    .compareContent .left .compareButton{
        width: 100%;
    }
    .compareContent .right{
        width: 100%;
        padding: 50px 0;
    }
    .marsliOlSection{
        padding-left: 20px;
        padding-right: 20px;
    }
    .marsliOlSection h2{
        font-size:36px;
        text-align: center;
        line-height: 46px;
    }
    .marsliOlSection p{
        font-size:20px;
    }
    .marsliOlSection .button{
        width: 100%;
    }
    footer .top{
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px;
        flex-wrap: wrap;
    }
    footer .top .left{
        width: 100%;
    }
    footer .top .center{
        width: 100%;
        margin-top:35px;
        margin-bottom: 35px;
    }
    footer .center a{
        font-size:12px;
        line-height: 26px;
    }
    footer .top .right{
        width: 100%;
        padding-bottom: 25px;
    }
    footer .right span{
        font-size:12px;
    }
    footer .bottom{
        padding-left:20px;
        padding-right:20px;
        flex-wrap: wrap;
        background-position-x:-1100px;
    }
    footer .bottom p{
        font-size:12px
    }
    .legalInformation{
        width:100%;
    }
    .modal{
        padding-top:95px;
        z-index: 998;
    }
    .modalContent{
        width: 100%;
        height: 100%;
        overflow: scroll;
        border-radius: 0;
    }
    .membershipModalContent{
        flex-wrap: wrap;
        height: 100%;
    }
    .videoModalFix{
        height: 270px;
        margin-top: 25%;
    }
    .membershipModalContent .right{
        width: 100%;
        align-items: flex-start;
        display: none;
    }
    .modalContent .action{
        padding-bottom: 200px;
    }
    .membershipModalContent .left h2{
        font-size: 16px;
    }
    .membershipModalContent .left p{
        font-size: 12px;
    }
    .membershipModalContent .left ul li span{
        font-size:13px
    }
    .modalContent .action p{
        font-size:14px
    }
    .aboutmars{
        padding-left: 20px;
        padding-right: 20px;
    }
    .aboutmars .content p{
        font-size:12px;
        line-height: 14px;
        max-width: 100%;
    }
    .aboutmars h1{
        font-size:18px
    }
    .aboutmars .content h3{
        font-size:16px;
    }
    .teamMembers h4{
        font-size: 16px;
    }
    .teamMember span{
        font-size: 16px;
    }
    .marsMilesModal{
        height: auto;
    }
    .modalContentMarsMiles{
        height:100%
    }
    .marsMilesModalFooter h4{
        font-size:14px;
    }
    .marsMilesModalFooter p{
        font-size:12px;
    }
    .membershipModalContent .left h3{
        font-size:14px;
    }
    .nasilKullanilir h1{
        font-size:20px
    }
    .nasilKullanilir h2{
        font-size: 16px;
        margin-top: 30px;
    }
    .nasilKullanilir .leftOriented{
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 35px;
    }
    .nasilKullanilir .leftOriented div, .nasilKullanilir .rightOriented div{
        justify-content: center;
        align-items: center;
    }
    .nasilKullanilir .leftOriented p, .nasilKullanilir .rightOriented p{
        text-align: center;
        font-size:12px;
    }
    .nasilKullanilir .leftOriented img, .nasilKullanilir .rightOriented img{
        margin:0;
    }
    .nasilKullanilir .rightOriented{
        align-items: center;
        justify-content: center;
        flex-wrap: wrap-reverse;
        margin-bottom: 35px;
    }
    .compareMembership{
        padding-left: 20px;
        padding-right: 20px;
    }
    .compareMembership h1{
        font-size:20px
    }
    .dataRow{
        width: 20%;
        max-width: unset;
        min-width: unset;
        font-size:12px !important;
        height: auto;
        padding:5px 0px
    }
    .rowHeader div img{
        display: none;
    }
    .membershipName{
        font-size: 13px !important;
    }
    .membershipName::before{
        content: url('assets/images/mars-logo-compare-sm.svg');
    }
    .compareHeader{
        font-size: 14px !important;
        width: 20%;
        height: auto;
    }
    .rowHeader div{
        justify-content: flex-start;
        height: 80px;
        padding-top:20px
    }
    .ucretlerLimitler{
        padding-left:20px;
        padding-right: 20px;
    }
    .ucretlerLimitler h1{
        font-size: 20px;
    }
    .ucretlerLimitler .content{
        padding-bottom:50px
    }
    .content .row .tableHeader{
        font-size: 14px;
        width: 55%;
        max-width: none;
        min-width: 150px;
        text-align: left;
    }
    .content .row span{
        font-weight: normal;
        font-size:12px;
        max-width: 145px;
        text-align: center;
    }
    .disclaimer{
        text-align: left !important;
    }
    .disclaimer:last-child{
        text-align: right !important;
    }
    .sozlesmeler{
        padding-left:20px;
        padding-right:20px
    }
    .sozlesmeler h1{
        font-size: 20px;
    }
    .sozlesmeler .content span{
        font-size:12px;
        max-width: unset;
    }
    .sozlesmeler .content a{
        font-size:12px
    }
    .sozlesmeler ul li {
        font-size: 12px !important;
    }
    .info-list {      
        font-size: 12px;
    }
    .info-content {
        font-size: 12px;
    }
    .section-lp{
        height: auto;
        padding-bottom: 25px;
        padding-left:30px;
        padding-right: 30px;
    }
    .section-lp h1{
        font-size:24px;
        margin-bottom: 90px;
    }
    .section-lp .content{
        flex-wrap: wrap;
    }
    .pink .content{
        flex-wrap: wrap-reverse;
    }
    .section-lp .content .right p, .section-lp .content .left p{
        font-size:16px;
        max-width: none;
    }
    .section-lp .content .left, .section-lp .content .right{
        width:100%
    }
    .section-lp h2{
        font-size:20px;
        text-align: center;
        width: 100%;
    }
    .pink .right{
        align-items: center !important;
        padding:0;
        width:100% !important;
    }
    .section-lp .content .left img, .section-lp .content .right img{
        width:100%
    }
    .description{
        font-size: 11px !important;
    }
    .limitHeader h6{
        font-size:14px !important;
    }
    .limitHeader span{
        font-size: 12px !important;
    }
    .leftOriented{
        flex-wrap: wrap;
    }
    .rightOriented{
        flex-wrap: wrap-reverse;
    }
    .leftOriented .left{
        width:100%;
    }
    .leftOriented .right{
        width: 100%;
    }
    .rightOriented .right{
        width: 100%;
    }
    .rightOriented .left{
        width: 100%;
    }
    .socialMediaContainer a{
        margin:15px 0
    }
    .teamMars .content p{
        font-size: 12px;
    }
    .marsMilesDetail {
        height: auto;
        padding-left:20px;
        padding-right: 20px;
    }
    .marsMilesDetail .content .left, .marsMilesDetail .content .right{
        width: 100%;
    }
    .marsMilesDetail .content .left p, .marsMilesDetail .content .right p{
        font-size:12px
    }
    .marsMilesDetail .content .right {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .featureContent .leftOriented .content{
        flex-wrap: wrap;
    }
    .featureContent .leftOriented .content .left{
        width: 100%;
    }
    .featureContent .leftOriented .content .right{
        width: 100%;
        padding-left: 0px !important;
    }
    .featureContent .leftOriented{
        padding-left:20px;
        padding-right: 20px;
        height: auto;
    }
    .featureContent .rightOriented{
        padding-left:20px;
        padding-right: 20px;
        height: auto;
    }
    .featureContent .rightOriented .content{
        flex-wrap: wrap-reverse;
    }
    .featureContent .rightOriented .content .left{
        width: 100%;
    }
    .featureContent .rightOriented .content .right{
        width: 100%;
    }
    .featuresNavigation{
        padding-bottom: 35px;
        padding-top: 5px;
    }
    .features {
        padding-left: 30px;
        padding-right: 30px;
    } 
    .features h1{
        padding-left: 10px;
        margin-bottom: 20px;
    }
    .featuresNavigation a{
        width: 300px;
        height: 45px;
        font-size: 14px;
    }
    .cardtypes{
        background-size: cover;
        height: 50vh;
        background-position: center center;
    }
    .cardtypes h2{
        text-align: center;
        font-size:20px
    }
    .gumusLogoSection{
        background-size: cover;
        height: 50vh;
        background-position: center center;
        position: relative;
    }
    .gumusLogoSection h1{
        font-size:24px
    }
    .gumusLogoSection .memberships{
        width: 70%;
        position: absolute;
        bottom:15px;
        justify-content: center;
    }
    .gumusLogoSection .memberships img{
        width:100%;
        padding:0px 10px;
        max-height: 50px;
    }
    .security{
        height: auto;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .securityContent{
        padding-bottom:50px;
        flex-wrap: wrap-reverse;
    }
    .securityContent .left{
        padding-left:0
    }
    .securityContent .left h2{
        font-size:22px;
        width:100%;
    }
    .securityContent .left span{
        width:100%;
    }
    .yurtdisiSection{
        background-position: center 30px;
        height: 35vh;
        max-height: unset;
    }
    .privilegesSection .privilegesContent{
        width: 100%;
    }
    .privilegesSection .privilegesContent img{
        width: 100%;
    }
    .campaingContainer{
        flex-wrap: wrap-reverse;
    }
    .campaingContainer p{
        font-size: 18px;
    }
    .privilegesContent span{
        font-size:18px;   
    }
    .marstitaniumSection{
        height: auto;
        padding-bottom: 50px;
    }
    .heroContainer{
        flex-direction: column;
        width: 100%;
    }
    .heroContainer img{
        width: 100%;
    }
    .marstitaniumSection .heroContainer .content img, .marsplatinumSection .heroContainer .content img, .marsPrimeSection .heroContainer .content img{
        width: 50%;
    }
    .titaniumDetailSection{
        width: calc(100% - 40px);
        background-position: center center;
    }
    .titaniumDetailSection .detailContent{
        flex-wrap: wrap-reverse;
        padding-top:0px;
        padding-bottom: 100px;
    }
    .titaniumDetailSection .detailContent .left{
        width: 100%;
    }
    .titaniumDetailSection .detailContent .right{
        width: 100%;
    }
    .titaniumDetailSection .detailContent .right img{
        width: 100%;
        margin-bottom: 25px;
    }
    .titaniumDetailSection .detailContent .left h3{
        font-size:22px
    }
    .titaniumDetailSection .detailContent .left ul{
        padding-left: 25px;
        width: 100%;
    }
    .titaniumDetailSection .detailContent .left li{
        font-size:17px;
        margin-bottom: 15px;
        line-height: 1.5;
    }
    .titaniumDetailSection .brandList{
        width:100%
    }
    .rtl .titaniumBrands{

    }
    .ltr .titaniumBrands{

    }
    .titaniumBrands img{
        max-width: unset !important;
        width: 100%;
    }
    .titaniumBrands h3{
        font-size:20px;
    }
    .rtl .titaniumBrands span{
        font-size:16px;
        text-align: right;
        width:100%
    }
    .ltr .titaniumBrands span{
        text-align: left;
        font-size: 16px;
        width: 100%;
    }
    .titaniumDetailSection .brandList img{
        max-width: 75px;
    }
    .titaniumKoloniListSection{
        height: auto;
    }
    .titaniumKoloniListSection .content{
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .titaniumKoloniListSection .content .column{
        order:1
    }
    .centeredCol{
        order:2 !important;
        padding-bottom: 25px;
    }
    .titaniumKoloniListSection .content .column .koloniItem{
        padding:15px 0px
    }
    .titaniumKoloniListSection .content .column .koloniItem .label{
        font-size: 18px;
    }.titaniumKoloniListSection p{
        width: 100%;
    }
    .whytitaniummetalSection h2{
        font-size:24px
    }
    .whytitaniummetalSection .content{
        width: 100%;
    }
    .whytitaniummetalSection .content .row{
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        margin:0
    }
    .whytitaniummetalSection .content .row p{
        padding-top:10px;
        padding-bottom: 30px;
        max-width: unset;
    }
    .whytitaniummetalSection .content .rtl{
        flex-wrap: wrap-reverse !important;
        justify-content: center;
    }
    .whytitaniummetalSection .pricetag{
        font-size: 14px;
    }
    .whytitaniummetalSection .uyeol {
        text-align: center;
    }
    .rtlP{
        text-align: left;
    }
    .marsplatinumSection{
        height: auto;
        padding-bottom: 50px;
    }
    .platinumDetailSection .detailContent{
        flex-wrap: wrap-reverse;
        padding-top: 50px !important;
        padding-bottom: 100px !important;
    }
    .platinumDetailSection .detailContent .left{
        width:100%
    }
    .platinumDetailSection .detailContent .right{
        width: 100%;
        text-align: center;
    }
    .platinumDetailSection .detailContent .left h3{
        font-size:22px
    }
    .platinumDetailSection .detailContent .left ul{
        padding-left: 25px;
        width: 100%;
    }
    .platinumDetailSection .detailContent .left li{
        font-size:17px
    }
    .platinumDetailSection .uyeol {
        font-size: 16px;
        color: var(--white);
        font-weight: bold;
    }
    .platinumDetailSection .brandList img{
        width: 55px;
    }
    .platinumBrands img{
        max-width: unset !important;
        width: 100% !important;
    }
    .platinumBrands h3{
        font-size:20px;
    }
    .rtl .platinumBrands span{
        font-size:16px;
        text-align: right;
    }
    .ltr .platinumBrands span{
        text-align: left;
        font-size: 16px;
    }
    .platinumMembershipSection h2{
        font-size: 24px;
        min-width: auto;
    }
    .platinumMembershipSection img{
        width: 100%;
        max-width: 350px;
        margin-bottom: 25px;
    }
    .platinumMembershipSection .uyeol{
        font-size: 16px;
        color:var(--white);
        font-weight: bold;
    }
    .marsPrimeSection{
        height: auto;
    }
    .primeDetailSection .detailContent{
        padding-top:0;
        padding-bottom: 30px;
        flex-wrap: wrap-reverse;
    }
    .primeDetailSection .detailContent .left{
        width: 100%;
        padding-right: 0px;
    }
    .primeDetailSection .detailContent .left img{
        width: 80%;
    }
    .primeDetailSection .detailContent .right{
        width: 100%;
    }
    .primeDetailSection .detailContent p{
        font-size: 16px;
    }
    .primeDetailSection .detailContent .left li{
        font-size: 16px;
    }
    .primeDetailSection .brandList{
        width:100%
    }
    .primeDetailSection .brandList img{
        width:55px
    }
    .brandListDesc h3{
        font-size: 24px;
    }
    .rtl .brandListDesc span{
        font-size:16px;
        text-align: right;
    }
    .ltr .brandListDesc span{
        font-size: 16px
    }
    .primeKoloniListSection{
        height: auto;
        padding-bottom: 50px;
    }
    .primeKoloniListSection .content{
        flex-wrap: wrap-reverse;
    }
    .primeKoloniListSection p{
        width: 100%;
    }
    .brandListDesc span{
        width: 100%;
    }
    .cardSlider img{
        width: 50%;
        padding-left:5px;
        margin-right: -90px;
    }
    .primeMembershipSection img{
        width: 80%;
    }
    .primeDetailSection .uyeol{
        font-size: 16px;
    }
    .primeMembershipSection .uyeol{
        font-size: 16px;
    }

    .icons-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 5px 0px;
    }
    
    .footer-icons {
        width: 90%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        max-height: 250px;
    }
    .footer-icons img {
        height: 20%;
        width: 20%;
    }
    
}

@media (min-height:300px) and (max-height:700px){
    .swiper {
        padding-top: 6rem;
        min-height: 65vh;
        -webkit-min-height: 65vh; /* For safari  */
    }
    .third-banner {
        top: 58%;
    }
    .fourth-banner .descriptionContainer {
        top: 18%;
    }
    }

@media (min-width:976px) and (max-width:1090px){
    .welcome .background{
        background-size: contain;
    }
    .welcome{
        height: auto;
    }
}

@media (min-width:1600px){
    .membershipTypes .left{
        margin-left:120px
    }
}
@media (max-width:1375px){
    .teamMember{
        margin-right: 50px;
    }
}
@media (max-width:1100px){
   .aboutmars{
    height: auto;
   }
   .teamContainer{
        flex-wrap:wrap;
        margin-bottom: 50px;
    }
    .teamContainer .left{
        border:none;
        width: 100%;
    }
    .teamContainer .right{
        width: auto;
    }
    .right .teamContainer {
        justify-content: flex-start;
        margin-top: 35px;
    }
}
@media (max-width:670px){
    .teamMembers{
        width: 100%;
    }
    .teamMembersHolder{
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .teamMember{
        margin: 0;
        width: 100%;
        margin-bottom: 25px;
    }
    .teamContainer .right{
        width: 100%;
    }
}
@media (min-width:1024px) and (max-width:1440px){
    .koloniler{
        height: auto;
        margin-bottom: 60px;
    }
    .whatismars{
        height: auto;
        padding-bottom:100px
    }
    .membership{
        height: auto;
    }
    .membershipContent{
        margin-bottom: 50px;
    }
    .modalContentMarsMiles{
        height: 65%;
    }
    .koloniInformationBlock{
        padding-bottom: 60px;
    }

}
/* @media (min-width:1024px) and (max-width:1439px){
    .welcome .background{
        background-size: contain;
    }
    .welcome{
        height:auto
    }
} */
