@font-face {
    font-family: 'proxima_nova_bold';
    src: url('../fonts/proxima_nova_bold.eot?9lugk8');
    src: url('../fonts/proxima_nova_bold.eot?9lugk8#iefix') format('embedded-opentype'), url('../fonts/proxima_nova_bold.ttf?9lugk8') format('truetype'), url('../fonts/proxima_nova_bold.woff?9lugk8') format('woff'), url('../fonts/proxima_nova_bold.svg?9lugk8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_sbold';
    src: url('../fonts/proxima_nova_sbold.eot?9lugk8');
    src: url('../fonts/proxima_nova_sbold.eot?9lugk8#iefix') format('embedded-opentype'), url('../fonts/proxima_nova_sbold.ttf?9lugk8') format('truetype'), url('../fonts/proxima_nova_sbold.woff?9lugk8') format('woff'), url('../fonts/proxima_nova_sbold.svg?9lugk8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    /*font-family: 'proxima_nova_sbold';*/
}

a:focus,
a:active {
    outline: none;
}

header {
    margin-top: 15px;
}

.pr-100 {
    padding-right: 165px;
    padding-top: 36px;
}

.pr-100 a:hover {
    opacity: 0.6;
}

.content {
    width: 80%;
    max-width: 1040px;
    height: calc(100vh - 80px);
    margin: 0 auto;
    z-index: 5;
    position: relative;
}

header {
    width: 80%;
    max-width: 1040px;
    margin: 0 auto;
}

.logo {
    margin-top: 25px;
    position: relative;
    z-index: 5;
}

.content .row,
.content .row>div[class*="col-"] {
    height: 100%;
}

.content h2 {
    font-family: 'proxima_nova_bold';
    margin-top: -70px;
}

.content p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: 100;
}

.text-blue {
    color: #00a7e4;
}

.mobile_frame {
    background: #0f0f0f;
    width: 280px;
    height: 500px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: absolute;
    bottom: 0;
    z-index: 4;
    right: 55px;
}

.mobile_inner_frame {
    background: #0f0f0f;
    width: 270px;
    height: 500px;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    bottom: 0;
    margin: 0 auto;
    z-index: 2;
    margin-top: 5px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3) inset;
}

.screen_holder {
    background: #333;
    width: 245px;
    height: 480px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    margin: 0 auto;
    z-index: 2;
    top: 18px;
    left: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
}

.power_button {
    position: absolute;
    right: -3px;
    top: 80px;
    height: 50px;
    width: 3px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #0f0f0f;
}

.volume_button {
    position: absolute;
    left: -3px;
    top: 90px;
    height: 50px;
    width: 3px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #0f0f0f;
}

.volume_button::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 59px;
    height: 50px;
    width: 3px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #0f0f0f;
}

.notch {
    background: #141414;
    position: absolute;
    left: 0;
    right: 0;
    top: 11px;
    margin: 0 auto;
    border-radius: 50px;
    width: 140px;
    height: 29px;
    z-index: 3;
}

.notch::before {
    background: #141414;
    content: '';
    position: absolute;
    left: -1px;
    width: 8px;
    height: 8px;
    border-radius: 40px;
    top: 2px;
}

.notch::after {
    background: #141414;
    content: '';
    position: absolute;
    right: -1px;
    width: 8px;
    height: 8px;
    border-radius: 40px;
    top: 2px;
}

.speaker {
    width: 50px;
    height: 7px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    float: left;
    margin-top: 11px;
    margin-left: 57px;
}

.camera {
    width: 9px;
    height: 9px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

.time {
    color: #333;
    font-size: 12px;
    left: 35px;
    top: 23px;
    z-index: 4;
    position: absolute;
}

.info_icon {
    color: #333;
    font-size: 12px;
    right: 25px;
    top: 23px;
    z-index: 4;
    position: absolute;
}

.owl-carousel .owl-dots {
    display: block;
    bottom: 22%;
    position: absolute;
    z-index: 8;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.owl-carousel .owl-dots button {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    margin: 0 3px;
    background: rgba(0, 0, 0, 0.3);
}

button.owl-dot.active {
    background: #0f0f0f
}

.vh-100 {
    height: calc(100vh - 44px);
    overflow: hidden;
    position: relative;
    cursor: move;
}

.parallax_holder {
    width: 100vw;
    overflow: hidden;
}

#cloud {
    position: absolute;
    top: 15px;
    left: 25%;
}

#building {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#building img {
    width: 100%;
}

#leftImg {
    position: absolute;
    bottom: 0;
    z-index: 3;
}

#leftImg,
#yellowCar,
#centerImg,
#rightImg,
#blueCar,
#buildingLeft,
#buildingRight,
#halfCar,
#taxi {
    position: absolute;
    bottom: 0;
}

#buildingLeft {
    left: 85px;
    z-index: 3;
}

#buildingRight {
    right: 30px;
    z-index: 3;
}

#halfCar {
    right: 16%;
    z-index: 3;
}

#yellowCar {
    left: 25%;
    z-index: 3;
}

#centerImg {
    left: 29%;
    bottom: 50px;
    z-index: 2;
}

#blueCar {
    left: 38%;
    bottom: 50px;
    z-index: 1;
}

#rightImg {
    right: 10px;
    z-index: 3;
}

#taxi {
    right: 60px;
    z-index: 3;
}

#circle {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background: rgb(247, 249, 253);
    position: absolute;
    right: -100px;
    top: -60px;
    z-index: 1;
}

footer {
    width: 100%;
    background: #00a7e4;
    padding: 10px;
    color: #fff;
}

footer p,
footer a {
    color: #fff;
    font-size: 14px;
}

@media(max-width:920px) {
    .content,
    header {
        width: 85%;
    }
    #buildingLeft img,
    #buildingRight img {
        width: 180px
    }
    .content h2 {
        font-size: 20px;
    }
    .storeImg img {
        width: 120px;
    }
    .mobile_frame {
        right: 15px;
    }
    .pr-100 {
        padding-right: 119px;
        z-index: 3;
    }
}

@media (max-width:767px) {
    #centerImg,
    #buildingRight img,
    .mobile_frame {
        display: none
    }
    #leftImg img {
        width: 50px;
    }
    #buildingLeft img {
        width: 140px
    }
    #blueCar img {
        width: 100px;
    }
    #blueCar {
        left: 55%
    }
    #yellowCar img {
        width: 60px;
    }
    #taxi img {
        width: 70px;
    }
    #rightImg img {
        width: 40px;
    }
    #halfCar {
        right: 30%
    }
    #halfCar img {
        width: 90px;
    }
    #cloud img {
        width: 150px;
    }
    #cloud {
        left: 0%;
    }
    #circle {
        width: 200px;
        height: 200px;
    }
    footer div,
    footer .text-right {
        text-align: center !important;
    }
    .content {
        height: calc(100vh - 185px);
    }
    .vh-100 {
        height: calc(100vh - 65px);
    }
    .pr-100 {
        padding-right: 0px;
    }
}

@media (max-width:767px) {
    .vh-100 {
        height: calc(100vh - 120px);
    }
    #yellowCar {
        left: 20%;
    }
    #taxi {
        right: 10%;
    }
    #blueCar {
        left: 35%;
        bottom: 5%
    }
    #halfCar {
        right: 35%;
        display: none;
    }
    #blueCar img {
        width: 120px;
    }
    #buildingRight img {
        width: 140px;
        display: block;
    }
    #buildingLeft {
        left: -40px
    }
    #buildingRight {
        right: -70px
    }
}