@font-face {
  font-family: Bebas;
  src: url(../font/BebasNeue-Regular.ttf);
}

@font-face {
  font-family: Audiowide;
  src: url(../font/Audiowide-Regular.ttf);
}

@font-face {
  font-family: Lato-light;
  src: url(../font/Lato-Light.ttf);
}

@font-face {
  font-family: Lato-regular;
  src: url(../font/Lato-Regular.ttf);
}

body {
  color: #fff;
  font-family: Lato-light;
}

.bg-color {
  background-color: #000;
}

.main-bg {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 5%, rgba(87, 0, 255, 0.05) 50%),
    url(../imgs/kdrive-bg.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100svh;
  min-height: 100vh;
  position: relative;
}

.gumi-bg {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 5%, rgba(87, 0, 255, 0.05) 50%),
    url(../imgs/kdrive-bg-gumiszerviz.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100svh;
  min-height: 100vh;
  position: relative;
}

.sticky-header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.offcanvas {
  --bs-offcanvas-width: 100vw;
}

.navright-wrapper {
  display: flex;
}

.navleft-wrapper {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 1rem;
  display: flex;
  align-items: stretch;
  position: relative;
}

.navleft-wrapper div {
  padding-left: 1rem;
  padding-right: 1rem;
}

.navleft-wrapper > div {
  position: relative;
  display: flex;
  align-items: center;
}

.navleft-wrapper > div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: white;
}

.navleft-wrapper > div:last-child::after {
  display: none;
}

.nav-tel a {
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-family: Lato-regular;
}

.nav-tel a:hover {
  font-size: 1.5rem;
  color: #5600ff;
  text-decoration: underline;
  font-weight: 400;
}

.kdrive-logo-small {
  max-width: 200px;
}

.nav-icon {
  max-width: 90px;
  height: auto;
}

.home-container {
  display: flex;
  align-items: center;
  min-width: 70px;
  min-height: 70px;
  height: 100%;
  justify-content: center;
  padding: 0.5rem;
  background-color: #5700ff;
  transition: all 0.3s;
}

.home-container img {
  width: 45px;
  height: 45px;
}

