@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+CU:wght@100..400&display=swap');
:root
{
    --white:white;
    --black:#191919;
    --light-color:#D0D4CA;
    --orange:#FF5757;
    --org:#FF6868;
    
    --box-shadow:0.5rem 1.5rem rgba(250, 137, 117, 0.925);
    --border:2rem   solid rgba(0,0,0.1);
    --outline: 1rem rgba(0,0,0.1);

}


*
{
    font-family: 'Poppins', sans-serif; 
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .2s linear;

}
html
{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 7rem;
    

}
body
{
        background-image: radial-gradient(circle at 90% 24%, rgba(209, 209, 209,0.04) 0%, rgba(209, 209, 209,0.04) 50%,rgba(160, 160, 160,0.04) 50%, rgba(160, 160, 160,0.04) 100%),radial-gradient(circle at 91% 63%, rgba(45, 45, 45,0.04) 0%, rgba(45, 45, 45,0.04) 50%,rgba(87, 87, 87,0.04) 50%, rgba(87, 87, 87,0.04) 100%),radial-gradient(circle at 17% 2%, rgba(124, 124, 124,0.04) 0%, rgba(124, 124, 124,0.04) 50%,rgba(117, 117, 117,0.04) 50%, rgba(117, 117, 117,0.04) 100%),linear-gradient(88deg, rgb(33, 20, 105),rgb(1, 15, 13));
        -webkit-user-select: none; /* Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+/Edge */
        user-select: none; /* Standard */

}

section
{
   padding: 10rem 9% 2rem;
   

}
.heading
{
    text-align: center;
    padding: 2rem 0;
    padding-bottom: 3rem;
    font-size: 3.2rem;
    color: var(--white);




}
.heading span
{
    color: #4CAF50;
}
.btn {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: #4CAF50;
    color: #fff;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #555;
}
.header
{
    border: 0px solid;
    position: fixed;
    top:0;
    left: 0;
    right:0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 9% ;
    background-image: radial-gradient(circle at 90% 24%, rgba(209, 209, 209,0.04) 0%, rgba(209, 209, 209,0.04) 50%,rgba(160, 160, 160,0.04) 50%, rgba(160, 160, 160,0.04) 100%),radial-gradient(circle at 91% 63%, rgba(45, 45, 45,0.04) 0%, rgba(45, 45, 45,0.04) 50%,rgba(87, 87, 87,0.04) 50%, rgba(87, 87, 87,0.04) 100%),radial-gradient(circle at 17% 2%, rgba(124, 124, 124,0.04) 0%, rgba(124, 124, 124,0.04) 50%,rgba(117, 117, 117,0.04) 50%, rgba(117, 117, 117,0.04) 100%),linear-gradient(88deg, rgb(33, 20, 105),rgb(1, 15, 13));
    box-shadow: var(--light-color);
    z-index: 1000;



    
}

.header .logo 
{
    font-size: 2.5rem;
    font-weight: bolder;
    color:white;

}
.header .logo i
{
    color: var(--white);

}
.header .navbar a
{
    font-size: 2rem;
    margin: 01rem;
    color: var(--white);
    font-weight: bolder;
    


}
.header .navbar a:hover
{
    color:var(--light-color);
}

.header .icons div
{
   
    color: var(--white);
    font-size: 3rem;
    text-align: center;
    cursor: pointer;
}
.header .icons div:hover
{
   
   color:var(--light-color);


}
#menu-btn
{
    display: none;
}
.header .navbar.active 
{
    right: 2rem;
    transition: .4s linear;

}

.home {
    border: 0px solid;
    display: flex;
    text-align:justify;
    justify-content: center;
    padding-top: 17rem;
    padding-bottom: 10rem;
   background-color: white;
   
   
 
}







.home .content {
    border: 0px solid;
    text-align:center;
    width: 60rem;
    align-items: center;
    
    
}

.home .content h3 {
    color:var(--black);
    font-size: 4rem;
    font-family: "Playwrite CU", cursive;
}

.home .content h3 span {
    color:#4CAF50;
    font-family: "Playwrite CU", cursive;
}

.home .content p {
    color: var(--black);
    font-size: 1.7rem;
    padding: 1rem 0;
    line-height: 1.8;
    
}


.about
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:2rem;
   text-align: center;
    

}
.about-img img 
{
    width: 35vw;
    border-radius: 30px;
    padding: 2rem;


}


.about-content h2
{
    text-align: left;
    line-height: 1.2rem;
    color: #fff;
}

