@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,700;0,900;1,300;1,400&display=swap');

body,
html {
    font-size: 17px !important;
    font-family: 'Roboto', sans-serif !important;
    color: rgb(40, 40, 40);
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    font-weight: 300;
}

h1 {
    font-size: 2em;
    font-weight: 800;
    color: #4A90E2 !important;
}
.text-primary {
    color: #4A90E2 !important;
    /* Replace with your desired color */
}

.bg-primary {
    background-color: #4A90E2!important;
}

.btn-primary {
    background-color: #4A90E2 !important;
    border-color: #4A90E2 !important;
}

.video-background {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.video-background .title-big {
    font-size: 2em !important;
    font-weight: 800;
}

.video-background .title-small {
    font-size: 1.5em;
    font-weight: 800;
}

h2 {
    /*    font-size: calc(1.3rem + .6vw) !important;*/
    font-weight: 300 !important;
    color: #4A90E2;
}

.thumb-small {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #4A90E2;
}

.even {
    background-color: #f7f7ff !important;
}

.hand {
    cursor: pointer;
}



.footer {
    background-color: #000;
    color: #fff;
    padding: 40px 0;
    min-height: 30vh;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .social-icons img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.partner-image {
    width: 50%;
}

/* popup */

#popup-edit {
    display: none;
    z-index: 10000;
    position: fixed;
    top: 100px;
    width: 50%;
    min-width: 300px;
    max-width: 600px;
    ;
    margin: 0 auto;
    left: 50%;
    border-radius: 16px;
    transform: translate(-50%, 00%);
    background-color: white;
    padding: 16px;
    -webkit-box-shadow: 0px 0px 100px 41px rgba(173, 173, 173, 1);
    -moz-box-shadow: 0px 0px 100px 41px rgba(173, 173, 173, 1);
    box-shadow: 0px 0px 100px 41px rgba(173, 173, 173, 1);
}

#popup-edit-content {
    max-height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.box {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border: 4px solid #f7f7ff;
    border-radius: 12px;
}

.box-title {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    color:white;
}

.box-button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    padding: 10px 20px;
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    text-transform: uppercase;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background 0.3s, color 0.3s;
}

.box-button:hover {
    background: #fff;
    color: #000;
}

/* Icon for arrow (optional, can replace with SVG or font icon) */
.box-button::after {
    content: "→";
    font-size: 1.2rem;
}

.box.students {
    background-image: url('../assets/tiles/25_students.jpg');
    /* Replace with your image */
}

.box.startups {
    background-image: url('../assets/tiles/25_startup.jpg');
    /* Replace with your image */
}

.box.attendees {
    background-image: url('../assets/tiles/25_doctors.jpg');
    /* Replace with your image */
}
#map {
    width: 100%;
    height: 400px;
}

