*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: text1;
    src: url(./fonts/Archivo/Archivo-Italic-VariableFont_wdth\,wght.ttf);
}
body{
    font-family: text1 !important;
    background-color: black !important;
  
      margin-bottom: 100px; /* Adjust the value as needed */
  
}
.r1
{
    margin: 60px 0px !important;
}
.c1
{
    width: 300px;
    height: 300px;
    margin: 10px !important;
    /* padding: 10px !important; */
    border-radius: 30px !important;
    border: 3px solid white !important;
   
}
.c1:hover
{
    background: padding-box,
                linear-gradient(to bottom, rgb(231, 231, 244) 20%, rgb(60, 57, 63)) border-box !important;
    border-radius: 50em !important;
    transition: 0.2s ease-in-out !important;

}
.c1:hover.c1 img{
    transform: scale(1.2) !important;
    transition-duration: 0.7s !important;
    border-radius: 50% !important;
    border: 3px solid #ccc !important;
}
.c1:hover .ct1{
    transform: scale(0.8) !important;
    transition-duration: 0.7s !important;
}
.c1 img{
    border-radius: 30px !important;
}
.ct1 
{
    position: absolute;
    background-color: rgb(15, 14, 14);
    opacity: 0.8!important;
    padding-top: 45px ;
    border-radius: 10px;
    font-size: 30px !important;
    padding-bottom: 10px !important;
    color: white 100% !important;
    margin-top: 20px ;
    margin-left: 10px ;
}
.co1 a {
    color: white !important;
}
.r2
{
    width: 90% !important;
    margin: auto !important;
}
.card2
{
    width: 100% !important;
    margin: auto !important;
    padding: 20px !important;
    background-color: #151515 !important;
    border-radius: 30px !important;
}
#collapseAllButton

{
    /* background-color: #151515 !important; */
    color: white !important;
    margin-top: 20px !important;
    border-radius: 40px !important;
}
.accordion-item
{
    margin: 20px 0 !important;  
}
.foot{
    margin-top: 23px !important; 
    width: 85% !important;
    height: fit-content !important;
    margin: auto !important;
    z-index: 9999 !important;
  }
  
  .fc1 li {
  
    list-style: none !important;
  }
  .fc1 ul li a{
    display: flex !important;
    
    text-decoration: none !important;
  }
  .fc1 ul li a p:hover{
    color: rgb(231, 231, 231) !important;
  }
  .fc2 ul li{
    list-style: none !important;
  
  }
  .fc2 ul li a {
    text-decoration: none !important;
  }
  #ftext{
    text-decoration: none !important;
    color: rgb(94, 92, 92) !important;
    font-size: 20px !important;
    font-family: text1 !important;
    padding-left: 10px !important;
  }
  #ftext:hover{
    color: rgb(231, 231, 231) !important;
  }