html,
body {
    overflow-x: hidden;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.butt {
    margin-top: 10px;
    background-color: transparent;
    border-color: green;
    font-size: 25px;
    padding: 0px;
    /*    border-radius: 12px;*/
}

#apps {
    text-align: center;
    background-color: transparent;
}

#apps .intro h2 {
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: .035em;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

#apps div.card {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 350px;
    height: 400px;
    margin-top: 30px;
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
    -webkit-perspective: 800px;
    perspective: 800px;
}

.class {
    background-color: transparent;
}

#apps .intro,
#apps .info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* opacity: 1; */
    /*    border-radius: 8px;*/
    color: white;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
}

#apps .card:hover .intro {
    -webkit-filter: brightness(110%) hue-rotate(15deg);
    filter: brightness(110%) hue-rotate(15deg);
}

#apps .intro {
    padding: 25px;
    color: black;
    text-align: center;
    padding-top: 40px;
    opacity: 1;
    /* background-image: -webkit-linear-gradient(top left, #90defc, #8df7e6);
      background-image: linear-gradient(to bottom right, #90defc, #8df7e6); */
    background: #e55d87;
    background: -moz-linear-gradient(-45deg, #e55d87 0%, #5fc3e4 100%);
    background: -webkit-linear-gradient(-45deg, #e55d87 0%, #5fc3e4 100%);
    background: linear-gradient(135deg, #e55d87 0%, #5fc3e4 100%);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

#apps .info {
    text-align: center;
    overflow: auto;
    color: black;
    padding: 20px;
    font-size: 18px;
    /* opacity: 1; */
    background-image: -webkit-linear-gradient(top left, #fffcab, #bcffab);
    background-image: linear-gradient(to bottom right, #fffcab, #bcffab);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translateX(100%) rotateY(180deg);
    transform: translateX(100%) rotateY(180deg);
}

#apps .intro img {
    width: 300px;
    height: 300px;
    margin-bottom: 5px;
    opacity: 1;
}

#apps .info .publisher {
    text-align: center;
    font-size: 25px;
    line-height: 2.2;
}

#apps .info .description {
    text-align: center;
}

strong {
    font-weight: bold;
}

#apps .info a {
    display: inline-block;
    vertical-align: middle;
    padding: .4em;
}

#apps .info .website::before {
    content: "";
}

#apps .info a:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: Icons;
}

#apps div.card:focus,
#apps div.card:hover,
#apps div.card.active {
    z-index: 1;
}

#apps div.card:focus .intro,
#apps div.card:hover .intro,
#apps div.card.active .intro {
    -webkit-transform: translateX(-100%) rotateY(-180deg);
    transform: translateX(-100%) rotateY(-180deg);
}

#apps div.card:focus .info,
#apps div.card:hover .info,
#apps div.card.active .info {
    -webkit-transform: none;
    transform: none;
}

.butt a {
    font-family: 'Montserrat';
    color: black;
    text-decoration: none;
}

h6 {
    text-align: center;
    font-size: 13px;
}

.date {
    text-align: center;
}

.description,
.link {
    font-family: 'Amatic SC', cursive;
    text-align: center;
}

.description {
    font-size: 35px;
}

.btn {
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    background-color: #222;
    padding: 17px 60px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
    width: 100%;
}

.btn span {
    position: relative;
    z-index: 1;
}

.btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 920%;
    width: 340%;
    background: #78c7d2;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(60deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.link {
    font-size: 20px;
    margin-top: 30px;
}

.link a {
    color: #000;
    font-size: 25px;
}

/* evetns 2024 */
.card{
    box-shadow: 0 0 15px 4px #8c8c8c;
}
.current_event_wrapper{
    width: 95%;
    margin: auto;
    max-width: 1224px;
    display: flex;
    justify-content: center;
    align-items:center;
    flex-wrap: wrap;
}


.event_body{
    backdrop-filter: blur(3px);
    background-color: #00000084;
    opacity: 0;
    position: absolute;
    top: 0;
    /* width: 95%; */
    height: 100%;
    display: flex;
    
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    transition: all ease 0.5s;
}

.event_title{
    width: 98%;
    font-weight: 600;
    color: white;
    border-bottom: 4px solid white
}

.event_desc{
    /* overflow: scroll; */
        font-size: 1.25rem;
    width: 95%;
    color: white;
    font-weight: 650;
}
.event_date,
.event_time{
    color: white;
}
.btn_cover{
    width: 90%;
}
.btn{
    width: 100%;

}
.btn > span{
    text-decoration: none;
    list-style: none;
}


.card:hover  .event_body{
    opacity: 1;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.card-img-top{
    height: 100%;
}
/* a {
      color: black;
    } */

@media screen and (max-width: 1000px) {
    .companyfullname {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    .companyname {
        display: none;
        font-weight: bold;
    }
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 1000px) {
    .companyfullname {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    .companyname {
        display: none;
        font-weight: bold;
    }
}

@media only screen and (max-width: 800px) {
    #apps div.card {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 50px;
        opacity: 1;
    }
}

@media screen and (max-width:300px){
    .btn{
        padding: 10px 60px;
    }
}
@media screen and (max-width:250px){
    .btn{
        padding: 10px 15px;
    }
    .event_desc{
        font-size: 1rem;
    }
}