﻿/*Hero image Widget*/
.hero-image-container {
    position: relative;
    height: 450px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    overflow-wrap: break-word;
}

.rounded-style {
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 1rem;
    color: white;
    /* font-weight: 700; */
    padding: 10px 32px;
    border-radius: 9999px;
    text-transform: uppercase;
}

.hero-image-detailed-container {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    overflow-wrap: break-word;
}

.hero-image-div {
    width: 40%;
}

.hero-image-detailed-div {
    width: 35%;
    float: left;
}

.hero-image {
    height: 90%;
    float: right;
    max-width: none;
}

.hero-image-detail {
    float: right;
    height: auto;
    margin: auto;
    max-height: 400px;
}

.hero-image-detailed-div-mobile {
    display: none;
}

.hero-image-text-div {
    width: 60%;
    height: 450px;
    position: relative;
    text-align: left;
}

.hero-image-detailed-text-div {
    width: 60%;
    /* height: 450px; */
    text-align: left;
    padding: 24px 16px;
    float: left;
}

.hero-image-text {
    color: #ffffff;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 72px;
    font-style: normal;
    font-weight: normal;
    text-shadow: 0px 0px 16px #000000;
    width: 75%;
    line-height: 1em;
    position: absolute;
    margin-top: 100px;
}

.hero-image-detail-top-text {
    text-align: center;
    color: var(--brown);
    font-family: Lakesight, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    line-height: 60px;
    font-weight: bold;
}

.hero-image-detail-text {
    text-align: center;
    color: var(--brown);
    font-family: 'Montserrat Black', sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-style: normal;
    font-weight: normal;
    margin-top: 20px;
    width: 100%;
}

.hero-image-widget-buttons {
    margin-top: 40px;
    text-align: center;
}

.hero-image-button {
    font-family: Lato, sans-serif;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 165px;
    height: 50px;
    font-size: 16px;
    color: #ffffff !important;
    padding-top: 12px;
    text-align: center;
    margin: auto;
    cursor: pointer;
    margin: 0 4px;
    text-decoration: none !important;
    vertical-align: middle;
}

.hero-image-detail-text > p {
    margin: 0;
}


@media(max-width:991px) {
    .hero-image-text {
        font-size: 60px;
        line-height: 60px;
        width: 400px;
    }

    .hero-image-detail-top-text {
        font-size: 48px;
        line-height: 48px;
    }

    .hero-image-detail-text {
        font-size: 32px;
    }
}


@media(max-width:767px) {
    .hero-image {
        height: 60%;
        float: right;
        max-width: max-content;
    }

    .hero-image-div{
        width: 55%;
    }

    .hero-image-text-div {
        width: 45%;
    }

    .hero-image-text {
        font-size: 36px;
        line-height: 36px;
        width: 220px;
        line-height: 45px;
        margin-top: 60px;
        margin-left: -30px;
    }

    .hero-image-widget-buttons {
        margin-top: 32px;

    }

    .hero-image-detailed-div{
        width: 30%;
    }

    .hero-image-detailed-text-div {
        width: 70%;
    }

    .hero-image-detail-top-text {
        font-size: 40px;
        line-height: 40px;
    }

    .hero-image-detail-top-text > p {
        margin-bottom: 0;
    }

    .hero-image-button {
        margin: 0;
    }

    .hero-image-container
    {
        height:333px;
    }

    .hero-image {
        height: 40%;
        float: right;
        max-width: max-content;
    }

    .hero-image-detail {
        height: 500px;
        float:none;
    }

    .hero-image-text {
        font-size: 30px;
        line-height: 30px;
        width: 140px;
        margin-top: 40px;
        margin-left: -20px;
    }

    .hero-image-detail-top-text {
        font-size: 36px;
        line-height: 36px;
        width: 100%;
        margin-top: 0px;
        text-align: center;
        margin-left:0px;
    }

    .hero-image-detailed-text-div {
        width: 100%;
        text-align:center;
        padding-left:0px;
    }

    .hero-image-detailed-div{
        display: none;
    }

    .hero-image-detailed-div-mobile {
        display: block !important;
        margin-top: 10px;
        text-align:center;
    }

    .hero-image-detail-text {
        margin-top: 15px;
        margin-left: 8px;
        text-align: center;
        width: 100%;
        font-size: 24px;
        line-height: 24px;
        padding: 0 16px;
    }

    .hero-image-widget-buttons {
        width: 100%;
        text-align: center;
    }
}