.bannerTop{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-color: black;
}
.carouselTop{
    width: 100%;
    height: 100%;
}
.contentCarouselTop{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.itemCarouselTop{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.4s;
}
.imgCarouselTop{
    width: 100%;
    height: 100%;
}
.imgCarouselTop img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.infoCarouselTop{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    align-items: center;
    background-color: #3333337a;
}
.nameItemCarouselTop{
    color: white;
    font-size: 28px;
    font-weight: 600;
}
.btnItemCarouselTop{
    margin-left: auto;
}
.btnItemCarouselTop a{
    position: relative;
    width: 162px;
    height: 40px;
    background-color: #FF0000;
    color: white;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
}
.btnItemCarouselTop a::after{
    content: "";
    position: absolute;
    background-color: white;
    opacity: 0.1;
    height: 100%;
    left: 12px;
    top: 0px;
    transform: skewX(25deg);
    transition: all 0.5s ease 0s;
    width: 0px;
    z-index: 0;
}
.btnItemCarouselTop a:hover::after{
    width: 75%;
    left: 20px;
}
.btnsCarouselTop{
    position: absolute;
    top: calc(50% - 38px);
    width: 100%;
    display: flex;
    align-items: center;
}
.btnLeftCarouselTop, .btnRightCarouselTop{
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 38px;
    color: rgba(51, 51, 51, 0.7);
    cursor: pointer;
    transition: all 0.4s;
}
.btnLeftCarouselTop{
    margin-left: 64px;
}
.btnLeftCarouselTop i{
    margin-right: 7px
}
.btnRightCarouselTop{
    margin-left: auto;
    margin-right: 64px;
}
.btnRightCarouselTop i{
    margin-left: 7px;
}
.btnLeftCarouselTop:hover, .btnRightCarouselTop:hover{
    color: white;
    background-color: rgb(32, 32, 32);
}

.contentCarousel{
    margin-top: calc(50vw - 215px);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rowCarousel{
    width: 100%;
    height: 386px;
    display: flex;
    align-items: center;
    font-family: "Open Sans";
}
.controllerCarousel{
    min-width: 396px;
    height: 385px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.titleControllerCarousel{
    font-size: 28px;
    font-weight: 500;
    margin-left: 86px;
    margin-bottom: 52px;
}
.btnsControllerCarousel{
    position: absolute;
    bottom: 28px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.btnControllerCarousel{
    width: 40px;
    height: 40px;
    background-color: #373f44;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px;
    color: white;
    cursor: pointer;
}
.itemsCarousel{
    width: 100%;
    height: 385px;
    position: relative;
    overflow: hidden;
}
.itemCarousel{
    position: absolute;
    left: 0px;
    height: 0px;
    width: 33.333%;
    transition: all 1s;
}
.imgItemCarousel{
    width: 100%;
}
.imgCarouselTop a{
    width: 100%;
}
.imgItemCarousel img{
    width: 100%;
    height: 297px;
    object-fit: cover;
}
.infoItemCarousel{
    width: 100%;
    height: 88px;
    box-sizing: border-box;
    padding-left: 18px;
    padding-right: 18px;
    transition: all 0.4s;
}
.priceItemCarousel{
    font-size: 16px;
    color: #636363;
    font-weight: 600;
    padding-top: 8px;
    transition: all 0.4s;
}
.nameItemCarousel{
    color: black;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-top: 8px;
    transition: all 0.4s;
}
.nameItemCarousel a{
    text-decoration: none;
    color: black;
}
.nameItemCarousel i{
    margin-left: auto;
    font-size: 18px;
}
.itemCarousel:hover .infoItemCarousel{
    background-color: #FF0000;
}
.itemCarousel:hover .priceItemCarousel{
    color: white;
}
.itemCarousel:hover .nameItemCarousel{
    color: white;
}
.itemCarousel:hover .nameItemCarousel a{
    color: white;
}

.btnMore a{
    position: relative;
    width: 140px;
    height: 48px;
    background-color: #FF0000;
    color: white;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Open Sans";
    cursor: pointer;
}
.btnMore a::after{
    content: "";
    position: absolute;
    background-color: white;
    opacity: 0.1;
    height: 100%;
    left: 12px;
    top: 0px;
    transform: skewX(25deg);
    transition: all 0.5s ease 0s;
    width: 0px;
    z-index: 0;
}
.btnMore a:hover::after{
    width: 75%;
    left: 16px;
}
.contentCarousel .btnMore{
    margin-top: 98px;
}

.about{
    margin-top: 98px;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Open Sans";
}
.colAbout{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.titleAbout{
    width: 75%;
    font-size: 35px;
    font-weight: 600;
}
.textAbout{
    margin-top: 8px;
    margin-bottom: 28px;
    width: 75%;
    font-size: 14px;
}
.colAbout .btnMore{
    margin-top: 48px;
}
.imgAbout{
    width: 536px;
    height: 275px;
}
.imgAbout img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about .colAbout:first-child{
    margin-right: 48px;
}

.seeStorage{
    margin-top: 148px;
    width: 100%;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Open Sans";
}
.titleSeeStorage{
    font-size: 35px;
    font-weight: 700;
}
.textSeeStorage{
    font-size: 20px;
    margin-top: 7px;
}
.seeStorage .btnMore{
    margin-top: 18px;
}

@media screen and (max-width: 980px){
    .bannerTop{
        position: static;
        height: 740px;
    }
    .infoCarouselTop{
        display: none;
    }
    .btnsCarouselTop{
        top: calc(50% - 144px)
    }
    .btnLeftCarouselTop, .btnRightCarouselTop{
        width: 72px;
        height: 72px;
        font-size: 52px;
    }

    .contentCarousel{
        margin-top: 0px;
    }
    .rowCarousel{
        height: auto;
        flex-direction: column;
    }
    .controllerCarousel{
        width: 100%;
        height: 480px;
        justify-content: flex-end;
        margin-bottom: 40px;
    }
    .titleControllerCarousel{
        font-size: 56px;
        margin: 0px;
    }
    .btnsControllerCarousel{
        position: static;
        margin-top: 54px;
        width: auto;
    }
    .btnControllerCarousel{
        width: 100px;
        height: 100px;
        font-size: 48px;
        margin-left: 12px;
        margin-right: 12px;
    }
    .itemsCarousel{
        height: 860px;
    }
    .itemCarousel{
        width: 100%;
    }
    .imgItemCarousel img{
        height: 640px;
    }
    .infoItemCarousel{
        padding-left: 48px;
        padding-right: 48px;
        height: auto;
    }
    .priceItemCarousel{
        padding-top: 20px;
        font-size: 48px;
    }
    .nameItemCarousel{
        font-size: 52px;
        margin-top: 20px;
    }
    .nameItemCarousel i{
        font-size: 48px;
    }

    .btnMore a{
        width: 310px;
        height: 108px;
        font-size: 46px;
    }

    .about{
        margin-top: 248px;
        width: 100%;
        flex-direction: column;
    }
    .colAbout{
        margin: 0px;
    }
    .titleAbout{
        width: 80%;
        font-size: 68px;
        font-weight: 700;
    }
    .textAbout{
        width: 80%;
        font-size: 34px;
        margin-top: 14px;
        margin-bottom: 38px;
    }
    .imgAbout{
        width: 680px;
        height: 370px;
    }
    .about .colAbout:first-child{
        margin-bottom: 48px;
    }

    .seeStorage{
        margin-top: 298px;
        height: 600px;
    }
    .titleSeeStorage{
        text-align: center;
        font-size: 68px;
    }
    .textSeeStorage{
        font-size: 54px;
        text-align: center;
        margin-top: 16px;
    }
}