@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: mulish;
}
html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(0, 66, 85, 1) 35%,
    rgba(0, 79, 107, 1) 100%
  );
}
a{text-decoration: none;}
.toogle-btn {
  display: none;
}

.welcm-page {
  position: relative;
  width: 90%;
  height: 90%;
  background: rgba(155, 155, 155, 0.5);
  border-radius: 10px;
}
.welcm-page::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: inherit;
  z-index: -1;
  filter: blur(10px);
  animation: glow 10s infinite ease-in-out;
}
.nav-links {
  width: 100%;
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.nav-links .logo p {
  color: rgb(2, 214, 196);
  font-size: 20px;
  font-family: roboto;
  font-weight: bolder;
  margin-left: 15px;
}
.welcm-page .nav-links .links {
  margin: 10px;
}
.welcm-page .nav-links .links a {
  color: white;
  text-decoration: none;
  font-size: 17px;
  margin-right: 20px;
  font-weight: 500;
  transition: all 1s ease;
}

.welcm-page .nav-links .links a:hover {
  color: rgb(15, 241, 241);
}

.welcm-page .personal-info {
  display: flex;
}
.welcm-page .profile-plc {
  width: 200px;
  height: 200px;
  margin-left: 50px;
  margin-top: 100px;
  border-radius: 50%;
  animation: glow 10s infinite ease-in-out;
}

@keyframes glow {
  30% {
    -webkit-box-shadow: 0px 0px 25px 9px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 0px 25px 9px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 25px 9px rgba(255, 255, 255, 0.5);
    transform: translateX(-0px);
  }
  70% {
    -webkit-box-shadow: 0px 0px 25px 9px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0px 0px 25px 9px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 25px 9px rgba(255, 255, 255, 0.6);
  }
}
.welcm-page .profile-plc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.details {
  margin-left: 80px;
  margin-top: 50px;
  width: 800px;
  height: fit-content;
}
.details p {
  padding: 10px;
  color: white;
  line-height: 30px;
  font-size: 20px;
  animation: appear 3s ease-in-out;
}
.details h2 {
  color: rgb(6, 207, 207);
  margin-left: 10px;
}
.details span1 {
  color: white;
}
.details h3 {
  color: rgb(6, 207, 207);
  margin-left: 10px;
}
.details button {
  width: 300px;
  height: 60px;
  border: none;
  background-color: rgb(0, 128, 128);
  border-radius: 10px;
}
.details button:hover {
  transition: 0.3s ease-in-out;
  cursor: pointer;
  background-color: rgb(13, 173, 173);
  -webkit-box-shadow: -3px 4px 72px 2px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: -3px 4px 72px 2px rgba(255, 255, 255, 0.75);
  box-shadow: -3px 4px 72px 2px rgba(255, 255, 255, 0.75);
}
.details button a {
  text-decoration: none;
  color: white;
  font-size: 17px;
}
.details button a i {
  font-size: 20px;
  padding: 10px;
}

@keyframes appear {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.about-me {
  width: 100%;
  display: flex;
  margin-top: 20px;
  animation: appear 3s ease-in-out;
}
.about-me .social-medias {
  width: fit-content;
  margin-left: 20px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-me .social-medias a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  margin: 0 10px;
  border: 1px solid #ccc;
  transition: all 500ms ease-in-out;
}

.about-me .social-medias a.whatsapp {
  border: 1px solid rgb(62 201 85);
}
.about-me .social-medias a.whatsapp:hover {
  -webkit-box-shadow: 0px 0px 21px 7px rgba(0, 255, 42, 0.75);
  -moz-box-shadow: 0px 0px 21px 7px rgba(0, 255, 42, 0.75);
  box-shadow: 0px 0px 21px 7px rgba(0, 255, 42, 0.75);
}

.about-me .social-medias a.linked-in {
  border: 1px solid rgb(10 102 194);
}
.about-me .social-medias a.linked-in:hover {
  -webkit-box-shadow: 0px 0px 21px 7px rgba(0, 128, 255, 0.75);
  -moz-box-shadow: 0px 0px 21px 7px rgba(0, 128, 255, 0.75);
  box-shadow: 0px 0px 21px 7px rgba(0, 128, 255, 0.75);
}

.about-me .social-medias a.instagram {
  border: 1px solid rgb(195 42 163);
}
.about-me .social-medias a.instagram:hover {
  -webkit-box-shadow: 0px 0px 21px 7px rgba(195, 42, 163, 0.75);
  -moz-box-shadow: 0px 0px 21px 7px rgba(195, 42, 163, 0.75);
  box-shadow: 0px 0px 21px 7px rgba(195, 42, 163, 0.75);
}

.about-me .social-medias a.phone {
  border: 1px solid rgb(29 161 242);
}
.about-me .social-medias a.phone:hover {
  -webkit-box-shadow: 0px 0px 21px 7px rgba(29, 161, 242, 0.75);
  -moz-box-shadow: 0px 0px 21px 7px rgba(29, 161, 242, 0.75);
  box-shadow: 0px 0px 21px 7px rgba(29, 161, 242, 0.75);
}

/*  */
.about-me .social-medias a i {
  font-size: 25px;
  color: white;
}
.about-me .social-medias i.fa-whatsapp {
  color: #3dc754;
}
.about-me .social-medias i.fa-linkedin {
  color: rgb(10 102 194);
}
.about-me .social-medias i.fa-instagram {
  color: rgb(195 42 163);
}
.about-me .social-medias i.fa-phone {
  color: rgb(29 161 242);
}
/* contact page CSS */

.contacts {
  width: 100%;
  height: fit-content;
  position: relative;
}
.contacts h2{
  color: white;
  font-size: 20px;
  margin-top: 10px;
  margin-left: 20px;
}
.contacts p {
  color: white;
  margin: 10px 20px;
}
.contacts p a{
  color: rgb(13, 173, 173);
}
.contacts p span a{
  color: white;
}
.fields {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.fields input {
  width: 28.4%;
  height: 30px;
  margin: 10px;
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  border: none;
  outline: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.fields input[type="email"] {
  width: 92.5%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  color: white;
}
.fields form button {
  margin: 15px;
  width: 150px;
  height: 40px;
  font-size: 18px;
  color: white;
  border: none;
  border-radius: 10px;
  background-color: rgb(0, 128, 128);
  transition: 500ms ease-in-out;
}
.fields form button:hover {
  cursor: pointer;
  background-color: rgb(15, 241, 241);
  -webkit-box-shadow: -3px 4px 50px 2px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: -3px 4px 50px 2px rgba(255, 255, 255, 0.75);
  box-shadow: -3px 4px 72px 2px rgba(255, 255, 255, 0.75);
}
form textarea {
  width: 500px;
  height: 150px;
  margin: 10px;
  resize: none;
  padding: 10px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
form textarea::-webkit-scrollbar {
  width: 5px;
}
textarea::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 15px;
}
textarea::-webkit-scrollbar-thumb:hover {
  cursor: default;
}
.overlay-message {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  justify-content: center;
  align-items: center;
  display: none;
  animation: ereka 500ms linear;
}
@keyframes ereka {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.successful {
  width: 350px;
  height: 400px;
  margin-left: 450px;
  margin-top: 50px;
  background-color: white;
  border-radius: 15px;
}
.successful img {
  width: 100px;
  height: 100px;
  margin: 50px 35% 30px;
}
.successful p {
  padding: 10px;
  font-weight: 500;
  font-family: poppins;
  color: black;
}
.successful button {
  width: 90%;
  height: 40px;
  margin: 15px;
  color: white;
  font-size: 17px;
  font-weight: 500;
  border: none;
  background-color: rgb(0, 128, 128);
  transition: 300ms ease-in-out;
  border-radius: 10px;
}
.successful button:hover {
  cursor: pointer;
  background-color: rgb(5, 173, 159);
  -webkit-box-shadow: 0px 0px 21px 7px rgba(29, 161, 242, 0.75);
  -moz-box-shadow: 0px 0px 21px 7px rgba(29, 161, 242, 0.75);
  box-shadow: 0px 0px 21px 7px rgba(29, 161, 242, 0.75);
}

@media screen and (max-width: 870px) {
  body {
    background-color: inherit;
    height: fit-content;
  }
  .welcm-page{
    height: fit-content;
    animation: glow 10s infinite ease-in-out;
  }
  .welcm-page::before{
    height: max-content;
  }
  .toogle-btn {
    display: block;
    width: 100%;
    position: absolute;
  }
  .toogle-btn .fa-xmark {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 20px;
    display: none;
    animation: funga 2s forwards;
    color: rgb(0, 128, 128);
  }
  .toogle-btn .fa-bars {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 20px;
    color: white;
  }
  @keyframes funga {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .nav-links {
    justify-content: space-between;
  }
  .navlinks .links.close {
    animation: close 0.5s forwards;
  }
  @keyframes close {
    0% {
      transform: translateY(100px);
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .welcm-page .nav-links .links {
    margin-left: 100px;
  }
  .hidden {
    display: none;
  }
  .welcm-page .nav-links .links {
    display: none;
    background-color: #ccc;
    height: fit-content;
    width: 450px;
    border-radius: 10px;
    margin-top: 1px;
    animation: navs 0.5s ease-in;
  }
  @keyframes navs {
    0% {
      transform: translateY(-100px);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1px;
    }
  }
  .welcm-page .nav-links .links a {
    display: block;
    padding: 15px;
    color: rgb(0, 128, 128);
  }
  .welcm-page .personal-info {
    display: block;
  }
  .welcm-page .profile-plc {
    width: 150px;
    height: 150px;
    margin-top: 50px;
    margin-left: 30%;
  }
  .details {
    width: 95%;
    margin-left: 10px;
    margin-top: 20px;
  }
  .details p {
    font-size: 15px;
  }
  .details button {
    width: 95%;
    margin: -10px 10px 0px;
  }
  .about-me {
    display: block;
  }
  .about-me .social-medias {
    margin: 20px 30px;
    padding: 5px;
  }

  /* contact pages */

  .fields input {
    width: 90%;
    margin-left: 7px;
  }

  .fields input[type="email"] {
    width: 90%;
    margin-left: 7px;
  }
  form textarea {
    width: 89%;
    margin-left: 7px;
  }
  .successful {
    width: 100%;
    margin: 100px 0;
    padding: 0;
  }
}
