@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
body{
  background: #f0e6ca;
}
.floating-icons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column; /* Display icons vertically */
  gap: 10px;
}

.icon {
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
 
 
}



.popup {
  position: fixed;
  bottom: 50px; /* Adjust vertical position */
  right: 50px; /* Increase distance from icons */
  width: 30px;
  background-color:transparent;
  border-radius: 8px;
    
  display: none;
  padding: 20px;
}




.content{
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.content header{
  font-size: 30px;
  font-weight: 700;
}
.content .text{
  font-size: 30px;
  font-weight: 700;
}
.space{
  margin: 10px 0;
}
nav .logo.space{
  color: red;
  padding: 0 5px 0 0;
}
.floating-icons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column; /* Display icons vertically */
  gap: 10px;
}

.icon {
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}



.popup {
  position: fixed;
  bottom: 50px; /* Adjust vertical position */
  right: 20px; /* Increase distance from icons */
  width: 30px;
  background-color:transparent;
  border-radius: 8px;

  display: none;
  padding: 20px;
}
@media (max-width: 980px){
  nav .menu-icon,
  nav .cancel-icon,
  nav .search-icon{
    margin: 0 20px;
  }
  nav form{
    right: 30px;
  }

  .btnn {
    margin: -10px 0 0 33px;
}
}
@media (max-width: 350px){
  nav .menu-icon,
  nav .cancel-icon,
  nav .search-icon{
    margin: 0 10px;
    font-size: 16px;
  }
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content header{
  font-size: 30px;
  font-weight: 700;
}
.content .text{
  font-size: 30px;
  font-weight: 700;
}
.content .space{
  margin: 10px 0;
}

  
  
  /* BANNER START---------------------------------------------------------------------------- */
  .imag {
    position: relative;
    /* display: inline-block; */
    width: 100%;
   
  }
  .fit{
    width: 100%;
    
  }
  
  .imag img {
    /* filter: blur(2px); */
    width: 100%;
    height: auto;
    
  }
  
  .imag  .heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin: -4px 0 0 0;
  
    
  }
  
  
  @media (max-width: 767px) {
    .imag {
      display: block;
      width: 100%;
      height: auto;
    }
  
    .fit{
      width: 100%;
    }
  
    .imag img {
        /* filter: blur(2px); */
        width: 100%;
        height: 300px;
      }
      
  
    .imag .heading {
  font-size: 35px;
  margin: -4px 0 0 0px;
  }
  }
  
  /* BANNER END------------------------------------------------------------------------------ */
  
  
  .card h1{
      text-align: center;
      text-decoration: underline;
      color: #000;
  }
  
  .card h3{
    text-align: center;
    text-decoration: underline;
    color: #000;
  }
  .card h2{
    text-align: center;
    text-decoration: underline;
    margin-top: 10px;
    color: #000;
  }
  .card p{
    text-align: center;
   margin-top: 10px;
    color: #000;
  }
  /* .card tbody th td p {
    text-align: center;
   margin-top: 10px;
    color: #000;
  } */
  
  .card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(17, 17, 17, 0.653);
  
  margin: 80px 250px 20px 250px;
  }
  
  .table-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../men/image/Fys.png');
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  }
  
  table {
  border-collapse: collapse;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  }
  .card .table-container table thead tr th{
    text-align: center;
    color: #000;
    
  }
  .card .table-container table {
    margin: 25px 0 0 0;
    
}
  
  th,
  td {
  padding: 10px;
  text-align: center;
  border: none; 
  color: #000;
  }
  
  .lie {
    width: 100%;
    margin-bottom: 30px;
   
 }
 .lie .out{
   width: 100%;

 }
 .lie .in{
   width: 30%;

   margin: auto;
 }
 
   .lie h1{
     margin: auto;
     color: #414141;
     font-family: Arial Rounded MT Bold;
     font-size: 40px;
     font-style: normal;
     font-weight: bold;
     line-height: normal;
     margin-top: 20px;
     margin-left: -6px;
   
   }
   .lie img {
     margin: auto;
     
   }
 
  
 
 
   @media (max-width: 768px) {
 

    .card p{
      text-align: center;
     margin-top: 10px;
      color: #000;
      font-size: 12px;
    }
     .lie h1{
      margin: auto;
         text-align: center;
         color: #414141;
         font-family: Arial Rounded MT Bold;
         font-size: 30px;
         font-style: normal;
         font-weight: bold;
         line-height: normal;
         margin-top: 20px;
         margin-left:-80px;
         margin-right: -90px;
       
       }
       .lie .out{
         width: 100%;
          
       }
       .lie .in{
         width: 45%;
        margin: auto;
       
       }
       
        
     .lie img {
   
        width: 155px;
       }
   }
  @media (max-width: 768px) {
  .card {
  margin: 50px 10px; 
  /* width: 90%; */
  }
  .table-container {
  background-image: url('../men/image/Fys.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -19px 0 0 0;
  }
  .card h1 {
    text-align: center;
    text-decoration: underline;
    color: #000;
    font-size: 20px;
    margin: 0 0 30px 0;
  }
  .card .table-container table thead tr th{
    text-align: center;
    color: #000;
    font-size: 12px;
  }

  .table-container tbody td {
    font-size: 10px;
}

.card h2{
  text-align: center;
  text-decoration: underline;
  margin-top: 10px;
  color: #000;
  font-size: 20px;
}
  }
  
  
  /* B CONTENT START------------------------------------------------------------------------ */
  
  .card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .card-container .cards{
    flex: 1;
    margin: 25px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  
  .card-container .cards img {
    width: 100%;
    height: 150px;
    /* object-fit: cover; */
    object-position: top;
  }
  
  .card-container .card-content {
    padding: 20px;
  }
  
  .card-container .card-content h3 {
    font-size: 18px;
    margin: 0;
  }
  
  .card-container .card-content p {
    font-size: 14px;
    margin: 10px 0 0;
  }
  
  @media (max-width: 768px) {
    .card-container {
      justify-content: center;
      /* width: 75%; */
      margin: 0 0 0 5px;
  }
  
    
      .card-container .cards {
        flex-basis: calc(50% - 50px);
                  max-width: calc(50% - 50px);
      }
  
      .card-container .cards img{
        height: 100px;
      }
  }
  
  
  /* B CONTENT END------------------------------------------------------------------------- */
  
  
 /* FOOTER START---------------------------------------------------------------------------- */



.foot{
  text-align: center;
 background-color: #000000;
 height: 12vh;

}
.foot .fot p{
  color: #fcfcfc;
  padding: 20px 0 0 0;

}
.foot .fot a{
  color: white;
}
@media (max-width:768px){
   

.foot{
text-align: center;
background-color: #000000;
height: 7vh;

}
.foot .fot p{
color: #fcfcfc;
padding: 16px 0 0 0;
font-size: 10px;

}
.foot .fot a{
color: white;
}
}

/* FOOTER END------------------------------------------------------------------------------ */



  
  