
/* font-family: "Roboto", sans-serif; */
/* font-family: "Open Sans", sans-serif; */
/* font-family: "Inclusive Sans", sans-serif; */
/* font-family: "Sen", sans-serif; */
/* font-family: "League Spartan", sans-serif; */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255,255,255,0.8) 100%), url(../img/body-background.webp);
    background-size: cover;
    background-repeat: no-repeat; */
    background-color: #16113a;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: start;
}

.hiddenTo_down {
    transform: translateY(50px);
    opacity: 0;
}

.hiddenTo_opacity {
    opacity: 0;
}

.container {
    width: 950px;
    height: fit-content;
}

.search-container {
    width: 100%;
    height: fit-content;
    display: none;
    transition: 1s;

}

/* slider section*/
/* /////////////////////// */
.slider-section {
    display: grid;
    grid-template-columns: 0.1fr 3fr 0.1fr;
    padding: 2rem;
}

.slider {
    width: 100%;
    height: 29rem;
    background-color: #555555;
    border-radius: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;

    /* background: url(../img/blue-background.png) no-repeat center/cover; */
    padding: 0 3rem 0 8rem;
}

.slider-content {
    display: flex;
    flex-direction: column;
    height: 17rem;
    width: 32rem;
}

.slider-title {
    color: #fff;
    font-size: 5rem;
    font-family: "Sen", sans-serif;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.slider-text {
    font-size: 1.7rem;
    color: #e7e7e7;
    font-family: "Roboto", sans-serif;
    margin-bottom: 3rem;
}

.slider-tag {
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    color: #fff;
    border-bottom: 4px solid #fff;
    width: 7.5rem;
    text-align: center;
    border-radius: 2px;
    padding-bottom: 1px;
    align-self: end;
    margin-bottom: 4.5rem;
}

.dots {
    display: flex;
    gap: 1rem;
    position: absolute;
    bottom: 2rem;
}

.dots li:first-child {
    background-color: #fff;
}

.dots li {
    list-style-type: none;
    background-color: #bdbdbd;
    width: 4.5rem;
    height: 0.3rem;
    border-radius: 50px;
}

.slider-img {
    width: 26rem;
    align-self: flex-end;
}

.slider-btn {
    width: auto;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    background-color: #00000000;
    border: none;
    stroke-width: 3;
    stroke: #72A0C1;
    /* / */
    cursor: pointer;
}

.slider-btn svg {
    width: 4rem;
}

/* detail section */
/* //////////////////// */
.details-section {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6rem;
    padding-bottom: 3rem;
}

.info-1-content {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
}

.info-1-title {
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    padding-left: 1rem;
    color: #fff;
}

.info-1-title svg {
    stroke: #fff;
    stroke-width: 3;
    width: 1.5rem;
}

.info-1-imgs {
    display: flex;
    gap: 1rem;
}

.info-1-imgs a {
    width: 11rem;
    height: 14rem;
    border-radius: 17px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 1.5rem;
    cursor: pointer;
    transition: 0.2s;
}

.info-1-imgs a:hover {
    transform: scale(1.02);
} 

.info-1-imgs a:first-child {
    background-size: cover;
}

.info-1-imgs a:last-child {
    background-size: cover;
}

.info-1-imgs a p {
    color: #fff;
    font-family: "Roboto", sans-serif;
}

.info-1-btn {
    border: none;
    background-color: #fff;
    width: 100%;
    height: 3rem;
    box-shadow: 0 3px 3px 1px #00000030;
    border-radius: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
}

.info-1-btn:hover {
    background-color: #FFD700;

}

.info-2-content {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.info-2-title {
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize; 
    padding-left: 1rem;
    color: #fff;
}

.info-2-tags {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.8rem;
}

.info-2-tags a {
    text-decoration: none;
}

.info-2-tag {
    list-style-type: none;
    background-color: #000;
    padding: 0.8rem;
    border-radius: 14px;
    width: 18rem;
    height: fit-content;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    cursor: pointer;
    box-shadow: 0 0 3px 1px #00000030;
    transition: 0.2s;
}

.info-2-tag:hover {
    transform: scale(1.04);
}

.character {
    text-transform: capitalize;
}

.info-2-tag p {
    font-size: 1.1rem;
    font-weight: 400;
    font-family: "roboto", sans-serif;
    color: #fff;
}

.info-2-tag svg {
    width: 2rem;
    stroke-width: 1.4;
    stroke: #fff;
}

.info-2-tag:last-child svg {
    stroke: #000;
}

.info-3-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
}

.img-info-box {
    width: 10rem;
    height: 10rem;
    background-color: #72A0C1;
    padding: 1rem;
    border-radius: 15px;
}

.img-info-box img {
    width: 100%;
    height: 100%;
}

.info-4-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-4-box {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    width: 23rem;
    background-color: #fff;
    padding: 1rem;
    border-radius: 15px;
    box-shadow: 0 0 6px 1px #00000030;
}

.info-4-box img {
    width: 5rem;
    color: hwb(13 0% 0%);
}

.info-4-text h3 {
    font-size: 1.4rem;
    font-family: sans-serif;
}

.info-4-text p {
    font-size: 1rem;
    font-family: sans-serif;
    font-weight: 500;
}