@font-face {
    font-family: 'nulshock';
    src: url('../../assets/font/nulshock-bd.otf');
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../../assets/font/sf-pro-display/SF-Pro-Display-Heavy.otf");
}

@font-face {
    font-family: "SF Pro Display";
    font-weight: 400;
    src: url("../../assets/font/sf-pro-display/SF-Pro-Display-Regular.otf");
}

@font-face {
    font-family: "SF Pro Display";
    font-weight: 700;
    src: url("../../assets/font/sf-pro-display/SF-Pro-Display-Bold.otf");
}

html {
    scroll-behavior: smooth;
}

body, p {
    font-family: 'SF Pro Display', sans-serif !important;
}

.top-button {
    transition: all .5s ease-in-out;
    bottom: -100vh;
    right: 10px;
    z-index: 99;
}

.top-button.active {
    bottom: 10px !important;
}



.font-nulshock {
    font-family: 'nulshock';
}

p {
    font-size: 16px;
}

p span {
    color: #FA6D40;
}

.registration a img {
    top: -30px;
    right: 7%;
    width: 200px;
}

.registration a div {
    right: 10.5%;
    top: 18px;
    font-size: 24px;
}

.nav-eduall {
    color: white;
}

.makerspace-content p b {
    color: #FA6D40;
}

.bg-orange {
    background: #FF7701;
}

.bg-pink {
    background: #FF0D76;
}

.bg-blue {
    background: #0000FF;
}

.bg-green {
    background: #13E513;
}

.bg-eduall {
    background: #0c0f38 !important;
    color: white !important;
}

.bg-eduall-secondary {
    background: rgb(241, 133, 62);
    background: linear-gradient(90deg, rgba(241, 133, 62, 1) 0%, rgba(235, 87, 59, 1) 35%, rgba(232, 62, 57, 1) 100%);
    color: #fff;
}

.btn-eduall {
    background: rgb(241, 133, 62);
    background: linear-gradient(90deg, rgba(241, 133, 62, 1) 0%, rgba(235, 87, 59, 1) 35%, rgba(232, 62, 57, 1) 100%);
    color: #fff !important;
    font-size: 1.2em;
    cursor: auto !important;
}

.img-banner {
    width: 20%;
}

.asset-1 {
    position: absolute;
    top: -5vh;
    left: -13vh;
}

.asset-2 {
    position: absolute;
    bottom: -10vh;
    left: -15vh;
}

.asset-3 {
    position: absolute;
    top: -10vh;
    right: -10vh;
}

.asset-4 {
    position: absolute;
    bottom: -10vh;
    right: -10vh;
}

.divider {
    height: 100vh;
    z-index: 2;
    margin-top: -40vh;
}

.divider .asset-1 {
    top: 8vh;
    left: -7%;
}

.divider .asset-2 {
    top: 0vh;
    left: 87%;
}

#home {
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

#nav-banner .nav-item a:hover,
#nav-banner .nav-item a:focus,
.nav-item a:hover,
.nav-item a:focus {
    color: rgb(225, 135, 38);
}

.modal-backdrop {
    z-index: 10;
}


#what-is-makerspace {
    height: auto;
    scroll-margin-top: 10vh;
}

#events {
    scroll-margin-top: 8vh;
}

.event-quest {
    color: #FAAF40;
    font-size: 1.3em;
}

.quest-box div img {
    height: 170px;
    object-fit: contain;
}

.box-skill {
    height: 250px;
    position: relative;
    overflow: hidden;
}

.box-image {
    display: flex;
    justify-content: center;
    height: 100%;
}

.box-image img {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    font-weight: bold;
    font-size: 15px;
    background: #ffffffcc;
    border-radius: 15px;
    color: #0c0f38;
}

/* .box-skill:hover .box-image img {
    transform: scale(1.1);
} */

.cursor-pointer {
    cursor: pointer;
}

.events-box {
    padding: 40px 0;
    background: #0c0f38;
}

.events-list {
    color: white;
    font-size: 20px;
    padding: 5px 20px 7px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.border-orange {
    border: 1px solid #FF7701;
    transition: all .5s ease-in-out;
}

.border-orange:hover {
    background: #FF7701;
    color: white;
}

.border-green {
    border: 1px solid #13E513;
    transition: all .5s ease-in-out;
}

.border-green:hover {
    background: #13E513;
    color: black;
}

.border-blue {
    border: 1px solid #0000FF;
    transition: all .5s ease-in-out;
}

.border-blue:hover {
    background: #0000FF;
    color: white;
}

.border-pink {
    border: 1px solid #FF0D76;
    transition: all .5s ease-in-out;
}

.border-pink:hover {
    background: #FF0D76;
    color: white;
}

.border-yellow {
    border: 1px solid #ffff00;
    transition: all .5s ease-in-out;
}

.border-yellow:hover {
    background: #ffff00;
    color: black;
}

#projects {
    scroll-margin-top: 5vh;
}

.project-title {
    font-size: 4em;
    line-height: .9;
}

.project-card {
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
}

.project-card .card-body {
    cursor: pointer;
    border-radius: 20px 20px 0 0;
}

.project-card .card-footer {
    cursor: pointer;
    border-radius: 0 0 20px 20px;
    transition: all 0.4s ease-in-out;
}

