@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/GothamPro.ttf');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'GothamPro';
    src: url('../fonts/GothamPro-Medium.ttf');
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'GothamPro';
    src: url('../fonts/GothamPro-Black.ttf');
    font-weight: 900;
    font-style: normal;
  }
  body{
      margin: 0;
      padding: 0;
      font-family: "GothamPro";
     
  }
  .conteiner{
   
      
      width: 100%;
     
  }
  .up-text{
          font-size: 18px;
      font-weight: 500;
      font-family: revert;
      padding: 3px;
  }
  .congif-server {
      font-size: 14px;
      font-family: monospace;
      width: 100%;
      padding: 10px;
      background-color: #f1f1f1;
      display: block;
      box-sizing: border-box;
      border-radius: 10px;
  }
  .div-block-one{
      display: flex;
      justify-content: space-around;
  }
  .wrapper_L {
     
    padding: 2em;
      justify-content: space-between;
  
      margin: 20px auto;
      max-width: 1280px;
      -webkit-box-shadow: 4px 4px 28px 1px rgba(15, 15, 15, 0.2);
  -moz-box-shadow: 4px 4px 28px 1px rgba(15, 15, 15, 0.2);
  box-shadow: 4px 4px 28px 1px rgba(15, 15, 15, 0.2);
      border-radius: 30px;
      background-color: #fff;
      
  }
  
  .info-item{
      width: 300px;
      -webkit-box-shadow: 0px 0px 8px 9px rgba(143, 53, 252, 0.2);
  -moz-box-shadow: 0px 0px 8px 9px rgba(143, 53, 252, 0.2);
  box-shadow: 0px 0px 8px 9px rgba(143, 53, 252, 0.2);
      border-radius: 10px;
      background-color: #fff;
      overflow: hidden;
      height: 100%;
  
      
      
      
  }
  .name-item{
      display: flex;
      align-items: center;
      
      
      height: 50px;
      
      background-color: #8f35fc;
      
      
  }
  .name-item h4{
      color:#fff;
      width: 100%;
      text-align: center;
      
  }
  .img-item img{
      width: 100%;
  }
  .derect-item{
      padding: 10px;
     
      
      
  }
  .info-launcher{
      display: flex;
      justify-content: space-between;
    line-height: 1.5em;
  }
  .button-itemred input{
    display: flex;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: rgb(255,53,53);
    background: linear-gradient(132deg, rgba(255,53,53,1) 74%, rgba(255,136,136,1) 100%);
    color: #fff;
    justify-content: center;
    align-items: center;
    border: none;
    font-weight: 500;
}
  .button-item input{
      display: flex;
      width: 100%;
      height: 50px;
      border-radius: 10px;
      background-color: #8f35fc;
      color: #fff;
      justify-content: center;
      align-items: center;
      border: none;
      font-weight: 500;
  }
  .button-item a{
      text-decoration: none;
      color: #fff;
  }
  .news-text-center{
      text-align: center;
      margin-top: 20px;
  }
  
  .block-edit{
     

      border-radius: 20px;
     
      width: 70%;
      padding: 10px
  }
  .bg-top-color{
      display: flex;
      align-items: center;
      justify-content: space-between;
      color:#fff;
      width: 100%;
      height: 50px;
      background-color: #8f35fc;
      border-radius: 10px; 
      
      
      
      
  }
  .icon-center{
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left:21px;
  }
  .icon-center h3{
  
      margin-left:10px;
  }
  .es{
      margin-top: 20px;
  }
  .bg-top-color h3{
      font-size: 16px;
      
      font-weight: 500;
  }
  .menu{
      margin-right: 15px;
      display: flex;
      align-items: center;
  }
  .menu:hover{
      font-size: 19px;
      transition: all 0.2s ease;
   
  }
  .edit-font{
      position: relative;
     
      border-radius: 10px;
      top:-7px;
      flex-direction: column;
      overflow: hidden;
      max-height: 0px;
      -webkit-box-shadow: 0px 0px 8px 9px rgba(143, 53, 252, 0.2);
  -moz-box-shadow: 0px 0px 8px 9px rgba(143, 53, 252, 0.2);
  box-shadow: 0px 0px 8px 9px rgba(143, 53, 252, 0.2);
      border-radius: 10px;
     
      
      
      
  }
  .text-edit{
      padding: 10px;
      line-height: 25px;
  }
  .edit-fonts{
      position: relative;
     
      border-radius: 10px;
      top:-7px;
      flex-direction: column;
      overflow: hidden;
      max-height: 0px;
      -webkit-box-shadow: 0px 0px 8px 9px rgba(143, 53, 252, 0.2);
  -moz-box-shadow: 0px 0px 8px 9px rgba(143, 53, 252, 0.2);
  box-shadow: 0px 0px 8px 9px rgba(143, 53, 252, 0.2);
      border-radius: 10px;
   
      
      
      
  }
  
  .edit-link{
      border-radius: 10px;
      background-color: #fff;
      margin-bottom: 30px;
  }
  .edit_label{
      display: block;
      padding-left:20px;
      color:#6e707e;
      padding-top: 10px;
  }
  .edit_input{
      display: block;
      padding-left:20px;
      padding-top: 2px;
      border-radius: 10px;
      border:none;
      
     
  }
  .edit_input input{
      color: #6e707e;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #d1d3e2;
      
  }
  
  .redlauncher{
    background: red;
  }
  input:focus {
    border-color: #8f35fc;
  }
  
  
  .edit_input input{
        width: 97%;
      height: 35px;
      box-sizing: border-box;
     
  }
  .edit-button{
      
   
    margin-top: 20px;
     
  }
  .button-input{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .edit-buttonred button{
     
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 90%;
    height: 50px;
    background: linear-gradient(132deg, rgba(255,53,53,1) 74%, rgba(255,136,136,1) 100%);
    border-radius: 10px;
    justify-content: center;
    border: none;
    font-weight: 500;


    
    
}
  .edit-button button{
     
      display: flex;
      align-items: center;
      color:#fff;
      width: 100%;
      height: 50px;
      background-color: #8f35fc;
      border-radius: 10px;
      justify-content: center;
      border:none;
      font-weight: 500;
      
  }
  @media only screen and (max-width:960px)
  {
      .wrapper_L {
          width: 100%;
          justify-content: flex-start;
          flex-direction: column;
      }
      .info-item{

          box-sizing: border-box;
          width: 100%;
          
          
      }
      .block-edit{
          margin-top: 30px;
          width: 100%;
          padding: 10px;
          box-sizing: border-box;
          
      }
      .edit_input input{
          width: 94%;
          color: #6e707e;
          background-color: #fff;
          background-clip: padding-box;
          border: 1px solid #d1d3e2;
        
      
      }
      .div-block-one{
        display: block;
        justify-content: space-around;
    
    }
  }
  .video-block{
  
      display: block;
  }
  .video-li{
      display: inline-block;
    
      height: 315px;
      width: 48%;
  }
  .green{
      color:#067e0f;
  }
  .text-edit strong{ 
      color:red;
  }
  
  