@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --dark-blue: #072267;
    --mid-blue: #123181;
    --light-blue: #193d9b;
    --dark-yellow: #9d971f;
    --light-yellow: #f0ea12;
}


html {
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    position: relative;
    display: block;
    scroll-behavior: smooth;
    font-family: "Barlow Condensed";
}

body {
    font-family: "Barlow Condensed";
    width: 100vw;
    overflow-x: hidden;
}

a,
button,
p,
h1,
h2,
h3,
h4,
h5,
span {
    font-family: "Barlow Condensed";
}

a {
    text-decoration: none !important;
    color: #9d971f
}

.bg-dark-blue {
    background-color: #072267;
}

.bg-mid-blue {
    background-color: #123181;
}

.bg-light-blue {
    background-color: #193d9b;
}

.bg-dark-yellow {
    background-color: #9d971f;
}

.bg-light-yellow {
    background-color: #f0ea12;
}

.color-white {
    color: white;
}

.btn-radius {
    border-radius: 9px;
    border: none;
}

.ys-container {
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
}

.ys-row {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width:0px) {


    .thanks {
        min-height: 55dvh;
        align-items: center;
    }

    .thanks img {
        width: 250px;
        padding: 0 1rem;
    }

    .thanks h1 {
        font-size: 3.5rem;
        color: #072267;
        padding: 0 1rem;    }

    .thanks h2 {
        font-size: 2rem;
        color: #072267;
        padding: 0 1rem;
    }


    .up-header {
        width: 100%;
        height: 50px;
        background-color: #072267;
        color: white;
        font-family: "Barlow Condensed";
        padding: 0 0.5rem;
    }

    .up-header .circle {
        width: 23px;
        height: 23px;
        background-color: rgb(255, 255, 255);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 150rem;
        margin-right: 5px;
    }

    .up-header a {
        font-size: 14px;
    }

    .up-header div i {
        font-size: 13px;
    }

    .up-header .social {
        font-size: 13px;
    }

    /*_____UP HEADER START_____*/
    /*_____UP HEADER END_____*/
    /*_____HEADER START_____*/

    header {
        width: 100%;
        min-height: 90px;
        background-color: rgb(237, 237, 237);
        padding-top: 20px;
        padding-bottom: 20px;
        font-family: "Barlow Condensed";
        padding-left: 20px;
        padding-right: 20px;
    }

    header .left {}

    header .right {
        display: none;
    }

    header .right-mobile {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    header .right>* {
        margin-left: 5px;
        margin-right: 5px;
        font-family: "Barlow Condensed";
        text-decoration: none;
        color: #072267;
        font-size: 21px;
        font-weight: 500;
    }

    header .right>*:first-child {
        margin-left: 0;
    }

    header .right>*:last-child {
        margin-right: 0;
    }

    header .right a:hover {
        border-bottom: 3px solid #f0ea12;
        margin-top: 4px;
        padding-bottom: 2px;
    }

    header .right .ml-no-button {
        border-left: 2px solid #072267;
        padding-left: 20px;
        margin-left: 0;

    }

    header .right .ml-no-button button {
        border: none;
        height: auto;
        background-color: transparent;
        color: #072267;
        font-family: "Barlow Condensed";
        font-weight: 600;
    }

    .ys-button {
        color: white !important;
        border: none;
        border-radius: 9px;
        padding: 5px 15px;
        font-size: 19px;
        margin-right: 0;
        transition: opacity 0.2s;
    }

    .ys-button img {
        width: 20px;
        margin-top: -3px;
        margin-right: 6px;
        filter: invert(1);
    }

    .ys-button:hover {
        opacity: 0.6;
    }

    header .right .lang-btn {
        margin: 0 !important;
        border: 0 !important;
        padding: 0.5rem !important;
    }

    .dropdown-item {
        transition: all 0.2s;
    }

    .dropdown-item:hover {
        background-color: #f0ea12;
    }

    .dropdown-item:focus {
        background-color: #9d971f;
        color: white;
    }

    /*_____HEADER END_____*/
    /*_____MAIN START_____*/

    main {
        width: 100%;
        min-height: 600px;
        background-color: rgb(237, 237, 237);
    }

    /*FIRST LOOK START*/

    #first-look {
        min-height: min(100dvh - 200px);
        padding-left: 0%;
        padding-right: 0%;
        padding-bottom: 20px;
    }

    .carousel-card {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .carousel-card .left {
        width: 100%;
    }

    .carousel-card .right {
        width: 100%;
        margin-left: 0%;
    }

    .carousel-card .carousel-img {
        width: 100%;
        border-radius: 0px;
        overflow: hidden;
    }

    .carousel-card .ys-card {
        background: white;
        min-height: 450px;
        width: 100%;
        margin-top: 0px;
        border-radius: 0px;
        padding: 20px;
        box-shadow: none;
        font-family: "Barlow Condensed";
        text-transform: capitalize;
    }

    .carousel-card .ys-card h1 {
        font-size: 41px;
        text-align: left;
        color: #193d9b;
        padding-left: 5px;
        text-transform: capitalize;
    }

    .carousel-card .ys-card p {
        font-size: 19px;
        text-align: left;
        padding-left: 5px;
    }

    .carousel-card .ys-card a {
        color: white;
        float: right;
        padding: 5px 30px;
        font-size: 21px;
        text-decoration: none;
    }

    .carousel-card .ys-card a img {
        width: 20px;
        margin-top: -5px;
        margin-right: 4px;
        margin-left: -4px;
        filter: invert(1);
    }

    /*FIRST LOOK END*/
    /* ABOUT AREA START */
    #about-area {
        width: 100%;
        min-height: 500px;
    }

    .col-info {
        width: 40%;
        padding: 2rem;
    }

    .col-mini-info {
        width: 20%;
        padding: 2rem;
    }

    #about-area h1 {
        color: #193d9b;
    }

    #about-area .col-info h1 {
        border-bottom: 10px solid #f0ea12;
        font-size: 52px;
    }

    #about-area .col-mini-info,
    #about-area .col-info p {
        font-size: 21px;
    }

    #about-area .col-info button {
        background-color: #193d9b;
        color: white;
        border-radius: 9px;
        padding: 5px 12px;
        border: none;
        transition: opacity 0.2s;
    }

    #about-area .col-info button:hover {
        opacity: 0.5;
    }

    /* ABOUT AREA END*/
    /* ADVANTAGES AREA START */

    #advantages-area {
        width: 100%;
        min-height: 500px;
        margin-top: 0px;
    }

    .advantages-card {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }


    .advantages-card .left {
        width: 100%;
        margin-left: 0%;
        z-index: 555;
        background-color: #193d9b;
        padding-left: 5%;
        padding-right: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .advantages-card .right {
        width: 100%;
        z-index: 666;
    }

    .advantages-card .left h1 {
        font-size: 32px;
        text-align: center;
        color: white;
    }

    .advantages-card .left p {
        text-align: center;
        color: white;
        font-size: 21px;
        padding-top: 5px;
    }

    .advantages-card .left p a {
        text-decoration: none;
        color: #d9e4ff;
        text-transform: capitalize;
    }

    .advantages-card .carousel-img {
        width: 100%;
        border-radius: 0px;
        overflow: hidden;
    }

    .advantages-card .ys-card {
        background: white;
        min-height: 200px;
        width: 100%;
        margin-top: 40px;
        border-radius: 0px;
        padding: 20px;
        box-shadow: none;
        font-family: "Barlow Condensed";

    }

    .advantages-card .ys-card h1 {
        font-size: 52px;
        text-align: left;
        color: #193d9b;
        padding-left: 50px;
    }

    .advantages-card .ys-card p {
        font-size: 21px;
        text-align: left;
        padding-left: 50px;
    }

    .advantages-card .ys-card .advantage-icon {
        width: 100px;
        height: 100px;
        margin-left: 3rem;
    }

    .advantages-card .ys-card a {
        color: white;
        padding: 5px 30px;
        font-size: 21px;
        text-decoration: none;
    }

    .advantages-card .ys-card .btn-bar {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .advantages-card .ys-card a img {
        width: 20px;
        margin-top: -5px;
        margin-right: 4px;
        margin-left: -4px;
        filter: invert(1);
    }

    /* ADVANTAGES AREA END */

    /* EXTRA AREA START */
    #extra-area {
        width: 100%;
        min-height: 500px;
        margin-top: 100px;
    }

    .extra-card {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }


    .extra-card .left {
        width: 100%;
        background-color: gray;
        padding-top: 200px;
        min-height: 400px;
        padding-bottom: 200px;
        background-image: url("/assets/images/img2.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 0px;
    }

    .extra-card .right {
        width: 100%;
        margin-left: 0%;
    }

    .extra-card .carousel-img {
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
    }

    .extra-card .ys-card {
        background: white;
        min-height: 400px;
        padding-bottom: 50px !important;
        width: 100%;
        margin-top: 00px;
        border-radius: 12px;
        padding: 20px;
        box-shadow: none;
        font-family: "Barlow Condensed";
        display: flex;
        flex-wrap: wrap;
    }

    .extra-card .ys-card .ys-half {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 50px;
    }

    .extra-card .ys-card .ys-half .icon-bar {
        width: 100%;
        padding-left: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 30px;
    }

    .extra-card .ys-card .ys-half .icon-bar img {
        width: 50px;
        height: 50px;
    }

    .extra-card .ys-card .ys-half .icon-bar p {
        margin: 0;
        padding: 0;
    }

    .extra-card .ys-card .ys-half .icon-bar>div {
        width: calc(100% - 50px);
        padding-left: 10px;
        margin-top: 20px;
    }

    .extra-card .ys-card h1 {
        font-size: 42px;
        text-align: left;
        color: #193d9b;
        padding-left: 5px;
        padding-right: 5px;
    }

    .extra-card .ys-card h1 span.extreme {
        background-color: #193d9b;
        color: white;
        border-radius: 12px;
        padding: 3px 12px;
    }

    .extra-card .ys-card p {
        font-size: 21px;
        text-align: left;
        padding-left: 5px;
        padding-top: 30px;
    }

    .extra-card .ys-card a {
        color: white;
        padding: 5px 30px;
        font-size: 21px;
        margin-left: 50px;
        margin-top: 40px;
        display: block;
        width: 200px;
        text-decoration: none;
    }

    .extra-card .ys-card .extra-load {
        padding-left: 5px;
    }

    .extra-card .ys-card .extra-load h4 {
        color: #193d9b;
        margin-top: 20px;
    }

    .extra-card .ys-card .ys-load {
        width: 100%;
        border: 2px solid #9d971f5b;
        border-radius: 12px;
        margin-bottom: 10px;
    }

    @keyframes first-load {
        from {
            width: 0%;
        }

        to {
            width: 100%;
        }
    }

    @keyframes second-load {
        from {
            width: 0%;
        }

        to {
            width: 85%;
        }
    }

    @keyframes third-load {
        from {
            width: 0%;
        }

        to {
            width: 90%;
        }
    }

    .extra-card .ys-card .ys-load .ys-load-bar {
        background-color: #f0ea12;
        min-height: 20px;
        border-radius: 12px;
        font-weight: 700;
        color: #193d9b;
        text-align: right;
        padding-right: 10px;
        overflow: hidden;
    }

    .extra-card .ys-card a img {
        width: 20px;
        margin-top: -5px;
        margin-right: 4px;
        margin-left: -4px;
        filter: invert(1);
    }

    /* EXTRA AREA END */
    /* ROAD AREA START */
    #road-area {
        width: 100%;
        min-height: 500px;
        margin-top: 100px;
        padding-bottom: 50px;
        padding-top: 50px;
        background-color: transparent;

    }

    .ys-road {
        width: 100%;
        height: 200px;
        background: url("/assets/images/road.png");
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        max-width: 100vw;
        overflow: hidden;
        display: none;
    }

    .ys-car {
        position: absolute;
        width: 40px;
        left: 0;
        transform: rotate(90deg);
    }

    .ys-car:nth-child(1) {
        margin-top: 10px;
        left: 94%;
    }

    .ys-car:nth-child(2) {
        margin-top: 46px;
        left: 95%;
    }

    .ys-car:nth-child(3) {
        margin-top: 80px;
        left: 94%;
    }

    .ys-car:nth-child(4) {
        margin-top: 120px;
        left: 94%;
    }

    @keyframes test-car-95 {
        0% {
            left: -40px;
        }

        100% {
            left: 95%;
        }
    }

    @keyframes test-car-94 {
        0% {
            left: -40px;
        }

        100% {
            left: 94%;
        }
    }

    .ys-card-half {
        width: 98%;
        margin: 1%;
        min-height: 300px;
        /*    background: linear-gradient(204deg, rgba(255, 255, 255, 1) 53%, rgba(179, 179, 179, 1) 100%);*/
        border-radius: 22px;
        box-shadow: rgba(99, 99, 99, 0.1) 0px 1px 5px 0px;
        padding: 1rem 2rem;
        background-color: white;
    }

    .ys-card-half .top {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ys-card-half .top .left {
        width: 80px;
        height: 80px;
        margin-top: 1.8rem;
        margin-left: 1rem;

    }

    .ys-card-half .top .right {
        width: 100%;
        color: #232323;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .ys-card-half .top .right h1 {
        font-size: 38px;
        padding-top: 15px;
        padding-left: 0rem;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .ys-card-half .bottom {
        width: 100%;
    }

    .ys-card-half .bottom p {
        font-size: 21px;
        margin-top: 20px;
        text-align: center;
    }

    .ys-card-half .bottom .road-button {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ys-card-half .bottom .road-button a {
        text-decoration: none;
        font-size: 22px;
        border: none;
        font-weight: 600;
        color: #193d9b;
    }

    /* ROAD AREA END */
    /* APP AREA START */
    #app-area {
        background-image: url("/assets/images/bg.jpg");
        background-size: cover;
        background-position: center;
        width: 100%;
    }

    .blue-cover {
        background-color: rgba(7, 34, 103, 0.913);
        min-height: 500px;
        width: 100%;
    }

    .blue-cover .app-info {
        width: 100%;
        color: white;
        padding-top: 50px;
        padding-right: 5%;
        padding-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .blue-cover .app-info h1 {
        font-size: 52px;
    }

    .blue-cover .app-info h1 span {
        background-color: #9d971f;
        color: white;
        border-radius: 12px;
        padding: 3px 12px;
        white-space: nowrap;
    }

    .blue-cover .app-info p {
        font-size: 25px;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .blue-cover .app-info a {
        margin: 0 20px;
    }

    .blue-cover .app-info:first-child a {
        margin-left: 0px;
    }

    .blue-cover .app-info a img {
        width: 150px;
    }

    .blue-cover .app-img {
        height: 500px;
        width: 200px;
        display: none;
    }

    .blue-cover .app-img img {
        height: 600px;
        margin-top: -25px;
    }

    /* APP AREA END */

    /* FOOTER AREA START */
    footer {
        min-height: 200px;
        padding-top: 40px;
        background-color: rgb(233, 233, 233);  color: #07226772;
    }

    footer .alt-links a{
        margin-left: 10px;
        color: #07226772;
        transition: all 0.3s;
    }

    footer .alt-links a:hover {
        margin-left: 10px;
        color: #072267;
    }

    footer .quarter {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    footer .quarter:first-child {
        width: 100%;
        margin-bottom: 20px;
    }

    footer .quarter ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-family: "Barlow Condensed";
        font-size: 19px;
        font-weight: 500;
        max-width: 165px;
        min-width: 164px;
    }

    footer .quarter ul li:first-child {
        color: #9d971f;
        margin-bottom: 20px;
    }

    footer .quarter ul li {
        margin-bottom: 10px;
    }

    footer .quarter ul li a {
        text-decoration: none;
        color: #193d9b;
    }

    footer .quarter img {
        width: 200px;
        height: auto;
    }

    footer .copyright {
        width: 100%;
        text-align: center;
        background-color: white;
        min-height: 80px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top:30px;
    }

    footer .copyright p {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0;
        color: #232323;
    }

    footer .copyright p a {
        text-decoration: none;
        margin: 0 10px;
        color: #232323;
    }

    footer .copyright p a:last-child {
        margin-right: 0px;
    }

    footer .copyright .container {
        width: 100%;
    }

    /* FOOTER AREA END */

    /* INSTITUTIONAL PAGE START */

    #institutional-area {
        width: 100%;
        min-height: 500px;
        font-family: "Barlow Condensed";
        padding-bottom: 100px;
    }

    #institutional-area .up-title {
        width: 100%;
        text-align: center;
    }

    #institutional-area .up-title h5 {
        margin: 0;
        font-size: 21px;
        color: #9d971f;
        font-family: "Barlow Condensed";
    }

    #institutional-area .up-title h1 {
        color: #072267;
        margin: 0;
        font-family: "Barlow Condensed";
    }

    #institutional-area .main-title {
        width: 100%;
        text-align: center;
        margin-top: 60px;
    }

    #institutional-area .main-title h1 {
        font-size: 42px;
        color: #193d9b;
        font-family: "Barlow Condensed";
    }

    #institutional-area .right-img-info {
        display: flex;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    #institutional-area .right-img-info .order-f {
        order: 2;
    }

    #institutional-area .right-img-info .order-s {
        order: 1;
    }

    #institutional-area .right-img-info h1 {
        font-size: 52px;
        color: #072267;
    }

    #institutional-area .right-img-info p {
        font-size: 22px;
    }

    #institutional-area .right-img-info p a {
        color: #5d8afb;
    }

    #institutional-area .right-img-info>div:first-child {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 0 2rem;
        text-align: center;
        animation: left-to-right 0.2s;
    }

    #institutional-area .right-img-info>div:last-child {
        width: 100%;
        padding-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        animation: opacity-new 0.2s;
    }

    #institutional-area .right-img-info>div:last-child .img-box {
        width: 100%;
        padding-bottom: 30px
    }

    #institutional-area .right-img-info>div:last-child .img-box .big-img {
        width: 100%;
        box-shadow: 0px 0px 10px rgba(100, 100, 100, 0.2);
        border-radius: 8px;
        float: right;
    }

    #institutional-area .right-img-info>div:last-child .img-box .big-img img {
        width: 100%;
        border-radius: 8px;
    }

    #institutional-area .right-img-info>div:last-child .img-box .big-img .mini-img {
        background: url(/assets/images/k4.jpg);
        position: absolute;
        width: 212px;
        height: 210px;
        border-radius: 12px;
        background-position: center center !important;
        background-size: cover !important;
        box-shadow: 0px 0px 10px rgba(100, 100, 100, 0.2);
        margin-top: -150px;
        margin-left: -80px;
        display: none;
    }

    #institutional-area .left-img-info {
        display: flex;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    #institutional-area .left-img-info h1 {
        font-size: 52px;
        color: #072267;
    }

    #institutional-area .left-img-info p {
        font-size: 22px;
    }

    #institutional-area .left-img-info p a {
        color: #5f86eb;
    }

    #institutional-area .left-img-info>div:first-child {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-left: 0%;
        animation: opacity-new 0.4s;
    }

    #institutional-area .left-img-info>div:last-child {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
        padding: 0 2rem;
        animation: right-to-left 0.3s;
    }

    #institutional-area .left-img-info>div:first-child .img-box {
        width: 100%;
        padding-bottom: 50px
    }

    #institutional-area .left-img-info>div:first-child .img-box .big-img {
        width: 100%;
        box-shadow: 0px 0px 10px rgba(100, 100, 100, 0.2);
        border-radius: 8px;
        float: right;
    }

    #institutional-area .left-img-info>div:first-child .img-box .big-img img {
        width: 100%;
        border-radius: 8px;
    }

    #institutional-area .left-img-info>div:first-child .img-box .big-img .mini-img-v2 {
        background: url(/assets/images/k2.jpg);
        position: absolute;
        width: 212px;
        height: 210px;
        border-radius: 12px;
        background-position: center center !important;
        background-size: cover !important;
        box-shadow: 0px 0px 10px rgba(100, 100, 100, 0.2);
        margin-top: -150px;
        margin-left: 280px;
        display: none;
    }

    /* INSTITUTIONAL PAGE END*/

    /* YAKITSISTEM PAGE START */
    #yakitsistem {
        width: 100%;

    }

    .why-yakitsistem {
        width: 100%;
        background-image: url("/assets/images/yakitsistem.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: white;
    }

    .why-yakitsistem .dark {
        width: 100%;
        min-height: 500px;
        background-color: rgba(0, 0, 0, 0.8);
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .why-yakitsistem .dark h1 {
        font-size: 64px;
        width: 100%;
        padding: 1rem 2rem;
    }

    .why-yakitsistem .dark .quarter {
        width: 100%;
        padding: 2rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        transition: all 0.2s;
        overflow: visible;
        animation: top-to-bot 0.3s;
    }

    .why-yakitsistem .dark .quarter:hover {
        transform: translate(0px, -10px);
    }

    .why-yakitsistem .dark .quarter .count {
        width: 100px;
        height: 100px;
        border: 4px solid #193d9b;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        border-radius: 150rem;
        font-size: 52px;
        font-weight: 300;
        color: #f0ea12;
        overflow: visible;
    }

    .why-yakitsistem .dark .quarter:hover .count {
        border: 4px solid #2d57c2;
        filter: drop-shadow(0 0 0.15rem rgb(41, 87, 201));
    }

    .why-yakitsistem .dark .quarter .w-100 {
        max-height: 100px;
        overflow: hidden;
    }

    .why-yakitsistem .dark .quarter h4 {
        font-size: 32px;
        width: 100%;
        margin-top: 30px;
    }

    .why-yakitsistem .dark .quarter p {
        font-size: 21px;
        width: 100%;
        margin-top: 30px;
        padding-right: 15%;
    }

    #how-we-work {
        width: 100%;
        padding-top: 80px;
        padding-bottom: 60px;
    }

    #how-we-work h1 {
        font-size: 52px;
        text-align: left;
        padding-bottom: 80px;
        padding-left: 2rem;
    }

    #how-we-work h1 span.extreme {
        background-color: #193d9b;
        color: white;
        border-radius: 12px;
        padding: 3px 12px;
    }

    #how-we-work .quarter {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding: 0 5%;
        transition: all 0.3s;
        transition-delay: 0.1s;
    }



    #how-we-work .quarter .quarter-img {
        width: 100%;
        height: 200px;

    }

    #how-we-work .quarter .quarter-img img {
        width: 200px;
        height: 200px;
        border-radius: 160rem;
    }

    #how-we-work .quarter h5 {
        font-size: 32px;
        color: #193d9b;
        margin-top: 25px;
    }

    #how-we-work .quarter p {
        font-size: 21px;
    }

    #yakitsistem-counter {
        width: 100%;
        background-color: #072267;
        min-height: 250px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #yakitsistem-counter .quarter {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        min-height: 190px;
        align-items: center;
        padding: 0 4%;
        border-left: 1px solid white;
        border-right: 1px solid white;
    }

    #yakitsistem-counter .quarter:first-child {
        border-left: 0px !important;
    }

    #yakitsistem-counter .quarter:last-child {
        border-right: 0px !important;
    }

    #yakitsistem-counter .quarter .icon {
        width: 40%;
    }

    #yakitsistem-counter .quarter .icon img {
        width: 80px;
        filter: invert(1);
    }

    #yakitsistem-counter .quarter .info {
        width: 60%;
    }

    #yakitsistem-counter .quarter .info h1 {
        width: 100%;
        color: white;
        font-size: 62px;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

    #yakitsistem-counter .quarter .info h1 span {}

    #yakitsistem-counter .quarter .info p {
        margin: 0;
        font-size: 17px;
        color: white;
    }

    /* YAKIT SISTEM PAGE END*/
    /* SUSTAINABILITY PAGE START*/
    #sustainability-area {
        width: 100%;
        min-height: 500px;
        padding-top: 60px;
        padding-bottom: 80px;
    }

    #sustainability-area .left {
        width: 100%;
        padding-left: 0px;
    }

    #sustainability-area .left .box {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding-bottom: 50px;
    }

    #sustainability-area .left .top {
        margin-left: -70px;
    }

    #sustainability-area .left .top img {
        width: 100%;
        border: 10px solid rgb(237, 237, 237);
        transition: all 0.3s;
        animation: left-to-right 0.3s;
    }

    #sustainability-area .left .bottom {
        display: flex;
        flex-wrap: wrap;
    }

    #sustainability-area .left .bottom .bottom-left {
        width: 160px;
        height: 160px;
        background-color: #123181;
        margin-left: 100px;
        z-index: 555;
        border: 10px solid rgb(237, 237, 237);
        margin-top: -100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        display: none;
        transition: all 0.3s;
    }

    #sustainability-area .left .bottom .bottom-left h1 {
        margin: 0;
        width: 100%;
        color: white;
        font-size: 52px;
        font-weight: 700;
        transition: 0.3s all;
    }

    #sustainability-area .left .bottom .bottom-left p {
        margin: 0;
        width: 100%;
        color: white;
        text-align: center;
        font-size: 21px;
        transition: 0.3s all;
    }

    #sustainability-area .left .bottom .bottom-right {
        margin-left: 180px;
        z-index: 444;
        display: none;
        transition: all 0.3s;
    }

    #sustainability-area .left .bottom .bottom-right img {
        width: 400px;
        border: 10px solid rgb(237, 237, 237);
        margin-top: -150px;
        transition: all 0.3s;
        animation: right-to-left 0.4s;
    }


    #sustainability-area .right {
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        animation: right-to-left 0.2s;
    }

    #sustainability-area .right h1 {
        font-size: 38px;
        text-align: left;
        padding-bottom: 20px;
        padding-left: 0px;
        transition: all 0.3s;
    }

    #sustainability-area .right h1 span.extreme {
        background-color: #193d9b;
        color: white;
        border-radius: 12px;
        padding: 3px 12px;
        word-break: normal;
        white-space: nowrap;

    }

    #sustainability-area .right p {
        font-size: 22px;
        transition: all 0.3s;
    }

    #sustainability-area .right .mini-info {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    #sustainability-area .right .mini-info .icon {
        width: 100px;
        height: 100px;
        display: flex;
        transition: all 0.3s;
        transition-delay: 0.1s;
    }

    #sustainability-area .right .mini-info .info {
        width: calc(100% - 100px);
    }

    #catchword-area {
        width: 100%;
        background-color: #193d9b;
        padding: 2rem 2rem;
    }

    #catchword-area h1 {
        font-size: 38px;
        text-align: left;
        padding-bottom: 30px;
        color: white;
    }

    #catchword-area h1 span.extreme {
        background-color: #f0ea12;
        color: #222222;
        border-radius: 12px;
        padding: 3px 12px;
        white-space: nowrap;
    }

    #catchword-area p {
        font-size: 32px;
        color: white;
    }

    /* SUSTAINABILITY PAGE END */
    /* SSS PAGE START */

    #sss-area {
        width: 100%;
        min-height: 500px;
        padding-top: 30px;
        padding-bottom: 80px;
    }

    #sss-area .flag::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 59px;
        left: 0;
        bottom: 0;
        background-color: rgb(237, 237, 237);
        background-image: url("/assets/images/menu-bg.png");
        background-repeat: no-repeat;
        background-position: left 0 top -1px;
        background-size: contain;
    }

    #sss-area .flag h2 {
        font-size: 38px;
        color: white;
        margin-bottom: 20px;
    }

    #sss-area .flag p {
        font-size: 19px;
        color: white;
    }

    #sss-area .flag .contact {
        width: 100%;
        min-height: 100px;
        display: flex;
        flex-wrap: wrap;
    }

    #sss-area .flag .contact img {
        width: 80px;
        height: 80x;
        padding: 1rem;
        filter: invert(1);
        margin-left: -15px;
    }

    #sss-area .flag .contact .info {
        width: calc(100% - 80px);
        color: white;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    #sss-area .flag .contact .info h3 {
        margin: 0;
        font-size: 42px;
    }

    #sss-area .flag .contact .info h5 {
        margin: 0;
        font-size: 23px;
    }

    #sss-area .flag {
        width: 100%;
        height: 470px;
        background-color: #193d9b;
        position: relative;
        padding: 1rem 1rem;
    }

    #sss-area .main-sss {
        width: 100%;
        padding-left: 0rem;
    }

    #sss-area .main-sss .accordion-button {
        outline: none;
        border: none !important;
    }

    #sss-area .main-sss .accordion-button:focus {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

    #sss-area .main-sss .accordion-button {
        background-color: #193d9b;
        color: #fff;
        font-size: 22px;
    }

    #sss-area .main-sss .accordion-button.collapsed {
        background-color: transparent;
        color: #222222;
    }

    #sss-area .main-sss .accordion,
    #sss-area .main-sss .accordion .accordion-item {
        background-color: transparent;
        font-size: 22px;
    }

    #sss-area .main-sss .accordion .accordion-body {
        background-color: #fff;
    }

    #sss-area .main-sss .accordion .accordion-body a {
        color: #608dff;
    }

    #sss-area .main-sss .accordion .accordion-item {
        margin-top: 30px;
    }

    /* SSS PAGE END*/

    /* APPLY PAGE START */

    #apply-area {
        width: 100%;
        height: auto;
    }

    #apply-area .apply-black {
        width: 100%;
        min-height: calc(100vh - 200px);
        background-color: rgba(0, 0, 0, 0.8);
        padding-bottom: 50px;
    }

    #apply-area .apply-black .ys-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .new-apply-area {
        width: 100%;
        min-height: 70dvh;
        display: flex !important;
        flex-wrap: wrap;
    }

    .new-apply-area .left {
        width: 0%;
        min-height: 0dvh;
    }

    .new-apply-area .left .first {
        display: none;
        width: 100%;
        height: 100%;
    }


    .new-apply-area .left .second {
        display: none;
        width: 100%;
        height: 100%;
    }

    .new-apply-area .third {
        display: block;
        width: 100%;
    }

    .new-apply-area .right {
        width: 100%;
        background-color: rgb(229, 229, 229);
        min-height: 70dvh;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 1rem;
    }

    .new-apply-area .right .box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .new-apply-area .right h1 {
        text-align: right;
        color: #072267;
        margin-bottom: 50px;
        padding: 0 2rem;
        display: none;
    }

    .new-apply-area .right h4 {
        text-align: center !important;
        font-size: 24px;
        font-family: "Barlow Condensed";
        color: #3061da;
    }

    .new-apply-area .right p {
        text-align: center !important;
        font-size: 19px;
        font-family: "Barlow Condensed";
    }

    .new-apply-area .right .apply-form {
        width: 100%;
        min-width: 300px;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .new-apply-area .right .apply-form form {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .new-apply-area .right .apply-form form .w-100 {
        width: 100%;
    }

    .new-apply-area .right .apply-form form .w-50 {
        width: 50%;
    }

    .new-apply-area .right .apply-form form input {
        width: 100%;
        border-radius: 5px;
        border: none;
        background-color: #072267;
        padding: 8px 10px;
        outline: none;
        color: white;
        text-transform: capitalize;
    }

    .new-apply-area .right .apply-form form label {
        font-family: "Barlow Condensed";
        font-weight: 600;
        color: #072267;
    }

    .new-apply-area .right .apply-form form button {
        margin-top: 30px;
        border: none;
        background-color: #9d971f;
        color: white;
        border-radius: 5px;
        font-size: 19px;
        text-transform: uppercase;
        font-family: "Barlow Condensed";
        padding: 6px 22px;
    }

    /* APPLY PAGE END */
    /* SHORT PAGE START */
    #short-page {
        width: 100%;
        min-height: 500px;
        padding-bottom: 80px;
    }

    #short-page .short-page-img {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #short-page .short-page-img img {
        width: 100%;
        max-width: 800px;
        border-radius: 12px;
        overflow: hidden;
    }

    #short-page .short-page-content {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 5%;
    }

    #short-page .short-page-content h1 {
        width: 100%;
        text-align: center;
        margin-top: 50px;
        padding-bottom: 20px;
        color: #193d9b;
        font-size: 42px;
    }

    #short-page .short-page-content ol li {
        margin-top: 15px;
    }

    #short-page .short-page-content p {
        width: 100%;
        text-align: center;
        font-size: 22px;
    }

    /* CONTACT START */
    #contact-page {
        width: 100%;
        min-height: 400px;
        padding-bottom: 0px;
        background-color: white;
    }

    #contact-page .third {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        min-height: 200px;
        padding-bottom: 40px;
        padding-top: 40px;
    }

    #contact-page .third .c-card {}

    #contact-page .third .c-card p {
        margin: 0;
        text-align: center;
        font-size: 26px;
        line-height: normal;
    }

    #contact-page .third .c-card img {
        width: 70px;
    }

    #contact-page .third .c-card p a {
        font-size: 21px;
        color: #072267;
    }

    #contact-page-form {
        width: 100%;
        min-height: 500px;
        padding-bottom: 80px;
    }

    #contact-page-form .img-area {
        width: 100%;
        display: none;
        flex: wrap;
        justify-content: center;
        align-items: center;
    }

    #contact-page-form .form-area {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    #contact-page-form .img-area .c-img {
        width: 100%;
        padding: 10%;
        display: flex;
        flex: wrap;
        justify-content: center;
        align-items: center;
    }

    #contact-page-form .img-area .c-img img {
        width: 100%;
        border-radius: 12px;
    }


    #contact-page-form .form-area h1 {
        width: 100%;
        padding: 50px;
        margin-left: -60px;
        color: #072267;
    }

    #contact-page-form .form-area form {
        width: 90%;
        padding: 10%;
        display: flex;
        flex-wrap: wrap;
    }

    #contact-page-form .form-area form .kvkk {
        color: #072267;
        font-size: 21px;
        text-decoration: none;
    }

    #contact-page-form .form-area form input {
        width: 100%;
        background-color: transparent;
        border-left: 0;
        border-top: 0;
        border-right: 0;
        padding-bottom: 10px;
        font-size: 19px;
        outline: 0;
    }

    #contact-page-form .form-area form input[type='checkbox'] {
        color: blue;
        width: auto;
        width: 20px;
        height: 20px;
        transform: translate(0px, 3px);
        margin-right: 10px;
    }


    #contact-page-form .form-area form textarea {
        width: 100%;
        background-color: transparent;
        border-left: 0;
        border-top: 0;
        border-right: 0;
        padding-bottom: 10px;
        font-size: 19px;
        outline: 0;
        height: 60px;
    }

    #contact-page-form .form-area form button {
        margin-top: 60px;
        width: 240px;
        height: 60px;
        color: white;
        font-size: 19px;
        font-weight: bold;
        text-transform: uppercase;
        border: none;
        background-color: #193d9b;
    }

    /* CONTACT END */
    /* SHORT PAGE END*/
    .board-one {
        position: absolute;
        z-index: 555;
        margin-top: 50px !important;
        width: 220px;
        height: 100px !important;
        padding-left: 1.5rem;
        padding-top: 0.4rem;
        margin-left: -80px;
        filter: drop-shadow(0 0 0.15rem rgb(53, 53, 53));
        font-weight: 400;
        font-family: "Barlow Condensed";
        font-size: 19px;
    }

    .board-two {
        position: absolute;
        z-index: 555;
        margin-top: 80px !important;
        width: 220px;
        height: 120px !important;
        padding-left: 1.5rem;
        padding-top: 0.4rem;
        margin-left: 150px;
        filter: drop-shadow(0 0 0.15rem rgb(53, 53, 53));
        font-weight: 400;
        font-family: "Barlow Condensed";
        font-size: 19px;
    }

    .board-three {
        position: absolute;
        z-index: 555;
        width: 220px;
        height: 215px !important;
        margin-top: -350px !important;
        padding-left: 1.5rem;
        padding-top: 0.25rem;
        margin-left: -80px;
    }

    .board-four {
        position: absolute;
        z-index: 555;
        width: 220px;
        height: 215px !important;
        margin-top: -300px !important;
        padding-left: 1.5rem;
        padding-top: 0.25rem;
        margin-left: -50px;
        margin-left: 150px;
    }


    main .left-header-menu {
        width: 60vw;
        min-width: 385px;
        background-color: white;
        height: 100vh;
        position: fixed;
        z-index: 999;
        left: -130vw;
        top: 0%;
        transition: left 0.3s;
    }

    main .left-header-menu.get-left-header {
        left: 0% !important;
    }

    main .close-left-header {
        width: 45vw;
        height: 100dvh;
        background-color: rgba(0, 0, 0, 0.2);
        position: fixed;
        top: 0%;
        right: 0%;
        border: none;
        z-index: 888;
        display: none;
        opacity: 0;
    }

    main .close-left-x {
        border: none;
        background-color: transparent;
        font-size: 32px;
        font-weight: 600;
        font-family: "Barlow Condensed";
        margin-right: 3rem;
    }

    main .close-left-header.get-left-header {
        display: block;
        opacity: 1;
        animation: opacity-new 0.2s;
    }

    @keyframes opacity-new {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    main .left-header-menu .top {
        height: 100%;
        min-height: 400px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    main .left-header-menu .top .social {
        padding-top: 10vh;
        background-color: #072267;
        max-width: 40px;
        width: 40px;
    }

    main .left-header-menu .top .social a {
        color: #e7e113;
    }

    main .left-header-menu .top ul {
        width: 100%;
        padding: 0;
        margin: 0;
        list-style-type: none;
        font-family: "Barlow Condensed";
        font-size: 21px;
    }


    main .left-header-menu .top ul.ul-nav {
        width: 100%;
        padding: 0;
        margin: 0;
        list-style-type: none;
        font-family: "Barlow Condensed";
        font-size: 28px;
        min-height: 86vh;
    }

    main .left-header-menu .top ul.ul-nav-alt {
        width: 100%;
        padding: 0;
        margin: 0;
        list-style-type: none;
        font-family: "Barlow Condensed";
        font-size: 42px !important;
        min-height: 5vh;
    }

    main .left-header-menu .top ul.ul-nav-alt li a {
        font-size: 22px !important;
        width: 50%;
        padding: 0 15px;
    }

    main .left-header-menu .top ul li:first-child {
        color: gray;
        margin-bottom: 30px;
        font-size: 21px;
    }

    main .left-header-menu .top ul li {
        margin-top: 10px;
    }

    main .left-header-menu .top ul li a {
        color: black;
        text-decoration: none;
        margin-top: -50px;
    }

    main .left-header-menu .top ul li:first-child {
        margin-top: -50px;
        margin-bottom: 65px;
    }

    main .left-header-menu .top ul li a:hover {
        color: gray;
    }

    main .left-header-menu .top .menu {
        width: calc(100% - 40px);
        padding-left: 4vw;
        padding-top: 10vh;
    }

    main .left-header-menu .bottom {
        height: 20%;
        min-height: 100px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    main .left-header-menu .bottom>div {
        padding-left: 8vw;
    }

    main .left-header-menu .bottom h5 {
        font-size: 17px;
        line-height: normal;
        margin: 0;
        color: gray;
        font-family: "Barlow Condensed";
        font-weight: 400;
    }

    main .left-header-menu .bottom h4 {
        font-size: 24px;
        line-height: normal;
        margin: 0;
        font-family: "Barlow Condensed";
        font-weight: 600;
    }

    .first-side-menu {
        border: none;
        background-color: #9d971f;
        padding: 5px 10px;
        color: white;
        font-size: 22px;
        border-radius: 9px;
    }

    /*_____MAIN END_____*/
    /* ANIMATIONS START */


    .viewPort.animate {
        /*Animasyon olmadan önceki klass*/
    }

    #how-we-work.viewPort.animate .quarter {
        margin-top: 0px;
        opacity: 0;
    }

    #how-we-work.viewPort.animate .quarter:nth-child(2n) {
        margin-top: 0px;
        opacity: 0;
    }

    #yakitsistem.viewPort.animate .why-yakitsistem .dark .ys-row {
        opacity: 0;
    }

    #sustainability-area.viewPort.animate .left .bottom .bottom-left {
        opacity: 0;
    }

    #sustainability-area.viewPort.animate .left .top img {
        opacity: 0;
        margin-left: -50px;
    }

    #sustainability-area.viewPort.animate .left .bottom .bottom-right img {
        opacity: 0;
        margin-left: 20px;
    }

    #sustainability-area.viewPort.animate .right h1 {
        margin-left: -40px;
        opacity: 0;
    }

    #sustainability-area.viewPort.animate .right p {
        margin-left: -40px;
        opacity: 0;
    }

    #sustainability-area.viewPort.animate .right .mini-info .icon {
        opacity: 0;
    }

    #apply-area.viewPort.animate .apply-black .apply-form {
        transform: translate(400px, 0);
    }

    #apply-area.viewPort.animate .apply-black .apply-content h1 {
        opacity: 0;
    }

    @keyframes left-to-right {
        from {
            opacity: 0;
            transform: translate(-50px, 0);
        }

        to {
            opacity: 1;
            transform: translate(0px, 0);
        }
    }

    @keyframes right-to-left {
        from {
            opacity: 0;
            transform: translate(50px, 0);
        }

        to {
            opacity: 1;
            transform: translate(0px, 0);
        }
    }

    @keyframes top-to-bot {
        from {
            opacity: 0;
            transform: translate(0px, -20px);
        }

        to {
            opacity: 1;
            transform: translate(0px, 0);
        }
    }

    @keyframes opacity-new {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .viewPort.load-animate {
        /*Animasyon geldikten sonra gelen klass ve animasyon etiketini unutma*/
    }

    #how-we-work.viewPort.load-animate .quarter {
        margin-top: 10px;
        opacity: 1;
    }

    #how-we-work.viewPort.load-animate .quarter:nth-child(2n) {
        margin-top: 80px;
        opacity: 1;
    }

    #yakitsistem.viewPort.load-animate .why-yakitsistem .dark .ys-row {
        opacity: 1;
    }

    #sustainability-area.viewPort.load-animate .left .bottom .bottom-left {
        opacity: 1;
    }

    #sustainability-area.viewPort.load-animate .left .top img {
        opacity: 1;
        margin-left: 0px;
    }

    #sustainability-area.viewPort.load-animate .left .bottom .bottom-right img {
        opacity: 1;
        margin-left: 0px;
    }

    #sustainability-area.viewPort.load-animate .right h1 {
        margin-left: 0px;
        opacity: 1;
    }

    #sustainability-area.viewPort.load-animate .right p {
        margin-left: 0px;
        opacity: 1;
    }

    #sustainability-area.viewPort.load-animate .right .mini-info .icon {
        opacity: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    #sustainability-area.viewPort.load-animate .right .mini-info .icon i {
        font-size: 72px;
        color: #072267;
    }

    #apply-area.viewPort.load-animate .apply-black .apply-form {
        transform: translate(0px, 0);
    }

    #apply-area.viewPort.load-animate .apply-black .apply-content h1 {
        opacity: 1;
    }



    /* ANIMATIONS END */
}

