/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    background: #212f4c;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}


.m-c {
    color: #FFC700;
}

.m-c:hover {
    color: #FFC700;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

a:hover {
    color: #A4DEFF;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
}

.background-black {
    background: #05050A;
}

.max-w {
    max-width: 100%;
}

.margin-middle {
    margin-top: auto !important;
    margin-bottom: auto;
}

.p-b-50 {
    padding-bottom: 50px;
}

.navbar-nav {

}

.w-100 {
    width: 100%;
}

.icons-header {
    height: 37px;
    width: 37px;
    margin: 0px 5px;
}

#header {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), linear-gradient(180deg, #00040D -15.72%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(6.5px);
    padding: 30px 0px 15px 0px;

}

.navbar {
    padding: 10px 0 10px 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    flex-direction: row;

}

.navbar ul {
    margin: 0;
    padding: 10px 0 10px 30px;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: end;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 700;
}

.navbar li {
    padding: 10px 0 10px 30px;
    text-transform: uppercase;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, ul .active:hover, .navbar li:hover > a {
    color: #A4DEFF;
}

.active {
    color: #A4DEFF;
}

.margin-top-3 {
    margin-top: 3em;
}


/****** HOME ******/
#home {
    width: 100%;
    height: auto;
    /*background: url("../img/delivery-inc-cover.png") top center;*/
    /*background-size: cover;*/
    /*position: relative;*/
    padding-bottom: 3em;
}

.home-widget {
    margin-top: -16%;
}

.steam-widget-buttons {
    /*width: 260px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    border: 2px solid #FFF;
    border-radius: 8px;
    text-align: center;
}

#steam-widget-delivery {
    background: #000000;
    border: 2px solid #FFE600;
    box-shadow: 0px 4px 12px 4px rgba(255, 230, 0, 0.25);
    border-radius: 11px;
    height: 240px;
    align-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#steam-widget-transport {
    background: #000000;
    border: 2px solid #FFE600;
    box-shadow: 0px 4px 12px 4px rgba(255, 230, 0, 0.25);
    border-radius: 11px;
    height: 240px;
    align-content: center;
    display: none;
    justify-content: center;
    align-items: center;
}

.steam-widget .frame {
    margin-top: 35px;
    width: 771px;
}

/****** ABOUT US ******/

#about {
    width: 100%;
    height: auto;
    background: #05050A;
    padding-bottom: 3em;
    padding-top: 1em;
}

.about-us-title {
    color: #E58535;
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 25px;
}

.about-us-text {
    /*font-size: 22px;*/
}

/****** GAMES ******/
#games {
    background: #0D0F23;
    width: 100%;
    height: auto;
    padding-bottom: 5em;
}

.games-title {
    color: #E58535;
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 25px;
}

