cheekymeet CSS

body, html {
    font-size: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
body, html, #container {
    width: 100%;
    height: 100%;
}
h1, h2 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
div, p {
    margin: 0;
    padding: 0;
}
p {
    color: #fff;
    margin: 0;
    padding: 0;
}
a:link, a:visited {
    color: #fff;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}
a:hover, a:active {
    color: #fff;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}
a:hover, a:active, a:link {
    cursor: pointer!important;
}
img {
    border: medium none;
}
.grecaptcha-badge {
    z-index: 9995;
}

/* Hubstars Update Feb 2022 */

/* Main CTA Register Button Styling */
 .hub_register_btn {
    display: block;
    font-family: 'Anton', sans-serif;
    max-width: fit-content;
    background: #f03434;
    color: #fff;
    font-weight: 700;
    border: 3px solid #fff;
    font-size: 25px;
    margin: 5px auto 15px auto;
    padding: 18px 10px;
    text-align: center;
    height: auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* END -  Hubstars Update Feb 2022 */    


/*--Hero--*/
#hero {
    background: url(../img/hero-bg.jpg) no-repeat right top #000;
    width: 100%;
    /* height: 51.02vw; */
    height: 980px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
#hero .girl-main {
    display: block;
    width: 756px;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 181px;
}
/*--Top-right--*/
#hero .top-right {
    background: #f03434;
    width: 100%;
    height: 88px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#hero .top-right h2 {
    color: #fff;
    font-size: 60px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 30px 0 0;
    padding: 0;
}
#hero .top-right h2 span {
    color: #000;
}
/*Login*/
#hero .login {
    display: block;
    background: #f03434;
    color: #fff;
    font-size: 24px;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    margin: 10px 0 0 0;
    padding: 11px 0;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    width: 190px;
    height: auto;
    border: 0;
    -webkit-border-radius: 28px 0 28px 28px;
    border-radius: 28px 0 28px 28px;
    cursor: pointer;
    position: absolute;
    right: 34px;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#hero .login:hover {
    background: #cf000f;
    cursor: pointer;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}

#hero .left {
    position: absolute;
    top: 0;
    left: 0;
}
#hero .left #logo {
    background: #222;
    display: block;
    width: 837px;
    height: auto;
    margin: 35px 0 0 30px;
    padding: 20px;
    -webkit-box-shadow: 6px 6px 0 0 #ff3838;
    box-shadow: 6px 6px 0 0 #ff3838;
    -moz-transform: rotate(-.9deg);
    -webkit-transform: rotate(-.9deg);
    -o-transform: rotate(-.9deg);
    -ms-transform: rotate(-.9deg);
    transform: rotate(-.9deg);
}
#hero .left h1 {
    color: #f03434;
    font-size: 60px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin: 0 0 -10px 60px;
    padding: 0;
    line-height: 132px;
    text-transform: uppercase;
    width: 900px;
}
#hero .left h1 span {
    color: #fff;
    font-size: 190px;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    line-height: 190px;
}

/*Form-wrapper*/
#hero #form-wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 0 70px;
}
#hero #form-wrapper .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0 0 0 20px;
    width: 640px;
}
#hero #form-wrapper .wrap h2 {
    color: #fff;
    font-size: 36px;
    font-family: 'Aleo', serif;
    font-weight: 400;
    margin: 0 0 14px 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
#hero #form-wrapper .wrap h2 span {
    color: #f03434;
}

/*Bottom*/
#hero .bottom {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
}
#hero .bottom .girl-bottom-left {
    display: block;
    width: 320px;
    height: auto;
    margin: 0;
    padding: 0;
}
#hero .bottom .wrap {
    display: flex;
    flex-direction: column;
    margin: 23px 0 0 0;
    padding: 0;
}
#hero .bottom .wrap h2 {
    color: #fff;
    font-size: 36px;
    font-family: 'Aleo', serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
