body{
    margin: 0;
}
/* .header{
    background-image: url("backg.png"); 
    background-color: #323bbe;
    height: 100vh; 
    background-position: 0% 100%; 
    background-repeat: no-repeat; 
    background-size: 100% 100%;
} */
.header{
    position: relative;
    height: 100vh;
    overflow: hidden;
    z-index: -2;
    display: flex;
    z-index:11212;
}
.header > img.backg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:-1;
    
}
.about-us {
    color: white;
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    align-items: center;
}
.about-us a{
    color:white;
    text-decoration:none;
}
.about-us .social:hover p{
    color:#e0c257;
}
.about-us div{
        display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.header .container{
    display: flex;
    flex-direction: column;
    margin: 120px;
    justify-content: center;
    gap: 68px;
    align-items: center;
}
.header p{
    margin: 0;
}
.header .asdam-logo img{
    width: 512px;
}
.header .asdam-title{
    top: 229px;
    left: 122px;
    font-size: 66px;
    color: #e0c257;
    max-width: 424px;
    text-align: center;
    letter-spacing: 8px;
    animation: wave 3s infinite;
}
.header .asdam-text{
    top: 405px;
    color: #e0c257;
    font-size: 20px;
    text-align: center;
    max-width: 493px;
    left: 34px;
    
}
.header .time-left{
    top: 495px;
    display: flex;
    gap: 22px;
    left: 147px;
    text-align: center;
}
.header .time-left div{
    background-color:rgba(168, 175, 186, 1);
    width: 38px;
    padding: 5px;
}
.header .socials{
    display: flex;
    bottom: 21px;
    display: flex;
    left: 168px;
    gap: 32px;
    color: #e0c257;

}
.header .socials svg{
    width: 17px;
}
.header .socials div{
    padding: 16px;
    border: 1px solid rgb(226, 226, 226);
    border-radius: 50%;
}
@keyframes wave {
    0%{
        /* top: 229px; */
        transform: scale(1);
    }
    50%{
        /* top: 200px; */
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
        /* top: 229px; */
    }
}

/*#countdown {*/
/*    max-width: 600px;*/
/*    position: absolute;*/
/*    bottom: 100px;*/
/*    left: 150px;*/
/*  }*/
/*  #countdown ul {*/
/*    margin: 5% 0 0 0;*/
/*    padding: 0;*/
/*    display: flex;*/
/*    gap: 5%;*/
/*  }*/
/*  #countdown ul li {*/
/*    flex: 25%;*/
/*    padding: 5%;*/
/*    margin: 0;*/
/*    list-style: none;*/
/*    background: rgba(28, 68, 107, 1);*/
/*    border-radius: 5px;*/
/*    color: rgba(206, 164, 52, 1);*/
/*  }*/
/*  #countdown ul li span {*/
/*    display: block;*/
/*    font-size: 25px;*/
/*    text-align: center;*/
/*  }*/

@media (max-width:1024px) {
    /*#countdown {*/
    /*    max-width: 600px;*/
    /*    position: absolute;*/
    /*    bottom: 91px;*/
    /*    left: 133px;*/
    /*}*/
    .header .asdam-logo img {
    width: 388px;
}
}
@media (max-width:769px) {
    /*#countdown ul li span {*/
    /*    display: block;*/
    /*    font-size: 16px;*/
    /*    text-align: center;*/
    /*}*/
    /*#countdown {*/
    /*    max-width: 600px;*/
    /*    position: absolute;*/
    /*    bottom: 100px;*/
    /*    left: 127px;*/
    /*}*/
    /*.asdam-logo img{*/
    /*    width: 341px;*/
    /*}*/
    /*.header .asdam-text {*/
        /*position: absolute;*/
    /*    top: 405px;*/
    /*    color: #e0c257;*/
    /*    font-size: 16px;*/
    /*    text-align: center;*/
    /*    max-width: 493px;*/
    /*    left: 34px;*/
    /*}*/
    .header .container {
    display: flex;
    flex-direction: column;
    margin: 65px;
    justify-content: flex-start;
    gap: 88px;
    align-items: center;
}
}

@media (max-width:426px) {
    /*.header .socials {*/
        /*position: absolute;*/
    /*    display: flex;*/
    /*    position: absolute;*/
    /*    bottom: 52px;*/
    /*    display: flex;*/
    /*    left: 107px;*/
    /*    gap: 32px;*/
    /*    color: #e0c257;*/
    /*}*/
    /*#countdown {*/
    /*    max-width: 600px;*/
        /*position: absolute;*/
    /*    bottom: 146px;*/
    /*    left: 72px;*/
    /*}*/
    /*#countdown ul li span {*/
    /*    display: block;*/
    /*    font-size: 16px;*/
    /*    text-align: center;*/
    /*}*/
    /*.header .asdam-title {*/
        /*position: absolute;*/
    /*    top: 203px;*/
    /*    left: 112px;*/
    /*    font-size: 44px;*/
    /*    color: white;*/
    /*    max-width: 424px;*/
    /*    text-align: center;*/
    /*    letter-spacing: 8px;*/
    /*    animation: wave 3s infinite;*/
    /*}*/
    /*.header .asdam-text {*/
        /*position: absolute;*/
    /*    top: 344px;*/
    /*    color: #e0c257;*/
    /*    font-size: 16px;*/
    /*    text-align: center;*/
    /*    max-width: 350px;*/
    /*    left: 43px;*/
    /*}*/
    /*.header .asdam-logo {*/
        /*position: absolute;*/
    /*    top: 47px;*/
    /*    left: 48px;*/
    /*}*/
    .header .asdam-logo img {
    width: 309px;
}
.header {
    position: relative;
    height: 100vh;
    overflow: hidden;
    z-index: -2;
    justify-content: center;
    display: flex;
}
.header .asdam-title {
    top: 229px;
    left: 122px;
    font-size: 49px;
    color: #e0c257;
    max-width: 424px;
    text-align: center;
    letter-spacing: 8px;
    animation: wave 3s infinite;
}
.header .container {
    display: flex;
    flex-direction: column;
    margin: 65px;
    justify-content: center;
    gap: 40px;
    align-items: center;
}


    
}
@media (max-width:376px) {
    .asdam-logo img {
        width: 302px;
    }
    .header .asdam-title {
        /*position: absolute;*/
        top: 203px;
        left: 88px;
        font-size: 44px;
        color: #e0c257;
        max-width: 424px;
        text-align: center;
        letter-spacing: 8px;
        animation: wave 3s infinite;
    }
    .header .asdam-text {
        /*position: absolute;*/
        top: 344px;
        color: #e0c257;
        font-size: 16px;
        text-align: center;
        max-width: 312px;
        left: 43px;
    }
    #countdown {
        max-width: 600px;
        /*position: absolute;*/
        bottom: 146px;
        left: 57px;
    }
    .header .socials {
        /*position: absolute;*/
        display: flex;
        /*position: absolute;*/
        bottom: 52px;
        display: flex;
        left: 84px;
        gap: 32px;
        color: #e0c257;
    }
    
    
    
    
}

