* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------star effect start----------*/

canvas {
  height: auto;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

body {
  background-color: black;
}

/*---------star effect close---------*/

/*---------contact us 1st-part start----------*/
.contactus {
  height: 300px;
  width: 100%;
  /* margin-top: 100px; */
  background-image: url(../assets/images/scence/about-img.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#canvas {
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.contactus .like {
  height: inherit;
  width: inherit;
  background: rgba(60, 60, 60, 0.76);
  position: relative;

  padding: 200px 0 0 30px;
  z-index: 10;
}

.contactus .like ul li {
  list-style: none;
  color: white;
}

.contactus .like ul li a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 400;
}

.contactus .like h1 {
  font-size: 50px;
  color: white;
  font-family: Savate, sans-serif;
}

@media screen and (max-width: 479px) {
  .contactus {
    height: 200px;
  }

  .contactus .like {
    padding: 100px 0 0 30px;
  }

  .contactus .like h1 {
    font-size: 45px;
  }
}

/*---------contact us 1st part close----------*/

/*--------------------contact us-----------------------*/
.fourth-inner-1 {
  padding: 70px 0 70px 80px;
  /* background: black; */
}

.fourth-inner-1 h1 {
  font-family: Savate, sans-serif;
  font-size: 43px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #f09e1f;
  display: inline-block;
  border-bottom: 2px solid #f09e1f;
}

.form-div {
  padding: 30px 0px 0px 0px;
}

.form-div .input-text {
  font-family: Arial, Helvetica, sans-serif;
  height: 50px;
  padding: 0 0 0 20px;
  margin: 20px 0 0 20px;
  width: 45%;
  color: #81c5c4;
  background: transparent;
  letter-spacing: 2px;
  border: 2px solid #81c5c4;
  border-radius: 2px;
  outline: #0de0e0;
}

.form-div .input-textarea {
  height: 150px;
  width: 91.7%;
  padding: 20px 0 0 30px;
  background: transparent;
  margin: 20px 0 0 20px;
  font-family: Savate, sans-serif;
  letter-spacing: 2px;
  color: #81c5c4;
  border: 2px solid #81c5c4;
  outline: none;
  /* outline-color: rgba(224, 224, 224, 0.636); */
}

.form-div .submit-btn {
  margin-left: 20px;
  border: none;
  background: #81c5c4;
  color: white;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 15px 20px 15px 20px;
}

.form-div .submit-btn:hover {
  background: #ffc02d;
  transition: 0.8s;
}

/* Apply green border when input is valid */
.form-div .input-text:valid {
  border-color: green;
}

/* Apply red border when input is invalid */
.form-div .input-text:invalid {
  border-color: rgb(156, 156, 156);
}

/* Style for textarea when valid */
.form-div .input-textarea:valid {
  border-color: green;
}

/* Style for textarea when invalid */
.form-div .input-textarea:invalid {
  border-color: rgb(136, 136, 136);
}

/* Style for CAPTCHA */
.captcha-div {
  text-align: left;
  height: auto;
  /* border: 1px solid black; */
  width: 20%;
  color: #615f81;
  margin-left: 20px;
}

#captcha {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #81c5c4;
  font-size: 20px;
  margin: 20px 0 0px 0 !important;
  font-style: oblique;
  letter-spacing: 3px;
  user-select: none;
}

#captchaInput {
  width: 80%;
  text-align: center;
  height: 40px;
  padding: 0 0 0 10px;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 3px;
  border: 1px solid #888888;
  margin: 10px 0 0 0px;
  border-radius: 2px;
  outline-color: darkgreen;
}

#error-message {
  text-align: left;
  color: rgb(208, 2, 2);
  font-weight: bold;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}

@media only screen and (max-width: 990px) {
  .fourth-inner-1 {
    padding: 70px 0 70px 20px;
    background: black;
  }

  .fourth-inner-1 h1 {
    font-family: Savate, sans-serif;
    font-size: 33px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #f09e1f;
    display: inline-block;
    border-bottom: 2px solid #f09e1f;
  }

  .form-div {
    /* border:1px solid black; */
    padding: 20px 10px 40px 0px;
  }

  .form-div .input-text {
    height: 50px;
    padding: 0 0 0 10px;
    width: 90%;
    margin: 20px 0px 0px 0px;
    border-radius: 2px;
    outline-color: darkgreen;
  }

  .form-div .input-textarea {
    height: 150px;
    width: 90%;
    padding: 10px 0 0 10px;

    margin: 20px 0 0 0;
  }

  .captcha-div {
    text-align: left;
    height: 100px;
    width: 200px;
    margin-left: 0px;
  }

  .form-div .submit-btn {
    margin-top: 50px;
    margin-left: 0px;
    border: none;
    color: white;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 15px 20px 15px 20px;
  }
}

