/*------------------TABS----------------*/

.tabs {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    font-family: sans-serif;
    margin-left: 35%;
    margin-top: 500px;
  }
  
  .tabs__label {
    margin: 5px;
    padding: 15px;
    border-radius: 20px;
    background-color: #a782d9;
    color:#e8cfff;
    cursor: pointer;
    align-self: center;
  }

  .tabs__radio {
    display: none;
  }
  
  .tabs__content {
    order: 1;
    width: 900px;
    height: fit-content;

    line-height: 1.5;
    display: none;
    margin-top: -550px;
    margin-left: -60%;
    text-align: center;
  }
  
  .tabs__radio:checked + .tabs__label {
    font-weight: bold;
    color: #e8cfff;
    background-color:#a782d9;
    padding: 20px;
    transition: 0.5s;
 
  }
  
.tabs__label:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}

  .tabs__radio:checked + .tabs__label + .tabs__content {
    display: initial;
  }


.oc-button {
  width: 30px;
  margin-top: 25px;
}

.oc-button:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}

#home-btn {
  margin-left: 55%; 
  margin-top: 10px;
}

#home-btn:hover {
  transform: translateY(5px);
  transition: 0.5s;
}






/*------------------TEXT FORMATTING----------------*/ 

.subtitle {
    font-family:Racing Sans One; 
    margin: 5px;
  }
  
  .anketa p {
    display: inline-flex;
    width: 30%;
  }
  .anketa {
    background-color: #f8ebe9;
    border-radius: 40px;
    padding: 25px;
    margin-top: -2px;
  }
  #art-line {
    margin: -30px;
  }
  .qstn {
    text-align: left;
    font-size: large;
    width: 25%;
    font-family:Racing Sans One;
    margin-left: 80px;
  }
  .answer {
    text-align: right;
    width: 75%;
    margin-left: -40px;
  }
  #one {
    margin-left: 0px;
    width: 40%;
  }
  
  p {
    word-break: keep-all;
    text-align: justify;
  }
  li {
    word-break: keep-all;
  }
  
  /*------------------DECOR ELEMENTS----------------*/ 
  
   .decor-icon {
      position: absolute;
      height: 40px;
      pointer-events: none;
    }
    
    #decIc-1 {
      margin-left: 830px;
      margin-top: -570px;
      rotate: 30deg;
      width: 70px;
      height: auto;
    }
    #decIc-3 {
      margin-left: 870px;
      margin-top: -480px;
      rotate: 60deg;
    }
    
    #decIc-2 {
      margin-left: -850px;
      margin-bottom: -570px;
      rotate: -140deg;
      width: 70px;
      height: auto;
    }
    #decIc-4 {
      margin-left: -890px;
      margin-bottom: -490px;
      rotate: -80deg;
    }
    
  
    @keyframes bounce{ 
      0%{ transform: translateY(0px);}
      
      50% {transform: translateY(10px);}
      
      100% {transform: translateY(0px);}
      }
      
    #gallery-img {
      width: 100%;
      border-radius: 60px;
      margin: 8px;
    }
     iframe {
    border-radius: 60px;
      width: 100%;
      margin: 8px;
  }

  
  /*------------------IRA----------------*/
  
    #ira-link {     
      color: #a782d9;
      width: fit-content;
    }
  
  .ira {
      background-color: #e8cfff;
      color: #a782d9;
      border-radius: 90px;
      padding: 50px;
      margin: auto;
      margin-top: 8%;
      margin-bottom: 8%;
      width: 900px;
      height: fit-content;
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-wrap: wrap;
  }
  
  #ira-1 {
  
  background-size: cover;
  height: 100%;
  width: 25%;
  }
  #ira-2 {
    border-left: 5px solid #a782d9;
    border-radius: 10px;
      height: 90%;
      width: 60%;
      word-break: break-all;
      }
  
  #main-content {
    height: 415px;
   padding-right: 20px;
   padding-left: 50px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color:#a782d9 #e8cfff; 
  }
  
  #gallery-ira {
    overflow-y: scroll;
    overflow-x: hidden;
    text-overflow: clip;
    height: 415px;
    padding-left: 50px;
    scrollbar-width: thin;
    scrollbar-color:#a782d9 #e8cfff; 
  }
  
  .blob {
    background-color:  #f8ebe9;
    border-radius: 30px;
    padding: 25px;
    width: 80%;
    height: max-content;
    margin-left: 50px;
    margin-top: 20px;
  }
  .blob-end {
    width: 50px;
    height: 60px;
    border-radius: 20% 80% 100% 0% / 100% 0% 100% 0% ;
    background-color:  #f8ebe9;
  }
  
  #blobEnd {
    margin-top: -20px;
    margin-left: 80px;
  }
  
  
  
  #reference-img {
    position: absolute;
    height: 590px;
    rotate: 5deg;
    margin-top: -320px;
    margin-left: -125px;
    pointer-events: none;
    animation-name: bounce;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  
  .char-name {
    font-family:Racing Sans One; 
    text-align: left;
    margin: 0;
  }
  
  .portrait-img {
    width: 100px;
    float: right;
    margin: 10px;
    border-radius: 90px;
  }
  
  .rel-tab {
    height: 415px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color:#a782d9 #e8cfff; 
  }