.games {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    background: #131313;
    padding: 0;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.image-games {
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
}

.game-short-text {
    padding: 0px 10px;
    font-size: 18px;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 70%;
}

.game-info {
    padding: 0;
    border-radius: 0px 20px 20px 0px;
    display: flex;
    flex-direction: column;
}

.transport-bg {
    background: url("../img/transport-inc-game.png") no-repeat center, linear-gradient(270deg, #151C38 35.29%, rgba(26, 30, 47, 0) 100%);
    background-size: 100% 100%;
    transition: background-size 0.5s ease-in-out;
    -moz-transition: background-size 0.5s ease-in-out;
    -ms-transition: background-size 0.5s ease-in-out;
    -o-transition: background-size 0.5s ease-in-out;
    -webkit-transition: background-size 0.5s ease-in-out;

}

.transport-bg-second {
    background: linear-gradient(270deg, #123318 35.29%, rgba(26, 30, 47, 0) 100%);
    height: 100%;
    border-radius: 0px 20px 20px 0px;
    width: auto;
}

.game-transport {
    border-radius: 20px;
    padding: 0;
    margin-top: 70px;
}

.games-steam-logo {
    text-align: end;
    padding: 10px;
    background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0) 48.57%);
    border-radius: 0px 20px 0px 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 300px;
}


.games-more-info {
    background: black;
    font-size: 18px;
    color: #FFC700;
    height: 35px;
    width: 200px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: 10px;

}

.game-images {
    width: 100%;
    height: auto;
    border: 2px solid #000000;
}

.games-images {
    padding: 0px 15px;
    /*width: 22%;*/
}

.game-images-div {
    padding-top: 60px;
    padding-right: 20px;
}


.games-images-last {
    padding: 0px 50px 0px 15px;
}

.zoom:hover {
    background-size: 108% 108%;
    transition: background-size 0.7s ease-in-out;
    -moz-transition: background-size 0.7s ease-in-out;
    -ms-transition: background-size 0.7s ease-in-out;
    -o-transition: background-size 0.7s ease-in-out;
    -webkit-transition: background-size 0.7s ease-in-out;
}

.delivery-titles {
    color: #E58535;
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 25px;
}

.delivery-ss-first {
    background: url("../img/delivery-ss-1-big.png") no-repeat center, linear-gradient(270deg, #151C38 35.29%, rgba(26, 30, 47, 0) 100%);
    background-size: 105%;
}


.delivery-ss-second {
    background: url("../img/delivery-ss-2-big.png") no-repeat center, linear-gradient(270deg, #151C38 35.29%, rgba(26, 30, 47, 0) 100%);
    background-size: 100%;
    animation: fadeIn 2s;
}

.delivery-ss-third {
    background: url("../img/delivery-ss-3-big.png") no-repeat center, linear-gradient(270deg, #151C38 35.29%, rgba(26, 30, 47, 0) 100%);
    background-size: 100%;
}

.transport-ss-first {
    background: url("../img/transport-ss-1-big.jpg") no-repeat center, linear-gradient(270deg, #151C38 35.29%, rgba(26, 30, 47, 0) 100%);
    background-size: 100% 100%;
}


.transport-ss-second {
    background: url("../img/transport-ss-2-big.jpg") no-repeat center, linear-gradient(270deg, #151C38 35.29%, rgba(26, 30, 47, 0) 100%);
    background-size: 100% 100%;
    animation: fadeIn 2s;
}

.transport-ss-third {
    background: url("../img/transport-ss-3-big.jpg") no-repeat center, linear-gradient(270deg, #151C38 35.29%, rgba(26, 30, 47, 0) 100%);
    background-size: 100% 100%;
}


.game-title {
    color: #FFC700;
    margin-bottom: 10px;
    font-size: 20px;
    padding-top: 20px;
}

/****** CONTACT US ******/

#contact {
    width: 100%;
    height: 50vh;
    background: #05050A;
}

.contact-us-title {
    color: #E58535;
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 25px;
}

.contact-us-text {
    /*font-size: 22px;*/
}

.form-control {
    font-weight: 700;
}

.contact-us-email {
    height: 50px;
    background: #C4C4FF;
    border-radius: 8px;
}

.contact-us-name {
    height: 50px;
    background: #C4C4FF;
    border-radius: 8px;
    color: #000;
}

.submit-btn {
    width: 100px;
    height: auto;
    background-color: #E58535;
    font-weight: 700;
    color: #fff;
}

.submit-btn:hover {
    background-color: #FF7400;
}

.text-area {
    width: 100%;
    height: 153px;
    resize: none;
    border-radius: 8px;
    background: #C4C4FF;
    border: 1px solid black;
    padding: 10px;
}


.mySlides-home {
    width: 100%;
    height: 100%;
}

.slider-arrows {
    width: 100%;
    padding: 0px 20px 0px 20px;
    position: absolute;
    top: 40%;
}


.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.steam-container {
    /*position: absolute;*/
    /*bottom: 5.5%;*/
    /*left: 15%;*/
}

#textarea:focus {
    background-color: #FFF;
    outline: none !important;
}


@media (max-width: 992px) {
    .game-short-text {
        font-size: 12px;
    }

    .game-title {
        font-size: 20px;
    }

    .games-more-info {
        font-size: 20px;
    }
}

@media (max-width: 574px) {
    #more-info-transport {
        margin-top: 10px;
    }

    #more-info-delivery {
        margin-top: 10px;
    }
}

@media (max-width: 452px) {
    .about-us-text {
        font-size: 12px;
    }

    .navbar {
        padding: 0px !important;
    }

    #header {
        position: static;
    }

    .navbar li {
        padding: 10px 0px 10px 15px !important;
    }

    .navbar a {
        font-size: 12px;
    }

    .steam-container {
        left: 0px;
        bottom: 25%;
    }

    .steam-container-second {
        flex-direction: column;
        align-items: revert;
        justify-content: revert;
    }

    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .games {
        border-left: 1px solid #000000;
    }

    .game-short-text {
        width: 100%;
    }

    .steam-widget-buttons {
        height: 70px;
    }

    .steam-container {
        position: inherit;
    }

    .mySlides {
        height: auto;
    }

    .slider-arrows {
        width: 100%;
        padding: 0px 20px 0px 20px;
        position: absolute;
        margin-top: -160px;
    }

    .df-logo {
        width: 80%;
    }

    .menu {
        display: none;
    }

    .menu-main {
        display: none;
    }

    .menu-button-container {
        display: block !important;
    }

    .youtube-video {
        top: 1em !important;
        height: 14em !important;
    }

    #delivery-home {
        height: 105vh !important;
    }

    .top-game-widget {
        top: 18em !important;
        width: 80% !important;
    }

    .download-div {
        top: 36em !important;
    }

    .games-steam-logo {
        width: 110px !important;
        background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0) 100%) !important;
    }
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 6px;
    width: 40px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
    cursor: pointer;
    margin-top: 40px;
}