#hero .bottom .wrap h2 span {
    color: #f03434;
}
#hero .bottom .wrap .img-wrap {
    display: flex;
    width: 545px;
    position: relative;
    bottom: -34px;
}
#hero .bottom .wrap .img-wrap img {
    display: block;
    position: absolute;
}
#hero .bottom .wrap .img-wrap .img1 {
    width: 218px;
    height: auto;
    margin: 0;
    padding: 0;
}
#hero .bottom .wrap .img-wrap .img2 {
    width: 205px;
    height: auto;
    margin: 0;
    padding: 0;
    top: -15px;
    left: 170px;
}
#hero .bottom .wrap .img-wrap .img3 {
    width: 226px;
    height: auto;
    margin: 0;
    padding: 0;
    top: -21px;
    right: 0;
}

/*Cta*/
#hero .cta {
    width: 260px;
    height: 260px;
    background: #f03434;
    border: 8px solid #fff;
    -webkit-border-radius: 400px;
    border-radius: 400px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -30px;
    bottom: 30px;
}
#hero .hero-girl-pop-out {
    display: block;
    width: 166px;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -453px;
    right: 44px;
}
#hero .hero-girl-small {
    display: block;
    background: #fff;
    width: 100px;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 68px;
    left: -43px;
    border: 4px solid #fff;
    -webkit-border-radius: 80px;
    border-radius: 80px;
}
#hero .cta h2 {
    font-size: 64px;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
#hero .cta .heading1 {
    background: #cecece; /* Old browsers */
    background: -moz-linear-gradient(top,  #cecece 0%, #878787 53%, #c4c4c4 81%, #e8e8e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #cecece 0%,#878787 53%,#c4c4c4 81%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #cecece 0%,#878787 53%,#c4c4c4 81%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
    color: #000;
    text-align: center;
    padding: 16px 15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-filter: drop-shadow(0px 0px 10px #000); /* Safari */
    filter: drop-shadow(0px 0px 10px #000);
    position: absolute;
    top: -25px;
    left: -30px;
}
#hero .cta .heading1 span {
    color: #f03434;
}
#hero .cta .heading2 {
    position: absolute;
    bottom: 40px;
    text-align: center;
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
#hero .cta .heading2 span {
    color: #fff;
}

/*--Row 1--*/
#row1 {
    background: #222;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    border-top: 20px solid #fff;
    border-bottom: 10px solid #fff;
}
#row1 .left {
}
#row1 .left .heading-wrap {
    background: #f03434;
    position: relative;
    width: 650px;
    height: 274px;
}
#row1 .left .heading-wrap h2 {
    color: #fff;
    font-size: 78px;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    line-height: 87px;
    text-transform: uppercase;
    margin: -5px 0 0 0;
    padding: 10px 0 0 100px;
}
#row1 .left .heading-wrap .heading-2 {
    font-size: 178px;
    position: absolute;
    left: 121px;
    bottom: 44px;
}
#row1 .left p {
    color: #fff;
    font-size: 20px;
    font-family: 'Aleo', serif;
    font-weight: 400;
    line-height: 35px;
    margin: 0;
    padding: 40px 0 0 100px;
    width: 770px;
}
#row1 .left a {
    background: #f03434;
    color: #fff;
    font-size: 20px;
    font-family: 'Aleo', serif;
    font-weight: 400;
    margin: 0;
    padding: 3px;
    line-height: normal;
    border: 0;
    width: 200px;
    cursor: pointer;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#row1 .left a:hover {
    background: #fff;
    color: #f03434;
    cursor: pointer;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#row1 .right {
    overflow: hidden;
}
#row1 .right img {
    width: 930px;
    height: auto;
    margin: 20px 50px -50px 0;
    padding: 0;
}

/*--Row 2--*/
#row2 {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scene {
    margin: 0;
    padding: 0;
}
.scene li img {
    display: block;
    width: auto;
    height: auto;
    z-index: 0;
}
/*Woman Image*/
.woman {
}
#woman {
    display: none;
}
.fill {
    position: absolute;
    bottom: 5%;
    right: 5%;
    left: 5%;
    top: 5%;
}
.expand-width {
    width: 100%;
}
.border {
    border: 2px dashed #00FFAA;
}
.aspect {
    opacity: 0.2;
}

