﻿.section-5-bg.lazy {
    display: block;
    width: 100%;
}

#banner .video-container .text-content span {
    min-height: 250px
}

.portuma-team .card-text {
    padding-top: 0px !important
}

.community-team .linkedin-icon {
    width: 10%;
    text-align: center;
    color: aqua;
    padding-top: 0px !important;
}

.community-team a {
    text-decoration: none;
    color: #000;
    margin-left: 5px;
    font-family: Montserrat,sans-serif;
    font-size: 15px;
    font-weight: 500
}

#modalSubject .modal-dialog .modal-content {
    width: 50vw;
    margin-left: -10em
}

#modalSubject .modal-dialog .modal-header {
    height: 50px;
}

#modalSubject .modal-body img {
    width: 100%;
}
/******** PORTUMA DOCUMENTATION START**********/

#documentationPortuma-sc1 {
    background: url("../../Assets/img/BecamePortuma/howtoget-banner.png") center center no-repeat;
    background-size: cover;
    height: 30vh;
    z-index: 1;
    position: relative;
}

    #documentationPortuma-sc1 h1 {
        color: #FFF;
        font-family: Montserrat,sans-serif;
        font-size: 50px;
        font-weight: 600;
        text-align: center;
        margin-top: 7%;
        text-shadow: 4px 4px 6px rgba(66, 68, 90, 1);
    }


#documentationPortuma-sc2 {
    position: relative;
    z-index: 1;
    padding-bottom: 10vh;
}

    #documentationPortuma-sc2 #wrap {
        position: relative;
        z-index: 1
    }

    #documentationPortuma-sc2 ul, li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.termsofuse li {
    list-style: decimal !important;
}

.privacyNotice li {
    list-style: initial !important;
}



#documentationPortuma-sc2 .document-img1 img {
    margin-top: 5vh;
    width: 100%;
}

#documentationPortuma-sc2 .document-img-2 {
    width: 100%;
    margin-top: 5vh
}

#documentationPortuma-sc2 .document-img-3 {
    width: 35%;
    margin-top: 5vh
}

#documentationPortuma-sc2 #wrap #nav-quick header {
    position: sticky;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    display: flex;
    align-items: center;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    color: #000;
    margin-top: 8vh
}

#documentationPortuma-sc2 #content {
    position: relative;
    z-index: 1;
}

#documentationPortuma-sc2 .page-section {
    padding: 45px 0px 0 20px;
    font-size: 16px;
}


    #documentationPortuma-sc2 .page-section > h1 {
        font-size: 32px;
        font-family: Montserrat,sans-serif;
        font-weight: 500;
        color: #000;
    }

    #documentationPortuma-sc2 .page-section p {
        font-size: 16px;
        font-family: Montserrat,sans-serif;
        line-height: 1.8;
        font-weight: 400;
        color: #000;
    }

    #documentationPortuma-sc2 .page-section > .sub-section > h2 {
        font-size: 32px;
        font-family: Montserrat,sans-serif;
        font-weight: 500;
        color: #000;
        margin-top: 5vh
    }

#documentationPortuma-sc2 #nav-quick {
    position: sticky;
    top: 100px;
    width: 200px;
    z-index: 9999;
}

#documentationPortuma-sc2 .quick-sub {
    margin-left: 20px;
    list-style-type: none;
}

    #documentationPortuma-sc2 .quick-sub li a {
        font-size: 14px;
        font-family: Montserrat,sans-serif;
        font-weight: 500;
        color: #666;
        padding: 5px 0;
        display: block;
    }

#documentationPortuma-sc2 .quick-submenu > li.active > a {
    color: #007dce;
}



#documentationPortuma-sc2 .quick-menu {
    padding: 8px 0;
}

#documentationPortuma-sc2 .quick-1st > li {
    position: relative;
    font-size: 14px;
}

    #documentationPortuma-sc2 .quick-1st > li:before {
        content: '';
        position: absolute;
        top: 18px;
        left: 3px;
        width: 1px;
        height: 100%;
        background-color: #e0e0e0;
    }

    #documentationPortuma-sc2 .quick-1st > li:last-child:before {
        display: none;
    }

    #documentationPortuma-sc2 .quick-1st > li > a {
        display: block;
        padding: 10px 18px;
        line-height: 1.5;
        cursor: pointer;
        color: #222;
        word-break: keep-all;
        transition: all .3s ease;
        text-decoration: none;
        position: relative;
        z-index: 10;
    }

        #documentationPortuma-sc2 .quick-1st > li > a:before {
            content: '';
            position: absolute;
            z-index: 11;
            top: 14px;
            left: -1px;
            width: 9px;
            height: 9px;
            border-radius: 100%;
            background-color: #e0e0e0;
            transition: all .3s ease;
        }

    #documentationPortuma-sc2 .quick-1st > li:hover > a,
    #documentationPortuma-sc2 .quick-1st > li:focus > a,
    #documentationPortuma-sc2 .quick-1st > li:target > a,
    #documentationPortuma-sc2 .quick-1st > li.active > a {
        color: #007dce;
    }

        #documentationPortuma-sc2 .quick-1st > li:hover > a:before,
        #documentationPortuma-sc2 .quick-1st > li.active > a:before {
            background-color: #007dce;
        }

    #documentationPortuma-sc2 .quick-1st > li.active > a,
    #documentationPortuma-sc2 .quick-sub > li.active > a {
        color: #007dce;
        font-weight: bold;
    }

#documentationPortuma-sc2 .quick-sub > li > a {
    color: #222;
}

#documentationPortuma-sc2 .quick-1st > li > a {
    color: #222;
}
/******** PORTUMA DOCUMENTATION END**********/
/******** EULA START ***********/
#eula {
    padding: 10vh 0 10vh 0;
    background-color: #171717;
    height: auto;
}

    #eula h1 {
        font-family: Montserrat,sans-serif;
        color: #FFF;
        font-weight: 600;
        font-size: 25px;
    }

    #eula p {
        font-family: Montserrat,sans-serif;
        color: #FFF;
        font-weight: 300;
        font-size: 16px;
    }

    #eula h2 {
        font-family: Montserrat,sans-serif;
        color: #FFF;
        font-weight: 500;
        font-size: 22px;
        margin-top: 7vh;
    }
/******** EULA END ***********/
.unity-logo a img {
    width: 40%;
    margin-top: 4vh;
    margin-left: 10vw
}

.unity-logo h4 {
    margin-top: 4vh;
    text-align: left;
    margin-left: -5vw
}

#dev-unity-sec {
    background: url("../../Assets/img/developers/dev-bant.jpg") center center no-repeat;
    background-size: cover;
}

    #dev-unity-sec .unity-border {
        /*  border:1px solid #000;*/
        margin-top: 8vh;
        margin-bottom: 8vh;
        padding: 5vh 2vw 5vh 2vw;
    }

        #dev-unity-sec .unity-border h4 {
            color: #FFF;
            font-family: Montserrat,sans-serif;
            font-size: 25px;
            font-weight: 600;
            text-transform: uppercase;
            margin-top: 2vh
        }

        #dev-unity-sec .unity-border a img {
            width: 70%;
            margin-left: 5vw
        }

#gsa-sec {
    background: url("../../Assets/img/community/webp/GSA-strip.webp") center center no-repeat;
    background-size: cover;
}

    #gsa-sec .gsa-border {
        /*  border:1px solid #000;*/
        margin-top: 8vh;
        margin-bottom: 8vh;
        padding: 5vh 2vw 5vh 2vw;
    }

        #gsa-sec .gsa-border h4 {
            color: #FFF;
            font-family: Montserrat,sans-serif;
            font-size: 25px;
            font-weight: 600;
            text-transform: uppercase;
            margin-top: 4vh
        }

        #gsa-sec .gsa-border a img {
            width: 60%;
            margin-left: 5vw
        }

#becamePortuma-sc1 {
    background: url("../../Assets/img/BecamePortuma/howtoget-banner.png") center center no-repeat;
    background-size: cover;
    height: 70vh;
    z-index: 1
}

#becamePortuma-sc2 .becamePortumaVideo iframe {
    height: 48vh;
    width: 100vh;
    margin-top: 5vh
}

#becamePortuma-sc1 h1 {
    color: #FFF;
    font-family: Montserrat,sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin-top: 15%;
    text-shadow: 4px 4px 6px rgba(66, 68, 90, 1);
}

#becamePortuma-sc1 .unity-logo h4 {
    color: #FFF;
    font-family: Montserrat,sans-serif;
    font-size: 18px;
    margin-top: 9vh !important;
    margin-left: -6vw
}

#becamePortuma-sc1 .unity-logo a img {
    margin-top: 7vh;
    margin-left: 18vw
}

#becamePortuma-sc2 {
    background-color: #1d091c;
    height: auto;
    padding-bottom: 10vh;
}

    #becamePortuma-sc2 h2 {
        color: #e7b300;
        font-family: Montserrat,sans-serif;
        font-size: 24px;
        font-weight: 600;
        margin-top: 5vh
    }

    #becamePortuma-sc2 p {
        color: #FFF;
        font-family: Montserrat,sans-serif;
        font-size: 18px;
        font-weight: 500;
        text-align: left;
    }

        #becamePortuma-sc2 p span {
            text-decoration: underline;
        }

        #becamePortuma-sc2 p a {
            color: #FFF;
        }

    #becamePortuma-sc2 ul {
        margin-top: 5vh;
        margin-bottom: 5vh;
        margin-left: 1vw
    }

        #becamePortuma-sc2 ul li {
            color: #FFF;
            font-family: Montserrat,sans-serif;
            font-size: 18px;
            font-weight: 500;
            list-style-type: circle;
        }

            #becamePortuma-sc2 ul li a {
                color: #FFF;
            }

    #becamePortuma-sc2 .becamePortumaVideo video {
        width: 100%;
        margin-top: 10vh;
        margin-bottom: 10vh;
    }

    #becamePortuma-sc2 img {
        width: 60%;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    #becamePortuma-sc2 .clipboard-container {
        text-align: left;
    }

    #becamePortuma-sc2 .clipboard-box {
        background-color: #1e1e2f;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        padding: 20px;
        padding-top: 40px;
        margin-bottom: 20px;
        width: 500px;
        position: relative; /* Butonun içeride konumlanabilmesi için relative konumlandırma */
        overflow-x: auto;
        margin-top: 5vh;
        width: 100%;
    }

    #becamePortuma-sc2 pre {
        margin: 0;
        font-size: 14px;
        color: #d1d5db;
        line-height: 1.6;
        white-space: pre-wrap; /* Satırları kaydır */
        word-wrap: break-word;
    }

    #becamePortuma-sc2 .copy-button {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #4CAF50;
        color: white;
        padding: 5px 10px;
        border: none;
        border-radius: 6px;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

        #becamePortuma-sc2 .copy-button:hover {
            background-color: #45a049;
            transform: scale(1.05); /* Buton üzerine gelindiğinde hafif büyüme efekti */
        }

#becamePortuma-sc3 {
    background-color: #2b0c28;
    height: auto;
    padding-bottom: 10vh;
    padding-top: 10vh;
}

    #becamePortuma-sc3 img {
        width: 80%;
        opacity: .5;
    }

    #becamePortuma-sc3 .unity-rozet img {
        margin-top: 5vh
    }

#project-breadcrumb {
    background: url("../../Assets/img/Projects/BG-BOS.jpg") center center no-repeat;
    background-size: cover;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

    #project-breadcrumb h1 {
        color: #FFF;
        font-family: Montserrat,sans-serif;
        font-size: 40px;
        font-weight: 600;
        text-align: center;
    }

    #project-breadcrumb p {
        color: #FFF;
        font-family: Montserrat,sans-serif;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        margin-top: 2vh;
    }

#gamerArena-breadcrumb {
    background: url("../../Assets/img/homepage/gamerArena-head.png") center center no-repeat;
    background-size: cover;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

    #gamerArena-breadcrumb h1 {
        color: #FFF;
        font-family: Montserrat,sans-serif;
        font-size: 40px;
        font-weight: 600;
        text-align: center;
    }

    #gamerArena-breadcrumb p {
        color: #FFF;
        font-family: Montserrat,sans-serif;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        margin-top: 2vh;
    }



#gamerArena iframe {
    width: 100%;
    height: 100vh;
    display: block;
    border: none;
}

#paycellProject-breadcrumb {
    background-color: #FFF;
    background-size: cover;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

    #paycellProject-breadcrumb img {
        width: 25%;
        margin-bottom: 5vh;
    }

    #paycellProject-breadcrumb h1 {
        color: #000;
        font-family: Montserrat,sans-serif;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }




#tamiProject-breadcrumb {
    background-color: #FFF;
    background-size: cover;
    padding-top: 5vh;
    padding-bottom: 0vh;
}

    #tamiProject-breadcrumb h1 {
        color: #000;
        font-family: Montserrat,sans-serif;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }

    #tamiProject-breadcrumb img {
        width: 25%;
        margin-bottom: 5vh;
    }

#tamiPerformanceData {
    background: url("../../Assets/img/Projects/tami-performance-data-bg.jpg") center center no-repeat;
    background-size: cover;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

    #tamiPerformanceData img {
        width: 50%;
        margin-top: 5vh;
    }

    #tamiPerformanceData h2 {
        color: #FFF;
        font-size: 22px;
        font-weight: 600;
        font-family: Montserrat,sans-serif;
        text-align: center;
        margin-bottom: 5vh;
    }
/****************/
#paycellProject-details {
    background-color: #FFF;
    padding-bottom: 10vh;
}

    #paycellProject-details .sc1 h1 {
        color: #032d5e;
        font-size: 36px;
        font-weight: 600;
        font-family: Montserrat,sans-serif;
        margin-top: 5vh;
        text-align: center
    }

    #paycellProject-details .sc1 h2 {
        color: #000;
        font-size: 22px;
        font-weight: 600;
        font-family: Montserrat,sans-serif;
        margin-top: 5vh;
        text-align:center;
    }

    #paycellProject-details .sc1 p {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        font-family: Montserrat,sans-serif;
        margin-top: 2vh;
        text-align:center
    }

        #paycellProject-details .sc1 p span {
            color: #032d5e;
            font-size: 26px;
            font-weight: 700;
            font-family: Montserrat,sans-serif;
            margin-top: 2vh;
        }

    #paycellProject-details .sc1 .paycell-section img {
        width: 70%;
        border-radius: 20px;
        margin-top: 10vh;
    }
    #paycellProject-details .sc1 .paycell-icon img {
        width: 60%;
        margin-top: 25vh;
        margin-left: 5vw;
    }


    #paycellProject-details .sc3 img {
        width: 100%;
        border-radius: 20px;
        margin-top: 7vh;
    }

/********************/

#tamiProject-details {
    background-color: #FFF;
    padding-top: 5vh;
}

    #tamiProject-details .sc1 h2 {
        color: #000;
        font-size: 22px;
        font-weight: 600;
        font-family: Montserrat,sans-serif;
        margin-top: 10vh
    }

    #tamiProject-details .sc1 p {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        font-family: Montserrat,sans-serif;
        margin-top: 2vh;
    }

    #tamiProject-details .tami-icons {
        margin-top: 5vh;
    }

    #tamiProject-details .tami-award-img2 img {
        width: 100%;
        margin-top: 10vh;
    }

    #tamiProject-details .tami-award-img img {
        width: 80%;
        margin-top: 5vh;
        border-radius: 20px;
    }

.tami-gamers img {
    width: 125%;
    border-radius: 20px;
    margin-left: 10px;
    margin-top: 2vh
}

#tamiProject-details .tami-icons img {
    width: 70%;
    margin-top: 5vh;
}


#tamiProject-details .sc3 img {
    width: 100%;
    border-radius: 20px;
    margin-top: 7vh;
}

#playPauseBtnPortumaSDK {
    position: absolute;
    top: 55%;
    left: 55%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}

.becamePortumaVideo video {
    width: 80%;
    margin-top: 10vh;
    margin-bottom: 10vh;
}

#playPauseBtnTamiCase {
    position: absolute;
    top: 55%;
    left: 55%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}

#playPauseBtnA101Case {
    position: absolute;
    top: 55%;
    left: 55%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}

#playPauseBtnPaycellCase {
    position: absolute;
    top: 60%;
    left: 75%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}

#playPauseBtnAkbankCase {
    position: absolute;
    top: 65%;
    left: 60%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}

#playPauseBtnAkbankCase2 {
    position: absolute;
    top: 55%;
    left: 55%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}

.akbank-award-img img {
    width: 80%;
    margin-top: 5vh;
    border-radius: 20px;
}

.akbank-award-img2 img {
    width: 100%;
    margin-top: 5vh;
}

#playPauseBtnTHYCase {
    position: absolute;
    top: 55%;
    left: 55%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}

.a101CaseVideo video {
    width: 90%;
    margin-top: 10vh;
    margin-bottom: 10vh;
    border-radius: 20px;
}

.paycellCaseVideo video {
    width: 110%;
    margin-left: 5vw;
    border-radius: 20px;
    margin-top: 10vh;
    margin-bottom: 10vh;
    border-radius: 20px;
}

#playPauseBtnVodafoneCase {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}

#playPauseBtnVodafoneCase2 {
    position: absolute;
    top: 55%;
    left: 55%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}

#playPauseBtnVodafoneTamiCase {
    position: absolute;
    top: 55%;
    left: 55%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}

.VodafoneCaseVideo video {
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
    border-radius: 20px;
    margin-left: 2vw;
}

.VodafoneCaseVideo2 video {
    width: 95%;
    margin-top: 5vh;
    margin-bottom: 5vh;
    border-radius: 20px;
}

.VodafoneTamiCaseVideo video {
    width: 80%;
    margin-top: 5vh;
    margin-bottom: 5vh;
    border-radius: 20px;
}

.VodafoneTamiCaseVideo video {
    width: 55%;
    margin-bottom: 5vh;
    border-radius: 20px;
}

.tamiCaseVideo video {
    width: 80%;
    margin-top: 10vh;
    margin-bottom: 10vh;
    border-radius: 20px;
}

.play-pause-btn-Tami-Case {
    width: 80px;
    height: 80px;
    opacity: 1;
    transition: opacity 0.3s;
    animation: pulse 2s infinite;
}

.video-container3:hover #playPauseBtnTamiCase {
    opacity: 1;
}

.video-container3:hover .play-pause-btn-Tami-Case {
    opacity: 1;
}

.video-container3:hover #playPauseBtnA101Case {
    opacity: 1;
}

.video-container3:hover #playPauseBtnPaycellCase {
    opacity: 1;
}

.video-container3:hover #playPauseBtnAkbankCase {
    opacity: 1;
}

.video-container3:hover #playPauseBtnTHYCase {
    opacity: 1;
}

.video-container3:hover #playPauseBtnVodafoneCase {
    opacity: 1;
}

.video-container3:hover #playPauseBtnVodafoneCase2 {
    opacity: 1;
}

.video-container3:hover #playPauseBtnVodafoneTamiCase {
    opacity: 1;
}

.play-pause-btn-paycell-Case {
    width: 80px;
    height: 80px;
    opacity: 1;
    transition: opacity 0.3s;
    animation: pulse 2s infinite;
}

.video-container3:hover .play-pause-btn-paycell-Case {
    opacity: 1;
}

.play-pause-btn-a101-Case {
    width: 80px;
    height: 80px;
    opacity: 1;
    transition: opacity 0.3s;
    animation: pulse 2s infinite;
}

.video-container3:hover .play-pause-btn-a101-Case {
    opacity: 1;
}

.play-pause-btn-akbank-award {
    width: 80px;
    height: 80px;
    opacity: 1;
    transition: opacity 0.3s;
    animation: pulse 2s infinite;
}

.video-container3:hover .play-pause-btn-akbank-award {
    opacity: 1;
}

.play-pause-btn-vodafone-Case {
    width: 80px;
    height: 80px;
    opacity: 1;
    transition: opacity 0.3s;
    animation: pulse 2s infinite;
}

.video-container3:hover .play-pause-btn-vodafone-Case {
    opacity: 1;
}

.play-pause-btn-vodafone-Case2 {
    width: 80px;
    height: 80px;
    opacity: 1;
    transition: opacity 0.3s;
    animation: pulse 2s infinite;
}

.video-container3:hover .play-pause-btn-vodafone-Case2 {
    opacity: 1;
}

.play-pause-btn-vodafoneTami-Case {
    width: 80px;
    height: 80px;
    opacity: 1;
    transition: opacity 0.3s;
    animation: pulse 2s infinite;
}

