@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik+Mono+One&display=swap');


body {
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    /* font-family: 'Rubik Mono One', sans-serif; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #3d3d3d;
    line-height: 26px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
}

.nav-link {
    font-weight: 600;
}

.carousel-caption {
    transform: translateY(50%);
    bottom: 50% !important;
    background: rgba(0, 0, 0, 0.3);
}

h1 {
    /* text-decoration: underline;
    text-decoration-thickness: 4px;
    text-decoration-color: #0d6efd;
    text-underline-offset: 0.5rem; */
    padding-bottom: 14px;
}

p {
    text-align: justify;
}

em>strong {
    color: rgb(83, 83, 83);
}

.bg-gray {
    background: rgb(250, 250, 250);
}

.banner-1,
.banner-2 {
    width: 100%;
   
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    height: 50px;
    width: 50px;
    border-radius: 30px;
}

#registration table{--bs-table-bg: #32127A !important;--bs-table-color:#fff;}

/*.fw-bolder {
   text-align: center !important;
}*/