@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Roboto Condensed";
}

html {
  scroll-behavior: smooth;
}

a {
  position: relative;
  text-decoration: none;
  color: white;
  font-size: 20px;
  font-weight: 700;
  padding: 4px 15px;
  letter-spacing: 3px;
  transition: all 0.5s ease;
  text-transform: uppercase;

  &::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #04fdf2;
    transition: width 500ms ease;
  }

  &:hover::after {
    width: 100%;
  }
}

span {
  color: #04fdf2;
}

.header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #3f4045;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-container p {
  color: white;
  font-size: 40px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 3px;
}

.header img {
  width: 150px;
}

.links {
  display: flex;
  cursor: pointer;
  margin-bottom: 15px;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
}

.bg-img {
  position: absolute;
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 150px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  backdrop-filter: blur(7px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  z-index: 2;
}

.text-container h1 {
  color: #05c2b8;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 35px;
}

.service-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(128, 128, 128, 0.39);
  width: 100%;
  height: 100vh;
}

.left-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.left-text,
.right-element {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-element {
  display: flex;
  justify-content: space-around;
}

.names {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #246a73;
}

.prices {
  color: #246a73;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 20px;
}

.left-text h2 {
  color: #246a73;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 80px;
}

.line-wrapper {
  width: 1px;
  height: 80%;
  background-color: #6c8395;
  position: relative;
}

.line-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.line-notch {
  width: 10px;
  height: 50px;
  background-color: #6c8395;
  position: absolute;
  top: 50%;
  transform: translate(-50%);
}

.contact-section {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  clip-path: inset(0);
  overflow: hidden;

  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
      rgba(187, 187, 187, 0.63),
      rgba(112, 111, 111, 0.623)
    );
    backdrop-filter: blur(4px);
    z-index: 1;
  }
}

