@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Page load animation */
@keyframes pageFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Apply to entire page content */
body {
  animation: pageFadeIn 1s ease-out forwards;
  opacity: 0; /* Start hidden */
}

body {
  height: 50vh;
  overflow-x: hidden;
}
.navbar {
  overflow: hidden;
  background-color: transparent;
  font-family: "Montserrat";
  justify-content: center;
  width: 100%;
}

.navbar img {
    height: 50px;
    float: left;
    padding-right: 30%;
    margin-left: 1%;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 1s ease;
}


/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: rgb(0, 0, 0);
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  color: #61A0FF;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #1A2433;
  border-radius: 5px;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: 1s ease;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #61A0FF;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  transition: 1s ease;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #383F4E;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.social {
    background-color: #4E89E1;
    border: none;
    border-radius: 100px;
    font-family: "Montserrat";
    font-size: 20px;
    color: white;
    padding: 3px 12px;
    margin-top: -5%;
    margin-left: 552%;
    font-weight: bold;
    transition: 1s ease;
}

.social:hover {
    background-color: black;
    box-shadow: 0px 0px 2px black;
    transform: translateY(-2px); /* Move up 5px */
}

.shop-btn {
    background-color: #4E89E1;
    border: none;
    border-radius: 100px;
    font-family: "Montserrat";
    font-size: 20px;
    color: white;
    padding: 3px 12px;
    margin-top: -5%;
    margin-left: 410%;
    font-weight: bold;
    transition: 1s ease;
}

.shop-btn:hover {
    background-color: black;
    box-shadow: 0px 0px 2px black;
    transform: translateY(-2px); /* Move up 5px */
}

.contact-section {
  background-color: #0f172a;
  color: white;
  padding: 60px 20px;
  margin-left: -0.4%;
  margin-top: -3.4%;
  width: 97.1vw;
  font-family: "Montserrat";
}

.contact-container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.contact-container h2 {
  font-size: 36px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}

.contact-container p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #cbd5e1;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form-group label {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 14px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  background-color: #1e293b;
  color: white;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #94a3b8;
}

.contact-form button {
  padding: 14px;
  background-color: #3b82f6;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #2563eb;
}

.footer {
  background-color: #000000;
  color: #d1d5db;
  font-family: "Montserrat", sans-serif;
  padding: 40px 20px 20px;
  width: 99.3%;
  margin-left: -1%;
}

footer a {
  text-decoration: none;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 180px;
}

.footer-column a:hover {
  color: #2563eb;
}

.footer-column h2,
.footer-column h3 {
  color: #3b82f6;
  margin-bottom: 10px;
}

.footer-column p,
.footer-column li {
  font-size: 14px;
  color: #e2e8f0;
  margin-bottom: 8px;
  list-style: none;
}

.footer-column ul {
  padding: 0;
  margin: 0;
}

.footer-column li i {
  margin-right: 8px;
}

.social-icons {
  font-size: 20px;
  display: flex;
  gap: 15px;
  color: #ffffff;
}

.social-icons i {
  font-size: 20px;
  display: flex;
  gap: 15px;
  color: #ffffff;
  transition: 1s ease;
}

.social-icons i:hover {
  color: #2563eb;
}

.footer hr {
  border: none;
  border-top: 1px solid #1e293b;
  margin: 20px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #94a3b8;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  flex-wrap: wrap;
}

.creatortitle {
  background-image: linear-gradient(rgb(3, 34, 121), rgb(27, 0, 177));
  padding: 60px 0;
  text-align: center;
  color: white;
  width: 100vw; /* full viewport width */
  margin-left: -0.4%;
  font-family: "Montserrat";
}

.creatorinfo h1 {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  text-align: center;
}

.creatorinfo p {
  font-size: 18px;
  color: #cbd5e1;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
  text-align: center;
}

.creatorroster {
  font-family: "Montserrat";
  background-color: black;
  margin-top: -2.2%;
  margin-left: -1%;
  width: 100.6vw;
}

.creatorroster h1 {
  font-size: 60px;
  padding-top: 2%;
  text-align: left;
  padding-left: 5%;
  color: white;
}

.creatorroster p {
  font-size: 20px;
  margin-top: -2%;
  padding-left: 5.4%;
  color: #2563eb;
  text-align: left;
}

.creatorroster h2 {
  color: white;
  padding-left: 5%;
  font-size: 35px;
  margin-top: 3%;
}

.creatorroster h6 {
  color: #2563eb;
  padding-left: 5%;
  font-size: 15px;
  text-align: center;
  margin-top: 3%;
}

.creator-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 40px 20px;
}

.creator-cards div {
  background-color: #1e2735;
  padding: 20px;
  width: 240px;
  border-radius: 12px;
  text-align: center;
  color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.creator-cards div:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* Profile Image */
.creator-cards img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #308dff;
  object-fit: cover;
  margin-bottom: 10px;
}

/* Name & Role */
.creator-cards h3 {
  margin: 10px 0 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.creator-cards p.role {
  font-size: 14px;
  color: #87a0c2;
  margin: 0 0 10px;
}

/* Social Icons */
.creator-cards .socials {
  margin-top: 10px;
}

.creator-cards .socials i {
  font-size: 18px;
  margin: 0 6px;
  color: #a3b1c6;
  transition: color 0.3s ease;
}

.creator-cards .socials i:hover {
  color: #308dff;
  cursor: pointer;
}

.portal {
  background-color: #000;
  margin-top: -1.2%;
  margin-left: -1%;
  width: 100vw;
}

.contactus {
  background-color: #1e2735;
  padding-bottom: 5%;
}
.contactus h1 {
  color: white;
  font-family: "Montserrat";
  text-align: center;
  padding-top: 3%;
}

.contactus p {
  color: white;
  font-family: "Montserrat";
  text-align: center;
}

.contactus button {
  background-color: #308dff;
  border: none;
  text-align: center;
  color: white;
  font-family: "Montserrat";
  font-size: 30px;
  padding: 5px 30px;
  margin-left: 44%;
  margin-top: 1%;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 600;
  transition: 1s ease;
}

.contactus button:hover {
  transform: translateY(-6px);
  background-color: #ffffff;
  color: #308dff;
}