﻿
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl

{
    max-width: 85%;
}

}

.header__tagline_timer li {
    display: inline-block;
    font-size: 0.5em;
    list-style-type: none;
    padding: 1.5em;
    text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
    .header__tagline_timer li {
        display: inline-block;
        font-size: 0.5em;
        list-style-type: none;
        padding: 2%;
        text-transform: uppercase;
    }
}
    .header__tagline_timer li span {
        display: block;
        font-size: 1rem;
        text-align: center;
    }

@media (min-width: 1200px) {
    .blueimp-gallery-display > .next, .blueimp-gallery-display > .prev {
        width: 36px;
        height: 36px;
        border-radius: 12px;
    }
}

/*@media all and (max-width: 768px) {
		  
		  .header__tagline_timer li {
		    font-size: calc(1.125rem * var(--smaller));
		    display: flex;
		    flex-direction: column;
		    font-size: 10px;
		    list-style-type: none;
		    padding: 5px;
		    background: #2a60af;
		    color: #fff;
		    text-align: center;
		  }
		  
		  .header__tagline_timer li span {
		    font-size: calc(3.375rem * var(--smaller));
		  }
		}*/
/*
		@media scren and (max-width: 576px){
  .header__content2{
  display: flex !important;
  flex-direction: row !important; 
  justify-content: space-between !important;
  align-items: center;
  position: relative;
  height: 60px;
  width: 100%;
}
}*/
@media all and (max-width: 768px) {
    .header__tagline_timer {
        text-align: center;
        color: #c31e12;
        font-size: 1rem;
        font-weight: 900;
    }
}

.highlight {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fff;
    margin-top: 4%;
}

.highlight__text {
    padding-left: 20px;
    color: #c31e12;
    font-size: 17px;
    font-weight: 700;
    transition: color 0.5s ease;
}
@media only screen and (max-width: 600px) {
    .highlight__text {
        padding-left: 1%;
        color: #c31e12;
        font-size: 15px;
        text-align:center;
        font-weight: 700;
        transition: color 0.5s ease;
    }
    .highlight__title {
        text-align: center;
        margin-top: 1%;
        font-size: 1.2rem!important;
    }
    .highlight__tagline {
        color: #fff;
        text-align: center;
        font-size: 1rem;
    }

}

.highlight__title b {
    font-weight: 700;
    background: -webkit-linear-gradient(60deg, #7ddb81, #b9b000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.highlight__tagline {
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
}

.highlight__title {
   
    text-align: center;
    margin-top: 1%;
    font-size: 1.5rem;
}

.highlight__title1 {
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .highlight__title {
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;
    }
}

@media (min-width: 1200px) {
    .highlight__title1 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 700;
    }
}

.highlight__title1 b {
    font-weight: 700;
    background: -webkit-linear-gradient(60deg, #7ddb81, #b9b000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*.highlight__title1 span {
    text-decoration: line-through;
    color: #fb5a01;
}*/

.pass__list {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    z-index: 3;
}

    .pass__list li {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 12px;
    }

.neon {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 900;
    width: 100%;
    text-align: center;
    outline: none;
    line-height: 60px;
    /*animation: animate 5s linear infinite;*/
}

    .neon mark {
        color: #E91E63;
        padding: 0 10px;
        font-weight: 900;
    }

@keyframes animate {
    0%, 18%, 20%, 50.1%, 60%, 65.1%, 80%, 90.1%, 92% {
        color: rgb(40, 4, 64);
        text-shadow: none;
    }

    18.1%, 20.1%, 50%, 60.1%, 65%, 80.1%, 90%, 92.1%, 100% {
        color: white;
        text-shadow: 0 0 10px #03bcf4, 0 0 20px #03bcf4, 0 0 40px #03bcf4, 0 0 80px #03bcf4, 0 0 160px #03bcf4;
    }
}

@media (max-width: 600px) {
    .hero__btn {
        position: relative;
        width: calc(100% - 10px);
    }
}

.section__title_dark h2 {
    font-size: 36px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.section__title_dark p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
}

.step {
    margin: 10px 0;
}

.section--about {
    margin-bottom: 2rem;
}

.whatapp_review img {
    width: 100%;
    height: 500px;
    margin-bottom: 2%;
}

.marquee {
    width: 100%;
    overflow: hidden;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    position: relative;
}

.marquee-content {
    display: flex;
    animation: marquee 20s linear infinite; /* Infinite animation */
    animation-play-state: running; /* Default running state */
}

.marquee:hover .marquee-content {
    animation-play-state: paused; /* Pause the animation on hover */
}

.marquee-item {
    flex-shrink: 0;
    width: 200px; /* Set your desired width */
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    font-size: 20px;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.marquee:hover .marquee-item {
    filter: blur(4px);
    transform: scale(0.9);
}

.marquee .marquee-item:hover {
    filter: none;
    transform: scale(1.2);
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.about__content_dark h2 {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .about__content_dark h2 {
        margin-top: -5px;
    }
}

.about__content_dark p {
    color: #ddd;
}

.step img {
    height: 100px;
    width: 100%;
}

/*.highlight__title span {
    text-decoration: line-through;
    color: #fb5a01;
}*/

.hero_image {
    text-align: center;
}

.step img {
    height: auto;
    width: 100%;
}

.loading-overlay {
    position: fixed; /* Cover the entire screen */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it is on top of other elements */
}

    .loading-overlay .spinner {
        width: 120px !important;
        height: 120px !important;
        background: url('../img/gif/loading.gif') no-repeat center center !important;
        background-size: contain !important;
    }


.speaker__about {
    background-color: #061f3f !important;
}
.speaker__about h3{
    color:white;
}

.wp {
    height: 17px;
    position: relative;
    left: 5px;
}