.video-container3:hover .play-pause-btn-vodafoneTami-Case {
    opacity: 1;
}

#tamiProject-details h2 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    text-align: left;
    margin-top: 5vh
}

#tamiProject-details .section-info p {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    margin-top: 0vh;
}

.tamiCaseGames {
    margin-top: 5vh;
}

    .tamiCaseGames img {
        width: 100%;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

#playPauseBtnTamiPhone {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}

#playPauseBtnTamiPhone2 {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}

#playPauseBtnTamiCase3 {
    position: absolute;
    top: 55%;
    left: 55%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}

#playPauseBtnTamiCase2 {
    position: absolute;
    top: 55%;
    left: 55%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}

.tamiCaseVideo3 video {
    width: 102%;
    margin-top: 10vh;
    margin-bottom: 10vh;
    border-radius: 20px;
}

.tamiCaseVideo2 video {
    width: 100%;
    margin-top: 10vh;
    margin-bottom: 10vh;
    border-radius: 20px;
}

.tamiCaseVideoPhone video {
    width: 85%;
    margin-top: 7vh;
    margin-bottom: 5vh;
    border-radius: 45px;
    margin-left: 0vw;
}

.tamiCaseVideoPhone2 video {
    width: 85%;
    margin-top: 7vh;
    margin-bottom: 5vh;
    border-radius: 45px;
    margin-left: 0vw;
}

.play-pause-btn-Tami-Case2 {
    width: 55px;
    height: 55px;
    opacity: 1;
    transition: opacity 0.3s;
    animation: pulse 2s infinite;
}

.video-container3:hover #playPauseBtnTamiCase {
    opacity: 1;
}

.video-container3:hover .play-pause-btn-Tami-Case {
    opacity: 1;
}

.video-container3:hover .play-pause-btn-a101-Case {
    opacity: 1;
}

.video-container3:hover .play-pause-btn-akbank-award {
    opacity: 1;
}

.video-container3:hover .play-pause-btn-vodafone-Case {
    opacity: 1;
}

.video-container3:hover .play-pause-btn-vodafone-Case2 {
    opacity: 1;
}

.video-container3:hover .play-pause-btn-vodafoneTami-Case {
    opacity: 1;
}

#tamiProject-details .tami-yarisma img {
    width: 100%;
    margin-top: 10vh;
    border-radius: 20px;
}

#tamiProject-details .tami-pictures img {
    width: 80%;
    margin-top: 5vh;
    border-radius: 20px;
}

#tamiProject-details .tami-pictures .tami-min img {
    width: 50%;
}

#tamiProject-breadcrumb2 {
    background: url("../../Assets/img/Projects/tami-odul-bg.jpg") center center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 5vh 0 5vh 0;
}

    #tamiProject-breadcrumb2 h3 {
        color: #FFF;
        font-size: 32px;
        font-weight: 600;
        font-family: Montserrat, sans-serif;
        margin-top: 10vh;
    }

    #tamiProject-breadcrumb2 h4 {
        color: #FFF;
        font-size: 24px;
        font-weight: 600;
        font-family: Montserrat, sans-serif;
    }

    #tamiProject-breadcrumb2 h5 {
        color: #9514f5;
        font-size: 18px;
        font-weight: 500;
        font-family: Montserrat, sans-serif;
        margin-top: 7vh
    }

    #tamiProject-breadcrumb2 p {
        color: #FFF;
        font-size: 18px;
        font-weight: 300;
        font-family: Montserrat, sans-serif;
        margin-top: 2vh;
    }

    #tamiProject-breadcrumb2 img {
        width: 75%;
        margin-left: 5vw;
    }
/******* Vodafone Case Study *******/
#vodafoneProject-breadcrumb {
    background-color: #FFF;
    background-size: cover;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

    #vodafoneProject-breadcrumb h1 {
        color: #000;
        font-family: Montserrat, sans-serif;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }

    #vodafoneProject-breadcrumb img {
        margin-bottom: 5vh;
        width: 25%
    }

#vodafoneProject-details {
    background-color: #FFF;
    padding-bottom: 5vh;
}

    #vodafoneProject-details .sc1 p {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        font-family: Montserrat, sans-serif;
        margin-top: 7vh;
        margin-bottom: 3vh;
        text-align: left;
    }

    #vodafoneProject-details .sc1 .vodafone-icon img {
        width: 100%;
        margin-top: 10vh;
    }

    #vodafoneProject-details .sc1 img {
        width: 100%;
        margin-left: 0vw;
        margin-top: 5vh
    }

    #vodafoneProject-details .sc2 h2 {
        color: #000;
        font-size: 22px;
        font-weight: 600;
        font-family: Montserrat,sans-serif;
        text-align: center;
        margin-top: 10vh;
    }

    #vodafoneProject-details .sc2 img {
        width: 100%;
        margin-top: 7vh;
    }

    #vodafoneProject-details p {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        font-family: Montserrat,sans-serif;
        margin-top: 10vh;
        text-align: center;
    }

#vodafoneProject-details2 h2 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    margin-top: 0vh;
    text-align: center;
}

#vodafoneProject-details2 img {
    width: 70%;
    margin-top: 10vh;
}

#vodafoneProject-details2 h3 {
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-top: 3vh;
}

#vodafoneProject-details3 {
    padding-bottom: 10vh
}

    #vodafoneProject-details3 img {
        width: 60%;
        margin-top: 10vh;
    }

#vodafoneProject-details4 img {
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 10vh;
}

#vodafoneProject-details3 p {
    color: #000;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-optical-sizing: auto;
    font-style: normal;
    margin-top: 5vh;
    text-align: left;
}
/******* A101 Case Study *******/
#a101Project-breadcrumb {
    background-color: #FFF;
    background-size: cover;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

    #a101Project-breadcrumb img {
        width: 20%;
        margin-bottom: 5vh;
    }

    #a101Project-breadcrumb h1 {
        color: #000;
        font-family: Montserrat,sans-serif;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }

#a101Project-details {
    background-color: #FFF;
    padding-bottom: 5vh;
}

    #a101Project-details .a101-icon img {
        width: 100%;
        margin-top: 25vh;
        margin-left: 2vw;
    }

    #a101Project-details .sc1 p {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        font-family: Montserrat,sans-serif;
        margin-top: 2vh;
    }

    #a101Project-details .sc1 .a101-phone img {
        width: 100%;
        margin-left: 0vw;
        margin-top: 5vh
    }

    #a101Project-details .sc2 h2 {
        color: #000;
        font-size: 22px;
        font-weight: 600;
        font-family: Montserrat,sans-serif;
        text-align: center;
        margin-top: 10vh;
    }

    #a101Project-details .sc2 img {
        width: 100%;
        margin-left: 0vw;
        margin-top: 5vh
    }

    #a101Project-details .sc2 .sc2-2 img {
        width: 60%;
        margin-top: 5vh;
        margin-left: 5vw;
    }



    #a101Project-details .sc2 p {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        font-family: Montserrat,sans-serif;
        margin-top: 25vh;
    }

#a101Project-details2 h2 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    margin-top: 10vh;
    text-align: center;
}

#a101Project-details2 img {
    width: 85%;
    margin-top: 10vh;
}

#a101Project-details2 h3 {
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-top: 3vh;
    margin-left: 1.5vw
}

#a101Project-details3 {
    padding-bottom: 10vh
}

    #a101Project-details3 h2 {
        color: #000;
        font-size: 22px;
        font-weight: 600;
        font-family: Montserrat,sans-serif;
        margin-top: 5vh;
        text-align: center;
    }

    #a101Project-details3 p {
        color: #000;
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-optical-sizing: auto;
        font-style: normal;
        margin-top: 5vh;
        text-align: left;
    }

    #a101Project-details3 h3 {
        color: #000;
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-optical-sizing: auto;
        font-style: normal;
        margin-top: 5vh;
        text-align: center;
    }

    #a101Project-details3 img {
        width: 70%;
        margin-top: 10vh;
    }

#a101Project-details .performance-img img {
    width: 50%;
    margin-top: 4vh;
    margin-left: 25%;
}
/******* THY Case Study ********/
#thyProject-breadcrumb {
    background-color: #FFF;
    background-size: cover;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

    #thyProject-breadcrumb img {
        width: 25%;
        margin-bottom: 5vh;
    }

    #thyProject-breadcrumb h1 {
        color: #000;
        font-family: Montserrat, sans-serif;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }


#thyProject-details {
    padding-bottom: 10vh
}

    #thyProject-details .sc1 h1 {
        color: #000;
        font-size: 28px;
        font-weight: 600;
        font-family: Montserrat, sans-serif;
        margin-top: 10vh;
        text-align: center
    }

    #thyProject-details .sc1 h2 {
        color: #000;
        font-size: 22px;
        font-weight: 600;
        font-family: Montserrat, sans-serif;
        margin-top: 10vh;
        text-align: center
    }

    #thyProject-details .sc1 .thy-conversion h2 {
        color: #000;
        font-size: 22px;
        font-weight: 600;
        font-family: Montserrat, sans-serif;
        margin-top: 15vh;
        text-align: left
    }

    #thyProject-details .sc1 .thy-conversion p {
        text-align: left;
        margin-top: 5vh;
    }

    #thyProject-details .sc1 p {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        font-family: Montserrat, sans-serif;
        margin-top: 2vh;
        text-align: center;
    }

    #thyProject-details .sc1 .thy-icon img {
        width: 70%;
        margin-top: 7vh;
    }

    #thyProject-details .sc1 .thy-img img {
        width: 105%;
        margin-top: 10vh;
        border-radius: 20px;
    }

    #thyProject-details .sc1 .thy-performance img {
        width: 60%;
        margin-top: 10vh;
    }

    #thyProject-details .sc1 .thy-game img {
        width: 90%;
        margin-top: 10vh;
    }

.thyCaseVideo video {
    margin-top: 5vh;
    width: 100%
}

/******* THY Case Study ***********/
/******* Akbank Case Study ********/
#akbankProject-breadcrumb {
    background-color: #FFF;
    background-size: cover;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

#akbankProject-details .sc1 .akbank-icon img {
    margin-top: 5vh !important;
}

#akbankProject-breadcrumb h1 {
    color: #000;
    font-family: Montserrat,sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

#akbankProject-breadcrumb img {
    margin-bottom: 5vh;
}

#akbankProject-details {
    padding-bottom: 10vh
}

    #akbankProject-details .sc1 h2 {
        color: #000;
        font-size: 22px;
        font-weight: 600;
        font-family: Montserrat, sans-serif;
        margin-top: 6vh;
    }

    #akbankProject-details .sc1 p {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        font-family: Montserrat, sans-serif;
        margin-top: 2vh;
    }

    #akbankProject-details .sc1 .akbank-icon img {
        width: 70%;
        margin-top: 10vh;
    }

    #akbankProject-details .sc1 .akbank-phone img {
        width: 80%;
        margin-top: 5vh;
    }

    #akbankProject-details .sc1 .bronze-award h2 {
        color: #000;
        font-size: 30px;
        font-weight: 600;
        font-family: Montserrat, sans-serif;
        margin-top: 10vh;
    }

.akbankCaseVideo video {
    margin-top: 12vh;
    border-radius: 20px;
    width: 110%;
}

.akbankCaseVideo2 video {
    margin-top: 5vh;
    width: 80%;
    border-radius: 20px;
}

#akbankProject-details .akbank-push-not img {
    width: 60%;
    border-radius: 25px;
    margin-top: 5vh
}
/******* Akbank Case Study ********/
/******* Burger Case Study ********/
#burgerProject-breadcrumb {
    background-color: #FFF;
    background-size: cover;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

    #burgerProject-breadcrumb img {
        width: 15%;
        margin-bottom: 5vh;
    }

    #burgerProject-breadcrumb h1 {
        color: #000;
        font-family: Montserrat,sans-serif;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }

#burgerProject-details {
    background-color: #FFF;
    padding-bottom: 5vh;
}

    #burgerProject-details .sc1 h2 {
        color: #000;
        font-size: 22px;
        font-weight: 600;
        font-family: Montserrat,sans-serif;
        margin-top: 10vh
    }

    #burgerProject-details .sc1 p {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        font-family: Montserrat,sans-serif;
        margin-top: 2vh;
        text-align: center
    }

    #burgerProject-details .sc1 .burger-data img {
        width: 60%;
        margin-top: 30vh;
        margin-left: 10vw;
    }

    #burgerProject-details .sc1 .burger-phone img {
        width: 70%;
        margin-top: 5vh;
        margin-left: 0;
    }

    #burgerProject-details .sc1 img {
        width: 70%;
        margin-left: 5vw;
    }

    #burgerProject-details .sc2 h2 {
        color: #000;
        font-size: 22px;
        font-weight: 600;
        font-family: Montserrat,sans-serif;
        margin-top: 17vh;
        text-align: left;
        margin-left: -7vw;
    }

    #burgerProject-details .sc2 p {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        font-family: Montserrat,sans-serif;
        margin-top: 5vh;
    }

    #burgerProject-details .sc2 img {
        width: 80%;
        margin-left: 2vw;
    }

#burgerProject-breadcrumb2 {
    background: url("../../Assets/img/Projects/breadcrumb2.jpg") center center no-repeat;
    background-size: cover;
    padding-top: 10vh;
    padding-bottom: 10vh;
    overflow-x: hidden !important;
}

    #burgerProject-breadcrumb2 h1 {
        color: #FFF;
        font-family: Montserrat,sans-serif;
        font-size: 28px;
        font-weight: 600;
        text-align: center;
    }

#burgerProject-details2 h2 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    margin-top: 10vh;
    text-align: center;
}

#burgerProject-details2 p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: Montserrat,sans-serif;
    margin-top: 5vh;
    text-align: center;
}

#burgerProject-details2 .project-circle img {
    width: 75%;
    margin-top: 10vh;
    margin-left: 1.5vw;
    margin-bottom: 3vh;
}

#burgerProject-details2 .project-circle h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    text-align: center;
}

#burgerProject-details2 .project-line img {
    width: 65%;
    margin-left: 12vw;
    margin-top: 7vh;
}

#burgerProject-details3 {
    margin-bottom: 10vh;
}

    #burgerProject-details3 h2 {
        color: #000;
        font-size: 22px;
        font-weight: 600;
        font-family: Montserrat,sans-serif;
        margin-top: 0vh;
        text-align: left;
    }

    #burgerProject-details3 p {
        color: #000;
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-optical-sizing: auto;
        font-style: normal;
        margin-top: 5vh;
        text-align: left;
    }

/******/
#project-details {
    background-color: #FFF;
    padding-top: 5vh;
    padding-bottom: 8vh;
}

    #project-details a img {
        width: 95%;
        border-radius: 20px;
    }

        #project-details a img:hover {
            opacity: .8;
            transition: .3s ease-in;
        }

.my-card {
    position: absolute;
    left: 40%;
    border: none;
    background-color: transparent
}

.jumbotron #cardknow {
    background-color: transparent;
    height: 14em;
}

    .jumbotron #cardknow span {
        font-size: 2.5rem;
        font-weight: 700;
    }

    .jumbotron #cardknow p {
        font-size: 1.7rem;
        font-weight: 500;
    }

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    text-indent: -9999px;
    background-image: url(../../Assets/icon/top-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #4099ff;
    border-radius: 25px
}

.callout {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee
}

    .callout p {
        color: #000;
    }

#privacypolicy .callout h2 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000
}

#privacypolicy .callout h4 {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
    margin-top: 2vh
}

.callout ol li {
    margin-top: 5px;
    margin-left: 50px
}

#privacypolicy {
    padding: 50px 0 50px 0
}

#verticle {
    border-left: 1px solid white;
    height: 40px;
    position: absolute;
    left: 14%;
    margin-left: 10px;
    margin-top: -31px;
}

#privacypolicy h1 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-decoration: underline
}

.fa-twitter {
    color: #4099ff
}

.fa-facebook {
    color: #3b5998
}

.fa-youtube-play {
    color: #e52d27
}

.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 200px
}

.fa-linkedin {
    color: #007bb6
}

.fa-medium {
    color: #fff
}

.fa {
    opacity: .7;
    transition: 1s;
    -webkit-transition: 1s
}

    .fa:hover {
        opacity: 1;
        transition: 1s;
        -webkit-transition: 1s
    }

.faq-title {
    font-family: Montserrat, sans-serif;
    font-size: 55px;
    font-weight: 600;
    color: #fff;
    padding-top: 15vh;
    text-align: center
}

    .faq-title h1 {
        vertical-align: middle
    }

.faq-content {
    padding-top: 100px;
    padding-bottom: 100px
}

    .faq-content h1 {
        font-family: Montserrat, sans-serif;
        font-size: 35px;
        font-weight: 600
    }

.flex-center {
    align-items: center
}

.accordion-button {
    margin-bottom: 10px
}

.accordion-body {
    margin-top: 15px;
    padding: 25px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 25px -3px rgba(0, 0, 0, .1);
    margin-bottom: 10px
}

.circle-icon {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2b4eff;
    border: 5px solid #b2bfff;
    color: #fff;
    margin-left: -20px;
    margin-right: 10px;
    transform: scale(1.2)
}


.accordion-item {
    border: 0 !important
}

.accordion-item-text {
    font-family: Montserrat, sans-serif;
    font-size: 23px;
    font-weight: 500
}

    .accordion-item-text button span {
        font-family: Montserrat, sans-serif;
        font-size: 22px;
        font-weight: 500
    }

.accordion-button:not(.collapsed) {
    border: 0 !important;
    color: #0c63e4;
    background-color: #fff;
    box-shadow: inset 0 0 0 rgb(0 0 0 / 13%)
}

.footer-text {
    color: #ddd
}

.portokenSec {
}

.portoken {
    border: solid 2px;
    border-color: #fff;
    left: 0;
    text-align: center;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px
}

    .portoken h1 {
        color: #edc96f;
        font-family: Barlow;
        font-weight: 500;
        font-size: 12px;
        line-height: 0;
        padding-top: 5%
    }

    .portoken a {
        color: #fff;
        font-family: Barlow;
        font-weight: 600;
        font-size: 20px;
        text-decoration: none !important
    }

    .portoken:hover {
        border-color: #edc96f;
        color: #edc96f !important
    }

    .portoken img {
        padding-top: 5px;
        padding-bottom: 5px
    }

.portSec h1 {
    top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 600;
    padding-top: 1vh;
    margin-top: 10vh;
    color: #fff;
    z-index: -1
}

.portSec h3 {
    font-size: 2.5rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #fff;
    z-index: -1
}

.portSec h4 {
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    line-height: 150%;
    font-weight: 500;
    padding-bottom: 5vh;
    color: #fff;
    padding-top: 2vh;
    z-index: -1
}

.portSec a {
    text-decoration: none
}

    .portSec a img {
        width: 350px;
    }

.portumaApp-button {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #000;
    background-color: #FFF;
    border-radius: 25px;
    min-height: 50px;
    min-width: 20vh;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
}

.portoken-button {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #000;
    background-color: #00ffda;
    border-color: #00ffda;
    border-radius: 10px;
    min-height: 50px;
    min-width: 20vh;
    padding-top: 15px
}

.portoken-button2 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-radius: 10px;
    min-height: 50px;
    min-width: 20vh
}

.hakki2 {
    margin-top: -55vh;
    margin-bottom: -25vh;
    z-index: 1
}

.copyrightimg img {
    width: 150%;
}

.copyright_txt {
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    margin-left: 35px;
    margin-top: -5px;
    font-size: 14px;
}

.copyright {
    bottom: 15px;
    position: relative;
}

    .copyright a img {
        width: 20%;
    }

    .copyright span {
        margin-top: 1vh;
    }

.instagram-color {
    color: #be2f88
}

.facebook-color {
    color: #1b4a95
}

.twitter-color {
    color: #019eee
}

.linkedin-color {
    color: #144679
}

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:visited {
    background-color: #1b4a95;
    border-color: #1b4a95
}

.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover,
.btn-outline-info:visited {
    background-color: #144679;
    border-color: #144679
}

.btn-outline-dark:active,
.btn-outline-dark:focus,
.btn-outline-dark:hover,
.btn-outline-dark:visited {
    background-color: #019eee;
    border-color: #019eee
}

.developers-sc-1-text-title h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 40px;
    text-align: left;
    color: #fff;
    padding-top: 5%;
}

.developers-sc-2-text-title h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    color: #fff;
    padding-top: 5%;
    padding-bottom: 5%;
}

