@import url("font.css");
@import url("header.css");
@import url("bluebar.css");
@import url("sloganbar.css");
@import url("footer.css");
@import url("section.css");
@import url("product.css");

@import url("banner.css");
@import url("index_below.css");
* {
    box-sizing: border-box;
}
body {
    margin: auto;
    background-color: #fff;
}

video {
    width: 100% !important;
    height: auto !important;
}

/* uwu */

.uwu-p h2 {
    min-height: 50px;
}

.uwu-link {
    color: red;
    transition: color ease 0.5s;
}

.uwu-link:hover {
    color: white;
}

.uwu-text-red {
    color: #d50000;
}

.uwu-bold {
    font-weight: bold;
}

.uwu-text-justify {
    text-align: justify;
}
.uwu-text-center {
    text-align: center;
}

.uwu-box {
    border-radius: 1rem;
    padding: 2rem 4rem;
    background: #1e1283;
}
.uwu-box h2 {
    color: #fcee25;
}
.uwu-box p {
    color: #fff;
}

.uwu-li li::marker {
    color: #dfd514;
}

.p-1 {
    padding: 1rem;
}
.p-2 {
    padding: 2rem;
}
.p-3 {
    padding: 3rem;
}

.m-0 {
    margin: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}

.p-0 {
    padding: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5rem !important;
}
.pt-4 {
    padding-top: 4rem !important;
}
.pt-3 {
    padding-top: 3rem !important;
}
.pt-2 {
    padding-top: 2rem !important;
}
.pt-1 {
    padding-top: 1rem !important;
}
.pb-5 {
    padding-bottom: 5rem !important;
}
.pb-4 {
    padding-bottom: 4rem !important;
}
.pb-3 {
    padding-bottom: 3rem !important;
}
.pb-2 {
    padding-bottom: 2rem !important;
}
.pb-1 {
    padding-bottom: 1rem !important;
}
/* === */
.mt-5 {
    margin-top: 5rem !important;
}
.mt-4 {
    margin-top: 4rem !important;
}
.mt-3 {
    margin-top: 3rem !important;
}
.mt-2 {
    margin-top: 2rem !important;
}
.mt-1 {
    margin-top: 1rem !important;
}
.mb-5 {
    margin-bottom: 5rem !important;
}
.mb-4 {
    margin-bottom: 4rem !important;
}
.mb-3 {
    margin-bottom: 3rem !important;
}
.mb-2 {
    margin-bottom: 2rem !important;
}
.mb-1 {
    margin-bottom: 1rem !important;
}

bluebar a {
    width: 50px !important;
    font-size: 32px !important;
    text-align: center;
}
bluebar .a4 {
    bottom: 300px;
    background-color: #00c853;
}
bluebar .a1 {
    bottom: 250px;
    background-color: #2962ff;
}
bluebar .a2 {
    bottom: 200px;
    background-color: #0091ea;
}
bluebar .a3 {
    bottom: 150px;
    background-color: #d50000;
}

@media only screen and (max-width: 420px) {
    bluebar .a4 {
        bottom: 250px;
        background-color: #00c853;
    }
    bluebar .a1 {
        bottom: 200px;
        background-color: #2962ff;
    }
    bluebar .a2 {
        bottom: 150px;
        background-color: #0091ea;
    }
    bluebar .a3 {
        bottom: 100px;
        background-color: #d50000;
    }
}

.br-1 {
	border-radius: 1rem;
}

/* .hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0); 
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    filter: invert(39%) sepia(93%) saturate(3622%) hue-rotate(210deg) brightness(104%) contrast(101%);
    transition: 0.5s;
}
.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: invert(37%) sepia(81%) saturate(5186%) hue-rotate(220deg) brightness(101%) contrast(101%);
    transition: 0.5s;
}
.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-shrink:active,
.hvr-shrink:focus,
.hvr-shrink:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
} */
