/* https://www.debspecs.com/weltpixel-icons
 */
/* #section-3 .first-div {
    box-shadow: 0 0.5rem 2rem rgb(0 0 0 / 90%) !important;
} */

/* section 1st */
section#slider {
    /* min-height: calc(max(100vh, 928px)) !important;  */
    min-height: calc(max(100vh, 0.496 * 100vw)) !important; 
}


@media (max-width: 767px) {

    /* #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>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 2nd section start */
#section-2 {
    /* min-height: calc(max(100vh, 928px)) !important;     */
    min-height: calc(max(100vh, 0.496 * 100vw)) !important; 
}
#section-2 .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; */
    
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #444;
}
#section-2 .col-lg-6  {
    margin-bottom: 120px;
}

.card {
    width: 98%;
    /* margin: 25px 0; */
    margin: 25px auto;
    background-color: #ddd;
    max-width: 390px;
}

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

.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: 16px;
    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;
}

@media (max-width: 1400px) {
    .card-title {
        font-size: 14px;
    }

    p.card-text {
        margin: 15px 0;
    }

    .section-1-left-top #sub-title-3rd-line {
        display: inline !important;
    }
}
@media (max-width: 1199px) {
    .card-gap {
        display: none !important;
    }
}



/* 3rd section start*/
#section-3 .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;
    background-color: #bbb;
    display: flex;
}


@keyframes scroll {
	0% {
		transform: translateX(0);
   }
	100% {
		transform: translateX(calc(-478px * 8));
   }
}
#section-3 .slider {
	background: white;
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
	/* height: 100px; */
	margin: auto;
	overflow: hidden;
	position: relative;
	/* width: 960px; */
	background-image: url("../images/event/first-div-background-01.png");
    top: 0;
    left: 0;

    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
}
#section-3 .slider::before, .slider::after {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100%;
	position: absolute;
	width: 160px;
	z-index: 2;
}
#section-3 .slider::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}
#section-3 .slider::before {
	left: 0;
	top: 0;
}
#section-3 .slider .slide-track {
	animation: scroll 110s linear infinite;
	display: flex;
	width: calc(478px * 16);
}

/* On hover of child, change background color of parent container (CSS only) */
#section-3 .slider .slide-track:hover {
    animation-play-state: paused;
}
#section-3 .slider .slide-track {
    pointer-events: none;
}
#section-3 .slider .slide > a > div {
    pointer-events: auto;
}




#section-3 .slider .slide {
	height: 530px;
	width: 478px;
	margin: 40px 20px;
    /* border: solid 1px #eee; */
    background-color: rgba(248, 245, 245, 0.9);
    border-radius: 5px;
    
}
#section-3 .slider .slide:hover {
    background-color: rgba(248, 245, 245, 1);
    transform: scale(1.1);

}

#section-3 .slider .slide > a > div {
    /* background-color: #eee; */
    padding: 15px;
    height: 100%;
}

#section-3 .slider .slide .news-list-img-div img {
    width: 100%;
    border-radius: 2%;
}

#section-3 .slider .slide .news-list-desc-div,
#section-3 .slider .slide .news-list-date-div {
    display: none;
}

#section-3 .slider .slide .news-list-header-div {
    margin-top: 25px;
    color: #333;
    font-size: 24px;
}


#section-3 .slider .slide:nth-child(even) {
	/* border: solid 1px red; */
	margin-top: 100px ;
}

#slider .button,
#section-2 .button,
#section-3 .button {
    background: linear-gradient(to right, rgba(224, 219, 219, 0.2) 0%, rgba(220,172,46, 0.9) 100%) !important;
    padding: 8px 80px;
    /* margin: 80px 0 !important; */
    border-radius: 5px;
    z-index: 3;
}
#section-3 .button {
    margin: 80px 0 !important;
}


#section-2.desktop #carouselExampleIndicators {
    /* max-width: 980px; */
    margin: auto;
}
#section-2.desktop #carouselExampleIndicators .carousel-indicators button {
    background-color: #dddddd88;
    width: 18px;
    height: 18px;
    margin-left: 8px;
    margin-right: 8px;
}

#section-2.desktop #carouselExampleIndicators .carousel-indicators button.active {
    background-color: #eeeeeedd;
}
#section-2.desktop #carouselExampleIndicators .carousel-item .slide:hover {
    /* transform: scale(1.01); */
    background-image: linear-gradient(180deg, #000000ff 0%, #00000066 100%);
    cursor: pointer;
}
#section-2.desktop #carouselExampleIndicators .carousel-item .slide.non-clickable:hover {
    cursor: default;
}