@media only screen and (min-width:360px) {
    #sss-area .flag {
        height: 450px;
    }
}

@media only screen and (min-width:390px) {

    .up-header {
        width: 100%;
        height: 50px;
        background-color: #072267;
        color: white;
        font-family: "Barlow Condensed";
        padding: 0 0.5rem;
    }

    .up-header .circle {
        width: 25px;
        height: 25px;
        background-color: rgb(255, 255, 255);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 150rem;
        margin-right: 5px;
    }

    .up-header a {
        font-size: 16px;
    }

    .up-header div i {
        font-size: 14px;
    }

    .up-header .social {
        font-size: 14px;
    }
}


@media only screen and (min-width:470px) {
    .carousel-card .ys-card {
        min-height: 350px;
    }

    #sss-area .flag {
        height: 400px;
    }

    main .close-left-x {
        margin-right: 2rem;
    }

    .new-apply-area .right .apply-form {
        width:100%;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

  .up-header .circle {
        width: 30px;
        height: 30px;
        background-color: rgb(255, 255, 255);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 150rem;
        margin-right: 5px;
    }

    .up-header a {
        font-size: 18px;
    }

    .up-header div i {
        font-size: 17px;
    }

    .up-header .social {
        font-size: 17px;
    }
}

@media only screen and (min-width:600px) {
    .extra-card .left {
        width: 60%;
        border-radius: 0px;
        padding-top: 200px;
        min-height: 800px;
        padding-bottom: 200px;
    }

    .extra-card .right {
        width: 60%;
        margin-left: -20%;
    }

    .advantages-card .left {
        padding-left: 50px;
    }

    .advantages-card .left h1 {
        font-size: 52px;
    }

    .advantages-card .left p {
        font-size: 22px;
    }

    .extra-card .ys-card {
        background: linear-gradient(204deg, rgba(255, 255, 255, 1) 53%, rgba(179, 179, 179, 1) 100%);
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .extra-card .ys-card h1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .extra-card .ys-card p {
        padding-left: 20px;
    }

    .extra-card .ys-card .extra-load {
        padding-left: 20px;
    }

    footer .quarter {
        width: 33%;
        margin-bottom: 0px;

    }

    footer .quarter:first-child {
        width: 100%;
        margin-bottom: 20px;
    }

    footer .quarter ul {
        max-width: unset;
    }

    .carousel-card .ys-card {
        min-height: 300px;
    }

    .carousel-card .ys-card h1 {
        padding-left: 50px;
    }

    .carousel-card .ys-card p {
        padding-left: 50px;
    }

    .why-yakitsistem .dark .quarter {
        width: 50%;
    }

    #how-we-work .quarter {
        width: 50%;
    }

    #yakitsistem-counter .quarter {
        width: 50%;
    }

    #sustainability-area .left .bottom .bottom-right {
        display: block;
    }

    #sustainability-area .left .bottom .bottom-left {
        display: flex;
    }

    #sustainability-area .left .top img {
        width: 500px;
    }

    #sustainability-area .left .box {
        width: 580px;
    }

    #sustainability-area .right h1 {
        font-size: 52px;
        padding-left: 2rem;
        padding-bottom: 80px;
    }

    #catchword-area h1 {
        font-size: 52px;
    }

    #sustainability-area .right {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    main .left-header-menu .top ul.ul-nav {
        min-height: 89vh;
    }
}

