@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import "./assets/css/navbar.css";
@import "./assets/css/landing.css";
@import "./assets/css/about.css";
@import "./assets/css/titlePartner.css";
@import "./assets/css/associate.css";
@import "./assets/css/reach.css";
@import "./assets/css/news.css";
@import "./assets/css/partners.css";
@import "./assets/css/gallery.css";
@import "./assets/css/contact.css";
@import "./assets/css/footer.css";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  min-height: 100vh;
  background: white;
  overflow-x: hidden;
  --grad: linear-gradient(
    135deg,
    rgba(198, 48, 201, 1) 0%,
    rgba(51, 157, 220, 1) 88%
  );
}

@media (min-width: 800px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: transparent;
  }

  ::-webkit-scrollbar-thumb {
    background: linear-gradient(
      135deg,
      rgba(198, 48, 201, 1) 0%,
      rgba(51, 157, 220, 1) 88%
    );
    border-radius: 0.5rem;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: rgba(198, 48, 201, 1) 0%;
  }

  ::-webkit-scrollbar-track {
    background-color: #ffffff;
  }

  ::-webkit-scrollbar-corner {
    background: transparent;
  }
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

.section {
  padding: 5rem 2rem;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.section .title {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  color: black;
}

.section .title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.5rem;

  transform: translateX(-50%);
  background: linear-gradient(
    135deg,
    rgba(198, 48, 201, 1) 0%,
    rgba(51, 157, 220, 1) 88%
  );
  width: 30%;
  height: 5px;
  border-radius: 5px;
}

.section .container {
  padding: 1rem 0;
  width: 90%;

  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

@media (max-width: 800px) {
  .section .title {
    font-size: 1.7rem;
  }

  .section .title::after {
    height: 4px;
    border-radius: 4px;
  }

  .section .container {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .section {
    padding: 4rem 2rem 3rem;
  }

  .section .title {
    font-size: 1.5rem;
  }

  .section .title::after {
    height: 3px;
    border-radius: 3px;
  }

  .section .container {
    gap: 2rem;
  }
}

/* loader */

#preloader {
  width: 100%;
  height: 100vh;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;

  position: fixed;
  z-index: 999;
}

#preloader .lds-roller {
  width: 80px;
  height: 80px;
}

#preloader .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

#preloader .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(198, 48, 201, 1) 0%,
    rgba(51, 157, 220, 1) 88%
  );
  margin: -4px 0 0 -4px;
}

#preloader .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

#preloader .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

#preloader .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

#preloader .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

#preloader .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

#preloader .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

#preloader .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

#preloader .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

#preloader .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

#preloader .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

#preloader .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

#preloader .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

#preloader .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

#preloader .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

#preloader .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

#preloader .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 850px) {
  #preloader .lds-roller {
    transform: scale(0.8);
  }
}

/* Loader Backup */

/* #preloader .lds-ripple {
  width: 80px;
  height: 80px;
}

#preloader .lds-ripple div {
  position: absolute;
  border: 4px solid #26B6CA;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@media (max-width: 850px) {
  #preloader .lds-ripple {
    transform: scale(0.8);
  }
} */
