*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.body{
    background-image: url(https://wallpapercave.com/wp/7Helq65.jpg);
}

.container{
    height: 100vh;
    margin-top: 32px;
   padding: 9px;
   position: relative;
   overflow: hidden;
   display: flex;
    align-items: center;
    justify-content: center;
}


.container::after{
   content: "" ;
   background-image: url(https://wallpapercave.com/wp/7Helq65.jpg);
   position: absolute;
   top: 0;
   width: 100%;
   height: inherit;
   opacity: 0.45;
   border-radius: 12px;
   z-index: -1;
}

.swiper{
    width: 80%;
    height: 80%;
}
.swiper-slide img{
    width: 100%;
    
}
.swiper .swiper-button-prev, .swiper.swiper-button-next{
    color: blue;
}

.swiper .swiper-pagination-bullet-active{
    background: red;
}
.publication-content-left {
    font-family: var(--font1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 49px;
    z-index: 1;
}

.publication-content-left h1 {
    font-style: italic;
}