@media only screen and (max-width: 479px) {
  .fourth-inner-1 {
    padding: 70px 0 70px 20px;
  }

  .fourth-inner-1 h1 {
    font-family: Savate, sans-serif;
    font-size: 21px;
    letter-spacing: 0px;
  }

  .form-div {
    padding: 0 10px 40px 0px;
  }

  .form-div .input-text {
    margin: 13px 0px 0px 0px;
    height: 40px;
    padding: 0 0 0 10px;
    width: 90%;

    border-radius: 2px;
    outline-color: darkgreen;
    margin-bottom: 7px;
  }

  .c-text h2::after {
    content: "";
    height: 4px;
    width: 100px;
    background-color: #981727;
    position: absolute;
    left: 37%;
    bottom: -10px;
  }

  .form-div .input-textarea {
    height: 150px;
    width: 90%;
    padding: 10px 0 0 10px;

    margin: 10px 0 0 0;
    outline-color: rgba(0, 113, 0, 0.636);
  }

  .form-div .email-label {
    margin-top: 5px;
    margin-left: 0px;
  }

  .form-div .gender-label {
    margin-left: 0px;
  }

  .form-div .submit-btn {
    border: none;
    color: white;
    margin-top: 30px;
  }

  .captcha-div {
    text-align: left;
    height: 100px;
    width: 200px;
    margin-left: 0%;
  }
}

/* Small Laptops / Desktop (1025px to 1366px) */
@media (min-width: 1025px) and (max-width: 1366px) {
  .fourth-inner-1 {
    padding: 70px 0 70px 20px;
  }
}



/* Container ko relative banaya taaki box uske andar move ho sake */
.form-wrapper {
  position: relative;
  width: 100%;
  display: block;
  /* Flexbox hata diya */
}

/* Form ko wapas full width (pehle jaisa) de diya */
.form-div {
  width: 100%;
}

/* Info Box ko Absolute Position se set kiya */
.contact-info-box {
  position: absolute;
  right: 5%;
  /* Screen ke right side par */
  bottom: 0px;
  /* Isko 0px ya 20px karke aap upar/niche adjust kar sakte hain */
  width: 30%;
  /* Box ki cha चौड़ाई (width) */
  z-index: 10;

  /* Box Styling */
  background: #0a0a0e;
  /* background: rgba(20, 20, 20, 0.85); */
  padding: 40px 30px;
  /* border: 2px solid #81c5c4; */
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(129, 197, 196, 0.2);

  /* Floating Animation */
  animation: floatUpDown 3s ease-in-out infinite;
}

/* Heading & Text Styling */
.contact-info-box h3 {
  font-family: Savate, sans-serif;
  font-size: 32px;
  color: #f09e1f;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
}

.contact-info-box p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #81c5c4;
  margin: 15px 0;
  letter-spacing: 1.5px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}

.contact-info-box i {
  color: #f09e1f;
  margin-right: 10px;
}

/* Animation Keyframes */
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Mobile & Tablet ke liye Responsive */
@media screen and (max-width: 1200px) {
  .contact-info-box {
    width: 40%;
    padding: 40px 10px;
  }
}

@media screen and (max-width: 768px) {
  .contact-info-box {
    position: static;
    /* Mobile me absolute position hata denge */
    width: 90%;
    margin: 40px auto;
  }
}


/*----------------------contact page---------------------------*/



/*Ten part start*/
.wrapper {
  height: 100px;
  display: grid;
  place-items: center;
  background-color: rgb(9, 9, 9);
  transition: background-color 0.8s;
}

.marquee {
  display: grid;
  grid-template-columns: repeat(9, minmax(12vmin, 1fr));
  width: 100%;
  height: 100px;
  overflow: hidden;
  /* border: 2px solid yellow; */
  background: #81C5C4;
  mask-image: linear-gradient(to right,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 1) 10%,
      rgba(0, 0, 0, 1) 90%,
      rgba(0, 0, 0, 0));

  & img {
    --time: 50s;
    position: relative;
    width: 220px;
    height: 100%;
    aspect-ratio: 1;
    grid-column: 1;
    grid-row: 1;
    /* border: 2px solid orange; */
    object-fit: cover;
    cursor: pointer;
    left: calc(100% * 9);
    animation: marquee var(--time) linear infinite;

    &:nth-of-type(1) {
      animation-delay: calc((var(--time) / 9) * (9 - 1) * -1);
    }

    &:nth-of-type(2) {
      animation-delay: calc((var(--time) / 9) * (9 - 2) * -1);
    }

    &:nth-of-type(3) {
      animation-delay: calc((var(--time) / 9) * (9 - 3) * -1);
    }

    &:nth-of-type(4) {
      animation-delay: calc((var(--time) / 9) * (9 - 4) * -1);
    }

    &:nth-of-type(5) {
      animation-delay: calc((var(--time) / 9) * (9 - 5) * -1);
    }

    &:nth-of-type(6) {
      animation-delay: calc((var(--time) / 9) * (9 - 6) * -1);
    }

    &:nth-of-type(7) {
      animation-delay: calc((var(--time) / 9) * (9 - 7) * -1);
    }

    &:nth-of-type(8) {
      animation-delay: calc((var(--time) / 9) * (9 - 8) * -1);
    }

    &:nth-of-type(9) {
      animation-delay: calc((var(--time) / 9) * (9 - 9) * -1);
    }
  }
}

