* {
    box-sizing: border-box;
}

html, body {
margin: 0;
padding: 0; 
color: black;
font-size: 30px;
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}

body {
  margin: 0;
  position: relative;
  background: #f5f5f5;
  overflow-x: hidden;
}

.gradient-bg {
  position: fixed;
  inset: -200px;
  z-index: -1;

  background:
    radial-gradient(circle at 90% 10%, rgba(71, 35, 252, 0.8), transparent 29%),
    radial-gradient(circle at 85% 25%, rgba(184, 221, 222, 1), transparent 40%),
    radial-gradient(circle at 70% 40%, rgba(249, 249, 215, 1), transparent 50%);

  filter: blur(120px);

  animation: gradientMove 20s ease-in-out infinite alternate;
}


@keyframes gradientMove {
  0% {
    transform: translate(0px,0px) scale(1);
  }

  50% {
    transform: translate(-80px,60px) scale(1.15);
  }

  100% {
    transform: translate(60px,-60px) scale(1);
  }
}

body::after{
  content:"";
  position:fixed;
  inset:0;
  background:url("noise.png");
  opacity:.04;
  pointer-events:none;
}


h1 {
  font-size: 100px;
  line-height: 1em;
  margin: 0px;
}

h2 {
  font-size: 60px;
  margin: 0px;
}

a {
  color: #0A090C;
  text-decoration: none;
}

section {
  display: flex;
  width: 100%;
  top: 100px;
  z-index: 2;
  align-items: center;
  justify-content: center;
}

section.sticky {
  position: sticky;
  margin-top: 100px;
}

section.full-screen {
  height: 100vh;
  top: 0;
  margin-top: 0;
  z-index: 3;
}


/* navigation */


.logo img {
  height: 90px;
  width: auto;
  padding-left: 200px;
  align-items: center;
  margin-top: 11px;
  position: fixed;
  transform: translateY(-50px);
  opacity: 0;
  animation: slideIn 1s forwards;
  animation-delay: 0.3s;
}

@keyframes slideIn {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

nav { 
  display: flex;
  justify-content: flex-end;
  padding-right: 200px;
  position: fixed;
  width: 100%;
  top:0;
  left: 0;
  font-size: 12px;
  z-index: 10;
}

.nav {
  position: relative;
  z-index: 10;
}

nav ul {
  display: inline-flex;
  align-items: center;
  gap: 50px;
  list-style: none;
  padding: 15px 24px;
  background: rgba(179, 179, 179, 0.1);
  border-radius: 12px;
  margin-top: 30px;
  backdrop-filter: blur(18px);         
  -webkit-backdrop-filter: blur(18px);
}

nav ul li {
  list-style: none;
}

nav ul li a {
  color: #070707;
  text-decoration: none;
  padding: 6px 10px;
  transition: color 0.3s ease;
}

nav ul li a:hover {
  color: white;
}

/* fatheading */

#Fatheading {
  display: flex;
  justify-content: center; 
  padding: 200px 20px;     
}

#Fatheading .Title {
  font-size: 80px;
  line-height: 1em;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease-out forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.design {
  font-size: 90px;
  line-height: 1em;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease-out forwards;
}

.paragraph {
  font-size: 30px;
  line-height: 1.5em;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

section.fatheading {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.top-box {
grid-row-gap: 0px;
flex-direction: column;
margin-top: 5px;
margin-bottom: 5%;
display: flex;
}

/* Major */

section.major figure img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 59.25vw;
  background: #F5F5F5;
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
}


/* Works section */


section.Works figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  overflow: hidden;
}

section.Works .Title {
  align-items: center;
  justify-content: center;
  flex-basis: 56.25vw;
  max-width: 50vw;
  margin-top: 20px;
  padding-right: 200px;
}


/* Optional: limit text width */
.Title {
    max-width: 900px;
}

/* major2 */

section.major2 figure img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 59.25vw;
  background: green;
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
}

/* Works2 section */

.central {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 59.25vw;
  background: #F5F5F5;
  border-radius: 50px;
  max-width: 40vw;
  max-height: 50vw;
  overflow: hidden;
}

section.Works2 figure img {
  width: 190%;
  height: 100%;
  object-fit: cover;
  display: block;
  overflow: hidden;
}

