html {
    scroll-behavior: smooth;
}

body {
    background-color: #460a21;
    /* background-image: linear-gradient(to right, #040405 0%, rgb(77, 51, 71) 100%); */
    /* animation: gradient 15s ease infinite; */
    align-items: center;
    overflow: hidden;
    display: grid;
}

a {
    color: rgba(14, 11, 12, 0.836);
    text-decoration: none;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.container {
    display: flex;
    flex-wrap: wrap;
}

.tag {
    font-size: 18px;
    text-align: center;
    font-family: "Railly";
}

@font-face {
    font-family: "Railly";
    src: url("/assets/fonts/Inter-Bold.ttf");
}

.drac-custom-scrollbar {
    --custom-scrollbar-bg: rgb(77, 51, 71);
    --custom-scrollbar-border: rgb(77, 51, 71);
    --custom-scrollbar-thumb: #460a21;
    --custom-scrollbar-thumb-hover: #460a21;
    overflow: auto;
}

.drac-custom-scrollbar::-webkit-scrollbar {
    width: 1.4rem;
    height: 1.4rem;
    background-color: var(--custom-scrollbar-bg);
}

.drac-custom-scrollbar::-webkit-scrollbar-track:horizontal {
    border-top: 0.0625rem solid var(--custom-scrollbar-border);
}

.drac-custom-scrollbar::-webkit-scrollbar-track:vertical {
    border-left: 0.0625rem solid var(--custom-scrollbar-border);
}

.drac-custom-scrollbar::-webkit-scrollbar-corner {
    border-top: 0.0625rem solid var(--custom-scrollbar-border);
    border-left: 0.0625rem solid var(--custom-scrollbar-border);
    background-color: transparent;
}

.drac-custom-scrollbar::-webkit-scrollbar-thumb {
    min-width: 3rem;
    min-height: 3rem;
    border-radius: 1rem;
    border: 0.4rem solid transparent;
    background-color: var(--custom-scrollbar-thumb);
    background-clip: content-box;
    -moz-background-clip: content;
    -webkit-background-clip: content;
}

.drac-custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: var(--custom-scrollbar-thumb-hover);
}

.l-gradient {
    background: #2e73ff;
    background-image: linear-gradient( 45deg, #2e73ff 20%, #ff0032 52%, #6c6c6e 95%);
    background-size: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

h1 {
    text-align: center;
    font-size: 65px;
    color: #ffffff;
    font-family: "inter";
    margin-top: 0%;
    cursor: default;
}

h3 {
    text-align: center;
    font-size: 20px;
    margin-top: -4%;
    font-family: monospace;
    color: #ffffff62;
    cursor: default;
}

@media screen and (max-width: 535px) {
    h1 {
        font-size: 2.1rem;
    }
    h3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 380px) {
    h1 {
        font-size: 2rem;
    }
    h3 {
        font-size: 12px;
    }
}

h5 {
    font-family: "fontisto";
    margin-top: 0%;
    font-size: 2rem;
    text-align: center;
    justify-content: center;
    color: #fcfcfc;
    cursor: default;
}

@font-face {
    font-family: "CoreCircus2DIn";
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/209981/333BFA_1_0.eot");
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/209981/333BFA_1_0.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/209981/333BFA_1_0.woff2") format("woff2"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/209981/333BFA_1_0.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/209981/333BFA_1_0.ttf") format("truetype");
}

@font-face {
    font-family: "CoreCircus";
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/209981/333BF4_8_0.eot");
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/209981/333BF4_8_0.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/209981/333BF4_8_0.woff2") format("woff2"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/209981/333BF4_8_0.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/209981/333BF4_8_0.ttf") format("truetype");
}

@font-face {
    font-family: "fontisto";
    src: url("/assets/texgyreadventor-bold.otf");
}

@font-face {
    font-family: "inter";
    src: url("/assets/fonts/Delrosa\ Holiday.ttf");
}

.item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0.5rem auto;
    height: 5rem;
    width: 15rem;
    background: linear-gradient( 90deg, rgb(255, 247, 247) 0%, rgb(62, 152, 241) 100%);
    border-radius: 75px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: lighter;
    transition: 1s box-shadow;
}

.more-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0.5rem auto;
    height: 4rem;
    width: 100%;
    font-family: "inter";
    font-size: 60px;
}

