@font-face {
  font-family: "LexendZetta";
  src: url("../assets/fonts/LexendZetta-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MooLahLah";
  src: url("../assets/fonts/MooLahLah-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KaushanScript";
  src: url("../assets/fonts/KaushanScript-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LiuJianMaoCao";
  src: url("../assets/fonts/LiuJianMaoCao-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LibreBarcode39Text";
  src: url("../assets/fonts/LibreBarcode39Text-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
img {
  pointer-events: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  user-select: none;
  height: 100vh;
  color: #000000;
  background: #d5c5ab;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  background: transparent;
  position: absolute;
  width: 4px;
}
body::-webkit-scrollbar-thumb {
  background: linear-gradient(40deg, gray, transparent 70%);
  border-radius: 100px;
}
body .container {
  margin: 0;
}
body .container header {
  transition: all 0.5s ease-in-out;
  height: auto;
  opacity: 1;
  position: fixed;
  z-index: 10000;
  top: 0px;
  font-family: "LexendZetta";
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
}
body .container header.active {
  opacity: 0;
  transition: all 0.5s;
  position: fixed;
  top: -10%;
  height: 0;
}
body .container header.deactive {
  transition: all 0.5s ease-in-out;
  height: auto;
  opacity: 1;
  position: fixed;
  z-index: 10000;
  top: 0px;
  background: rgba(255, 0, 0, 0.001);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
body .container header .logo {
  display: flex;
  padding-inline: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "LibreBarcode39Text";
  font-size: 30px;
  color: #000000;
}
body .container header .logo img {
  width: 70px;
  margin: 5px;
}
body .container header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
body .container header nav svg {
  cursor: pointer;
  padding-inline: 10px;
}
body .container header nav a {
  text-decoration: none;
  color: #000000;
  border: none;
  border-bottom: 8px solid transparent; /* Only bottom border visible */
}
body .container header nav a:hover, body .container header nav a:active {
  border-image-source: url("../assets/svg/border.svg");
  border-image-slice: 0 0 100% 0; /* Top Right Bottom Left slicing */
  border-image-repeat: stretch; /* or round for patterns */
}
body .container .hero-section {
  position: relative;
  margin: 40px;
}
body .container .hero-section .greeting span {
  font-family: "LiuJianMaoCao";
  font-size: 64px;
  color: #000000;
}
body .container .hero-section .greeting .brand_name {
  font-family: "KaushanScript";
  font-size: clamp(70px, 10vw, 128px);
  color: #6a3de8;
}
body .container .hero-section .greeting .pre {
  font-family: "LiuJianMaoCao";
  width: 60%;
}
body .container .hero-section .greeting .btns {
  display: flex;
  align-items: center;
  gap: 100px;
}
body .container .hero-section .greeting .btns .Hire_Me {
  font-family: "LexendZetta";
  text-decoration: none;
  color: #000000;
  position: relative;
  text-align: center;
}
body .container .hero-section .greeting .btns .Hire_Me:hover .sp {
  border-radius: 50px;
  transform: rotate(0deg);
  outline: 4px solid #000000;
  outline-offset: 5px;
  box-shadow: 2px 2px 0px rgb(104, 104, 104), inset 2px 2px 0px rgb(255, 255, 255);
}
body .container .hero-section .greeting .btns .Hire_Me .sp {
  position: absolute;
  background: #93827c;
  width: 203px;
  height: 65px;
  z-index: -1;
  transform: rotate(11deg);
  transition: all 0.5s;
}
body .container .hero-section .greeting .btns .Hire_Me .pm {
  width: 203px;
  height: 65px;
  display: flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
body .container .hero-section .greeting .btns .see_projects {
  font-family: "LexendZetta";
  text-decoration: none;
  color: #000000;
  position: relative;
  text-align: center;
  transition: all 0.5s;
}
body .container .hero-section .greeting .btns .see_projects:hover .sp {
  transition: all 0.5s;
  clip-path: polygon(0 35%, 64% 47%, 60% 0%, 100% 50%, 60% 100%, 64% 56%, 0 65%);
}
body .container .hero-section .greeting .btns .see_projects .sp {
  transition: all 0.5s !important;
  outline: 4px solid #000000;
  outline-offset: 3px;
  width: 167.5px;
  height: 79.5px;
  position: absolute;
  clip-path: polygon(26% 34%, 69% 59%, 100% 0, 99% 0, 77% 88%, 38% 72%, 0 100%);
  background: #6a3de8;
  z-index: -1;
}
body .container .hero-section .greeting .btns .see_projects .pm {
  white-space: nowrap;
  width: 211px;
  height: 79px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .container .hero-section .hero-banner {
  position: absolute;
  top: 0%;
  right: 4%;
  z-index: -1;
  transform: rotate(-11deg);
}
body .container .hero-section .hero-banner img {
  width: 500px;
  height: 500px;
}
body .container .about-section {
  font-family: "LiuJianMaoCao";
  font-size: 64px;
  color: #000000;
  position: relative;
}
body .container .about-section .img,
body .container .about-section .pm {
  position: absolute;
  left: 0;
  top: 8%;
  transform: translate(10%, -50%);
}
body .container .about-section .object {
  position: absolute;
  right: -50%;
  top: -10%;
  z-index: -1;
  filter: grayscale(100) opacity(0.1);
  animation: rotaing 15s linear infinite;
}
@keyframes rotaing {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
body .container .about-section .name {
  padding-top: 200px;
  font-family: "KaushanScript";
  color: #6a3de8;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .container .about-section .name span {
  text-transform: capitalize;
}
body .container .about-section .divs {
  padding: 30px;
}
body .container .about-section .divs .div1 {
  display: flex;
  justify-content: space-between;
  font-size: medium;
}
body .container .about-section .divs .div1 .info {
  padding: 30px;
  width: 40%;
}
body .container .about-section .divs .div1 .info h2 {
  font-family: "KaushanScript";
  font-size: 40px;
}
body .container .about-section .divs .div1 .info p {
  line-height: 1.6;
}
body .container .about-section .divs .div1 img {
  transform: rotate(-5deg);
  width: 500px;
  height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 700px) {
  body .container .about-section .divs .div1 {
    display: block;
  }
  body .container .about-section .divs .div1 .info {
    width: 100%;
  }
}
body .container .featured_projects .title {
  font-family: "LiuJianMaoCao";
  color: #000000;
  position: relative;
  font-size: 64px;
}
body .container .featured_projects .title .sp {
  position: absolute;
  top: -20px;
  left: 20px;
}
body .container .featured_projects .title .sp img {
  width: 110%;
  filter: grayscale(100);
}
body .container .featured_projects .gallary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 40px;
  margin: 10px;
}
body .container .featured_projects .gallary .item {
  position: relative;
  border-radius: 10px;
}
body .container .featured_projects .gallary .item .overflow {
  position: absolute;
  left: 0;
  border-radius: 10px;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.027);
  display: flex;
  justify-content: center;
  backdrop-filter: blur(100px);
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
}
body .container .featured_projects .gallary .item .overflow button {
  border: none;
  background: #93827c;
  padding: 20px 40px;
  border-radius: 10px;
  box-shadow: 10px 10px 10px #000000;
  font-family: "LexendZetta";
  cursor: pointer;
}
body .container .featured_projects .gallary .item .overflow:hover {
  opacity: 1;
}
body .container .featured_projects .gallary .item img {
  height: 400px;
  object-fit: cover;
  box-shadow: 10px 10px 1px rgba(128, 128, 128, 0.247);
}
body .container .contact .title {
  font-family: "LiuJianMaoCao";
  font-size: 64px;
  position: relative;
  left: 10px;
  color: #000000;
}
body .container .contact .title .sp {
  position: absolute;
  top: 0;
}
body .container .contact .divs {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 700px) {
  body .container .contact .divs {
    display: block;
    padding-inline: 40px;
  }
}
body .container .contact .divs .div1 {
  width: 500px;
  font-family: "LiuJianMaoCao";
}
body .container .contact .divs .div1 .icons {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body .container .contact .divs .div1 h2 {
  font-family: "KaushanScript";
}
body .container .contact .divs .div2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body .container .contact .divs .div2 .see_projects {
  font-family: "LexendZetta";
  text-decoration: none;
  position: relative;
  color: black;
  text-align: center;
  transition: all 0.5s;
}
body .container .contact .divs .div2 .see_projects:hover .sp {
  transition: all 0.5s;
  clip-path: polygon(0 35%, 64% 47%, 60% 0%, 100% 50%, 60% 100%, 64% 56%, 0 65%);
}
body .container .contact .divs .div2 .see_projects .sp {
  transition: all 0.5s !important;
  outline: 4px solid #000000;
  outline-offset: 3px;
  width: 167.5px;
  height: 79.5px;
  position: absolute;
  clip-path: polygon(26% 34%, 69% 59%, 100% 0, 99% 0, 77% 88%, 38% 72%, 0 100%);
  background: #6a3de8;
  z-index: -1;
}
body .container .contact .divs .div2 .see_projects .pm {
  white-space: nowrap;
  width: 211px;
  height: 79px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .container .contact .divs .div2 label {
  font-family: "KaushanScript";
  font-size: 30px;
}
body .container .contact .divs .div2 label input,
body .container .contact .divs .div2 textarea {
  border: none;
  width: 300px;
  resize: vertical;
  padding-block: 20px;
  padding-inline: 30px;
  border-radius: 10px;
  background: #93827c;
  color: #000000;
}
body .container .contact .divs .div2 label input::placeholder,
body .container .contact .divs .div2 textarea::placeholder {
  color: #000000;
}
body .container footer {
  position: relative;
  width: 100vw;
  height: 400px;
}
body .container footer .footer {
  position: absolute;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 500px;
}
body .container footer .footer p {
  font-family: "LiuJianMaoCao";
}
body .container footer .footer .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "LibreBarcode39Text";
  font-size: 30px;
  color: #000000;
  padding-inline: 40px;
}
body .container footer .footer .logo img {
  width: 70px;
}
body .container footer .img {
  width: 100%;
  z-index: -1;
  top: 1;
  top: -10%;
}
body .container footer .img img {
  position: absolute;
  bottom: 0;
  z-index: -1;
  right: 0;
  width: 400px;
}
body .container footer .img img:first-child {
  float: right;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
body .container footer .by {
  z-index: 10;
  position: relative;
  width: 100vw;
}
body .container footer .by .links {
  position: relative;
}
body .container footer .by .links a {
  text-decoration: none;
  color: #000000;
  font-family: "LexendZetta";
}
body .container footer .by .links a:nth-child(4) {
  position: absolute;
  top: 30px;
  left: 50%;
}
body .container footer .by .links a:nth-child(3) {
  position: absolute;
  top: 50px;
  left: 30%;
}
body .container footer .by .links a:nth-child(2) {
  position: absolute;
  top: 100px;
  left: 40%;
}
body .container footer .by .links a:nth-child(1) {
  position: absolute;
  top: 60px;
  left: 20%;
}
body .container footer .by h2 {
  font-family: "LiuJianMaoCao";
  padding: 10px;
  font-size: 70px;
}
body .container footer .by p {
  font-family: "LiuJianMaoCao";
  width: 400px;
  padding-inline: 40px;
}
body .loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: #93827c;
  top: 0;
  left: 0;
  transition: all 0.8s;
  overflow: hidden;
  z-index: 999900;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "KaushanScript";
  font-size: 64px;
}
body .loader span {
  position: absolute;
  transition: all 0.5s;
}
body .popup {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid #93827c;
  border-radius: 10px;
  box-shadow: 10px 10px 10px rgba(128, 128, 128, 0.685);
  opacity: 0;
  display: none;
  transition: all 0.5s;
}
body .popup #msg {
  font-family: "LiuJianMaoCao";
  font-size: 40px;
}
body .settings {
  z-index: 100000;
  position: fixed;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  display: none;
}
body .settings .data {
  width: 400px;
  background: transparent;
  backdrop-filter: blur(10px);
  padding: 50px;
  border-radius: 10px;
  border: 1px solid #93827c;
  box-shadow: 10px 10px 10px rgba(34, 33, 33, 0.274);
}
body .settings .data span {
  font-family: "KaushanScript";
  width: 100%;
  text-align: center;
}
body .settings .data .stg {
  display: flex;
  flex-direction: column;
  font-family: "LexendZetta";
}
body .settings .data .stg input {
  accent-color: #93827c;
}

@media screen and (max-width: 700px) {
  header nav {
    background: red;
    display: none !important;
  }
  header .menu {
    display: block !important;
    padding-inline: 10px;
    cursor: pointer;
  }
  .hero-section {
    position: static !important;
    text-align: center;
  }
  .hero-section .greeting {
    padding: 0 !important;
    margin: 0 !important;
  }
  .hero-section .greeting .brand_name {
    font-size: 4rem !important;
  }
  .hero-section .greeting .pre {
    text-align-last: left;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    margin-block: 15px !important;
  }
  .hero-section .greeting .btns {
    display: block !important;
    margin-top: 50px !important;
  }
  .hero-section .greeting .btns .Hire_Me {
    font-family: "LexendZetta";
    text-decoration: none;
    color: #000000;
    position: relative;
    text-align: center;
    width: 100% !important;
  }
  .hero-section .greeting .btns .Hire_Me .sp {
    display: none !important;
  }
  .hero-section .greeting .btns .Hire_Me .pm {
    width: 100% !important;
    height: 65px;
    display: flex;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background: #93827c;
    transform: rotate(-5deg);
  }
  .hero-section .greeting .btns .see_projects {
    font-family: "LexendZetta";
    text-decoration: none;
    color: #000000;
    position: relative;
    text-align: center;
    margin-top: 40px !important;
    transition: all 0.5s;
  }
  .hero-section .greeting .btns .see_projects .sp {
    display: none;
  }
  .hero-section .greeting .btns .see_projects .pm {
    white-space: nowrap;
    width: 100% !important;
    height: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6a3de8;
    margin-top: 20px !important;
    transform: rotate(-5deg);
    border-radius: 50px;
  }
  .hero-section .hero-banner img {
    margin-top: 55px;
  }
  .about-section {
    margin: 0 !important;
    padding: 0 !important;
  }
  .about-section .divs {
    padding: 0 !important;
  }
  .about-section .divs .div1 {
    display: block;
  }
  .about-section .divs .div1 .info {
    padding: 10px !important;
    width: 100% !important;
  }
  .about-section .title {
    position: absolute;
    margin: 0 !important;
    width: 100%;
    margin-block: 10% !important;
    display: none;
  }
  .about-section .name {
    margin: 0 !important;
    padding: 0 !important;
  }
  .about-section .name span {
    font-size: 2rem;
    display: none;
  }
  .featured_projects .title {
    margin-top: 100px;
  }
  .featured_projects .title .sp {
    font-size: 3rem;
  }
  .featured_projects .title img {
    width: 90%;
    height: 100px;
    margin-top: 15px;
  }
  .contact .title .sp img {
    width: 70%;
    margin-top: 30px;
  }
  .contact .divs .div1 {
    padding: 0 !important;
    width: 100% !important;
    margin-top: 60px;
    text-align: center;
    margin-block: 40px;
  }
  .contact .divs .div1 h2 {
    font-size: 3rem;
  }
  footer .footer {
    position: static;
  }
  footer .footer span {
    white-space: nowrap;
  }
  footer .footer .img .sd {
    height: 900px !important;
  }
}

/*# sourceMappingURL=home.css.map */
