html {
  scroll-behavior: smooth;
}
body {
  font-family: Moche, Arial, Helvetica, sans-serif;
  font-size: 16px;
  /* font-weight: ; */
  line-height: 28px;
  margin: 0;
  background-color: #fff;
  color: #000;
}
header {
  height: 100vh;
}

p {
  margin: 40px;
}
a {
  color: #000;
  text-transform: none;
  text-decoration: none;
  display: flex;
}
a:hover {
  color: #6e9eff;
  text-decoration: none;
}

/* a:active {
  text-decoration: underline;
  color:#ffffff;
} */

* {
  cursor: url(../Image/mouse-cursor.cur), auto;
  cursor: -webkit-image-set(url(../Image/mouse-cursor.png)), auto;
} */

* a:hover,
* a:hover * {
  cursor: url(../Image/mouse-cursor-hover.cur) auto;
  cursor: -webkit-image-set(url(../Image/mouse-cursor-hover.png)), auto;
}
body, html {cursor: url(../Image/mouse-cursor.png), url(../Image/mouse-cursor.cur), auto} a {cursor: url(../Image/mouse-cursor.png), url(../Image/mouse-cursor.cur), auto}
 */
body {
  background: #fff;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: transparent;
  margin: 20px 0 20px 30px;
}
nav a {
  font-size: 24px;
  line-height: 28px;
}

section {
  font-family: Moche, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  /* width: 450px; */
  width: 700px;
  margin: 115px 0px 200px 50px;
  padding: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.text-info {
  font-family: Moche, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
  /* margin: -70px 0 0 30px; */
  text-decoration: none;
}

.about {
  font-family: Moche, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: underline;
  margin: 0 0 10px -30px;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.about-text {
  font-family: Moche, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 20px 0px;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.about:hover {
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  text-decoration: underline;
}
.about-education {
  font-family: Moche, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 20px 0px;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.text-social {
  /* margin: 70px 30px 10px 30px; */
  float: left;
  z-index: 100;
}
.text-social a {
  margin: 0 0 0px 0;
}

.text-social p {
  font-family: Moche, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: underline;
  margin: 0 30px 20px 0;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.text-social p:hover {
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  text-decoration: underline;
}

.about-text-mail {
  font-family: Moche, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 10px 0px;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  text-decoration: underline;
}

#video {
  width: 500px;
  height: 555px;
  margin: -470px 0 200px 850px;
  z-index: -1000;
  overflow: hidden;
  display: flex;
}
summary {
  /* cursor: pointer; */
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

ul {
  width: 850px;
  height: 30px;
/*   margin: 20px 20px 20px 30px; */
  margin: 0 0 10px 30px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
li {
  margin: 0px 0px 0px 0px;
}
li .ui-collage-text1 {
  margin: 0px 0px 30px 0px;
  font-size: 18px;
  line-height: 22px;
}

li .ui-collage-text2 {
  /* margin: 20px 250px 50px 30px; */
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 22px;
}

footer {
  font-family: Moche, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 28px;
  width: 100%;
  height: 50px;
  display: flex;
  background-color: transparent;
  color: #000;
  text-transform: none;
  justify-content: space-between;
}
footer ul {
  width: 100%;
  margin: 20px 0px 30px 30px;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  bottom: -6px;
  justify-content: space-between;
}
footer li {
  margin-right: 60px;
}

@media screen and (max-width: 800px) {
  nav ul {
    display: block;
    height: auto;
    margin-left: 20px;
  }
  nav li {
    margin: 15px;
    text-align: left;
  }
  section {
    font-family: Moche, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    width: auto;
    margin-right: 20px;
    padding: 0;
    text-align: left;
    display: flex;
  }
}

@media screen and (max-width: 900px) {
  #video {
    margin: -250px 0 0 0;
    width: 80%;
    height: auto;
    overflow: hidden;
    z-index: -1000;
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 300px) and (max-width: 900px) {
  footer ul {
    width: 100%;
    margin: 0px 20px 0px 0px;
    font-size: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 800px) {
  .text-social {
    /* margin: 70px 30px 10px 30px; */
    float: left;
  }
  .text-social p {
    font-family: Moche, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: underline;
    /* margin: 0 30px 10px 0; */
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  
  .text-social p:hover {
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    text-decoration: underline;
  }
}
  
@media screen and (max-width:800px) {
  ul {
    width: 400px;
    height: 30px;
    margin: 0;
    padding: 30px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  li .ui-collage-text1 {
    width: auto;
    margin: 20px 250px 50px 30px;
    font-size: 18px;
    line-height: 22px;
  }
  li .ui-collage-text2 {
    width: auto;
    margin: 20px 250px 50px 30px;
    font-size: 18px;
    line-height: 22px;
  }

}