@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Arimo", serif;
  background-color: white;
}

nav {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
nav nav video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
nav .cafe {
  color: white;
  font-size: 1rem;
  z-index: 1;
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 18rem;
  align-items: center;
  padding-top: 2rem;
}
@media (max-width: 900px) {
  nav .cafe {
    flex-direction: column;
    padding-top: 0;
    gap: 3rem;
  }
}
nav .cafe .cafe1 {
  background-color: red;
  padding: 1rem 2.5rem;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  font-weight: bolder;
}
@media (max-width: 900px) {
  nav .cafe .cafe1 {
    display: none;
  }
}
nav .cafe .cafe2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}
nav .cafe .cafe2 .cafe3 {
  font-size: 4rem;
  font-family: "Roboto", serif;
}
nav .cafe .cafe2 .cafe4 {
  font-size: 4rem;
  font-family: "Roboto", serif;
  border-bottom: 2px solid white;
  padding-bottom: 1rem;
}
nav .cafe .cafe2 .menu {
  display: flex;
  gap: 1rem;
  font-size: 1.5rem;
  align-items: center;
  font-weight: 100;
  border-bottom: 2px solid white;
  padding-bottom: 1rem;
}
nav .cafe .cafe2 .menu .unique {
  height: 25px;
  width: 25px;
}
nav .cafe .cafe2 .menu1 {
  display: flex;
  gap: 1rem;
  font-size: 1.5rem;
  align-items: center;
  font-weight: 100;
  border-bottom: 2px solid white;
  padding-bottom: 1rem;
}
nav .cafe .cafe2 .menu1 .unique {
  height: 25px;
  width: 25px;
}
nav .cafe .cafe2 .menu2 {
  display: flex;
  gap: 1rem;
  font-size: 1.5rem;
  align-items: center;
  font-weight: 100;
  border-bottom: 2px solid white;
  padding-bottom: 1rem;
}
nav .cafe .cafe2 .menu2 .unique {
  height: 25px;
  width: 25px;
}
nav .cafe .cafe2 .menu3 {
  display: flex;
  gap: 1rem;
  font-size: 1.5rem;
  align-items: center;
  font-weight: 100;
  border-bottom: 2px solid white;
  padding-bottom: 1rem;
}
nav .cafe .cafe2 .menu3 .unique {
  height: 25px;
  width: 25px;
}
nav .cafe .cafe2 .menu4 {
  display: flex;
  gap: 1rem;
  font-size: 1.5rem;
  align-items: center;
  font-weight: 100;
  border-bottom: 2px solid white;
  padding-bottom: 1rem;
}
nav .cafe .cafe2 .menu4 .unique {
  height: 25px;
  width: 25px;
}
nav .cafe .order {
  background-color: red;
  padding: 1rem 2.5rem;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  font-weight: bolder;
  display: none;
}
@media (max-width: 900px) {
  nav .cafe .order {
    display: block;
  }
}

.super {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.8rem;
  padding: 2rem;
}
@media (max-width: 981px) {
  .super {
    flex-direction: column;
    padding: 0.5rem 0;
  }
}
.super .super1 {
  width: 50%;
}
@media (max-width: 981px) {
  .super .super1 {
    width: 100%;
  }
}
.super .super1 .card {
  width: 100%;
  height: 100%;
}
.super .super2 {
  width: 50%;
}
@media (max-width: 981px) {
  .super .super2 {
    width: 100%;
  }
}
.super .super2 .card {
  width: 100%;
  height: 100%;
}

.certificate {
  background-color: #c9cfc2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 3rem;
  color: #0d243f;
}
@media (max-width: 981px) {
  .certificate {
    flex-direction: column;
    gap: 1rem;
  }
}
.certificate .cert1 {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.certificate .cert1 .twit {
  display: flex;
  gap: 0.6rem;
}
.certificate .cert1 .twit .bxl-facebook-square {
  font-size: 2.5rem;
  border-radius: 0.3rem;
}
.certificate .cert1 .twit .bxl-twitter {
  font-size: 2.5rem;
}
.certificate .cert1 .twit .bxl-instagram {
  font-size: 2.5rem;
}
.certificate .cert3 {
  display: flex;
  align-items: center;
}
.certificate .sub {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media (max-width: 790px) {
  .certificate .sub {
    flex-direction: column;
  }
}
.certificate .sub form {
  display: flex;
  gap: 0.5rem;
  background-color: #152f4e;
  color: white;
  width: 80%;
  align-items: center;
  border-radius: 0.5rem;
}
@media (max-width: 490px) {
  .certificate .sub form {
    font-size: 0.8rem;
    width: 100%;
  }
}
.certificate .sub form input {
  border: none;
  outline: none;
  padding: 1rem;
  color: #c9cfc2;
  width: 80%;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
@media (max-width: 490px) {
  .certificate .sub form input {
    font-size: 0.8rem;
    width: 50%;
  }
}
.certificate .sub .sub1 {
  background-color: #152f4e;
  padding: 1rem;
  border-radius: 0.5rem;
  color: white;
}
@media (max-width: 490px) {
  .certificate .sub .sub1 {
    font-size: 0.8rem;
  }
}
.certificate .sub .info {
  background-color: blue;
}
@media (max-width: 981px) {
  .certificate .sub .info {
    font-size: 0.9rem;
  }
}

footer {
  background-color: #a8b49e;
  color: #152f4e;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
}
footer .location {
  display: flex;
  gap: 10rem;
}
@media (max-width: 981px) {
  footer .location {
    flex-direction: column;
    gap: 1.5rem;
  }
}
footer .location .loaction1 {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
footer .location .location2 {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
footer .location .location3 {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
footer .loacationa {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
footer .privacy {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 490px) {
  footer .privacy {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */