/* colors */
/* Teal A400 #1DE9B6*/
/* Deep Orange A400 #FF3D00 */
/*  */


body {
    font-family: "Aeroport", serif;
    margin: 0;
    padding: 0;

}

.mb-3 {
    margin-bottom: 3rem !important;
}

.x-scroll {
    overflow-x: scroll;
}

.container-fluid {
    padding: 0 5rem;
}

.content-small-menu {
    position: fixed;
    right: 5rem;
    top: 5rem;
}

.content-small-menu a {
    text-decoration: none;
}

.content-small-menu a:first-child {
    margin-right: 1.5rem;
}

.content {
    padding-top: 7rem;
}

.ml-auto {
    margin-left: auto;
}


/* Carousel */

.carousel-caption {
    text-align: left;
    position: relative;
    width: 75%;
    margin-top: 2rem;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
}

.carousel-caption h5 {
    font-size: 0.75rem;
    color: #000;
}

.carousel-caption p {
    font-size: 0.75rem;
    color: #444;
}


.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 1rem;
    padding-top: 75%;
    bottom: auto;
}

.carousel-image {
    width: 100%;
    padding-top: 75%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    border-radius: 3rem;
    background-color: #F7F7F7;
}
/* 
.carousel-control-next {
    right: 7rem;
} */

.carousel-control-prev-icon {
    background-image: url('../images/Arrow\ Left.svg');
}

.carousel-control-next-icon {
    background-image: url('../images/Arrow\ Right.svg');
}

/* Top Menu */


.mobile {
    display: none;
}

.btn1 {
    position: relative;
    width: 16px;
    height: 16px;
    transition-duration: 0.5s;
  }
  .btn1 .icon-left {
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 8px;
    top: 4px;
    background-color: #212121;
    left: 0px;
  }
  .btn1 .icon-left:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: #212121;
    content: "";
    top: -6px;
  }
  .btn1 .icon-left:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: #212121;
    content: "";
    top: 6px;
  }
  .btn1 .icon-left:hover {
    cursor: pointer;
  }
  .btn1 .icon-right {
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 8px;
    top: 4px;
    background-color: #212121;
    left: 8px;
  }
  .btn1 .icon-right:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: #212121;
    content: "";
    top: -6px;
  }
  .btn1 .icon-right:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: #212121;
    content: "";
    top: 6px;
  }
  .btn1:hover .icon-left {
    transition-duration: 0.5s;
    background: transparent;
  }
  .btn1:hover .icon-left:before {
    transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
  }
  .btn1:hover .icon-left:after {
    transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
  }
  .btn1:hover .icon-right {
    transition-duration: 0.5s;
    background: transparent;
  }
  .btn1:hover .icon-right:before {
    transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
  }
  .btn1:hover .icon-right:after {
    transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
  }
  .btn1:hover {
    cursor: pointer;
  }
  


.top-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 1rem;
    height: 7rem;
    z-index: 10;
    background-color: #fff;
}

.top-menu h6 {
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    margin-left: auto;
    text-transform: lowercase;
    letter-spacing: .1rem;
}

.search_logo {
    width: 16px;
    height: 16px;
}

.about {
    text-decoration: none;
    color: #000;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: lowercase;
    letter-spacing: .1rem;
    transition: .3s;
}

.about:hover {
    color: #FF3D00;
}

.about.active {
    color: #FF3D00;
}

.search-btn:hover img {
    fill: #FF3D00;
}

/* Side Menu */

.side-menu {
    display: flex;
    flex-direction: row;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    padding-top: 7rem;
    margin-left: 5rem;
    height: 100vh;
    justify-content: flex-start;
    padding-right: 4rem;
}

.side-menu-tab {
    font-size: 1.5rem;
    color: #000;
    text-decoration: none;
    font-weight: 300;
    writing-mode: vertical-rl;
    border-left: 1px dashed #000;
    margin: 0;
    padding-left: 0rem;
    padding-right: .5rem;
    letter-spacing: .1rem;
    order: inherit;
    transition: .3s;
    height: 100%;
}

.side-menu-tab:hover {
    cursor: pointer;
    color: #FF3D00;
    border-left: 1px #000 solid;
}

.side-menu-tab.active, .side-menu-tab.active:hover {
    color: #000;
    border-left: 1px #000 solid;
    font-weight: 300;
    font-size: 2rem;
    letter-spacing: calc(1em / 5);
    order: 3;
}


/* Main Page Content */

.main-page-content {
    padding-left: 5rem;
    padding-right: 0;
    height: 100vh;
    padding-bottom: 2.5rem;
}

.main-page-text {
    font-size: 2rem;
    font-weight: 300;
    padding-right: 0.5rem;
    overflow: scroll;
}

.copyright {
    font-weight: 300;
    font-size: 0.75em;
}

.rand-img {
    height: 100%;
    padding: 0;
    background-size: auto 100% ;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 3rem;
    transition: .3s;
}

.rand-img:hover {
    background-size: auto 105% ;
    cursor: pointer;
}

.rand-img:first-child {
    height: 65%;
    border-right: 2px solid #fff;
}

.rand-img:last-child {
    height: 85%;
    border-left: 2px solid #fff;
}


/* Filters Styles */

.filter-menu {
    order: 4;
    margin-left: 5rem;
}

.filter-tab {
    font-size: .75rem;
    letter-spacing: .1rem;
    font-weight: 300;
    text-decoration: underline;
    color: #000;
    text-transform: uppercase;
    margin-bottom: .75rem;
    transition: .3s;
}

.filter-tab:hover, .filter-tab.active {
    text-decoration: none;
    color: #FF3D00;
}

.tab-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
.filter-tab-descr {
    font-size: .75rem;
    letter-spacing: .1rem;
    font-weight: 300;
    color: #9F9F9F;
    text-transform: uppercase;
    margin-bottom: .75rem;
}


/* Cards */


.cards-container {
    overflow-y: scroll;
    overflow-x: hidden;
}

.cards-container a {
    text-decoration: none;
    color: #000;
}

.cards-row a {
    text-decoration: none;
    color: #000;
}

.cards-row > * {
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
}

.cards-row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.author-avatar, .character-avatar {
    width: 100%;
    padding-top: 100%;
    background-size: auto 100% ;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: .3s;
    border-radius: 1.5rem;
    margin-bottom: 0.5rem;
}

.author-avatar {
    border-radius: 100%;
}

.author-card:hover .author-avatar, .character-card:hover .character-avatar {
    background-size: auto 110% ;
}

.author-card, .books-card, .character-card {
    width: 100%;
    height: 100%;
    color: #000;
    border-bottom: 1px dashed #000;
    text-decoration: none;
}


.author-card h5, .character-card h5, .books-card h5 {
    font-size: .85rem;
    margin-bottom: .5rem;
    font-weight: 300;
}

.author-card h6, .character-card h6, .books-card h6 {
    color: #444;
    font-size: .85rem;
    margin-bottom: .5rem;
    font-weight: 300;
}

.books-avatar {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-size: auto 100% ;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color:#FF9E80;
    transition: .3s;
    border-radius: 1.5rem;
    margin-bottom: 0.5rem;
}


.author-card:hover, .character-card:hover, .books-card:hover {
    cursor: pointer;
    border-bottom: solid 1px #000;
}

.books-card:hover .books-avatar{
    background-color: #FF3D00;
}

.books-card .head-letter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 4rem;
    font-weight: 300;
    transition: .3s;
    text-align: center;
}

.books-card:hover .head-letter {
    font-size: 5rem;
}

/* Content Page */

.title-image {
    margin-bottom: .5rem;
    width: 75%;
    border-radius: 3rem;
}

.caption-text {
    font-weight: 300;
    font-size: 0.75rem;
    display: block;
    text-align: center;
}

.title-text {
    font-size: 1.75rem;
    font-weight: 300;
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
}

.subtitle-text {
    margin-left: -1.5rem;
    font-size: 1.25rem;
    font-weight: 300;
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
}

.extra-subtitle-text {
    font-size: 1.25rem;
    font-weight: 300;
    color: #FF3D00;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.extra-link {
    color: #444;
    display: block;
    font-weight: 300;
    font-size: 1.25rem;
    margin-top: 0.5rem;
}

.extra-link:hover {
    color: #FF3D00;
}

.main-text {
    font-size: 1rem;
    font-weight: 300;
}

.author-page-content {
    padding-left: 5rem;
}
/* Media Quaries */

@media (max-width: 992px) {
    .dissapear {
        display: none;
    }
    .title-image {
        width: 100%;
    }

    .top-menu {
        height: 4rem;
        padding-top: .5rem !important;
    }

    .content {
        padding-top: 5rem;
    }

    .container-fluid {
        padding: 0 2rem;
    }

    .side-menu {
        flex-direction: column;
    }

    .subtitle-text {
        margin-left: 0 !important;
    }

    .main-text {
        padding-left: 1.5rem;
    }

    .top-menu {
        display: none;
    }

    .mobile {
        display: block;
    }
}



@media (max-width: 1280px) {
    .filter-menu {
        margin-left: 1rem;
    }
}

@media (max-width: 1400) {
    .copyright {
        order: 3 !important;
        flex-direction: row;
        justify-content: flex-start;
    }
}