.developers-sc-1-text-title h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #fff
}

.dev-color {
    color: #00ffda
}

.dev-sec1-button {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    border-color: #fff;
    min-height: 50px;
    min-width: 25vh
}

.developers-sc-1-text-title-2 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #fff;
    padding-bottom: 6%
}

.developers-text h4 {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding-top: 5%;
    padding-bottom: 2%;
    line-height: 150%
}

.developers-sc-3-text-title1 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff
}

.developers-sc-3-text-title2 {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #fff
}

.developers-sc-3-text {
    font-family: Montserrat, sans-serif;
    font-weight: 200;
    font-size: 20px;
    color: #eaeaea
}

.py-dev-sec1 {
    padding-top: 5%;
    padding-bottom: 10%
}

.py-dev-sec3 {
    padding-top: 5%;
    padding-bottom: 10%
}

.rect-background {
    background: url(../../Assets/img/developers/rectangle-card.png) no-repeat;
    padding: 15px 0 50px 0
}

.rect-title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    padding-top: 20%
}

.rect-text {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding-bottom: 5%;
    padding-left: 8%
}

#adv-card {
    padding-top: 60vh
}

.recapcha .g-recaptcha {
    margin-left: 100px;
}

@media (max-width: 979px) {
    #topList_rules_tikla_gelsin {
        padding-bottom: 10vh !important
    }
    #topList_section5 .gamer-png img {
        margin-top: 5vh;
        margin-left: 3vw;
    }

    #topList_section5 h2 {
        margin-top: 10vh !important
    }

    #topList_section5 .topList_storeImg {
        width: 100%;
    }

    #topList_section5 {
        background-size: cover;
        padding-top: 3vh !important;
        padding-bottom: 10vh;
    }
    #topList_section6 p {
        margin-top:0;
    }
    #topList_section6 h2 {
     margin-top:0 !important
    }
    .toplist-vertical-line {
        display: none;
    }
    .topList_bg #total_img {
        width: 100% !important;
        margin-left: 0vw !important;
        margin-top: 10vh
    }
    .topList_bg_TiklaGelsin #total_img {
        width: 100% !important;
        margin-left: 0vw !important;
        margin-top: 10vh
    }
    .toplist-btn a img {
        margin-top: 0vh;
        margin-bottom: 2vh;
        height: auto;
        width: 70%;
        margin-left: 10vw;
    }
    .topList_bg h2 {
        margin-top: 1em !important;
        margin-left: 5vw !important;
    }

    #topList_bg #toplist-gift {
        width: 100% !important
    }
    .topList_bg_TiklaGelsin h2 {
        margin-top: 1em !important;
        margin-left: 5vw !important;
    }

    #topList_bg_TiklaGelsin #toplist-gift {
        width: 100% !important
    }
    #paycellProject-breadcrumb img {
        width: 50%;
        margin-bottom: 3vh;
    }
    #paycellProject-breadcrumb {
        padding-bottom: 0vh;
    }
    #paycellProject-details .sc1 .paycell-icon img {
        width: 80%;
        margin-top: 5vh;
    }
    #a101Project-breadcrumb img {
        width: 40%;
    }

    #a101Project-breadcrumb {
        padding-bottom: 0vh;
    }

    #a101Project-details .a101-icon img {
        margin-top: 5vh;
        margin-left: 0vw;
    }

    #a101Project-details .sc2 p {
        margin-top: 5vh;
    }

    #a101Project-details3 p {
        margin-top: 0vh;
    }

    #burgerProject-breadcrumb img {
        width: 30%;
        margin-bottom: 2vh;
    }

    #burgerProject-breadcrumb {
        padding-bottom: 0;
    }

    #burgerProject-details .sc1 .burger-data img {
        width: 90%;
        margin-top: 5vh;
        margin-left: 5vw;
    }

    #burgerProject-details .sc1 .burger-phone img {
        width: 70%;
        margin-top: 5vh;
        margin-left: 15vw;
    }

    #vodafoneProject-breadcrumb img {
        margin-bottom: 3vh;
        width: 75%;
    }

    #thyProject-breadcrumb img {
        width: 70%;
        margin-bottom: 2vh;
    }

    #vodafoneProject-details .sc1 p {
        margin-top: 2vh;
    }

    #vodafoneProject-details .sc1 .vodafone-icon img {
        margin-top: 5vh;
    }

    #thyProject-details .sc1 .thy-icon img {
        width: 80%;
        margin-left: 5vw;
    }

    #paycellProject-details .sc1 .paycell-section img {
        width: 90%;
        margin-top: 5vh;
    }

    #thyProject-details .sc1 .thy-img img {
        width: 100%;
        margin-top: 5vh;
    }

    #thyProject-details .sc1 .thy-conversion h2 {
        margin-top: 5vh;
    }

    #paycellProject-details .sc1 h2 {
        margin-top: 0vh;
    }

    .portSec h1 {
        padding: 20px;
        font-size: 2.5rem;
        border-radius: 20px;
        text-align: left;
        margin-top: 5vh;
    }

    .section-portuma-card img {
        width: 100% !important;
        margin-top: 0vh !important;
        margin-left: 0vw !important;
    }

    #akbankProject-breadcrumb {
        padding-bottom: 0vh;
    }

    #akbankProject-details .akbank-push-not img {
        width: 100%;
    }

    #akbankProject-breadcrumb img {
        margin-bottom: 2vh;
        width: 75%;
    }

    .akbank-award-img2 img {
        display: none;
    }

    #akbankProject-details .sc1 h2 {
        margin-top: 4vh;
        text-align: center;
    }

    #akbankProject-details .sc1 .akbank-phone img {
        width: 80%;
        margin-top: 0vh;
        margin-left: 10vw;
    }

    #akbankProject-details .sc1 .akbank-icon img {
        width: 80%;
        margin-left: 5vw;
        margin-top: 5vh;
    }

    #akbankProject-details .sc1 p {
        margin-top: 2vh;
        text-align: center;
    }

    #akbankProject-details .sc1 .bronze-award h2 {
        margin-top: 7vh;
    }

    .akbankCaseVideo video {
        width: 100%;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .akbankCaseVideo2 video {
        width: 100%;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .thyCaseVideo video {
        width: 100%;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    #thyProject-breadcrumb {
        padding-top: 1vh;
    }

    #thyProject-details .sc1 h1 {
        margin-top: 5vh;
    }

    #thyProject-details .sc1 .thy-performance img {
        width: 100%;
        margin-top: 5vh;
    }

    #thyProject-details .sc1 .thy-game img {
        width: 100%;
        margin-top: 5vh;
    }

    #tamiProject-breadcrumb img {
        width: 50%;
    }

    #tamiProject-details {
        padding-top: 0vh;
    }

        #tamiProject-details .tami-icons img {
            margin-top: 0vh;
            margin-left: 5vw;
        }

    .tamiCaseGames img {
        margin-top: 2vh;
        margin-bottom: 2vh;
    }

    .tami-gamers img {
        width: 100%;
        margin-left: 0px;
        margin-top: 3vh;
    }

    #tamiProject-details .tami-award-img2 img {
        display: none
    }

    #tamiProject-details .tami-award-img img {
        width: 100%;
    }

    #tamiProject-details h2 {
        margin-top: 5vh;
    }

    .tamiCaseVideoPhone video {
        margin-left: 8vw;
        margin-bottom: 0;
    }

    .tamiCaseVideoPhone2 video {
        margin-left: 8vw;
        margin-bottom: 0;
    }

    #tamiPerformanceData img {
        width: 70%;
        margin-left: 15%;
    }

    .tamiCaseVideo .card-1 {
        width: 100% !important
    }

        .tamiCaseVideo .card-1 iframe {
            height: 30vh;
            width: 100%;
        }

    #tamiProject-breadcrumb2 img {
        width: 50%;
        margin-top: 5vh;
        margin-left: 25%;
    }

    #tamiProject-breadcrumb2 h3 {
        margin-top: 5vh;
    }


    .performance-section-1 {
        background-position-x: 35% !important
    }

        .performance-section-1 .py-sec1 {
            padding-top: 5vh;
        }

    .section-2-bg .home-performance img {
        margin-bottom: 5vh;
    }

    .section-2-bg .home-performance h3 {
        margin-top: 10vh;
    }

    .performance-section-3 .performance-loyalty .loyalty-mobile img {
        display: block !important;
        margin-top: 15%
    }

    .performance-section-3 .performance-loyalty .loyalty-desktop img {
        display: none
    }

    .performance-img img {
        margin-top: 5vh;
        margin-left: 5% !important
    }

    .performance-section-3 .performance-loyalty loyalty-desktop {
        display: none;
    }

    .performance-section-3 .push-desktop img {
        display: none !important;
    }

    .performance-section-3 .push-mobile img {
        display: block !important;
        margin-left: 10%
    }

    .performance-section-2 .competition-desktop img {
        display: none !important;
    }

    .performance-section-2 .competition-mobile img {
        display: block !important;
        margin-left: 10%
    }

    .performance-section-2 h2 {
        margin-top: 20% !important
    }

    .performance-section-3 h2 {
        margin-top: 20% !important
    }

    .performance-section-3 .performance-mailing img {
        margin-left: 10%;
    }

    .performance-section-3 .performance-competition img {
        width: 100% !important
    }

    .performance-section-3 .performance-competition .competition-desktop img {
        display: none !important
    }

    .performance-section-3 .performance-competition .competition-mobile img {
        display: block !important;
    }

    .performance-section-3 .performance-loyalty img {
        margin-left: 10%;
    }
    /*******/
    #a101Project-details .sc2 .sc2-2 img {
        width: 100%;
        margin-left: 0vw;
    }

    #a101Project-details3 img {
        width: 100%;
    }

    #gsa-sec .gsa-border h4 {
        margin-top: 0;
    }

    #gsa-sec .gsa-border a img {
        width: 80%;
        margin-top: 5vh;
    }

    #vodafoneProject-details .sc1 img {
        width: 100%;
        margin-left: 0;
    }

    #vodafoneProject-details .sc2 h2 {
        margin-top: 5vh;
    }

    #vodafoneProject-details .sc2 img {
        width: 100%;
        margin-top: 5vh;
    }

    #vodafoneProject-details p {
        margin-top: 5vh;
    }

    #vodafoneProject-details2 h2 {
        margin-top: 0vh;
    }

    #vodafoneProject-details2 img {
        width: 100%;
        margin-top: 2vh;
        margin-bottom: 0vh;
    }

    #vodafoneProject-details2 {
        margin-bottom: 10vh;
    }

        #vodafoneProject-details2 .project-circle img {
            width: 90%;
            margin-left: 25%;
        }

        #vodafoneProject-details2 h3 {
            margin-left: 25%;
        }

    #vodafoneProject-details3 {
        padding-bottom: 5vh;
    }

        #vodafoneProject-details3 p {
            margin-top: 0vh;
        }

    #banner {
        height: 90vh !important
    }

    #documentationPortuma-sc1 h1 {
        font-size: 38px;
        margin-top: 18%;
    }

    .footer-logos a img {
        margin-top: 5vh;
    }

    .footer-contact-btn {
        margin-top: 4vh;
    }

    #dev-unity-sec .unity-border a img {
        width: 75%;
        margin-left: 0vw;
        margin-top: 2vh;
    }

    #becamePortuma-sc1 .unity-logo h4 {
        margin-top: 2vh !important;
        margin-left: 0vw;
        text-align: center !important;
    }

    #becamePortuma-sc1 .unity-logo a img {
        margin-left: 25vw;
    }

    .profile-card-2 .profil-name {
        bottom: 33% !important
    }

    .profile-card-2 .profil-name2 {
        bottom: 33% !important
    }

    .profile-card-2 .profil-name3 {
        bottom: 33% !important
    }

    .profile-card-2 .profil-name4 {
        bottom: 40% !important
    }

    .profile-card-2 img {
        height: 60vh !important
    }

    .profile-card-2:hover .profile-name {
        bottom: 30% !important
    }

    .profile-card-2:hover .profil-name2 {
        bottom: 33% !important
    }

    .profile-card-2:hover .profil-name3 {
        bottom: 33% !important
    }

    .profile-card-2:hover .profil-name4 {
        bottom: 40%
    }

    #becamePortuma-sc3 img {
        width: 90%;
        opacity: .5;
        margin-top: 5vh;
    }

    #becamePortuma-sc2 .becamePortumaVideo iframe {
        height: 30vh;
        width: 100%;
    }

    #becamePortuma-sc2 img {
        width: 100%;
    }

    .unity-logo a img {
        margin-bottom: 1vh;
        margin-top: 1vh;
        margin-left: 0vw
    }

    #project-details {
        padding-top: 5vh;
        padding-bottom: 10vh;
    }

    .text-content h4 {
        text-align: center !important;
    }

    .text-content {
        margin-top: 0vh;
    }

    #project-details a img {
        width: 100%;
        margin-top: 3vh;
    }

    .a101CaseVideo video {
        width: 100%;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .paycellCaseVideo video {
        width: 100%;
        margin-top: 5vh;
        margin-bottom: 5vh;
        margin-left:0;
    }

    .VodafoneCaseVideo video {
        width: 100%;
        margin-top: 5vh;
        margin-bottom: 0vh;
        margin-left: 0;
    }

    .VodafoneCaseVideo2 video {
        width: 100%;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .VodafoneTamiCaseVideo video {
        width: 80%;
        margin-top: 5vh;
        /* margin-bottom: 5vh; */
    }

    .tamiCaseVideo video {
        width: 100%;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .tamiCaseVideo3 video {
        width: 100%;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .tamiCaseVideo2 video {
        width: 100%;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    #playPauseBtnTamiPhone {
        display: none;
    }

    #playPauseBtnTamiPhone2 {
        display: none;
    }

    #playPauseBtnTamiCase3 {
        display: none
    }

    #playPauseBtnTamiCase2 {
        display: none
    }

    #playPauseBtnTamiCase {
        display: none
    }

    #playPauseBtnA101Case {
        display: none
    }

    #playPauseBtnPaycellCase {
        display: none
    }

    #playPauseBtnAkbankCase {
        display: none
    }

    #playPauseBtnAkbankCase2 {
        display: none
    }

    .akbank-award-img img {
        width: 100%;
    }

    #playPauseBtnTHYCase {
        display: none
    }

    #playPauseBtnVodafoneCase {
        display: none
    }

    #playPauseBtnVodafoneCase2 {
        display: none
    }

    #playPauseBtnVodafoneTamiCase {
        display: none
    }

    #tamiProject-details .tami-yarisma img {
        margin-top: 5vh;
    }

    #tamiProject-details .tami-pictures img {
        width: 100%;
    }

    #tamiProject-details .tami-pictures .tami-min img {
        width: 100%;
    }

    #tamiProject-breadcrumb2 {
        min-height: 80vh;
    }

    #burgerProject-details .sc1 h2 {
        margin-top: 2vh;
    }

    #burgerProject-details .sc1 img {
        width: 90%;
        margin-top: 5vh;
    }

    #burgerProject-details .sc2 img {
        width: 100%;
        margin-left: 0vw;
    }

    #burgerProject-details .sc2 h2 {
        margin-top: 5vh;
        margin-left: 0vw;
    }

    #burgerProject-details2 h2 {
        margin-top: 5vh;
    }

    #burgerProject-details2 .project-circle img {
        width: 95%;
        margin-top: 7vh;
    }

    #burgerProject-details2 .project-line img {
        width: 100%;
        margin-left: 0vw;
    }

    #burgerProject-details3 h2 {
        margin-top: 0vh;
    }

    .py-dev-sec1 h1 {
        text-align: left !important;
    }

    .py-dev-sec1 h4 {
        text-align: center;
    }

    .developers-section-6 h4 {
        margin-top: 0vh;
    }

    .admodels-section-2 .video-desktop video {
        display: none
    }

    .admodels-section-2 .video-mobile video {
        display: block !important;
        width: 60%;
        border-radius: 50px;
        margin: 5% 0 5% 0;
    }

    .admodels-img img {
        margin-top: 5vh !important
    }

    #playPauseBtnBurger {
        display: none;
    }

    .video-container-Burger #burger_video {
        width: 80% !important;
        margin-top: 5vh;
        margin-left: 2.5em;
    }

    #playPauseBtnTami {
        display: none;
    }

    .video-container-Tami #tamivideo {
        width: 80% !important;
        margin-top: 5vh;
        margin-left: 2.5em;
    }

  

    .advertisers-models .adModels-logo1 {
        margin-top: 4vh;
    }

    .advertisers-models .adModels-phone1 {
        width: 75% !important;
        margin-left: 12%;
        margin-top: 4vh !important;
    }

    .advertisers-models .adModels-logo2 {
        margin-top: 4vh;
    }

    .advertisers-models .adModels-phone2 {
        width: 140% !important;
        margin-top: 4vh;
    }

    .advertisers-models {
        height: 300vh !important;
    }

    #tami_kart .simdi-basvur-img img {
        width: 95% !important;
        margin-top: 10% !important;
    }

    #tami_kart .simdi-basvur img {
        margin-top: 10% !important
    }

    .container2 .tableList h2 {
        width: 40vw !important;
        margin-top: 1.5vh !important;
        margin-left:0vw !important;
    }
    .tableList h3 {
        margin-top: 1.5vh !important;
        width: 27vw !important;
        margin-left: -5vw !important;
    }
    .container2 .tableList_TiklaGelsin h2 {
        width: 40vw !important;
        margin-top: 1.5vh !important;
        margin-left: 0vw !important;
    }

    .tableList_TiklaGelsin h3 {
        margin-top: 1.5vh !important;
        width: 20vw !important;
        margin-left: -5vw !important;
    }
    .topList_bg {
        height: auto !important;
        padding-bottom:5vh;
    }
    .topList_bg_TiklaGelsin {
        height: auto !important;
        padding-bottom: 5vh;
    }

    .container2 .tableList {
        background: none !important;
        margin-top: 2vh !important
    }
    .container2 .tableList_TiklaGelsin {
        background: none !important;
        margin-top: 2vh !important
    }

    .left-tami {
        display: none;
    }

    .container2 .tableList h4 {
        margin-top: 0vh !important;
        margin-left: -12.5vw !important;
    }

    .container2 .tableList h1 {
        margin-top: 0 !important;
        margin-left:-3vw !important;
    }

    .container2 .tableList p {
        margin-top: 0vh !important;
        margin-left: -3vw !important
    }
    .container2 .tableList_TiklaGelsin h4 {
        margin-top: 0vh !important;
        margin-left: -12.5vw !important;
    }

    .container2 .tableList_TiklaGelsin h1 {
        margin-top: 0 !important;
        margin-left: -3vw !important;
    }

    .container2 .tableList_TiklaGelsin p {
        margin-top: 0vh !important;
        margin-left: -3vw !important
    }

    .right-tami {
        margin-top: 15% !important;
        opacity: .3 !important;
    }


    .video-container2 #videomodels {
        width: 80%;
        margin-top: 10%
    }

    #topList_rules h2 {
        margin-top: 2vh !important;
        margin-left: 6vw;
    }
    #topList_rules .rules_frame {
        height: auto !important;
        margin-bottom: 2vh;
    }
    #topList_rules_tikla_gelsin h2 {
        margin-top: 2vh !important;
        margin-left: 6vw;
    }

    #topList_rules_tikla_gelsin .rules_frame {
        height: auto !important;
        margin-bottom: 2vh;
    }
    #topList_section2 p {
        margin-top:0
    }
    #topList_section1 p {
       margin-top:0
    }
    #topList_section3 p {
        margin-top:0
    }

    .container2 .tableList .yarisma-btn h5 {
        margin-top: 5vh !important
    }

    .container2 .tableList .yarisma-btn img {
        width: 50% !important
    }
    .container2 .tableList_TiklaGelsin .yarisma-btn h5 {
        margin-top: 5vh !important
    }

    .container2 .tableList_TiklaGelsin .yarisma-btn img {
        width: 50% !important
    }

    #topList_rules .simdi-basvur-img img {
        width: 100% !important;
        margin-top: 15% !important
    }
    #topList_rules_tikla_gelsin .simdi-basvur-img img {
        width: 100% !important;
        margin-top: 15% !important
    }
    #topList_section2 {
        background-size: cover !important;
        padding-bottom: 10vh !important;
    }

    .topList_storeImg {
        width: 100% !important;
        margin-top: 10%;
        margin-bottom: 10%;
    }

    #topList_section1 {
        background-size: cover !important;
        margin-top: -30px !important;
    }

        #topList_section1 .game-logo {
            margin-top: 5vh !important
        }

    #topList_section2 .game-logo {
        margin-top: 5vh !important;
    }

    #topList_section1 #mobile-bs img {
        display: block !important
    }

    #topList_section1 #desktop-bs img {
        display: none !important
    }

    #topList_section3 {
        background-size: cover !important
    }
    #topList_sectionMini {
        background-size: cover !important;
    }
        #topList_sectionMini #mobile-bs img {
            display: block !important
        }

        #topList_sectionMini #desktop-bs img {
            display: none !important
        }
        #topList_sectionMini .game-logo {
            margin-top: 5vh !important
        }

    #topList_section6 {
        background-size: cover !important;
        background-position: -260px !important;
        height: 70vh !important
    }

    #topList_section7 {
        background-size: auto;
        height: 160vh !important;
        background-position: center;
        background-color: #0a183f !important;
        background-image: none !important;
    }

    #topList_section8 {
        background-size: cover !important;
        height: 35vh !important;
        background-position: 50% !important
    }

        #topList_section8 h2 {
            font-size: 18px !important;
            font-weight: 700 !important;
            margin-top: 17vh !important
        }

        #topList_section8 .topList_storeImg {
            width: 35% !important;
            margin-top: 0vh !important
        }
    /**********/
    .play-pause-btn3 {
        display: none
    }

    .play-pause-btn {
        display: none;
    }

    .admodels-section-2 .audio-mobile video {
        width: 60%;
        border-radius: 50px;
        margin: 5% 0 5% 0;
        display: block !important
    }

    .video-container2 #audiomodels {
        display: none !important
    }

    .admodels-section-2 .audio-desktop video {
        display: none !important
    }

    #playPauseBtn-Mobil {
        left: 65% !important
    }

    #playPauseBtn {
        left: 65% !important
    }

    .play-pause-btn2 {
        display: none;
    }

    .play-pause-btn3 {
        height: 90px;
        width: 70% !important;
    }

    .admodels-section-1 .py-sec1 {
        padding-top: 5vh;
    }

    .admodels-section-1 img {
        width: 100%;
        margin-top: 5vh
    }

    .admodels-section-2 img {
        margin-top: 10%;
        margin-bottom: 10%;
        width: 100%;
    }

    .admodels-section-2 .banner-desktop img {
        display: none !important
    }

    .admodels-section-2 .banner-mobile img {
        display: block !important
    }

    .admodels-section-2 h2 {
        margin-top: 15% !important
    }

    .admodels-section-3 video {
        width: 75% !important;
        margin: 10% 0 10% 0 !important;
    }

    .admodels-section-3 .audio-desktop video {
        display: none !important;
    }

    .admodels-section-3 .audio-mobile video {
        display: block !important;
    }

    .jumbotron #cardknow {
        margin-top: 15px;
    }

        .jumbotron #cardknow p {
            font-size: 1.5rem;
        }

        .jumbotron #cardknow span {
            font-size: 1.6rem;
        }

    .section-2-bg .advertising-models a img {
        width: 100%;
        margin-top: 20%;
    }

    .section-2-bg .advertising-models .pass img {
        width: 100%;
        margin-top: 20%;
        margin-left: 20%;
    }
    /* .section-4-bg {
        height: 1350px !important
    }
    .section-4-bg a img {
        width: 100% !important;
        margin-left: 20%;
    }*/
    .section-burger .burger-graph h3 {
        font-size: 1rem !important
    }

    .section-burger {
        padding-top: 5vh !important;
        padding-bottom: 5vh !important
    }

        .section-burger .burger-graph img {
            width: 90% !important;
            margin-left: 0em !important;
            margin-top: 2em;
        }

        .section-burger img {
            /*  width: 30% !important*/
        }

        .section-burger .burger-graph p {
            margin-top: 1em;
        }

        .section-burger .burgerVideo video {
            width: 100% !important;
            margin-left: 0em !important;
            margin-top: 3em !important;
        }

    #console h3 {
        font-size: 2.2rem !important
    }

    .copyrightimg img {
        width: 50%;
        margin-top: 5vh;
        margin-left: 10px;
    }

    .copyright_txt {
        margin-left: 10px;
        margin-top: 20px;
    }

    #verticle {
        border-left: 1px solid white;
        height: 50px;
        position: absolute;
        left: 50%;
        margin-left: 0px;
        margin-top: 41px;
    }

    .copyright {
        bottom: 0px;
        position: relative;
    }

        .copyright a img {
            width: 50%;
            margin-top: 5vh;
        }

        .copyright span {
            margin-top: 2vh;
        }

    .recapcha .g-recaptcha {
        margin-left: 35px !important;
    }

    .lansman-btn {
        margin-left: 20% !important;
        width: 60% !important;
        height: 10% !important;
        padding: 2.5% !important;
    }

    .lansman-akis-logo img {
        margin-left: 10% !important;
    }

    .developers-section-1 {
        background-position-x: -600px !important
    }

    .profile-card-2 .profile-username {
        /*bottom: 30px !important*/
    }

    .mobile-res {
        margin-top: 5vh;
    }

    .lansman-section-1 {
        background-position: 15% 40% !important
    }

    .lansman-text {
        width: 80%;
        margin-left: 40px !important;
    }

    .lansman-text-bottom {
        font-family: Montserrat, sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #d69123;
        text-align: center;
    }

    .lansman-logo img {
        margin-left: 50px !important;
        margin-top: -100px;
    }

    .more-than-that img {
        width: 100%;
    }

    .lansman-section-4 .uyeler img {
        width: 100% !important;
        margin-top: 3vh !important;
    }

    .lansman-section-4 .uyeler2 img {
        width: 100% !important;
        margin-top: 5vh !important;
    }

    .lansman-section-4 .uyeler p {
        margin-top: 8vh !important
    }

    .lansman-section-4 h1 {
        margin-right: 0vw !important;
    }

    .lansman-section-4 .lansman-line img {
        margin-right: 0% !important;
    }

    .lansman-section-4 .kurucu img {
        width: 130% !important;
        margin-left: -5vw !important;
    }

    .lansman-section-4 .konusmacilar img {
        width: 90% !important;
        margin-left: 5% !important;
    }

    .lansman-section-4 h5 {
        font-size: 28px !important;
        padding-top: 15% !important;
    }

    .lansman-section-4 .katki-saglayanlar img {
        width: 95% !important;
    }

    .ecosystem-section-1 {
        display: block !important;
    }

    .ecosystem-section-desktop {
        display: none !important;
    }

    .eco-page1-img .img1 {
        width: 100% !important;
        margin-top: 5vh !important
    }

    .eco-page1-img .img2 {
        margin-top: -5vh !important;
        width: 100% !important;
        margin-left: 0vh !important;
    }

    .eco-page1-img .img3 {
        margin-top: 2vh;
        width: 100% !important;
        margin-bottom: 10vh;
    }

    .ecosystem-section-2 .page2-title img {
        margin-top: 10vh;
        width: 80% !important;
        margin-left: 10% !important;
    }

    .ecosystem-section-2 .whatIs .frame {
        width: 100% !important;
        margin-top: 15vh;
    }

    .ecosystem-section-2 .whatIs p {
        width: 70% !important;
        margin-top: -60vh !important;
        margin-left: 7vh !important;
    }

    .ecosystem-section-2 .whatIs a img {
        width: 70% !important;
        margin-top: 2vh;
        margin-left: 7vh !important;
    }

    .ecosystem-section-4 img {
        margin-left: 0vh !important;
        margin-top: 10vh;
        width: 100% !important;
    }

    .ecosystem-section-4 p {
        margin-left: 0vh !important;
        margin-bottom: 0vh !important;
    }

    .ecosystem-section-4 .mail {
        margin-top: 3vh !important;
        margin-bottom: 2vh !important;
        text-align: center;
        margin-left: -1vh;
    }

    .ecosystem-section-3 .page3-title img {
        width: 100% !important;
        margin-left: 0% !important;
        margin-top: 15vh !important;
    }

    .ecosystem-section-3 .page3-circle img {
        display: none;
    }

    .ecosystem-section-3 .ecosystem p {
        margin-top: 3vh;
        margin-left: 4vh !important
    }

    .ecosystem-section-3 .ecosystem3 p {
        margin-top: 3vh;
        margin-left: 4vh !important
    }

    .ecosystem-section-3 .ecosystem .logo {
        margin-top: 0vh !important;
        margin-left: 5vh !important;
    }

    .ecosystem-section-3 .ecosystem2 .logo2 {
        margin-top: 10vh !important;
        margin-left: 5vh !important;
    }

    .ecosystem-section-3 .ecosystem3 .logo3 {
        margin-top: 10vh !important;
        margin-left: 5vh !important;
    }

    .ecosystem-section-3 .advantages img {
        margin-top: 0vh !important;
        width: 100% !important
    }

    .ecosystem-section-3 {
        padding-bottom: 25% !important;
    }

    .ecosystem-section-5 .page3-title img {
        width: 100% !important;
        margin-left: 0% !important;
        margin-top: 10vh;
        margin-bottom: 10vh;
    }

    #banner .content span {
        font-size: 50px !important
    }

    .section-2-bg {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .foot-teknopark a img {
        max-width: 100% !important
    }

    .image-flip {
        margin-top: 4vh;
    }

    .membership {
        width: 100% !important
    }

    .pt-10 {
        padding-top: 0vh !important;
    }

    .phoneImg2 {
        width: 100% !important;
    }

    .phoneImg {
        display: none;
    }

    .storeImg {
        margin-left: 5vh;
    }

    #tigerImg {
        padding-top: 10vh !important
    }

    .cgdpSec3 img {
        width: 100%;
    }

    .p2eSEC5 {
        background-position: 60% 50% !important;
    }

        .p2eSEC5 .titleImg {
            width: 100%
        }

        .p2eSEC5 a img {
            width: 100%;
        }

    .p2eGreen {
        width: 80%
    }

    .cgdpcard1 {
        height: 60vh !important;
        margin-top: 10vh;
    }

    .cgdpcard2 {
        height: 60vh !important;
        margin-top: 0vh !important
    }

    .cgdpcard3 {
        height: 60vh !important;
        margin-top: 0vh !important
    }

    .cgdpcard4 {
        height: 60vh !important;
        margin-top: 0vh !important
    }

    .cgdpSec2 img {
        width: 100%;
        padding-top: 0vh !important
    }

    .cgdpSec2 h2 {
        padding-top: 10vh !important;
        text-align: center
    }

    .cgdpSec2 {
        height: auto !important;
        padding-bottom: 5vh
    }

    .cgdpSec1 {
        background-position-x: 10% !important
    }

    .p2eSEC3 {
        padding-top: 10vh !important;
    }

        .p2eSEC3 h2 {
            font-size: 32px !important;
        }

        .p2eSEC3 h4 {
            padding-top: 7vh !important;
            padding-bottom: 3vh;
        }

    .p2ecardTitle {
        padding-top: 28vh !important;
        margin-left: 15vw !important
    }

    .p2ecardText {
        width: 70% !important
    }

    .p2ecard1 {
        height: 60vh !important;
        margin-top: 10vh;
    }

    .p2ecard2 {
        height: 60vh !important;
        margin-top: 0vh !important
    }

    .p2ecard3 {
        height: 60vh !important;
        margin-top: 0vh !important
    }

    .p2ecard4 {
        height: 60vh !important;
        margin-top: 0vh !important
    }

    .p2eSEC2 img {
        width: 100%;
        padding-top: 0vh !important
    }

    .p2eSEC2 h2 {
        padding-top: 10vh !important;
        text-align: center
    }

    .p2eSEC2 {
        height: auto !important;
        padding-bottom: 5vh
    }

    .p2eSEC1 a img {
        width: 100%;
    }

    .p2eSEC1 {
        background-position: 35% 50% !important;
        padding-top: 10vh !important;
        padding-bottom: 15vh !important
    }

    .p2e-sc1-title h4 {
        border-radius: 10px;
        padding: 25px;
    }

    .community-sec1 {
        padding-bottom: 5vh;
    }



    #modalSubject .modal-dialog .modal-content {
        width: 95vw;
        margin-left: 0em
    }

    #founderror {
        width: 350px
    }

    .scrollup {
        bottom: 50px;
        right: 50px
    }

    .circle-icon {
        display: none
    }

    .fa-question {
        display: none !important
    }

    .portSec h1 {
        font-size: 20px;
    }

    .portSec h4 {
        border-radius: 20px;
        margin-bottom: 1vh;
        margin-top: 1vh;
        padding: 15px;
    }

    .portoken-button,
    .portoken-button2 {
        margin-left: 2%;
        margin-bottom: 1vh
    }

    .rect-title {
        font-size: 16px;
        padding-top: 35px
    }

    .rect-text {
        font-size: 12px
    }

    .rect2-text {
        font-size: 12px
    }

    .line-position {
        display: none
    }

    .rect-background {
        margin-left: 1vh;
        height: 230px;
        width: 340px
    }

    .advertisers-section-4 {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .advertisers-section-3 {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .developers-sc-5-text-title {
        font-size: 30px !important;
        text-align: left !important;
    }

    .developers-sc-5-text {
        text-align: left !important
    }

    .adv-sec3-title h1 {
        font-size: 20px !important;
    }

    .adv-sec3-title h2 {
        font-size: 30px !important
    }

    #ecosystem {
        width: 100%;
    }

    .line-adv {
        width: 20%;
    }

    .rect-background-2 {
        margin-left: 5%;
        height: 170px !important;
        width: 170px !important;
        background-size: 100% !important
    }

    .adv-sec2-rectangle {
        margin-left: 5%;
        height: 170px !important;
        width: 170px !important;
        background-size: 100% !important
    }

    .com-sc3-card {
        height: 150px;
        width: 360px;
        margin: 1vh
    }

    .partner-rectangle {
        margin-left: 0 !important
    }

    ul.a {
        list-style-type: circle;
        color: #fff;
        text-align: center;
        font-weight: 600;
    }

    .partner-submit-btn {
        margin-left: 2em;
        height: 5vh;
        width: 26vh;
        margin: auto;
    }

    .section-video-bg {
        padding-top: 10vh !important;
        padding-bottom: 10vh !important;
    }

        .section-video-bg h2 {
            width: 350px
        }

        .section-video-bg .card-video {
            width: 350px;
            height: 300px;
            margin-left: 0px
        }

        .section-video-bg .card-1 iframe {
            height: 260px;
            width: 340px
        }

        .section-video-bg .card-1 {
            background-size: cover;
            height: 300px;
            width: 335px;
        }

    .rectangle-title-2 {
        text-align: left !important;
    }

    .section-video-bg2 {
        padding-top: 7vh !important;
        padding-bottom: 10vh !important;
    }

        .section-video-bg2 h2 {
            width: 350px;
        }

        .section-video-bg2 .card-video {
            width: 350px;
            height: 300px;
            margin-left: 0px
        }

        .section-video-bg2 .card-1 iframe {
            height: 260px;
            width: 340px
        }

        .section-video-bg2 .card-1 {
            background-size: cover;
            height: 300px;
            width: 335px;
        }

    #sc5 .container .row .s3 {
        text-align: center;
    }

    #portoken a img {
    }

    #certikmobil2 {
        width: 125%;
    }
}



