@font-face {
    font-family: 'Bradley Hand';
    src: url('../fonts/BradleyHandITCTT-Bold.eot');
    src: url('../fonts/BradleyHandITCTT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BradleyHandITCTT-Bold.woff2') format('woff2'), url('../fonts/BradleyHandITCTT-Bold.woff') format('woff'), url('../fonts/BradleyHandITCTT-Bold.ttf') format('truetype'), url('../fonts/BradleyHandITCTT-Bold.svg#BradleyHandITCTT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none !important;
}

html {
    overflow: hidden;
}

body {
    font-family: 'Bradley Hand';
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background: rgb(55, 50, 136);
    background: -moz-linear-gradient(180deg, rgba(55, 50, 136, 1) 0%, rgba(211, 167, 185, 1) 75%, rgba(250, 166, 164, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(55, 50, 136, 1) 0%, rgba(211, 167, 185, 1) 75%, rgba(250, 166, 164, 1) 100%);
    background: linear-gradient(180deg, rgba(55, 50, 136, 1) 0%, rgba(211, 167, 185, 1) 75%, rgba(250, 166, 164, 1) 100%);
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.hero-banner {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    width: 100%;
}

.logo {
    max-width: 150px;
    width: 100%;
    flex: 0 0 150px;
    cursor: pointer;
}

.left-text {
    max-width: 520px;
    margin-right: 195px;
    flex: 0 0 520px;
    position: relative;
    text-align: center;
    height: 260px;
}

.right-text {
    flex: 0 0 520px;
    max-width: 520px;
    margin-left: 195px;
    position: relative;
    height: 260px;
    text-align: center;
}

.left-text h2 {
    transform: translateX(80%);
    top: 100px;
    position: absolute;
    width: 100%;
}

.right-text h2 {
    transform: translateX(-80%);
    top: 100px;
    position: absolute;
    width: 100%;
}

.hero-content:hover h2 {
    opacity: 1;
    transform: translateX(-0px);
}

.hero-content h2 {
    opacity: 0;
    transition: all 250ms ease-in-out;
    font-family: 'Bradley Hand';
    font-weight: 500;
    font-size: 34px;
    line-height: 59px;
    color: #FFDFF5;
}

.hero-content:hover h2:nth-child(1) {
    top: 0;
}

.hero-content:hover h2:nth-child(2) {
    top: 100px;
}

.hero-content:hover h2:nth-child(3) {
    top: 200px;
}

.hero-content:hover .left-text {
    text-align: right;
}

.hero-content:hover .right-text {
    text-align: left;
}

.email-btn {
    position: absolute;
    bottom: 0;
    margin: 0 auto 30px;
    text-align: center;
}

.email-btn img {
    position: relative;
    transition: all 150ms ease-in-out;
    top: 0;
}

.email-btn:hover img {
    top: 5px;
}

.email-btn h4 {
    font-size: 22px;
    line-height: 27px;
    margin-top: 5px;
    color: #fff;
}

@media screen and (max-width: 1550px) {
    .left-text {
        margin-right: 80px;
    }
    .right-text {
        margin-left: 80px;
    }
}

@media screen and (max-width: 1366px) {
    .hero-content h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .right-text,
    .left-text {
        max-width: 380px;
        flex: 0 0 380px;
    }
    .logo {
        max-width: 120px;
        flex: 0 0 120px;
    }
    .left-text {
        margin-right: 50px;
    }
    .right-text {
        margin-left: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .animation .hero-content h2 {
        opacity: 1;
        transform: translateX(-0px);
    }
    .left-text h2 {
        transform: translateX(80%);
        top: 100px;
        position: absolute;
        width: 100%;
    }
    .right-text h2 {
        transform: translateX(-80%);
        top: 100px;
        position: absolute;
        width: 100%;
    }
    .right-text {
        margin-left: 40px;
        height: 160px;
    }
    .left-text {
        margin-right: 40px;
        height: 160px;
    }
    .animation .hero-content h2:nth-child(1) {
        top: 0;
    }
    .animation .hero-content h2:nth-child(2) {
        top: 50px;
    }
    .animation .hero-content h2:nth-child(3) {
        top: 100px;
    }
    .animation .hero-content .left-text {
        text-align: right;
    }
    .animation .hero-content .right-text {
        text-align: left;
    }
}

@media screen and (max-width: 991px) {
    .hero-content h2 {
        font-size: 20px;
        line-height: 28px;
        margin: 8px 0;
    }
    .right-text,
    .left-text {
        max-width: 320px;
        flex: 0 0 320px;
    }
    .logo {
        max-width: 80px;
        flex: 0 0 80px;
    }
    .email-btn h4 {
        font-size: 14px;
        margin: 0;
    }
    .email-btn img {
        max-width: 20px;
    }
    .email-btn {
        margin: 0 auto 10px;
    }
}

@media screen and (max-width: 767px) {
    .hero-content h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .hero-banner {
        padding-bottom: 60px;
    }
    .hero-content {
        flex-wrap: wrap;
    }
    .right-text,
    .left-text {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        padding: 0 20px;
    }
    .logo {
        max-width: 80px;
        flex: 0 0 80px;
    }
    .right-text {
        margin-left: 0px;
    }
    .left-text {
        margin-right: 0px;
        margin-bottom: 40px;
    }
    .left-text h2 {
        transform: translateX(0%);
        transform: translateY(80%);
        top: 100px;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
    }
    .right-text h2 {
        transform: translateX(0%);
        transform: translateY(-80%);
        top: 100px;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
    }
    .animation .hero-content h2 {
        opacity: 1;
        transform: translateY(-0px);
    }
    .animation .hero-content .left-text,
    .animation .hero-content .right-text {
        text-align: center;
    }
    .animation .hero-content h2:nth-child(1) {
        top: 30px;
    }
    .animation .hero-content h2:nth-child(2) {
        top: 80px;
    }
    .animation .hero-content h2:nth-child(3) {
        top: 130px;
    }
    .left-text h2 {
        transform: translateY(125px);
    }
    .right-text h2 {
        transform: translateY(-125px);
    }
}