@keyframes marquee {
  to {
    left: -100%;
  }
}

dialog {
  border: none;
  outline: none;
  margin: auto;
  border-radius: 0.25rem;
  background-color: transparent;

  &::backdrop {
    display: none;
  }

  & img {
    width: min(800px, 80vw);
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .marquee {
    grid-template-columns: repeat(9, minmax(16vmin, 1fr));
  }

  .marquee img {
    width: 160px;
  }
}

@media screen and (max-width:990px) {
  .marquee {
    grid-template-columns: repeat(6, minmax(16vmin, 1fr));
  }

  .marquee img {
    width: 160px;
  }
}

@media screen and (max-width:479px) {
  .marquee {
    grid-template-columns: repeat(3, minmax(20vmin, 1fr));
  }

  .marquee img {
    width: 160px;
  }

  dialog img {
    width: 95vw;
    aspect-ratio: auto;
  }
}

/*Ten part close*/

/*Cursor part start*/
.cursor {
  position: fixed;
  width: 13px;
  height: 13px;
  background: linear-gradient(0deg,
      rgba(34, 193, 195, 1) 0%,
      rgba(253, 187, 45, 1) 100%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 10000;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease-out;
}

/*Cursor part close*/

/*----------------------Scroll Button------------------------*/
.scroll-button {
  position: fixed;
  bottom: 10px;
  right: 20px;
  padding: 15px 15px;
  font-size: 35px;
  background-color: #82c6c5;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.715);
}

.scroll-button:hover {
  background-color: #f7d40c;
}

/*----background image start---*/
section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* https://lh3.googleusercontent.com/ka_5IYJDRkXZnbptxq64LPuggGL5FM8gnpJlsuSiOQh4b39kMkiRbVfX8iK8bjMg5SLkdfoix09P60wyFjN2=w681-h614 */
  /* background: url("https://i.postimg.cc/c1Q3njM0/bg2.jpg"); */
  /*   background-color:black; */
  z-index: -1;
  animation: animateBg 50s linear infinite;
}

@keyframes animateBg {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

section span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #ffffffa7;
  border-radius: 50%;
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.1),
    0 0 0 8px rgba(255, 255, 255, 0.1),
    0 0 20px rgba(255, 255, 255, 0.1);
  animation: animate 6s linear infinite;
}

section span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 1px;
  background: linear-gradient(90deg, #ffffffa9, transparent);
}

@keyframes animate {
  0% {
    transform: rotate(315deg) translateX(0);
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    transform: rotate(315deg) translateX(-1000px);
    opacity: 0;
  }
}

/* span:nth-child(1){
    top: 0;
    right: 0;
    left: initial;
    animation-delay: 0s;
    animation-duration: 1s;
} */
section span:nth-child(2) {
  top: 0;
  right: 80px;
  left: initial;
  animation-delay: 0.2s;
  animation-duration: 3s;
}

section span:nth-child(3) {
  top: 80;
  right: 0px;
  left: initial;
  animation-delay: 0.4s;
  animation-duration: 2s;
}

section span:nth-child(4) {
  top: 0;
  right: 180px;
  left: initial;
  animation-delay: 0.6s;
  animation-duration: 1.5s;
}

section span:nth-child(5) {
  top: 0;
  right: 400px;
  left: initial;
  animation-delay: 0.8s;
  animation-duration: 2.5s;
}

section span:nth-child(6) {
  top: 0;
  right: 600px;
  left: initial;
  animation-delay: 1s;
  animation-duration: 3s;
}

section span:nth-child(7) {
  top: 300px;
  right: 0px;
  left: initial;
  animation-delay: 1.2s;
  animation-duration: 1.75s;
}

section span:nth-child(8) {
  top: 0px;
  right: 700px;
  left: initial;
  animation-delay: 1.4s;
  animation-duration: 1.25s;
}

section span:nth-child(9) {
  top: 0px;
  right: 1000px;
  left: initial;
  animation-delay: 0.75s;
  animation-duration: 2.25s;
}

/*---background image close---*/