nav {
  display: flex;
  justify-content: space-between;
  padding: 0px 40px 0px 40px;
  position: fixed;
  width: 100%;
  height: 10%;
  background: linear-gradient(to right, rgba(15, 171, 214, 0.2588235294), rgba(38, 150, 194, 0.2745098039), rgba(8, 216, 227, 0.4784313725));
}

.nav-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-left: 40px;
  flex: 1;
}

.nav-right {
  display: flex;
  color: rgb(4, 111, 177);
  font-weight: bold;
  flex: 1;
}

.nav-name {
  display: flex;
  align-items: center;
  font-size: x-large;
}

a {
  color: orange;
  text-decoration: none;
  font-size: larger;
}

marquee {
  padding-top: 80px;
  color: #1b76b3;
}

@media (min-width: 300px) and (max-width: 800px) {
  nav {
    display: flex;
    font-size: smaller;
    margin: 0px;
    padding: 0px;
  }
  .nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .nav-left {
    flex: 2;
    display: flex;
    gap: 20px;
  }
  .web-logo {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
  }
  .nav-name {
    font-size: smaller;
  }
  a {
    font-size: smaller;
  }
  marquee {
    font-size: small;
  }
}
marquee {
  margin: 10px 0px 0px 0px;
}

.head {
  display: flex;
  gap: 80px;
  background-image: url(/Sass/Home-pictures/frame-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 40px 120px 40px 120px;
}

.head-describe {
  flex: 2;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  gap: 60px;
}

.head-picture {
  display: flex;
  flex: 1;
}

.describe-head {
  font-size: 70px;
  font-weight: bold;
  background: linear-gradient(to right, #0c8fe7, #206e72, #1b76b3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* For Firefox */
}

@media (min-width: 200px) and (max-width: 900px) {
  marquee {
    margin: 0px;
  }
  .head {
    display: flex;
    margin: 10px 20px;
    gap: 20px;
  }
  .head-describe {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .describe-head {
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
  }
  .describe-paragraph {
    font-size: x-small;
  }
  .head-pic {
    width: 200px;
    height: 200px;
  }
}
main {
  margin: 100px 80px 0px 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: linear-gradient(to right, rgba(213, 186, 85, 0.505), rgba(44, 147, 203, 0.527));
  padding: 40px;
}

.main-head-title {
  display: flex;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(to right, #0b8aad, #1e6f8f, #038c93);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* For Firefox */
}

.profile-describe {
  display: flex;
  margin-top: 40px;
}

.signature {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.main-describe {
  color: white;
  padding: 40px;
}

@media (min-width: 200px) and (max-width: 900px) {
  main {
    display: flex;
    flex-direction: column;
    margin: 40px 0px 0px 0px;
    padding: 10px;
    gap: 0px;
  }
  .main-head-title {
    font-size: 20px;
  }
  .main-describe {
    padding: 10px;
    font-size: x-small;
  }
  .photo {
    width: 100px;
    height: 100px;
  }
  .signate {
    width: 80px;
    height: 80px;
  }
}
.educations {
  margin: 40px 80px 0px 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.both-education {
  display: flex;
  gap: 40px;
}

.education-title {
  display: flex;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(to right, #0b8aad, #1e6f8f, #038c93);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* For Firefox */
}

.education {
  flex: 1;
  border: solid rgba(0, 166, 255, 0.905);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  gap: 60px;
  flex-direction: column;
  flex: 1;
  transition: 0.3s;
  cursor: pointer;
}

.education:hover {
  transform: translateY(-15px);
  background-color: rgba(0, 149, 255, 0.058);
}

@media (min-width: 200px) and (max-width: 900px) {
  .educations {
    margin: 40px 10px 0px 10px;
    gap: 10px;
  }
  .both-education {
    display: flex;
    gap: 10px;
  }
  .education {
    padding: 10px;
    gap: 10px;
  }
  .education-title {
    font-size: 20px;
  }
  .right-in {
    width: 168px;
    height: 110px;
  }
  .before-pnc-describe, .in-pnc-describe {
    font-size: x-small;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .right-in {
    width: 340px;
    height: 200px;
  }
}
.maps {
  margin: 100px 20px 0px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.maps-title {
  display: flex;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(to right, #0b8aad, #1e6f8f, #038c93);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* For Firefox */
}

iframe {
  margin-left: 70px;
}

@media (min-width: 240px) and (max-width: 920px) {
  .maps {
    margin: 40px 0px 0px 0px;
    gap: 10px;
  }
  .maps-title {
    font-size: 20px;
  }
  iframe {
    margin-left: 0px;
    width: 410px;
    height: 140px;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  iframe {
    width: 750px;
    height: 160px;
  }
}
footer {
  display: flex;
  flex-direction: row;
  background: linear-gradient(to right, rgba(14, 101, 125, 0.4509803922), rgba(29, 80, 100, 0.6274509804), rgba(7, 115, 121, 0.4392156863));
  color: white;
  padding: 20px;
  margin-top: 40px;
}

.foot-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.foot-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.left-foot {
  display: flex;
}

.foot-name {
  display: flex;
  align-items: center;
}

.foot-contact-icons {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.foot-contacts {
  display: flex;
  gap: 20px;
}

.text {
  display: flex;
  align-items: center;
}

.foot-title {
  color: orange;
}

.foot-name {
  color: rgb(4, 111, 177);
  font-weight: bold;
}

@media (min-width: 200px) and (max-width: 900px) {
  footer {
    padding: 10px;
    margin-top: 20px;
  }
  #icon {
    width: 15px;
    height: 15px;
  }
  p {
    font-size: x-small;
  }
  .foot-right {
    display: flex;
    gap: 0px;
  }
  .foot-contact-icons {
    display: flex;
    gap: 0px;
  }
  .foot-name {
    font-size: 6px;
  }
  #icons {
    width: 20px;
    height: 20px;
  }
  .foot-title {
    font-size: 10px;
  }
  .text {
    font-size: x-small;
  }
}
body {
  font-size: large;
  font-family: Arial, Helvetica, sans-serif;
}/*# sourceMappingURL=style.css.map */