.menu-button::before {
    content: '';
    margin-top: -13px;
}

.menu-button::after {
    content: '';
    margin-top: 13px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 20px;
    transform: rotate(405deg);
}

.menu-button-container {
    margin-left: 20px;
    display: none;
    width: 50px;
    cursor: pointer;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}


.test {
    background-size: 100% !important;
}

/* DELIVERY PAGE */
#delivery-home {
    height: auto;
    max-width: 100%;
    /*background-image: url("../img/delivery-inc-cover.png");*/
}

.youtube-video {
    width: 50%;
    position: absolute;
    top: 12em;
    left: 23%;
    height: 36em;
    border: 2px solid #000000;
    z-index: 99;
}

.top-game-widget {
    width: 35%;
    position: absolute;
    top: 52em;
    left: 22%;
    box-shadow: 0px 4px 12px 4px rgba(255, 199, 0, 0.35);
    border-radius: 11px;
    height: 230px;
    background: #000000;
    border: 2px solid #FFE600;
    align-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-div {
    width: 19em;
    right: 24%;
    position: absolute;
    top: 52em;
    right: 25%;
    border: 3px solid #FFE600;
    box-shadow: 0px 4px 12px 4px rgba(255, 199, 0, 0.35);
    border-radius: 11px;
}

.top-game-widget-transport {
    width: 35%;
    box-shadow: 0px 4px 12px 4px rgba(255, 199, 0, 0.35);
    border-radius: 11px;
    height: 230px;
    background: #000000;
    border: 2px solid #FFE600;
    align-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-div-transport {
    width: 19em;
    border: 3px solid #FFE600;
    box-shadow: 0px 4px 12px 4px rgba(255, 199, 0, 0.35);
    border-radius: 11px;
}

.download {
    height: 1.6em;
    font-size: 25px;
    text-align: center;
    background: black;
    border-radius: 11px 11px 0px 0px;
}

.press-kit {
    height: 1.6em;
    font-size: 25px;
    text-align: center;
    background: black;
    border-radius: 0px 0px 11px 11px;
}

#what-is-delivery {
    height: auto;
    background-image: url("../img/delivery/what-is-delivery-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

#what-is-transport {
    height: auto;
    background: url("../img/transport/what-is-transport-bg.png") no-repeat center, linear-gradient(270deg, #151C38 35.29%, rgba(26, 30, 47, 0) 100%);
    background-size: 100%;
    background-repeat: no-repeat;
}

#vehicles-first {
    height: auto;
}

#main-features {
    height: auto;
}

#main-features-transport {
    height: auto;
    background: #161D13;
}

#story-mode-transport {
    height: auto;
    background-image: url("../img/transport/story-mode-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

#free-play-mode {
    height: auto;
    background-image: url("../img/transport/free-play-mode-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

#global-race-mode {
    height: auto;
    background-image: url("../img/transport/story-mode-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.content-text {
    font-size: 14px;
}

#amsterdam {
    height: auto;
}

#guide-drivers {
    height: auto;
    background: #1b2838;
    padding-top: 40px;
}

.amsterdam-title {
    color: #E58535;
    font-size: 28px;
    margin-top: 20px;
}

#manage {
    height: auto;
    background: #13161D;
    padding-top: 40px;
}

#gallery {
    height: auto;
    background: #1b2838;
    padding-top: 40px;
    padding-bottom: 50px;
}

#delivery-page-steam {
    height: 40vh;
}

#delivery-page-widget {
    background: #000000;
    border: 2px solid #FFE600;
    box-shadow: -5px 15px 14px 15px rgba(255, 230, 0, 0.25);
    border-radius: 11px;
    height: 240px;
    /*width: 900px;*/
    align-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#delivery-page-widget .iframe-delivery-page {
    width: 100%;
    background: #13161D;
}

#last {
    height: 10vh;
    background: #242A37;
}

