header.masthead{
    background: url(../img/backgrounds/outkast_banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
header.masthead:before{
    background: #1A1A1A;
    opacity: 0.85;
}
header h1{
    font-size: 5em;
    line-height: 1.13;
    font-weight: 900!important;
}
header h2{
    color: #fff;
    font-size: 30px;
    line-height: 41px;
    opacity: 1;
}
header .btn.c-invert{
    background: #ffffff;
    color: #1A1A1A;
}
header .btn.c-invert:hover{
    background: transparent!important;
    color: #ffffff!important;
}
.btn.invert{
    background: #1A1A1A;
    color: #ffffff;
}
.btn.invert:hover{
    background: #ffffff!important;
    color: #1A1A1A!important;
}
#menu{
    background-image: url(../img/backgrounds/menu-bg.webp)!important;
    background-size: cover!important;
}
#menu .nav-pills .nav-link{
    color: #1a1a1a!important;
    border-color: #1a1a1a!important;
    background: transparent!important;
}
#menu .nav-pills .nav-link:hover,
#menu .nav-pills .nav-link.active{
    border-color: #919aa1!important;
    color: #ffffff!important;
    background: #919aa1!important;
}
.custom-big-btn{
    padding: 20px 65px;
}
#gallery a.thumbnail{
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 400px;
    display: block;
}
#gallery a.thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
/**/
#reviews{
    background: url(../img/backgrounds/reviews-bg.webp)!important;
    background-size: cover;
    background-position: center;
}
#reviews:before{
    display: none;
}
#reviews h3.section-subheading{
    color: #D6D6D6!important;
}
.outkast-reviews{
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 50px;
}
.outkast-reviews .review-container{
    width: calc(50% - 25px);
    background: #D6D6D6;
    padding: 25px 50px;
}
.review-container .top-dsc{
    display: flex;
    margin-bottom: 12px;
}
.review-container .top-dsc .img{
    width: 64px;
    height: 64px;
    background: #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 51px;
    line-height: 0;
    color: #1A1A1A;
    font-weight: bold;
    background-size: cover !important;
    background-position: center !important;
}
.review-container .top-dsc .top-d{
    width: calc(100% - 64px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}
.review-container .top-dsc .top-d h5,
.review-container .top-dsc .top-d p{
    margin: 0;
    color: #1A1A1A;
    font-size: 16px;
    line-height: 22px;
}
.review-container .top-dsc .top-d h5{
    font-weight: bold;
}
.review-container .bottom-dsc .stars{
    margin-bottom: 5px;
}
.review-container .bottom-dsc .stars,
.review-container .bottom-dsc .stars svg{
    color: #f3bc41;
    font-size: 25px;
    letter-spacing: 4px;
}
.review-container .bottom-dsc p{
    margin-bottom: 0;
    color: #1A1A1A;
    font-size: 16px;
    line-height: 28px;
}
.social-ig a{
    font-size: 20px;
    color: #1A1A1A;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
}
.social-ig a span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #1A1A1A;
    margin-right: 15px;
}
.social-ig a span svg{
    color: #ffffff;
    font-size: 31px;
}

#contact{
    background: url("../img/backgrounds/contact-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    padding-bottom: 100px;
    border: none;
}
#contact:after{
    display: none;
}
#contact .details a{
    color: #ffffff;
}
#contact form input[type=text],
#contact form input[type=email],
#contact form input[type=tel],
#contact form textarea{
    color: #ffffff!important;
    border: none;
    border-bottom: 2px solid #ffffff!important;
    background: transparent!important;
    padding: 8.5px 0;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0!important;
}
section#contact .form-group textarea{
    height:120px!important;
    color: #ffffff!important;
    resize: none;
    margin-bottom: 38px!important;
}
#contact form input[type=text]::placeholder,
#contact form input[type=email]::placeholder,
#contact form input[type=tel]::placeholder,
#contact form textarea::placeholder{
    color: #ffffff!important;
    opacity: 1!important;
}
#contact .help-block.text-danger ul{
    margin-bottom: 0;
    padding-left: 15px;
}
#contact #sendMessageButton{
    color: #1A1A1A;
    border-color: #fff;
    background: #fff;
    padding: 8px 48px;
    display: inline-block;
    width: auto;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
}
#contact #sendMessageButton:hover{
    background: transparent!important;
    color: #ffffff;
    border-color: #fff!important;
}
footer{
    padding-top: 16px;
}
/* New images section */
#about{
    overflow: hidden!important;
}
#about .container{
    max-width: 1350px;
}
.flex-blocks{
    align-items: center;
    justify-content: center;
    display: flex;
}
.books-block{
    display: flex;
    gap: 30px;
}
.books-block .image-block{
    width: calc(50% - 15px);
}
.books-block .image-block a{
    position: relative;
    overflow: hidden;
    display: block;
    aspect-ratio: 1 / 1;
}
.books-block .image-block a:hover span{
    opacity: 1;
}
.books-block .image-block a span{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0,0,0,.5);
    color: #ffffff;
    text-align: center;
    opacity: 0;
}
.books-block .image-block a span div{
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}
.books-block .image-block a::after{
    display: none;
}
/* End Images Section */
@media (max-width: 1200px){
    header h1{
        font-size: 3.7em;
    }
    header h2{
        font-size: 22px;
        line-height: 33px;
    }
    header .btn.c-invert,
    .btn.invert{
        padding: 14px 30px;
    }
    section h2.section-heading{
        font-size: 2.2rem;
    }
    #menu h5{
        font-size: 1.1rem;
    }
}
@media (max-width: 1024px){
    .outkast-reviews{
        gap: 30px;
    }
    .outkast-reviews .review-container{
        width: calc(50% - 15px);
    }
}
@media (max-width: 991px){
    #gallery a.thumbnail{
        max-height: 200px;
    }
    .outkast-reviews .review-container{
        padding: 15px 30px;
    }
}
@media (max-width: 767px){
    header h1{
        font-size: 3.1em;
    }
    header h2{
        font-size: 19px;
        line-height: 26px;
    }
    section h2.section-heading{
        font-size: 2rem;
    }
    #menu .nav-pills .nav-link{
        font-size: 0.8rem;
        margin-bottom: 0 !important;
        line-height: 1;
    }
    .outkast-reviews{
        flex-wrap: wrap;
    }
    .outkast-reviews .review-container{
        width: 100%;
    }
    .books-block .image-block a span div{
        font-size: 20px;
    }
    .books-block{
        gap: 20px;
    }
    .books-block .image-block{
        width: calc(50% - 10px);
    }
}
@media (max-width: 575px){
    #gallery a.thumbnail{
        max-width: 100%;
    }
}