.font-heading,
.font-heading span {
    font-size: 40px;
}

.font-subheading {
    font-size: 40px;
}

.font-black {
    font-weight: 900 !important;
}

.font-regular {
    font-size: 20px;
    font-weight: 600;
}

.panel-container {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 100vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.img-bg {
    height: 100%;
    width: 100%;
}

.bg-image-container {
    height: 100%;
}

.thinking-panel-container {
    background-image: url('../images/services/WebPresence/bgWhite.png');
    z-index: 5;
}

.show-panel-container {
    z-index: 4;
    background-image: url('../images/services/WebPresence/bgBlue.png');
}

.thinking-green-panel-container {
    z-index: 3;
    background-image: url('../images/services/WebPresence/bgGreen.png');
}

.wow-panel-container {
    z-index: 2;
    background-image: url('../images/services/WebPresence/bgBlue2.png');
}

.blush-panel-container {
    z-index: 1;
    background-attachment: none;
    background-image: url('../images/services/WebPresence/bgNavyBlue.png');
}

.emote {
    height: 100%;
    width: 100%;
    background-attachment: none;
    background-position: none;
    background-size: none;
    position: relative;
    background-repeat: no-repeat;
    padding-top: 200px !important;
    padding-bottom: 100px !important;
}

.emoteMobile {
    display: block;
    height: 150px;
    width: 150px;
}

.emoteMobile img {
    height: 100%;
    width: 100%;
}

.emote1 {
    background-image: none;
}

.emote2 {
    background-image: none;
}

.emote3 {
    background-image: none;
}

.emote4 {
    background-image: none;
}

.emote5 {
    background-image: none;
}

.content {
    width: 100%;
    text-align: center;
}

.image-container {
    width: 100%;
    margin-top: 4rem;
}

.tunnel {
    max-width: fit-content;
    height: 200px;
    position: relative;
    bottom: -100px;
}

.tunnel-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    background: none;
}

.tunnel img {
    height: 100%;
    object-fit: cover;
}

.star-icon {
    margin: 5px;
    width: 3rem;
    height: 3rem;
}

.book-now-btn {
    font-size: 2.25rem;
    font-weight: 800;
    padding: 1rem 2rem;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .font-heading,
    .font-heading span {
        font-size: 96px;
    }

    .font-subheading {
        font-size: 64px;
    }

    .font-regular {
        font-size: 36px;
        font-weight: 600;
    }

    .panel-container {
        height: 100vh;
        position: relative;
        width: 100vw;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .emote {
        height: 100%;
        width: 100%;
        background-attachment: fixed;
        background-position: center;
        background-size: 200px 200px;
        position: absolute;
        background-repeat: no-repeat;
        padding: 0 4%;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .emote1 {
        background-image: url('../images/services/WebPresence/thinkingEmote.png');
    }

    .emote2 {
        background-image: url('../images/services/WebPresence/showEmote.png');
    }

    .emote3 {
        background-image: url('../images/services/WebPresence/thinkingEmote.png');
    }

    .emote4 {
        background-image: url('../images/services/WebPresence/wowEmote.png');
    }

    .emote5 {
        background-position: center 30%;
        background-image: url('../images/services/WebPresence/shyEmote.png');
    }

    .content {
        width: 40%;
        text-align: left;
    }

    .image-container {
        width: 30%;
        margin-top: 0;
    }

    .tunnel {
        max-width: fit-content;
        height: 200px;
        position: absolute;
        bottom: -100px;
    }

    .tunnel-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        position: absolute;
        justify-content: center;
        background: none;
    }
}

@media (min-width: 1200px) {
}