/*Testimonials*/
.owl-carousel {
    position: absolute!important;
    width: 100%;
    height: 100%;
    display: flex!important;
    align-items: center;
}
#row2 .item {
    width: 650px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: center;
}
#row2 .item h2 {
    color: #fff;
    font-size: 36px;
    font-family: 'Aleo', serif;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 0;
}
#row2 .item p {
    color: #fff;
    font-size: 20px;
    font-family: 'Aleo', serif;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    margin: 0;
    padding: 0;
    width: auto;
}
#row2 .item a {
    background: #f03434;
    padding: 4px;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#row2 .item a:hover {
    background: #fff;
    color: #f03434;
    cursor: pointer;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
.owl-theme .owl-dots {
    display: none;
}
.owl-theme .owl-nav {
    margin: 0!important;
}
.owl-theme .owl-nav [class*=owl-] {
    margin: 0!important;
    border-radius: 0!important;
}
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
    display: none;
}
.owl-carousel .owl-nav .owl-prev {
    background: url(../img/owl-prev.png) no-repeat center center rgba(255,255,255,.5)!important;
    background-size: 19px 29px!important;
    width: 54px;
    height: 104px;
    position: absolute;
    left: 0;
}
.owl-carousel .owl-nav .owl-next {
    background: url(../img/owl-next.png) no-repeat center center rgba(255,255,255,.5)!important;
    background-size: 19px 29px!important;
    width: 54px;
    height: 104px;
    position: absolute;
    right: 0;
}

/*--Row 3--*/
#row3 {
    background: #222;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}
#row3 .left {
}
#row3 .left h2 {
    background: #f03434;
    color: #fff;
    font-size: 78px;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    line-height: 87px;
    text-transform: uppercase;
    margin: -5px 0 0 0;
    padding: 10px 0 0 100px;
    width: 690px;
    height: 260px;
}
#row3 .left h2 span {
    font-size: 178px;
    line-height: 160px;
    margin: 0 0 0 -4px;
}
#row3 .left p {
    color: #fff;
    font-size: 20px;
    font-family: 'Aleo', serif;
    font-weight: 400;
    line-height: 35px;
    margin: 0;
    padding: 40px 0 40px 100px;
    width: 770px;
}
#row3 .left a {
    background: #f03434;
    color: #fff;
    font-size: 20px;
    font-family: 'Aleo', serif;
    font-weight: 400;
    margin: 0;
    padding: 3px;
    line-height: normal;
    border: 0;
    width: 200px;
    cursor: pointer;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#row3 .left a:hover {
    background: #fff;
    color: #f03434;
    cursor: pointer;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#row3 .right {
    overflow: hidden;
    background: #000;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
/*Member*/
#row3 .right #member {
    display: block;
    margin: 0;
    padding: 0;
    width: 25%;
    overflow: hidden;
    position: relative;
}
/*Overlay*/
#row3 .right #member .overlay {
    opacity: 0;
    background: rgba(0,0,0,.4);
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
    display: flex;
    justify-content: center;
    align-items: center;
}
#row3 .right #member .overlay p {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 22px;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    width: auto;
}
#row3 .right #member img {
    display: block;
    background-size: cover;
    width: 100%;
    height: auto;
}
#row3 .right #member:hover .overlay {
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}

/*--Row 4--*/
#row4 {
    background: #222;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
#row4 .left {
    overflow: hidden;
}
#row4 .left img {
    width: 930px;
    height: auto;
    margin: 20px 0 -50px 100px;
    padding: 0;
}
#row4 .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#row4 .right h2 {
    background: #f03434;
    color: #fff;
    font-size: 78px;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    line-height: 87px;
    text-transform: uppercase;
    margin: -5px 0 0 0;
    padding: 10px 50px 0 0;
    text-align: right;
    width: 560px;
    height: 260px;
}
#row4 .right h2 span {
    font-size: 178px;
    line-height: 160px;
    margin: 0 0 0 -4px;
}
#row4 .right p {
    color: #fff;
    font-size: 20px;
    font-family: 'Aleo', serif;
    font-weight: 400;
    line-height: 35px;
    margin: 0;
    padding: 40px 0 0 100px;
    width: 770px;
}
#row4 .right a {
    background: #f03434;
    color: #fff;
    font-size: 20px;
    font-family: 'Aleo', serif;
    font-weight: 400;
    margin: 0;
    padding: 3px;
    line-height: normal;
    border: 0;
    width: 200px;
    cursor: pointer;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#row4 .right a:hover {
    background: #fff;
    color: #f03434;
    cursor: pointer;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}