.email-svg-icon {
  background-image: url(../imgs/email-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 30px;
  min-height: 30px;
  transition: all 0.1s;
}

.facebook-svg-icon {
  background-image: url(../imgs/fb-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 30px;
  min-height: 30px;
  transition: all 0.1s;
}

.info-svg-icon {
  background-image: url(../imgs/info-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 30px;
  min-height: 30px;
  transition: all 0.1s;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(241deg)
    brightness(103%) contrast(103%);
}

.info-svg-icon:hover {
  filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(6109%) hue-rotate(264deg)
    brightness(99%) contrast(133%);
  transition: all 0.1s;
}

.email-svg-icon:hover {
  filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(6109%) hue-rotate(264deg)
    brightness(99%) contrast(133%);
  transition: all 0.1s;
}

.facebook-svg-icon:hover {
  filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(6109%) hue-rotate(264deg)
    brightness(99%) contrast(133%);
  transition: all 0.1s;
}

.main-text-wrapper {
  padding-top: 5vh;
  padding-left: 15vw;
  position: absolute;
  top: 45%;
  left: 29%;
  transform: translate(-50%, -50%);
}

.nagy-logo {
  max-width: 45%;
}

.non-hero-logo {
  max-width: 50%;
}

.main-text {
  font-size: 5rem;
  margin-top: 2rem;
  padding-left: 5vw;
  letter-spacing: 1rem;
  font-family: Audiowide;
}

.main-text div:first-child,
.main-text div:last-child {
  line-height: 6rem;
}

.smaller-main-text {
  font-size: 5rem;
  line-height: 5rem !important;
}

.bottom-menu-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}

.bottom-menu-layout {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#top-hidden {
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.show-on-scroll {
  opacity: 1 !important;
  transition: 0.6s ease-in-out !important;
}

#hide-on-scroll {
  opacity: 1;
  transition: 0.2s ease-in-out;
}

.bottom-hidden {
  opacity: 0 !important;
  transition: 0.4s ease-in-out !important;
}

.column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 295px;
}

.top-right-btn {
  display: block;
  text-align: center;
  padding: 1rem 0;
  color: white;
  text-decoration: none;
  min-width: 295px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 300;
  transition: all 0.3s;
  height: fit-content;
  font-family: Lato-regular;
}

.top-right-btn:hover {
  filter: brightness(80%);
  transition: all 0.3s;
}

.bottom-right-btn {
  display: block;
  text-align: center;
  padding: 1.2rem 0;
  color: white;
  text-decoration: none;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 300;
  transition: all 0.3s;
  font-family: Lato-regular;
}

.bottom-right-btn:hover {
  filter: brightness(80%);
  transition: all 0.3s;
}

.column ul li {
  margin-bottom: 1px;
  margin-left: 1.25rem;
  font-size: 1.25rem;
}

.column ul li::marker {
  font-size: 1.5rem;
}

.arrow {
  margin-bottom: 0.5rem;
}

.arrow-size {
  margin-left: -0.4rem;
  min-height: 70px;
  height: 70px;
}

.column ul {
  list-style: square;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  flex-grow: 1;
}

.blue-marker li::marker {
  color: #5700ff;
}

.blue-btn {
  background-color: #5700ff;
}

.blue-btn-top {
  background-color: #5700ff;
  display: inline-block;
}

.red-marker li::marker {
  color: #ff0049;
}

.red-btn {
  background-color: #ff0049;
}

.red-btn-top {
  background-color: #ff0049;
  display: inline-block;
}

.darkblue-marker li::marker {
  color: #1d0a42;
}

.darkblue-btn {
  background-color: #1d0a42;
}

.darkblue-btn-top {
  background-color: #1d0a42;
  display: inline-block;
}

.blue-arrow {
  filter: brightness(0) saturate(100%) invert(11%) sepia(95%) saturate(7441%) hue-rotate(265deg)
    brightness(91%) contrast(128%);
}

.red-arrow {
  filter: invert(21%) sepia(96%) saturate(7266%) hue-rotate(337deg) brightness(99%) contrast(108%);
}

.darkblue-arrow {
  filter: invert(6%) sepia(54%) saturate(5942%) hue-rotate(259deg) brightness(81%) contrast(101%);
}

.auto-bg {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 5%, rgba(255, 0, 73, 0.05) 50%),
    url(../imgs/kdrive-bg-autoszereles.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100svh;
  min-height: 100vh;
  position: relative;
}

.karban-bg {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 5%, rgba(255, 0, 73, 0.05) 50%),
    url(../imgs/kdrive-bg-karbantartas.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100svh;
  min-height: 100vh;
  position: relative;
}

.info-bg {
  background-color: #3c3c3c;
  min-height: 100svh;
  min-height: 100vh;
  position: relative;
}

.bg-color-gumi {
  background-color: #000;
  position: relative;
}

.bg-color-auto {
  background-color: #000;
  position: relative;
}

.bg-color-karban {
  background-color: #000;
  position: relative;
}

#color-overlay-blue {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(at right center, rgba(0, 0, 0, 0.1), rgba(87, 0, 255, 1));
  z-index: 2;
}

#color-overlay-red {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(at right center, rgba(0, 0, 0, 0.1), rgba(255, 0, 74, 1));
  z-index: 2;
}

#color-overlay-darkblue {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(at right center, rgba(0, 0, 0, 0.1), rgba(29, 10, 66, 1));
  z-index: 2;
}

.gumi-subpage-wrapper {
  position: absolute;
  top: 50%;
  left: 39%;
  transform: translate(-50%, -50%);
}

.auto-subpage-wrapper {
  position: absolute;
  top: 50%;
  left: 34.5%;
  transform: translate(-50%, -50%);
}

.karban-subpage-wrapper {
  position: absolute;
  top: 50%;
  left: 31%;
  transform: translate(-50%, -50%);
}

.subpage-text {
  font-size: 3rem;
  font-weight: 300;
}

.subpage-text-wrapper {
  margin-left: 3.4vw;
}

.subpage-text-wrapper-auto {
  margin-left: 3.4vw;
}

.subpage-text-wrapper-karban {
  margin-left: 3.3vw;
}

.subpage-title {
  font-size: 5rem;
  font-weight: 600;
  font-family: Audiowide;
}

.price-table-wrap {
  position: absolute;
  top: 54%;
  right: 0;
}

.price-table-wrap div {
  padding: 1rem 2rem;
  font-size: 1.5rem;
  border-right: 1px solid #fff;
  text-align: end;
}

.price-table-wrap div a {
  color: #fff;
  text-decoration: none;
}

.price-table-wrap div a:hover {
  color: #fff;
  text-decoration: underline;
}

.price-table {
  border-bottom: 1px solid #fff;
}

.subpage-title-divider {
  display: flex;
  justify-content: start;
}

