html{
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Tahoma, sans-serif;
  background: #f9f9f9;
  color: #222;
  direction: rtl;
  text-align: center;
  padding: 30px 20px 40px; 
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.profile-log{
  position: relative;
  top: 20px;
}
nav {
  position: fixed;
  top: 30;
  left: 10%;
  border-radius: 35px;
  width: 80%;
  background: #7d7f81cf ;
  padding: 10px 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(71, 70, 70, 0.3);
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.lam{
  gap: 50;
}
.nav{
  font-family: sy;
}
nav a {
  color: #eee;
  text-decoration: none;
  margin:18px;
  font-weight: 600;
  font-size: 18px;
  transition: color 0.3s;
}

nav a:hover {
  color: #ff9800;
}


.container {
  
  max-width: 700px;
  margin: 0 auto 60px auto;
  background: white;
  padding: 30px 35px;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  
}


.section {
  margin-bottom: 50px;
  padding-bottom: 70px;
  
}

.section h2 {
  margin-bottom: 20px;
  font-size: 28px;
  color: #333;
  border-bottom: 2px solid #666;
  padding-bottom: 10px;
}

.section p {
  line-height: 1.7;
  font-size: 17px;
  color: #444;
}


@media (min-width: 1200px) {
  
}


@media (min-width: 1440px) {
  
}


@media (min-width: 1600px) {
 
}


@media (min-width: 1920px) {
 
}


@media (min-width: 2560px) {

}


@media (min-width: 3200px) {
  
}


@media (max-width: 480px) {
  nav a {
    font-size: 16px;
    margin: 0 12px;
  }

  .container {
    padding: 20px 15px;
    margin-bottom: 40px;
  }

  .section h2 {
    font-size: 24px;
  }

  .section p {
    font-size: 15px;
  }
}


@media (max-width: 768px) and (min-width: 481px) {
  nav a {
    font-size: 17px;
    margin: 0 15px;
  }

  .container {
    max-width: 90%;
    padding: 25px 20px;
  }

  .section h2 {
    font-size: 26px;
  }

  .section p {
    font-size: 16px;
    padding: 15px;
  }
}


@media (min-width: 1024px) {
  body {
    padding: 80px 0 40px;
  }

  nav a {
    font-size: 20px;
    margin: 0 20px;
  }

  .container {
    max-width: 700px;
  }

  .section h2 {
    font-size: 30px;
  }

  .section p {
    font-size: 18px;
  }
}

  h1{
    font-family: sans-serif;
    
  }


.img-me-profile {
  margin: auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
 margin-top: 13%;
  
}
.name-me{
  
  font-family: initial;
}
.text-explanation{
  margin-top: -10;
  padding-bottom: 170px;
}

.img-me-profile img {
  width: 100%;
  height: 112%;
  object-fit: cover;
  
}


.img-pull {
  position: relative; 
  top: 140px;

}

.pa{
  
  margin-top: 10%;
  left: 0;
  margin-left: 0%;
  border-radius: 20px;
  width: 100%; 
 
}
.link-text0{
 
  background-color: #222;
  color: #eee;
  width: 150px;
  height: 50px;
  border-radius: 10px;
  font-weight: 900;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 15px;
  border: 2px solid;
  
   cursor: pointer;
}
:hover.link-text0 {
 background-color: #333;
 
}
.size-link{
position: relative;
bottom: 170px;
  justify-content: center;
  display: flex;
  text-decoration: none;
  }
.section-log {
  max-width: 1000px;
  margin: 40px auto;
  padding: 30px;
  background-color: #ffffffbd;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
}


.section-log h1 {
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 20px;
  border-right: 5px solid #3498db;
  padding-right: 10px;
}


.section-log h3 {
  font-size: 1.2rem;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #6fdf5b;
}


.section-log p {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 15px;
  background: #f1f8ff;
  padding: 12px 16px;
  border-radius: 12px;
  transition: background 0.3s ease;
}

.section-log p:hover {
  background: #e0f0ff;
}


.video-cap {
  width: 100%;
  height: auto;
  margin: 30px 0;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}

.video-cap:hover {
  transform: scale(1.01);
}


@media (max-width: 600px) {
  .section-log {
    padding: 20px;
    margin: 20px 10px;
  }

  .section-log h1 {
    font-size: 1.5rem;
  }

  .section-log h3 {
    font-size: 1.1rem;
  }

  .section-log p {
    font-size: 0.95rem;
  }
}
.name-instagram{
 text-decoration: none;
 color: black;
}


.name-whatsapp{
 text-decoration: none;
 color: black;
 position: relative;

}

.footer-icon{
  display: flex;
  justify-content: center;
  gap: 20px;
}
.bottom-of-page{
  position: relative;
  top: 25px;
}
.dot-line{
  position: relative;
  top: 30px;
}
