body {
    margin: 0px;
    overflow-x: hidden;
  }

.slidepc{
  display:inline-block;
}
.slidemobile{
  display:none;
}

.maintop{
  position:relative;
}

.miseimg{
  width:100%;
  animation:startimg 2s;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.startanime{
  background-color:#ffffff;
  opacity:1;
}

.overlay-img2 {
  display:none;
}


.arow {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -80%);
  margin: 80px auto;
  color:#ffffff;
  padding:10px;
  animation: arow 3s infinite;
}

.arowimg{
  top: 80%;
  left: 50%;
  transform: translate(-50%, -80%);
  width:60%;
}

.arow2 {
  display:none;
}

.overlay-insta-m{
  display:none;
}

@keyframes arow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes startimg{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


@keyframes oli{
  0% {
    opacity:0;
  }
  70% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


@keyframes mainani{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

  
  
  main {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    padding: 10px;
    align-items: flex-start;
    animation:mainani 3s;
}

  .slideshow {
    max-width:100%;
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .slideshow img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: slideAnimation 25s infinite;
  }

.slideshow img:nth-child(1) { animation-delay: 0s; }
.slideshow img:nth-child(2) { animation-delay: 5s; }
.slideshow img:nth-child(3) { animation-delay: 10s; }
.slideshow img:nth-child(4) { animation-delay: 15s; }
.slideshow img:nth-child(5) { animation-delay: 20s; }

@keyframes slideAnimation {
  0% { opacity: 0; }
  4% { opacity: 1; }
  20% { opacity: 1; }
  24% { opacity: 0; }
  100% { opacity: 0; }
}



.liberta-section {
  margin-top: 40px;
}
  
.tit {
  font-size: 250%;
  padding-bottom:5px;
  border-bottom:2px solid #444;
  font-family: "Cinzel", serif;
  margin-top:20px;
}

.titmedia{
  display:none;
}

.titleicon{
  width:50px;
  border-radius: 10px;
  float:left;
}
  

  .content {
    margin-top: 30px;
    padding-top: 10px;
  }
  
.main-left {
  flex: 3;
  max-width: 68%;
  flex-shrink: 0;
  margin-left:30px;
}

.main-mobile{
  display:none;
}

.pastaya{
  float:left;
  margin:5px 20px 20px 0;
  width:60%;
  border-radius:40px;
}


.image-text-pair {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.image-text-pair img {
  width: 60%;
  border-radius: 20px;
}

.image-text-pair h4 {
  font-size: clamp(10px, 2vw, 18px);
  margin: 0;
}

.image-text-pair2 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.image-text-pair2 img {
  width: 60%;
  border-radius: 20px;
}

.image-text-pair2 h4 {
  font-size: clamp(10px, 2vw, 18px);
  margin: 0;
}



.slideshowex {
    max-width:100%;
    position: relative;
    width: 85vw;
    height: 50vh;
    overflow: hidden;
  }

  .slideshowex img {
    position: absolute;
    width: 100%;
    height:100%;
    object-fit: cover;
    opacity: 0;
    animation: slideAnimation 25s infinite;
    border-radius:20px;
  }

  .extext{
    display:flex;
  }

.slideshowex img:nth-child(1) { animation-delay: 0s; }
.slideshowex img:nth-child(2) { animation-delay: 5s; }
.slideshowex img:nth-child(3) { animation-delay: 10s; }
.slideshowex img:nth-child(4) { animation-delay: 15s; }
.slideshowex img:nth-child(5) { animation-delay: 20s; }



#toTopBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
  font-size: 35px;
  padding: 10px 20px;
  background-color: #444;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s;
}

#toTopBtn:hover {
  opacity: 1;
}

.yoso{
  padding-left:50px;
  overflow: hidden;
}














@media (max-width: 768px) {

  .slidemobile{
    display:inline-block;
  }
  .slidepc{
    display:none;
  }

  body {
    margin: 0px;
    overflow-x: hidden;
  }

  main{
    max-width:768px;
    width:90%;
    margin: 0 auto;
    animation:mainani 3s;
    
  }

  .arow{
    display:none;
  }

  .arow2 {
    display:block;
    position: absolute;
    top: 75%;
    left: 41%;
    margin: 80px auto;
    color:#ffffff;
    padding:10px;
    animation: arow 3s infinite;
    z-index: 9999;
    
  }

  .arowimg2{
    width:25%;
  }

  .gra img {
  display: block;
  width: 100%;
  height: auto;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  pointer-events: none;
}

  .main-mobile{
    display:inline;
  }

  .main-left{
    display:none;
  }
  .overlay-img, .overlay-insta{
    display:none;
  }

  .overlay-insta-m{
    display: block;
    width: 100%;
    height: 700px;
    max-width: 100%;
    margin: 30px auto;
    border:#444 solid 1px;
  }

  .snssp{
    width:100%;
    border:1px solid #444;
    border-radius:5px;
  }

  .libertaimg{
  display:none;
}

  .slideshow {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .slideshow img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: slideAnimation 25s infinite;
  }

  .slideshow2 {
    max-width:100%;
    position: relative;
    width: 90vw;
    height: 30vh;
    overflow: hidden;
  }

  .slideshow2 img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: slideAnimation 25s infinite;
    border-radius:20px;
  }

.slideshow2 img:nth-child(1) { animation-delay: 0s; }
.slideshow2 img:nth-child(2) { animation-delay: 5s; }
.slideshow2 img:nth-child(3) { animation-delay: 10s; }
.slideshow2 img:nth-child(4) { animation-delay: 15s; }
.slideshow2 img:nth-child(5) { animation-delay: 20s; }



  .titleicon{
    width:30px;
    border-radius: 10px;
    float:left;
  }
  .tit{
    display:none;
  }

  .titmedia {
    display:inline-block;
    width:100%;
    font-size: 150%;
    padding-bottom:5px;
    border-bottom:2px solid #444;
    font-family: "Cinzel", serif;
  }
  .main-left {
    flex:1;
    max-width: 100%;
  }

  #toTopBtn {
    display: none;
    
  }

  .pastaya{

    margin:5px 20px 20px 0;
    width:100%;
    border-radius:40px;
  }
}