.subpage-title-divider hr {
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
  width: 30%;
  opacity: 1;
  border-radius: 20px;
}

.info-sections {
  display: flex;
}

.info-sections .info-1,
.info-sections .info-2,
.info-sections .info-3,
.info-sections .info-map {
  height: 100vh;
}

.info-2 {
  background-color: #353535;
}

.info-3 {
  background-color: #292929;
}

.info-map {
  position: relative;
  display: flex;
  align-items: center;
}

.utvonal-btn {
  font-size: 1.4rem;
  background-color: #5600ff;
  padding: 1rem 1rem;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.utvonal-btn:hover {
  text-decoration: underline;
}

.info-map iframe {
  width: 100%;
  height: 99.2vh;
}

.info-1 {
  position: relative;
}

.info-1-wrap {
  position: absolute;
  top: 50%;
  left: 41%;
  transform: translate(-50%, -50%);
  width: auto;
}

.info-text-divider hr {
  width: 50%;
  border: 1px solid #fff;
  opacity: 1;
  border-radius: 10px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.info-text-divider-wide hr {
  width: 100%;
  border: 1px solid #fff;
  opacity: 1;
  border-radius: 10px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.info-1-img .nagy-logo {
  width: 500px;
}

.info-1-text {
  font-size: 1.2rem;
  margin-left: 6rem;
  margin-top: 3rem;
}

.copyright-text {
  position: absolute;
  bottom: 5%;
  left: 27%;
}

.info-2 {
  position: relative;
}

.info-2-text {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
}

.info-3 {
  position: relative;
}

.info-3-text {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
}

.info-sections a {
  text-decoration: none;
  color: #fff;
}

.info-sections a:hover {
  text-decoration: underline;
  color: #fff;
}

@media (min-width: 2500px) {
  .gumi-subpage-wrapper {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
  }

  .auto-subpage-wrapper {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
  }

  .karban-subpage-wrapper {
    position: absolute;
    top: 50%;
    left: 33.5%;
    transform: translate(-50%, -50%);
  }

  .info-map {
    position: relative;
    display: flex;
    align-items: center;
  }

  .utvonal-btn {
    font-size: 2.5rem;
    background-color: #5600ff;
    padding: 1rem 1rem;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-weight: 600;
    width: 100%;
  }

  .home-container {
    display: flex;
    align-items: center;
    min-width: 100px;
    min-height: 100px;
    justify-content: center;
    padding: 1rem 1rem;
    background-color: #5700ff;
  }

  .home-container img {
    width: 70px;
    height: 70px;
  }
  .column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 445px;
  }

  .column ul li {
    margin-bottom: 1px;
    margin-left: 2rem;
    font-size: 1.8rem;
  }

  .column ul li::marker {
    font-size: 2rem;
  }

  .top-right-btn {
    display: block;
    text-align: center;
    padding: 1rem 0;
    color: white;
    text-decoration: none;
    min-width: 445px;
    width: 100%;
    font-size: 2.5rem;
    font-weight: 300;
    transition: all 0.3s;
    height: fit-content;
  }

  .bottom-right-btn {
    display: block;
    text-align: center;
    padding: 1.2rem 0;
    color: white;
    text-decoration: none;
    width: 100%;
    font-size: 2.5rem;
    font-weight: 300;
    transition: all 0.3s;
  }

  .arrow-size {
    max-width: 4%;
    height: auto;
    margin-left: -0.1rem;
  }

  .navleft-wrapper div {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .kdrive-logo-small {
    max-width: 300px;
  }

  .kdrive-logo-small img {
    width: 400px;
  }

  .nav-icon {
    max-width: 150px;
    height: auto;
  }

  .email-svg-icon {
    background-image: url(../imgs/email-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 45px;
    min-height: 45px;
    transition: all 0.1s;
  }

  .facebook-svg-icon {
    background-image: url(../imgs/fb-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 45px;
    min-height: 45px;
    transition: all 0.1s;
  }

  .info-svg-icon {
    background-image: url(../imgs/info-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 45px;
    min-height: 45px;
    transition: all 0.1s;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(241deg)
      brightness(103%) contrast(103%);
  }

  .info-svg-icon:hover {
    filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(6109%) hue-rotate(264deg)
      brightness(99%) contrast(133%);
    transition: all 0.1s;
  }

  .nav-tel {
    min-width: 400px;
  }

  .nav-tel a {
    font-size: 1.8rem;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
  }
  .nav-tel a:hover {
    font-size: 2.5rem;
    color: #5600ff;
    text-decoration: none;
    font-weight: 400;
  }

  .main-text-wrapper {
    padding-top: 10vh;
    padding-left: 15vw;
    position: absolute;
    top: 45%;
    left: 30%;
    transform: translate(-50%, -50%);
  }

  .nagy-logo {
    max-width: 50%;
  }

  .main-text {
    font-size: 8rem;
    margin-top: 2rem;
    padding-left: 5.5vw;
    letter-spacing: 1.5rem;
    font-family: Audiowide;
  }

  .main-text div:first-child,
  .main-text div:last-child {
    line-height: 10rem;
  }

  .smaller-main-text {
    font-size: 7rem;
    line-height: 5rem !important;
  }

  .subpage-title {
    font-size: 7rem;
    font-weight: 600;
    font-family: Audiowide;
  }

  .subpage-text-wrapper {
    margin-left: 3vw;
  }

  .subpage-text-wrapper-auto {
    margin-left: 3.5vw;
  }

  .subpage-text-wrapper-karban {
    margin-left: 3.6vw;
  }

  .subpage-text {
    font-size: 4.5rem;
    font-weight: 300;
    margin-top: 3rem;
  }

  .subpage-title-divider {
    display: flex;
    justify-content: start;
  }

  .subpage-title-divider hr {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff;
    width: 35%;
    opacity: 1;
    border-radius: 20px;
  }

  .price-table-wrap {
    position: absolute;
    top: 55%;
    right: 0;
  }

  .price-table-wrap div {
    padding: 1rem 2rem;
    font-size: 2.5rem;
    border-right: 1px solid #fff;
    text-align: end;
  }

  .info-1 {
    position: relative;
  }

  .info-1-wrap {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    min-width: 900px;
  }

  .info-text-divider hr {
    width: 50%;
    border: 1px solid #fff;
    opacity: 1;
    border-radius: 10px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .info-text-divider-wide hr {
    width: 100%;
    border: 1px solid #fff;
    opacity: 1;
    border-radius: 10px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .info-1-img .nagy-logo {
    width: 500px;
  }

  .info-1-text {
    font-size: 2rem;
    margin-left: 8.5rem;
    margin-top: 3rem;
  }

  .copyright-text {
    position: absolute;
    bottom: 5%;
    left: 33%;
    font-size: 2rem;
  }

  .info-2 {
    position: relative;
  }

  .info-2-text {
    position: absolute;
    top: 41.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
  }

  .info-3 {
    position: relative;
  }

  .info-3-text {
    position: absolute;
    top: 56.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
  }
}

@media (min-width: 3600px) {
  .gumi-subpage-wrapper {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
  }

  .auto-subpage-wrapper {
    position: absolute;
    top: 50%;
    left: 40.5%;
    transform: translate(-50%, -50%);
  }

  .karban-subpage-wrapper {
    position: absolute;
    top: 50%;
    left: 33.5%;
    transform: translate(-50%, -50%);
  }

  .subpage-text-wrapper {
    margin-left: 3vw;
  }

  .subpage-text-wrapper-auto {
    margin-left: 2.8vw;
  }

  .subpage-text-wrapper-karban {
    margin-left: 2.8vw;
  }

  .info-map {
    position: relative;
    display: flex;
    align-items: center;
  }

  .utvonal-btn {
    font-size: 4rem;
    background-color: #5600ff;
    padding: 1rem 2rem;
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-weight: 600;
    width: 100%;
  }

  .column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 700px;
  }

  .column ul li {
    margin-bottom: 1px;
    margin-left: 3rem;
    font-size: 3rem;
  }

  .column ul li::marker {
    font-size: 3.5rem;
  }

  .top-right-btn {
    display: block;
    text-align: center;
    padding: 1rem 0;
    color: white;
    text-decoration: none;
    min-width: 700px;
    width: 100%;
    font-size: 4rem;
    font-weight: 300;
    transition: all 0.3s;
    height: fit-content;
  }

  .bottom-right-btn {
    display: block;
    text-align: center;
    padding: 1.2rem 0;
    color: white;
    text-decoration: none;
    width: 100%;
    font-size: 4rem;
    font-weight: 300;
    transition: all 0.3s;
  }

  .arrow-size {
    max-width: 25%;
    height: auto;
    margin-left: 0.2rem;
  }

  .kdrive-logo-small {
    max-width: 450px;
  }

  .kdrive-logo-small img {
    width: 600px;
  }

  .home-container {
    display: flex;
    align-items: center;
    min-width: 120px;
    min-height: 120px;
    justify-content: center;
    padding: 2rem 2rem;
    background-color: #5700ff;
  }

  .home-container img {
    width: 90px;
    height: 90px;
  }

  .navleft-wrapper div {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-icon {
    max-width: 250px;
    height: auto;
  }

  .email-svg-icon {
    background-image: url(../imgs/email-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 70px;
    min-height: 70px;
    transition: all 0.1s;
  }

  .facebook-svg-icon {
    background-image: url(../imgs/fb-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 70px;
    min-height: 70px;
    transition: all 0.1s;
  }

  .info-svg-icon {
    background-image: url(../imgs/info-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 70px;
    min-height: 70px;
    transition: all 0.1s;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(241deg)
      brightness(103%) contrast(103%);
  }

  .info-svg-icon:hover {
    filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(6109%) hue-rotate(264deg)
      brightness(99%) contrast(133%);
    transition: all 0.1s;
  }

  .nav-tel {
    min-width: 500px;
  }

  .nav-tel a {
    font-size: 3rem;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
  }

  .nav-tel a:hover {
    font-size: 4rem;
    color: #5600ff;
    text-decoration: underline;
    font-weight: 400;
  }

  .main-text-wrapper {
    padding-top: 8vh;
    padding-left: 15vw;
    position: absolute;
    top: 45%;
    left: 28%;
    transform: translate(-50%, -50%);
  }

  .nagy-logo {
    max-width: 80%;
  }

  .main-text {
    font-size: 12rem;
    margin-top: 4rem;
    padding-left: 5.3vw;
    letter-spacing: 1.5rem;
    font-family: Audiowide;
  }

  .main-text div:first-child,
  .main-text div:last-child {
    line-height: 12rem;
  }

  .smaller-main-text {
    font-size: 12rem;
    line-height: 12rem !important;
  }

  .subpage-title {
    font-size: 10rem;
    font-weight: 600;
    font-family: Audiowide;
  }

  .subpage-text {
    font-size: 6.8rem;
    font-weight: 300;
    margin-top: 3rem;
  }

  .subpage-title-divider {
    display: flex;
    justify-content: start;
  }

  .subpage-title-divider hr {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff;
    width: 25%;
    opacity: 1;
    border-radius: 20px;
  }

  .price-table-wrap div {
    padding: 1rem 2rem;
    font-size: 4rem;
    border-right: 3px solid #fff;
    text-align: end;
  }

  .price-table {
    border-bottom: 3px solid #fff;
  }

  .info-1 {
    position: relative;
  }

  .info-1-wrap {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    min-width: 1100px;
  }

  .info-text-divider hr {
    width: 50%;
    border: 1px solid #fff;
    opacity: 1;
    border-radius: 10px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .info-text-divider-wide hr {
    width: 100%;
    border: 1px solid #fff;
    opacity: 1;
    border-radius: 10px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .info-1-img .nagy-logo {
    width: 500px;
  }

  .info-1-text {
    font-size: 3rem;
    margin-left: 13.5rem;
    margin-top: 8rem;
  }

  .copyright-text {
    position: absolute;
    bottom: 5%;
    left: 26.5%;
    font-size: 3rem;
  }

  .info-2 {
    position: relative;
  }

  .info-2-text {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
  }

  .info-3 {
    position: relative;
  }

  .info-3-text {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .gumi-subpage-wrapper {
    position: absolute;
    top: 50%;
    left: 41%;
    transform: translate(-50%, -50%);
  }

  .auto-subpage-wrapper {
    position: absolute;
    top: 50%;
    left: 37%;
    transform: translate(-50%, -50%);
  }

  .karban-subpage-wrapper {
    position: absolute;
    top: 50%;
    left: 32.5%;
    transform: translate(-50%, -50%);
  }

  .subpage-text-wrapper {
    margin-left: 3.7vw;
  }

  .subpage-text-wrapper-auto {
    margin-left: 3.8vw;
  }

  .subpage-text-wrapper-karban {
    margin-left: 3.8vw;
  }

  .column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 205px;
  }

  .column ul li {
    margin-bottom: 1px;
    margin-left: 1rem;
    font-size: 0.9rem;
  }

  .column ul li::marker {
    font-size: 1rem;
  }

  .top-right-btn {
    display: block;
    text-align: center;
    padding: 1rem 0;
    color: white;
    text-decoration: none;
    min-width: 205px;
    width: 100%;
    font-size: 1rem;
    font-weight: 300;
    transition: all 0.3s;
    height: fit-content;
  }

  .bottom-right-btn {
    display: block;
    text-align: center;
    padding: 1.2rem 0;
    color: white;
    text-decoration: none;
    width: 100%;
    font-size: 1rem;
    font-weight: 300;
    transition: all 0.3s;
  }

  .arrow-size {
    max-width: 5%;
    height: auto;
    margin-left: -0.2rem;
  }

  .arrow {
    margin-bottom: 0;
  }

  .kdrive-logo-small {
    max-width: 180px;
  }

  .kdrive-logo-small a img {
    width: 190px;
  }

  .navleft-wrapper {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 1rem;
    display: flex;
    align-items: stretch;
  }

  .navleft-wrapper div {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .home-container {
    display: flex;
    align-items: center;
    min-width: 35px;
    min-height: 35px;
    justify-content: center;
    padding: 0.5rem 0.5rem;
    background-color: #5700ff;
  }

  .home-container img {
    width: 40px;
    height: 40px;
  }

  .nav-icon {
    max-width: 150px;
    height: auto;
  }

  .email-svg-icon {
    background-image: url(../imgs/email-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 25px;
    min-height: 25px;
    transition: all 0.1s;
  }

  .facebook-svg-icon {
    background-image: url(../imgs/fb-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 25px;
    min-height: 25px;
    transition: all 0.1s;
  }

  .info-svg-icon {
    background-image: url(../imgs/info-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 25px;
    min-height: 25px;
    transition: all 0.1s;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(241deg)
      brightness(103%) contrast(103%);
  }

  .info-svg-icon:hover {
    filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(6109%) hue-rotate(264deg)
      brightness(99%) contrast(133%);
    transition: all 0.1s;
  }

  .nav-tel {
    min-width: 100px;
  }

  .nav-tel a {
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
  }

  .nav-tel a:hover {
    font-size: 1rem;
    color: #5600ff;
    text-decoration: underline;
    font-weight: 400;
  }

  .main-text-wrapper {
    padding-top: 10vh;
    padding-left: 15vw;
    position: absolute;
    top: 45%;
    left: 28.5%;
    transform: translate(-50%, -50%);
  }

  .nagy-logo {
    max-width: 45%;
  }

  .main-text {
    font-size: 2.8rem;
    margin-top: 2rem;
    padding-left: 4.8vw;
    letter-spacing: 0.8rem;
    font-family: Audiowide;
  }

  .main-text div:first-child,
  .main-text div:last-child {
    line-height: 2rem;
  }

  .smaller-main-text {
    font-size: 2.8rem;
    line-height: 2rem;
  }

  .subpage-title {
    font-size: 4rem;
    font-weight: 600;
    font-family: Audiowide;
  }

  .subpage-text {
    font-size: 2.5rem;
    font-weight: 300;
    margin-top: 1rem;
  }

  .subpage-title-divider {
    display: flex;
    justify-content: start;
  }

  .subpage-title-divider hr {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff;
    width: 25%;
    opacity: 1;
    border-radius: 20px;
  }

  .price-table-wrap div {
    padding: 1rem 2rem;
    font-size: 1.3rem;
    border-right: 3px solid #fff;
    text-align: end;
  }

  .price-table {
    border-bottom: 3px solid #fff;
  }

  .info-1 {
    position: relative;
  }

  .info-1-wrap {
    position: absolute;
    top: 50%;
    left: 37.5%;
    transform: translate(-50%, -50%);
    width: auto;
  }

  .info-text-divider hr {
    width: 50%;
    border: 1px solid #fff;
    opacity: 1;
    border-radius: 10px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .info-text-divider-wide hr {
    width: 100%;
    border: 1px solid #fff;
    opacity: 1;
    border-radius: 10px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .info-1-img .nagy-logo {
    width: 500px;
  }

  .info-1-text {
    font-size: 1rem;
    margin-left: 4.5rem;
    margin-top: 3rem;
  }

  .copyright-text {
    position: absolute;
    bottom: 5%;
    left: 24.5%;
  }

  .info-2 {
    position: relative;
  }

  .info-2-text {
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
  }

  .info-3 {
    position: relative;
  }

  .info-3-text {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
  }
}

@media (min-width: 577px) and (max-width: 1199px) {
  .smaller-main-text {
    font-size: 2rem;
    line-height: 2rem;
  }

  .utvonal-btn {
    font-size: 2rem;
    background-color: #5600ff;
    padding: 2rem 2rem;
    position: static;
    transform: none;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    margin-top: 2rem;
  }
  .main-bg {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 5%, rgba(87, 0, 255, 0.05) 50%),
      url(../imgs/kdrive-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100svh;
    min-height: 100vh;
    position: relative;
  }

  .gumi-bg {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 5%, rgba(87, 0, 255, 0.05) 50%),
      url(../imgs/kdrive-bg-gumiszerviz.png);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100svh;
    min-height: 100vh;
    position: relative;
  }

  .auto-bg {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 5%, rgba(255, 0, 73, 0.05) 50%),
      url(../imgs/kdrive-bg-autoszereles.png);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100svh;
    min-height: 100vh;
    position: relative;
  }

  .karban-bg {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 5%, rgba(255, 0, 73, 0.05) 50%),
      url(../imgs/kdrive-bg-karbantartas.png);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100svh;
    min-height: 100vh;
    position: relative;
  }

  .mobile-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: background-color 0.3s ease;
  }

  .mobile-header.scrolled {
    background-color: rgba(0, 0, 0, 0.75);
  }

  .home-container {
    display: flex;
    align-items: center;
    min-width: 35px;
    min-height: 35px;
    justify-content: center;
    padding: 1rem 1rem;
    background-color: #5700ff;
  }

  .home-container img {
    width: 40px;
    height: 30px;
  }

  .offcanvas-btn {
    background-color: #5700ff;
    border: 2px solid #5700ff;
    color: #fff;
  }

  .offcanvas-btn:active,
  .offcanvas-btn:focus-visible,
  .offcanvas-btn:hover {
    background-color: #5700ff !important;
    border: 2px solid #5700ff !important;
    color: #fff !important;
  }

  .menu-icon {
    font-size: 2rem;
  }

  .main-text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0;
    padding-left: 0;
    text-align: center;
  }

  .subpage-title {
    font-size: 3.5rem;
    margin-left: 0;
    margin-top: 2rem;
    text-align: center;
    font-family: Audiowide;
  }

  .main-text {
    font-size: 4rem;
    margin-top: 2rem;
    padding-left: 4vw;
    letter-spacing: 1rem;
    font-family: Audiowide;
    text-align: center;
  }

  .smaller-main-text {
    font-size: 4rem;
    line-height: 2rem;
  }

  .subpage-title-divider {
    display: flex;
    justify-content: center;
  }

  .subpage-title-divider hr {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff;
    width: 50%;
    opacity: 1;
    border-radius: 20px;
    margin-left: 0;
  }

  .nagy-logo {
    max-width: 70%;
  }

  .subpage-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .gumi-subpage-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
  }

  .auto-subpage-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
  }

  .karban-subpage-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
  }

  .mobile-price-table {
    font-size: 2rem;
  }

  .mobile-price-table a {
    color: #fff;
    text-decoration: none;
  }

  .mobile-time {
    font-size: 2rem;
  }

  .mobile-time a {
    color: #fff;
    text-decoration: none;
  }

  .mobile-price-border-1 {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .mobile-price-border-2 {
    border-bottom: 1px solid #fff;
  }

  .subpage-text {
    font-size: 2.5rem;
    text-align: center;
  }

  .subpage-text div {
    margin-bottom: 1.5rem;
  }

  .kdrive-logo-small {
    max-width: 250px;
    height: auto;
    display: flex;
    align-items: center;
  }

  .offcanvas-body {
    padding: 0;
  }

  .offcanvas-body a {
    text-decoration: none;
  }

  .offcanvas-body .category {
    height: 20vh;
    font-size: 4rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  .mobile-gumi {
    background-color: #5700ff;
  }

  .mobile-auto {
    background-color: #ff0049;
  }

  .mobile-karban {
    background-color: #1d0a42;
  }

  .info-text-divider hr {
    width: 50%;
    border: 1px solid #fff;
    opacity: 1;
    border-radius: 10px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mobile-info-text div {
    font-size: 1.5rem;
  }

  .mobile-info-text a {
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
  }

  .mobile-info-text a:hover {
    font-size: 1.5rem;
    color: #fff;
    text-decoration: underline;
  }

  .footer-icon .facebook-svg-icon {
    background-image: url(../imgs/fb-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 50px;
    min-height: 50px;
    transition: all 0.1s;
  }

  .mobile-map iframe {
    width: 500px;
    height: 400px;
  }
}

@media (max-width: 576px) {
  .gumi-subpage-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
  }

  .auto-subpage-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
  }

  .karban-subpage-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
  }

  .utvonal-btn {
    font-size: 1.5rem;
    background-color: #5600ff;
    padding: 1rem 1rem;
    position: static;
    transform: none;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    margin-top: 2rem;
  }

  .main-bg {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 5%, rgba(87, 0, 255, 0.05) 50%),
      url(../imgs/kdrive-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100svh;
    min-height: 100vh;
    position: relative;
  }

  .gumi-bg {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 5%, rgba(87, 0, 255, 0.05) 50%),
      url(../imgs/kdrive-bg-gumiszerviz.png);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100svh;
    min-height: 100vh;
    position: relative;
  }

  .auto-bg {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 5%, rgba(255, 0, 73, 0.05) 50%),
      url(../imgs/kdrive-bg-autoszereles.png);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100svh;
    min-height: 100vh;
    position: relative;
  }

  .karban-bg {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 5%, rgba(255, 0, 73, 0.05) 50%),
      url(../imgs/kdrive-bg-karbantartas.png);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100svh;
    min-height: 100vh;
    position: relative;
  }

  .mobile-header {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    transition: background-color 0.3s ease;
  }

  .mobile-header.scrolled {
    background-color: rgba(0, 0, 0, 0.75);
  }

  .home-container {
    display: flex;
    align-items: center;
    min-width: 25px;
    min-height: 25px;
    justify-content: center;
    padding: 0.5rem;
    background-color: #5700ff;
  }

  .home-container img {
    width: 40px;
    height: 30px;
  }

  .offcanvas-btn {
    background-color: #5700ff;
    border: 2px solid #5700ff;
    color: #fff;
  }

  .offcanvas-btn:active,
  .offcanvas-btn:focus-visible,
  .offcanvas-btn:hover {
    background-color: #5700ff !important;
    border: 2px solid #5700ff !important;
    color: #fff !important;
  }

  .menu-icon {
    font-size: 1.5rem;
  }

  .main-text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0;
    padding-left: 0;
    text-align: center;
  }

  .subpage-title {
    font-size: 2rem;
    margin-left: 0;
    margin-top: 1rem;
    text-align: center;
    font-family: Audiowide;
  }

  .subpage-title-divider {
    display: flex;
    justify-content: center;
  }

  .subpage-title-divider hr {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff;
    width: 50%;
    opacity: 1;
    border-radius: 20px;
    margin-left: 0;
  }

  .main-text {
    font-size: 2rem;
    margin-top: 2rem;
    padding-left: 4vw;
    letter-spacing: 0.5rem;
    font-family: Audiowide;
    text-align: center;
  }

  .main-text div:first-child,
  .main-text div:last-child {
    line-height: 2rem;
  }

  .smaller-main-text {
    font-size: 2rem;
    line-height: 2rem;
  }

  .nagy-logo {
    max-width: 90%;
  }

  .subpage-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }

  .mobile-price-table {
    font-size: 1.1rem;
  }

  .mobile-price-table a {
    color: #fff;
    text-decoration: none;
  }

  .mobile-time {
    font-size: 1.2rem;
  }

  .mobile-time a {
    color: #fff;
    text-decoration: none;
  }

  .mobile-price-border-1 {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .mobile-price-border-2 {
    border-bottom: 1px solid #fff;
  }

  .subpage-text {
    font-size: 1.5rem;
    text-align: center;
  }

  .subpage-text div {
    margin-bottom: 1rem;
  }

  .kdrive-logo-small {
    max-width: 180px;
    height: auto;
    display: flex;
    align-items: center;
  }

  .offcanvas-body {
    padding: 0;
  }

  .offcanvas-body a {
    text-decoration: none;
  }

  .offcanvas-body .category {
    height: 20vh;
    font-size: 4rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  .mobile-gumi {
    background-color: #5700ff;
  }

  .mobile-auto {
    background-color: #ff0049;
  }

  .mobile-karban {
    background-color: #1d0a42;
  }

  .info-text-divider hr {
    width: 50%;
    border: 1px solid #fff;
    opacity: 1;
    border-radius: 10px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mobile-info-text div {
    font-size: 1.1rem;
  }

  .mobile-info-text a {
    font-size: 1.1rem;
    color: #fff;
    text-decoration: none;
  }

  .mobile-info-text a:hover {
    font-size: 1.1rem;
    color: #fff;
    text-decoration: underline;
  }

  .footer-icon .facebook-svg-icon {
    background-image: url(../imgs/fb-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 50px;
    min-height: 50px;
    transition: all 0.1s;
  }

  .mobile-map iframe {
    width: 350px;
    height: 300px;
  }
}
