@font-face {
    font-family: HelveticaNeue;
    src: url("../fonts/HelveticaNeue Thin.ttf");
}


@font-face {
    font-family: KeepCalm;
    src: url("../fonts/KeepCalm-Medium.ttf");
}

@font-face {
    font-family: GOTHIC;
    src: url("../fonts/GOTHIC.TTF");
}

body{
    background: #FFFFFF;
    font-family: HelveticaNeue;
    overflow-x: hidden;
}

.con2021_2{
    font-family: GOTHIC;
    color: #969696;
    font-size: 35px;
}

.con2021{
    font-family: KeepCalm;
    color: #00923A;
    font-size: 35px;
}


/* Countdown CSS */
.TIMERSUB ul{
    width: 350px;
    margin-left: -49px;
}

.TIMERSUB ul li{
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    margin: 2%;
    color: #9A9A9A;
}

.TIMERSUB ul li p{
    font-size: 14px;
    text-align: center;
}

.time-line{
    width: 2px;
    height: 55px;
    background: #2BA45B;
    margin-top: -25px;
}

/* Countdown CSS ends */


.layers{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
}

.layer1{
    width: 70%;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 20px;
}

.layer2-3{
    width: 70%;
    border: 1px solid transparent;
    margin-right: auto;
    margin-left: auto;
    margin-top: 12%;
}

.layer2{
    float: left;
    color: #969696;
}

.layer3{
    background: #E7FCEB;
    width: 510px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 4% 0;
}

.layer3 img{
    width: 330px;
    margin-left: -10%;
}

.golden-logo img{
    float: right;
    position: relative;
    z-index: 4;
    margin-top: 18%;
    margin-right: 180px;
    width: 150px;
    height: 118px;
}