@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  text-decoration: none;
}
:root {
  --radius: 10px;
}
*::selection {
  color: red;
  background: rgba(0, 0, 255, 0);
}
*::-webkit-scrollbar {
  display: none;
}
body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #ecf0f3;
  flex-direction: column;
  align-content: center;
  background: url(bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(20%);
}

/* Start Static Theam */

.logo {
    font-family: 'Ms Madi', cursive;
  position: absolute;
  top: 0px;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
}

form .fields .input-field {
  display: flex;
  width: calc(100% / 3 - 15px);
  flex-direction: column;
  margin: 4px 0;
}

.input-field input,
textarea {
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border-radius: 5px;
  border: 1px solid #aaa;
  padding: 0 15px;
  height: 42px;
  margin: 0;
}

.input-field input :focus,
.input-field textarea :focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}

.input-field label {
  font-size: 12px;
  font-weight: 500;
  color: #2e2e2e;
  margin-bottom: 10px;
}
input:focus {
  box-shadow: none;
  border-color: #ba68c8;
}
input {
  font-size: 0.8rem;
}
input:focus {
  box-shadow: none;
  border-color: #ba68c8;
}
label {
  display: inline-block;
  min-width: 200px;
  padding: 5px;
  font-weight: 600;
}
/* End Static Theam */
.wrapper,
.wrapper .img-area,
.social-icons a,
.contact-icons a,
.buttons button {
  background: #ecf0f3;
  box-shadow: 0px 0px 15px #555, 3px 3px 60px #ceced1;
}
.wrapper {
  position: relative;
  width: 350px;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wrapper .icon {
  font-size: 17px;
  color: #31344b;
  position: absolute;
  cursor: pointer;
  opacity: 0.7;
  top: 15px;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
}
.wrapper .icon i {
  position: relative;
  z-index: 9;
}
.wrapper .icon.arrow {
  left: 15px;
}
.wrapper .icon.dots {
  right: 15px;
}
.wrapper .img-area {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-area .inner-area {
  height: calc(100% - 25px);
  width: calc(100% - 25px);
  border-radius: 50%;
}
.inner-area img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.wrapper .name {
  font-size: 23px;
  font-weight: 600;
  color: #31344b;
  margin: 10px 0 -5px 0;
}
.wrapper .country {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  margin: 0;
}
.wrapper .about {
  color: #44476a;
  font-weight: 400;
  font-size: 16px;
}
.wrapper .social-icons ,
.wrapper .contact-icons{
  margin: 10px auto;
  display: flex;
  width: 90%;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  flex-direction: row;
}
.wrapper .contact-icons{
  margin-bottom: 5px;
}
.wrapper .social-icons {
  margin-top: 0px;
}
.social-icons a ,
.contact-icons a{
  position: relative;
  height: 40px;
  width: 40px;
  margin: 5px;
  display: inline-flex;
  text-decoration: none;
  border-radius: 50%;
}
.social-icons a:hover::before,
.contact-icons a:hover::before,
.wrapper .icon:hover::before,
.buttons button:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: #ecf0f3;
  box-shadow: inset -3px -3px 7px #fff, inset 3px 3px 5px #ceced1;
}
.buttons button:hover::before {
  z-index: -1;
  border-radius: 5px;
}
.social-icons a i ,
.contact-icons a i{
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.contact-icons a.cmobile,
.contact-icons a.cmail{
  color: #183153;
}
.social-icons a.fb i {
  color: #4267b2;
}
.social-icons a.Lin i {
  color: #007fbc;
}
.social-icons a.wa i {
  color: #20c341;
}
.social-icons a.tiktok i {
  color: #000;
}
.social-icons a.snapchat i {
  color: #f7e600;
}
.social-icons a.twitter i {
  color: #1da1f2;
}
.social-icons a.insta i {
  color: #e1306c;
}
.social-icons a.yt i {
  color: #ff0000;
}
.wrapper .buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.buttons button {
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  padding: 12px 0;
  color: #31344b;
  font-size: 11pt;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  z-index: 4;
}
.buttons button:first-child {
  margin-right: 10px;
}
.buttons button:last-child {
  margin-left: 10px;
}
.wrapper .social-share {
  display: flex;
  width: 100%;
  margin-top: 30px;
  padding: 5px;
  justify-content: space-between;
}
.social-share .row {
  color: #31344b;
  font-size: 17px;
  cursor: pointer;
  position: relative;
}
.social-share .row::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: #e0e6eb;
  margin-left: -25px;
}
.row:first-child::before {
  background: none;
}
.social-share .row i.icon-2 {
  position: absolute;
  left: 0;
  top: 50%;
  color: #31344b;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.row:nth-child(1):hover i.fa-heart,
.row:nth-child(2):hover i.fa-comment {
  opacity: 1;
  pointer-events: auto;
}
.social-share span {
  font-weight: 300 !important;
}

/*//////////////////////////////*





/* 
######################## Developed by Nabil Fayez ###########################
####### Facebook 1 : https://www.facebook.com/nabil.faez.7/           #######
####### Facebook 2 : https://www.facebook.com/nabil.fayez.378/        #######
####### LinkedIn : https://www.linkedin.com/in/nabil-fayez-2117a7218  #######
####### WhatsApp : +201206986350                                      #######
#############################################################################
*/

.pointer {
  cursor: pointer;
}

.neo-button {
  width: 40px;
  height: 40px;
  outline: 0 !important;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  border: none;
  margin-right: 10px;
  border-radius: 50%;
  background: linear-gradient(145deg, #9a40a9, #b74cc9);
  box-shadow: inset 20px 20px 60px #f6f6f6, inset -20px -20px 60px #fffefe;
  margin-top: 5px;
}

.num {
  color: #eee !important;
}

.line {
  color: #fff;
}

.neo-button:active {
  border-radius: 50%;
  background: #ab47bc;
  box-shadow: 10px 10px 25px #933da2, -18px -18px 25px #c351d6;
}

.fa-facebook {
  color: #3b5998;
}

.fa-linkedin {
  color: #0e76a8;
}

.fa-google {
  color: #dc4e41;
}

.fa-youtube {
  color: #cd201f;
}

.fa-twitter {
  color: #55acee;
}

.fa-phone {
  color: lightgreen;
}

.profile_button {
  color: #fff;
  padding: 10px;
  border: none;
  outline: 0 !important;
  border-radius: 50px;
  background: #ab47bc;
  border: 2px solid #242424;
  font-size: 1.1rem;
  width: 40%;
  margin: auto;
}

.icon {
  font-size: 25px !important;
  line-height: calc(100% - -10px);
}

.fa-comment {
  color: #fdcb6e;
}

.fa-instagram {
  color: #d14783;
}

.whatsapp {
  color: green;
}

.globe {
  color: brown;
}

.social-buttons {
  margin: 20px auto;
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-evenly;
  transition: all 0.5s;
}
.social-buttons a i:hover {
  height: 20px;
}
.profile_img {
  display: block;
  margin-top: auto;
  height: 130px;
  width: 130px;
  object-fit: cover;
  object-position: 30%;
  border-radius: 50%;
}

.profile {
  margin-top: 20px;
}

.profile_image {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 90%;
  margin: auto;
  flex-direction: column;
}

.data-user {
  margin: 2px 15px;
  font-weight: 700;
}

.openprofile {
  float: right;
  cursor: pointer;
  transition: color 0.3s;
}

.openprofile:hover {
  color: #4070f4;
}

@font-face {
  font-family: "OriginTech";
  src: url("myfont.woff") format("woff"),
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
      url("OriginTech personal use.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0.9;
  background-color: #fff;
  z-index: 99999;
}

#loading img {
  width: -webkit-fill-available;
}

/* #uplode {
        font-size: 25px;
        margin-top: -18px;
        background: #0a8cff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #fff;
        font-weight: bold;
    } */

#loading-image {
  position: absolute;
  top: 40%;
  left: 25%;
  right: 25%;
  bottom: 40%;
  z-index: 100;
}

#loading-image img {
  width: 50%;
  height: 20%;
}

.filds {
  width: 70%;
  right: 0;
}

.title {
  width: 30%;
  right: 50%;
  margin: 5px auto;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");

.container::-webkit-scrollbar {
  display: none;
}

.container::-webkit-scrollbar {
  display: none;
}

.container header {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.container header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 3px;
  width: 95px;
  border-radius: 8px;
  background-color: #4070f4;
}

.container form {
  position: relative;
  margin-top: 16px;
  min-height: 490px;
  background-color: #fff;
  overflow: visible;
}

.container form .form {
  position: absolute;
  background-color: #fff;
  transition: 0.3s ease;
}

.container form .form.second {
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
}

form.secActive .form.second {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.container form .title {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #333;
}

.container form .fields {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.container form .btn,
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  min-width: 200px;
  max-width: 200px;
  width: 100%;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 5px;
  margin: 10px;
  background-color: #4070f4;
  transition: all 0.3s linear;
  cursor: pointer;
}

.container form .btnText,
#uploadx,
#changepass {
  font-size: 14px;
  font-weight: 400;
}

form .btn:hover,
.btn:hover,
#uploadx:hover,
#changepass:hover {
  background-color: #265df2;
}

form .btn i,
.btn i,
form .backBtn i,
#uploadx i,
#changepass i {
  margin: 0 6px;
}