/*--Footer--*/
#footer {
    background: url(https://a.hub-cdn.com/images/generic/3e537d8c-2c88-42d6-adad-51eae7d7f1d7.png?width=180&height=217) no-repeat right top #000;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer #footer-logo {
    display: block;
    width: 290px;
    height: auto;
    margin: 0;
    padding: 0 0 0 44px;
}

#footer .navigation {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: auto;
    display: flex;
    align-items: center;
}
#footer .navigation li {
}
#footer .navigation li a {
    color: #fff;
    font-size: 27px;
    font-family: 'Anton', sans-serif;
    display: block;
    margin: 0;
    padding: 0 15px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 10ms ease-in-out 10ms;
    -moz-transition: all 10ms ease-in-out 10ms;
    -ms-transition: all 10ms ease-in-out 10ms;
    -o-transition: all 10ms ease-in-out 10ms;
    transition: all 10ms ease-in-out 10ms;
}
#footer .navigation li a:hover {
    color: #cf000f;
    -webkit-transition: all 10ms ease-in-out 10ms;
    -moz-transition: all 10ms ease-in-out 10ms;
    -ms-transition: all 10ms ease-in-out 10ms;
    -o-transition: all 10ms ease-in-out 10ms;
    transition: all 10ms ease-in-out 10ms;
}
#footer .navigation .signup-1 {
    background: #cf000f;
    padding: 7px;
}
#footer .navigation .signup-1:hover {
    background: #cf000f;
    color: #000;
}
#footer .scrollup {
    background: url(../img/arrow-footer.png) no-repeat left center;
    background-size: 21px 25px;
    display: block;
    color: #fff;
    font-size: 27px;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    margin: 0 40px 0 0;
    padding: 0 0 0 25px;
    line-height: 25px;
    text-transform: uppercase;
    width: auto;
    height: auto;
    cursor: pointer;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#footer .scrollup:hover {
    color: #cf000f;
    cursor: pointer;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}

/*--Small Footer --*/
#small-footer {
    background: #d62f2f;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#small-footer p {
    color: #fff;
    font-size: 20px;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0 20px;
}

/*---------------MEDIA QUERIES---------------*/

