/*  GLOBAL STYLES  */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
#age-overlay {
    position: fixed;
    inset: 0;
background: url(../images/back-img.png) #eceef1;
    background-repeat: no-repeat;
    background-position: top right;
    height: 100%;
    z-index: 999999;

    display: flex;
    align-items: center;
    justify-content: center;
}
body {background:url(../images/back-img.png) #eceef1;background-repeat:no-repeat;background-position:top right;height: 100%;}

/*  GLOBAL STYLES  */

/*   HERO WRAP */

.hero-wrap{width: 100%;position: fixed;overflow: auto;max-height: 100%;top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);}
.hero-wrap .content-area{text-align: center;max-width: 590px;padding: 0 15px;width: 100%;margin: auto;}
.hero-wrap .content-area .logo img{width: 85px;}
.hero-wrap .content-area .meta-2{text-align: center;color: #000000;font-size: 19px;font-weight: 400;margin-top: 30px;}
.hero-wrap .content-area .actions a{background: #292929;display: inline-block;color: #fff;padding: 15px 80px;margin-top: 40px;font-size: 14px;font-weight: 600;}

/*   MEDIA QUEIES  */

@media (max-width:1200px){
    body {background-size:340px;}
}
@media (max-width:576px){
    body {background-size:250px;}
    .hero-wrap .content-area{padding: 0 20px;max-width: 100%;}
    .hero-wrap .content-area .meta-1, .hero-wrap .content-area .meta-2{font-size: 15px;}
}
@media (max-width:375px){
    body {background-size: 190px;background-position: right -5px top -8px;}
    .hero-wrap .content-area .meta-1, .hero-wrap .content-area .meta-2{font-size: 12px;}
    .hero-wrap .content-area .actions a{padding: 11px 60px;font-size: 9px;margin-top: 20px;}
}