@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mooli&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;

}

body{
    background-color: #1F2126;
    font-family: 'Josefin Sans', sans-serif;
    z-index: -50;
}

.wrapper{
  display: flex;
  position: relative;
  z-index: 9999;
}

.wrapper .sidebar{
  width: 200px;
  height: 100%;
  background: #5986e5;
  padding: 30px 0px;
  position: fixed;
  z-index: 999;
}

.wrapper .sidebar h2{
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.wrapper .sidebar ul li{
  padding: 15px;
  border-bottom: 1px solid #bdb8d7;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  border-top: 1px solid rgba(255,255,255,0.05);
}    

.wrapper .sidebar ul li a{
  color: #bdb8d7;
  display: block;
}

.wrapper .sidebar ul li a .actual{
  color: white;
  display: block;
}

.wrapper .sidebar ul li a .fas{
  width: 25px;
}

.wrapper .sidebar ul li:hover{
  background-color: #6c95ed;
}
    
.wrapper .sidebar ul li:hover a{
  color: #fff;
}
 
.wrapper .sidebar .social_media{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.wrapper .sidebar .social_media a{
  display: block;
  width: 40px;
  background: #6c95ed;
  height: 40px;
  line-height: 45px;
  text-align: center;
  margin: 0 5px;
  color: #bdb8d7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.wrapper .main_content{
  width: 100%;
  margin-left: 200px;
}

.wrapper .main_content .header{
  padding: 20px;
  background: #fff;
  color: #717171;
  border-bottom: 1px solid #e0e4e8;
}

.wrapper .main_content .info{
  margin: 20px;
  color: #717171;
  line-height: 25px;
}

.wrapper .main_content .info div{
  margin-bottom: 20px;
}

@media (max-height: 500px){
  .social_media{
    display: none !important;
  }
}

.contentBlock {
    top: 80px;
    width: 40vw;
    height: 650px;
    position: absolute;
    left: 25vw;
    overflow-y: scroll;
}

.containPreview {
    align-items: center;
    text-align: center;
    top: 30px;
    width: auto;
    height: 350px;
    position: absolute;
    left: 25vw;
    color: white;
    font-size: 25px;
}  
  .container {
    align-items: center;
    text-align: center;
    top: 25px;
    width: auto;
    height: 350px;
    position: absolute;
    right: 1vw;
  }
  
  .progress-container::before {
    content: "";
    background-color: #6c95ed;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    z-index: -1;
  }
  
  .progress-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
    width: 350px;
  }
  
  .progress {
    background-color: #9eb5e9;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 0%;
    z-index: -1;
    transition: 0.4s ease;
  }
  
  .circle {
    background: #fff;
    color: #999;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #b8c7e7;
    transition: .4s ease;
  }
  
  .circle.active {
    background-color: #dde2ec;
    border-color: #2060ea;
    text-shadow: 0.1em 0.1em 0.15em #ffffff;
    animation-name: color;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  
  .btn {
    background-color: var(--line-border-fill);
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    border: 0;
    border-radius: 6px;
    padding: 8px 30px;
    margin: 5px;
    font-size: 14px;
  }
  
  .btn:active {
    transform: scale(0.98);
  }
  
  .btn:focus {
    outline: 0;
  }
  
  .btn:disabled {
    background-color: var(--line-border-empty);
    cursor: not-allowed;
  }

.containerTitle {
    margin-top: 130px;
    font-family: 'Mooli', sans-serif;
    text-align: right;
    color: white;
    font-size: 60px;
    padding-right: 75px;
    width: 100%;
    margin-bottom: 0px;
}   

.containerMain{
    width: 100%;
    height: fit-content;
}

.blue {
    margin-top: 90px;
    color: #5986e5;
    line-height: -5px;
    font-size: 30px;
}
.etiquette {
    z-index: 9999;
    width : auto;
    height: 25px;
    background-color: #1F2126;
    border: solid 1px #2060ea;
    border-radius: 15px;
    font-size: 15px;
    text-align: center;
    padding: 5px;
    display: inline-block;
    cursor: default;
    transition: all 0.5s;

}

.containerEtiquette :hover {
    background-color: #5986e5;
    color: white;
}

.containerEtiquette {
    margin-top: 0px;
    text-align: center;
    color: white;
    font-size: 60px;
    width: fit-content;
    margin-bottom: 0px;
    position: absolute;
    right: 130px;
}


.download {
    width: 120px;
    height: 50px;
    border-radius: 33px;
    border: 3px solid #FFF;
    background-color: #5986e5;
    margin-bottom: 30px;
    font-size: 30px;
    color: white;
    left: 480px;
    position: absolute;
    top: 760px;
    cursor: pointer;
    transition: all 0.5s;
}

.download2 {
  width: 120px;
  height: 50px;
  border-radius: 33px;
  border: 3px solid #FFF;
  background-color: #5986e5;
  font-size: 30px;
  color: white;
  left: 650px;
  position: absolute;
  top: 760px;
  cursor: pointer;
  transition: all 0.5s;
}
.container {
    height: fit-content;
}
.actual {
    background-color: #6c95ed;
    color: white;
}

@keyframes color {
    0% {
      background-color: #FFF;
      color:#5986e5;
    }
    50% {
      background-color: #4285f4;
      color:white;
    }
    100% {
      background-color: #FFF;
      color:#5986e5;
    }
  }


.containerTeam {
    background-color: none;
    margin-top: 60px;
    text-align: center;
    color: white;
    width: fit-content;
    margin-bottom: 0px;
    position: absolute;
    right: 11vw;
    margin-right: 20px;
}
.team {
    background-color: none;
    margin-top: 30px;
}
.pp img {
    border-radius: 50px;
    border: 1px solid white;
}
.chief img {
    border-radius: 50px;
    border: 1px solid red;

}
.descTeam {
    font-size: 20px;
}
.textTeam {
    margin-top: 20px;
    position: absolute;
    right: -180px;
}
.Red {
    color: red;
}

.team1 {
    position: absolute;
    left:-100px
}

.Blue {
    color: #5986e5;
}