#section-2.desktop #carouselExampleIndicators .carousel-indicators:hover  button {
    background-color: #ddddddff;
}
#section-2.desktop #carouselExampleIndicators .carousel-indicators:hover button.active {
    background-color: #eeeeeeee;
}
#section-2.desktop #carouselExampleIndicators .carousel-indicators button.active:hover {
    background-color: #fff ;
}

#section-2.desktop #carouselExampleIndicators.show .carousel-item .slide {
    /* color: red !important; */
    animation: fade-in-slide 1.2s;
}
@keyframes fade-in-slide {
	0% {
		opacity: 0;
    }
    50% {
        opacity: 0.18;
    }
	100% {
		opacity: 1;
   }
}



/* arouselExampleIndicators .carousel-indicators button {
    background-color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    margin-left: 5px;
    margin-right: 5px;
    
    border: #000 solid 2px;
} */

@media (max-width: 991px) {
    #section-3.desktop {
        display: none;
    }
    #section-3.mobile {
        display: block !important;
    }
    #section-2.desktop {
        display: none;
    }
    #section-2.mobile {
        display: block !important;
    }
    #goto-section.desktop {
        display: none;
    }
    #goto-section.mobile {
        display: block !important;
    }

    #section-2 .button {
        padding: 8px 25px;
    }
    .goto-next-section a div {
        font-size: 18px !important ;
    }
}


#section-3.mobile #news-page > div {
    width: 100% !important;
    margin: auto;
    padding: 12px;
    height: 100%;
    background: #eee;
    border-radius: 5px;
}

.our-stories-div {
    text-align: center; 
    /* font-size: 32px;  */
    padding: 80px 0 30px;
    text-transform: uppercase; 
    color: #fff;
    font-family: 'Maven Pro', Sans-serif;

    font-weight: 600;
    font-size: 60px; 
    /* background: linear-gradient(to left, rgba(224, 219, 219, 0.15) 0%, rgba(220,172,46, 0.6) 100%) !important;
    background: linear-gradient(to left, rgba(224, 219, 219, 0.02) 0%, rgba(255,255,255, 0.6) 100%) !important;
    
    color: black;
    margin: 110px auto 55px;
    padding: 10px 190px 10px 130px;
    width: fit-content;
    text-align: center;
    mix-blend-mode: screen;
    border-radius: 5px; */

}


/* 3rd section end */




/* 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: 80%;
    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  */




/* version 2 */

/* for modal  */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    /* display: block;  */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.95); /* Black w/ opacity */
  }

/* for modal */


#slider .section-1-left-top {
    padding-top: 40px;
    min-height: 680px;
    display: grid;
    align-content: center;
}

/* .slider-element .container #video-layer-1 .full-screen, 
#video-layer-2 .full-screen {
    position:initial !important;
} */
/* #video-layer-3 .full-screen {
    position: absolute;
} */

#video-layer-2-5 {
    /* margin-top: -100px !important; */
    position: relative;
}

#play-button {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00000000;
    border: 0;
}

#video-layer-3:hover #play-button:not(.full-screen) {
    display: block ;
    color: #c4080888;
}
#play-button:hover {
    color: #c40808dd !important;
}

#exit-button {
    /* display: none; */
    position: absolute;
    top: 3%;
    right: 5%;
    background: #00000000;
    border: 0;
    color: #ffffffaa;
    /* z-index: 99999; */
}

#video-layer-3.full-screen #exit-button {
    display: block;
}

#video-layer-3.full-screen #exit-button:hover {
    display: block;
    color: #ffffffee;
}

@media (min-width: 992px) { 
    #video-layer-1 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    #video-layer-1 .row {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}


#video-layer-3 {
    /* max-width: 999px; */
    margin: auto;
}



@media (max-width: 1420px) { 
    #subtitle-2nd-line{
        display:inline !important;
        margin-left: 0 !important;
    }
}


@media (max-width: 1199px) { 
    #subtitle-2nd-line,
    #section-2-subtitle-2nd-line {
        display:inline !important;
        margin-left: 0 !important;
    }

}
@media (max-width: 991px) {
    #video-layer-2-5 {
        margin-top: -10px !important;
        position: relative;
    }
    #play-button {
        display: block;
        color: #c4080833;
    }

    #video-layer-1 {
        padding-top: 160px;
    }
}