@media(min-width:768px) {
    .line-position {
        display: none
    }

    .teamImg {
        padding-left: 5%
    }
}

@media(min-width:992px) {
    .line-position {
        display: block
    }
}
/*--- Macbook Air ---*/
@media only screen and (min-width:800px) and (max-width:1280px) {
    #topList_section5 {
        background-size: 124%;
        background-position-x: 50%;
    }
    .container2 .topList_bg {      
        height: 200vh !important
    }
    .container2 .topList_bg_TiklaGelsin {
        height: 200vh !important
    }
    .container2 .tableList {
      
        background-size: 95% !important;
        margin-top: 8vh !important;
        margin-left: 8% !important
    }
        .container2 .tableList h2 {         
            width: 40vw !important;         
        }
        .container2 .tableList h4 {           
            margin-top: 10vh;
        }
        .container2 .tableList h1 {
            margin-top: 10vh;
        }
        .container2 .tableList p {
            margin-top: 0vh !important;
            margin-left: 3.8em !important;
        }
    .container2 .tableList_TiklaGelsin {
        background-size: 85% !important;
        margin-top: 8vh !important;
        margin-left: 11% !important;
    }

        .container2 .tableList_TiklaGelsin h2 {
            width: 40vw !important;
        }

        .container2 .tableList_TiklaGelsin h4 {
            margin-top: 10vh;
        }

        .container2 .tableList_TiklaGelsin h1 {
            margin-top: 10vh;
        }

        .container2 .tableList_TiklaGelsin p {
            margin-top: 0vh !important;
            margin-left: 3.8em !important;
        }
    #topList_section5 {
        margin-top: -1.3vh !important;
    }
    #topList_section6 p {
        margin-top: 0vh;
    }
    #topList_section7 .card {
        width: 260px !important
    }
    #topList_section8 {
        background-position: 50% !important;
    }
    #topList_section7 {
        background-position: 50% !important
    }
}


@media(min-width:1024px) and (max-width:1365px) {
    #modalSubject .modal-dialog .modal-content {
        margin-left: -5em
    }

    .partner-rectangle {
        height: 850px;
        width: 500px;
        margin-left: 13vh;
        background-size: 100%;
        background-repeat: no-repeat
    }
}

@media(max-width:1199px) {

    .circle-icon {
        display: none
    }

    .portSec h1 {
        padding: 20px;
        font-size: 2.5rem;
        border-radius: 20px;
        text-align: left
    }

    .portSec h4 {
        top: 0;
        border-radius: 20px;
        padding: 20px
    }

    .section-por-bg {
        background-size: 100%;
    }

    .partner-rectangle {
        background: none !important;
        margin-top: 6vh;
    }

        .partner-rectangle span {
            margin-left: 6vh
        }

            .partner-rectangle span img {
                height: 3vh !important
            }

    .form-group {
        margin-top: 1vh !important;
    }

    .partner-submit-btn {
        margin-left: 0em;
        height: 5vh;
        width: 20vh
    }
}

