body {
    background-color: #eff2f3;
    box-sizing: border-box;
}
:root {
    --line-thickness: .25rem;
    --glass-size: 59%;
    /*--icon-height:7rem;*/
    --icon-height: 4rem;
    --transition-speed: .35s;
    --timing-function: cubic-bezier(.77, 1.55, .77, 1.13);
    --icon-color: #1c0d52;

}
#wrapper{
    margin:10rem 0 3rem 0;
    padding:1.5rem 6rem;
    color:#fff;
}
#main-info{
    display:flex;
}
#right-section{
    width: 45%;
}
#head{
    align-items: baseline;
    flex-direction: column;
    display: flex;
}
#intro{
    align-items: center;
    flex-direction: row;
    display: flex;
}
#img-wrapper{
    margin-bottom: 1.25rem;
    margin-left: 0.75rem;
    margin-right: 0;
}
#img-wrapper img{
    border-radius: 9999px;
    width: 7rem;
    height: 7rem;
}
#intro .title h1{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
#head .info .title .span{
    color: rgba(229,231,235,1);
    font-size: 1.125rem;
    line-height: 1.75rem;

}
#head .info #description{
    margin-top: 0.5rem;
}
#head .info #description p{
    color: rgb(255 255 255);
    font-size: 1.125rem;
    line-height: 1.75rem;
    /* word-break: break-all; */
    text-align: justify;
    font-weight: 200;
}
#tag-section{
    justify-content: flex-start;
    flex-direction: column;
    display: flex;
    margin-top: 1.5rem;
}
#tags{
    align-items: center;
    flex-direction: row;
    border: 2px solid #ffffff75;
    border-radius: 18px;
    padding: 10px 17px;
}
#tag-section .title span{
    color: rgba(229,231,235,1);
    font-size: 1.25rem;
    line-height: 1.75rem;

}
#box{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --tw-ring-shadow: 0 0 #0000;
    --tw-ring-offset-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    --tw-text-opacity: 1;
    color: rgba(107,114,128,var(--tw-text-opacity));
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgba(249,250,251,var(--tw-bg-opacity));
    border-radius: 0.375rem;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: max-content;
    display: flex;
    /*margin-top: 1.25rem;*/
    margin-bottom: 1.25rem;
    margin-left: 1.25rem;
    margin-right: 0;
    /*width: 100%;*/
    margin-top: 10px !important;
}
#scan{
    margin-left: 0.5rem;
    border-radius: 0.5rem;
    width: max-content;
    margin-top: 1.5rem;
    background-color: #fff;
}
#scan img{
    max-width: 100%;
    width: 4rem;
    height: 4rem;
}
#left-section{
    width: auto;
    height: 50%;
    margin-top: 3rem;
    margin-left: 3rem;
    margin-right: 3rem;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.swiper {
    width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    #main-info{
        flex-direction: column;
    }
        #right-section{
            width: 100%;
        }
    #left-section{
        width: 100%;
        margin: 0;
        margin-top: 36px;
    }
}
