@font-face {
    font-family: 'Obviously';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Obviously-Bold.static.woff2') format('woff2')
}

@font-face {
    font-family: "Komika Axis";
    src: url('../fonts/KOMIKAX.ttf') format('TrueType');
}

@font-face {
    font-family: "Obelix Pro";
    src: url('../fonts/ObelixProBIt-cyr.ttf') format('TrueType');
}

@font-face {
    font-family: "Third Rail";
    src: url('../fonts/Third\ Rail\ -\ Demo.ttf') format('TrueType');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
    overflow-x: hidden;

}

a {
    text-decoration: none !important;
}

body {
    background-color: white;
    font-family: "Komika Axis";
}

.disable {
    overflow-y: hidden;
}

.main {
    background-color: #ECFCFC;
}

.header {
    background-color: white;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0rem;
}

#beastImage {
    width: 70px;
	height: auto;
	top: 6px;
    margin-right: 10px;
}

.mainLander {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}

.logoText {
    font-family: "Third Rail";
    display: flex;
    flex-direction: column;
}

#logoTopText {
    font-size: 35px;
    letter-spacing: 3px;
    height: 24px;
    margin-left: 10px;
    overflow-x: visible !important;

}

#logoBottomText {
    color: #FC5C9C;
    font-size: 28px;
    overflow: visible;
}


#Beast_Figure {
	overflow: visible;
    margin-left: 120px;
    height: 342px;
}

#Slogan_Content {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    margin-top: 10px;
}

#Slogan_Header {
	overflow: visible;
	white-space: nowrap;
    font-family: "Obviously", sans-serif;
	font-size: 52px;
	color: rgba(8,176,212,1);
    line-height: 1.35;
    margin-bottom: 30px;
}

#Slogan_Header .outline {
    color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: rgba(8,176,212,1);
    letter-spacing: 3px;
}

#Slogan_Text {
    /* white-space: nowrap; */
    font-family: "Obviously", sans-serif;
	font-size: 14px;
	color: rgba(6,62,74,1);
    margin-bottom: 20px;
    letter-spacing: 1.2px;
    max-width: 480px;
    width: 90%;
}

.landerButton {
	width: 257px;
	height: 72px;
	overflow: visible;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 25px;
    text-align: center;
    font-size: 25px;
    white-space: nowrap;
    color: #063E4A;
    line-height: 67px;
    filter: drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.16));
    cursor: pointer;
    margin: 0 0 20px;
}



#Other_Content {
    /* background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(253,240,245,1) 7.88%, rgba(249,216,228,1) 100%, rgba(232,110,154,1) 100%, rgba(225,67,123,1) 100%) */
    background-image: url("../img/main-background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Claim_Header {
	filter: drop-shadow(0px 4px 0px #A0E2BA);
	left: 0px;
	top: 0px;
	/* white-space: nowrap; */
    font-size: 30px;
    font-family: "Obviously", sans-serif;
    text-align: center;
	color: white;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 10px;
    width: 90%;
}

.Icon_awesome-check-circle {
	overflow: visible;
	width: 32px;
	height: auto;
	left: 0px;
	top: 6.945px;
	transform: matrix(1,0,0,1,0,0);
    fill: rgba(8,176,212,1);
}

#Claim_List {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    width: 90%;
}

.claimListElement{ 
    display: flex;
    margin-bottom: 20px;
    margin-left: 15px;
    font-size: 17px;
    /* white-space: nowrap; */
}

.claimListElement span {
    margin-left: 10px;
    padding-left: 3px;
    color: white;
    font-family: "Obelix Pro";
}

.Offer_Header {
	/* filter: drop-shadow(0px 4px 0px rgba(255, 0, 0, 0.161)); */
	/* white-space: nowrap; */
    position: relative;
	text-align: center;
	font-size: 2.6rem;
    font-family: "Obviously";
	color: white;
    background-color: rgba(92, 103, 175, 1);
    box-shadow: 10px 10px #ff5f9c;;
    line-height: 1.25;
    margin: 0 auto 26px;
    padding: 0 1rem 1.5rem;
    overflow: visible;
    width: 80%;
    max-width: 380px;
}

