@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;
}

.player {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);

}

.playerr {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);

}


body {
    color: var(--text-color);
    font-family: var(--primary-fonts);
}


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.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}


.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;
}




@media screen and (max-width:400px) {
    nav img {
        width: 60px;
    }

    .navbar-brand {
        font-size: 23px;
    }
}





/* Home */
#Home {

    min-height: 100vh;
    position: relative;

}


.videoo{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    z-index: -1;
}
video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);


}



.img-home {
    width: 35%;
    margin: 77px;
    margin-top: 50px;
    padding: 20px;
}

.contant-home {
    width: 50%;
}

.img-home img {
    width: 100%;

}

.text-home h1 {
    font-size: 60px;
    font-weight: 700;
    font-family: var(--primary-fonts);

}



.text-home p {
    font-size: 1.125rem;
    font-weight: 500;
    font-family: var(--default-fonts);
}



.contant-home a {
    background-color: var(--main_color);
    color: var(--text-color);
    padding: 10px 33px;
    margin: 18px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;

    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.contant-home a:hover {
    transform: scale(1.1);
    background-color: var(--main_color);

}



/* Media screen for home */

@media screen and (max-width:991px) {

    #Home .container {
        flex-direction: column-reverse;
        padding-top: 40px;
        align-items: center;
    }

    .img-home {
        width: 70%;

    }

    .contant-home {
        width: 100%;
    }



}




/* Book */



.back-book-about {
    /* background-color: black;  */
    background-image: url(../imeges/TJ-Phillips-background-04.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    color: var(--text-color);
    background-size: cover;
}

.head-Book h3 {
    padding-top: 30px;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    position: relative;
}

.head-Book h3::before {
    content: " ";
    width: 150px;
    height: 4px;
    background-color: var(--main_color);
    position: absolute;
    bottom: -5px;
    left: 43%;


}

.head-Book h4 {
    margin: 30px;
    font-size: 25px;
    font-weight: 700;
    text-shadow: 0px 0px 10px var(--main_color);
}

.img-book {
    width: 40%;
}

.img-book img {
    width: 100%;
}

.about-book {
    width: 50%;
}

.about-book h2 {
    color: #FFD703;
    font-size: 3.75rem;
    font-weight: 700;
}

.about-book h4 {

    font-size: 19px;
    font-weight: 700;
    line-height: 20.9px;
}

.about-book p:first-of-type {

    font-size: 18px;
    font-weight: 500;


}

.about-book p:last-of-type {

    font-size: 18px;
    font-weight: 400;


}



/* Media screen for Books */

@media screen and (max-width:900px) {

    .contant-book {
        flex-direction: column;
    }

    .img-book {
        width: 70%;
        padding: 30px;
        margin: 30px;
    }

    .about-book {
        width: 90%;
        /* padding: 20px; */
        margin: 20px;
    }





}

/* About   */

.about-imgess {
    position: relative;
    width: 40%;
}



.img-about {
    width: 70%;
    border: 13px solid black;
    margin: 20px;

    position: absolute;
    top: 10%;
    left: 50%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.img-about-back {
    width: 100%;
    margin: 30px;


}

.img-about-back img,
.img-about img {
    width: 100%;
}


.contant-about {
    width: 45%;
    padding: 20px;
}


.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 #818181;
    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;
}

.butn a {
    font-weight: 700;
    color: var(--text-color);
    background-color: var(--main_color);
    padding: 15px 40px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;

    box-shadow: 0px 0px 12px 0px #818181;
}

.butn:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* Media screen for About */

@media screen and (max-width:900px) {

    #About .container {
        flex-direction: column;
    }

    .img-about-back {
        display: none;
    }

    .img-about {
        position: static;
        width: 100%;
    }

    .about-imgess {
        position: static;
        width: 60%;
        padding: 25px 0;
    }

    .contant-about {
        width: 100%;
        padding: 20px;
    }




}

/* Rev */


.rev-back {
    background-color: black;
    padding: 3rem;
}

#Rev {

    background-image: url(../imeges/open-book-1preview.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.layer {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);

}

#Rev .container {
    padding: 3rem;
}

.head-rev {
    width: 50%;
    padding-left: 20px;
}

.head-rev a {
    text-decoration: underline;
}

.head-rev a:hover {
    color: var(--main_color);
}

.img-rev {
    width: 45%;
    padding: 2%;

}

.img-rev img {
    width: 100%;
}

.Rev-contant {
    width: 90%;
    background-color: var(--scandry-color);
    /* position: relative; */
    /* z-index: 1; */
}




.head-rev p:first-of-type {
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

.head-rev p:first-of-type::after {
    content: "";
    position: absolute;
    left: 143px;
    bottom: 14px;
    width: 60px;
    height: 1px;
    background-color: var(--main_color);

}

.head-rev p:last-of-type {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--default-fonts);
}

.head-rev h3 {
    font-size: 35px;
    font-weight: 700;
    text-shadow: 0px 0px 10px var(--main_color);
}



@media screen and (max-width:800px) {
    .img-rev {
        display: none;
    }

    .head-rev {
        width: 100%;
    }

    .rev-back {
        padding: 3px;
    }

    .head-rev h3 {
        font-size: 30px;
    }

    .Rev-contant {
        width: 100%;
    }
}

@media screen and (max-width:400px) {
    .head-rev h3 {
        font-size: 25px;
    }

    .head-rev p {
        font-size: 16px;
    }

    #Rev .container {
        padding: 3px;
    }
}

/* Contact */

#Contect {
    background-image: url(../imeges/conacte-back.jpg);
    background-size: cover;

}


.text-contect h3 {
    font-size: 35px;
    padding: 10px 10px 20px;
    font-weight: 700;
}

.text-contect p {
    font-size: 18px;
    padding-top: 50px;
    font-weight: 700;
    position: relative;
}

.text-contect p::after {
    content: "";
    position: absolute;
    width: 39px;
    height: 2px;
    right: 65px;
    bottom: 14px;
    background-color: var(--text-color);

}

.icon {
    font-size: 40px;
    gap: 50px;
    padding: 20px 5px 35px;
}

.icon a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media screen and (max-width:600px) {
    .icon {
        gap: 20px;
        font-size: 35px;
        padding: 15px 5px 30px;
    }

    .text-contect h3 {
        font-size: 30px;
        padding: 10px 10px 20px;
        font-weight: 700;
    }

    .text-contect p {
        font-size: 16px;
        padding-top: 50px;
        font-weight: 700;
    }

    .text-contect p::after {
        content: "";
        position: absolute;
        width: 39px;
        height: 2px;
        right: 30px;
        bottom: 13px;
        background-color: var(--text-color);

    }

}

/* 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;
}



@media screen and (max-width:900px) {
    .navbar-toggler {
        align-items: end;
    }
}