.project-card:hover {
    /* transform: scale(1.02); */
}

.project-card .card-body {
    height: 350px;
}

.modal-project .modal-content {
    max-height: 500px !important;
    overflow: auto;
}

#talks {
    scroll-margin-top: 5vh;
}

.talks img {
    transition: all .6s ease-in-out;
}

.talks img:hover {
    transform: scale(1.03);
}

#collaborative {
    scroll-margin-top: 0vh;
}

.challange h3 {
    font-size: 2.3em;
    margin-top: 20px;
}

.challange h5 {
    font-size: 1.6em;
    color: #0c0f38;
}

.challange button {
    font-size: 1.3em;
}

.about img {
    width: 25%;
}

.about p {
    font-size: 1.2em;
    text-align: justify;
    padding-bottom: 20px;
    color: #0c0f38;
}

.collaborate-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.collaborate-img {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.collaborate-img:hover {
    transform: scale(1.1) !important;
}

#stem-based {
    scroll-margin-top: 0vh;
}

#stem-learning {
    scroll-margin-top: 5vh;
}

.learning {
    font-size: 1em;
    font-weight: 600;
    color: #26afe5;
    text-align: center;
}

.learning img {
    /* cursor: pointer !important; */
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
}

/* .learning img:hover {
    transform: scale(1.05) !important;
} */

.stem-frame {
    top: -10%;
    left: -0%;
    width: 105%;
}

.stem-box {
    height: 400px;
    overflow: hidden;
}

.stem-box img {
    border: 0;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.stem-box img:hover {
    transform: scale(1.1);
}

.stem-learning-logo {
    display: flex;
    height: 70px;
}

.stem-title {
    color: #26afe5;
    font-size: 1.5em;
}

.stem-content p {
    text-align: justify !important;
}

.stem-content .d-flex img {
    width: 150px;
    object-fit: contain;
}

.content-asset.asset-1 {
    position: absolute;
    width: 20%;
    top: -5%;
    left: -6%;
}

.content-asset.asset-2 {
    position: absolute;
    width: 20%;
    top: -10%;
    left: 85%;
}

#maps {
    height: auto;
}

.maps-asset {
    height: 65vh;
}

.maps-asset img {
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.maps-asset img:hover,
.maps-asset img:active {
    transform: scale(1.01);
    z-index: 1;
}

.maps-1 {
    position: absolute;
    width: 400px !important;
    opacity: .7;
    top: 0;
    left: -3px;
    z-index: 1;
}

.maps1-overflow {
    position: absolute;
    cursor: pointer;
    width: 250px;
    height: 150px;
    /* background: rgba(255, 255, 255, 0.775); */
    top: 100px;
    left: 100px;
    z-index: 5;
    transform: rotate(40deg);
}

.maps1-overflow:hover~.maps-1 {
    transform: scale(1.01);
    opacity: 1;
    z-index: 4;
}

.maps-2 {
    position: absolute;
    width: 320px !important;
    top: -95px;
    left: 234px;
    opacity: .7;
    z-index: 2;
}

.maps2-overflow {
    position: absolute;
    cursor: pointer;
    width: 250px;
    height: 200px;
    /* background: rgba(255, 255, 255, 0.775); */
    top: 0px;
    left: 280px;
    z-index: 5;
    transform: rotate(40deg);
}

.maps2-overflow:hover~.maps-2 {
    transform: scale(1.01);
    opacity: 1;
    z-index: 4;
}

.maps-3 {
    position: absolute;
    width: 500px !important;
    top: 5px;
    left: 255px;
    opacity: .7;
    z-index: 3;
}

.maps-3:hover {
    opacity: 1;
    z-index: 2 !important;
}

.list-maps div {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    line-height: 1.3;
}

.list-maps div b {
    width: 20% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.list-maps div p {
    width: 80% !important;
    margin: 0;
    padding: 0;
    font-size: 1em !important;
}

.badge-maps {
    width: 32px !important;
    height: 32px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 3px solid #e4e4e4;
    color: #fff;
    padding-top: 0px !important;
    transition: all .3s ease-in-out;
}

.maps1, .maps2, .maps3 {
    transition: all .3s ease-in-out;
}

.maps1.active,
.maps2.active,
.maps3.active {
    color: #f18221 !important;
    /* font-weight: bold; */
}

.maps1.active .badge-maps,
.maps2.active .badge-maps,
.maps3.active .badge-maps {
    background: #f18221;
    border: 3px solid #f18221;
    color: #fff !important;
    /* font-weight: bold; */
}

#form {
    scroll-margin-top: -1vh;
}

.form-embed {
    height: 70vh;
}

#supported-by {
    height: auto;
    margin: 50px 0;
}

.bronze .col {
    height: 90px;
}

.bronze .col img {
    height: 100%;
    object-fit: cover;
}

.silver .col {
    padding: 0 30px;
}

#supported-by img {
    transition: all 0.6s ease-in-out;
}

/* #supported-by img:hover {
    transform: scale(1.04);
} */

.icon-img {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.icon-img img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.icon-desc {
    font-size: 16px;
}

.w-md-100 {
    width: 100%;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: #0c0f38ef;
}