/**
Theme Name: Slow Coast
Author: Blue Winds Media
Author URI: https://www.bluewindsmedia.com
Description: A custom theme for Slow Coast, built on the Astra framework.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: slow-coast
Template: astra
*/

.marquee-container {
    overflow: hidden;
    white-space: nowrap
}

.marquee-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    animation: 25s linear infinite scroll
}

.marquee-content span {
    display: inline-block;
    color: #EDF6F0;
    font-family: "PPRader", sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    padding-top: 20px;
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@media screen and (min-width: 1681px) and (max-width: 1780px) and (max-height: 850px) {
    .marquee-content img {
        height: 100px !important;
        object-fit: contain;
    }

    .marquee-content span {
        font-size: 70px !important;
    }

    .textarea-sec .elementor-widget-image {
        width: 60% !important;
    }
}

@media screen and (min-width: 1450px) and (max-width: 1680px) and (max-height: 850px) {
    .marquee-content span {
        font-size: 60px !important;
    }

    .marquee-content img {
        height: 100px !important;
        object-fit: contain;
    }

    .textarea-sec .elementor-widget-image {
        width: 70% !important;
    }
}

@media screen and (min-width: 1450px) and (max-width: 1680px) and (max-height: 770px) {
    .marquee-content span {
        font-size: 50px !important;
    }

    .marquee-content img {
        height: 80px !important;
        object-fit: contain;
    }

    .textarea-sec .elementor-widget-image {
        width: 60% !important;
    }
}

@media screen and (min-width: 1450px) and (max-width: 1680px) and (max-height: 710px) {
    .marquee-content span {
        font-size: 50px !important;
    }

    .marquee-content img {
        height: 70px !important;
        object-fit: contain;
    }

    .textarea-sec .elementor-widget-image {
        width: 55% !important;
    }
}

@media screen and (max-width: 1450px) {
    .marquee-content span {
        font-size: 50px !important;
    }

    .marquee-content img {
        height: 70px !important;
        object-fit: contain;
    }

    .marquee-content {
        gap: 60px !important;
    }
}

@media screen and (max-width: 991px) {
    .marquee-content span {
        font-size: 40px !important;
        padding-top: 14px !important;
    }

    .marquee-content img {
        height: 60px !important;
        object-fit: contain;
    }

    .marquee-content {
        gap: 50px !important;
    }
}

@media screen and (max-width: 575px) {
    .marquee-content span {
        font-size: 34px !important;
    }

    .marquee-content img {
        height: 50px !important;
    }

    .marquee-content {
        gap: 30px !important;
    }
}