main a {
    text-decoration: none;
    color: #13747A;
}

img {
    cursor: pointer;
}

main {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 16px 240px;
    padding: 1rem 15rem;
    margin-bottom: 80px;
    margin-bottom: 5rem;
    -webkit-box-align: center;
            align-items: center;
}

.arrow-icon {
    padding: 10px;
    background-color: hsl(192, 29%, 69%, 0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.arrow-icon:hover {
    scale: 1.2;
    background-color: hsl(192, 29%, 69%, 0.7);
}

.title {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    width: 100%;
    -webkit-box-align: center;
            align-items: center;
    gap: 15px;
    color: #13747A;
    padding-left: 5px;
}

.news-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

/* SWIPER */
.swiper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.mySwiper2 {
    height: 80%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    background-color: #fff;
    border-radius: 10px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 10px;
    aspect-ratio: 1/1;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.6;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-pagination {
    background-color: hsl(192, 29%, 69%, 0.5);
    color: white;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 10px;
    position: absolute;
    right: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.news-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
        align-self: center;
    margin-top: 32px;
    margin-top: 2rem;
    width: 100%;
}

.swiper-content {
    width: 100%;
    padding-top: 16px;
    padding-top: 1rem;
    height: 100vh;
}

.manage-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 52px;
    display: flex;
    justify-content: center;
    aspect-ratio: 1/1;
    padding: 9px;
    background-color: hsl(192, 29%, 69%, 0.5);
    color: hsl(0, 0%, 100%);
    cursor: pointer;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.manage-icon:hover {
    background-color: hsl(192, 29%, 69%);
    scale: 1.1;
}

.news-info {
    margin-top: 25px;
    background-color: hsla(192, 29%, 69%, 0.5);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    height: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
    padding: 20px;
}

.info-detail p {
    color: hsl(184, 67%, 24%);
    font-size: 20px;
}

.album {
    display: none;
    position: relative;
    width: 100%;
    border: 1px solid hsl(184, 67%, 24%);
    -webkit-backdrop-filter: blur(0.5px);
            backdrop-filter: blur(0.5px);
    background-color: hsl(192, 29%, 69%, 0.2);
    padding: 56px 16px 24px 16px;
    padding: 3.5rem 1rem 1.5rem 1rem;
    margin-top: 16px;
    margin-top: 1rem;
    border-radius: 10px;
    row-gap: 16px;
    row-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(100px, 150px));
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
}

.album-img {
    height: 100px;
    width: 100%;
    justify-self: center;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    border-radius: 5px;
    cursor: zoom-in;
}

.album-img:hover {
    border: 3px solid #FFC700;
}

.swiper-prev {
    margin-left: 7px;
}

.swiper-next {
    margin-right: 7px;
}

.swiper-prev,
.swiper-next {
    font-size: 30px;
    cursor: pointer;
    background: hsla(192, 29%, 69%);
    color: hsl(0, 0%, 100%);
    padding: 2px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    opacity: 0;
}

.swiper-prev:hover,
.swiper-next:hover {
    scale: 1.1;
    background: hsla(192, 29%, 69%);
    opacity: 1;
}

.swiper:hover .swiper-prev:not(:hover),
.swiper:hover .swiper-next:not(:hover) {
    opacity: 1;
    background: hsla(192, 29%, 69%, 0.5);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: "" !important;
}

/*=============== BREAKPOINTS ===============*/
/* For large devices */
@media screen and (max-width: 1360px) {
    main {
        padding: 1rem 10rem;
    }
}

@media screen and (max-width: 1200px) {
    main {
        padding: 1rem 5rem;
    }

}

/* For medium devices */
@media screen and (max-width: 1024px) and (min-height: 1000px) {
    .swiper-content {
        height: 50vh;
    }
}

@media screen and (max-width: 700px) {
    main {
        padding: 1rem 3rem;
    }

    .swiper-content {
        height: 50vh;
    }

    .swiper-slide img {
        border-radius: 5px;
    }

    .manage-icon{
        width: 35px;
    }
    .manage-icon img{
        width: 50px;
    }
}

@media screen and (max-width: 568px) {
    main {
        padding: 0 1rem;
    }
}

/* For small devices */