@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
/*
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ebeaea;
}
*/

 /* 
.container_xxx2 {
  margin-top: 40px;
}
*/


.container_xxx p{
    text-align: center;
    margin: 30px 0px 10px 0px;
    color: rgba(0,0,0,0.6);
    letter-spacing: 2px;
    font-weight: bold;
}
.container_xxx h1{
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.container_xxx h2{
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.container_xxx h3{
  text-align: center;
  margin-bottom: 0px;
  font-size: 0.7rem;
}

.card-wrapper_xxx{
    display: flex;
    justify-content: center;
    align-items: center;
}

.card_xxx{
    background-color: white;
    padding: 35px 25px 0 25px;
    width: 25%;
    max-width: 400px; 
    margin: 10px;
    border-radius: 10px;
}

.card_xxx .profile-img{
    max-width: 400px;
    overflow: hidden;
    margin: auto;
    text-align: center;
}

.card_xxx .profile-img img{
  width: 100%;
  height: 100%;
  text-align: center;
}

.card_xxx .content_xxx{
    text-align: center;
}

.card_xxx .content_xxx h3{
    font-size: 1.4rem;
    margin-top: 25px;
    color: rgba(0,0,0,0.9);
}

.card_xxx .content_xxx p{
    color: rgba(0,0,0,0.7);
    letter-spacing: 1px;
    margin: 0;
}

/*
.social-media{
    margin-top: 30px;
}


.social-media i{
    font-size: 1.2rem;
    color: rgba(0,0,0,0.8);
    background-color: #ebeaea;
    padding: 15px;
    margin: 0 3px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    cursor: pointer;
    transition: 0.5s;

}

.social-media i:hover{
    background-color: #dddddd;
    color: rgba(0,0,0,0.9);
}
*/

.margin_xxx {
  margin-top: 200px;
}

/*
@media (min-width: 9690px) {
   
  .card_pgx2{
      width: 100%;
  }
   
    
}
*/

@media (min-width: 800px) {
  .card-wrapper_xxx{
      flex-wrap: wrap;
  }
  
  .card_xxx{
      width: 100%;
  }

  .card_pgx2x{
      width: 100%;
  }

  .container_xxx {
    margin: 0px 0px 0px 0px;
  }

  .margin_xxx2{
    margin-top: 25px;
  }
}

@media (max-width: 800px) {
  .card-wrapper_xxx{
      flex-wrap: wrap;
  }
  
  .card_xxx{
      width: 100%;
  }

  .card_pgx2x{
      width: 100%;
  }

  .container_xxx {
    margin: 0px 0px 0px 0px;
  }

  .margin_xxx2{
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  .card-wrapper_xxx{
      flex-wrap: wrap;
  }
  
  .card_xxx{
      width: 85%;
  }

  .card_pgx2x{
      width: 85%;
  }

  .container_xxx {
    margin: 0px 0px 0px 0px;
  }

  .margin_xxx2{
    margin-top: 25px;
  }
}

@media (max-width: 500px) {
  .card-wrapper_xxx{
      flex-wrap: wrap;
  }
  
  .card_xxx{
      width: 100%;
  }

  .card_pgx2x{
      width: 100%;
  }

  .container_xxx {
    margin: 0px 0px 0px 0px;
  }

  .margin_xxx2{
    margin-top: 25px;
  }
}









/*
@media (max-width: 5000px) {

    .card-wrapper_xxx{
        flex-wrap: wrap;
    }
    .card_xxx{
        width: 100%;
        margin: 20px;
    }


    .card_pgx2x{
        width: 100%;
        margin: 20px;
    }
    
    
    .container_xxx_electronics .container_xxx {
      margin: 50px 0px 120px 0px;
    }

}


@media (max-width: 7680px) {

  .card-wrapper_xxx{
      flex-wrap: wrap;
  }
  .card_xxx{
      width: 100%;
      margin: 20px;
  }


  .card_pgx2x{
      width: 100%;
      margin: 20px;
  }

  
  .container_xxx_electronics .container_xxx {
    margin: 50px 0px 120px 0px;
  }

  .container_xxx .container_xxx_electronics {
    margin: 50px 0px 0px 0px;
  }
}







/*
.margin_xxx {
  margin-top: 400px;
}
*/


/*
.center_xxx .btns_xxx{
    margin-top: 20px;
  }
  
  .margin_xxx {
    margin-top: 800px;
  }
*/


  /*
  .center .btns button{
    height: 55px;
    width: 170px;
    border-radius: 5px;
    border: none;
    margin: 0 10px;
    border: 2px solid white;
    font-size: 20px;
    font-weight: 500;
    padding: 0 10px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
  }

  .center .btns button:first-child{
    color: #fff;
    background: none;
  }
  .btns button:first-child:hover{
    background: white;
    color: black;
  }
  .center .btns button:last-child{
    background: white;  
    color: black;
  }
  
*/

  .center_xxx .btns_xxx button{
    height: 35px;
    width: 90px;
    border-radius: 5px;
    border: none;
    margin: 0px 2px 15px 2px;
    border: 2px solid black;
    font-size: 15px;
    font-weight: 900;
    padding: 2px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
  }

  .center_xxx .btns_xxx button:first-child{
    color: #fff;
    /*background: rgb(0, 0, 0);*/
    background: #4070f4;
    color: white;
  }

  .btns_xxx button:first-child:hover{
    background: #a1b7f4;
    color: black;
  }

/*
  .btns button:last-child:hover{
    background: yellowgreen;
    color: black;
  }
*/

  .center_xxx .btns_xxx button:last-child:hover{
    background: #a1b7f4;
    color: black;
  }
  
    .button_dimension_small{
      height: 30px;
      width: 40px;
      padding: 2px;   
      margin: 2px 1px 15px 1px;

    }

    .button_dimension_medium{
      height: 30px;
      width: 80px;
      padding: 2px;   
      margin: 0.5px;
      text-align: right;

    }

    .button_dimension_large{
      height: 30px;
      width: 70px;
      padding: 2px;
      margin: 2px 2px 15px 2px;
    }



    .button_dimension_larger{
      height: 30px;
      width: 140px;
      padding: 2px;
      margin: 2px 2px 1px 2px;
    }
  .button_controls{
    border-radius: 5px;
    border: none;
    border: 2px solid black;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;

    background: #4070f4;
    color: white;
  }

  .center_xxx .btn2_xxx button:first-child{
    color: #fff;
    /*background: rgb(0, 0, 0);*/
    background: #4070f4;
    color: white;
  }

  .btns2_xxx button:first-child:hover{
    background: #4070f4;
    color: white;
  }

  .center_xxx .btns2_xxx button:last-child:hover{
    background: #a1b7f4;
    color: black;
  }
  

  .button_controls:hover{
    background: #a1b7f4;
    color: black;
  }



  /* Additional Style */


  

  .skillsxx {
    width: 100%;
    max-width:600px;
    padding: 0 20px;
    margin: 5px 2px 0px 2px;
  }

  .skill-name {
    font-size: 18px;
    font-weight: 700;
    color: #EEEDF0;
    text-transform: uppercase;
    margin: 20px 0;
  }

  .skill-bar {
    height: 14px;
    background: #282828;
    border-radius: 3px;
  }

  .skill-percentage {
    height: 14px;
    background: #FF96AD;
    border-radiud: 3px;
    position: relative;
    animation: fillBars 2.5s 1;
  }

  .skill-percentage::before{
    /*content: attr(per);*/
    position: absolute;
    padding: 4px 6px;
    background: #Fff5fd;
    border-radius: 4px;
    font-size: 12px;
    top: -35px;
    right: 0;
    transform: transition(50%)  
  }

  .skill-percentage::after {
    /*content: "";*/
    position: absolute;
    width: 10px;
    height: 10px;
    background: #005A8D;
    top: -20px;
    right: 0;
    transform: translateX(50%) rotate(45deg);
    border-radius: 2px;
  }
  
  
  
  
  
  
  
  
  
.card_pgx2{
    background-color: white;
    padding: 35px 25px 0 25px;
   /*padding: 10px 5px 5px 5px;*/
   /* width: 25%;*/ /*commented on 06-08-24 */
    max-width: 400px; /*    max-width: 350px; */
    margin: 10px;
    border-radius: 10px;
    
    overflow-y: auto;
    position: relative;
    width: 100%;   
    
    position: relative;
    text-align: center;
}

.card_pgx2 .profile-img{
    max-width: 400px;
    /*width: 300px;*/
    /*height: 200px;*/
    /*border-radius: 50%;*/
    overflow: hidden;
    margin: auto;
    text-align: center;
   
}

.card_pgx2 .profile-img img{
  width: 100%;
  height: 100%;
  text-align: center;
}


.card_pgx2 .content_xxx{
    text-align: center;
}

.card_pgx2 .content_xxx h3{
    font-size: 1.4rem;
    margin-top: 25px;
    color: rgba(0,0,0,0.9);
}

.card_pgx2 .content_xxx p{
    color: rgba(0,0,0,0.7);
    letter-spacing: 1px;
    margin: 0;
}

