/* About Event - Option2 CSS Start */
.nx-about-event-opt2 {
    padding: 60px 0;
    z-index: 0;
    margin-top: 4em;
    margin-bottom: 4em;
    position: relative;
    background-color: #ed5c8b;
}

.nx-about-event-opt2:after {
    content: "";
    background-color: #f6f6f6;
    position: absolute;
    top: 0;
    width: 36%;
    height: 100%;
    z-index: 1;
}
.nx-about-event-opt2 .section-desc pre {
    white-space: normal;
    color: inherit;
}
.nx-about-event-opt2 ul,
.nx-about-event-opt2 ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nx-about-event-opt2 ul li,
.nx-about-event-opt2 ol li {
    padding: 0 0 0 25px;
    position: relative;
    margin: 3px 0;
}
.nx-about-event-opt2 ul li:before,
.nx-about-event-opt2 ol li:before {
    content: '';
    background-color: #000000;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: 6px;
}
.nx-about-event-opt2 .dotted-square-img {
    position: absolute;
    right: 1%;
    bottom: -4.5%;
    width: 90px;
    height: 74px;
}

.nx-about-event-opt2 .event-img {
    height: 100%;
    position: relative;
}

.nx-about-event-opt2 .row {
    align-items: center;
    position: relative;
    z-index: 10;
}

.nx-about-event-opt2 .col-sm-4,
.nx-about-event-opt2 .col-sm-8 {
    padding: 0px;
}

.nx-about-event-opt2 .big-cto-content {
    padding-left:1.6em;
    padding-right:1.6em;
    color: #ffffff;
}
.nx-about-event-opt2 .big-cto-content .cbtn.btn-secondary {
    border: 1px solid var(--nx-primary-color);
    background-color: var(--nx-primary-color);
}
.nx-about-event-opt2 .big-cto-content .cbtn.btn-secondary .fa {
    color: var(--nx-primary-color);
}
.nx-about-event-opt2 .event-img .about-img {
    width: 100%;
    display: block;
    z-index: 1;
} 
.nx-about-event-opt2 .event-img .yellow-round {
    position: absolute;
    top: -6%;
    right: -8%;
    max-width: 120px;
    z-index: -1;
}

.nx-about-event-opt2 .event-img .zig-round {
    position: absolute;
    bottom: -10%;
    left: -12%;
    max-width: 150px;
    z-index: -1;
}

.nx-about-event-opt2 .big-cto-content p {
    font-weight: 400;
    font-size: 14px; 
    overflow: hidden;
    line-height: 20px;
}
.nx-about-event-opt2 .big-cto-content a {
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    margin-top: 40px;
    background: linear-gradient(to left, transparent 50%, #fff 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    width: 200px;
    border-radius: 50px;
    text-align:left;
}
@media (max-width: 767px){
    .nx-about-event-opt2{
        margin-top: 0;
    }
    .nx-about-event-opt2:after{
        width: 100%;
        height: 20%;
    }
    .nx-about-event-opt2 .event-img .yellow-round{
        top: -18%;
        right: -3%;
    }
    .nx-about-event-opt2 .event-img{
        padding: 0 15px;
    }
    .nx-about-event-opt2 .big-cto-content{
        padding: 30px 0 0 0;
    }
}

/* About Event - Option2 CSS Ends */