form .backBtn i,
#uploadx i,
#changepass i {
  transform: rotate(180deg);
}

#uploadx,
#changepass {
  margin: unset;
  margin-bottom: 5px;
}

#changepass {
  margin-left: 5px;
}

form .buttons {
  display: flex;
  align-items: center;
}

form .buttons .btn,
.btn,
.backBtn,
#uploadx,
#changepass {
  margin-right: 0px;
}

#exampleModal {
  position: fixed;
  display: none;
  z-index: 5000;
  width: auto;
  height: 350px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
  border-radius: 6px;
  box-shadow: 4px 20px 18px 4px rgb(0 0 0 / 10%);
  border: 3px solid #308;
}

#closepass {
  text-align: right;
  float: right;
  width: 100%;
  cursor: pointer;
}

.sumbit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  min-width: 200px;
  max-width: 200px;
  width: 100%;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 5px;
  margin: 10px;
  background-color: #4070f4;
  transition: all 0.3s linear;
  cursor: pointer;
}

.sumbit-btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.fa-map-marker {
  font-size: 20px;
  color: #db1d1d;
  border: 2px solid;
  width: 20px;
  border-radius: 10px;
  text-align: center;
}

.bio {
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.profile_button {
  color: #fff;
  padding: 10px;
  border: none;
  outline: 0 !important;
  background: #ab47bc;
  border: 2px solid #242424;
  font-size: 1.1rem;
  width: 40%;
  margin: auto;
}
/* @media (max-width: 1080px) {

  .logo{
    top: 20px ;
  }
  form .fields .input-field {
    width: 100%;
  }
  .social-buttons {
    width: 100%;
    margin: 20px auto;
  }
  .wrapper {
    width: 350px;
    height: 490px;
    padding: 5px;
  }
  .buttons button:last-child {
    margin: auto;
  }
} */
@media (max-width: 700px) {
  .container form {
    overflow-y: scroll;
  }
  .container {
    min-width: 80%;
  }

  .container form::-webkit-scrollbar {
    display: none;
  }

  form .fields .input-field {
    width: calc(100% / 2 - 15px);
  }
}
@media (max-width: 550px) {
  .logo {
    top: 20px;
    font-size: 30px;
  }
  .container {
    min-width: 98%;
    padding-left: 10px;
    padding-right: 10px;
  }

  form .fields .input-field {
    width: 100%;
  }
  .social-buttons {
    width: 100%;
    margin: 20px auto;
  }
}


@media (max-width: 380px) {
  form .fields .input-field {
    width: 100%;
  }
  .social-buttons {
    width: 100%;
    margin: 20px auto;
  }
  .wrapper {
    width: 300px;
    padding: 5px;
  }
  .buttons button:last-child {
    margin: auto;
  }
}
@media (max-width: 330px) {
  form .fields .input-field {
    width: 100%;
  }
  .social-buttons {
    width: 100%;
    margin: 20px auto;
  }
  .wrapper {
    width: 280px;
    height: fit-content;
    padding: 5px;
  }
  .buttons button:last-child {
    margin: auto;
  }
}
@media (max-width: 300px) {
    form .fields .input-field {
      width: 100%;
    }
    .social-buttons {
      width: 100%;
      margin: 20px auto;
    }
    .wrapper {
      width: 260px;
      padding: 5px;
    }
    .buttons button:last-child {
      margin: auto;
    }
  }
  @media (max-height: 900px) {
    .logo{
      top: 30px ;
    }
  }