@media screen and (max-width: 1550px) {
    #hero {
      background-size: contain;
      height: 63vw;
    }
    #hero .girl-main {
      width: 48.6vw;
      right: 11.65%;
    }
    #hero .hero-girl-pop-out {
      right: -12px;
    }
    #hero .left #logo {
      width: 647px;
    }
    #hero .left h1 {
      margin: 20px 0 0 40px;
    }
    #hero .left h1 span {
      font-size: 147px;
    }
    #hero #form-wrapper {
      padding: 0 0 0 25px;
    }
}
@media screen and (max-width: 1450px) {
    #hero .left #logo {
        width: 577px;
    }
    #hero .left h1 {
      font-size: 50px;
      margin: 0 0 0 40px;
      line-height: 102px;
    }
    #hero .left h1 span {
      font-size: 135px;
    }
    #hero .top-right {
      height: 75px;
    }
    #hero .top-right h2 {
      font-size: 50px;
    }
    #hero .bottom .girl-bottom-left {
      display: block;
      width: 220px;
    }
    #hero .bottom .wrap h2 {
      font-size: 24px;
      margin: 0 0 -10px 0;
    }
    #hero .bottom .wrap .img-wrap {
      width: 366px;
    }
    #hero .bottom .wrap .img-wrap .img1 {
      width: 128px;
    }
    #hero .bottom .wrap .img-wrap .img2 {
      width: 125px;
      top: -8px;
      left: 118px;
    }
    #hero .bottom .wrap .img-wrap .img3 {
      width: 140px;
      top: -5px;
    }
    #hero .hero-girl-pop-out {
      width: 136px;
      top: -373px;
    }
    #hero .cta .heading1 {
      left: -10px;
    }
    #row1 .left p {
      padding: 40px 20px 40px 100px;
      width: 570px;
    }
    #row3 .left p {
      padding: 40px 20px 40px 100px;
      width: 570px;
    }
}
@media screen and (max-width: 1300px) {
    #hero .hero-girl-pop-out {
      width: 100px;
      top: -264px;
      right: 7px;
    }
    #hero .bottom {
      display: none;
    }
    #row1 .right img {
      width: 610px;
    }
    #row4 .left img {
      width: 420px;
    }
    #row4 .right p {
      width: 660px;
    }
}
@media screen and (max-width: 1200px) {
    #hero .left #logo {
      width: 517px;
    }
    #hero .left h1 {
      width: 700px;
      font-size: 40px;
      line-height: 80px;
    }
    #hero .left h1 span {
      font-size: 109px;
    }
    #hero .bottom, #hero .cta {
      display: none;
    }
    #footer {
      background: #000;
      flex-direction: column;
      padding: 50px 0;
    }
    #footer #footer-logo {
      margin: 0 0 30px 0;
      padding: 0;
    }
    #footer .navigation {
      flex-direction: column;
    }
    #footer .navigation li a {
      padding: 20px 15px;
    }
    #footer .scrollup {
      margin: 30px 0 0 0;
    }
}
@media screen and (max-width: 1100px) {
    #row1, #row3, #row4 {
      flex-direction: column;
    }
    #row1 .left .heading-wrap {
      padding: 0 0 0 20px;
      width: 340px;
      height: 153px;
      margin: 0 auto;
    }
    #row1 .left .heading-wrap h2 {
      font-size: 38px;
      line-height: normal;
      padding: 10px 0 0 0;
    }
    #row3 .left h2 {
      padding: 0 0 0 20px;
      width: 340px;
      height: 153px;
      margin: 0 auto;
      font-size: 38px;
      line-height: normal;
    }
    #row1 .left .heading-wrap .heading-2 {
      font-size: 78px;
      left: 20px;
      bottom: 0;
    }
    #row3 .left h2 span, #row4 .right h2 span {
      font-size: 78px;
      left: 20px;
      bottom: 0;
      line-height: 80px;
    }
    #row1 .left p, #row3 .left p, #row4 .right p {
      padding: 30px 20px;
      margin: 0 auto;
      text-align: center;
      width: auto;
    }
    #row1 .right, #row4 .left {
      padding: 0 20px;
    }
    #row1 .right img, #row4 .left img {
      display: block;
      margin: 0 auto 20px auto;
      width: 100%;
    }
    #row4 .left {
      order: 1;
    }
    #row4 .right {
      order: 0;
    }
    #row4 .right h2 {
      padding: 0 20px 0 0;
      width: 340px;
      height: 153px;
      margin: 0 auto;
      font-size: 38px;
      line-height: normal;
    }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 980px) {
    #hero {
      background-position: 11vw top;
    }
    #hero .girl-main {
      right: 6.1%!important;
    }
    #hero .top-right {
      height: 65px;
    }
    #hero .top-right h2 {
      font-size: 40px;
      margin-right: 20px;
    }
    #hero .login {
      right: 22px;
    }
    #hero .cta {
      display: none;
    }
    #hero .left #logo {
      width: 307px;
    }
    #hero {
      height: 83vw;
    }
    #hero .girl-main {
      width: 64vw;
      right: 15.1%;
    }
    #hero .left {
      height: 100%;
      width: 100%;
    }
    .outer-wrap {
        right: 0;
        position: absolute;
        bottom: 30px;
        left: 0;
    }
    #hero .left h1 {
      text-align: center;
      display: flex;
      margin: 0 auto 20px auto;
      flex-direction: column;
      width: auto;
    }
    #hero .left h1 span {
      -webkit-filter: drop-shadow(0px 0px 10px gray); /* Safari */
      filter: drop-shadow(0px 0px 10px gray);
    }
    #hero #form-wrapper {
      padding: 0;
    }
    #hero #form-wrapper .wrap {
      width: auto;
      padding: 0 20px;
    }
  
    #hero .login {
      z-index: 9999;
    }
}
@media screen and (max-width: 850px) {
    #row2 .item {
      width: auto;
    }
    #row2 .item p {
      width: 400px;
    }
}
@media screen and (max-width: 768px) {
    #hero {
      height: 115vw;
      background-position: center top;
      background-size: cover;
    }
    #hero .girl-main {
      width: 88vw;
      right: 3.9%!important;
    }
    #hero .top-right {
      justify-content: flex-start;
    }
    #hero .top-right h2 {
      font-size: 23px;
      margin: 0 0 0 20px;
    }
    #hero .left #logo {
      margin: 35px 0 0 20px;
      width: 220px;
      position: absolute;
      top: -20px;
      right: 20px;
    }
    #hero .left h1 {
      font-size: 25px;
      line-height: 49px;
      margin-bottom: 15px;
    }
    #hero .left h1 span {
      font-size: 70px;
    }
    #hero #form-wrapper .wrap h2 {
      font-size: 21px;
      margin-bottom: 10px;
    }
    #hero .login {
      font-size: 15px;
      width: 120px;
      right: 19px;
      top: 100px;
      -moz-transform: rotate(-1deg);
      -webkit-transform: rotate(-1deg);
      -o-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
      transform: rotate(-1deg);
    }
    #row3 .right #member {
      width: 50%;
    }
}
@media screen and (max-width: 700px) {
    #row2 .item h2 {
      font-size: 26px;
      margin: 0 0 10px 0;
    }
    #row2 .item p {
      width: 300px;
    }
}
@media screen and (max-width: 650px) {
    #hero .top-right h2 {
      display: none;
    }
    #hero {
      background-position: -30vw top;
    }
    #hero .girl-main {
      width: 89vw;
      right: 15%!important;
    }
    #hero .top-right h2 {
      margin-right: 10px;
    }
    .outer-wrap {
      bottom: 20px;
    }
    #hero .left #logo {
      width: 180px;
    }
    #hero .login {
      right: 13px;
      top: 92px;
    }
}

