:root {
  --primary-first-color: #273883;
  --second-color: #ffcd00;
  --background-color: #f5f5f5;
  --text-color: #273883;
  --footer-bg-color: #000;
  --footer-text-color: #fff;
  --footer-icon-hover: rgba(0, 0, 0, 0.3);
}
@font-face {
  font-family: Gotham;
  src: url("../assets/fonts/GothamMedium.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #141616;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

/* header */
.radial-effect {
  background: radial-gradient(
    #b6d9ff 0%,
    #6d8299 20%,
    #323c47 50%,
    #0e1013 89%,
    #000000 100%
  );
  z-index: 0;
  opacity: 1;
  filter: blur(50px);
  border-radius: 50%;
  mix-blend-mode: color-dodge;
}
.halo-ball-design {
  mix-blend-mode: screen;
  filter: drop-shadow(0px 4px 4px #00000040);
}
.filter_blur {
  filter: blur(5px);
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0.8rem 4.5rem;
  transition: all 0.3s linear;
  background-color: rgba(0, 0, 0);
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* max-width: 1400px; */
  margin: 0 auto;
}

.header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.logo {
  display: flex;
  align-items: center;
}
.logo span {
  display: flex;
}

.logo img {
  width: 250px;
  margin-right: 10px;
}

.logo span {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-color);
}
.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar a {
  margin: 0 10px;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  transition: color 0.3s;
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
}

.navbar a:hover {
  color: var(--second-color);
}
.navbar a.active, .navbar-collapse a.active, .footer-nav a.active {
  color: var(--second-color);
}
.navbar a:not(:last-child)::after {
  content: "\2022";
  margin: 0 10px 0 20px;
  color: #fff;
  font-size: 1.25rem;
  display: inline-block;
  position: relative;
  top: 2px;
}
.icon img {
  width: 35px;
  filter: brightness(0.7);
  cursor: pointer;
}
.mt-3 {
  margin-top: 1rem !important;
}
.navbar-collapse {
  display: none;
}


@media (min-width: 2000px) {
  .header-container {
    width: 100%;
    max-width: 100rem;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 1024px) {
  .logo img {
    width: 180px;
  }
  .icon img {
    width: 22px;
  }
  .navbar {
    display: none;
  }
  .logo span {
    font-size: 1.6rem;
  }

  .header {
    padding: 0.3rem 2rem;
  }

  .header-right {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 0;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -250px;
    height: 100%;
    width: 250px;
    background-color: #000000;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
    padding: 20px;
    z-index: 100;
     opacity: 0;
    pointer-events: none;
  }
  
  .navbar-collapse.show {
    right: -1px;
     opacity: 1;
    pointer-events: auto;
  }
  
  .navbar-collapse a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 20px 0;
    transition: color 0.3s;
  }
  
  .navbar-collapse a:hover {
    color: var(--second-color);
  }
}
@media (min-width: 992px) {
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 0.4rem 1rem;
  }

  .logo img {
    width: 170px;
    margin-right: 5px;
  }

  .logo span {
    font-size: 1.5rem;
  }

  .icon img {
    width: 22px;
  }
}
@media (min-width: 1025px) {
  .icon {
    display: none;
  }
}

@media (max-width: 576px) {
  .header {
    padding: 8px 12px;
  }

  .logo img {
    width: 160px;
    margin-right: 5px;
  }

  .logo span {
    font-size: 1.3rem;
  }

  .icon img {
    width: 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .header {
    padding: 0.6rem 2rem;
    
  }
  .logo img {
    width: 220px;
  }
  .icon img {
    width: 32px;
  }
  .logo span {
    font-size: 1.8rem;
  }
}

/* Footer Styling */
.footer {
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
  padding: 2rem 0 4rem;
  text-align: center;
  overflow: hidden;
  min-width: 330px;
}

.footer-bgimg {
  position: absolute;
  top: 36%;
  left: -22%;
  transform: rotate(114deg);
  width: 45%;
  opacity: 0.5;
  z-index: 0;
}

.footer-logo {
  font-family: "Gotham" !important;
  font-size: 19.6vw;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 10px;
  padding: 150px 0 150px;
  line-height: 0;
  /* color: var(--footer-text-color); */
  background: linear-gradient(
    90deg,
    #47defd 0%,
    #1850f8 7%,
    #2d5ff0 33%,
    #ed3163 54%,
    #d51e34 68%,
    #ff3d00 74%,
    #ff9800 86%,
    #ffc107 100%
  );
  background-size: 200% 200%;
  animation: moveBackground 5s ease infinite;
  background-clip: text;
  color: transparent;
  border: 0.1rem darkviolet;
}
@keyframes moveBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

body.mac .footer-logo {
  padding: 250px 0 50px;
}
.footer-logo-img {
  margin-bottom: 20px;
  /* color: var(--footer-text-color); */
  position: relative;
  width: 100%;
  height: auto;
  -webkit-mask-image: url("../assets/images/footer-logo.png");
  mask-image: url("../assets/images/footer-logo.png");
  mask-repeat: no-repeat;
  background: linear-gradient(90deg, #ff7e5f, #feb47b);
  /* background: rgb(33, 225, 184); */
  background-size: 400% 400%;
  animation: moveBackground 1s ease infinite;
}

.footer-description {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  text-align: end;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.footer-description .line {
  height: 1px;
  background-color: #ffffff;
  flex-grow: 1;
}
.footer-description .ftext {
  width: max-content;
  padding-left: 1rem;
}

.footer-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Social Media Icons */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 1;
}

.social-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: linear-gradient(135deg, #ff007f, #007fff); */
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}
.social-icon svg{
  width: 3rem;
  height: 3rem;
}

.social-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* .social-icon.youtube {
  background-image: url("../assets/images/banner-ball2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.social-icon.linkedin {
  background-image: url("../assets/images/banner-ball1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.social-icon.instagram {
  background-image: url("../assets/images/banner-ball3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 8px 30px;
  flex-wrap: wrap;
  z-index: 10;
}

.footer-nav a {
  text-decoration: none;
  color: var(--footer-text-color);
  font-size: 1rem;
  transition: color 0.3s ease-in-out;
}

.footer-nav a:hover {
  color: var(--second-color);
}

@media (min-width: 1920px) {
  .footer-logo {
    font-size: 250px;
  }
}
@media (max-width: 1200px) {
  body.windows .footer-logo {
    padding: 130px 0 130px;
  }
  body.mac .footer-logo {
    padding: 200px 0 35px;
  }

}
@media (max-width: 1024px) {
  body.windows .footer-logo {
    font-size: 8rem;
    padding: 90px 0 90px;
  }
  body.mac .footer-logo {
    font-size: 8rem;
    padding: 115px 0 30px;
  }

  .footer-description {
    text-align: center;
  }

  .footer-description .line {
    display: none;
  }
  .footer-description .ftext {
    width: 100%;
    padding: 0;
  }

  /* .footer-description::after {
      display: none;
    } */

  .footer-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .social-icons {
    margin-bottom: 10px;
  }

  .footer.nav {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  body.windows .footer-logo {
    font-size: 7rem;
    padding: 70px 0 70px;
  }
  body.mac .footer-logo {
    font-size: 7rem;
    padding: 190px 0 25px;
  }
  .footer-bgimg {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  .social-icon {
    width: 65px;
    height: 65px;
  }
  .social-icon svg{
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 576px) {
  body.windows .footer-logo {
    font-size: 4rem;
    padding: 50px 0 50px;
  }
  body.mac .footer-logo {
    font-size: 4rem;
    padding: 65px 0 20px;
  }

  .footer-nav a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  body.windows .footer-logo {
    font-size: 3.5rem;
    padding: 40px 0 40px;
  }
  body.mac .footer-logo {
    font-size: 3.5rem;
    padding: 60px 0 20px;
  }

}
@media (max-width: 326px) {
  body.windows .footer-logo {
    font-size: 2.4rem;
    padding: 24px 0 24px;
  }
  body.mac .footer-logo {
    font-size: 2.4rem;
    padding: 55px 0 20px;
  }

}


