body{
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-image: url(https://dzessence.com/images/bg_web_1080.png);
}
.hero{
    width: 100%;
    height: 100vh;
    background-image: url(https://dzessence.com/images/bg_web_1080.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    display: flex;
    justify-content: center;
}
.hero-left{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
}
.logomid{
    height: auto;
    width: 60%;
}
#particles-js{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: all;
}


.hero-right{
    pointer-events: none;
    z-index: 10;
    /* border-left: 0.5px solid rgb(109, 109, 109); */
    width: 560px;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    background-color: rgba(51, 51, 51, 0.521);
}
.hero-right-top{
    height: calc(100% - 95px);
    display: flex;
    flex-direction: column;
    
}
.nav{
    pointer-events: all;
}
.hero-right-bottom{
    pointer-events: all;
}

.nav a{
    font-size: larger;
    color: white;
    background-color: transparent;
    border: none;
    outline: none;
}

.nav button{
    font-size: larger;
    color: white;
    background-color: transparent;
    border: none;
    outline: none;
}

.information{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem 3rem;
    text-align: center;
}

.sercomingsoon{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 95px;
    background-color: rgba(51, 51, 51, 0.274);
    border: 0.5px rgba(126, 126, 126, 0.521) solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s_deer{
    background-image: url(https://dzessence.com/images/bn_deer.jpg);
}
.s_deathmatch{
    background-image: url(https://dzessence.com/images/bn_dm.jpg);
}
.gametracker{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 95px;
}

.rrss{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    color: white;
    font-size: 2rem;
    padding: 0.5rem 1rem;
}
.rrss a{
    color: white;
    text-decoration: none;
}
.modal-content{  
    background-image: url(https://dzessence.com/images/camo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: rgb(255, 255, 255);
    border: none;
}

.titleImages{
    filter: drop-shadow(2px 2px 0px #ffffff);
}

.modal-dialog{
    max-width: 60%;
}
.close {
    color: rgb(255, 255, 255);
    opacity: 0.8;
}
.close span{
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-header img{
    height: 50px;
    width: auto;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem 1rem 1rem;
    border-bottom: 1px solid white;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-body img{
 width: 60%;
 height: auto;
 margin: 1rem 1rem;
}
#donate-button-container{
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
}
#donate-button{
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.donate{
    padding: 0 1rem;
}
.donateup{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}
.donateup img{
    width: 180px;
    height: auto;
    border-radius: 15px;
    border: 10px solid white;
    box-shadow: 5px -5px 0 0 #ff3300;
}
#adresscont{
    background-color: #18171f;
    border-radius: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 0.5rem 1rem;
    margin: auto;
    border: 1px solid #18171f;
}
.active{
    animation: copyclip 1s ease-in-out 1;
}

@keyframes copyclip {
    0%{border: 1px solid #18171f}
    50%{border: 1px solid #ffffff}
    100%{border: 1px solid #18171f}
}
#adresscont p{
    color: #afafaf;
    font-weight: bold;
    font-size: medium;
    margin: 0;
    padding: 0;
}
#adresscont button{
    background-color: transparent;
    border: 2px solid orangered;
    border-radius: 200px;
    color: white;
    padding: 15px 20px;
    margin: 0.5rem 0;
    cursor: pointer;
}
#adresscont button:hover{
    border: 2px solid rgb(255, 68, 0);
    box-shadow: 3px 3px 0 0 orangered;
    color:#afafaf;
}
@media (max-width: 2560px) {
    .logomid{
        height: auto;
        width: 30%;
    }
}

@media (max-width: 1920px) {
    .logomid{
        height: auto;
        width: 45%;
    }
}
@media (max-width: 1440px) {
    .logomid{
        height: auto;
        width: 60%;
    }
}

@media (max-width: 768px) {
    body{
        overflow-y: auto;
        overflow-x: hidden;
    }

    .hero-left{
        display: none;
        width: 100%;
        height: 100%;
        color: white;
    }  
    
    .gametracker{
        width: 100%;
        height: auto;
    }
    .gametracker img{
        width: 100%;
        height: auto;
    }
    .sercomingsoon{
        width: 100%;
        height: auto;
    }
    .s_deer{
        height: 65px;
    }
    .s_deathmatch{
        height: 65px;
    }
    .rrss{
        display: none;
    }
    
    
    .hero-right{
        width: 100%;
        height: 100%;
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        background-color: rgba(51, 51, 51, 0.521);
    }
    .information{
        /* padding: 1rem 3rem; */
    }
    .information h2{
        /* font-size: 1.5rem; */
    }
    .modal-dialog{
        max-width: 100%;
    }
    .titleImages{
        filter: drop-shadow(1px 1px 0px #ffffff);
    }
    #adresscont {
        width: 100%;
        background-color: #18171f;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        padding: 0.5rem 1rem;
        margin: auto;
        border: 1px solid #18171f;
    }
    #adresscont p {
        width: 100%;
        overflow-wrap: break-word;
        color: #afafaf;
        font-weight: bold;
        font-size: medium;
        margin: 0;
        padding: 0;
        text-align: center;
        
    }

}