.item:hover {
    box-shadow: 0 5px 35px 0px rgba(0, 0, 0, 0.1);
    background: linear-gradient(45deg, #2e73ff 20%, #c9bec0 52%, #e90c3c 95%);
}

.item:hover::before,
.item:hover::after {
    display: block;
    content: "";
    position: absolute;
    height: 5rem;
    width: 15rem;
    background: #3d08cf;
    border-radius: 75px;
    z-index: -1;
    animation: 1s clockwise infinite;
}

.item:hover:after {
    background: #f3ce5e;
    animation: 2s counterclockwise infinite;
}

@keyframes clockwise {
    0% {
        top: -5px;
        left: 0;
    }
    12% {
        top: -2px;
        left: 2px;
    }
    25% {
        top: 0;
        left: 5px;
    }
    37% {
        top: 2px;
        left: 2px;
    }
    50% {
        top: 5px;
        left: 0;
    }
    62% {
        top: 2px;
        left: -2px;
    }
    75% {
        top: 0;
        left: -5px;
    }
    87% {
        top: -2px;
        left: -2px;
    }
    100% {
        top: -5px;
        left: 0;
    }
}

@keyframes counterclockwise {
    0% {
        top: -5px;
        right: 0;
    }
    12% {
        top: -2px;
        right: 2px;
    }
    25% {
        top: 0;
        right: 5px;
    }
    37% {
        top: 2px;
        right: 2px;
    }
    50% {
        top: 5px;
        right: 0;
    }
    62% {
        top: 2px;
        right: -2px;
    }
    75% {
        top: 0;
        right: -5px;
    }
    87% {
        top: -2px;
        right: -2px;
    }
    100% {
        top: -5px;
        right: 0;
    }
}

.item1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0.5rem auto;
    height: 5rem;
    width: 15rem;
    background: linear-gradient( 90deg, rgba(238, 95, 95, 0.89) 0%, rgb(233, 24, 24) 100%);
    border-radius: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: lighter;
    transition: 1s box-shadow;
}

.bmc-button img {
    width: 45px !important;
    margin-bottom: 1px !important;
    box-shadow: none !important;
    border: none !important;
    vertical-align: middle !important;
}

.bmc-button {
    line-height: 36px !important;
    height: 40px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    color: #ffffff !important;
    background-color: #ff813f !important;
    border-radius: 3px !important;
    border: 1px solid transparent !important;
    padding: 1px 9px !important;
    font-size: 23px !important;
    letter-spacing: 0.6px !important;
    box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5) !important;
    -webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
    font-family: "Cookie", cursive !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -o-transition: 0.3s all linear !important;
    -webkit-transition: 0.3s all linear !important;
    -moz-transition: 0.3s all linear !important;
    -ms-transition: 0.3s all linear !important;
    transition: 0.3s all linear !important;
}

.bmc-button:hover,
.bmc-button:active,
.bmc-button:focus {
    -webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
    text-decoration: none !important;
    box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
    opacity: 0.85 !important;
    color: #ffffff !important;
}

.item1:hover {
    box-shadow: 0 5px 35px 0px rgba(0, 0, 0, 0.1);
}

.item1:hover::before,
.item1:hover::after {
    display: block;
    content: "";
    position: absolute;
    height: 5rem;
    width: 15rem;
    background: #3d08cf;
    border-radius: 15px;
    z-index: -1;
    animation: 1s clockwise infinite;
}

.item1:hover:after {
    background: #f3ce5e;
    animation: 2s counterclockwise infinite;
}

footer {
    position: fixed;
    bottom: 0;
}

@media (max-height: 800px) {
    footer {
        position: static;
    }
    header {
        padding-top: 40px;
    }
}

.footer-distributed {
    background-color: #201729a9;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 50px 50px 60px 50px;
    margin-top: 10px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

.footer-distributed .footer-left {
    width: 30%;
}

.footer-distributed h3 {
    color: #ffffff;
    font: normal 36px "Cookie", cursive;
    margin: 0;
}

.footer-distributed .footer-left img {
    width: 30%;
}

.footer-distributed h3 span {
    color: #e0ac1c;
}

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #e0ac1c;
    text-decoration: none;
}

.footer-distributed .footer-right {
    width: 30%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

@media (max-width: 880px) {
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }
}