@media only screen and (min-width:700px) {
    .ys-card-half {
        width: 45%;
    }

    footer {
        padding-top: 80px;
    }

    footer .quarter:first-child {
        width: 25%;
        margin-bottom: 0px;
    }

    footer .quarter {
        width: 25%;
    }

    footer .copyright p {
        justify-content: space-between;
    }

    #institutional-area .right-img-info>div:last-child .img-box .big-img .mini-img {
        display: block;
    }

    #institutional-area .left-img-info>div:first-child .img-box .big-img .mini-img-v2 {
        display: block;
    }

    #institutional-area .right-img-info>div:last-child .img-box .big-img {
        width: calc(100% - 130px);
    }

    #institutional-area .right-img-info>div:last-child .img-box {
        width: 530px;
        padding-bottom: 130px
    }

    #institutional-area .left-img-info>div:first-child .img-box .big-img {
        width: calc(100% - 130px);
    }

    #institutional-area .left-img-info>div:first-child .img-box {
        width: 530px;
        padding-bottom: 130px;
    }

    #institutional-area .left-img-info>div:first-child {
        margin-left: -5%;
    }

    #catchword-area {
        padding: 0 2rem;
    }

    #contact-page .third {
        width: 30%;
        min-height: 400px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    #sss-area .flag {
        height: 350px;
    }

    .new-apply-area .right .apply-form {
        width:100%;
    }
}

