:root {
  --main-bg: 
    radial-gradient(
      circle at 70% 25%,
      rgba(249, 168, 212, 0.35),
      transparent 60%
    ),
    linear-gradient(
      135deg,
      #020617,
      #0f172a,
      #1e1b4b
    );
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
  background:
    radial-gradient(circle at 70% 25%, rgba(249,168,212,.35), transparent 60%),
    linear-gradient(135deg, #020617, #0f172a, #1e1b4b);
  color: #e5e7eb;
  font-family: 'Open Sans', sans-serif;
}
nav{
  background: darkslateblue;
  font-size: 28px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
 
}
nav li{
  display: inline-block;
  margin: 0 8px;
  
}
nav a{
  text-decoration: none;
}
.logo{
  font-size: 36px;
  font-weight: bolder;
}
nav a{
  color: wheat;
}
.menu-line{
  height: 3px;
  width: 20px;
  background-color: wheat;
  
  margin-bottom: 3px;
} 
.menu1{
  cursor: pointer;
  display: none;
}
@media all and (max-width:640px){
  .navbar{
    flex-direction: column;
  }
  .navbar li{display: block; padding: 10px 0;
  }
  ul{text-align: center;
    padding:0 ;
    display: none;
  }
  .logo{align-self: flex-start;
    margin: 10px 0px 0px 30px;
  }
.menu1{
    display: block;
    position: absolute;
    top: 25px;
    right: 20px;}
    .showmenu{
      display: block;
    }
 
}
   
body {
  background: var(--main-bg);
  color: #e5e7eb;
}
.Home,
.Works,
.about,
.contact,
.header {
  background: transparent;
}
.header {
  background: transparent;
  padding: 15px 20px;
}
background: linear-gradient(90deg, #c4b5fd, #f9a8d4);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
html, body {
  width: 100%;
  overflow-x: hidden;
}
.Home,
.Works,
.about,
.contact {
  padding: 80px 20px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}
.Home h1 {
  font-size: clamp(26px, 7vw, 60px);
  line-height: 1.2;
}

.Home h3 {
  font-size: clamp(14px, 4vw, 20px);
}




  .tables-wrapper {
    
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* KEY FOR MOBILE */
}

.tables-wrapper table {
    width: 100%;
    max-width: 320px;
    margin: 0;
}

  }

  table {
    font-size: 14px;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}

table {
  width: 100%;
  max-width: 350px;
  font-size: 16px;
  margin: 20px auto;
}
form {
  width: 100%;
  max-width: 400px;
}
 .i{ margin-top: -190px;
  display: block;
  width: 40px;
  margin-bottom: -490px;
}
form {
  width: 100%;
  max-width: 420px;
}

.header
{
    
    h1,ul,li{display: inline;}
    ul{margin-left: 60%}
    li{color: wheat;
    cursor: pointer;}
}


li:hover{color: white;}
input{width: 60%;
padding: 15px;}

}
.box{
    border-color: black;
    border-width:1px ;
    border-style: solid;
    display: inline-block;
    width: 220px;
}.box img{
    width: 220px;
    height: 220px;
    object-fit: contain;
    background: 
    
}
.works{display: inline;}
.box :hover{background-color: black;
color: white;}
h1{margin-top: 10px}



html {
    scroll-behavior: smooth;
}

input{
    background-color: white;
    color: black; 
}
.contact{
    display: inline;
    padding: 20px;
}
.contact h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

form {
    width: 420px;
}

form input,
form textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 12px;
    border: none;
    outline: none;
    font-size: 16px;
}

textarea {
    height: 90px;
    resize: none;
}

button {
    width: 100%;
    padding: 14px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    background: linear-gradient(90deg, #c4b5fd, #f9a8d4);
    font-weight: bold;
}

button:hover {
    opacity: 0.9;
}

#successMessage {
    margin-top: 15px;
    display: none;
    color: #a7f3d0;
}
.about img{

    width: 420px;
    height: 420px;
   
    object-fit: contain;
    margin-top: 20px;
    }
    
table{
    border-collapse: collapse;
    width: 90%;
    margin-top: 50px;
    margin-left: 100px;
font-size: 30px;
}
.H1{
    padding-top: -25px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
    background: linear-gradient(
        90deg,
        #c4b5fd,
        #f9a8d4
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 50px;}
    .table-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  width: 100%;
  padding: 20px;
}

