@import url('https://fonts.googleapis.com/css2?family=Lexend+Peta:wght@100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

@font-face {
    font-family: 'texgyreadventor-regular'; /*a name to be used later*/
    src: url('texgyreadventor-regular.otf'); /*URL to font*/
}

@font-face {
    font-family: 'Avant Garde Pro Book'; /*a name to be used later*/
    src: url('ITCAvantGardePro-Bk.otf'); /*URL to font*/
}

@font-face {
    font-family: 'Avant Garde Pro Bold'; /*a name to be used later*/
    src: url('ITCAvantGardePro-Bold.otf'); /*URL to font*/
}

@font-face {
    font-family: 'texgyreadventor-bold'; /*a name to be used later*/
    src: url('texgyreadventor-bold.otf'); /*URL to font*/
}

body{
	background-color: rgba(0,0,0,0);
	color: white;
	width: 100%;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: "Avant Garde Pro Bold", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	text-transform: uppercase;
	/*overflow: auto;*/
}


#backgroundImage{
	opacity: 1;
	transition: opacity .5s ease-in-out;
	width: 100vw;
	height: 50.52vw;
	position: absolute;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0);
}

#backgroundTransition{
	opacity: 1;
	transition: opacity .5s ease-in-out;
	width: 100vw;
	height: 50.52vw;
	position: absolute;
	z-index: -2;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0);
}

#box169{
	width: 100vw;
	height: 50.52vw;
	display: flex;
	flex-direction: column;
	/*overflow: auto;*/
	background-size: cover;
	background-repeat: no-repeat;
	transition: opacity .5s ease-in-out;
}

.flex-container{
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 100%; 
	padding-left: 50px;
	padding-right: 50px;
	height: 100%;
	/*overflow: auto;*/
}

.round-number{
	border-width: 10px;
	border-style: solid;
	border-color: white;
	border-radius: 50px;
	padding: 10px 20px 10px 20px;	
	font-size: 40px;
	font-weight: 900;
	text-wrap: nowrap;
	transition: all .5s ease-in-out;
	flex-basis: content;
}

.color-heading{
	font-size: 30px;
	font-weight: 800;
	transition: all .5s ease-in-out;
}

#secondaryHeadline{
	background-color: none;
	border-radius: 50px;
	border-width: 10px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	transition: opacity .5s ease-in-out;
}

.primary-headline{
	font-size: 100px;
	font-weight: 900;
	border-width: 10px;
	border-bottom-style: solid;
	border-color: white;
	padding-top: 10px;
	transition: all .5s ease-in-out;
}

.question-text {
    font-family: "Avant Garde Pro Book", sans-serif;
    text-transform: none;
    line-height: 1;
    font-weight: 500;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    display: block; /* Ensure block-level element */
    /* overflow: auto;*/ /* Ensure content fits */
    width: 65%;
    padding-top: 35px;
    overflow-wrap: break-word;
    /*overflow: hidden;*/
}



#backgroundSource{
	font-size: 25px;
	font-family: "Avant Garde Pro Book", sans-serif;
	text-transform: none;
	font-weight: 500;
	padding-right: 50px;
	box-sizing: border-box;
	padding-bottom: 10px;
	opacity: .5;
	text-align: right;
	transition: opacity .5s ease-in-out;
}