* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}
.main {
    display: flex;
    justify-content: center;
}

.container {
    width: 385px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('album/background/backgroundgold1.png');
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center center;
    /* opacity: 0.7; Điều chỉnh độ nhạt của ảnh (giá trị từ 0.0 đến 1.0) */
}

.container .coverimage {
    height: auto;
    position: relative;
}

.container .coverimage>img {
    width: 100%;
    height: auto;
    border-bottom: 2px solid rgb(160, 160, 160);
}

.container .coverimage .avatar {
    position: absolute;
    bottom: -35%;
    left: 15px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid rgb(150, 150, 150);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.container .coverimage .avatar>img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.container .name {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: end;
}
.container .name > div > span > h2 {
    font-family: 'Paytone One', sans-serif;
    font-family: 'Tinos', serif;
    text-shadow: 1px 0px 0px rgb(215, 0, 151), -1px 0px 0px rgb(0, 170, 231);
}
.container .name > div > span > p {
    font-size: 20px;
}
.container .name>div {
    width: 55%;
    text-align: start;
}

.container .address {
    padding: 2px 0;
    margin-top: 20px;
    text-align: center;
    background-color: rgb(239, 239, 239);
}

.container .address>h4 {
    font-family: 'Young Serif', serif;
    font-size: 13px;
    padding-bottom: 5px;
}

.container .address>p {
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
}

.container .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
}

.container .info>a {
    width: 280px;
    height: 75px;
    display: flex;
    align-items: center;
    background-color: aliceblue;
    margin-left: 2%;
    position: relative;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.container .info>a>span {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 118, 118);
    border-radius: 20%;
    position: absolute;
    left: -5%;
}
.container .info>a> div > h5 {
    font-size: 18px;
}
.container .info>a> div > p {
    font-size: 14px;
    font-family: 'AR One Sans', sans-serif;
}

.container .info>a>span>img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
}
.container .info>a>div {
    height: 60px;
    padding-left: 30%;
    gap: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container .info>a>div>h5,
.container .info>a>div>p {
    width: 100%;
}

.container .slide_show-albumsalon {
    width: 90%;
    height: 270px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    padding: 5px;
    gap: 10px;
    margin-top: 30px;
    border: 2px solid rgb(156, 156, 156);
    background-color: rgb(255, 254, 191);
}

/* vuine */
.container_slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-img_review {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide_show {
    width: 98%;
    height: 98%;
    display: flex;
    position: relative;
    overflow: hidden;
}

#button-left {
    position: absolute;
    top: 45%;
    left: 5px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    z-index: 2;
}

#button-right {
    position: absolute;
    top: 45%;
    right: 5px;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    z-index: 2;
}

.list_img {
    display: flex;
    transform: translateX();
    transition: 1s;
}

.list_img>img {
    width: 100%;
    height: auto;
}

.container .feedback {
    margin: 30px 0;
    display: flex;
    gap: 10px;
}
.container .feedback > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.container .feedback > div > span {
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
}
.container .feedback > div:first-child > img {
    width: 170px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.container .feedback > div:last-child > img:first-child {
    width: 150px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.container .feedback > div:last-child > img:last-child{
    width: 150px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.container .end {
    width: 90%;
    height: 1px;
    border-bottom: 2px solid black;
    margin-bottom: 10px;
}
.Designer {
    font-size: 12px;
    margin-bottom: 7px;
    color: rgb(94, 94, 94);
}

@media screen and (min-width: 768px) {
    .container {
        width: 540px;
    }
    
    .container .coverimage .avatar {
            left: 30px;
            width: 185px;
            height: 185px;
        }
    
        .container .coverimage .avatar>img {
            width: 170px;
            height: 170px;
            border-radius: 50%;
        }
        .container .name > div > span > h2 {
            font-size: 35px;
        }
        .container .name > div > span > p {
            font-size: 27px;
        }
        .container .address {
            margin-top: 35px;
        }
        
        .container .address>h4 {
            font-size: 18px;
        }
        
        .container .address>p {
            font-size: 14px;
        }

        .container .info>a {
            width: 350px;
            margin-left: 5%;
        }
        .container .info>a> div > h5 {
            font-size: 20px;
        }
        .container .info>a> div > p {
            font-size: 15px;
        }

        .container .slide_show-albumsalon {
            height: 370px;
        }

        .container .feedback {
            margin: 40px 0;
        }
        .container .feedback > div {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .container .feedback > div > span > h2 {
            font-size: 35px;
        }
        .container .feedback > div > span > p {
            font-size: 18px;
        }
        .container .feedback > div:first-child > img {
            width: 240px;
        }
        .container .feedback > div:last-child > img:first-child {
            width: 204px;
        }
        .container .feedback > div:last-child > img:last-child{
            width: 204px;
        }
        
    /* Đặt các thuộc tính CSS phù hợp cho tablet */
}
