<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#section-3 .first-div {
    box-shadow: 0 0.5rem 2rem rgb(0 0 0 / 90%) !important;
}


@media (max-width: 767px) {
    /* for  third section start */
    #section-3 .row {
        display: block;
    }

    #section-3 .first-div {
        left: unset !important;
        position: relative !important;
        margin-left: auto !important;
        margin-right: auto !important;
    } 

    #section-3 .second-div {
        left: unset !important;
        margin-top: 0 !important;
    } 

    #section-3 .second-div&gt;div {
        padding-left: 0 !important;
    }
    #section-3 .second-div .second-div-01 div {
        font-size: 32px!important;
    }

    /* for  third section end */


    /* for  first section start */
    .signed-off-title {
        font-size: 32px !important;
    }
    /* for  first section end */
}

/* for 4th section start */
.elementor-background-overlay {
    background-attachment: fixed;
    
    /* background-image: url(https://community.verseon.com/wp-content/uploads/2022/09/2.png); */
    background-image: url("../../images/event/first-div-background-01.png");
    background-position: center center;
    background-size: cover;
    opacity: 0.4;
    mix-blend-mode: screen;
    /* transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
    
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#section-4 .col-md-6  {
    margin-bottom: 50px;
}
.card {
    width: 95%;
    /* margin: 25px 0; */
    margin: 25px auto;
}

.card-tag {
    margin-top: -45px; 
    
    /* background-color: #d9a114; */
    background-color: transparent;
    background-image: linear-gradient(180deg, #54598C 0%, #000000 100%);height: 180px;
    text-align: center;
    color: #fff;
    padding-top: 40px;
}

.card-tag .card-tag-num {
    font-size: 50px;
    color: #FCD04A ;
}

.card-tag-1:hover .card-tag-1-0,
.card-tag-2:hover .card-tag-2-0,
.card-tag-3:hover .card-tag-3-0,
.card-tag-4:hover .card-tag-4-0 {
    display: none;
}

.card-tag-1:hover .card-tag-1-1,
.card-tag-2:hover .card-tag-2-1,
.card-tag-3:hover .card-tag-3-1,
.card-tag-4:hover .card-tag-4-1 {
    display: unset !important;
}

.card-title {
    text-align: center;
    font-family: "Cairo", Sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin-top: 18px;
}
p.card-text {
    margin: 15px;
}
.card-body {
    padding: 25px 15px;
}

.card {
    height: 100%;
}

.card .divider {
    border-bottom: 2px solid #d9a114; 
    width: 30px; 
    margin: 25px auto;
}

/* carousel */
#carouselControls-1 {
    border-bottom:  solid 2px #d9a114;
    border-top:  solid 2px #d9a114;
    margin-left: -15px;
    background-color: rgba(20, 20, 20, 0.5);
    min-height: 300px;
}
#carouselControls-1 .carousel-text {
    width: 70%;
    margin: 20px auto;
    background-color: rgba(200, 200, 200, 0.3);
    padding: 20px;
    color: #fff;
    /* min-height: 120px; */
}
#carouselControls-1 .carousel-img-text {
    color: #fff;
    margin: 30px auto;
    width: fit-content;
}

#carouselControls-1 .carousel-img-text img {
    object-fit:cover;
    border-radius:18px;
    width: 100px;
    height: 100px;
    margin-left: 22px;
}

.carousel-control-prev, .carousel-control-next {
    width: 5%;
}

.bubble {
    position: relative;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 24px;
    width: 300px;
    background: #fff;
    border-radius: 15px;
    padding: 24px;
    text-align: center;
    color: #000;
  }
  
  .bubble-bottom-left:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 12px solid rgba(200, 200, 200, 0.3);
    border-right: 12px solid transparent;
    border-top: 12px solid rgba(200, 200, 200, 0.3);
    border-bottom: 10px solid transparent;
    left: 48%;
    bottom: -22px;
  }

/* for 4th section end  */


/* for 5th section start */
.section-5-title {
    font-size: 68px; 
    
    color:#FCD04A;
    font-family: 'Maven Pro', Sans-serif;
    /* font-size: 3.4vw; */
    /* font-size: max(3.4vw, 30px); */
    font-weight: 500;
    text-transform: capitalize; 
    line-height: 1.23;
    margin-bottom: 20px;
    padding-left: 2px;
    padding-right: 20px;
}

@media (max-width: 1400px) {
    .section-5-title {
        font-size: calc(50px + 6 * ((100vw - 320px) / 680));
    }
    
}

#carouselIndicators-2 .carousel-inner {
    /* border: solid 1px white; */
}


#carouselIndicators-2  .carousel-item-img {
    margin-top: -60px;
    /* background-color: #d9a114; */
    background-color: transparent;
    /* background-image: linear-gradient(180deg, #54598C 0%, #000000 100%); */
    /* height: 180px; */
    text-align: center;
    color: #fff;
    padding-top: 40px;
}

#carouselIndicators-2 .carousel-item-img img {
    width: 92px;
    height: 92px;
    margin-top: -90px; 
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
}

#carouselIndicators-2 .carouselIndicators-2-div {
    padding: 80px 20px;
    /* padding-top: 50px ;
    padding-bottom: 90px; */
    
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    min-height: 380px;

}

#carouselIndicators-2 .carousel-item-text {
    text-align: center;
    margin-top: 30px;
}


/* for 5th section end  */
</pre></body></html>