@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* @import './modules/under-construction.css'; */
@import "./modules/header.css";
@import "./modules/footer.css";
@font-face {
    font-family: "Calibri";
    src: url("./fonts/calibri/calibri.ttf");
}
@font-face {
    font-family: "Poppins";
    src: url("./fonts/poppins/poppins.ttf");
}
@font-face {
    font-family: "Calibri_Bold";
    src: url("./fonts/calibri_bold/calibri-bold.ttf");
}
@font-face {
    font-family: "Rock";
    src: url("./fonts/rockn_roll/RocknRollOne-Regular.ttf");
}
@font-face {
    font-family: "Nanum Brush Script";
    src: url("./fonts/nanum/nanum_regular.ttf");
}

* {
    scrollbar-width: auto;
    scrollbar-color: gray transparent;
}
*::-webkit-scrollbar {
    width: 0.5rem;
}
*::-webkit-scrollbar-track {
    background: transparent;
}
*::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 10px;
    border: 3px solid transparent;
}

html,
body {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-family: "Calibri";
    font-family: "Poppins";
    margin: 0;
    padding: 0;
    color: black;
    box-sizing: border-box;
    position: relative;
    z-index: -2;
    scroll-behavior: smooth;
    overflow-x: hidden;
    background-image: url("../../img/site/banner/bg_site.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

body > .whats {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 15px;
    bottom: 15px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 4px 1px 6px #888;
    z-index: 1000;
}
.container {
    /* max-width: 1140px; */
    max-width: 1250px;
}
.link {
    color: black;
}
.link:hover {
    color: black;
    text-decoration: none;
}
.hide-self {
    display: none;
}
.is-invalid {
    background-color: red;
    color: #fff;
}