/*Extra Large*/
@media (min-width: 1870px) and (max-width:1920px) {
    #topList_rules {
        padding-bottom: 0vh!important
    }
    #vodafoneProject-details2 h2 {
        margin-top: 5vh;
    }

    #vodafoneProject-details2 img {
        margin-top: 5vh;
    }

    #akbankProject-breadcrumb {
        padding-top: 5vh;
        padding-bottom: 0vh;
    }

    .akbankCaseVideo video {
        margin-top: 5vh;
    }

    #becamePortuma-sc1 .unity-logo h4 {
        margin-left: -5vw;
    }

    #becamePortuma-sc1 .unity-logo a img {
        margin-left: 15vw;
    }

    #becamePortuma-sc1 {
        height: 75vh !important
    }

    #tamiProject-breadcrumb2 {
        min-height: 35vh;
    }

    #tamiProject-details .tami-yarisma img {
        margin-top: 5vh;
    }

    .tamiCaseVideo3 video {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .tamiCaseVideo2 video {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    #tamiProject-details .sc1 h2 {
        margin-top: 5vh;
    }

    .a101CaseVideo video {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .paycellCaseVideo video {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .VodafoneCaseVideo video {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .VodafoneCaseVideo2 video {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .VodafoneTamiCaseVideo video {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .tamiCaseVideo video {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    #burgerProject-breadcrumb {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    #burgerProject-details .sc1 h2 {
        margin-top: 5vh;
    }

    #burgerProject-details .sc2 h2 {
        margin-top: 6vh;
        margin-left: -4vw;
    }

    #burgerProject-breadcrumb2 {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    #burgerProject-details2 h2 {
        margin-top: 5vh;
    }

    #burgerProject-details2 p {
        margin-top: 2vh;
    }

    #burgerProject-details3 h2 {
        margin-top: 5vh;
    }

    #burgerProject-details3 p {
        margin-top: 2vh;
    }

    #topList_section6 p {
        padding-top: 0vh !important;
        margin-top: 2vh !important;
    }

    #topList_rules h2 {
        margin-top: 0vh !important
    }
    #topList_rules_tikla_gelsin h2 {
        margin-top: 0vh !important
    }

    #topList_section3 {
        background-size: 125% !important
    }

        #topList_section3 p {
            padding-top: 0vh !important;
            margin-top: 0vh !important;
        }

    #topList_section6 h2 {
        margin-top: 0vh !important
    }

    #topList_section6 {
        height: 80vh !important
    }

    #topList_section1 p {
        padding-top: 0vh !important;
        margin-top: 0vh !important;
    }

    #topList_section2 {
        background-size: 123% !important
    }

        #topList_section2 p {
            padding-top: 0vh !important;
            margin-top: 0vh !important;
        }

    .container2 .tableList .yarisma-btn h5 {
        margin-top: 10vh !important
    }

    .container2 .tableList a img {
        margin-left: -12.5em !important;
    }
    .container2 .tableList_TiklaGelsin .yarisma-btn h5 {
        margin-top: 10vh !important
    }

    .container2 .tableList_TiklaGelsin a img {
        margin-left: -12.5em !important;
    }

    .container2 .topList_bg #total_img {
        margin-top: 20vh !important
    }

    .container2 .topList_bg #total_img-2 {
        width: 15% !important;
        margin-top: 10vh !important
    }

    .container2 .topList_bg {
        height: 190vh !important;
    }
        .container2 .topList_bg_TiklaGelsin #total_img {
            margin-top: 20vh !important
        }

        .container2 .topList_bg_TiklaGelsin #total_img-2 {
            width: 15% !important;
            margin-top: 10vh !important
        }

    .container2 .topList_bg_TiklaGelsin {
        height: 200vh !important;
    }
    .container2 .tableList {
        background-size: 80% !important;
        margin-left: 20% !important
    }

    .container2 .tableList h4 {
        margin-top: 10vh !important;
        margin-left: -0.5vw !important
    }

    .container2 .tableList h1 {
        margin-top: 10vh !important;
        margin-left: -10vw !important
    }

    .container2 .tableList h2 {
        margin-left: -10vw !important;
        width: 35vw !important;
    }

    .container2 .tableList img {
        margin-left: -16.5em !important
    }

    .container2 .tableList p {
        margin-top: 0vh !important;
        margin-left: -3.9em !important
    }
    #topList_rules_tikla_gelsin {
        padding-bottom: 10vh !important;
    }
    .container2 .tableList_TiklaGelsin {
        background-size: 75% !important;
        margin-left: 18% !important;
    }

        .container2 .tableList_TiklaGelsin h4 {
            margin-top: 10vh !important;
            margin-left: -0.5vw !important
        }

        .container2 .tableList_TiklaGelsin h1 {
            margin-top: 10vh !important;
            margin-left: -10vw !important
        }

        .container2 .tableList_TiklaGelsin h2 {
            margin-left: -10vw !important;
            width: 35vw !important;
        }

        .container2 .tableList_TiklaGelsin img {
            margin-left: -16.5em !important
        }

        .container2 .tableList_TiklaGelsin p {
            margin-top: 0vh !important;
            margin-left: -3.9em !important
        }

    #topList_section7 {
        height: 77.5vh !important
    }

        #topList_section7 h2 {
            margin-top: -1vh !important
        }

        #topList_section7 .card {
            margin-top: 2vh !important
        }

    #topList_section8 {
        height: 65vh !important
    }

        #topList_section8 h2 {
            margin-top: 40vh !important
        }
        #topList_section8 .topList_storeImg {
            width: 75% !important;
        }
}


@media (min-width:1200px) {
    .rect-title {
        font-size: 22px;
        padding-top: 35px
    }

    .rect-text {
        font-size: 16px
    }

    .rect2-text {
        font-size: 16px
    }
}


/*imac5k*/
@media (min-width:1921px) {
    #topList_section8 .topList_storeImg {
        width: 75% !important;
    }
    #topList_rules .rules_frame {
        height: 45vh !important
    }
    #topList_rules {
        padding-top: 5vh !important;
        padding-bottom: 8vh !important;
    }
    #topList_rules_tikla_gelsin .rules_frame {
        height: 45vh !important
    }

    .container2 .tableList_TiklaGelsin img {
        margin-left: -8.5em !important;
    }
    .container2 .tableList_TiklaGelsin h4 {
        margin-left: 2.5vw!important
    }
    #topList_rules_tikla_gelsin {
        padding-top: 5vh !important;
        padding-bottom: 18vh !important;
    }
    .tableList h2 {
        width: 30vw !important
    }
    .tableList p {
        margin-top: .1vh !important;
        margin-left: 3.5em !important;
        padding-top: .7vh !important;
    }
    .tableList_TiklaGelsin h2 {
        width: 30vw !important
    }

    .tableList_TiklaGelsin p {
        margin-top: .1vh !important;
        margin-left: 0.5em !important;
        padding-top: .7vh !important;
    }
    #topList_section5 .gamer-png img {
        width: 90%;
        margin-top: 5vh;
    }
    #topList_section5 h2 {
        margin-top: 15vh !important
    }
    #topList_section2 p {
        margin-top:0;
    }
    #topList_section1 p {
       margin-top:0;
    }
    #topList_section3 p {
        margin-top:0;
    }

    #topList_section5 {
        padding-top: 0vh;
        padding-bottom: 10vh;
        background-size: cover;
    }
    #paycellProject-details .sc1 .paycell-icon img {
        margin-top: 13vh;
    }
    #a101Project-details .a101-icon img {
        margin-top: 15vh;
    }

    #a101Project-details .sc2 p {
        margin-top: 17vh;
    }

    #burgerProject-breadcrumb {
        padding-bottom: 2vh;
    }

    #burgerProject-details .sc1 .burger-data img {
        margin-top: 20vh;
    }

    #burgerProject-details {
        padding-bottom: 0vh;
    }

    #vodafoneProject-details .sc1 p {
        margin-top: 2vh;
    }

    #vodafoneProject-breadcrumb {
        padding-top: 5vh;
        padding-bottom: 0;
    }

    #vodafoneProject-details .sc1 p {
        margin-top: 6vh;
    }

    #vodafoneProject-details {
        padding-bottom: 0vh;
    }

    #thyProject-details .sc1 .thy-conversion h2 {
        margin-top: 10vh;
    }

    #tamiProject-breadcrumb {
        padding-top: 5vh;
        padding-bottom: 0vh;
    }

    #tamiProject-details {
        padding-top: 0vh;
    }

    .tamiCaseGames {
        margin-top: 0vh;
    }

    .tami-gamers img {
        width: 135%;
    }

    #akbankProject-breadcrumb {
        padding-top: 5vh;
        padding-bottom: 0vh;
    }

    #akbankProject-details .sc1 h2 {
        margin-top: 4vh;
    }

    .akbankCaseVideo video {
        margin-top: 5vh;
    }

    #paycellProject-details .sc1 h2 {
        margin-top: 0vh;
    }

    .section-portuma-card img {
        width: 110%;
        margin-left: -5vw;
        margin-bottom: 5vh;
        margin-top: 2vh;
    }

    #thyProject-details .sc1 h2 {
        margin-top: 7vh;
    }

    #thyProject-details .sc1 h1 {
        margin-top: 7vh;
    }

    #tamiProject-breadcrumb2 img {
        margin-top: 5vh;
    }

    .performance-section-3 .performance-mailing img {
        width: 80%;
        margin-top: 15%;
        margin-left: 15%;
    }

    .section-2-bg .home-performance img {
        margin-top: 5vh !important;
        margin-left: 4vw;
        width: 98% !important;
    }

    #a101Project-details .performance-img img {
        width: 50%;
        margin-top: 4vh;
        margin-left: 25%;
    }

    #gsa-sec .gsa-border a img {
        width: 70%;
    }

    #vodafoneProject-details .sc1 img {
        margin-left: 0vw;
    }

    #vodafoneProject-details .sc2 h2 {
        margin-top: 7vh;
    }

    #vodafoneProject-details p {
        margin-top: 7vh;
    }

    #vodafoneProject-details2 img {
        margin-top: 5vh;
    }

    #vodafoneProject-details2 h3 {
        margin-left: 0vw;
    }

    #vodafoneProject-details2 h2 {
        margin-top: 3vh;
    }

    #documentationPortuma-sc2 #wrap #nav-quick header {
        margin-top: 5vh;
    }

    #dev-unity-sec .unity-border h4 {
        margin-top: 1vh;
    }

    #becamePortuma-sc1 .unity-logo h4 {
        margin-top: 8vh !important;
        margin-left: -4vw;
    }

    #becamePortuma-sc1 .unity-logo a img {
        margin-top: 7vh;
        margin-left: 15vw;
    }

    #becamePortuma-sc1 {
        height: 75vh;
    }

        #becamePortuma-sc1 h1 {
            margin-top: 30%;
        }

    #becamePortuma-sc2 .becamePortumaVideo iframe {
        height: 50vh;
    }

    .a101CaseVideo video {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .paycellCaseVideo video {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .VodafoneCaseVideo video {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .VodafoneCaseVideo2 video {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    #a101Project-details3 img {
        width: 55%;
        margin-top: 10vh;
    }

    .VodafoneTamiCaseVideo video {
        margin-bottom: 5vh;
        width: 55%;
    }

    .play-pause-btn-vodafoneTami-Case {
        width: 80% !important;
        margin-left: 2vw;
    }

    .tamiCaseVideo video {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .tamiCaseVideo3 video {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .tamiCaseVideo2 video {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    #tamiProject-breadcrumb2 {
        padding: 0vh 0 5vh 0;
    }

    #burgerProject-details .sc2 h2 {
        margin-top: 10vh;
        margin-left: -3vw;
    }

    #burgerProject-breadcrumb2 {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    #burgerProject-details3 h2 {
        margin-top: 5vh;
    }

    .advertisers-models .adModels-phone2 {
        width: 30% !important;
    }

    .advertisers-models .adModels-phone1 {
        width: 95% !important;
    }

    .advertisers-models .adModels-logo2 {
        margin-left: 4vw;
    }

    .advertisers-models #tamimodels {
        margin-left: 4vw;
        width: 100%;
    }

    .advertisers-models #tamibtn {
        margin-left: 4vw;
    }

    .container2 .topList_bg #total_img-2 {
        margin-top: 16vh !important
    }
    .container2 .topList_bg_TiklaGelsin #total_img-2 {
        margin-top: 16vh !important
    }

    .fixed-image {
        max-width: 220px !important
    }

    .container2 .tableList .yarisma-btn h5 {
        font-size: 25px !important;
        margin-left: -15vw !important;
    }

    .container2 .tableList .yarisma-btn img {
        width: 15% !important;
        margin-left: -15vw !important;
    }
    .container2 .tableList_TiklaGelsin .yarisma-btn h5 {
        font-size: 25px !important;
        margin-left: -15vw !important;
    }

    .container2 .tableList_TiklaGelsin .yarisma-btn img {
        width: 15% !important;
        margin-left: -15vw !important;
    }

    .container2 .topList_bg {
        width: 100%;
        height: auto !important;
    }
    .container2 .topList_bg_TiklaGelsin {
        width: 100%;
        height: auto !important;
    }


    .container2 .tableList {
        background-size: 85% !important;
        height: 70vh !important;
        margin-top: 5vh !important;
        margin-left: 16% !important;
    }
    .container2 .tableList_TiklaGelsin {
        background-size: 75% !important;
        height: 70vh !important;
        margin-top: 5vh !important;
        margin-left: 20% !important;
    }

    #topList_section7 {
        height: 66.8vh !important
    }

        #topList_section7 .card p {
            margin-top: 2vh !important;
            margin-bottom: 2vh !important;
        }

        #topList_section7 .card .topList_storeImg {
            margin-bottom: 2vh;
        }

    #topList_section8 {
        height: 62.8vh !important
    }

        #topList_section8 h2 {
            margin-top: 40vh !important
        }

    .play-pause-btn-Mobil {
        display: none
    }
    /* .section-4-bg h3 {
        padding-top: 7% !important
    }
    .section-4-bg a img {
        width: 95%;
    }
    .section-4-bg {
        height: 1600px !important
    }*/
    .ecosystem-section-desktop {
        padding-bottom: 0% !important;
        height: 55em;
    }

    .ecosystem-section-2 .whatIs .frame {
        width: 70% !important
    }

    .ecosystem-section-2 .whatIs p {
        margin-top: -110% !important;
        margin-left: 5% !important
    }

    .ecosystem-section-2 .whatIs a img {
        margin-left: 5vh !important
    }

    .ecosystem-section-2 {
        padding-bottom: 15vh !important
    }

    .py-7 {
        padding-top: 5% !important;
        padding-bottom: 5% !important
    }

    .py-react {
        padding-top: 5% !important
    }

    #console {
        padding-top: 20vh !important
    }

    .py-console {
        padding-bottom: 5% !important
    }

    .section-video-bg {
        padding-top: 10vh !important;
        padding-bottom: 10vh !important
    }

    .section-video-bg2 {
        padding-top: 10vh !important;
        padding-bottom: 10vh !important
    }

    .section-6-bg {
        padding-top: 5vh !important;
        padding-bottom: 10vh !important
    }

    .section-burger {
        padding-top: 5vh !important;
        padding-bottom: 5vh !important
    }

    .py-com-sec1 {
        padding-top: 5% !important;
        padding-bottom: 5% !important
    }

    .py-com-sec1-2 {
        padding-top: 4% !important;
        padding-bottom: 0% !important
    }

    .py-dev-sec1 {
        padding-top: 1% !important;
        padding-bottom: 5% !important
    }

    .profile-card-2 img {
        width: 90% !important;
        height: 45vh !important
    }

    .profile-card-2 .profile-username {
        bottom: 35px !important;
        left: 55px !important;
        width: 65% !important;
    }

    .profile-card-2 .profile-name {
        left: -1em !important;
        bottom: 21% !important
    }

    .profile-card-2 .profil-name2 {
        left: -.5em !important;
    }

    .profile-card-2 .profil-name3 {
        left: -.3em !important;
    }

    .developers-sectionADD-1 {
        padding-top: 5% !important;
        padding-bottom: 0% !important;
    }

    .com-sc3-card {
        padding-bottom: 10vh !important;
    }

    .py-dev-sec3 {
        padding-bottom: 5% !important
    }

    .advQuality {
        padding-top: 7vh !important;
        padding-bottom: 10vh !important
    }

    .adv-sec2-rectangle {
        height: 20vh !important
    }

    .rectangle-title-2 {
        padding-top: 0vh !important;
        padding-bottom: 7vh !important
    }

    .py-adv-sec-4 {
        padding-top: 4% !important;
        padding-bottom: 4% !important
    }

    .p2eSEC1 {
        padding-top: 10vh !important;
        padding-bottom: 10vh !important
    }

    .p2eSEC2 h2 {
        padding-top: 10vh !important
    }

    .p2ecard1 {
        margin-top: 5vh !important
    }

    .p2ecard2 {
        margin-top: 5vh !important
    }

    .p2ecard3 {
        margin-top: 5vh !important
    }

    .p2ecard4 {
        margin-top: 5vh !important
    }

    .p2eSEC2 {
        height: 75vh !important
    }

    .p2eSEC5 {
        padding-top: 10vh !important;
        padding-bottom: 10vh !important
    }

    .p2eSEC3 {
        padding-top: 10vh !important;
        padding-bottom: 10vh !important
    }

    .py-sec1 {
        padding-top: 10vh !important
    }

    .py-sec2 {
        padding-bottom: 10vh !important
    }
}

#certikmobil {
    width: 100%;
}

.rectangle-title-2 {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding-top: 2vh;
    padding-bottom: 10vh
}

.rectangle-title-2b {
    font-family: Montserrat, sans-serif;
    font-size: 46px;
    color: #fff;
    font-weight: 600;
    text-align: center
}

.rect-background-2 {
    width: 25%;
    height: 30vh;
}

.rect2-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #150d5e;
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-left: 2vh
}

.rect2-text {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #110b4b;
    padding-left: 2vh;
    padding-bottom: 2vh
}

.slider-size {
    max-height: 60em;
    /*max-width: 84em;*/
    padding: 10vh 7em 0 7em
}

.carousel-control-next-icon {
    background-color: #000;
    padding-top: 50%;
    margin-right: -5em;
    margin-top: 5em
}

.carousel-control-prev-icon {
    background-color: #000;
    padding-top: 50%;
    margin-left: -5em;
    margin-top: 5em
}

.developers-sc-5-text-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    color: #fff;
    padding-bottom: 2%
}

.developers-sc-5-text {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding-bottom: 10%
}

.developers-sc-5-button {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    border-color: #fff;
    min-height: 50px;
    min-width: 40vh
}

.profile-card-2 {
    /* max-width: 300px;*/
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    background-position: center;
    background-color: transparent;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    border-radius: 10px
}

    .profile-card-2 img {
        height: 55vh;
        width: 100%;
        left: 20px;
        transition: all linear .25s
    }

    .profile-card-2 .profile-name {
        position: absolute;
        left: 0;
        bottom: 30%;
        text-align: center;
        width: 100%;
        font-size: 25px;
        color: #fff;
        text-shadow: 0 0 20px rgba(0, 0, 0, .5);
        font-weight: 700;
        transition: all linear .25s
    }

    .profile-card-2 .profil-name2 {
        position: absolute;
        left: 0%;
        width: 100%;
        text-align: center;
        bottom: 30%;
        font-size: 25px;
        color: #fff;
        text-shadow: 0 0 20px rgba(0, 0, 0, .5);
        font-weight: 700;
        transition: all linear .25s
    }

    .profile-card-2 .profil-name3 {
        position: absolute;
        left: 0%;
        bottom: 30%;
        text-align: center;
        width: 100%;
        font-size: 25px;
        color: #fff;
        text-shadow: 0 0 20px rgba(0, 0, 0, .5);
        font-weight: 700;
        transition: all linear .25s
    }

    .profile-card-2 .profil-name4 {
        position: absolute;
        left: 0%;
        bottom: 38%;
        text-align: center;
        width: 100%;
        font-size: 25px;
        color: #fff;
        text-shadow: 0 0 20px rgba(0, 0, 0, .5);
        font-weight: 700;
        transition: all linear .25s
    }

    .profile-card-2 .profile-username {
        position: absolute;
        bottom: 50px;
        left: 50px;
        width: 75%;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-family: Montserrat,sans-serif;
        transition: all linear .25s
    }

    .profile-card-2:hover img {
        filter: grayscale(100%)
    }

    .profile-card-2:hover .profile-name {
        bottom: 28%
    }

    .profile-card-2:hover .profil-name2 {
        bottom: 28%
    }

    .profile-card-2:hover .profil-name3 {
        bottom: 28%
    }

    .profile-card-2:hover .profil-name4 {
        bottom: 37%
    }

    .profile-card-2:hover .profile-username {
        bottom: 60px
    }

.py-partner-sec1 {
    padding-top: 10%;
    padding-bottom: 10%
}

.py-adv-sec-1 {
    padding-top: 5%;
    padding-bottom: 5%
}

.py-adv-sec-4 {
    padding-top: 10%;
    padding-bottom: 10%
}

.partner-sec1-title {
    margin-top: 10vh
}

    .partner-sec1-title h1 {
        font-family: Montserrat, sans-serif;
        font-weight: 800;
        font-size: 40px;
        text-align: center;
        color: #fff
    }

    .partner-sec1-title h3 {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 27px;
        text-align: center;
        padding-top: 4%;
        padding-bottom: 4%;
        color: #fff
    }

    .partner-sec1-title h4 {
        font-family: Montserrat, sans-serif;
        font-weight: 400;
        font-size: 20px;
        text-align: center;
        padding-top: 4%;
        line-height: 150%;
        padding-bottom: 4%;
        color: #fff
    }

    .partner-sec1-title p {
        font-family: Montserrat, sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #fff
    }

ul.a {
    color: #fff;
    list-style: none;
    font-size: 18px;
}

    ul.a li {
        font-size: 22px;
        font-weight: 500
    }

.ulTitle {
    font-family: Montserrat, sans-serif;
    color: #04ece0;
    font-size: 18px;
    font-weight: 600
}

ul.b {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    list-style-type: square;
    color: #fff;
}

ol.c {
    list-style-type: upper-roman
}

ol.d {
    list-style-type: lower-alpha
}

#radioType label {
    color: #04ece0;
    font-family: Montserrad, sans-serif;
    font-size: 14px;
    margin: 1vh;
}

.partner-rectangle {
    background: url(../../Assets/img/partnership/partnership-rec.png);
    margin-left: 13vh;
    background-size: cover;
    background-repeat: no-repeat
}

    .partner-rectangle span {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        color: #fff
    }