@media only screen and (min-width:768px) {

    .thanks img {
        width: 350px;
    }

    .thanks h1 {
        font-size: 4rem;
    }

    .thanks h2 {
        font-size: 2.5rem;
    }

    .blue-cover .app-img {
        display: block;
    }

    .blue-cover .app-info {
        width: min(80% - 200px);
        padding-top: 20px;
    }

    #apply-area .apply-black .apply-content h1 {
        font-size: 62px;
    }

    #short-page .short-page-content {
        padding: 0 20%;
    }

    main .left-header-menu .top ul.ul-nav-alt li a {
        padding: 0 30px;
    }

    .new-apply-area .right .apply-form {
        width: 80%;
    }

    .up-header .circle {
        width: 32px;
        height: 32px;
        background-color: rgb(255, 255, 255);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 150rem;
    }

    .up-header {
        padding: 0 25px 0 20px;
    }

    .up-header a {
        font-size: 20px;
    }

    .up-header div i {
        font-size: 18px;
    }

    .up-header .social {
        font-size: 18px;
    }
}

@media only screen and (min-width:900px) {
    .carousel-card .ys-card {
        min-height: 250px;
    }

    #first-look {
        padding-left: 2%;
        padding-right: 2%;
    }

    #advantages-area {
        margin-top: 30px;
    }

    .extra-card .ys-card .ys-half {
        width: 50%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .extra-card .left {
        width: 40%;
        border-radius: 12px;
        margin-left: 5%;
    }

    .extra-card .right {
        width: 80%;
        margin-left: -30%;
    }

    .extra-card .ys-card {
        margin-top: 100px;
    }


    .extra-card .ys-card h1 {
        padding-left: 50px;
    }

    .extra-card .ys-card p {
        padding-left: 50px;
    }

    .extra-card .ys-card .ys-half .icon-bar {
        padding-left: 50px;
    }

    .extra-card .ys-card .extra-load {
        padding-left: 50px;
    }

    .extra-card .ys-card .ys-half .icon-bar>div {
        padding-left: 20px;
        margin-top: 0px;
    }

    .ys-card-half {
        width: 40%;
    }

    .ys-card-half .top {
        justify-content: flex-start;
    }

    .ys-card-half .top .right {
        width: min(100% - 110px);
    }

    .ys-card-half .top .right h1 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        padding-left: 1rem;
    }

    .ys-card-half .bottom p {
        text-align: left;
    }

    #sss-area .flag {
        height: 300px;
        padding: 1rem 2rem;
    }
}

