@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


:root {
    --main_color: #DE0713;
    --scandry-color: #333333;
    --text-color: #FFFFFF;
    --primary-fonts: Helvetica, sans-serif;
    --default-fonts: Montserrat, sans-serif;
}


a {
    text-decoration: none;
    color: inherit;
}


ul {
    list-style-type: none;
}

body {
    color: var(--text-color);
    font-family: var(--primary-fonts);
}

.player {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);

}

nav img {
    width: 80px;
}

.dropdown-item,
.nav-link {
    color: var(--text-color);
    font-family: var(--primary-fonts);
    font-weight: 700;
    font-size: 16px;
    position: relative;



}

.dropdown-menu,
.dropdown-item {
    background-color: black;

}

.bg-dark {
    --bs-bg-opacity: 0.2;


}

#navbar {
    background-color: black;
}


.nav-link:hover {
    color: var(--main_color);
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.6rem;
    transition: 0.5;
    -webkit-transition: 0.5;
    -moz-transition: 0.5;
    -ms-transition: 0.5;
    -o-transition: 0.5;
}

nav img {
    width: 80px;
}

.navbar-brand:hover {
    -webkit-text-stroke: 2px var(--text-color);
    font-size: 1.8rem;
    color: transparent;
}

body:has(#Home:target) .home-link,
body:has(#Books:target) .Books-link,
body:has(#Book-more:target) .Book-more-link,
body:has(#About:target) .About-link,
body:has(#Rev:target) .Rev-link,
body:has(#contact:target) .contact-link {
    color: var(--main_color);
}




body:has(#Home:target) .home-link::after,
body:has(#Books:target) .Books-link::after,
body:has(#Book-more:target) .Book-link::after,
body:has(#About:target) .About-link::after,
body:has(#Rev:target) .Rev-link::after,
body:has(#contact:target) .contact-link::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: var(--main_color);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}



#About {
    background-image: url(../imeges/About-Cold.jpg);
}




.img-about {
    width: 350px;
    padding-top: 30px;
    margin: 20px;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}



.img-about img {
    width: 100%;
    border: 13px solid black;
}


.contant-about {
    width: 60%;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;

}


.name-about {
    color: var(--text-color);
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    width: 200px;
}

.name-about::after {
    content: '';
    width: 75px;
    height: 2px;
    position: absolute;
    bottom: 13px;
    right: -37px;

    background-color: var(--main_color);

}

.contant-about h3 {
    text-shadow: 0px 0px 10px var(--main_color);
    font-family: "Helvetica", Sans-serif;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--text-color);
}

.contant-about p:last-of-type {
    font-size: 18px;
    font-family: var(--default-fonts);
    color: var(--text-color);
    font-weight: 500;
    padding-bottom: 30px;
}

.contant-about strong,
.contant-about em,
.p-part2 em {
    font-size: 25px;
    font-weight: 700;
    text-shadow: 0px 0px 2px var(--main_color);
}

.contant-about em:last-of-type {
    font-size: 20px;
    /* font-weight: 700; */
    text-shadow: 0px 0px 0px var(--main_color);

}

.pp {
    font-size: 25px;
}


.p-part2 p{
    margin-bottom: 0;
    padding-bottom: 30px;
}





@media screen and (max-width:991px) {

    .img-contant-about {
        flex-direction: column;
        align-items: center;
    }
    .img-about{
        width: 250px;
    }
    .contant-about h3{
        font-size: 30px;
    }
    
    .contant-about{
        padding: 0;
        width: 90%;
    }



}

@media screen and (max-width:400px) {
    nav img {
        width: 60px;
    }

    .navbar-brand {
        font-size: 23x;
    }
}




/* footer */
footer {
    background-color: black;

    padding-top: 30px;
}

.name-footer {
    color: var(--main_color);
    font-size: 35px;
    font-weight: 700;
    text-align: center;

}

.navbar-nav .nav-link.active {
    font-weight: 700;
    color: var(--text-color);
    padding: 20px;
    text-transform: uppercase;
    border-bottom: 3px solid var(--main_color);
}

.fainl {
    font-size: 12px;
    font-weight: 500;
    font-family: var(--default-fonts);
    position: relative;
}

.fainl strong {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
}

.fainl::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--text-color);

}

.copy {
    font-size: 12px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 40px;
}


.name-footer img {
    width: 80px;
    }
    
    @media screen and (max-width:900px) {
        .navbar-toggler {
            align-items: end;
        }
    }
    @media screen and (max-width:420px) {
        .name-footer  img {
            width: 60px;
        }
        .name-footer{
            font-size: 30px;
        }
    }