/* modal*/
.modal-content {
    width: 50%;
}

.modal-images-big {
    width: 100%;
}

.modal-images-small {
    width: 100%;
}

.column {
    float: left;
    width: 25%;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 35%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 35px;
    font-weight: bold;
    z-index: 2;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.modal {
    display: none;
    padding-top: 30px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 19, 19, 0.9);
}

.transport-steam {
    height: auto;
    box-shadow: 0px 0px 30px 40px #000;
    clip-path: polygon(-80% -100%, 100% -100%, 100% 100%, -80% 100%);
    background: black;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 130px;

}

.transport-titles {
    color: #FFC700;
    font-size: 28px;
    margin-top: 80px;
    margin-bottom: 25px;
}

.transport-title-what-is-transport {
    color: #FFC700;
    font-size: 28px;
    margin-top: 100px;
    margin-bottom: 25px;
}

.transport-texts {
    font-size: 14px;
    padding-bottom: 50px;
}
.transport-google-store{
    position: absolute;height: 10%;width: 15%; margin-top: -30px;left: 25%;
}
.transport-ios-store{
    position: absolute;height: 10%;width: 15%; margin-top: -30px;left: 55%;
}

@media (max-width: 1890px) {
    #story-mode-transport {
        background-size: auto 100% !important;
    }
}

@media (max-width: 1590px) {
    #free-play-mode {
        background-size: auto 100% !important;
    }

    #global-race-mode {
        background-size: auto 100% !important;
    }
}

@media (max-width: 992px) {
    .ss-3 {
        margin-top: 3rem !important;
    }

    .menu-button-container {
        display: block !important;
    }

    .menu-main {
        display: none;
    }

    .home-widget {
        margin-top: 5%;
    }

    .m-t-j {
        margin-top: 30px;
    }

    .slider-arrows {
        top: 28%;
    }

    .top-game-widget {
        width: 42em;
        top: 30em;
        left: 16%;
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
    }

    #delivery-home {
        background: black;
        height: 110vh;
    }

    .youtube-video {
        width: 50%;
        left: 0;
        height: 15em;
        right: 0;
        margin: auto;
    }

    .download-div {
        top: 47em;
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .transport-titles {
        color: #E58535;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .transport-texts {
        font-size: 12px;
        margin-top: 5px;
    }

    .story-mode-con {
        display: flex;
        flex-direction: column-reverse;
    }

    #free-play-mode {
        background-size: auto 100%;
    }

    .transport-steam {
        padding-top: 300px;
    }

}

@media (max-width: 1784px) and (min-width: 993px) {
    #delivery-home {
        background: black;
        height: 145vh;
    }

    .top-game-widget {
        top: 50em;
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    .download-div {
        top: 70em;
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .top-game-widget-transport {
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        width: 50%;
    }

    .youtube-video {
        height: 26em;
    }
}

@media (max-width: 1168px) and (min-width: 852px) {
    .youtube-video {
        height: 26em;
    }
    .transport-google-store{
        width: 20%;
    }
    .transport-ios-store{
        width: 20%;
    }
}
@media (max-width: 1168px) {
    .transport-steam {
        flex-direction: column !important;
        padding-top: 250px !important;
    }
    .download-div-transport {
        margin-top: 20px;
    }
}


@media (max-width: 852px) and (min-width: 685px) {
    .top-game-widget-transport {
        width: 80%;
    }
    .transport-steam {
        padding-top: 200px;
    }
    .transport-google-store{
        width: 30% !important;
        left:20% !important;
    }
    .transport-ios-store{
        width: 30% !important;
    }
}
@media (max-width: 685px) and (min-width: 452px) {
    .top-game-widget {
        width: 30em !important;
    }
    .top-game-widget-transport {
        width: 30em !important;
    }
    .transport-google-store{
        width: 30% !important;
        left:35% !important;
    }
    .transport-ios-store{
        width: 30% !important;
        left:35% !important;
    }
}
@media (max-width: 685px){
    .transport-titles{
        margin-top: 120px;
    }
    .transport-google-store{
        left:35% !important;
    }
    .transport-ios-store{
        margin-top: 30px !important;
        left:35% !important;
    }
}

@media (max-width: 452px)  {
    .top-game-widget-transport {
        width: 80%;
    }
    .transport-steam {
        padding-top: 95px !important;
    }
    .transport-titles{
        margin-top: 130px;
    }
    .transport-google-store{
        width: 40% !important;
    }
    .transport-ios-store{
        width: 40% !important;
    }
}
