

h1 {
	font-family: 'Montserrat';
    font-size: 72px;
    line-height: 120%;
}

h3 {
	font-family: 'Montserrat';
    font-size: 35px;
}

p {
    font-family: 'Montserrat';
    font-size: 24px;
    margin-bottom: 0;
    line-height: 120%;
    color: #ffffff;
}

.yellow {
    color: #E9E73C;
}

.green {
    color: #65C7C3;
}

.cus-margin-top-15 {
    margin-top: 15px;
}


.content-wrapper {
    /* background: url('../images/countdown-bg.jpg');
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover; */
    position: relative;

}

.abs-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -1;
}




.artwork-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.artwork-wrapper img {
    min-width: 70vw;
    display: block;
}

.abs-wrapper img {
    width: 100%;
    height: 101%;
    object-fit: cover;
    display: block;
}

.main-flex-wrapper {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 6rem;
    z-index: 2;
}

.flex-wrapper {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.logo-wrapper img {
    max-width: 150px;
    width: 100%;
}

.heading-wrapper {
    margin-top: 30px;
}

.heading-wrapper h1 {
    color: #ffffff;
}


.heading-wrapper img {
    max-width: 800px;
    width: 100%;
}


.countdown-wrapper {
    box-sizing: border-box;
    background: #5583ba;
    padding: 15px 20px;
    border-radius: 15px;
    max-width: 450px;
    margin-top: 30px;

}

.countdown-wrapper h3 {
    color: #ffffff;
}

.countdown-wrapper .countdown-timestamp {
    font-size: 35px;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 800;
    margin-top: 15px;
}

.date-wrapper {
    margin-top: 30px;
}

.date-wrapper .flex-wrapper {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.date-wrapper .flex-wrapper span img {
    max-width: 80px;
}


.logo-list-wrapper {
    margin-top: 80px;
}
.logo-list-wrapper .flex-wrapper {
    display: flex;
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.logo-list-wrapper .flex-wrapper .flex-item {
    margin-right: 30px;
}

.logo-list-wrapper img {
    max-width: 150px;
    width: 100%;
}

.box-wrapper {
    /* background: url(../images/countdown-cut-off-box.png);
    background-repeat: no-repeat;
    background-size: contain; */
    position: absolute;
    top: 0;
    right: 0;
    /* max-width: 250px;
    min-width: 250px; */
    max-width: 300px;
    width: 100%;
    /* box-sizing: border-box;
    padding: 20px 40px 60px 30px; */
    z-index: 2;
}


.box-wrapper img {
    max-width: 300px;
}
/* .box-wrapper .box-inner-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.box-wrapper h3 {
    color: #ffffff;
}

.box-wrapper h2 {
    color: #ffffff;
} */


footer .footer .ftrRgt{width:250px;}
footer .footer .ftrRgt a {margin-right:35px;}
footer .footer .ftrRgt a:last-child {margin-right:0;}


.overlay-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    display: none;
    z-index: 5;
}

.overlay-bg.active {
    display: block;
}

.redirect-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    width: 100%;
    display: none;
    z-index: 6;

}
.logo-wrapper img {
    max-width: 200px;
    width: 100%;
}
.redirect-wrapper.active {
    display: block;
}

.redirect-wrapper .text-wrapper {
    box-sizing: border-box;
    /* background: #5583ba; */
    padding: 20px 20px;
    border-radius: 15px;
    margin: 0 15px;
}

.redirect-wrapper .text-wrapper span {
    font-weight: bold;
}

.redirect-wrapper h3 {
    color: #ffffff;
    text-align: center;
}


@media screen and (max-width: 1700px) {

}


@media screen and (max-width: 1600px) {

}


@media screen and (max-width: 1540px) {

}

@media screen and (max-width: 1280px) {

	
	
}

@media screen and (max-width: 1024px) {


}

@media screen and (max-width: 960px) {

	
}

@media screen and (max-width: 825px) {

}

@media screen and (max-width: 820px) {


}

@media screen and (max-width: 768px ){


    h1 {
        font-size: 52px;
    }
    
    h3 {
        font-size: 24px;
    }

    .countdown-wrapper .countdown-timestamp {
        font-size: 24px;
    }

	.main-flex-wrapper {
        padding: 6rem 2rem;
    }

    .logo-list-wrapper .flex-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .logo-list-wrapper .flex-wrapper .flex-item {
        margin-bottom: 30px;
    }

    .heading-wrapper img {
        max-width: 400px;
        width: 100%;
    }

    .box-wrapper {
        max-width: 150px;
    }

    .box-wrapper img {
        max-width: 150px;
    }

    /* .box-wrapper {
        padding: 10px 30px 50px 20px;
        max-width: 250px;
        min-width: unset;
        width: fit-content;
    } */
    /* .box-wrapper {
        padding: 10px 30px 50px 20px;
        max-width: 250px;
        min-width: 170px;
        width: fit-content;
    } */

    .redirect-wrapper {
        max-width: 100%;
    }


    .artwork-wrapper {
        margin-top: 200px;
        top: unset;
        right: 0;
        bottom: 0;
    }

    .artwork-wrapper img {
        min-width: unset;
        width: 100%;
    }

    .content-wrapper {
        min-height: 1640px;
    }

    footer .footer .ftrRgt {
        width: 100%;
    }

}


@media screen and (max-width: 750px) {

}

@media screen and (max-width: 600px) {
   
}


@media screen and (max-width: 480px) {
	h1 {
        font-size: 42px;
    }

}


@media screen and (max-width: 430px) {

}

@media screen and (max-width: 410px) {
    h1 {
        font-size: 34px;
    }

}

@media screen and (max-width: 390px) {
	
}

@media screen and (max-width: 360px) {

	

}

@media screen and (max-width: 310px) {

}