@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.dubai-banner-2 {
    background: 
        url(../../images/event-banner/barcelona-2026-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 222px;
    width: 100%;
    display: flex;

    @media (min-width: 768px) {
        height: 128px;
   background: url(../../images/event-banner/barcelona-2026-banner-bg.png);
    }

    @media (min-width: 1024px) {
        height: 166px;
    }
    @media (min-width: 1440px) {
        height: 240px;
		border-top: 1px solid rgba(255, 255, 255, 1);
    background-size: cover;
    }
    @media (min-width: 1920px) {
        height: 242px;
		
    }
}
.dubai-banner__img-lcp-2 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;      /* фон */
  pointer-events: none;
  user-select: none;
}


    .dubai-banner-content-2 {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(28px);
        box-shadow: 
            0px 0px 6.27px 0px #CC007E80 inset;
        max-width: 194px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 18px;
        padding: 25px 29px;
        justify-content: center;
        align-items: center;
        margin-left: 33px;

        @media (min-width: 480px) {
            margin-left: 70px;
        }


        @media (min-width: 768px) {
            flex-direction: row;
            max-width: 646px;
            height: auto;
            padding: 11px 40px;
            margin: 15px auto;
            border-radius: 25px;
            backdrop-filter: blur(38px);
            box-shadow: 0px 2.8px 2.8px 0px #00000040,
                0px 2.8px 2.8px 0px #FFFFFF80 inset,
                0px -2.8px 8.6px 0px #CC007E80 inset,
                0px 2.8px 2.8px 0px #00000040;
            justify-content: space-between;

        }


        @media (min-width: 1024px) {
            max-width: 875px;
            margin: 20px auto;
            padding: 15px 60px;
        }

        @media (min-width: 1440px) {
            max-width: 1270px;
            margin: 30px auto;
            padding: 18px 80px;
        }

        @media (min-width: 1800px) {
            max-width: 1300px;
            padding: 20px 60px;
        }
    }
.dubai-banner-img-2{
	display: flex;
	justify-content: center;
	align-items: center;

     @media (min-width: 768px) {
	height: 100%;
	}
	
}
@media (max-width: 768px) {
	.dubai-banner-img{
		width: 100%;
	}
}
.hero-event__logo-2 {

     @media (min-width: 768px) {
	height: 100%;
	}


}

.btn-default[class] {
    font-family: Montserrat;
    background: #9b2426;
    min-width: 138px;
    padding: 2px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-wrap: nowrap;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 100px;
    transition: all .5s ease;
    box-shadow: 3.18px 3.18px 3.3px 0px #0000005E;


    @media (min-width: 768px) {
        font-size: 16px;
        line-height: 30px;
        padding: 4px 24px;
    }
    @media (min-width: 1024px) {
        font-size: 20px;
        line-height: 40px;
        padding: 3.5px 36px;
box-shadow: 8px 8px 8.3px 0px #0000005E;

    }
    @media (min-width: 1440px) {
        font-size: 30px;
        line-height: 60px;
        padding: 5px 53px;
    }
    
}

.btn-default[class]:hover {
    background: #731717;
}

.event-2 {
    display: flex;
    flex-direction: column;

}

.event-reverse-2 {
    display: flex;
    flex-direction: column;

    @media (min-width: 768px) {
        flex-direction: column-reverse;
    }
}

.event__place-2 {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
color: white;

    @media (min-width: 768px) {
        font-size: 18px;
        line-height: 23px;
    }
    @media (min-width: 1024px) {
        font-size: 24px;
        line-height: 30px;
    }
    @media (min-width: 1440px) {
        font-size: 35px;
        line-height: 48px;
    }
   
}

.event__date-2,
.event__stand-2 {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
color: white;

    @media (min-width: 768px) {
        font-size: 18px;
        line-height: 23px;
    }
    @media (min-width: 1024px) {
        font-size: 24px;
        line-height: 30px;
    }
    @media (min-width: 1440px) {
        font-size: 35px;
        line-height: 48px;
    }
}

.event__stand-2 b {
   color: #500984;
font-weight: 700;
}
.event__date-2 b {
color: #500984;
}