section.Works2 .Title {
  align-items: center;
  justify-content: center;
  flex-basis: 56.25vw;
  max-width: 50vw;
  margin-top: 20px;
  padding-left: 200px;
}

/* major3 */

section.major3 figure img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 59.25vw;
  background: green;
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
}

/* Works3 section */


section.Works3 figure img {
  width: 100%
}

section.Works3 .Title {
  align-items: center;
  justify-content: center;
  flex-basis: 56.25vw;
  max-width: 50vw;
  margin-top: 20px;
  padding-right: 200px;
}


/* Works4 section */


section.Works4 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  overflow: hidden;
}

section.Works4 .Title {
  align-items: center;
  justify-content: center;
  flex-basis: 56.25vw;
  max-width: 50vw;
  margin-top: 20px;
  padding-left: 200px;
}


/* Works5 section */


section.Works5 figure img {
  width: 100%
}

section.Works5 .Title {
  align-items: center;
  justify-content: center;
  flex-basis: 56.25vw;
  max-width: 50vw;
  margin-top: 20px;
  padding-right: 200px;
}


/* Works6 section */

.central {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 59.25vw;
  background: #F5F5F5;
  border-radius: 50px;
  max-width: 30vw;
  max-height: 30vw;
  overflow: hidden;
}

section.Works6 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  overflow: hidden;
}

section.Works6 .Title {
  align-items: center;
  justify-content: center;
  flex-basis: 56.25vw;
  max-width: 50vw;
  margin-top: 20px;
  padding-left: 200px;
}

/* Works7 section */

.central {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 59.25vw;
  background: #F5F5F5;
  border-radius: 50px;
  max-width: 30vw;
  max-height: 30vw;
  overflow: hidden;
}

section.Works7 figure img {
  width: 120%;
  height: 100%;
  object-fit: cover;
  display: block;
  overflow: hidden;
}

section.Works7 .Title {
  align-items: center;
  justify-content: center;
  flex-basis: 56.25vw;
  max-width: 50vw;
  margin-top: 20px;
  padding-right: 150px;
}

/* Works8 section */

.central {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 59.25vw;
  background: #F5F5F5;
  border-radius: 50px;
  max-width: 30vw;
  max-height: 30vw;
  overflow: hidden;
}

section.Works8 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  overflow: hidden;
}

section.Works8 .Title {
  align-items: center;
  justify-content: center;
  flex-basis: 56.25vw;
  max-width: 50vw;
  margin-top: 20px;
  padding-left: 200px;
}

/* Works9 section */

.central {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 59.25vw;
  background: #F5F5F5;
  border-radius: 50px;
  max-width: 30vw;
  max-height: 30vw;
  overflow: hidden;
}

section.Works9 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  overflow: hidden;
}

section.Works9 .Title {
  align-items: center;
  justify-content: center;
  flex-basis: 56.25vw;
  max-width: 50vw;
  overflow: hidden;
  margin-top: 20px;
  padding-right: 200px;
}

/* Works10 section */

.central {
  width: 500px;       
  height: 340px;      
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50px;
  background: #F5F5F5;
}

.central img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.4s ease;
}

.central:hover img {
  filter: grayscale(0%);
}

section.Works10 figure img {
  width: 120%;
  height: 100%;
  object-fit: cover;
  display: block;
  overflow: hidden;
}

section.Works10 .Title {
  align-items: center;
  justify-content: center;
  flex-basis: 56.25vw;
  max-width: 50vw;
  margin-top: 20px;
  padding-left: 200px;
}



/* Contact section */

.Contact {
    padding: 5rem 2rem;
}

.Contact-container {
    max-width: 1000px;
    margin: 0 auto;
}

.Contact-header {
    text-align: left;
    margin-bottom: 4rem;
}

.Contact-header h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.Contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

/* Info */
.Contact-info h2 {
    margin-bottom: 1rem;
}

.Contact-info p {
    margin-bottom: 0.75rem;
    color: black
}

.socials a {
    margin-right: 1rem;
    text-decoration: none;
    font-weight: 500;
    color: black;
}

/* Form */
.Contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.Contact-form input,
.Contact-form textarea {
    padding: 0.75rem;
    font-size: 1rem;
}

.Contact-form button {
    padding: 0.75rem;
    background: white; 
    color: grey;
    border: none;
    cursor: pointer;
    font-size: 20pt;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-content {
        grid-template-columns: 1fr;
    }
}