.contact-img {
  position: absolute;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  filter: brightness(62%);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.contact-text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 150px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  backdrop-filter: blur(7px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.contact-text h2 {
  color: #246a73;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 35px;
  margin-bottom: 40px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  margin-top: 30px;
}

.contact-item img {
  width: 32px;
  height: 32px;
  z-index: 2;
}

.footer {
  background-color: #3f4045;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 40px 0;
  position: relative;
}

.footer p {
  font-family: "Roboto Condensed";
  font-weight: 600;
  letter-spacing: 1px;
}

/* RESPONSIVE */

@media all and (max-width: 1440px) {
  .prices {
    font-size: 19px;
  }

  .names {
    font-size: 19px;
  }
}

@media all and (max-width: 1361px) {
  .prices {
    font-size: 17px;
  }

  .names {
    font-size: 17px;
  }
}

@media all and (max-width: 1200px) {
  .prices {
    font-size: 13px;
  }

  .names {
    font-size: 13px;
  }
}

@media all and (max-width: 1090px) {
  .text-container h1 {
    font-size: 30px;
  }
}

@media all and (max-width: 992px) {
  .prices {
    font-size: 11px;
  }

  .names {
    font-size: 11px;
  }

  .text-container {
    padding: 110px;
  }

  .text-container h1 {
    font-size: 27px;
  }

  .contact-text {
    padding: 100px;
  }
}

@media all and (max-width: 900px) {
  .service-section {
    display: flex;
    flex-direction: column;
  }

  .line-container {
    display: none;
  }

  .prices {
    font-size: 16px;
  }

  .names {
    font-size: 16px;
  }

  .right-element {
    gap: 70px;
    margin: 0 auto;
    align-items: baseline;
  }

  .left-text {
    max-height: 320px;
  }

  .left-text h2 {
    font-size: 55px;
  }

  .contact-text {
    padding: 60px;
  }

  .contact-text h2 {
    font-size: 27px;
    margin-bottom: 10px;
  }

  .text-container {
    padding: 10px 30px;
    margin: 0 15px;
    min-height: 250px;
  }

  .text-container h1 {
    font-size: 30px;
  }

  .footer p {
    font-size: 14px;
  }

  .header {
    flex-direction: column;
  }

  .header img {
    height: auto;
    width: 130px;
  }

  .logo-container {
    flex-direction: column;
    margin-bottom: 5px;
  }

  .logo-container p {
    font-size: 27px;
  }

  a {
    font-size: 15px;
  }
}

@media all and (max-width: 768px) {
  .text-container {
    padding: 0 25px;
    margin: 0 15px;
    min-height: 180px;
  }

  .text-container h1 {
    font-size: 23px;
  }

  .left-text {
    max-height: 320px;
  }

  .container {
    height: 80vh;
  }
}

@media all and (max-width: 659px) {
  .names {
    font-size: 15px;
  }

  .left-text {
    max-height: 350px;
  }

  .prices {
    font-size: 15px;
  }
}

@media all and (max-width: 605px) {
  .text-container {
    padding: 0 15px;
    margin: 0 15px;
    min-height: 180px;
  }

  .text-container h1 {
    font-size: 18px;
  }

  .left-text {
    max-height: 350px;
  }

  .left-text h2 {
    font-size: 45px;
  }

  .names {
    font-size: 14px;
  }

  .prices {
    font-size: 14px;
  }

  .container {
    height: 80vh;
  }
}

@media all and (max-width: 564px) {
  .container {
    height: 60vh;
  }

  .service-section {
    height: 80vh;
  }

  .text-container {
    padding: 0 15px;
    margin: 0 15px;
    min-height: 180px;
  }

  .text-container h1 {
    font-size: 18px;
  }

  .left-text {
    max-height: 290px;
  }

  .left-text h2 {
    font-size: 40px;
  }

  .names {
    font-size: 13px;
  }

  .prices {
    font-size: 13px;
  }

  .contact-text {
    padding: 40px;
  }

  .contact-text h2 {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .contact-section {
    height: 80vh;
  }

  .contact-item img {
    width: 27px;
    height: auto;
  }

  .logo-container p {
    font-size: 23px;
  }

  .header img {
    width: 120px;
    height: auto;
    margin-top: 2px;
  }

  a {
    font-size: 12px;
  }
}

@media all and (max-width: 530px) {
  .names {
    font-size: 12px;
  }

  .prices {
    font-size: 12px;
  }

  .left-text {
    max-height: 260px;
  }
}

@media all and (max-width: 500px) {
  .names {
    font-size: 11px;
  }

  .prices {
    font-size: 11px;
  }

  .left-text {
    max-height: 300px;
  }
}

@media all and (max-width: 478px) {
  .text-container {
    padding: 0 15px;
    margin: 0 15px;
    min-height: 180px;
  }

  .text-container h1 {
    font-size: 18px;
  }

  .left-text {
    max-height: 240px;
  }

  .container {
    height: 60vh;
  }

  .names {
    font-size: 10px;
  }

  .prices {
    font-size: 10px;
  }

  .service-section {
    height: 70vh;
  }

  .contact-section {
    height: 70vh;
  }
}

@media all and (max-width: 427px) {
  .names {
    font-size: 10px;
  }

  .right-element {
    gap: 50px;
  }

  .prices {
    font-size: 10px;
  }

  .text-container {
    padding: 0 15px;
    margin: 0 15px;
    min-height: 180px;
  }

  .text-container h1 {
    font-size: 16px;
  }

  .left-text {
    max-height: 230px;
  }

  .left-text h2 {
    font-size: 37px;
  }
}

@media all and (max-width: 405px) {
  .contact-text {
    padding: 20px;
  }

  .contact-text h2 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .footer p {
    font-size: 13px;
  }

  .names {
    font-size: 9px;
  }

  .prices {
    font-size: 9px;
  }

  .left-text {
    max-height: 220px;
  }

  .text-container {
    padding: 0 15px;
    margin: 0 15px;
    min-height: 180px;
  }

  .text-container h1 {
    font-size: 16px;
    line-height: 1.5;
  }

  a {
    padding: 0 10px;
  }
}

@media all and (max-width: 376px) {
  .prices {
    font-size: 8px;
  }

  .names {
    font-size: 8px;
  }

  .left-text {
    max-height: 290px;
  }
}
