
.artwork-header {
	height: 50vw;
}
.artwork-img {
        width: 100%;
        opacity: 0.95;
	z-index: 0;
    }

    .kc1-img {
	position: relative;
        width: 19.35vw;
        height: 18.25vw;
        filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
	z-index: 2;
	bottom: 38vw;
	left: 40vw;
    }

    .kapcon1-img {
	position: relative;
        width: 25vw;
        filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
	z-index: 2;
	bottom: 32.5vw;
	left: 17vw;

    }

    .date {
        position: relative;
        width: 18.8vw;
        height: 3vw;
        font-weight: 700;
        font-size: 2.4vw;
        line-height: 3vw;
	text-align: center;
	bottom: 31.5vw;
	left: 40vw;
    }

/* TICKET INFO */

.ticket-info-container {
	height: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 2vw;
	padding: 2vw;
	
}
.ticket-info-title {
 	font-size: 3.3vw;
	font-weight: 700; 
	text-align: center;
}
.ticket-columns {
	display: flex;
	flex-direction: row;
}
.column {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3vw;
	padding: 5vw;
	justify-content: space-between;
}
.eventgraphic1 {
	height: 27vw;
	width: 33.15vw;
}
.eventgraphic1-img {
	height: 100%;
	width: 100%;
	z-index: 0;
}
.eventgraphic2 {
 	height: 27vw;
	width: 33.15vw;
}
.eventgraphic2-img {
       	height: 100%;
	width: 100%;
	transform: rotate(19.92deg);
}

.press-img {
	width: 26.4vw;
	height: 15.5vw;
 	transform: rotate(-9.92deg);
	position: relative;
	top: -22.5vw;
    	left: 3.2vw;	
}

.dar-img {
	width: 26.4vw;
	height: 15.5vw; 
        transform: rotate(9.92deg);
	position: relative;
	right: -3.6vw;
	top: -22.5vw;
}
.info-description {
	text-align: center;
	font-size: 2.4vw;
	line-height: 3vw;
}
h3 {
	font-size: 2.7vw;
	margin-bottom: 2.5vw;
}
.info-description {
	font-size: 1.6vw;
	line-height: 2.5vw;
	font-weight: 300;
}

.purchase-button {
	background-color: #E55A94;
	font-size: 1.6vw;
	font-weight: 700;
	padding: 2.5vw;
	border-radius: 20px;
	color: black;
}
.purchase-button:hover {
	color: white;

}

.concert-title {
        position: relative;
        width: 297;
        height: 50;
        top: 1470px;
        left: 902px;
        font-family: Lexend;
        font-weight: 700;
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 0%;

}
.convention-location {
        position: relative;
        width: 565;
        height: 151;
        top: 1540px;
        left: 170px;
        font-family: Lexend;
        font-weight: 300;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0%;
        text-align: center;
}

.ticket-location {
        position: relative;
        width: 565;
        height: 151;
        top: 1540px;
        left: 787px;
        font-family: Lexend;
        font-weight: 300;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0%;
        text-align: center;


}

.divider {
	width: 100%;
	height: 8.5vw;
	background-color: #3E9DA2;
	color: white;
	font-size: 3vw; 
	text-align: center;
	padding: 2.4vw;
}




/* BASE TICKETS */

.base-tickets-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 700;
	text-align: center;
	gap: 7vw;
	padding: 10vw;
}
.base-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2vw;
}
.base-title {
	width: 52vw;
	height: auto;
	border: 0.35vw #3E9DA2 solid;
	border-radius: 10px;
	font-size: 2.3vw;
	line-height: 3.5vw;
	color: #E55A94;
	padding: 2vw;
}
.ultimate > .base-title {
	border: 0.35vw solid ;
	border-radius: 10px;
	border-image: linear-gradient(to right, #3E9DA2, #E55A94, #173A3C) 1;
}
.base-prices {
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 2.4vw;
	gap: 17vw;
	line-height: 4vw;

}
.online-price p, .door-price p {
	color: #E55A94;	
}
.ticket-description {
	font-size: 2.3vw;
	line-height: 3.5vw;
}



/* ADD ONS */

.addon-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 700;
	text-align: center;
	gap: 5vw;
	padding: 10vw;
}
.addon-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4vw;
}
.addon-title {
	width: 52vw;
	height: auto;
	border: 0.35vw #3E9DA2 solid;
	border-radius: 10px;
	font-size: 3vw;
	line-height: 3.5vw;
	color: #E55A94;
	padding: 6vw 0vw 6vw 0vw;;
}
.addon-prices {
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 2.4vw;
	gap: 17vw;
	line-height: 4vw;

}
.online-price p, .door-price p {
	color: #E55A94;	
}