@media only screen and (min-width:992px) {
    .blue-cover .app-info {
        padding-right: 10%;
        padding-top: 50px;
    }

    .blue-cover .app-img {
        width: 200px;
    }

    .blue-cover .app-img img {
        height: 550px;
        margin-top: -25px;
    }

    #institutional-area .main-title h1 {
        font-size: 58px;
    }

    main .left-header-menu .top .menu {
        width: calc(100% - 50px);
    }

    main .close-left-x {
        margin-right: 1rem;
    }

    main .left-header-menu .top ul.ul-nav {
        min-height: 93vh;
    }

    .new-apply-area .right {
        width: 40%;
    }

    .new-apply-area .left {
        width: 60%;
        min-height: 70dvh;
    }

    .new-apply-area .third,
    .new-apply-area .left .first {
        display: none;
        width: 100%;
        height: 100%;
    }

    .new-apply-area .left .second {
        display: block;
        width: 100%;
        height: 100%;
    }

    .new-apply-area .right .apply-form {
        width: 100%;
    }
}


@media only screen and (min-width:1280px) {
    header {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    header .right {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    header .right-mobile {
        display: none;
    }

    .carousel-card .ys-card {
        background: linear-gradient(204deg, rgba(255, 255, 255, 1) 53%, rgba(179, 179, 179, 1) 100%);
        margin-top: -150px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .carousel-card .carousel-img {
        border-radius: 20px;
    }

    .advantages-card .left {
        width: 80%;
        margin-left: -30%;
    }

    .advantages-card .right {
        width: 40%;
        margin-left: 5%;
    }

    .advantages-card .carousel-img {
        border-radius: 20px;
    }

    .advantages-card .ys-card {
        background: linear-gradient(204deg, rgba(255, 255, 255, 1) 53%, rgba(179, 179, 179, 1) 100%);
        border-radius: 12px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        margin-top: 100px;
    }

    #institutional-area {
        padding-bottom: 200px;
    }

    #institutional-area .right-img-info .order-f {
        order: 1;
    }

    #institutional-area .right-img-info .order-s {
        order: 2;
    }

    #institutional-area .right-img-info>div:first-child {
        width: 50%;
        text-align: left;
    }

    #institutional-area .right-img-info>div:last-child {
        width: 50%;
        padding-bottom: 0px;
    }

    #institutional-area .left-img-info>div:first-child {
        width: 50%;
        margin-left: 0;
        display: block;
    }

    #institutional-area .left-img-info>div:last-child {
        width: 50%;
        text-align: right;
        padding-right: 2rem;
    }

    .why-yakitsistem .dark .quarter {
        width: 25%;
    }

    #how-we-work .quarter {
        width: 25%;
    }

    #yakitsistem-counter .quarter {
        width: 25%;
    }

    #sss-area .flag {
        width: 400px;
        height: 500px;
    }

    #sss-area .main-sss {
        width: calc(100% - 400px);
        padding-left: 2rem;
    }

    #contact-page-form .img-area {
        width: 50%;
        display: flex;
        flex: wrap;
        justify-content: center;
        align-items: center;
    }

    #contact-page-form .form-area {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .advantages-card .left h1 {
        text-align: right;
    }

    .advantages-card .left p {
        text-align: right;
    }

    .advantages-card .left {
        padding-left: 30%;
    }

    #apply-area .apply-black .apply-content {
        width: calc(100% - 400px);
        text-align: left;
        padding-top: 0px;
    }


    #apply-area .apply-black .apply-form {
        width: 400px;
    }

    #apply-area .apply-black .ys-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    main .left-header-menu .top ul.ul-nav-alt {
        font-size: 56px !important;
    }

    main .left-header-menu .top ul.ul-nav-alt li a {
        font-size: 32px !important;
        padding: 0 50px;
    }

    main .left-header-menu .top ul.ul-nav {
        font-size: 36px;
    }


}

