* {
  margin: 0;
  padding: 0;
}
p{
  font-size: 20px;
}
.navbar {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f2fd;
  padding: 1.5% 5%;
  z-index: 1;
}
.logo {
  width: 10%;
}
.hamburger-menu {
  display: none;
  width: 25px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1000;
}

.hamburger-menu span {
  display: block;
  background: #130622;
  height: 3px;
  margin: 4px 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

/* Change span styles on active state */
.hamburger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.nav {
  display: flex;
 gap: 400px;
 align-items: center;
}
.nav-content{
  display: flex;
  gap: 40px;
}
.nav-name {
  color: #5c1e92;
  font-weight: 700;
  text-decoration: none;
  align-items: center;
}
.nav-name:hover{
  color: #5c1e92;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.nav-name.active {
  color: #5c1e92;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.navbar Button {
  background: linear-gradient(90deg, #8029cd 0.31%, #e0b129 94.95%),
    radial-gradient(
      65.28% 65.28% at 26.39% 20.83%,
      rgba(255, 255, 255, 0.413) 0%,
      rgba(255, 255, 255, 0) 69.79%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      92.09% 85.42% at 86.3% 87.5%,
      rgba(0, 0, 0, 0.23) 0%,
      rgba(0, 0, 0, 0) 86.18%
    );
  box-shadow: -1.37px -1.83px 3.2px 0px #ffffff26 inset;
  border: none;
  font-weight: 700;
  border-radius: 50px;
  color: #ffffff;
  padding: 5px 20px;
}
.nav button  a{
  text-decoration: none;
  color: #ffffff;
}
.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  z-index: 10;
  min-width: 150px;
}

.dropdown-content a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #735E8A;
  font-size: 14px;
  white-space: nowrap;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-arrow {
  font-size: 12px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.main-section {
  background: linear-gradient(
    110.49deg,
    #130622 19.95%,
    #361256 67.64%,
    #5c1e92 107.08%,
    #19082c 156.61%,
    #130622 183.21%
  );
  box-shadow: 4px 7px 26px 0px #0000001f;
  color: white;
  padding: 7% 40px 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.container{
  padding: 8% 0 3% 0;
}
.left {
  width: 60%;
}
.left h1 {
  padding-bottom: 30px;
  font-size: 50px;
}
.left p {
  padding-bottom: 12%;
  font-size: 20px;
}
.btn {
  background: linear-gradient(90deg, #8029cd 0.31%, #e0b129 94.95%),
    radial-gradient(
      65.28% 65.28% at 26.39% 20.83%,
      rgba(255, 255, 255, 0.413) 0%,
      rgba(255, 255, 255, 0) 69.79%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      92.09% 85.42% at 86.3% 87.5%,
      rgba(0, 0, 0, 0.23) 0%,
      rgba(0, 0, 0, 0) 86.18%
    );
  box-shadow: -1.37px -1.83px 3.2px 0px #ffffff26 inset;
  border: none;
  font-weight: 700;
  border-radius: 50px;
  color: #ffffff;
  padding: 10px 40px;
}

.form-container,
.info-container {
  background: linear-gradient(
    110.49deg,
    #130622 19.95%,
    #361256 67.64%,
    #5c1e92 107.08%,
    #19082c 156.61%,
    #130622 183.21%
  );
  box-shadow: 0px 2.77px 2.21px 0px #00000005;
  box-shadow: 0px 6.65px 5.32px 0px #00000007;
  box-shadow: 0px 12.52px 10.02px 0px #00000009;
  box-shadow: 0px 22.34px 17.87px 0px #0000000b;
  box-shadow: 0px 41.78px 33.42px 0px #0000000d;
  box-shadow: 0px 100px 80px 0px #00000012;
  color: white;
  border-radius: 10px;
  padding: 30px 40px 50px;
  height: 100%;
}

.form-container h2, .info-container h2{
  font-size: 28px;
}

.form-container h2,
.info-container h2 {
  padding-bottom: 10px;
}

.form-container input,
.form-container textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  outline: none;
  background: #beb4c95e;
}

input::placeholder {
  color: #adaebc;
}

.btn-send {
  background: linear-gradient(90deg, #8029cd 0.31%, #e0b129 94.95%),
    radial-gradient(
      65.28% 65.28% at 26.39% 20.83%,
      rgba(255, 255, 255, 0.413) 0%,
      rgba(255, 255, 255, 0) 69.79%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      92.09% 85.42% at 86.3% 87.5%,
      rgba(0, 0, 0, 0.23) 0%,
      rgba(0, 0, 0, 0) 86.18%
    );
  box-shadow: -1.37px -1.83px 3.2px 0px #ffffff26 inset;
  border: none;
  font-weight: 700;
  border-radius: 50px;
  color: #ffffff;
  padding: 10px 40px;
}

.icon-img {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
}
.icon-img img {
  width: 10%;
  height: 10%;
}
.title h5 {
  font-weight: lighter;
}

.follow {
  padding-top: 11%;
}
.f-icon {
  padding-top: 5px;
  display: flex;
  gap: 20px;
}
svg:hover {
  transform: scale(1.1);
  transition: transform 0.3s, fill 0.3s;
}
.bg{
  background-color: #4F228D;
  padding: 6px;
}
.footer-content {
  background-color: #2C1250;
  box-shadow: 4px 7px 26px 0px #0000001F;
  color: white;
}
.footer{
  display: flex;
  gap: 6%;
  padding: 50px 80px;
}
.about{
  width: 25%;
}
.contact{
  width: 25%;
}
.about img{
  width: 40%;
  padding-bottom: 30px;
}
.about p{
  line-height: 30px;
}
.social-icons{
  display: flex;
  padding-top: 20px;
  gap: 20px;
}
.social-icons .ic{
  background: #ffffff;
  border-radius: 50%;
  padding: 7px 10px 10px;
}
.links h4, .cover h4, .contact h4{
  padding-bottom: 10px;
}
.links span, .cover span, .contact span{
  text-decoration-line: underline;
  text-decoration-color: #FEC00F;
  text-decoration-style: wavy;
  text-underline-offset: 10px;
}
.links ul, .cover ul, .contact ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0px;
  padding-top: 10px;
}
.links ul li, .cover ul li{
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.contact ul li{
  list-style: none;
  align-items: center;
}
.contact ul li svg{
  padding-right: 5px;
  height: 25px;
  width: 25px;
}
.links ul a, .cover ul a, .contact ul li a{
  text-decoration: none;
  color: inherit;
}

.links ul li:hover, .cover ul li:hover, .contact ul li a:hover{
  text-decoration: underline;
  text-underline-offset: 5px;
}
.copy{
  background-image: url(Images/Copy\ 1.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: end;
  padding: 10px 0px;
}
.copy p{
  font-size: 15px !important;
  padding: 20px 80px 0px;
}


/* Responsive Styles */
@media (max-width: 1024px){
  .logo {
    width: 15%;
  }
  .nav {
    display: flex;
   gap: 200px;
   align-items: center;
  }
  .main-section {
    padding: 10% 40px 40px;
  }
  .left {
    width: 50%;
  }
  .left h1 {
    padding-bottom: 30px;
    font-size: 30px;
  }
  .left p {
    padding-bottom: 12%;
    font-size: 20px;
  }
  .right{
    width: 30%;
  }
  .right img{
    width: 100%;
  }
  .container{
    padding: 10% 0% 3%;
  }
  .footer{
    display: flex;
    gap: 5%;
    padding: 50px;
  }
  .about img{
    width: 50%;
    padding-bottom: 20px;
  }
  .social-icons{
    padding-top: 0px;
  }
  .social-icons .ic{
    padding: 3px 7px 7px;
  }
  .links h4, .cover h4, .contact h4{
    font-size: 20px;
  }
  .copy p{
    padding: 20px 50px 0px;
  }
}
@media (max-width: 768px){
  .nav {
   gap: 100px;
  }
  .main-section {
    padding: 10% 40px 40px;
  }
  .container{
    padding: 10% 0% 3%;
  }
  .form-container,
  .info-container{
    padding: 20px;
  }
  .left {
    width: 50%;
  }
  .left h1 {
    padding-bottom: 10px;
    font-size: 30px;
  }
  .left p {
    padding-bottom: 5%;
    font-size: 15px;
  }
  .footer{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10%;
    padding: 50px;
  }
  .about{
    width: 100%;
  }
  .contact{
    width: 100%;
  }
  .social-icons .ic{
    padding: 5px 7px 7px;
  }
  .copy p{
    padding: 20px 50px 0px;
    font-size: 12px;
  }
}
@media (max-width: 426px) {
  .container{
    padding: 20% 5% 5%;
  }
  .hamburger-menu {
      display: block;
  }
  .navbar {
    padding: 5% 5%;
  }
  .logo {
    width: 30%;
  }
  .main-section {
    flex-direction: column;
    gap: 30px;
    padding: 20% 40px 40px 40px;
  }
  .left {
    width: 100%;
  }
  .right{
    display: none;
  }
  .footer{
    display: flex;
    flex-direction: column;
    padding: 50px;
  }
  .about img{
    width: 50%;
    padding-bottom: 20px;
  }
  .social-icons{
    padding-bottom: 30px;
  }
  .social-icons .ic{
    padding: 3px 7px 7px;
  }
  .copy{
    flex-direction: column;
    padding-top: 50px;
  }
  .copy p{
    padding: 0px 50px 0px;
    font-size: 17px;
  }
  .nav {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      background-color: #735E8A;
      padding: 20px;
      z-index: -1;
      margin:  10px 20px;
      border-radius: 20px;
      animation: slideInFromLeft 1s forwards;
}

@keyframes slideInFromLeft {
  0% {
    transform: translatex(100%);
    opacity: 0; 
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
  .nav.open {
      display: flex;
      flex-direction: column;
      gap: 20px;
  }
  .nav-content{
    display: flex;
    flex-direction: column;
  }
  .nav-name{
    color: #ffffff;
  }
}