.about-content h3
{
    font-size: 2.6rem;
    color: whitesmoke;
    text-align: left;

}
.about-content p 
{
    font-size: 1.6rem;
    margin: 2rem 0 3rem;
    color: #fff;
    text-align:justify;
    

}







 
  
  .slider-wrapper {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 70px 55px;
  }
  
  .card-list .card-item {
    height: auto;
    color: #fff;
    user-select: none;
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  
  .card-list .card-item .user-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 40px;
    border: 3px solid #fff;
    padding: 4px;
  }
  
  .card-list .card-item .user-profession {
    font-size: 1.15rem;
    color: #e3e3e3;
    font-weight: 500;
    margin: 14px 0 40px;
  }
  
  
  
  .slider-wrapper .swiper-pagination-bullet {
    background: #fff;
    height: 13px;
    width: 13px;
    opacity: 0.5;
  }
  
  .slider-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
  }
  
  .slider-wrapper .swiper-slide-button {
    color: #fff;
    margin-top: -55px;
    transition: 0.2s ease;
  }
  
  .slider-wrapper .swiper-slide-button:hover {
    color: #4CAF50;
  }
  

.wg
{
    display: flex;
    justify-content: center;
    background-color: white;
}

.wg-g img
{
    width: 35rem;
    
}

.wg-g
{
    gap: 4rem;
   
}


.skills
 {
   
    gap: 2rem;
  }
  
  .skill-category {
    max-width: 800px;
    margin: 0 auto 2em auto;
    padding: 1em;
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .skill-category h3 {
    margin-top: 1em;
    font-size: 2rem;
    color: white;
    text-align: center;
    padding-bottom: 2rem;
  }
  
  .skill-category ul {
    list-style-type: disc;
    padding-left: 2rem;
  }
  
  .skill-category ul li {
    margin-bottom: 0.5em;
    font-size: 1.5rem;
    color: var(--white);
    
  }

  .skill-category ul li strong
  {
    color: #4CAF50;
    font-weight: bolder;
  }







footer {
    background-color: #333;
    color: #fff;
    padding: 50px 0;
  }
  
  .container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  
  .footer-content {
    flex: 1;
    margin: 0 20px;
  }
  
  .footer-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .footer-content p, .footer-content ul {
    font-size: 14px;
  }
  
  .footer-content ul {
    list-style-type: none;
    text-transform: none;
    padding: 0;
  }
  
  .footer-content ul li {
    margin-bottom: 10px;
    text-transform: none;
  }
  
  .footer-content ul li a {
    color: #fff;
    text-decoration: none;
  }
  
  .footer-content ul li a:hover {
    text-decoration: underline;
  }
  






@media (max-width:991px)
{
    html 
    {
        font-size: 55%;


    }
    .header
    {
        padding: 2rem;
    }
    section
    {
        padding: 2rem;
    }

    

}

@media (max-width: 768px)
{
    #menu-btn
    {
        display: inline-block;

    }
    section
{
   padding: 10rem 9% 2rem;


}
    
    .header .navbar
    {
        position: absolute;
        top:110%;
        right:-110%;
        width: 30rem;
        text-align: center;
        padding: 3rem;
        border-radius: .5rem;
        background: #232222;

    }
    .header .navbar a
    {
       font-size: 2rem;
       margin: 2rem 2.5rem;
       display: block;
       
       padding: 2rem;
       


    }
    .home
    {
        padding-top: 22rem;
        padding-bottom: 15rem;
       
        background-size: 100% 100%;
    }
 
  .header .logo
  {
    display: none;
  }

  .about
  {
      display: flex;
      justify-content: center;
      align-items: center;
      gap:2rem;
      flex-direction: column;
      
  
  }
  .about-img img 
  {
      width: 80vw;
      border-radius: 30px;
      
  
  
  }
  
  .wg
{
    flex-direction: column;
    justify-content: center;
    padding-left: 6rem;
    
}


  
  .about-content h2
  {
      text-align: center;
      line-height: 1.2rem;
  }
  
  .about-content h3
  {
      font-size: 2.6rem;
  
  }
  .about-content p 
  {
      font-size: 1.6rem;
      margin: 2rem 0 3rem;
      
  
  }


  .slider-wrapper {
    margin: 0 10px 40px;
  }

  .slider-wrapper .swiper-slide-button {
    display: none;
  }

  .container
   {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
   }

}

@media (max-width: 450px)
{
    html 
    {
        font-size: 50%;

    }
    .heading
    {
        font-size: 2.5rem;
    }
}
