body {
    letter-spacing: 2px;
}

h2 {
    text-align: center;
    font-size: 2.5rem;
    padding-bottom: 2.5rem;
}

.parallax-section {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#home .banner-video {
    width: 100%;
    display: grid;
}

#feature .media {
    background-size: 100% 100%;
    margin: 20px auto;
    /* border: 2px solid; */
    /* padding: 0 10px 10px 20px; */
    padding-top: 200px;
    height: 348px;
    width: 280px;
    border-radius: 15px;
    font-weight: 800;
}

@media (max-width:700px) {
    #feature .media {
        border-radius: 10px;
    }
}

#feature .media-body {
    font-size: 20px;
    text-align: center;
    color: #101926;
    letter-spacing: 4px;
}

#intro {
    background-image: url(../images/web2024-08.png);
    background-size: 100% 100%;
    height: 800px;
    display: flex;
    flex-direction: column-reverse;
    background-color: #101926;
}

#intro .des {
    font-size: 1.5rem;
    letter-spacing: 4px;
    font-weight: 200;
    background: #131c2869;
    padding: 40px 30px 30px 45px;
    box-shadow: rgba(30, 30, 30, 0.72) 15px 15px 15px 15px;
}

#feature {
    background-image: url(../images/web2024-01.png);
    background-size: 100% 100%;
}

#feature .division {
    border-top: 2px solid #0af;
    height: 1px;
    margin: 500px auto 0;
    position: relative;
    margin: 0px auto 50px;
    width: 88%;
}

#feature .division:before {
    background-color: #0af;
    border: 1px ridge #0af;
    height: 10px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -5px;
    width: 40px;
}

#product .banner {
    height: 700px;
    background-size: contain;
    width: 88%;
    margin: 0 auto;
}

#product .detail {
    letter-spacing: 4px;
}

#product .detail h1 {
    color: cyan;
    font-size: 3.5rem;
}

#product .detail .btn-transparent {
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 20px 10px 0 10px;
    width: 150px;
    height: 40px;
    padding-top: 5px;
    background: linear-gradient(to top, #936019, #f5b74b);
    box-shadow: rgb(0, 0, 0) 5px 5px 15px 0px;
    margin-top: 80px;
    border: none;
}

#product .detail .btn-transparent:hover {
    background: transparent;
    border-color: transparent;
}

#counter {
    background-image: url(../images/web2024-07.png);
    padding: 100px 0;
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        flex-direction: column;
        align-content: flex-end;
        flex-wrap: wrap;
    }
    .logo {
        width: 160px;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}


/* X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


/* XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {}


/* `sm` applies to x-small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {}


/* `md` applies to small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
    body {
        font-size: 14px;
    }
    .logo {
        width: 100px;
    }
}


/* `lg` applies to medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
    h2 {
        font-size: 1rem;
        padding-bottom: 1rem;
    }
    #intro {
        height: 545px;
    }
    #intro .des {
        font-size: 1rem;
    }
}


/* `xl` applies to large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {}


/* `xxl` applies to x-large devices (large desktops, less than 1400px) */

@media (max-width: 1399.98px) {}