.partner-submit-btn {
    border: solid 1px;
    border-color: #702a7b;
    background-color: #0ff;
    font-family: Montserrat, sans-serif;
    width: 100vh;
    margin-top: 2vh;
    font-weight: 600;
    color: #000
}

.feedback {
    margin-top: 10vh
}

.feedback-rectangle {
    background: url(../../Assets/img/partnership/partnership-rec.png);
    height: 900px;
    width: 554px;
    margin-left: 13vh;
    background-size: cover;
    background-repeat: no-repeat
}

    .feedback-rectangle span {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 18px;
        text-align: center;
        color: #fff
    }

.feedback-submit-btn {
    border: solid 1px;
    border-color: #702a7b;
    background-color: #0ff;
    font-family: Montserrat, sans-serif;
    width: 100vh;
    margin: auto;
    margin-top: 2vh;
    font-weight: 600;
    color: #000
}

.adv-sec1-title h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #fff;
    padding-top: 5%;
}

    .adv-sec1-title h1 b {
        color: #00ffda
    }

.adv-sec1-title h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #fff
}

.adv-sec1-title h4 {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding-top: 10%;
    line-height: 150%
}

.adv-sec1-button {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    border-color: #fff;
    min-height: 50px;
    min-width: 30vh
}

.advQuality h3 {
    color: #00ffda;
    font-size: 40px;
    font-weight: 800;
    padding-top: 2vh
}

.advQuality p {
    padding-top: 1vh;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 150%;
}

.adv-sec2-rectangle {
    width: 25%;
    height: 30vh;
}

    .adv-sec2-rectangle h3 {
        color: #150d5e;
        font-family: Montserrat, sans-serif;
        font-size: 18px;
        font-weight: 600;
        padding-top: 10%;
        padding-left: 20%
    }

.adv-sec3-title h1 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.adv-sec3-title h2 {
    font-family: Montserrat, sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.py-com-sec1 {
    padding-top: 10%;
    padding-bottom: 10%
}

.py-com-sec1-2 {
    padding-top: 10%;
    padding-bottom: 5%
}

.com-sc1-title h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff
}

.com-sc1-title h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 150%;
    padding-top: 5%
}

.com-sc2-title h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding-top: 0%;
    padding-bottom: 7%
}

    .com-sc2-title h1 b {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 40px;
        color: #00ffda;
        text-align: center
    }

.com-partner {
    padding-bottom: 10%;
    text-align: center
}

.com-sc3-card {
    background: url(../../Assets/img/community/Rectangle-6.png) no-repeat;
    padding-bottom: 25vh
}

.com-sc3-card-title {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding-top: 13%;
    padding-left: 5%
}

.com-sc3-card-text {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-top: 2%;
    padding-left: 5%
}

.com-sc3-card-line {
    height: 2px;
    width: 20vh;
    padding-left: 5%
}

.com-team {
    width: 17rem;
    height: 8rem
}

    .com-team h5 {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 22px;
        color: #0000009e;
        cursor: pointer
    }

    .com-team h4 {
        font-family: Montserrat, sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #000;
        cursor: pointer
    }

.com-team2 {
    width: 17rem;
    height: 10rem
}

    .com-team2 h5 {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 22px;
        color: #0000009e;
        cursor: pointer
    }

    .com-team2 h4 {
        font-family: Montserrat, sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #000;
        cursor: pointer
    }

.com-team-img {
    width: 17rem;
    height: auto
}

.portuma-team {
    width: 17rem;
    height: auto
}

    .portuma-team img:hover {
        opacity: .9
    }

    .portuma-team h5 {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 22px;
        color: #0000009e;
        cursor: pointer
    }

    .portuma-team h4 {
        font-family: Montserrat, sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #000;
        cursor: pointer
    }

.portuma-team2 {
    width: 17rem;
    height: 25rem
}

    .portuma-team2 img:hover {
        opacity: .9
    }

    .portuma-team2 h5 {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 22px;
        color: #0000009e;
        cursor: pointer
    }

    .portuma-team2 h4 {
        font-family: Montserrat, sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #000;
        cursor: pointer
    }

.grid {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center
}

    .grid figure {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        max-width: 17rem;
        min-height: 26rem;
        background: #fff;
        text-align: center;
        cursor: pointer
    }

        .grid figure img {
            position: relative;
            display: block;
            min-height: auto;
            max-width: 100%
        }

        .grid figure figcaption {
            color: #0000009e;
            font-size: 1em;
            backface-visibility: hidden
        }

            .grid figure figcaption::after,
            .grid figure figcaption::before {
                pointer-events: none
            }

        .grid figure h2 {
            word-spacing: -0.15em;
            font-weight: 300
        }

            .grid figure h2 span {
                font-weight: 800
            }

        .grid figure h2,
        .grid figure p {
            margin: 0
        }

        .grid figure p {
            font-size: 100%;
            color: #393838 !important
        }

figure.effect-lily img {
    max-width: none;
    width: calc(100% + 50px);
    opacity: 1;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

figure.effect-lily figcaption {
    text-align: left
}

    figure.effect-lily figcaption > div {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 1em;
        width: 100%;
        height: 37%
    }

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

figure.effect-lily p {
    color: rgba(255, 255, 255, .8);
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, transform .35s
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: .5
}

figure.effect-lily:hover h2,
figure.effect-lily:hover img,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

.contact-sc1-text-title {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 67px;
    text-align: center;
    color: #fff;
    padding-top: 15%
}

.lansman-footer a,
p {
    font-size: 15px;
    color: #fff;
    margin-top: 5vh;
    margin-bottom: 0;
    bottom: 0 !important;
}

.lansman-sc1-text-title {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 53px;
    text-align: center;
    color: #fff;
    padding-top: 5%;
    letter-spacing: 0px;
}

.lansman-akis-text-title {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 45px;
    text-align: center;
    color: #fff;
    padding-top: 10%;
    letter-spacing: 0px;
}

.lansman-section-3 h1 {
    font-size: 37px;
    color: #d5962f;
    text-align: center;
    font-weight: 900;
    padding-top: 10%;
    padding-bottom: 5%;
}

.lansman-section-3 img {
    width: 75%;
}

.lansman-section-4 h3 {
    font-size: 19px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding-top: 7%;
}

.lansman-section-4 h4 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    letter-spacing: 2px;
}

.lansman-section-4 span {
    font-size: 18px;
    color: #e93c6b;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0px;
    margin-top: 1vh;
}

.lansman-section-4 .kurucu h4 {
    margin-bottom: 1vh !important
}

.lansman-section-4 .kurucu span {
    margin-left: 11vw;
}

.lansman-section-4 .konusmacilar img {
    width: 50%;
    text-align: center;
    margin-left: 25%;
}

.lansman-section-4 .lansman-line img {
    width: 30%;
    float: right;
    margin-right: 6%;
    margin-top: 10vh;
}

.lansman-section-4 h1 {
    font-size: 30px;
    text-align: right;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 2vh;
    margin-right: 7%;
    margin-bottom: 5vh;
}

.lansman-section-4 .kurucu img {
    width: 65%;
    margin-top: 0vh;
    margin-left: 5vw;
}

.lansman-section-4 .uyeler img {
    width: 65%;
    margin-top: 10vh;
}

.lansman-section-4 .uyeler2 img {
    width: 89%;
    margin-top: 10vh;
}

.lansman-section-4 .uyeler p {
    font-size: 16px;
    color: #fff;
    text-align: left;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 15vh;
}

.lansman-section-3 h5 {
    font-size: 37px;
    color: #d5962f;
    text-align: center;
    font-weight: 900;
    padding-top: 10%;
    padding-bottom: 5%;
}

.lansman-section-3 .katki-saglayanlar img {
    width: 100%;
}

.lansman-btn {
    font-family: sans-serif,Montserrat;
    font-weight: 500;
    margin-left: 35%;
    width: 30%;
    height: 15%;
    color: #d69123;
    font-size: 20px;
    padding: 1.5%;
}

.lansman-text-title {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    padding-top: 10%;
    text-align: center;
}

.contact-sc2-text-title {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 37px;
    color: #fff;
    margin-top: 10vh;
    margin-bottom: 10vh;
    text-align: center
}

.contact-sc2-text-title2 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    padding-bottom: 0
}

.underline {
    width: 50%;
    top: 0;
    left: 0
}

.contact-sc2-text {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff
}

.contact-text {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.lansman-text {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 18px;
    width: 80%;
    color: #fff;
    text-align: center;
    margin-left: 80px;
}

.lansman-akis-text {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 30px;
    width: 100%;
    color: #fff;
    text-align: center;
}

.lansman-akis-text-pink {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    color: #c21954;
    font-style: italic;
    text-align: center;
    margin-top: 10vh;
}

.lansman-akis-text-clock {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 2vh;
}

.lansman-akis-line {
    border-top: 2px solid #fff;
    width: 230px;
    margin-top: 2vh;
}

.lansman-akis-text-content {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 20px;
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 2vh;
    line-height: 1.5;
}

.lansman-text-bottom {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #d69123;
    text-align: center;
}

.lansman-logo img {
    margin-left: 150px;
    margin-top: -100px;
}

.lansman-akis-logo img {
    margin-left: 40%;
}

.contact-input-size {
    height: 60px !important;
    background-color: #404040d9 !important;
    border: none;
    color: #fff !important
}

.partner-input-size {
    height: 45px !important;
    background-color: #1b177f;
    border: none;
    color: #aeadad !important
}

.additional-item {
    display: none;
}

.py-sec1 {
    padding-top: 22vh
}

.py-sec2 {
    padding-bottom: 20vh
}

.contact-section-ouroffice img {
    width: 100%;
}

    .contact-section-ouroffice img:hover {
        opacity: .9;
        transition: ease-in-out, .3s;
    }

.contact-section-ouroffice h2 {
    color: #fff;
    font-size: 17px;
    text-align: center;
    margin-top: 2vh;
    margin-bottom: 2vh;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
}

.contact-section-ouroffice p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-top: 2vh;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    margin-bottom: 5vh;
}

    .contact-section-ouroffice p a {
        text-decoration: none;
        color: #fff;
    }

.padding-0 {
    padding-left: 20px;
    padding-right: 20px
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .row.no-gutters > [class*=" col-"],
    .row.no-gutters > [class^=col-] {
        padding-right: 0;
        padding-left: 0
    }

.content-position {
    position: relative;
    min-height: 100%;
    min-width: 100%
}

    .content-position h3 {
        font-size: 2.5rem;
        font-family: Montserrat, sans-serif;
        font-weight: 600
    }

    .content-position h4 {
        font-size: 2rem;
        font-family: Montserrat, sans-serif;
        font-weight: 500
    }

.section-2-bg span {
    font-size: 2rem;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.content-position2 {
    position: relative
}

#console {
    padding-top: 25vh
}

    #console h3 {
        font-size: 2.5rem;
        font-family: Montserrat, sans-serif;
    }

.text-content {
    text-align: center;
    color: #fff;
    font-family: Montserrat, sans-serif
}

.line-position {
    position: relative;
    left: -5vh;
    top: -190px;
    z-index: 0
}

.text-content p {
    padding-top: 2vh;
    font-size: 45px;
    font-weight: 900
}

    .text-content p:hover {
        background-position: 0 100%
    }

.react {
    margin-top: 4em
}

    .react p {
        margin-top: 1vh
    }

    .react h3 {
        font-size: 2rem;
        font-family: Montserrat, sans-serif;
        font-weight: 700;
    }

.text-content span {
    font-size: 70px;
    font-weight: 900
}

.text-content h2 {
    font-size: 30px;
    font-weight: 500
}

.text-content h4 {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.5;
}

    .text-content h4 b {
        font-weight: 700
    }

.py-6 {
    padding: 20vh
}

.py-7 {
    padding-top: 5%;
    padding-bottom: 5%;
    background-size: 100%
}

.py-react {
    padding-top: 10%;
    padding-bottom: 5%;
    background-size: 100%
}

.py-console {
    padding-top: 10%;
    padding-bottom: 10%;
    background-size: 100%
}

.py-7-cp {
    padding: 390px;
    padding-top: 600px;
    background-size: 100%
}

.py-8 {
    padding: 390px;
    padding-top: 600px;
    background-size: 100%
}

.pt-6 {
    padding-top: 250px
}

#section-size {
    position: relative
}

#videobcg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: -100
}

#videobcg2 {
    width: 100%;
}

#banner {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#banner video {
    top: 0;
    height: 100vh;
    width: 100%;
    position: absolute;
    object-fit: cover
}

#banner .content {
    background: radial-gradient(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

#banner .content {
    background-color: #00000099;
    opacity: .7
}

    #banner .content span {
        color: azure;
        font-weight: 600;
    }

.wrapper {
    position: relative;
    height: 450px;
    width: 1024px;
    overflow: hidden;
    background: #fff;
    border: 7px solid #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    left: 7%
}

    .wrapper .images {
        height: 100%;
        width: 100%;
        display: flex
    }

        .wrapper .images .img-1 {
            height: 100%;
            width: 100%;
            background: url("../../Assets/img/homepage/webp/portuma-after.webp") no-repeat
        }

        .wrapper .images .img-2 {
            position: absolute;
            height: 100%;
            width: 50%;
            background: url("../../Assets/img/homepage/webp/portuma-before.webp") no-repeat
        }

    .wrapper .slider {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 99
    }

        .wrapper .slider input {
            min-width: 1024px;
            outline: 0;
            background: 0 0;
            -webkit-appearance: none
        }

.slider input::-webkit-slider-thumb {
    height: 500px;
    width: 5px;
    background: 0 0;
    -webkit-appearance: none;
    cursor: col-resize
}

.slider .drag-line {
    width: 5px;
    height: 480px;
    position: absolute;
    left: 49.85%;
    pointer-events: none
}

    .slider .drag-line::after,
    .slider .drag-line::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 222px;
        background: #fff
    }

    .slider .drag-line::before {
        top: 0
    }

    .slider .drag-line::after {
        bottom: 0
    }

    .slider .drag-line span {
        height: 45px;
        width: 45px;
        border: 5px solid #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 50%;
        transform: translate(-50%, -50%)
    }

        .slider .drag-line span::after,
        .slider .drag-line span::before {
            position: absolute;
            content: "";
            top: 50%;
            border: 10px solid transparent;
            border-bottom-width: 0;
            border-right-width: 0;
            transform: translate(-50%, -50%) rotate(45deg)
        }

        .slider .drag-line span::before {
            left: 40%;
            border-left-color: #fff
        }

        .slider .drag-line span::after {
            left: 60%;
            border-top-color: #fff
        }

.section-2-bg {
    background: url("../../Assets/img/homepage/2.jpg") no-repeat center center;
    background-size: cover
}

.section-3-bg {
    background: url("../../Assets/img/homepage/webp/3.webp") no-repeat center center;
    background-size: cover
}

.section-4-bg {
    background: url("../../Assets/img/homepage/webp/bg-2.webp") no-repeat center center;
    background-size: cover;
    /*  height:1500px;*/
}
/*.section-4-bg  h3 {
    font-size: 2.5rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    padding-top:10%;
}
    .section-4-bg a img{
        width:90%;
        margin-top:20%
    }
        .section-4-bg a img:hover {
            transform: translateY(10px);
            transition:ease-in-out .3s
        }*/
.section-2-bg .advertising-models a img {
    width: 100%;
    margin-top: 20%;
}

.section-2-bg .advertising-models .pass img {
    width: 90%;
    margin-top: 20%;
}

.section-2-bg .advertising-models a img:hover {
    transform: translateY(10px);
    transition: ease-in-out .3s
}

.section-2-bg .advertising-models .pass img:hover {
    transform: translateY(10px);
    transition: ease-in-out .3s
}

.section-2-bg .advertising-models h3 {
    font-size: 2.5rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    padding-top: 5%;
}

.section-2-bg .home-performance h3 {
    font-size: 2.5rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    margin-left: 5vw;
}

.section-2-bg .home-performance img {
    margin-top: 8vh;
    margin-left: 4vw;
    width: 98%;
}

.section-5-bg {
    background: url("../../Assets/img/portoken/webp/platform.webp") no-repeat center center;
    background-size: cover;
    padding-bottom: 5vh;
}

.section-burger {
    background-color: #02071a;
    background-size: cover;
    display: grid;
    height: 100%;
    place-items: center;
    box-sizing: border-box;
    padding-top: 20vh;
    padding-bottom: 20vh;
    margin: 0
}

    .section-burger .burgerVideo video {
        width: 90%;
        margin-left: 4em;
        margin-top: 8em
    }

    .section-burger h2 {
        font-family: Montserrat, sans-serif;
        font-size: 2.5rem;
        font-weight: bold;
        color: white;
        margin-top: 1em
    }

    .section-burger p {
        font-family: Montserrat, sans-serif;
        font-size: 1.25rem;
        font-weight: 300;
        color: white;
    }

    .section-burger .burger-logo img {
        width: 20%
    }

    .section-burger .burger-graph img {
        width: 70%;
        margin-left: 1.5em;
        margin-top: 2em
    }

    .section-burger .burger-graph h3 {
        font-size: 1.38rem;
        font-weight: 800;
        color: white;
        text-align: center;
        margin-top: .5em
    }

    .section-burger .burger-graph p {
        font-size: 1.5rem;
        font-weight: 600;
        color: white;
        text-align: center;
        margin-top: 1em;
    }

#burgerphone {
    display: none
}

.section-6-bg {
    background: url("../../Assets/img/homepage/webp/6.webp") no-repeat center center;
    background-size: cover;
    display: grid;
    height: 100%;
    place-items: center;
    box-sizing: border-box;
    padding-top: 20vh;
    padding-bottom: 20vh;
    margin: 0
}

.section-video-bg {
    background: url("../../Assets/img/homepage/webp/videobackground.webp") no-repeat center center;
    background-size: cover;
    display: grid;
    height: 100%;
    place-items: center;
    box-sizing: border-box;
    padding-top: 20vh;
    padding-bottom: 20vh;
    margin: 0
}

.section-video-bg2 {
    background: url("../../Assets/img/homepage/webp/bg-2.webp") no-repeat center center;
    background-size: cover;
    display: grid;
    height: 100%;
    place-items: center;
    box-sizing: border-box;
    padding-top: 20vh;
    padding-bottom: 20vh;
    margin: 0
}

.card-video {
    width: 660px;
    margin-left: 15px;
}

.card-1 {
    background-size: cover;
    width: 615px;
}

    .card-1 iframe {
        border-radius: 30px;
        height: 350px;
        width: 660px;
        margin-top: 30px
    }

.p2e-sc1-title h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #fff;
}

.p2e-sc1-title h4 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 150%;
    padding-top: 6%
}

.cgdpSec1 h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 44px;
    color: #fff;
}

    .cgdpSec1 h1 b {
        color: #e73971;
        font-size: 50px;
    }

.cgdpSec1 h4 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 150%;
    padding-top: 6%
}