table {
  width: 100%;
  font-size: 16px;
}

    }
    .H3{
        font-size: 25px;
        margin-bottom: 10px;
        font-weight: bold;
        padding-top: 10px;
        background: linear-gradient(
        90deg,
        #c4b5fd,
        #f9a8d4
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
    .H4{
        font-size: 20px;
       
        font-weight: bold;
        margin-top: 20px;
       
    }
    .h7{
    font-size: 25px;
        margin-bottom: 10px;
        font-weight: bold;
        padding-top: 10px;
        background: linear-gradient(
        90deg,
        #c4b5fd,
        #f9a8d4
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
    .tablea{font-size: 25px;
        margin-bottom: 10px;
        font-weight: bold;
        padding-top: 10px;
        background: linear-gradient(
        90deg,
        #c4b5fd,
        #f9a8d4
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
    .tablec{
        font-size: 25px;
        margin-bottom: 10px;
        font-weight: bold;
        padding-top: 10px;
        margin-left: 200px;
        background: linear-gradient(
        90deg,
        #c4b5fd,
        #f9a8d4
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
    .tableb{font-size: 25px;
        margin-bottom: 10px;
        font-weight: bold;
        padding-top: 10px;

        background: linear-gradient(
        90deg,
        #c4b5fd,
        #f9a8d4
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}

    .H8{font-size: 25px;
    margin-top: 20px;
        margin-bottom: 10px;
        font-weight: bold;
        padding-top: 10px;
        padding-left: -150px;
        background: linear-gradient(
        90deg,
        #c4b5fd,
        #f9a8d4
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
    .h0{
       font-size: 25px;
       margin-top: -50px;
        margin-bottom: 10px;
        font-weight: bold;
        padding-top: -90px;
        background: linear-gradient(
        90deg,
        #c4b5fd,
        #f9a8d4
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
    .hx{font-size: 25px;
        margin-bottom: 10px;
        font-weight: bold;
        padding-top: 50px;
        background: linear-gradient(
        90deg,
        #c4b5fd,
        #f9a8d4
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
    
.a{
    list-style: none;
}

.a {
    display: inline;
}

.a  {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.a :hover {
    color: white;
}
.i {
  margin: 20px auto;
  display: block;
  width: 40px;
}

.a{
    margin-bottom: -70px ;
    margin-top: 25px;
    padding-bottom: -40px;
}
.b{
    font-size: 35px;
    text-align: center;
        margin-bottom: 10px;
        font-weight: bold;
        padding-top: 10px;
        background: linear-gradient(
        90deg,
        #c4b5fd,
        #f9a8d4
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.c{
    font-size: 30px;
       
        font-weight: bold;
        
        background: linear-gradient(
        90deg,
        #c4b5fd,
        #f9a8d4
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Home{
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}
.k{
    margin-top: 50px;
}
.r{ font-size: 20px;}
.Home{
  margin-top:-50px;
  
}

.Home {
  min-height: 100vh;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.Home h1 {
  font-size: 30px;
  


}

.Home h3 {
  font-size: 20px;
  max-width: 600px;
}
.hmenu :hover{
    color: white;
  
}
.works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  padding: 20px;
}

.works-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.works-grid img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.works-grid img {
  background:transparent;
  padding: 5px;
}
select {
  width: 100%;
  padding: 14px;
  margin-bottom: 12px;
  border: none;
  outline: none;
  font-size: 16px;
  border-radius: 6px;
  background-color: white;
  color: #333;
  cursor: pointer;
}

/* Placeholder option color */
select option:disabled {
  color: gray;
}
form input,
form textarea,
form select {
    width: 100%;
    padding: 14px;
    margin-bottom: 12px;
    border: none;
    outline: none;
    font-size: 16px;
    border-radius: 6px;
}
button {
    width: 200px;        /* button width */
    padding: 12px 20px;  /* height + left-right space */
    font-size: 16px;
    border-radius: 10px;
    margin: 10px auto;
    display: block;      /* center the button */
}
.register-btn{
  width: 220px;
  height: 45px;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
}
#successMessage{
  display: none;
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
}
  
  
  