
  .socail {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  max-height: 1500px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  flex-wrap: wrap;
}

/* Styles for the Instagram section */
.insta-social {
  flex: 1;
  text-align: center;
  max-width: 300px;
}

.insta-social video {
  overflow: hidden;
 
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.youtube-social {
  flex: 1;
  text-align: center;
  max-width: 300px;
}

.youtube-social video {
 
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

/* Responsive adjustments for phones */
@media screen and (max-width: 480px) {
  .socail {
    flex-direction: column;
    align-items: center;
  }

  .insta-social,
  .youtube-social {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .insta-social video,
  .youtube-social video {
    max-width: 100%;
  }
}

/* Responsive adjustments for tablets */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .socail {
    flex-direction: column;
    align-items: center;
  }

  .insta-social,
  .youtube-social {
    max-width: 80%;
    margin-bottom: 40px;
  }

  .youtube-social {
    margin-top: 90px;
  }
}

/* Responsive adjustments for laptops */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .socail {
    justify-content: space-around;
  }

  .insta-social,
  .youtube-social {
    max-width: 45%;
  }
}


.btn-socials {
  background: #000;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.btn-socials:hover,
.btn-socials:active {
  background-color: initial;
  background-position: 0 0;
  text-shadow: 6px 5px 10px black;
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(111, 212, 101, 1) 0%, rgba(85, 235, 124, 1) 9%, rgba(128, 28, 238, 1) 100%, rgba(132, 38, 218, 1) 100%, rgba(138, 11, 231, 1) 100%, rgba(147, 82, 217, 1) 100%);

}

.btn-socials:active {
  opacity: .5;
}



/* Media query for small screens */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    /* Stack items vertically on small screens */
    justify-content: center;
  }

  /* Reorder items for small screens (form first, text second) */
  .text-details {
    order: 1;
    margin-bottom: 20px;
  }

  .contact-form {
    order: 2;
    justify-content: center;

  }
}

.animate-charcter {

  background-image: linear-gradient(-225deg,
      #231557 0%,
      #44107a 29%,
      #ff1361 67%,
      rgb(0, 195, 255) 100%);

  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;

  font-size: 35spx;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.mediaimg {

  border-radius: 100px;
  margin-bottom: 30px;

  border-radius: 20px 80px 20px 80px;
  -webkit-box-shadow: 12px 15px 16px -7px rgba(153, 153, 153, 0.92);
  -moz-box-shadow: 12px 15px 16px -7px rgba(153, 153, 153, 0.92);
  box-shadow: 12px 15px 16px -7px rgba(153, 153, 153, 0.92);
}

.btn-social {
  background: #a37d7d;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.btn-social:hover,
.btn-socials:active {
  background-color: initial;
  background-position: 0 0;
  text-shadow: 6px 5px 10px black;
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(111, 212, 101, 1) 0%, rgba(85, 235, 124, 1) 9%, rgba(128, 28, 238, 1) 100%, rgba(132, 38, 218, 1) 100%, rgba(138, 11, 231, 1) 100%, rgba(147, 82, 217, 1) 100%);

}

.btn-socials:active {
  opacity: .5;
}



.soical{
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  max-width: 1100px;
  gap: 200px;
}

/* Responsive adjustments for phones */
@media screen and (max-width: 480px) {
  .soical {
    flex-direction: column;
    gap: 100px;
  }
}

.instagram-part{
  max-width: 330px;

}
.youtube-part{
  max-width: 330px;
}
