@import url("https://fonts.googleapis.com/css2?family=Agdasima:wght@400;700&family=Bebas+Neue&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Londrina+Sketch&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;
}
.scroll {
  background-color: #000000;
}
.scroll img {
  filter: invert(1);
}
.scroll .nav-links a {
  color: white;
}
.scroll .nav-links .hamburger .bars {
  background-color: white !important;
}
p {
  font-family: "Roboto Mono", monospace !important;
  font-weight: 300;
}
nav {
  position: fixed;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 2px solid black;
  z-index: 100;
}

nav .nav-links a {
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  margin: 15px;
  color: #333;
  font-size: 28px;
}

.home {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header {
  text-align: center;
  margin: 100px 0 10px 0;
}
.header h1 {
  font-size: 120px;
}

.image img {
  width: 100%;
  height: auto;
  padding: 20px;
}

.frames {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 20px;
  margin-top: 50px;
}
.frames img {
  width: 400px;
  height: auto;
  padding: 10px;
}

.frames p {
  padding: 10px;

  padding-top: 0px;
  padding-bottom: 2px;
  font-size: 17px;
}

.frames p:nth-child(3) {
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 15px;
}
.about {
  padding: 156px 10px;
  text-align: center;
  text-wrap: wrap;
}

.about div h2 {
  text-align: center;
  font-size: 45px;
}
.contact {
  margin: 40px;
  text-wrap: wrap;
  display: flex;
  justify-content: center;
}

.contact h3 {
  padding-bottom: 10px;
  font-size: 35px;
}

.contact p {
  font-size: 20px;
}

.getintouch {
  margin: 40px;
  margin-top: 100px;
  text-wrap: wrap;
  display: flex;
  text-align: center;
  justify-content: center;
  transition: all 1s;
}
.getintouch h3 {
  font-size: 28px;
}

.rating {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  flex-wrap: wrap;
}
.rating div {
  width: 56px;
  height: 64px;
  padding: 20px;
  border: 1px solid;
  margin: 8px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.rating div:hover {
  background-color: #333;
  color: white;
}
.submit {
  width: 100%;
  padding: 8px;
  border: none;
  border-radius: 8px;
  font-family: "Roboto Mono", monospace !important;
  background-color: #000000;
  cursor: pointer;
  color: white;
  margin: 10px;
}
.getintouch a {
  display: block;
  width: 100%;
  padding: 8px;
  border: none;
  border-radius: 8px;
  font-family: "Roboto Mono", monospace !important;
  cursor: pointer;
  color: #333;
  margin: 10px;
  text-decoration: none;
}
footer {
  display: flex;
  justify-content: space-between;
  margin: 20px;
  margin-top: 10em;
  align-items: center;
}

footer button {
  font-family: "Roboto Mono", monospace !important;
  padding: 12px 20px;
  background-color: white;
  color: black;
  border: 1px solid;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

footer button:hover {
  background-color: #333;
  color: white;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.bars {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: black;
}

.disable {
  display: none;
}

.disableget {
  opacity: 0;
  right: -1000;
}
.getin {
  transition: 0.4s all;
  writing-mode: vertical-lr;
  position: fixed;
  height: 200px;
  padding: 10px;
  width: 40px;
  background-color: #000000;
  top: 40%;
  right: 0;
  color: white;
  text-align: center;
  cursor: pointer;
  border-radius: 8px 0 0 8px;
}
.getin a {
  color: white;
  text-decoration: none;
}
.getin p {
  text-orientation: mixed;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
}

#container{
  display: none;
}

#loading{ 
  width: 100vh;
  height: 100vh;
  /* display: none; */
}
.loader {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #ce4233;
  letter-spacing: 0.2em;

  &::before,
  &::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #ce4233;
    position: absolute;
    animation: load 0.7s infinite alternate ease-in-out;
  }

  &::before {
    top: 0;
  }

  &::after {
    bottom: 0;
  }
}

@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}





/* Responsive */

@media (max-width: 1239px) {
  .header h1 {
    font-size: 100px;
  }
  .image9 {
    display: none;
  }
}
@media (max-width: 889px) {
  .header h1 {
    font-size: 80px;
  }
}

@media (max-width: 768px) {
  .hamburger {
    display: block;
  }
  .hamburger.active .bars:nth-child(2) {
    opacity: 0;
  }
  .active .bars:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .active .bars:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .nav-items {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 75px;
    z-index: 100;
    align-items: center;
    width: 100%;
    background-color: black;
    left: -100%;
    transition: 0.2s;
  }
  .nav-items a {
    color: white !important;
  }
  .nav-items.dis {
    width: 101vw;
    left: 0;
  }
}
@media (max-width: 440px) {
  .frames {
    width: 85%;
  }
  .images {
    width: 85%;
  }
  .frames img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 515px) {
  .header h1 {
    font-size: 42px;
  }

  .about div h2 {
    font-size: 30px;
  }
}
