
body,
html{
    margin: 0;
    padding: 0;
    border: 0;
}

canvas{
    margin: 0;
    padding: 0 0 350px 0;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.logo_img img{
    width: 20%;
}

.bg-img{
    background: url(../img/bg-img.jpg);
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.sub_text{
    font-size: 15px;
    font-family: 'OpenSans' , sans-serif;
    color: #fff;
    line-height: 1.5;
    margin: 40px auto 50px auto;
}

.alignment_text{
    width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.text {
    position: absolute;
    left: 0;
    top: 15%;
    margin: auto;
    text-align: center;
}

.text1 {
    position: absolute;
    top: 28%;
    right: 100px;
    text-align: right;
}

/**********************SOCIAL ICONS********************/
ul.icons li {
    text-align: center;
    list-style: none;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 5px;
    z-index: 99999;
}

ul.icons li i.fa-facebook-f{
    width: 40px;
    height: 40px;
    background-color: transparent;
    color: #3B5998;
    border-radius: 50px;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    padding-top: 10px;
}

ul.icons li i.fa-facebook-f:hover{
    color: #ffffff;
    background-color: #3B5998 ;
}

ul.icons li i.fa-twitter{
    width: 40px;
    height: 40px;
    color: #00acee;
    background-color: transparent;
    border-radius: 50px;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    padding-top: 10px;
}

ul.icons li i.fa-twitter:hover{
    color: #ffffff;
    background-color: #00acee ;
}

ul.icons li i.fa-linkedin-in{
    color: #0e76a8;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50px;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    padding-top: 10px;
}

ul.icons li i.fa-linkedin-in:hover{
    color: #ffffff;
    background-color: #0e76a8 ;
}

ul.icons li i.fa-instagram{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50px;
    -webkit-transition: 0.8s ease !important;
    -o-transition: 0.8s ease !important;
    transition: 0.8s ease !important;
    padding-top: 10px;
}

ul.icons li i.fa-instagram:hover{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: unset;
    -webkit-text-fill-color: white;
}

/***************************COUNT DOWN***************/
ul.count_down {
    list-style: none;
    padding: 0;
    display: block;
}

ul.count_down li {
    display: inline-block;
    color: white;
    padding: 10px 0 10px 10px;
    width: 90px;
    text-align: center;
    z-index: 9999;
}

ul.icons li:hover {
    -webkit-animation: 0.8s spin;
    animation: 0.8s spin;
}

ul.count_down li p:nth-child(1) {
    font-size: 60px;
    font-family: 'OpenSans' , sans-serif;
    color: rgb(212, 212, 212);
    font-weight: bold;
    margin:0;
}

ul.count_down li p:nth-child(2) {
    font-size: 18px;
    font-family: 'OpenSans' , sans-serif;
    color: rgb(212, 212, 212);
    margin: 15px 0 0 0;
    letter-spacing: 0;
}


/****************MEDIA QUERIES***************/

@media screen and (width:1024px) {
    .text {
        top: 30%;
    }

    .text1 {
        top: 32%;
    }
}

@media screen and (width:768px){
    .text1{
        right: 45px;
    }
}

@media screen and (max-width:767px){
    .btn {
        padding: 8px 28px 30px 28px;
    }
    .sub_text {
        font-size: 16px;
    }
    .alignment_text{
        width: 335px;
        margin-left: auto;
        margin-right: auto;
    }
    ul.icons li {
        display: inline-block;
        padding-left: 4px;
    }
    .text1{
        top: 80%;
        text-align: center;
        right: 0;
        left: 0;
    }
    .logo img{
        width: 85%;
    }
}