@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap");

body {
  margin: 0;
  padding: 0;
  font-style: none;
  overflow-x: hidden;
}
#menu {
  display: block;
  width: 100px;
  height: 100px;
  cursor: pointer;
  margin: 3rem 0rem;
  position: absolute;
  right: 0px;
}
#circle1 {
  height: 90px;
  width: 90px;
  background-color: rgb(8, 8, 8);
  transition: 300ms;
  border-radius: 50%;
  transform: translate(-5px, -50%);
  position: fixed;
  z-index: -10;
  box-shadow: 0px 0px 10px;
}
.bar {
  height: 7px;
  width: 60px;
  background-color: rgb(255, 255, 255);
  display: block;
  border-radius: 7px;
  transition: 300ms;
}
#bar1 {
  transform: translate(10px, -7px);
}
#bar2 {
  transform: translateX(10px);
}
#bar3 {
  transform: translate(-30px, 7px);
  width: 30px;
  float: right;
}
.nav li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 8rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.nav li a:hover {
  color: rgb(237, 25, 108);
  transition: 300ms ease;
}
.nav li {
  list-style: none;
  padding: 16px 0;
  text-align: right;
}
.nav {
  padding: 0;
  margin: 10rem 3rem;
  transition: 0.3s ease;
  display: none;
}
.menu-bg,
#menu-bar {
  top: 0;
  right: 0;
  position: fixed;
}
.menu-bg {
  z-index: 100;
  width: 0;
  height: 0;
  margin: 0;
  background: radial-gradient(circle, #141414, #000000);
  border-radius: 0%;
  transition: 00ms ease;
}
#menu-bar {
  z-index: 200;
}
.change-bg {
  width: 100vw;
  height: 100vh;
}
.change .bar {
  background-color: rgb(255, 255, 255);
}
.change #bar1 {
  transform: translateY(10px) translateX(25px) rotateZ(45deg);
  width: 30px;
}
.change #bar3 {
  transform: translateY(-4px) translateX(-45px) rotateZ(-45deg);
}
.change #bar2 {
  opacity: 0;
}
.change {
  display: block;
}

.wrapper {
  display: flex;
  position: relative;
  background-color: #000000;
}
.header {
  width: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: space-between;
}
.blanks-logo {
  width: 10rem;
  margin-left: 2rem;
  margin-top: 3rem;
  position: fixed;
  z-index: 10;
}
.click-menu {
  width: 4rem;
  transform-origin: 50% 50%;
  margin-right: 2rem;
  margin-top: 1rem;
  transform: rotate(90deg);
}
.cover {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  color: white;
  font-family: "montserrat", sans-serif;
  font-size: 3rem;
  height: 100vh;
}
.cover h1:hover {
  color: rgb(237, 25, 108);
  transition: 100ms ease;
}
.scroll-mark {
  position: absolute;
  display: flex;
  margin: 0px 0px 10rem 0px;
  color: white;
  font-family: "montserrat", sans-serif;
  font-size: 0.8rem;
  bottom: 0;
}
/* 
=====================
GRID GALLERY PORTFOLIO
=====================
 */
.grid-portfolio {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 30vw);
  grid-gap: 0.25rem;
  background-color: #000;
}
.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-a {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(237, 25, 108, 1)
  );
  width: 100%;
  height: 100%;
  background-size: cover;
}
.img:hover {
  opacity: 70%;
  transition: 400ms ease;
}
#img-06 {
  object-position: 0 95%;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
/*=====================*/

footer {
  background-color: rgb(0, 0, 0);
}
.menu-bottom {
  display: flex;
  margin-right: 3rem;
  margin-left: 5rem;
  padding-top: 2rem;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  z-index: 20;
}
.menu-below-list {
  text-align: right;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.menu-below-list li a:hover {
  color: rgb(237, 25, 108);
  transition: 300ms ease;
}
.list-text {
  text-decoration: none;
  color: rgb(250, 250, 250);
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  z-index: 10;
}
.menu-below-list li {
  padding-bottom: 1rem;
  z-index: 20;
}
.last-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.compliance {
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6rem;
  justify-content: flex-end;
}
.compliance p {
  color: white;
  margin-right: 3rem;
}
.GMT {
  display: flex;
  color: white;
  font-family: "Montserrat", sans-serif;
}
.cities {
  display: flex;
  list-style: none;
  gap: 2rem;
}
.GMT li {
  display: inline-flex;
  margin-left: 1rem;
}
.time {
  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif;
}
.blanks-logo-footer {
  width: 9rem;
  margin-bottom: 6rem;
}

@media (max-width: 600px) {
  .cover {
    margin: 2rem;
    font-size: 2rem;
  }
  .menu-bottom {
    margin-right: 5rem;
    margin-left: 0rem;
  }
  .blanks-logo {
    visibility: hidden;
  }
  .last-footer {
    display: flex;
    margin: 0 auto;
    min-width: 20rem;
    justify-content: flex-end;
  }
  .list-text {
    font-size: 2.2rem;
  }

  .cities {
    display: flex;
    list-style: none;
    gap: 0rem;
    padding-left: 0rem;
  }
  .GMT {
    display: flex;
    margin-left: 0;
    margin-right: 4rem;
  }
  .GMT li {
    display: inline-flex;
    margin: 0 1rem;
  }
  .compliance {
    position: absolute;
    visibility: hidden;
  }
  .blanks-logo-footer {
    visibility: hidden;
  }
  .menu-bottom li {
    padding-bottom: 1rem;
  }
  .nav li a {
    font-size: 3rem;
  }
  .nav li {
    padding-top: 2rem;
  }
  .nav {
    margin: 6rem 2rem;
  }
  .grid-portfolio {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(10, 70vw);
  }
  #img-04 {
    object-position: 0 80%;
  }
}
