body {
    overflow-x: hidden;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
}

.btn-hollandmark {
    background-color: #F7B22F;
    color: #8F0611;
    border: solid 1px #F7B22F;
    border-radius: 6px;
    padding: 0.4rem 1rem;
    font-size: 1rem;
    font-weight: 600;
}

.btn-hollandmark:hover {
    background-color: #fff;
    color: #8F0611;
    border: solid 1px #fff;
}

.firstsection {
    background-image: url('../images/intro-background.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    position: relative;
}

.navbar {
    padding: 2rem 0;
    z-index: 5;
    position: relative;
}

.sticky_navbar .navbar-brand img {
    height: 90px;
    transition: height 0.5s ease-in-out;
}

.nav-link {
    color: #F7B22F;
    margin: auto 1rem;
    font-size: 1.2rem;
}

.nav-link:hover {
    color: #fff;
}

.sticky_navbar {
    width: 100%;
    opacity: 1;
    transition: all 200ms ease-in-out;
}

.sticky_navbar.active {
    position: fixed;
    top: 0;
    background-color: #8F0611;
    padding: 0.5rem 0;
}

.sticky_navbar.active .navbar-brand img {
    height: 65px;
}

.sticky_navbar.active .nav-link {
    font-size: 1rem;
}

.bg-colored{
    background-color: #8F0611;
}

.firstsection .box {
    position: absolute;
    width: 600px;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
}

.firstsection .box .title {
    font-size: 4rem;
    line-height: 1.1;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0.5rem;
    font-family: "canvas-script", sans-serif;
    font-weight: 500;
    font-style: normal;

}

.firstsection .box .text {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 300;
    margin-bottom: 1.8rem;
}

.secondsection {
    background-color: #12120D;
    height: 500px;
    position: relative;
}

.secondsection .box {
    position: absolute;
    top: -230px;
    width: 600px;
    left: 50%;
    transform: translateX(-50%);
}

.secondsection .box img {
    border-radius: 20px;
}

.secondsection .box .text-sec {
    background-color: #8F0611;
    padding: 2.5rem;
    border-radius: 20px;
    width: 400px;
    position: relative;
    left: 320px;
    top: -77px;
}

.text-sec img {
    width: 80px;
}

.text-sec .title {
    color: #fff;
    font-weight: 400;
    font-family: "canvas-script", sans-serif;
    font-style: normal;
    font-size: 3rem;
}

.text-sec .text {
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 1.8rem;
}

.thirdsection {
    background-color: #F7B22F;
    position: relative;
}

.thirdsection img {
    width: 120px;
}

.thirdsection p {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.4;
    font-style: italic;
}

.lastsection {
    background-image: url('../images/last-image.jpg');
    height: 1000px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

.lastsection .text-sec {
    background-color: #000;
    padding: 2.5rem;
    border-radius: 20px;
    width: 400px;
    position: absolute;
    left: 20%;
    top: 30%;
    transform: translate(-20%, -30%);
}

@media (max-width: 991.98px) {
    .secondsection .box {
        top: -318px;
        width: 600px;
    }

    .secondsection .box .text-sec {
        padding: 2rem;
        width: 75%;
        left: 50%;
        transform: translateX(-50%);
    }

    .secondsection {
        height: 380px;
    }

    .lastsection {
        height: 800px;
    }

    .lastsection .text-sec {
        padding: 2rem;
        width: 75%;
        left: 20%;
        top: 45%;
        transform: translate(-20%, -45%);
    }
    .navbar {
        padding: 1rem 0;
    }

    .firstsection .box {
        width: 80%;
        top: 30%;
        transform: translate(-50%, -30%);
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(247, 178, 47, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    }
    
    .navbar-toggler {
        border-color: rgb(247, 178, 47);
    }

    .navbar-toggler:focus {
        box-shadow: #F7B22F var(--bs-navbar-toggler-focus-width)
    }

    .nav-link {
        margin: 0;
        font-size: 1.1rem;
    }
}

@media (max-width: 766.98px) {
    .firstsection .box {
        width: 90%;
    }

    .secondsection .box {
        top: -275px;
        width: 98%;
    }

    .secondsection .box .text-sec {
        padding: 1.8rem;
        width: 85%;
        left: 50%;
        transform: translateX(-50%);
    }

    .secondsection .box .text-sec {
        left: 50%;
        transform: translateX(-50%);
        top: -55px;
    }

    .secondsection {
        height: 330px;
    }

    .lastsection {
        height: 600px;
    }

    .lastsection .text-sec {
        padding: 2rem;
        width: 85%;
        left: 50%;
        top: 85%;
        transform: translate(-50%, -85%);
    }

    .navbar-brand img {
        width: 120px;
    }
}