@charset "utf-8";
/* CSS Document */

/* media-query
------------------------------------------------*/
@media handheld, only screen and (min-width: 1950px) {
    section.home_landing .landing_view .right_side {
        max-width: 55%;
    }
}

@media handheld, only screen and (max-width: 1950px) {
    section.home_landing .landing_view .right_side {
        max-width: 45%;
    }
}

@media handheld, only screen and (max-width: 1450px) {
    section.home_landing .landing_view .logo {
        max-width: 260px;
    }

    section.home_landing .landing_view .logo ~ h1 {
        margin-left: 40px;
        font-size: 20px;
    }

    section.home_landing .landing_view .left_side {
        padding-right: 20px;
    }

    section.home_landing .landing_view .bottom_landing > p {
        font-size: 18px;
        margin-bottom: 25px;
    }

    section.home_landing .landing_view .left_side .bottom_landing a.email_btn,
    section.home_landing .landing_view .left_side .bottom_landing a {
        font-size: 18px;
        line-height: 20px;
    }

    section.home_landing .landing_view .left_side .bottom_landing {
        margin-top: 30px;
    }
}

@media handheld, only screen and (max-width: 1280px) {
    h1 {
        font-size: 40px;
        line-height: 45px;
    }
    p, .bottom_landing a {
        font-size: 18px;
        line-height: 24px;
    }

    section.home_landing .landing_view .logo {
        max-width: 240px;
    }

    section.home_landing .landing_view .logo ~ h1 {
        margin-left: 0;
        width: 100%;
        display: block;
        margin-top: 30px;
    }

    section.home_landing .landing_view .left_side {
        padding-right: 50px;
    }

    section.home_landing .landing_view .left_side .bottom_landing {
        margin-top: 20px;
    }
}

@media handheld, only screen and (max-width: 1140px) {
    section.home_landing .landing_view .right_side {
        max-width: 60%;
        min-height: 60vh;
    }
}

@media handheld, only screen and (max-width: 1023px) {}

@media handheld, only screen and (max-width: 991px) {}

@media handheld, only screen and (max-width: 880px) {
    section.home_landing .landing_view {
        flex-direction: column-reverse;
        align-items: unset;
        min-height: 100vh;
    }

    section.home_landing .container {
        padding: 0;
    }

    section.home_landing {
        padding: 0;
        align-items: flex-start;
    }
    section.home_landing .landing_view .right_side {
        max-width: 100%;
        max-height: 400px;
        min-height: auto;
        height: 100vh;
    }
    section.home_landing .landing_view .left_side {
        padding: 50px 50px 50px;
        height: calc(100vh - 400px);
    }

    section.home_landing .landing_view .top_landing {
        display: none;
    }

    section.home_landing .landing_view .right_side .top_landing {
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background-color: rgb(0 73 74 / 50%);
    }

    section.home_landing .landing_view .right_side .top_landing .top_inner {
        width: 100%;
        max-width: 255px;
    }

    section.home_landing .landing_view .right_side .top_landing h1 {
        color: #fff;
        font-size: 15px;
        line-height: 20px;
        margin-left: 15px;
        margin-top: 20px;
        max-width: 210px;
    }

    section.home_landing .landing_view .right_side .top_landing .logo {
        max-width: 255px;
    }

    section.home_landing .landing_view .left_side .bottom_landing{
        margin-top: 0;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    section.home_landing .landing_view .left_side .bottom_landing .social_landing {
        margin-top: auto;
    }
}

@media handheld, only screen and (max-width: 880px) and (orientation: landscape) {
    section.home_landing .landing_view .left_side {
        height: auto;
    }
}

@media handheld, only screen and (max-width: 767px) {}

@media handheld, only screen and (max-width: 639px) {}

@media handheld, only screen and (max-width: 550px) {
    section.home_landing .landing_view .right_side {
        max-height: 320px;
    }

    section.home_landing .landing_view .left_side {
        height: calc(100vh - 320px);
    }

    p, .bottom_landing a {
        font-size: 16px;
        line-height: 21px;
    }

    section.home_landing .landing_view .bottom_landing > p {
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 22px;
    }

    section.home_landing .landing_view .left_side .bottom_landing a.email_btn,
     section.home_landing .landing_view .left_side .bottom_landing a {
        font-size: 15px;
        line-height: 20px;
    }
}

@media handheld, only screen and (max-width: 479px) {
    section.home_landing .landing_view .left_side{
        padding-top: 30px;
    }
}

@media handheld, only screen and (max-height: 625px) and (orientation: portrait) {
    section.home_landing .landing_view .left_side {
        height: auto;
        padding-bottom: 30px;
    }
}