/*Max-height------------------------------*/
@media screen and (max-height: 650px) {

}
@media screen and (max-height: 550px) {

}
/*END Max-height--------------------------*/
@media screen and (max-width: 550px) {
    #hero .left #logo {
      width: 140px;
    }
    #hero .login {
      top: 84px;
    }
}
@media screen and (max-width: 480px) {
    #hero {
      height: 151vw;
      background-position: center top;
      background-size: cover;
    }
    #hero .girl-main {
      width: 116.5vw;
      right: -11.4%!important;
    }
    #hero .left #logo {
      padding: 10px;
      width: 150px;
      right: 10px;
    }
    #hero .login {
      top: 65px;
      right: 8px;
    }
    #hero .left h1 {
      margin-bottom: 5px;
    }
    #hero .left h1 span {
      font-size: 60px;
    }
    #footer #footer-logo {
      margin: 0 0 15px 0;
    }
    #footer .navigation li a {
      font-size: 20px;
      padding: 15px 15px;
    }
}
@media screen and (max-width: 430px) {
    #country-overlay > div .countries .flags {
      width: 230px;
      justify-content: space-around;
    }
    #country-overlay > div .countries .flags .outer {
      margin-bottom: 10px;
    }
}
@media screen and (max-width: 414px) {
    #row2 .item h2 {
      font-size: 17px;
      margin-bottom: 5px;
      line-height: normal;
    }
    #row2 .item p {
      width: 250px;
      font-size: 17px;
    }
    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
      height: 64px;
    }
}
@media screen and (max-width: 390px) {
    #row2 .item p {
      font-size: 15px;
      line-height: 31px;
      width: 200px;
    }
}