.Offer_Header span {
    text-shadow: 6px 6px #ff5f9c;
}

.Offer_Header .white-bolt {
    position: absolute;
    width: 145px;
}

.white-bolt.right {
    top: 50%;
    right: 0;
    transform: translate(75%, -50%);
}

.white-bolt.left {
    top: 50%;
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1) translate(75%, -50%);
}

.giftOffer {
    text-align: center;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 380px;
    margin: auto;
    padding-bottom: 2.5rem;
    overflow: visible;
}

.giftOffer span{
	white-space: nowrap;
    font-size: 20px;
	color: rgba(6,62,74,1);
    overflow: visible;
}

.giftOffer .red-bolt {
    position: absolute;
    width: 100%;
}

.red-bolt.right {
    top: 50%;
    right: 0;
    transform: translate(70%, -50%);
}

.red-bolt.left {
    top: 50%;
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1) translate(70%, -50%);
}


#Footer {
    position: relative;
	width: 100%;
    padding-bottom: 1rem;
	overflow: visible;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin-top: 3rem;
}

#Footer_List {
    font-family: "Obelix Pro";
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    color: white;
}

#Footer_List a {
    color: inherit;
}

.footer-side-decor {
    width: auto;
    height: 100%;
    position: absolute;
}

.footer-side-decor.left {
    bottom: 0;
    left: 0;
}

.footer-side-decor.right {
    bottom: 0;
    right: 0;
}

#beastHead {
    width: 85%;
}

.cardPhoto {
    width: 100%;
    cursor: pointer;
}

#Info {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.claimButton {
    background-color: #19B8E5;
    /* width: 150px;
    height: 38px; */
    border: solid white 5px;
    color: white;
    font-size: 20px;
    line-height: 28px;
    white-space: nowrap;
    box-shadow: 12px 8px 0px 0px #FC5C9C;
    margin-top: 30px;
    padding: 6px 18px;
    cursor: pointer;
}

#popup-background {
    display: none;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background: #ffffff47;
    width: 100vw;
    height: 100vh;
    cursor: pointer;
}

#popup-background.active {
    display: block;
    opacity: 100%;
    transition: 200ms;
}

#popup-background.transition {
    display: block;
    opacity: 0%;
    transition: 200ms;
}

#gift-card-popup {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    backdrop-filter: blur(4px);
    background-color: rgb(255, 255, 255);
    border-radius: 40px 40px 0 0;
    width: 100%;
    margin: 0 auto;
    padding: 3rem 1.2rem;
}

#gift-card-popup * {
    overflow: visible;
    box-sizing: border-box;
}

#gift-card-popup .gift-cards-header {
    text-align: center;
    filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.16));
    color: black;
    margin-bottom: 1.2rem;
}

#gift-card-popup .payout-list {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 1.6rem 0;
    border-top: 1px solid #0000001f;
    padding-top: 2rem;
}

#gift-card-popup .payout-description {
    font-family: "Komika Axis", sans-serif;
    font-size: 12px;
    text-align: center;
    color: #595959;
    width: 90%;
    margin: 0 auto 2rem;
}

.gift-card-methods a {
    display: flex;
    gap: 0.6rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    color: #595959;
    padding: 0.6rem 0;
    width: 80px;
    text-align: center;
    margin: auto;
}

.gift-card-methods .claim-method-logo {
    width: 68px;
}

.copyright {
    font-size: 10px;
    margin-bottom: 1rem;
    color: white;
}

.landerButton.second {
    margin-top: 2rem;
    background-color: rgba(255, 255, 255, 1);
}

#marquee {
    overflow: hidden;
    font-size: 24px;
    font-family: "Obviously", sans-serif;
    text-align: center;
	color: white;
    background-color: #ff94bd;
}

#marquee-list-wrapper {
    overflow: visible;
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    gap: 2rem;
    padding: 14px 0 20px;
    left: 0px;
}

#marquee .marquee-list {
    display: flex;
    gap: 2rem;
    flex: 1 0 auto;
}

#marquee span {
    filter: drop-shadow(0px 4px 0px #237add);
}