@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Cedarville+Cursive&family=Cutive+Mono&family=Doppio+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Major+Mono+Display&family=Martel+Sans:wght@200;300;400;600;700;800;900&family=Nosifer&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=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Staatliches&family=Syne:wght@400..800&family=VT323&display=swap");
@font-face {
  font-family: oldEnglishText;
  src: url(./assets/oldenglishtextmt.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
* {
  margin: 0;
  border: 0;
  box-sizing: border-box;
  font-family: "Syne", sans-serif;
  font-style: normal;
  cursor: url("./assets/cloud.png"), auto;
}
body {
  background-image: url("./assets/download.jpeg");
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background: url("./assets/download.jpeg");
}

body::-webkit-scrollbar-thumb {
  background: #00f090;
  border-radius: 20px;
}

body::-webkit-scrollbar-thumb:hover {
  background: grey;
}
.main {
  z-index: 1;
  position: relative;
}
.main .background {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 3;
  display: none;
  align-items: center;
  justify-content: center;
}
.main .background .box {
  background-color: rgb(60, 60, 60);
  border: 2px solid grey;
  border-radius: 20px;
  overflow-y: hidden;
  height: 80%;
  width: 80%;
}
.main .background .box .box_content {
  display: flex;
  flex-direction: column;
  padding: 50px;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  gap: 10px;
}

.main .background .box .box_content::-webkit-scrollbar {
  width: 6px;
}
.main .background .box .box_content::-webkit-scrollbar-track {
  border-radius: 10px;
}
.main .background .box .box_content::-webkit-scrollbar-thumb {
  background-color: grey;
  border-radius: 10px;
}
.main .background .box .box_header {
  height: 50px;
  border-bottom: 2px solid grey;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.main .background .box .box_header .cir {
  margin-left: 10px;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .background .box .box_header .cir_cont {
  display: flex;
  width: max-content;
}
.main .background .box .box_header .cir img {
  visibility: hidden;
}
.main .background .box .box_header .cir_cont:hover > .cir img {
  visibility: visible;
}
.main .background .box .row1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .background .box .row1 img {
  height: 200px;
  width: 200px;
}
.main .background .box .row2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.main .background .box .row3 {
  margin-bottom: 20px;
  line-height: 30px;
}
.main .background .box .row4 {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
  gap: 20px;
}
.main .background .box .row4 p {
  color: black;
  height: max-content;
  background-color: white;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  border-radius: 10px;
}
.main .background .box .row4 .row4_images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 10px;
  width: max-content;
}
.nav {
  height: 90px;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 2;
}
.navcont {
  width: 80%;
  height: 80%;
  display: flex;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50px;
}
.nav .lft {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .lft h1 {
  font-family: "Syne", sans-serif;
  font-size: 50px;
}
.nav .rht {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .rht ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  font-weight: bold;
  padding-left: 0;
}
.nav .rht ul li {
  transition: transform 0.3s ease-out;
  list-style-type: none;
}
.nav .rht ul li:hover {
  font-weight: bold;
  transform: scale(1.1);
}
.nav .rht ul li a {
  text-decoration: none;
  color: white;
}
.cont {
  height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cont .outbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 100%;
}
.cont .console {
  height: 500px;
  width: 1000px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  border: 4px solid grey;
  position: relative;
}
.cont .console .line {
  height: 45px;
  width: 100%;
  border-bottom: 2px solid gray;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 20px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  background-color: rgba(128, 128, 128, 0.5);
}
.cont .console .line .cr1,
.cont .console .line .cr2,
.cont .console .line .cr3 {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.cont .console .line .cr1 {
  background-color: #ff605c;
}
.cont .console .line .cr2 {
  background-color: #ffbd44;
}
.cont .console .line .cr3 {
  background-color: #00ca4e;
}
.cont .console::before {
  content: "";
  width: 450px;
  height: 450px;
  background: url("./assets/profile3.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50px;
  box-shadow: -15px 10px 5px rgba(128, 128, 128, 0.5);
  opacity: 0;
  /* transform: rotate(-10deg) scale(1.5); */
  transition: opacity 3000ms ease-out, transform 3000ms ease-out;
}
.cont .console.aos-animate::before {
  opacity: 1;
  transform: rotate(-10deg) scale(1);
}
.cont .console::after {
  content: "";
  width: 450px;
  height: 450px;

  background: url("./assets/bgn.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50px;

  box-shadow: 10px;
  opacity: 0;
  transform: rotate(-10deg) scale(1.5);
  transition: opacity 3000ms ease-out, transform 3000ms ease-out;
}
.cont .console.aos-animate::after {
  opacity: 0.4;
  transform: rotate(-10deg) scale(1);
}
.cont .detail {
  height: calc(100% - 45px);
  width: 50%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  gap: 10px;
}
.cont .detail .c1 {
  font-size: 50px;
  color: gray;
  font-family: "Inter", sans-serif;
}
.cont .detail .c2 {
  font-size: 50px;
  color: gray;
  font-family: "Inter", sans-serif;
}
.cont .detail .c3 {
  font-size: 50px;
  color: gray;
  font-family: "Inter", sans-serif;
}
.cont .detail .name {
  font-size: 75px;
  font-family: "Inter", sans-serif;
  color: #00f090;
}
.profile {
  display: none;
}
.about {
  display: flex;
  flex-wrap: wrap;
}
.about .left,
.about .right {
  padding: 10px;
  flex: 1 1 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about .left .about_cont {
  width: 100%;
  border: 1px solid grey;
  border-radius: 20px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.about .left .about_cont h1 {
  color: #00f090;
  font-size: calc(2.5vh + 2.5vw);
  width: max-content;
  border-bottom: 3px solid grey;
}
.about .left .about_cont p {
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.about .left .about_cont p span {
  display: inline-block;
  color: black;
  font-size: 25px;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  transform: rotate(5deg);
}
.about .right .skills {
  border: 1px solid grey;
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: rgba(0, 0, 0, 0.3);
}
.about .right .skills .hl {
  display: flex;
  align-items: center;
  gap: 5px;
}
.about .right .skills .hl img {
  height: 30px;
  width: 30px;
}
.about .right .skills .hl h1 {
  color: #00f090;
  font-size: calc(2.5vh + 2.5vw);
  border-bottom: 3px solid grey;
}
.about .right .skills .skills_set {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: white;
  gap: 20px;
}
.about .right .skills .skills_set div {
  flex: 1 1 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about .right .skills .skills_set div img {
  height: 50px;
  width: 50px;
}
.about .right .skills .resume {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .right .skills .resume button {
  background-color: white;
  height: 40px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 1.5px 1.5px 1.5px 1.5px #00f090;
  transition: transform 1s ease-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
}
.about .right .skills .resume a {
  text-decoration: none;
  color: black;
}
.about .right .skills .resume button img {
  height: 25px;
  width: 25px;
}
.about .right .skills .resume button:hover {
  transform: scale(1.05);
  background-color: #00f090;
  box-shadow: 1.5px 1.5px 1.5px 1.5px white;
}
.about .al {
  display: flex;
  align-items: center;
  gap: 5px;
}
.about .al img {
  height: 40px;
  width: 40px;
}
.education {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.education .course {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.education .el {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.education .el h1 {
  color: #00f090;
  font-weight: bold;
  font-size: calc(2.5vh + 2.5vw);
  width: max-content;
  border-bottom: 4px solid grey;
  flex: 0 1 auto;
}
.education .el img {
  height: 40px;
  width: 40px;
}
.education .course div {
  flex: 1 1 500px;
  width: max-content;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid grey;
  border-radius: 20px;
  color: white;
  padding: 20px;
}
.education .course img {
  height: 20px;
  width: 20px;
}
.education .course h1 {
  font-size: calc(1.5vh + 1.5vw);
}
.education .course h2 {
  font-size: calc(1vh + 1vw);
}
.project {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
}
.project .pl {
  display: flex;
  align-items: center;
}
.project .pl h1 {
  color: #00f090;
  font-size: calc(2.5vh + 2.5vw);
  font-weight: bold;
  border-bottom: 4px solid grey;
}
.project .pl img {
  height: 40px;
  width: 40px;
}
.project .project_container {
  display: flex;
  flex-wrap: wrap;
}
.project .project_container .pc {
  flex: 1 1 auto;
  display: flex;

  align-items: center;
  justify-content: center;
}
.project .project_container .pc img {
  height: 200px;
  width: 200px;
  transition: transform 0.3s ease-out;
}
.project .project_container .pc img:hover {
  transform: scale(1.2);
}
.certificates {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.certificates .certificates_header {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.certificates .certificates_header h1 {
  color: #00f090;
  font-size: calc(2.5vh + 2.5vw);
  font-weight: bold;
  border-bottom: 4px solid grey;
}
.certificates .certificates_header img {
  height: 40px;
  width: 40px;
}
.certificates .certificates_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.certificates .certificates_container img {
  height: 300px;
  width: 400px;
  border-radius: 20px;
}
.certificates .certificates_container .view_certificates {
  display: flex;
  justify-content: center;
  width: 100%;
}
.certificates .certificates_container .view_certificates button {
  background-color: white;
  box-shadow: 1.5px 1.5px 1.5px 1.5px #00f090;
  transition: transform 1s ease-out;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  border-radius: 10px;
  color: black;
}
.certificates .certificates_container .view_certificates button:hover {
  transform: scale(1.05);
  background-color: #00f090;
  box-shadow: 1.5px 1.5px 1.5px 1.5px white;
}
.acheivement {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
}
.acheivement .acl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.acheivement .acl h1 {
  color: #00f090;
  font-weight: bold;
  font-size: calc(2.5vh + 2.5vw);
  width: max-content;
  border-bottom: 4px solid grey;
  flex: 0 1 auto;
}
.acheivement .acl img {
  height: 40px;
  width: 40px;
}
.acheivement .acheive .news .top img {
  width: 50%;
}
.acheivement .acheive_cont {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.acheivement .ac {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  width: 80%;
}
.acheivement .button_slide button {
  font-size: calc(3vh + 3vw);
  background-color: transparent;
  color: grey;
}
.acheivement .ac .acheive {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #e4dfe1;
  position: absolute;
  top: 0;
  opacity: 0;
}
.acheivement .ac .acheive[data-active] {
  opacity: 1;
}
.acheivement .acheive .title {
  width: 100%;
  border: 1px solid black;
  border-left: 0;
  border-right: 0;
  text-align: center;
  margin-bottom: 5px;
}
.acheivement .acheive .title h1 {
  font-size: calc(2vh + 2vw);
  font-family: "oldEnglishText", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: black;
  opacity: 0.75;
}
.acheivement .acheive .heading {
  width: 100%;
  border: 1px solid black;
  border-left: 0;
  border-right: 0;
  text-align: center;
  margin-bottom: 5px;
}
.acheivement .acheive .heading h1 {
  font-size: calc(3vh + 3vw);
  font-family: "Doppio One", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: black;
  opacity: 0.75;
}
.acheivement .acheive .news {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
}

.acheivement .acheive .news .top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.acheivement .acheive .news .top .headline {
  display: block;
  margin-bottom: 10px;
  color: black;
  opacity: 0.75;
  font-size: calc(1.5vh + 1.5vw);
  font-family: "Doppio One", sans-serif;
  font-weight: bold;
  font-style: normal;
  width: 100%;
}
.acheivement .acheive .news .top .top_mid {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.acheivement .acheive .news .top p {
  font-size: calc(1vh + 1vw);
  font-family: "Doppio One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
  opacity: 0.75;
  text-align: justify;
}
.acheivement .acheive .news .top p,
.acheivement .acheive .news .top img {
  flex: 1 1 400px;
}
.acheivement .acheive .news .bottom {
  display: flex;
}
.acheivement .acheive .news .bottom p {
  display: flex;
  font-size: calc(1vh + 1vw);
  font-family: "Doppio One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
  opacity: 0.75;
  text-align: justify;
}
.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact .cl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.contact .cl h1 {
  color: #00f090;
  font-size: calc(2.5vh + 2.5vw);
  font-weight: bold;
  border-bottom: 4px solid grey;
}
.contact .cl img {
  height: 35px;
  width: 35px;
}
.contact .form {
  padding: 20px;
}
.contact .form .two-input {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact .form .input {
  display: flex;
  margin-top: 20px;
}
.contact .form .two-input input,
.contact .form .input input,
.contact .form .input textarea {
  flex: 1 1 250px;
  width: 250px;
  height: 50px;
  border-radius: 20px;
  background-color: transparent;
  border: 2px solid grey;
  outline: none;
  color: white;
  font-weight: bold;
  font-size: 15px;
  padding-left: 10px;
}
.contact .form .input textarea {
  height: 150px;
}

.contact .form .two-input input::placeholder,
.contact .form .input input::placeholder,
.contact .form .input textarea::placeholder {
  color: grey;
  font-weight: bold;
  font-size: 15px;
}

.contact .form .two-input input:focus,
.contact .form .input input:focus,
.contact .form .input textarea:focus {
  border: 2px solid #00f090;
}
.contact .form .button {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
}
.contact .form .button button {
  height: 40px;
  background-color: white;
  box-shadow: 1.5px 1.5px 1.5px 1.5px #00f090;
  transition: transform 1s ease-out;
  color: black;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  flex: 1 1 auto;
}
.contact .form .button button:hover {
  transform: scale(1.05);
  background-color: #00f090;
  box-shadow: 1.5px 1.5px 1.5px 1.5px white;
}

.contact .form input::-webkit-outer-spin-button,
.contact .form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.contact .social-media {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.contact .social-media h1 {
  font-weight: bold;
  font-size: calc(1vh + 1vw);
  padding: 5px;
  border-radius: 5px;
  background-color: #00f090;
  color: black;
}
.contact .social-media .media img {
  height: 50px;
  width: 50px;
}

footer {
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 30px;
  border-top: 5px solid #00f090;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
footer div {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: calc(1vh + 1vw);
}
footer div img {
  height: 30px;
  width: 30px;
}

@media only screen and (max-width: 900px) {
  .cont .console::before,
  .cont .console::after {
    height: 400px;
    width: 400px;
  }
  .cont .console {
    height: 450px;
    width: 950px;
  }
  .cont .detail .c1,
  .cont .detail .c2,
  .cont .detail .c3 {
    font-size: 40px;
  }
  .cont .detail .name {
    font-size: 65px;
  }
}
@media only screen and (max-width: 875px) {
  .certificates .certificates_container img {
    height: calc(20vh + 20vw);
    width: calc(27vh + 27vw);
  }
}
@media only screen and (max-width: 768px) {
  .nav .lft h1 {
    font-size: 40px;
  }
  .nav .rht ul li {
    font-size: 12px;
  }
  .cont .console::before,
  .cont .console::after {
    height: 350px;
    width: 350px;
  }
  .cont .console {
    height: 400px;
    width: 950px;
  }
  .cont .detail .c1,
  .cont .detail .c2,
  .cont .detail .c3 {
    font-size: 35px;
  }
  .cont .detail .name {
    font-size: 60px;
  }

  .about .right .skills .resume button:hover,
  .contact .form .button button:hover,
  .certificates .certificates_container .view_certificates button:hover {
    transform: scale(1);
    background-color: white;
    box-shadow: 1.5px 1.5px 1.5px 1.5px #00f090;
  }
  .main .background .box .box_header .cir_cont:hover > .cir img {
    visibility: hidden;
  }
}
@media only screen and (max-width: 730px) {
  .cont .console::before,
  .cont .console::after {
    display: none;
  }
  .cont .console {
    height: 500px;
    width: 1000px;
  }
  .cont .detail {
    width: 100%;
  }
  .cont .detail .c1,
  .cont .detail .c2,
  .cont .detail .c3 {
    font-size: 60px;
  }
  .cont .detail .name {
    font-size: 85px;
    width: 100%;
  }
  .profile {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .profile .imgcontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .profile img {
    height: 90%;
    width: 90%;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    transform: rotate(-10deg) scale(0.8);
    transform-origin: center;
    box-shadow: -15px 10px 5px rgba(128, 128, 128, 0.5);
  }
  .profile .imgcontainer::before {
    content: "";
    height: 96.5%;
    width: 87%;
    background: url("./assets/bgn.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.4;
    position: absolute;
    border-radius: 50px;
    z-index: 2;
    transform: rotate(-10deg) scale(0.83);
    transform-origin: center;
  }
  .cont {
    height: max-content;
    gap: 30px;
  }
  .contact .social-media h1 {
    font-size: calc(1.25vh + 1.25vw);
  }
}
@media only screen and (max-width: 600px) {
  .nav .lft h1 {
    font-size: 35px;
  }
  .nav .rht {
    display: none;
  }
  .nav .lft {
    width: 100%;
  }
  .navcont {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .cont .detail .c1,
  .cont .detail .c2,
  .cont .detail .c3 {
    font-size: 50px;
  }
  .cont .detail .name {
    font-size: 70px;
    width: 100%;
  }
  .about .left .about_cont {
    width: 100%;
  }
  .about .left .about_cont p {
    color: white;
    font-weight: bold;
    font-size: 15px;
  }
  .about .left .about_cont p span {
    font-size: 20px;
  }

  .main .background .box {
    height: 70%;
    width: 90%;
  }
  .main .background .box .box_content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .education .course h1 {
    font-size: calc(1.8vh + 1.8vw);
  }
  .education .course h2 {
    font-size: calc(1.5vh + 1.5vw);
  }

  footer div {
    font-size: calc(1.5vh + 1.5vw);
  }
  .contact .social-media h1 {
    font-size: calc(1.5vh + 1.5vw);
  }
}

@media only screen and (max-width: 435px) {
  .project .project_container {
    align-items: center;
    justify-content: center;
  }
  .project .project_container .pc {
    flex: 0 0 auto;
  }
}
@media only screen and (max-width: 360px) {
  .cont .detail .c1,
  .cont .detail .c2,
  .cont .detail .c3 {
    font-size: 40px;
  }
  .cont .detail .name {
    font-size: 55px;
    width: 100%;
  }
}
