@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.popup{
    position:fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    background: rgba(0, 0, 0, 0.473);
    height: 100vh;
    width: 100vw;
}
.contentBox{
    position: relative;
    width: 600px;
    height: 400px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    top: 15%;
    left: 21%;
}
.contentBox .imgBx::before{
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
}
.contentBox .imgBx{
    position: relative;
    width: 300px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contentBox .imgBx img{
    position: relative;
    max-width: 250px;
    z-index: 1;
}
.contentBox .content{
    position: relative;
    width: 300px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contentBox .content h1{
    color: #333;
    line-height: 1em;
    font-size: 2em;
    font-weight: 300;
}
.contentBox .content p{
    font-weight: 300;
    display: flex;
    flex-direction: column;
}
.contentBox .content a{
    display: inline-block;
    padding: 10px 20px;
    background: #ff4d54;
    color: #fff;
    margin-top: 15px;
    text-decoration: none;
    border-radius: 10px;
}
.close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: url(img/close.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
    cursor: pointer;
    z-index: 10;
}
@media (max-width : 767px) {
    .contentBox{
        width: 300px;
        height: auto;
        flex-direction: column;
    }
    .contentBox .imgBx{
        height: 200px;
        transform: translateY(-50px);
    }
    .contentBox .imgBx img{
        max-width: 180px;
        top: 50px;
    }
    .contentBox .content{
        height: auto;
        text-align: center;
        padding: 20px;
        padding-top: 0;
        width: 270px;
    }
    .close{
        top: 10px;
        right: 0px;
        background: url(img/close.png);
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: center;
    }
    .cookies{
        margin-left: -25%;
        width: 300px;
    }
    nav{
        flex-wrap: wrap;
    }
    a img{
        /*ads-responsive*/
        width: 100%;
    }

@media (max-width : 607px) {
    a img{
        /*ads-responsive*/
        width: 100%;
    }
}
}
body.modal-open{
    height: 100vh;
    overflow-y:hidden;
}
nav{
    display: flex;
    background: #f9f9ff;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1vw 8vw;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
}
nav img{
    width: 120px;
    cursor: pointer;
}
.image2{
    width: 200px;
    cursor: pointer;
}
nav a{
    width: fit-content;
    height: fit-content;
}
a img{
    /*ads-responsive*/
    width: 100%;
    height: 90px;
    margin-left: 20px;
}
#home{
    background-image: linear-gradient(rgba(9, 5, 54, 0.3),rgba(5, 4, 46, 0.7)),url();
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 0px;
}
#home h2{
    color: #fff;
    font-size: 2.2rem;
    letter-spacing: 1px;
}
#home p{
    width: 50%;
    color: #fff;
    font-size: 0.9rem;
    line-height: 25px;
}
#dmca{
    padding: 5vw 8vw 0 8vw;
    text-align: center;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f9f9ff;
}
.bvideo{
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: -1;
    object-fit: cover;
}
.dmca-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px;
}
h3{
    font-size: 2em;
    font-size: 800;
    margin-bottom: 20px;
}
p{
    font-size: 2em;
    font-size: 800;
    margin-bottom: 5px;
}
.footer{
    padding: 40px 0 ;
    background-color: #222;
}
.footer .social{
    text-align: center;
    padding-bottom: 25px;
    color: #fff; 
}
.footer .social a{
    font-size: 24px;
    color: inherit;
    border: 0px solid #ccc;
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0.75;
}
.footer .social a:hover{
    opacity: 0.9;
}
.footer ul{
    margin-top: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: center;
}
.footer ul li a{
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
.footer ul li{
    display: inline-block;
    padding: 0 10px;
}
.footer ul li a:hover{
    opacity: 1;
}
.footer .copyright{
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
}




