body {
  background: #191919;
  color: #fff;
  font-family: "STIX Two Text";
}

.logo {
  position: relative;
}

.logo::before {
  content: "";
  position: absolute;
  top: 90%;
  right: 25%;
  left: 25%;
  width: 50%;
  height: 3px;
  border-radius: 50rem 0 50rem 0;
  background: #fff;
}

.navbar-toggler span {
  width: 1rem;
  height: 4px;
  background: #fff;
  color: #fff;
}

.logo {
  font-family: "Oleo Script Swash Caps", cursive;
  text-decoration: none;
  font-size: 1.25rem;
  font-size: clamp(1rem, 5vw, 1.5rem);
}

.open {
  transform: translateY(0%) !important;
  transition: all 0.4s ease-out;
}

.fixedNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  font-family: sans-serif;
  transform: translateY(-100%);
  transition: all 0.4s ease-out;
  background: rgba(25, 25, 25, 0.9);
}

.fixedNav button.close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.links {
  display: grid;
  height: 100%;
  width: 100%;
  place-content: center;
  text-align: center;
}

.nav-link {
  color: #aaa;
  transition: all 0.3s ease-in-out;
}

footer .nav-link {
  transition: none;
}

.nav-link:hover {
  color: #fff;
}

.home .container {
  height: 80vh;
}

button {
  font-family: sans-serif;
}

.modal-content {
  background: #222;
}

.modal-content p a {
  text-decoration: none;
}

.modal-content p a:hover {
  text-decoration: underline;
}

.modal-content .nav-link {
  transition: transform 0.3s ease-in-out;
}

.modal-content .nav-link:hover {
  transform: rotate(360deg);
}

.home p {
  color: #aaa;
}

h3.logo {
  font-family: "Oleo Script Swash Caps", cursive;
  position: relative;
}

h3.logo::before {
  content: "";
  position: absolute;
  top: 90%;
  right: 25%;
  left: 25%;
  width: 50%;
  height: 3px;
  border-radius: 50rem 0 50rem 0;
  background: #fff;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #191919;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main {
  position: relative;
  min-height: 89vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.mobile {
  position: relative;
  display: grid;
  place-content: center;
  width: 30vw;
  height: 100%;
  border: 8px solid rgb(9, 51, 85);
  border-radius: 1rem;
}
/*
.mobile::after {
  position: absolute;
  content: "";
  top: 15%;
  right: -13px;
  width: 4px;
  height: 20%;
  border-radius: 50rem;
  background: rgb(12, 60, 100);
  z-index: 1;
}
.mobile::before {
  position: absolute;
  content: "";
  top: 40%;
  right: -13px;
  width: 4px;
  height: 10%;
  border-radius: 50rem;
  background: rgb(12, 60, 100);
  z-index: 1;
}
.mobile img {
  border-radius: 4px;
}
*/
/* #Loader */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  background: #191919;
  z-index: 50;
}

.breeding-rhombus-spinner {
  height: 65px;
  width: 65px;
  position: relative;
  transform: rotate(45deg);
}

.breeding-rhombus-spinner,
.breeding-rhombus-spinner * {
  box-sizing: border-box;
}

.breeding-rhombus-spinner .rhombus {
  height: calc(65px / 7.5);
  width: calc(65px / 7.5);
  animation-duration: 2000ms;
  top: calc(65px / 2.3077);
  left: calc(65px / 2.3077);
  background-color: #fff;
  position: absolute;
  animation-iteration-count: infinite;
}

.breeding-rhombus-spinner .rhombus:nth-child(2n + 0) {
  margin-right: 0;
}

.breeding-rhombus-spinner .rhombus.child-1 {
  animation-name: breeding-rhombus-spinner-animation-child-1;
  animation-delay: calc(100ms * 1);
}

.breeding-rhombus-spinner .rhombus.child-2 {
  animation-name: breeding-rhombus-spinner-animation-child-2;
  animation-delay: calc(100ms * 2);
}

.breeding-rhombus-spinner .rhombus.child-3 {
  animation-name: breeding-rhombus-spinner-animation-child-3;
  animation-delay: calc(100ms * 3);
}

.breeding-rhombus-spinner .rhombus.child-4 {
  animation-name: breeding-rhombus-spinner-animation-child-4;
  animation-delay: calc(100ms * 4);
}

.breeding-rhombus-spinner .rhombus.child-5 {
  animation-name: breeding-rhombus-spinner-animation-child-5;
  animation-delay: calc(100ms * 5);
}

.breeding-rhombus-spinner .rhombus.child-6 {
  animation-name: breeding-rhombus-spinner-animation-child-6;
  animation-delay: calc(100ms * 6);
}

.breeding-rhombus-spinner .rhombus.child-7 {
  animation-name: breeding-rhombus-spinner-animation-child-7;
  animation-delay: calc(100ms * 7);
}

.breeding-rhombus-spinner .rhombus.child-8 {
  animation-name: breeding-rhombus-spinner-animation-child-8;
  animation-delay: calc(100ms * 8);
}

.breeding-rhombus-spinner .rhombus.big {
  height: calc(65px / 3);
  width: calc(65px / 3);
  animation-duration: 2000ms;
  top: calc(65px / 3);
  left: calc(65px / 3);
  background-color: #fff;
  animation: breeding-rhombus-spinner-animation-child-big 2s infinite;
  animation-delay: 0.5s;
}

@keyframes breeding-rhombus-spinner-animation-child-1 {
  50% {
    transform: translate(-325%, -325%);
  }
}

@keyframes breeding-rhombus-spinner-animation-child-2 {
  50% {
    transform: translate(0, -325%);
  }
}

@keyframes breeding-rhombus-spinner-animation-child-3 {
  50% {
    transform: translate(325%, -325%);
  }
}

@keyframes breeding-rhombus-spinner-animation-child-4 {
  50% {
    transform: translate(325%, 0);
  }
}

@keyframes breeding-rhombus-spinner-animation-child-5 {
  50% {
    transform: translate(325%, 325%);
  }
}

@keyframes breeding-rhombus-spinner-animation-child-6 {
  50% {
    transform: translate(0, 325%);
  }
}

@keyframes breeding-rhombus-spinner-animation-child-7 {
  50% {
    transform: translate(-325%, 325%);
  }
}

@keyframes breeding-rhombus-spinner-animation-child-8 {
  50% {
    transform: translate(-325%, 0);
  }
}

@keyframes breeding-rhombus-spinner-animation-child-big {
  50% {
    transform: scale(0.5);
  }
}

@media screen and (max-width: 767px) {
  .text {
    text-align: center;
  }
  .social-links {
    justify-content: center;
  }
  .mobile {
    width: 50vw;
    border: 4px solid rgb(12, 60, 100);
  }
  .mobile::after,
  .mobile::before {
    width: 3px;
    right: -8px;
  }
  .mobile img {
    border-radius: 1px;
  }
}