@media (max-width:321px) {
    /*.asdam-logo img {*/
    /*    width: 249px;*/
    /*}*/
    /*.header .asdam-title {*/
        /*position: absolute;*/
    /*    top: 203px;*/
    /*    left: 70px;*/
    /*    font-size: 43px;*/
    /*    color: white;*/
    /*    max-width: 424px;*/
    /*    text-align: center;*/
    /*    letter-spacing: 8px;*/
    /*    animation: wave 3s infinite;*/
    /*}*/
    /*#countdown {*/
    /*    max-width: 600px;*/
        /*position: absolute;*/
    /*    bottom: 146px;*/
    /*    left: 29px;*/
    /*}*/
    /*.header .asdam-text {*/
        /*position: absolute;*/
    /*    top: 344px;*/
    /*    color: #e0c257;*/
    /*    font-size: 16px;*/
    /*    text-align: center;*/
    /*    max-width: 350px;*/
    /*    left: 13px;*/
    /*}*/
    /*.header .socials {*/
        /*position: absolute;*/
    /*    display: flex;*/
    /*    bottom: 52px;*/
    /*    display: flex;*/
    /*    left: 63px;*/
    /*    gap: 32px;*/
    /*    color: #e0c257;*/
    /*}*/
    /*.header .socials div:hover {*/
    /*    background-color: #e0c257;*/
    /*    color: white;*/
    /*}*/
    .header .asdam-logo img {
    width: 269px;
}
.header .container {
    display: flex;
    flex-direction: column;
    margin: 65px;
    justify-content: center;
    gap: 52px;
    align-items: center;
}
    
}