* {
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

:root {
    --bg-white: #fcf8ef;
    --red: #d14043;
    --blue: #264d6d;
}

body {
    color: black;
    background: #fcf8ef;
}

.red {
    color: #d14043;
}

.bg-red {
    background-color: #d14043;
}

.blue {
    color: #264d6d;
}

.bg-blue {
    background-color: #1c394c;
}

a {
    color: #d14043;
    text-decoration: none;
}

.landing-container .landing-content {
    height: 100vh;
    height: 100svh;
}

.bushido-btn {
    background-color: #d14043;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.75em 2em;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 4px 16px rgba(209, 64, 67, 0.15);
    transition: background 0.2s, transform 0.2s;
    cursor: pointer;
    text-transform: uppercase;
}

    .bushido-btn:hover,
    .bushido-btn:focus {
        background-color: #b32e32;
        transform: translateY(-2px) scale(1.03);
        outline: none;
    }

#hero {
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    overflow-x: clip;
}

    #hero:before {
        content: "";
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero .container {
        position: relative;
        padding-top: 74px;
        text-align: center;
    }

    #hero h1.dd {
        font-family: "Eurostile LT Std 2", sans-serif;
    }

    #hero h1 {
        margin: 0;
        font-size: 56px;
        font-weight: 700;
        line-height: 64px;
        color: #fff;
        font-family: "Sofia Pro", "Poppins", sans-serif;
    }

        #hero h1 span, #hero h2 span {
            color: #264d6d;
        }

    #hero h2 {
        color: rgba(255, 255, 255, 0.9);
        margin: 10px 0 0 0;
        font-size: 24px;
    }

    #hero .icon-box {
        padding: 30px 20px;
        transition: ease-in-out 0.3s;
        border: 1px solid rgba(255, 255, 255, 0.3);
        height: 100%;
        text-align: center;
    }

        #hero .icon-box i {
            font-size: 32px;
            line-height: 1;
            color: #264d6d;
        }

        #hero .icon-box h3 {
            font-weight: 700;
            margin: 10px 0 0 0;
            padding: 0;
            line-height: 1;
            font-size: 20px;
            line-height: 26px;
        }

            #hero .icon-box h3 a {
                color: #fff;
                transition: ease-in-out 0.3s;
            }

                #hero .icon-box h3 a:hover {
                    color: #264d6d;
                }

        #hero .icon-box:hover {
            border-color: #264d6d;
        }

.logo img {
    width: 200px;
}

.hero-title {
    width: inherit;
}

.clouds .sun {
    height: 600px;
    width: 600px;
    background-color: #d14043;
    border-radius: 50%;
    position: absolute;
    top: -312px;
    right: -240px;
    display: inline-block;
}

.tag-line {
    text-align: right;
    font-weight: bold;
    position: relative;
    bottom: -25px;
    right: 0;
    text-transform: uppercase;
    margin-right: 10px;
}

.main-title {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 55px;
    margin-top: 50px;
}

    .main-title .first-line {
        font-size: 120px;
    }

    .main-title .second-line {
        font-size: 80px;
    }

.main-subtitle {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 45px;
    margin-top: 50px;
}

    .main-subtitle .first-line {
        font-size: 50px;
        display: block;
        -webkit-text-stroke: 2px var(--bg-white);
        paint-order: stroke fill;
    }

    .main-subtitle .second-line {
        font-size: 40px;
        display: block;
        -webkit-text-stroke: 2px var(--bg-white);
        paint-order: stroke fill;
    }

    .main-subtitle .third-line {
        font-size: 40px;
        display: block;
        -webkit-text-stroke: 2px var(--bg-white);
        paint-order: stroke fill;
    }

.clouds .cloud1 {
    animation: cloud 4s 0s infinite normal both;
    position: absolute;
    bottom: -100px;
    right: -200px;
    width: 1100px;
}

.clouds .cloud2 {
    animation: cloud 8s 0s infinite normal both;
    position: absolute;
    width: 1000px;
    top: -240px;
    right: 0;
}

.clouds .cloud3 {
    animation: cloud 4s 2s infinite normal both;
    position: absolute;
    bottom: -140px;
    left: -500px;
    width: 900px;
}

@keyframes cloud {
    50% {
        transform: translateX(-12px);
    }
}


.logo-mobile {
    display: none;
}

.logo-desktop {
    display: block;
}


/*// Medium devices (tablets, 768px and up)*/
@media (max-width: 1600px) {
    .clouds .sun {
        height: 200px;
        width: 200px;
        top: -30px;
        right: -50px;
    }

    .tag-line {
        text-align: right;
        font-weight: bold;
        font-size: 10px;
        text-transform: uppercase;
        margin-right: 10px;
        position: relative;
        bottom: -50px;
        right: 0;
        text-transform: uppercase;
    }

    .main-title {
        font-size: 80px;
        line-height: 70px;
    }

        .main-title .first-line {
            font-size: 80px;
        }

        .main-title .second-line {
            font-size: 60px;
        }


    .main-subtitle {
        line-height: 35px;
        margin-top: 40px;
    }

        .main-subtitle .first-line {
            font-size: 36px;
            display: block;
        }

        .main-subtitle .second-line {
            font-size: 36px;
            display: block;
        }

        .main-subtitle .third-line {
            font-size: 36px;
            display: block;
        }

    .clouds .cloud1 {
        position: absolute;
        bottom: -50px;
        right: -100px;
        width: 750px;
    }

    .clouds .cloud2 {
        width: 500px;
        top: -120px;
        right: -60px;
    }

    .clouds .cloud3 {
        bottom: -70px;
        left: -200px;
        width: 450px;
    }
}



/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 1024px) {
    .logo-mobile {
        display: block;
    }

    .logo-desktop {
        display: none;
    }

    .clouds .sun {
        height: 200px;
        width: 200px;
        top: -30px;
        right: -50px;
    }

    .tag-line {
        text-align: right;
        font-weight: bold;
        font-size: 14px;
        margin-right: 10px;
        position: inherit;
        text-transform: uppercase;
    }

    .main-title {
        font-size: 20px;
        line-height: 30px;
    }

        .main-title .first-line {
            font-size: 40px;
        }

        .main-title .second-line {
            font-size: 30px;
        }

    .main-subtitle {
        line-height: inherit;
        margin: inherit;
    }

        .main-subtitle .first-line {
            font-size: 18px;
            display: block;
        }

        .main-subtitle .second-line {
            font-size: 18px;
            display: block;
        }

        .main-subtitle .third-line {
            font-size: 18px;
            display: block;
        }

    .clouds .cloud1 {
        display: none;
    }

    .clouds .cloud2 {
        width: 500px;
        top: -120px;
        right: -60px;
    }

    .clouds .cloud3 {
        bottom: -70px;
        left: -200px;
        width: 450px;
    }
}