*{
    font-family: 'Poppins', sans-serif;
}
body{
    background: #121e34;
}
.fixedbg{
    height: 100vh;
    background-image: url("gallery/image-trs.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.fixedbg3{
    height: 100vh;
    background-image: url("RIGBG.jpg");
    background-position: center;
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.fixedbg2{
    height: 180vh;
    background-image: url("worldmap.png");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
}
.fixedbgmobile{
    /* height: 100vh; */
    background-image: url("worldmap.png");
    background-position:left;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    overflow: hidden;
}
.fixedbgunid{
    height: 100vh;
    background-image: url("exprigwork_bg.jpeg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
}
.fixedbgunim{
    /* height: 100vh; */
    background-image: url("exprigwork_bg.jpeg");
    background-position:left;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    overflow: hidden;
}
.boxuni {
    width: 70% !important;
    height: 60vh;
    background: rgba(0, 0, 0, 0.7); /* Black with 70% opacity */
}
#lightbox{
    margin: 15px;
}
.bold{
    font-weight:600;
}
.transparent-card {
      background-color: transparent;
      border: none;
      box-shadow: none;
    }