@media only screen and (min-width:1300px) {

    .thanks img {
        width: 400px;
    }

    .thanks h1 {
        font-size: 5rem;
    }

    .thanks h2 {
        font-size: 3rem;
    }

    header .right>* {
        margin-left: 10px;
        margin-right: 10px;
    }

    header .right>*:last-child {
        margin-right: 0;
    }

    .carousel-card .left {
        width: 85%;
    }

    .carousel-card .right {
        width: 55%;
        margin-left: -50%;
    }

    .carousel-card .ys-card {
        margin-top: 150px;
        border-radius: 12px;
    }

    .carousel-card .ys-card h1 {
        text-align: right;
    }

    .carousel-card .ys-card p {
        text-align: right;
    }

    .carousel-card .ys-card a {
        float: unset;
    }

    .new-apply-area .right h1 {
        display: block;
    }
}

@media only screen and (min-width:1500px) {
    .carousel-card {
        padding: 0 5%;
    }

    .carousel-card .left {
        width: 75%;
    }

    .carousel-card .right {
        width: 55%;
        margin-left: -35%;
    }

    .carousel-card .ys-card {
        min-height: 250px;
        margin-top: 150px;
    }

    .carousel-card .ys-card h1 {
        font-size: 52px;
    }

    .carousel-card .ys-card p {
        font-size: 21px;
    }

    .ys-road {
        display: flex;
    }

    .ys-card-half {
        width: 32%;
        margin: 3%;
        min-height: 300px;
    }

    #sustainability-area .right {
        width: 50%;
        padding-right: 10%;
        padding-left: 0rem;
    }

    #sustainability-area .left {
        width: 45%;
        padding-left: 5%;
    }

    #sustainability-area .left .box {
        margin-left: unset;
        margin-right: unset;
        width: auto;
        padding-bottom: 0px;
    }

}

@media only screen and (min-width:1700px) {

    .carousel-card {
        padding: 0;
    }

    .carousel-card .right {
        width: 40%;
        margin-left: -20%;
    }

    .carousel-card .ys-card {
        min-height: 200px;
        margin-top: 200px;
    }

    #apply-area .apply-black .apply-content h1 {
        padding-left: 0px;
    }

}

@media only screen and (min-width:1890px) {
    .new-apply-area .left .first {
        display: block;
        width: 100%;
        height: 100%;
    }

    .new-apply-area .third {
        display: none;
    }

    .new-apply-area .left .second {
        display: none;
        width: 100%;
        height: 100%;
    }

}


@media only screen and (min-width:1921px) {
    #first-look {
        min-height: 700px;
    }

}