.cgdpSec1 {
    background: url(../../Assets/img/CGDP/slider.webp) no-repeat center center;
    background-size: cover;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.cgdpSec2 {
    background: url(../../Assets/img/CGDP/bg-2.webp) no-repeat center center;
    background-size: cover;
    height: 110vh;
}

    .cgdpSec2 h2 {
        font-family: Montserrat, sans-serif;
        font-weight: 800;
        font-size: 35px;
        color: #fff;
        padding-top: 15vh;
    }

        .cgdpSec2 h2 span {
            color: #e73971;
        }

.cgdpcard1 {
    background: url(../../Assets/img/CGDP/1.webp) no-repeat;
    height: 100vh;
    margin-top: 10vh;
}

.cgdpcard2 {
    background: url(../../Assets/img/CGDP/2.webp) no-repeat;
    height: 100vh;
    margin-top: 10vh;
}

.cgdpcard3 {
    background: url(../../Assets/img/CGDP/3.webp) no-repeat;
    height: 100vh;
    margin-top: 10vh;
}

.cgdpcard4 {
    background: url(../../Assets/img/CGDP/4.webp) no-repeat;
    height: 100vh;
    margin-top: 10vh;
}

.cgdpSec3 {
    background: url(../../Assets/img/CGDP/bg-3.webp) no-repeat center center;
    background-size: cover;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

    .cgdpSec3 h2 {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 50px;
        color: #fff;
    }

    .cgdpSec3 h4 {
        font-family: Montserrat, sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #fff;
        line-height: 150%;
        padding-top: 5%;
        z-index: 1
    }

.p2eSEC1 {
    background: url(../../Assets/img/P2E/slider.webp) no-repeat center center;
    background-size: cover;
    padding-top: 20vh;
    padding-bottom: 20vh;
}

.p2eSEC2 {
    background: url(../../Assets/img/P2E/bg-1.webp) no-repeat center center;
    background-size: cover;
    height: 110vh;
}

    .p2eSEC2 img {
        padding-top: 10vh;
    }

    .p2eSEC2 h2 {
        font-family: Montserrat, sans-serif;
        font-weight: 800;
        font-size: 35px;
        color: #fff;
        padding-top: 15vh;
    }

        .p2eSEC2 h2 span {
            color: #ebdb54;
        }

.p2ecardTitle {
    font-family: sans-serif, Montserrat;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding-top: 29vh;
    margin-left: -2vw
}

.p2ecardText {
    font-family: sans-serif, Montserrat;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    width: 86%;
    text-align: center;
    padding-top: 2vh;
    line-height: 1.5;
}

.p2ecard1 {
    background: url(../../Assets/img/P2E/1.webp) no-repeat;
    height: 100vh;
    margin-top: 10vh;
}

.p2ecard2 {
    background: url(../../Assets/img/P2E/2.webp) no-repeat;
    height: 100vh;
    margin-top: 10vh;
}

.p2ecard3 {
    background: url(../../Assets/img/P2E/3.webp) no-repeat;
    height: 100vh;
    margin-top: 10vh;
}

.p2ecard4 {
    background: url(../../Assets/img/P2E/4.webp) no-repeat;
    height: 100vh;
    margin-top: 10vh;
}

.p2eSEC3 {
    background: url(../../Assets/img/P2E/banner-4.webp) no-repeat center center;
    background-size: cover;
    padding-top: 15vh;
    padding-bottom: 15vh;
}

    .p2eSEC3 h2 {
        font-family: Montserrat, sans-serif;
        font-weight: 400;
        font-size: 50px;
        color: #fff;
    }

    .p2eSEC3 h4 {
        font-family: Montserrat, sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #fff;
        line-height: 150%;
        padding-top: 5%
    }

    .p2eSEC3 a img {
        margin-top: 5vh;
    }

.p2eSEC4 {
    background: url(../../Assets/img/P2E/banner-5.webp) no-repeat center center;
    background-size: cover;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

    .p2eSEC4 h2 {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 50px;
        color: #fff;
    }

    .p2eSEC4 h4 {
        font-family: Montserrat, sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #fff;
        line-height: 150%;
        padding-top: 5%;
        z-index: 1
    }

.p2eGreen {
    background-color: rgb(0, 100, 3, 0.72);
    border-radius: 10px;
    padding: 10px;
}

    .p2eGreen h3 {
        font-family: sans-serif, Montserrat;
        color: #fff;
        font-size: 30px;
        font-weight: 500;
    }

        .p2eGreen h3 span {
            color: #fff;
            font-family: sans-serif, Montserrat;
            font-size: 40px;
            font-weight: 600;
        }

    .p2eGreen p {
        font-family: sans-serif, Montserrat;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
    }

.membership {
    width: 65%
}

.p2eSEC5 h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    padding-top: 10vh;
}

    .p2eSEC5 h3 span {
        font-size: 72px;
    }

#tigerImg {
    padding-top: 20vh
}

.p2eSEC5 p {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 150%;
    padding-top: 5%;
    z-index: 1;
    padding-bottom: 5%
}

.storeImg {
    margin-left: 2vh;
    width: 100%;
}

.phoneImg {
    width: 150%;
    margin-left: -250px;
}

.phoneImg2 {
    width: 120%;
}

.pt-20 {
    padding-top: 20vh;
}

.pt-15 {
    padding-top: 15vh;
}

#gamerBody {
    background-color: #2f2f91;
}

.p2eSEC5 {
    background: url(../../Assets/img/P2E/gamer.webp) no-repeat center center;
    background-size: cover;
    padding-top: 25vh;
    padding-bottom: 15vh;
}

.section-7-bg {
    background: url("../../Assets/img/homepage/webp/7.webp") no-repeat center center;
    background-size: cover
}

.section-por-bg {
    background: url("../../Assets/img/community/webp/GSA-strip.webp") no-repeat center center;
    background-size: cover;
}

.section-portuma-card img {
    width: 110%;
    margin-left: -5vw;
}


.section-8-bg {
    background: url("../../Assets/img/homepage/webp/8.webp") no-repeat center center;
    background-size: cover
}

.lansman-section-1 {
    background: url("../../Assets/img/Lansman/lansman1.webp") no-repeat center center;
    background-size: cover
}

.lansman-section-2 {
    background: url("../../Assets/img/Lansman/lansman2.webp") no-repeat center center;
    background-size: cover
}

.lansman-section-3 {
    background-color: #000;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 100px;
}

.lansman-section-4 {
    background: url("../../Assets/img/Lansman/lansman-section2.webp") no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.lansman-section-5 {
    background: url("../../Assets/img/Lansman/akis-bg.jpg") no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
/**********/
.performance-section-1 {
    background: url(../../Assets/img/AdModels/admodels-bg.webp) no-repeat center center;
    background-size: cover;
    padding-bottom: 10%
}

    .performance-section-1 h1 {
        font-size: 2.5rem;
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        color: #FFF;
        margin-top: 5%;
    }

    .performance-section-1 p {
        font-family: Montserrat, sans-serif;
        font-size: 1.25rem;
        font-weight: 500;
    }

.performance-img img {
    width: 95%;
    margin-left: 10%;
}

.performance-section-3 .performance-loyalty .loyalty-mobile img {
    display: none
}

.performance-section-2 {
    background: url(../../Assets/img/Performance/bg-3.jpg) no-repeat center center;
    background-size: cover;
}

.performance-section-3 .push-desktop img {
    display: block
}

.performance-section-3 .push-mobile img {
    display: none;
}


.performance-section-2 h2 {
    font-size: 2.5rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #FFF;
    margin-top: 30%;
}

.performance-section-2 h4 {
    color: #00c78a;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: Montserrat,sans-serif;
    margin-top: -5px
}

.performance-section-2 p {
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
}

.performance-section-3 img {
    width: 80%;
    margin-top: 15%;
}

.performance-section-3 {
    background: url(../../Assets/img/Performance/bg-3.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 10vh;
}

    .performance-section-3 h2 {
        font-size: 2.5rem;
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        color: #FFF;
        margin-top: 30%;
    }

    .performance-section-3 h4 {
        color: #00c78a;
        font-size: 1.5rem;
        font-weight: 500;
        font-family: Montserrat,sans-serif;
        margin-top: -5px
    }

    .performance-section-3 p {
        font-family: Montserrat, sans-serif;
        font-size: 1.25rem;
        font-weight: 500;
    }

    .performance-section-3 .performance-mailing img {
        width: 80%;
        margin-top: 15%;
    }

    .performance-section-3 .performance-competition .competition-desktop img {
        width: 90%;
        margin-top: 20%;
        display: block
    }

    .performance-section-3 .performance-competition .competition-mobile img {
        display: none;
    }


    .performance-section-3 .performance-loyalty img {
        width: 80%;
        margin-top: 30%;
    }

    .performance-section-3 .performance-loyalty h2 {
        margin-top: 35%;
    }
/**********/
.admodels-section-1 {
    background: url(../../Assets/img/AdModels/admodels-bg.webp) no-repeat center center;
    background-size: cover;
    padding-bottom: 10%
}

    .admodels-section-1 h1 {
        font-size: 2.5rem;
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        color: #FFF;
        margin-top: 5%;
    }

    .admodels-section-1 p {
        font-family: Montserrat, sans-serif;
        font-size: 1.25rem;
        font-weight: 500;
    }

.admodels-img img {
    width: 100%;
    margin-top: 2vh
}

.admodels-section-2 {
    background: url(../../Assets/img/AdModels/admodels-bg-2.webp) no-repeat center center;
    background-size: cover;
}

    .admodels-section-2 .banner-desktop img {
        display: block;
    }

    .admodels-section-2 .banner-mobile img {
        display: none;
    }

    .admodels-section-2 h2 {
        font-size: 2.5rem;
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        color: #FFF;
        margin-top: 30%;
    }

    .admodels-section-2 h4 {
        color: #00c78a;
        font-size: 1.5rem;
        font-weight: 500;
        font-family: Montserrat,sans-serif;
        margin-top: -5px
    }

    .admodels-section-2 p {
        font-family: Montserrat, sans-serif;
        font-size: 1.25rem;
        font-weight: 500;
    }

    .admodels-section-2 img {
        margin-top: 10%;
        margin-bottom: 10%;
    }

.video-container2 {
    position: relative;
}

#playPauseBtn {
    position: absolute;
    top: 58%;
    left: 58%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}

#playPauseBtn2 {
    position: absolute;
    top: 58%;
    left: 58%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}

#playPauseBtn-Mobil {
    position: absolute;
    top: 58%;
    left: 58%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}

.play-pause-btn {
    width: 80px;
    height: 80px;
    opacity: 1;
    transition: opacity 0.3s;
    animation: pulse 2s infinite;
}

.play-pause-btn2 {
    width: 80px;
    height: 80px;
    opacity: 1;
    transition: opacity 0.3s;
    animation: pulse 2s infinite;
}

.play-pause-btn-Mobil {
    display: none;
    width: 80px;
    height: 80px;
    opacity: 1;
    transition: opacity 0.3s;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.video-container2:hover #playPauseBtn {
    opacity: 1;
}

#playPauseBtn.hide {
    display: none;
}

.video-container2:hover .play-pause-btn {
    opacity: 1;
}
/*********/
.video-container2:hover #playPauseBtn2 {
    opacity: 1;
}

#playPauseBtn2.hide {
    display: none;
}

.video-container2:hover .play-pause-btn2 {
    opacity: 1;
}
/*********/
.video-container2:hover #playPauseBtn-Mobil {
    opacity: 1;
}

#playPauseBtn-Mobil.hide {
    display: none;
}

.video-container2:hover .play-pause-btn-Mobil {
    opacity: 1;
}
/*******/
.video-container3 {
    position: relative;
}

#playPauseBtn3 {
    position: absolute;
    top: 65%;
    left: 55%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}


.play-pause-btn3 {
    width: 100px;
    height: 100px;
    opacity: 1;
    transition: opacity 0.3s;
    animation: pulse 2s infinite;
}

.video-container3:hover #playPauseBtn {
    opacity: 1;
}

#playPauseBtn3.hide {
    display: none;
}

.video-container3:hover .play-pause-btn3 {
    opacity: 1;
}
/*******/
.video-container-Burger {
    position: relative;
}

#playPauseBtnBurger {
    position: absolute;
    top: 55%;
    left: 110%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}

.play-pause-btn-Burger {
    width: 100px;
    height: 100px;
    opacity: 1;
    transition: opacity 0.3s;
    animation: pulse 2s infinite;
}

.video-container-Burger:hover #playPauseBtnBurger {
    opacity: 1;
}

#playPauseBtnBurger.hide {
    display: none;
}

.video-container-Burger:hover .play-pause-btn-Burger {
    opacity: 1;
}

.video-container-Burger #burger_video {
    width: 160%;
    border-radius: 50px;
}
/*******/
.video-container-Tami {
    position: relative;
}

#playPauseBtnTami {
    position: absolute;
    top: 55%;
    left: 110%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}

.play-pause-btn-Tami {
    width: 100px;
    height: 100px;
    opacity: 1;
    transition: opacity 0.3s;
    animation: pulse 2s infinite;
}

.video-container-Tami:hover #playPauseBtnTami {
    opacity: 1;
}

#playPauseBtnTami.hide {
    display: none;
}

.video-container-Tami:hover .play-pause-btn-Tami {
    opacity: 1;
}

.video-container-Tami #tamivideo {
    width: 160%;
    border-radius: 50px;
}

/***********/
.video-container2 #videomodels {
    width: 60%;
    border-radius: 50px;
    margin: 5% 0 5% 0;
}

.video-container2 #audiomodels {
    width: 60%;
    display: block;
    margin-bottom: 10%;
    margin-top: 10%;
    border-radius: 50px;
}

.admodels-section-2 .audio-mobile video {
    display: none
}

.admodels-section-2 .video-mobile video {
    display: none;
}

.admodels-section-3 {
    background: url(../../Assets/img/AdModels/admodels-bg-2.webp) no-repeat center center;
    background-size: cover;
}

    .admodels-section-3 .audio-desktop video {
        display: block;
    }

    .admodels-section-3 .audio-mobile video {
        display: none;
    }

    .admodels-section-3 h3 {
        font-size: 2.5rem;
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        color: #FFF;
        margin-top: 30%;
    }

    .admodels-section-3 h4 {
        color: #00c78a;
        font-size: 1.5rem;
        font-weight: 500;
        font-family: Montserrat,sans-serif;
        margin-top: -5px
    }

    .admodels-section-3 p {
        font-family: Montserrat, sans-serif;
        font-size: 1.25rem;
        font-weight: 500;
    }

    .admodels-section-3 video {
        width: 60%;
        border-radius: 25px;
        margin: 5% 0 5% 0;
    }

.admodels-section-4 {
    background: url(../../Assets/img/AdModels/admodels-bg-2.webp) no-repeat center center;
    background-size: cover;
}

    .admodels-section-4 .audio-desktop video {
        display: block;
    }

    .admodels-section-4 .audio-mobile video {
        display: none;
    }

    .admodels-section-4 h3 {
        font-size: 2.5rem;
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        color: #FFF;
        margin-top: 30%;
    }

    .admodels-section-4 h4 {
        color: #00c78a;
        font-size: 1.5rem;
        font-weight: 500;
        font-family: Montserrat,sans-serif;
        margin-top: -5px
    }

    .admodels-section-4 p {
        font-family: Montserrat, sans-serif;
        font-size: 1.25rem;
        font-weight: 500;
    }

    .admodels-section-4 video {
        width: 60%;
        border-radius: 25px;
        margin: 5% 0 5% 0;
    }
/* ------>>> Top Gamers <<<-------*/
.container2 {
    position: relative;
    background-color: transparent;
}

.fixed-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 150px;
}

.container2 .tableList .yarisma-btn h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10vh;
    text-align: center !important;
    margin-left: -10vw
}

.container2 .tableList .yarisma-btn img {
    width: 15%;
    margin-left: -10vw;
    margin-top: 2vh
}

    .container2 .tableList .yarisma-btn img:hover {
        transition: ease-in-out .5s;
        opacity: .8;
    }

.container2 .tableList_TiklaGelsin .yarisma-btn h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10vh;
    text-align: center !important;
    margin-left: -10vw
}

.container2 .tableList_TiklaGelsin .yarisma-btn img {
    width: 15%;
    margin-left: -10vw;
    margin-top: 2vh
}

    .container2 .tableList_TiklaGelsin .yarisma-btn img:hover {
        transition: ease-in-out .5s;
        opacity: .8;
    }

.left-tami {
    left: 0;
}

.right-tami {
    right: 0;
    margin-top: 15%
}

.container2 .topList_bg {
    background: url(../../Assets/img/TopList/bg-toplist.webp) center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 250vh;
    overflow: hidden;
}
.container2 .topList_bg_TiklaGelsin {
    background: url(../../Assets/img/TopList/tiklagelsin-cover.webp) center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 195vh;
    overflow: hidden;
}

.container2 .slide {
    top: -144px;
    width: 100%;
    /*   height: 100vh;*/
    background-size: cover;
    background-position: center;
    position: relative;
    overflow-x: hidden;
}

    .container2 .slide h2 {
        text-align: left;
        color: #fff;
        font-weight: 800;
        font-size: 20px;
        margin-left: 15px;
    }


/*.container2 .topList_bg h2 {*/
    /*   margin-top: .5em;*/
    /*text-align: center;
}*/


.container2 .tableList {
    background: url(../../Assets/img/TopList/frame-toplist.webp);
    background-repeat: no-repeat;
    background-size: 85%;
    height: 100%;
    margin-top: 8vh;
    margin-left: 12%;
}

    .container2 .tableList h4 {
        color: #fff;
        font-size: 14px;
        font-weight: 800;
        margin-top: 11vh;
        margin-left: 5.5vw;
    }
.tableList h3 {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-top: .5vh;
    margin-left: -5.2vw;
    width: 13vw;
    text-align: left;
    /* background-color: #3639ac; */
    background-color: #141c8c;
    border-radius: 5px;
    padding: 5px;
    padding-left: 10px;
}

.container2 .tableList h2 {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-top: .5vh;
    margin-left: -5.2vw;
    width: 37vw;
    text-align: left;
    background: linear-gradient(to right, #3a5a8a, #254d8e, #113f90, #07308f, #141c8c);
    border-radius: 5px;
    padding: 5px;
    padding-left: 10px;
}

    .container2 .tableList h1 {
        color: #fff;
        font-size: 14px;
        font-weight: 800;
        margin-top: 11vh;
        margin-left: -5vw;
    }

    .container2 .tableList p {
        color: #fff;
        font-size: 14px;
        font-weight: 800;
        margin-top: -1vh;
        margin-left: 4.5em;
        width: 8vw;
        text-align: center;
        padding-top: .8vh;
    }

    .container2 .tableList img {
        width: 20px;
        margin-left: -3.5em;
        margin-top: .5vh;
    }


.container2 .tableList_TiklaGelsin {
    background: url(../../Assets/img/TopList/red-result.webp);
    background-repeat: no-repeat;
    background-size: 75%;
    height: 100%;
    margin-top: 10vh;
    margin-left: 18%;
}

    .container2 .tableList_TiklaGelsin h4 {
        color: #fff;
        font-size: 16px;
        font-weight: 800;
        margin-top: 11vh;
        margin-left: 5.5vw;
    }

.tableList_TiklaGelsin h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: .5vh;
    margin-left: -5.2vw;
    width: 5vw;
    text-align: left;
    /* background-color: #3639ac; */
    background-color: #8b0000;
    border-radius: 5px;
    padding: 5px;
    padding-left: 10px;
}

.container2 .tableList_TiklaGelsin h2 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: .5vh;
    margin-left: -5.2vw;
    width: 37vw;
    text-align: left;
    background: #8b0000;
    border-radius: 5px;
    padding: 5px;
    padding-left: 10px;
}

.container2 .tableList_TiklaGelsin h1 {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    margin-top: 11vh;
    margin-left: -5vw;
}

.container2 .tableList_TiklaGelsin p {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    margin-top: -1vh;
    margin-left: 4.5em;
    width: 8vw;
    text-align: center;
    padding-top: .8vh;
}

.container2 .tableList_TiklaGelsin img {
    width: 20px;
    margin-left: -3.5em;
    margin-top: .5vh;
}


.container2 .topList_bg a img {  
    margin-top: 2vh;
}

    .container2 .topList_bg a img:hover {
        transition: ease-in-out .5s;
        opacity: .8;
    }

.container2 .topList_bg #total_img {
    width: 60%;
    margin-top: 25vh;
    margin-left: 0vw;
}
.topList_bg p {
    text-align: left;
    font-size: 15px;
    font-family: Montserrat;
    margin-top: 0vh;
    font-weight: 300;
    margin-left: 15px;
}

.container2 .topList_bg_TiklaGelsin a img {
    margin-top: 2vh;
}

    .container2 .topList_bg_TiklaGelsin a img:hover {
        transition: ease-in-out .5s;
        opacity: .8;
    }

.container2 .topList_bg_TiklaGelsin #total_img {
    width: 60%;
    margin-top: 25vh;
    margin-left: 0vw;
}

.topList_bg_TiklaGelsin p {
    text-align: left;
    font-size: 15px;
    font-family: Montserrat;
    margin-top: 0vh;
    font-weight: 300;
    margin-left: 15px;
}
.toplist-vertical-line {
    border-left: 2px solid #fff;
    height: 135px;
    position: relative;
    color: white;
    margin-top: 0vh;
    width: 5px;
}
#topList_bg #toplist-gift {
    margin-top: 5vh;
    width: 70%;
}
#topList_bg_TiklaGelsin #toplist-gift {
    margin-top: 5vh;
    width: 70%;
}

.container2 .topList_bg #total_img-2 {
    width: 10%;
    margin-top: 23vh;
    margin-left: 0vw;
}
#topList_bg_TiklaGelsin #toplist-gift {
    margin-top: 5vh;
    width: 60%;
}

.container2 .topList_bg_TiklaGelsin #total_img-2 {
    width: 10%;
    margin-top: 23vh;
    margin-left: 0vw;
}

