@charset "UTF-8";

html {
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
}

.head1 {
  display: flex;
  justify-content: right;
  font-size: 20px;
  width: 100%;
  background-color: #000000;
  z-index: 999;
}

a {
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  opacity: .7;
  display: block;
}

a:hover {
  opacity: .8;
}

.head1 li {
  border-right: 1px solid black;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 10px;
  padding-top: 10px;
}

@keyframes poyo {

  from,
  to {
    transform: none;
  }

  10% {
    transform: scale(1.2);
  }

  40% {
    transform: scale(.9);
  }

  60% {
    transform: scale(1.04);
  }

  80% {
    transform: scale(.98);
  }
}

.head1,
.card:hover {
  animation: poyo .6s;
  animation: poyo .6s ease 0s 1 normal running none;
}

.card {
  animation: anime1 3s;
}

@keyframes anime1 {
  0% {
    opacity: 0;
  }

  90% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

.button {
  animation: anime2 3s;
}

@keyframes anime2 {
  0% {
    opacity: 0;
  }

  90% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

.head1 {
  animation: anime3 5s;
}

@keyframes anime3 {
  0% {
    opacity: 0;
  }

  90% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

.txt {
  animation: anime5 1s;
}

@keyframes anime5 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.txt2 {
  animation: anime3 10s;
}

@keyframes anime3 {
  0% {
    opacity: 0;
  }

  90% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

.button a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  border-radius: 9999px;
  width: 300px;
  height: 100px;
  padding: 10px 25px;
  color: #fff;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  font-size: 48px;
}

.button a:hover {
  color: #fff;
  background-position: 99% 50%;
  transform: scale(1.05);
  box-shadow: 0 15px 15px rgba(87, 111, 230, 0.4);
}

.button a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

body {
  vertical-align: middle;
  text-align: center;
}

.button {
  max-width: 25%;
  padding-top: 100px;
}

.txt {
  padding-top: 100px;
  font-size: 48px;
  color: #3bade3;
  text-align: left;
  padding-left: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 450px;
}

.title {
  display: flex;
  flex-wrap: wrap;
  gap: 200px;
  justify-content: center;
  padding-top: 100px;
  align-items: flex-start;
  padding-bottom: 100px;
  vertical-align: top;
}

.txt1,
.txt2 {
  font-size: 96px;
  font-style: italic;
  font-weight: 900;
}

.txt2 {
  padding-top: 50px;
  padding-left: 200px;
}

.card-open {
  border: 2px solid black;
  padding: 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.text1,
.text2 {
  font-size: 12px;
  text-align: left;
}

.text2 {
  padding-top: 10px;
}

.text3 {
  font-size: 32px;
  padding: 39px;
}

.text6 {
  font-size: 12px;
  text-align: right;
}

.loader1 {
  width: fit-content;
  font-weight: bold;
  font-size: 36px;
  padding-bottom: 0;
  background: linear-gradient(currentColor 0 0) 0 100%/0% 3px no-repeat;
  animation: l2 2s linear infinite;
}

.loader1:before {
  content: "loading"
}

@keyframes l2 {
  to {
    background-size: 100% 3px
  }
}

.works img {
  width: 100%;
  filter: grayscale(100%);
}

.works1 img:hover {
  filter: grayscale(0);
  transition: 0.3s;
  transform: scaleX(.8) rotate(5deg);
  opacity: .8;
}
.works1 {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  max-width: 70%;
  gap: 30px;
  padding-bottom: 70px;
}


.works1 p {
  font-size: 32px;
  padding-top: 10px;
  position: relative;
  color: #000;
  font-weight: 900;
}
.works h1 {
  font-size: 96px;
  text-align: left;
  padding-bottom: 50px;
}
 .works2 img:hover {
  filter: grayscale(0);
  transition: 0.3s;
  transform: scaleY(1.2) rotate(-5deg);
  opacity: .8;
}

.works3 img:hover {
  filter: grayscale(0);
  transition: 0.3s;
  transform: scale(1.5) rotate(360deg);
  opacity: .8;
}





.works2 {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  max-width: 70%;
  gap: 30px;
  padding-bottom: 70px;
}


.works2 p {
  font-size: 36px;
  padding-top: 10px;
  position: relative;
  color: rgb(19, 148, 223);
  font-weight: 900;
}

.works3 {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  max-width: 70%;
  gap: 30px;
  padding-bottom: 70px;
}

.works3 p {
  font-size: 32px;
  padding-top: 10px;
  position: relative;
  color: #ff357f;
  font-weight: 900;
}

.works5 {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  max-width: 70%;
  gap: 30px;
  padding-bottom: 70px;
}

.works5 img:hover {
  filter: grayscale(0);
  transition: 0.3s;
  transform: scale(1.5);
  opacity: .8;
}

.works5 p {
    font-size: 32px;
    padding-top: 10px;
    position: relative;

    color: #ffff00;
    font-weight: 900;
  }

  .works6 {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    max-width: 70%;
    gap: 30px;
    padding-bottom: 70px;
  }

  .works6 img:hover {
    filter: grayscale(0);
    transition: 1s;
    transform: translate(50px, 50px);
    opacity: .8;
  }

  .works6 p {
    font-size: 32px;
    padding-top: 10px;
    position: relative;
    color: #5311d7;
    font-weight: 900;
  } 
  .works7 img:hover {
  filter: grayscale(0);
  transition: 0.3s;
  transform: scaleX(.8) rotate(5deg);
  opacity: .8;
}
.works7 {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  max-width: 70%;
  gap: 30px;
  padding-bottom: 70px;
}


.works7 p {
  font-size: 32px;
  padding-top: 10px;
  position: relative;
  color: #000;
  font-weight: 900;
}

  .about h1 {
    font-size: 96px;
    text-align: left;
  }

  h1 {
    padding-left: 50px;
  }

  .about img {
    width: 50%;
    border-radius: 100px;
  }

  .desc h2 {
    font-size: 36px;
    padding-bottom: 30px;
    color: #fff;
  }

  .desc p {
    font-size: 24px;
    padding-bottom: 30px;
    color: #fff;
  }

  .top1 {
    padding-top: 30px;
  }

  .about .desc {
    width: 50%;
    border-radius: 100px;
    background-color: #000;
  }

  .about1 {
    display: flex;
    padding-bottom: 50px;
  }

  .contact h1 {
    font-size: 96px;
    text-align: left;
    color: #fff;
    padding-bottom: 30px;
  }

  .contact h2 {
    font-size: 48px;
    text-align: left;
    color: #fff;
  }

  .contact {
    height: 850px;
    background: url(../images/contact_main2.jpg) no-repeat center / cover;
  }

  .contact p {
    font-size: 52px;
    font-style: oblique;
    font-weight: 700;
    position: relative;
    top: 600px;
    left: 50%;
    max-width: 55%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    background-color: #fff;
    transition: transform 0.3s ease;
    text-align: center;
    padding-top: 20px;
  }

  .contact p {
    padding: 10px;
    background-color: #ffffff;
    color: black;
    padding-bottom: 30px;
  }

  .contact h2 {
    font-size: 48px;
  }

  .contact p::before {
    content: "Its mine   Click this";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff0;
    color: #000;
    text-align: center;
    line-height: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding-bottom: 30px;
  }

  .contact p:hover::before {
    opacity: 1;
  }

  @media screen and (max-width:767px) {
    .head1 {
      display: flex;
      flex-direction: column;
      justify-content: right;
      font-size: 20px;
      width: 100%;
      background-color: #000000;
      z-index: 999;
    }

    .txt {
      padding-top: 100px;
      font-size: 24px;
      color: #3bade3;
      text-align: left;
      padding-left: 50px;
    }

    .txt2,
    .txt1 {
      font-size: 48px;
    }

    .contact p {
      font-size: 36px;
      font-style: oblique;
      font-weight: 700;
      position: relative;
      top: 600px;
      left: 50%;
      max-width: 60%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #000;
      margin: 0;
      padding: 0;
      border-radius: 10px;
      background-color: #fff;
      transition: transform 0.3s ease;
      text-align: center;
      padding-top: 20px;
      background-color: #00FFFF;
      padding-bottom: 20px;
    }

    .works1 p {
      font-size: 8px;
      padding-top: 10px;
      position: relative;
      bottom: 80%;
      left: -35%;
      color: #fff;
      font-weight: 900;
    }

    .works2 p {
      font-size: 8px;
      padding-top: 10px;
      position: relative;
      bottom: 80%;
      left: -30%;
      color: #fff;
      font-weight: 900;
    }

    .works3 p {
      font-size: 8px;
      padding-top: 10px;
      position: relative;
      bottom: 80%;
      left: -30%;
      color: #fff;
      font-weight: 900;
    }
  }