body {
    font-family: 'Gilroy';
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}
[class*='col-md'] img {
    width: 100%;
}
p {
    font-size: 25px;
}
nav {
    position: absolute !important;
    width: 100%;
}
h3 {
    font-weight: 800;
    font-size: 30px;
}
h2 {
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 30px;
}
h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}
.navbar .btn {
    color: #00adee !important;
    padding: 8px 10px;
    width: auto;
}
.navbar-brand img {
    margin-right: 5px;
    margin-bottom: 3px;
}
.nav-link {
    font-weight: 600;
    font-size: 16px;
}
.navbar {
    padding: 25px 0;
    z-index: 99;
}
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}
.icon-bar {
    width: 22px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    transition: all 0.2s;
    margin-top: 5px;
}
.navbar-toggler {
    border: none;
    background-color: transparent;
    border-radius: 0;
    padding: 10px 7px;
}
.navbar-blue .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin: 0 15px;
}
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 5% 10%;
}

.icon-bar.top-bar {
    margin-top: 0;
}
.navbar-toggler .middle-bar {
    opacity: 0;
}
.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 5% 90%;
}
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
.header-sticky{
    position: fixed!important;
    background: #3DADEE;
}
.top {
    color: #fff;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    text-align: center;
    background: #01adee;
    background-image: url(../img/bg-header-z.png), linear-gradient(#01adee, #00adee);
    /*background-size: cover;*/
    background-position: bottom;
    background-repeat: no-repeat;
    padding-top: 250px;
}
.top h1 {
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 40px;
}
.top p {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}
.dv {
    width: 60px;
    height: 60px;
    background-image: url(../img/dv.svg);
    display: inline-block !important;
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
}
.what-is-platform {
    padding-top: 80px;
}
.what-is-platform ul {
    font-weight: normal;
    font-size: 22px;
    list-style: none;
    padding-left: 0;
    padding-top: 40px;
    /* margin-bottom: 40px; */
}
.what-is-platform ul li {
    display: flex;
    margin-bottom: 15px;
}
.what-is-platform ul li::before {
    content: url(../img/li.svg);
    color: #CA8DFF;
    font-weight: bold;
    display: inline-table;
    width: 1em;
    margin-right: 5px;
}
.what-is-platform .blue-fill ul li::before {
    content: url(../img/li-w.svg);
}
.v-center {
    display: flex;
    align-items: center;
}
/*.white-label-img {
		background-image: url(../img/platformio-ui.png);
	background-repeat: no-repeat;
	background-size: 204px 429px;
} 
.customize-img {
		background-image: url(../img/platformio-ui-2.png);
	background-repeat: no-repeat;
	background-size: 204px 429px;
	}*/
.white-label {
    background: linear-gradient(90deg, rgb(246, 246, 246) 0%, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 1) 100%);
    /* padding-top: 40px; */
    margin-top: 80px;
    padding-bottom: 40px;
}
.white-label img,
.customize img {
    margin-top: -80px;
}
.customize .btn.mob {
	    width: 100%;
    margin-top: 30px;
}
.blue-fill {
    background-color: #00ADEE;
    color: #fff;
    padding: 80px 0;
}
.numbers {
    padding: 80px 0;
}
.gray-fill {
    padding: 80px 0;
    background-color: #F5F5F5;
}
.hyper-target {
    position: relative;
    padding: 80px 0;
}
.hyper-target .hex1 {
    position: absolute;
    left: 0;
    top: 0px;
    background-image: url(../img/hexagon-grd-1.png);
    background-repeat: no-repeat;
    background-size: 204px 429px;
    width: 204px;
    height: 429px;
}
.hyper-target .hex2 {
    position: absolute;
    right: 0;
    bottom: -140px;
    background-image: url(../img/hexagon-grd-2.png);
    background-repeat: no-repeat;
    background-size: 137px 328px;
    width: 137px;
    height: 328px;
    z-index: 9;
}
.why-platform .hex3 {
    position: absolute;
    left: 0;
    bottom: -200px;
    background-image: url(../img/hexagon-grd-3.png);
    background-repeat: no-repeat;
    background-size: 238px 373px;
    width: 238px;
    height: 373px;
}
.why-platform {
    position: relative;
    text-align: center;
}
.why-platform h3 {
    /* padding-bottom: 50px; */
}
.why-platform h3 {
    background-size: 74px 84px;
    background-image: url(../img/hex.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 140px;
}
.why-platform hr {
    width: 200px;
    border-top: 1px solid #fff;
}
.why-platform p {
    font-size: 22px;
}
.format-ico {
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}
.format-ico.desk .item {
    display: inline-block;
    margin: 0 40px;
}
.format-ico .format-txt {
    display: block;
    font-size: 22px;
    /* margin-top: 20px; */
    color: #000;
}
.stats h3 {
    font-weight: bold;
    font-size: 50px;
    color: #00adee;
}
.stats h4 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
}
.stats p {
    font-weight: 500;
    font-size: 20px;
}
.stats .brands-logo div {
    text-align: center;
    display: inline-block;
    margin: 0 25px;
    background-repeat: no-repeat;
}
.stats .brands-logo .ad-machine {
    width: 161px;
    height: 32px;
    background-size: 161px 32px;
    background-image: url(../img/admachine.png);
}
.stats .brands-logo .ad-machine:hover {
    background-image: url(../img/admachine-color.png);
}
.stats .brands-logo div:nth-of-type(2) {
    width: 149px;
    height: 41px;
    background-size: 149px 41px;
    background-image: url(../img/smarty-ads.png);
}
.stats .brands-logo div:nth-of-type(2):hover {
    background-image: url(../img/smarty-ads-color.png);
}
.stats .brands-logo div:nth-of-type(3) {
    width: 87px;
    height: 28px;
    background-size: 87px 28px;
    background-image: url(../img/mopub.png);
}
.stats .brands-logo div:nth-of-type(3):hover {
    background-image: url(../img/mopub-color.png);
}
.stats .brands-logo .rads {
    width: 171px;
    height: 21px;
    background-size: 171px 11px;
    background-image: url(../img/richads.png);
}
.stats .brands-logo .rads:hover {
    background-image: url(../img/richads-color.png);
}
.stats .brands-logo div:nth-of-type(5) {
    width: 154px;
    height: 40px;
    background-size: 154px 40px;
    background-image: url(../img/media-trust.png);
}
.stats .brands-logo div:nth-of-type(5):hover {
    background-image: url(../img/media-trust-color.png);
}
.stats .brands-logo div:nth-of-type(6) {
    width: 95px;
    height: 36px;
    background-size: 95px 36px;
    background-image: url(../img/bid-switch.png);
}
.stats .brands-logo div:nth-of-type(6):hover {
    background-image: url(../img/bid-switch-color.png);
}
.demo {
    padding: 80px 0;
    text-align: center;
}
.demo h2 {
    display: inline-block;
}
.demo .l-dv {
    width: 32px;
    height: 12px;
    background-size: 32px 12px;
    background-image: url(../img/dv-l.svg);
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 5px;
}
.demo .r-dv {
    width: 32px;
    height: 12px;
    background-size: 32px 12px;
    background-image: url(../img/dv-r.svg);
    display: inline-block;
    margin-left: 50px;
    margin-bottom: 5px;
}
.footer p,
.footer a {
    font-size: 18px;
    font-weight: 300;
}
.footer a {
    color: #fff;
    text-decoration: none;
    display: table;
}
.social {
    padding-top: 20px;
}
.social a {
    display: inline-block;
    margin-right: 10px;
}
.social span {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    display: inline-block;
}
.social .in {
    background-image: url(../img/linked-in.svg);
}
.social .fb {
    background-image: url(../img/facebook.svg);
}
.footer .copyright {
    margin-top: 20px;
}
.btn {
    background-color: #ffffff;
    border-radius: 0;
    color: #00ADEE;
    width: 250px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 22px;
}
.btn:hover {
    /*	color: #fff;*/
}
.mob {
    display: none;
}
.desk {
    display: block;
}
.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 25%;
    margin-left: -20px;
    display: block !important;
    font-size: 45px !important;
    border: 0px solid black;
}
.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 25%;
    right: 0px;
    display: block !important;
    font-size: 45px !important;
    border: 0px solid black;
}
.owl-prev i,
.owl-next i {
    transform: scale(1, 6);
    color: #ccc;
}
.format-ico.mob .item {
    height: 240px;
    border: 1px solid #e9e9e9;
    margin: 0 auto;
    border-radius: 6px;
    width: 80%;
    padding: 30px;
}
.format-ico.mob .format-txt {
    color: #00adee;
    font-weight: 600;
    margin-bottom: 20px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 70%;
}
#owl1.owl-theme .owl-dots .owl-dot.active span,
#owl1.owl-theme .owl-dots .owl-dot:hover span {
    background: #00adee;
}
#owl1.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #00adee;
    text-decoration: none;
}
.owl-theme .owl-nav button,
.owl-theme .owl-nav button:focus {
    outline: none !important;
}
#owl1.owl-theme .owl-nav .disabled {
    color: #d6d6d6 !important;
    opacity: 0.6;
}
#owl1.owl-theme .owl-nav {
    color: #00adee;
    !important;
}
#owl2.owl-theme .owl-dots .owl-dot.active span,
#owl2.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
.social-links{
    display: flex;
    align-items: flex-end;
}
.iab, .tag {
    margin-top: 10px;
    width: 40px!important;
    margin-right: 10px;
}
.g-part{
    width: 70px!important;
}
@media (max-width: 991px) {
    .top{
        padding-top: 200px;
    }
}
@media (max-width: 767.98px) {
    h2 {
        font-weight: bold;
        font-size: 34px;
    }
    .demo h2 {
        color: #00adee;
    }
    .navbar {
        margin-top: 0;
        background-color: #00adee;
        z-index: 9;
        /* border-bottom: 1px solid #2bbbf1; */
        /*    box-shadow: 0px 0px 30px #0081b1;*/
    }
    .mob .navbar-brand {
        position: absolute;
        top: 80px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        /*z-index: -1;*/
    }
    .top h1 {
        font-size: 38px;
    }
    .top p {
        font-size: 18px;
        font-weight: 500;
    }
    .top .btn {
        display: block;
        width: 100%;
    }
    .desk {
        display: none !important;
    }
    .mob {
        display: block;
    }
    .what-is-platform p {
        font-weight: normal;
        font-size: 16px;
    }
    .what-is-platform h3 {
        text-align: center;
    }
    .what-is-platform ul li {
        font-weight: normal;
        font-size: 16px;
    }
    .what-is-platform ul li:last-child {
        margin-bottom: 0;
    }
    .what-is-platform ul {
        padding-top: 0;
        margin-bottom: 0;
    }
    .demo p {
        font-weight: normal;
        font-size: 17px;
    }
    .blue-fill {
        padding: 40px 0;
    }
    .hyper-target {
        padding: 40px 0;
    }
    .demo {
        padding: 40px 0;
    }
    .why-platform p {
        font-weight: normal;
        font-size: 20px;
        margin-bottom: 30px;
    }
    .why-platform h3 {
        font-weight: 900;
        font-size: 25px;
    }
    .footer p,
    .footer h4,
    .footer a,
    .footer span {
        font-size: 14px;
    }
    .white-label img,
    .customize img {
        margin-top: 0;
    }
}

/*@media (min-width: 767.98px) {}*/