#topList_Yellow {
    margin-top: -25px;
    color: #ffb300;
}

#topList_tami {
    margin-top: -25px;
    color: #7eff7d;
    font-size: 34px;
}

.line-tami {
    width: 2.5vw;
    height: 17px;
    border-bottom: 3px solid #7eff7d;
    display: inline-block;
    margin-bottom: 2vh;
}

.line-yellow {
    width: 2.5vw;
    height: 17px;
    border-bottom: 3px solid #ffb300;
    display: inline-block;
    margin-bottom: 2vh;
}

#tami_kart {
    background-color: #44328c;
    padding-top: 1vh;
    padding-bottom: 5vh;
}

    #tami_kart p {
        font-size: 16px;
        color: #fff;
        padding-top: 1vh;
        padding-bottom: 1vh;
        margin-top: 0;
        font-weight: 300;
        width: 100%;
    }

    #tami_kart .simdi-basvur {
        margin-top: 5%
    }

        #tami_kart .simdi-basvur img {
            width: 50%;
            margin-top: 15%
        }

        #tami_kart .simdi-basvur a img {
            width: 35%;
            margin-top: 5%
        }

    #tami_kart .simdi-basvur-img img {
        width: 90%;
        margin-top: -5%
    }

    #tami_kart .simdi-basvur a img:hover {
        transition: ease-in-out .5s;
        opacity: .8;
    }

    #tami_kart .simdi-basvur h1 {
        font-size: 30px;
        color: #fff;
        font-weight: 800;
        margin-top: 5vh;
    }

#topList_rules {
    margin-top: -144px;
    background-color: #000522;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5vh;
    padding-bottom: 25vh;
}

    #topList_rules .rules_frame {
        margin-top: 2vh;
        width: 100%;
        height: 60vh;
        border-radius: 20px;
        padding: 15px;
    }

    #topList_rules h2 {
        font-size: 30px;
        color: #fff;
        font-weight: 800;
        margin-top: 20px;
    }

    #topList_rules p {
        font-size: 16px;
        color: #fff;
        padding-top: 1vh;
        padding-bottom: 1vh;
        margin-top: 0;
        font-weight: 300;
        width: 100%;
    }
#topList_rules_tikla_gelsin {
    margin-top: -144px;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5vh;
    padding-bottom: 35vh;
}

    #topList_rules_tikla_gelsin .rules_frame {
        margin-top: 2vh;
        width: 100%;
        height: 60vh;
        border-radius: 20px;
        padding: 15px;
    }

    #topList_rules_tikla_gelsin h2 {
        font-size: 30px;
        color: #fff;
        font-weight: 800;
        margin-top: 20px;
    }

    #topList_rules_tikla_gelsin p {
        font-size: 17px;
        color: #fff;
        padding-top: 1vh;
        padding-bottom: 1vh;
        margin-top: 0;
        font-weight: 300;
        width: 100%;
    }
.rules-toplist img {
    width: 50px;
}
.awards-toplist img {
    width: 64px;
}

    #topList_rules .simdi-basvur {
        margin-top: 10%
    }

        #topList_rules .simdi-basvur img {
            width: 50%;
            margin-top: 15%
        }

        #topList_rules .simdi-basvur a img {
            width: 50%;
            margin-top: 5%
        }

    #topList_rules .simdi-basvur-img img {
        width: 90%;
        margin-top: -5%
    }

    #topList_rules .simdi-basvur h1 {
        font-size: 30px;
        color: #fff;
        font-weight: 800;
        margin-top: 5vh;
    }
#topList_rules_tikla_gelsin .simdi-basvur {
    margin-top: 10%
}

    #topList_rules_tikla_gelsin .simdi-basvur img {
        width: 50%;
        margin-top: 15%
    }

    #topList_rules_tikla_gelsin .simdi-basvur a img {
        width: 50%;
        margin-top: 5%
    }

#topList_rules_tikla_gelsin .simdi-basvur-img img {
    width: 90%;
    margin-top: -5%
}

#topList_rules_tikla_gelsin .simdi-basvur h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    margin-top: 5vh;
}

#topList_section1 {
    background: url(../../Assets/Img/TopList/bg-2.webp);
    background-size: 150%;
    background-repeat: no-repeat;
    /* margin-top: -144px; */
    padding-top: 0vh;
    padding-bottom: 5vh;
}

    #topList_section1 #mobile-bs img {
        display: none;
    }

    #topList_section1 #desktop-bs img {
        display: block;
    }

    #topList_section1 .game-logo {
        width: 60%;
        margin-top: 15vh;
    }

    #topList_section1 h2 {
        font-size: 30px;
        font-weight: 800;
        color: #fff;
        margin-top: 2vh;
    }

    #topList_section1 p {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        padding-top: 2vh;
        margin-top: 0vh;
    }

    #topList_section1 .game-img {
        width: 90%;
        margin-top: 7vh;
    }

#topList_section2 {
    background: url(../../Assets/img/TopList/bg-3.webp);
    background-size: 130%;
    background-repeat: no-repeat;
    padding-top: 0vh;
    padding-bottom: 5vh;
}

    #topList_section2 .game-img {
        width: 90%;
        margin-top: 7vh;
    }

    #topList_section2 .game-logo {
        width: 80%;
        margin-top: 15vh;
    }

    #topList_section2 h2 {
        font-size: 30px;
        font-weight: 800;
        color: #fff;
        margin-top: 2vh;
    }

    #topList_section2 p {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        padding-top: 2vh;
        margin-top: 0vh;
    }

.topList_storeImg {
    width: 110%;
}

#topList_sectionMini {
    background: url(../../Assets/Img/TopList/bg-2.webp);
    background-size: 150%;
    background-repeat: no-repeat;
    /* margin-top: -144px; */
    padding-top: 0vh;
    padding-bottom: 5vh;
}

    #topList_sectionMini #mobile-bs img {
        display: none;
    }

    #topList_sectionMini #desktop-bs img {
        display: block;
    }

    #topList_sectionMini .game-logo {
        width: 35%;
        margin-top: 15vh;
    }

    #topList_sectionMini h2 {
        font-size: 30px;
        font-weight: 800;
        color: #fff;
        margin-top: 2vh;
    }

    #topList_sectionMini p {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        padding-top: 2vh;
        margin-top: 0vh;
    }

    #topList_sectionMini .game-img {
        width: 100%;
        margin-top: 10vh;
    }

#topList_section3 {
    background: url(../../Assets/img/TopList/bg-2.webp);
    background-size: 130%;
    background-repeat: no-repeat;
    padding-top: 0vh;
    padding-bottom: 5vh;
}

    #topList_section3 .game-img {
        width: 90%;
        margin-top: 7vh;
    }

    #topList_section3 .game-logo2 {
        width: 35%;
        margin-top: 10vh;
    }

    #topList_section3 h2 {
        font-size: 30px;
        font-weight: 800;
        color: #fff;
        margin-top: 2vh;
    }

    #topList_section3 p {
        font-size: 16px;
        width: 100%;
        font-weight: 400;
        color: #fff;
        padding-top: 2vh;
        margin-top: 0vh;
    }
#topList_section5 {
    background-size:cover !important;
    background: url(../../Assets/Img/TopList/bg-3.webp);  
    background-repeat: no-repeat;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

    #topList_section5 .gamer-png img {
        width: 100%;
    }

    #topList_section5
    .topList_storeImg {
        width: 100%;
    }

        #topList_section5
        .topList_storeImg:hover {
            opacity: .7;
            transition: ease-in-out .5s;
        }

    #topList_section5 .game-img {
        width: 90%;
        margin-top: 7vh;
    }

    #topList_section5 h2 {
        font-size: 30px;
        width: 100%;
        font-weight: 800;
        color: #fff;
        margin-top: 20vh;
    }

    #topList_section5 p {
        font-size: 16px;
        width: 100%;
        font-weight: 400;
        color: #fff;
        padding-top: 2vh;
        margin-top:0;
    }

#topList_section6 {
    background: url(../../Assets/img/TopList/bg-7.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5vh;
    padding-bottom: 5vh;
    height: 83vh;
}

    #topList_section6 h2 {
        font-size: 30px;
        font-weight: 800;
        color: #fff;
        margin-top: 2vh;
        text-align: center;
    }

    #topList_section6 p {
        font-size: 16px;
        width: 100%;
        font-weight: 400;
        color: #fff;
        padding-top: 2vh;
        text-align: center;
    }

#topList_section7 {
    background: url(../../Assets/img/TopList/bg-8.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5vh;
    padding-bottom: 5vh;
    height: 81vh;
}

    #topList_section7 h2 {
        font-size: 30px;
        font-weight: 800;
        color: #fff;
        margin-top: 2vh;
        text-align: center;
    }

    #topList_section7 .card {
        /* max-width: 300px; */
        width: 300px;
        border-radius: 0.5rem;
        background-color: #1c027f;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        border: 1px solid transparent;
        margin-top: 5vh;
    }

        #topList_section7 .card h3 {
            font-size: 20px;
            font-weight: 700;
            color: #fff;
            margin-top: 2vh;
            text-align: left;
        }

        #topList_section7 .card p {
            font-size: 16px;
            font-weight: 300;
            color: #fff;
            text-align: left;
        }

        #topList_section7 .card .topList_storeImg {
            width: 100%;
        }

#topList_section8 {
    background: url(../../Assets/img/TopList/bg-9.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 4vh;
    height: 74vh;
}

    #topList_section8 h2 {
        font-size: 30px;
        font-weight: 800;
        color: #fff;
        margin-top: 45vh;
        text-align: center;
        bottom: 0 !important;
    }

    #topList_section8 .topList_storeImg {
        width: 15%;
        margin-top: 2vh;
    }



/* ------>>> Top Gamers <<<-------*/

.contact-section-1 {
    background: url("../../Assets/img/contact/webp/1.webp") no-repeat center center;
    background-size: cover
}

.contact-section-2 {
    background: url("../../Assets/img/contact/webp/3.webp") no-repeat center center;
    background-size: cover
}

.contact-section-ouroffice {
    background-color: #060631;
    background-size: cover
}

.contact-section-3 {
    background: url("../../Assets/img/homepage/webp/8.webp") no-repeat center center;
    background-size: cover
}

.partnership-section-1 {
    background: url("../../Assets/img/partnership/webp/partner-1bg.webp") no-repeat center center;
    background-size: cover
}

.partnership-section-2 {
    background: url("../../Assets/img/partnership/webp/partner-2bg.webp") no-repeat center center;
    background-size: cover
}

.partnership-section-3 {
    background: url("../../Assets/img/homepage/webp/8.webp") no-repeat center center;
    background-size: cover
}

.community-sec1 {
    background: url("../../Assets/img/community/webp/Community-1.webp") no-repeat center center;
    background-size: cover
}

.community-sec2 {
    background: url("../../Assets/img/community/webp/Community-2.webp") no-repeat center center;
    background-size: cover;
}

.community-sec2-2 {
    background: url("../../Assets/img/homepage/videobackground.jpeg") no-repeat center center;
    background-size: cover
}

.community-team {
    background: url("../../Assets/img/community/webp/team1.webp") no-repeat center center;
    background-size: cover
}

.community-strateji {
    background: url("../../Assets/img/community/webp/team3.webp") no-repeat center center;
    background-size: cover
}

.community-sec3 {
    background: url("../../Assets/img/community/webp/Community-5.webp") no-repeat center center;
    background-size: cover
}

.community-sec4 {
    background: url("../../Assets/img/homepage/webp/8.webp") no-repeat center center;
    background-size: cover
}

.advertisers-section-1 {
    /**/
    background: url("../../Assets/img/developers/webp/1.webp") no-repeat center center;
    background-size: cover
}

.advQuality {
    background: url("../../Assets/img/contact/adv/webp/advsec2.webp") no-repeat center center;
    background-size: cover;
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.advertisers-models {
    background-color: #000;
    background-size: cover;
    height: auto;
    padding: 5% 0 5% 0;
}

    .advertisers-models .adModels-logo1 {
        width: 50%
    }

    .advertisers-models .adModels-logo2 {
        width: 50%;
    }

    .advertisers-models h1 {
        font-family: Montserrat, sans-serif;
        font-size: 2.5rem;
        font-weight: bold;
        color: white;
        margin-top: 3vh;
    }

    .advertisers-models a img {
        width: 60%;
        margin-top: 5vh;
    }

        .advertisers-models a img:hover {
            opacity: .7;
            transition: .9s ease-in-out;
        }

    .advertisers-models .adModels-phone1 {
        width: 87%
    }

    .advertisers-models .adModels-phone2 {
        width: 35%;
        position: absolute;
        right: 0;
    }

.advertisers-section-2 {
    background: url("../../Assets/img/developers/webp/4.webp") no-repeat center center;
    background-size: cover
}

.advertisers-models p {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 5%;
    line-height: 150%;
}

.advertisers-section-3 {
    background: url("../../Assets/img/contact/adv/webp/Advertisers-4.webp") no-repeat center center;
    background-size: cover
}

.advertisers-section-4 {
    background: url("../../Assets/img/contact/adv/webp/Advertisers-5.webp") no-repeat center center;
    background-size: cover
}

.advertisers-section-5 {
    background: url("../../Assets/img/homepage/webp/8.webp") no-repeat center center;
    background-size: cover
}

.developers-section-1 {
    /*s*/
    background: url("../../Assets/img/contact/adv/webp/a-1.webp") no-repeat center center;
    background-size: cover
}

.developers-sectionADD-1 {
    background: url("../../Assets/img/developers/webp/banner2.webp") no-repeat center center;
    padding-top: 10%;
    padding-bottom: 10%;
    background-size: cover
}

.developers-sectionADD-2 {
    background: url("../../Assets/img/developers/webp/banner3.webp") no-repeat center center;
    padding-top: 10%;
    padding-bottom: 10%;
    background-size: cover
}

.ecosystem-section-1 {
    background-color: #09020f;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 10%;
    display: none;
}

.ecosystem-section-desktop {
    background: url("../../Assets/img/Ecosystem/page1-banner.webp") no-repeat center center;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 13%;
    display: block;
}

.ecosystem-section-2 {
    background: url("../../Assets/img/Ecosystem/page2-banner.webp") no-repeat center center;
    background-size: cover;
    padding-bottom: 30vh;
}

.ecosystem-section-3 {
    background-color: #09020f;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 5%
}

.ecosystem-section-4 {
    background: url("../../Assets/img/Ecosystem/page4-banner.webp") no-repeat center center;
    background-size: cover;
}

.ecosystem-section-5 {
    background-color: #09020f;
    background-size: cover;
    padding-bottom: 5%;
}

.eco-page-desktop img {
    width: 100%;
    margin-top: 10%;
}

.eco-page-desktop h4 {
    font-family: sans-serif, Montserrat;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
    text-align: center;
    width: 80%;
    margin-left: 5vh;
    margin-top: 5%;
}

.eco-page1 img {
    width: 100%;
    margin-top: 10vh;
}

.eco-page1 h4 {
    font-family: sans-serif, Montserrat;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
    text-align: center;
    width: 80%;
    margin-left: 5vh;
    margin-top: 5vh;
}

.eco-page1-img .img1 {
    width: 90%;
    margin-top: -10vh;
}

.eco-page1-img .img2 {
    margin-top: -15vh;
    width: 90%;
    margin-left: 5vh;
}

.eco-page1-img .img3 {
    margin-top: 2vh;
    width: 90%;
}

.ecosystem-section-2 .page2-title img {
    width: 35%;
}

.ecosystem-section-2 .whatIs .frame {
    width: 80%;
}

.ecosystem-section-2 .whatIs p {
    font-family: sans-serif, Montserrat;
    font-size: 18px;
    color: #fff;
    width: 60%;
    text-align: center;
    margin-top: -120%;
    margin-left: 12%;
}

.ecosystem-section-2 .whatIs a img {
    width: 50%;
    margin-top: 2vh;
    margin-left: 9vh;
}

    .ecosystem-section-2 .whatIs a img:hover {
        opacity: .7;
        transition: ease-in 1s;
    }

.ecosystem-section-3 .page3-title img {
    width: 70%;
}

.ecosystem-section-3 .page3-circle img {
    width: 90%;
    margin-top: 10vh;
}

.ecosystem-section-3 .ecosystem .logo {
    width: 70%;
    margin-top: -100%;
    margin-left: 30%;
}

.ecosystem-section-3 .ecosystem2 .logo2 {
    width: 70%;
    margin-top: -100%;
    margin-left: 15%;
}

.ecosystem-section-3 .ecosystem3 .logo3 {
    width: 70%;
    margin-top: -100%;
    margin-left: 0%;
}

.ecosystem-section-3 .ecosystem p {
    font-family: sans-serif, Montserrat;
    font-size: 18px;
    color: #fff;
    width: 80%;
    text-align: center;
    margin-top: 3vh;
    margin-left: 13vh;
}

.ecosystem-section-3 .ecosystem2 p {
    font-family: sans-serif, Montserrat;
    font-size: 18px;
    color: #fff;
    width: 80%;
    text-align: center;
    margin-top: 3vh;
    margin-left: 5vh;
}

.ecosystem-section-3 .ecosystem3 p {
    font-family: sans-serif, Montserrat;
    font-size: 18px;
    color: #fff;
    width: 80%;
    text-align: center;
    margin-top: 3vh;
    margin-left: 0vh;
}

.ecosystem-section-3 .advantages img {
    margin-top: 5vh;
    width: 100%;
}

.ecosystem-section-3 .advantages2 img {
    margin-top: 5vh;
    width: 100%;
}

.ecosystem-section-4 img {
    width: 60%;
    margin-top: 5vh;
}

.ecosystem-section-4 p {
    font-family: sans-serif, Montserrat;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 5vh;
    margin-bottom: 0vh;
}

.ecosystem-section-4 .mail a {
    font-family: sans-serif, Montserrat;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 10vh;
    margin-bottom: 20vh;
    text-decoration: none;
}

.ecosystem-section-4 .mail {
    margin-top: 10vh;
    margin-bottom: 5vh;
    text-align: center
}

.ecosystem-section-5 .page3-title img {
    width: 50%;
    margin-left: 25%;
}

.ecosystem-section-5 .partner img {
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.developers-section-2 {
    background: url("../../Assets/img/developers/webp/2.png") no-repeat center center;
    background-size: cover
}

.developers-section-3 {
    background: url("../../Assets/img/developers/webp/3.webp") no-repeat center center;
    background-size: cover
}

.developers-section-4 {
    background: url("../../Assets/img/developers/webp/4.webp") no-repeat center center;
    background-size: cover
}

.developers-section-5 {
    background: url("../../Assets/img/developers/webp/5.webp") no-repeat center center;
    background-size: cover
}

.developers-section-6 {
    background: url("../../Assets/img/homepage/webp/7.webp") no-repeat center center;
    background-size: cover
}
/*.developers-section-6 img {
        width: 80%;
        margin-top:8vh;
    }*/

.developers-section-7 {
    background: url("../../Assets/img/homepage/webp/8.webp") no-repeat center center;
    background-size: cover
}

.faq-section {
    background: url("../../Assets/img/contact/webp/3.webp") no-repeat center center;
    background-size: cover
}

.contact-section-3 {
    background: url("../../Assets/img/homepage/webp/8.webp") no-repeat center center;
    background-size: cover
}

.privacy-section {
    background: url("../../Assets/img/contact/adv/webp/Advertisers-4.webp") no-repeat center center;
    background-size: cover
}

.page-error-button {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #144679;
    border-color: #144679;
    min-height: 50px;
    min-width: 30vh
}

.py-error {
    padding-top: 5em
}

#sc5 .container .row .s3 {
    padding: 0 !important;
}
@media (min-width: 1860px) and (max-width: 1920px) {
    body.page-tikla-gelsin .container2 .topList_bg_TiklaGelsin {
        height: auto !important;
        min-height: 100vh;
        padding-bottom: 3rem;
        overflow: visible;
    }
    body.page-tikla-gelsin     .container2 .tableList_TiklaGelsin {
        background-size: 70% !important;
        margin-left: 22% !important;
        margin-top: 0vh !important;
        height: 60vh !important;
    }
    body.page-tikla-gelsin .tableList_TiklaGelsin h3 {
        width: 2vw;
    }
    body.page-tikla-gelsin  #topList_rules_tikla_gelsin {
        padding-bottom: 5vh !important;
    }
    body.page-tikla-gelsin #topList_section7 {
        height: 69.1vh !important;
    }
}