* {
  margin: 0;
  padding: 0%;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /* font-weight: ; */
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.medg {
  height: 100%;
  /* width: 100vw; */
  background-image: url(photo/WhatsApp\ Image\ 2025-09-09\ at\ 12.11.04_b96e76e1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: rgba(255, 255, 255, 0.829);
}
.opacity {
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.9;
  
}

.med img {
  margin: 50px 0 0 0;
  width: 100px;
  border-radius: 50%;
}
.med {
  margin-bottom: 40px;
  margin-left: 30px;
  width: 95%;
  align-items: center;
}
.med h3 {
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.med h1 {
  margin-bottom: 30px;
  font-weight: 100;
  font-size: 40px;
}
.p1 {
  font-size: 17px;
  line-height: 22px;
}

.med ul {
  font-size: 15px;
  list-style: square;
}
.p2 {
  font-size: 17px;
}

.link a {
  text-decoration: none;
  font-size: 15px;
  align-items: center;
  justify-items: center;
}
.link img {
  width: 17px;
  margin-left: 30px;
}
.sol  a{
  display: flex;
  justify-content: center;
  margin: 10px 20px;
  padding: 13px 20px;
  color: black;
  border-radius: 20px;
  width: 300px;
  background-color: #00fff2;
}
.sol a:hover{
  color: #c658e7e5;
  border: 1px solid #c658e7e5;
  transform: scale(1.1);
  transition: 0.5s ease-out;
}
.tg a {
  display: flex;
  justify-content: center;
  padding: 13px 20px;
  color: #000000;
  border-radius: 20px;
  margin: 10px 20px;
  width: 300px;
  background-color: #0f74af;
}
.tg a:hover{
  color: #c658e7e5;
  border: 1px solid #c658e7e5;
  transform: scale(1.1);
   transition: 0.5s ease-out;
}
.email a{
  display: flex;
  padding: 13px 20px;
  margin: 10px 0px 0px 20px;
  color: white;
  border-radius: 20px;
  justify-content: center;
  width: 300px;
  background-color: #00030a;
}
.email a:hover{
  color: #c658e7e5;
   border: 1px solid #c658e7e5;
   transform: scale(1.1);
    transition: 0.5s ease-out;
}

.copy{
  
  margin: 30px 0 0 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 670px){
.med{
  width: 90%;
  margin: auto;
}

.med h3 {
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.med h1 {
  margin-bottom: 30px;
  font-weight: 100;
  font-size: 40px;
}
.p1 {
  font-size: 13px;
  line-height: 22px;
}

.med ul {
  font-size: 11px;
  list-style: square;
}
.p2 {
  font-size: 13px;
  margin-bottom: 20px;
}

link a{
  font-size: 13px;
}

.sol a{
width: 270px;  
}
.tg a{
width: 270px;  
}
.email a{
width: 270px;  
}
}