html.full-screen, 
body.full-screen{
    margin: 0; 
    height: 100vh; 
    overflow: hidden;
}


/* slider section-2 */
#section-2 #section-2-container.high-section-2-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes scroll-2 {
	0% {
		transform: translateX(0);
   }
	100% {
		transform: translateX(calc(-622px * 6));
   }
}
#section-2 .slider {
	background: white;
	/* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125); */
	/* height: 100px; */
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
    background: #00000000;
    cursor: grab;
}
/* #section-2 .slider::before, #section-2 .slider::after {
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100px;
	position: absolute;
	width: 200px;
	z-index: 2;
}
#section-2 .slider::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
} */
#section-2 .slider::before {
	left: 0;
	top: 0;
}
#section-2 .slider .slide-track {
	/* animation: scroll-2 90s linear infinite; */
	display: flex;
	width: calc(622px * 12);
    background: #00000000;
}

#section-2 .slider.show .slide-track {
	animation: scroll-2 80s linear infinite;
    animation-delay: -160;
    user-select: none;
    -webkit-user-select: none;
    
}

#section-2 .carousel-item .slide,
#section-2 .slider .slide {
	/* height: 100px;
	width: 250px; */
    height: 500px;
    /* height: 100%; */
	width:622px;
	margin: 40px 200px;
    border: solid 1px #ffffffaa;
    margin-left: 0;
    background-image: linear-gradient(180deg, #000000a0 0%, #00000000 100%);
    border-radius: 10px;
    color: #eee;
    text-align: center;


    display: grid;
    align-items: center;
    /* padding: 65px; */
    padding: 110px 65px
}

@media (max-width: 480px) {
    #section-2 .carousel-item .slide {
        padding: 100px 37px;
        height: 555px;
    }

}

#section-2 .carousel-item .slide {
    width: 100%;
    min-height: 600px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
#carouselExampleIndicators .carousel-indicators button {
    border: none;
}
.carousel-indicators {
    margin-bottom: 0;
}
#carouselExampleIndicators .carousel-indicators button.active {
    background-color: #fff;
}



#section-2 .carousel-item .slide .title,
#section-2 .slider .slide .title {  
    padding: 30px 24px 15px;
}
#section-2 .carousel-item .slide .title {
    max-width: 286px;
    margin: auto;
}

#section-2.desktop .carousel-item .slide .title {
    max-width: 530px;
    font-size: 25px;
    padding-top: 0 !important;
}

#section-2 .carousel-item .slide .to-help,
#section-2 .slider .slide .to-help {  
    font-size: 12px;
}
#section-2.desktop .carousel-item .slide .to-help {
    font-size: 15px;
}


#section-2 .carousel-item .slide .number,
#section-2 .slider .slide .number { 
    margin: 5px auto;
    font-size: 50px;
    color: #FCD04A;
}
#section-2 .carousel-item .slide .patients 
#section-2 .slider .slide .patients { 
    font-size: 14px;
}

/* On hover of child, change background color of parent container (CSS only) */
#section-2 .slider .slide-track:hover {
    animation-play-state: paused;
}
#section-2 .slider .slide-track {
    pointer-events: none;
}
#section-2 .slider .slide {
    pointer-events: auto;
}
#section-2 .slider .slide:hover {
    /* background-color: rgba(248, 245, 245, 1); */
    background-image: linear-gradient(180deg, #000000ff 0%, #00000066 100%);
    transform: scale(1.1);
    /* transform: scale7(2); */
    padding: 65px;
    cursor: pointer;

}
#section-2 .slider .slide.non-clickable:hover {
    cursor: grab;
}

#section-2 .slider .slide-detail {
    display: none;
    border: solid 1px;
    margin-top: 40px;
    padding: 20px;
    border-radius: 10px;
}
#section-2 .carousel-item .slide-detail {
    border: solid 1px;
    margin-top: 40px;
    padding: 20px;
    border-radius: 10px;
}
#section-2 .slider .slide:hover .slide-detail {
    display: block;
}


/* slider section-2 end*/


/* text scrambler */
/* body {
    background: #222;
    color: #f0f0f0;
} */
#messenger {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    /* font-size: 20px; */
    /* white-space: nowrap; */
    font-family: monospace;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.9);
}

@media (max-width: 1921px) {
    #section-2.desktop .carousel-item .slide {
        /* width: 100%; */
        min-height: 520px;
        max-width: 800px;
        padding: 80px 65px
        /* margin-left: auto;
        margin-right: auto; */
    }
}
