@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: "Bodoni";
  src: url("../font/BodoniModa.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: "Bodoni";
  src: url("../font/BodoniModa-Italic.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
}

@font-face {
  font-family: Lato-light;
  src: url(../font/Lato-Light.ttf);
}

@font-face {
  font-family: Lato-regular;
  src: url(../font/Lato-Regular.ttf);
}

:root {
  --black: #0e1627;
  --mattepurple: #7f6269;
  --darkbeige: #bd8e89;
  --beige: #e5c5c1;
  --lightbeige: #f4e1e0;
}

.down-arrow-darkbeige {
  filter: brightness(0) saturate(100%) invert(75%) sepia(5%) saturate(2865%) hue-rotate(316deg)
    brightness(85%) contrast(69%);
}

.down-arrow-mattepurple {
  filter: brightness(0) saturate(100%) invert(38%) sepia(31%) saturate(288%) hue-rotate(295deg)
    brightness(97%) contrast(84%);
}

.down-arrow-black {
  filter: brightness(0) saturate(100%) invert(9%) sepia(12%) saturate(2372%) hue-rotate(182deg)
    brightness(94%) contrast(101%);
}

.mobile-icon {
  filter: brightness(0) saturate(100%) invert(7%) sepia(9%) saturate(3810%) hue-rotate(182deg)
    brightness(97%) contrast(97%);
}

.main-subtext {
  font-size: 2.5rem;
  font-family: "Bodoni";
  font-weight: 600;
  font-style: italic;
  font-variation-settings: "opsz" 20;
  padding-left: 50%;
}

@media (max-width: 1200px) {
  .main-subtext {
    font-size: 2.5rem;
    font-family: "Bodoni";
    font-weight: 600;
    font-style: italic;
    font-variation-settings: "opsz" 20;
    padding-left: 0;
  }
}

.column ul,
.column .arrow {
  transition: opacity 0.3s ease;
}

body {
  color: var(--black);
  font-family: Lato-light;
}

.main-bg {
  background-image: url(../imgs/kalligrafikus-hero.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, var(--mattepurple) 5%, rgba(87, 0, 255, 0.05) 50%),
    url(../imgs/kalligrafikus-hero.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;
  background-color: transparent;
}

.offcanvas {
  --bs-offcanvas-width: 100vw;
  background-color: var(--beige);
}

.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: var(--black);
}

.navleft-wrapper > div:last-child::after {
  display: none;
}

.nav-tel a {
  font-size: 1.5rem;
  color: var(--black);
  text-decoration: none;
  font-weight: 400;
  font-family: Lato-regular;
}

.navleft-wrapper > div.white-divider::after {
  background-color: white;
}

.nav-tel a.white-text {
  color: white;
}

.nav-tel a:hover {
  font-size: 1.5rem;
  color: #00bfff;
  text-decoration: underline;
  font-weight: 400;
}

.kalligrafikus-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: var(--mattepurple);
  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;
  filter: brightness(0) saturate(100%);
}

.facebook-svg-icon {
  background-image: url(../imgs/fb-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 35px;
  min-height: 35px;
  transition: all 0.1s;
  filter: brightness(0) saturate(100%);
}

.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%);
}

.info-svg-icon:hover {
  filter: brightness(0) saturate(100%) invert(58%) sepia(88%) saturate(2351%) hue-rotate(169deg)
    brightness(103%) contrast(103%);

  transition: all 0.1s;
}

.email-svg-icon:hover {
  filter: brightness(0) saturate(100%) invert(58%) sepia(88%) saturate(2351%) hue-rotate(169deg)
    brightness(103%) contrast(103%);

  transition: all 0.1s;
}

.facebook-svg-icon:hover {
  filter: brightness(0) saturate(100%) invert(58%) sepia(88%) saturate(2351%) hue-rotate(169deg)
    brightness(103%) contrast(103%);

  transition: all 0.1s;
}

.facebook-svg-icon-big {
  background-image: url(../imgs/fb-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 40px;
  min-height: 40px;
  transition: all 0.1s;
  filter: brightness(0) saturate(100%);
  margin-right: 0.5rem;
}

.facebook-svg-icon-big:hover {
  filter: brightness(0) saturate(100%) invert(40%) sepia(9%) saturate(962%) hue-rotate(295deg)
    brightness(98%) contrast(86%);
  transition: all 0.1s;
}

.linkedin-svg-icon {
  background-image: url(../imgs/linkedin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 40px;
  min-height: 40px;
  transition: all 0.1s;
  filter: brightness(0) saturate(100%);
}

.linkedin-svg-icon:hover {
  filter: brightness(0) saturate(100%) invert(40%) sepia(9%) saturate(962%) hue-rotate(295deg)
    brightness(98%) contrast(86%);
  transition: all 0.1s;
}

@media (min-width: 2500px) {
  .facebook-svg-icon-big {
    min-width: 50px;
    min-height: 50px;
  }

  .linkedin-svg-icon {
    min-width: 50px;
    min-height: 50px;
  }
}

@media (min-width: 3400px) {
  .facebook-svg-icon-big {
    min-width: 80px;
    min-height: 80px;
  }

  .linkedin-svg-icon {
    min-width: 80px;
    min-height: 80px;
  }
}

.main-text-wrapper {
  padding-top: 0;
  padding-left: 15vw;
  position: absolute;
  top: 60%;
  left: 29%;
  transform: translate(-50%, -50%);
}

.nagy-logo {
  max-width: 45%;
}

.non-hero-logo {
  max-width: 50%;
}

.main-text {
  font-size: 10rem;
  margin-top: 2rem;
  padding-left: 5vw;
  font-family: "Bodoni";
  font-weight: 900;
  font-variation-settings: "opsz" 25;
}

.main-text div:first-child,
.main-text div:last-child {
  line-height: 10rem;
}

.smaller-main-text {
  font-size: 5rem;
  line-height: 5rem !important;
}

.bottom-menu-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}

.bottom-menu-layout {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
/*
#top-hidden {
  opacity: 1;
  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;
}

.menu-btn {
  display: block;
  text-align: center;
  padding: 1.05rem 0;
  color: white;
  text-decoration: none;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 300;
  transition: all 0.3s;
  font-family: "Bodoni";
}

.menu-btn:hover {
  filter: brightness(80%);
  transition: all 0.3s;
}

.column ul li {
  margin-bottom: 1px;
  margin-left: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
  font-family: "Bodoni";
  font-style: italic;
}

.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;
  margin-top: 1rem;
}

.darkbeige-marker li {
  color: var(--darkbeige);
}

.darkbeige-marker li::marker {
  color: var(--darkbeige);
}

.darkbeige-btn {
  background-color: var(--darkbeige);
}

.darkbeige-btn-top {
  background-color: var(--darkbeige);
  display: inline-block;
}

.mattepurple-marker li {
  color: var(--mattepurple);
}

.mattepurple-marker li::marker {
  color: var(--mattepurple);
}

.mattepurple-btn {
  background-color: var(--mattepurple);
}

.mattepurple-btn-top {
  background-color: var(--mattepurple);
  display: inline-block;
}

.black-marker li {
  color: var(--black);
}

.black-marker li::marker {
  color: var(--black);
}

.black-btn {
  background-color: var(--black);
}

.black-btn-top {
  background-color: var(--black);
  display: inline-block;
}

.auto-bg {
  background-image: linear-gradient(90deg, var(--mattepurple) 15%, rgba(255, 0, 73, 0.05) 70%),
    url(../imgs/kalligrafikus-hero.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, var(--black) 15%, rgba(255, 0, 73, 0.05) 70%),
    url(../imgs/kalligrafikus-hero.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100svh;
  min-height: 100vh;
  position: relative;
}

.info-bg {
  background-color: #f9efed;
  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-darkbeige {
  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.3), var(--darkbeige));
  z-index: 2;
}

#color-overlay-mattepurple {
  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), var(--mattepurple));
  z-index: 2;
}

#color-overlay-black {
  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), var(--black));
  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: 400;
  font-family: "Bodoni";
  font-style: italic;
  font-variation-settings: "opsz" 10;
  color: var(--beige);
}

.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: "Bodoni";
  color: var(--beige);
  font-variation-settings: "opsz" 10;
}

.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: #e4c8c7;
}

.info-3 {
  background-color: #c4aeb0;
}

.info-map {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #0f1628;
}

.utvonal-btn {
  font-size: 1.4rem;
  background-color: #c18e8b;
  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;
  background-color: #f9efed;
}

.info-1-wrap {
  position: absolute;
  top: 55%;
  left: 31%;
  transform: translate(-50%, -50%);
  min-width: 250px;
}

.info-text-divider hr {
  width: 50%;
  border: 1px solid #0e1627;
  opacity: 1;
  border-radius: 10px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.info-text-divider-wide hr {
  width: 100%;
  border: 0.5px solid #0e1627;
  opacity: 1;
  border-radius: 10px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.info-1-img .nagy-logo {
  width: 500px;
}

.info-1-text {
  font-size: 1.4rem;
  margin-left: 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: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
}

.info-sections a {
  text-decoration: none;
  color: #0e1627;
}

.info-sections a:hover {
  text-decoration: underline;
  color: #0e1627;
}

@media (min-width: 2500px) {
  .main-subtext {
    font-size: 4rem;
    font-family: "Bodoni";
    font-weight: 800;
    font-style: italic;
    font-variation-settings: "opsz" 20;
    padding-left: 45%;
  }

  .gumi-subpage-wrapper {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
  }

  .auto-subpage-wrapper {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
  }

  .karban-subpage-wrapper {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
  }

  .info-map {
    position: relative;
    display: flex;
    align-items: center;
  }

  .utvonal-btn {
    font-size: 2.5rem;
    background-color: #c18e8b;
    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: var(--mattepurple);
  }

  .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: 2.5rem;
    line-height: 3.5rem;
    font-weight: 500;
    font-family: "Bodoni";
    font-style: italic;
  }

  .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;
  }

  .menu-btn {
    display: block;
    text-align: center;
    padding: 1.3rem 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;
  }

  .kalligrafikus-logo-small {
    max-width: 300px;
  }

  .kalligrafikus-logo-small img {
    width: 400px;
  }

  .nav-icon {
    max-width: 150px;
    height: auto;
  }

  .email-svg-icon {
    min-width: 45px;
    min-height: 45px;
  }

  .facebook-svg-icon {
    min-width: 45px;
    min-height: 45px;
  }

  .info-svg-icon {
    min-width: 45px;
    min-height: 45px;
  }

  .nav-tel {
    min-width: 400px;
  }

  .nav-tel a {
    font-size: 1.8rem;
    color: var(--black);
    text-decoration: none;
    font-weight: 400;
  }
  .nav-tel a:hover {
    font-size: 2.5rem;
    color: #00bfff;
    text-decoration: none;
    font-weight: 400;
  }

  .main-text-wrapper {
    padding-top: 10vh;
    padding-left: 15vw;
    position: absolute;
    top: 55%;
    left: 30%;
    transform: translate(-50%, -50%);
  }

  .nagy-logo {
    max-width: 50%;
  }

  .main-text {
    font-size: 13rem;
    margin-top: 2rem;
    padding-left: 0;
    font-family: "Bodoni";
    font-weight: 900;
    font-variation-settings: "opsz" 25;
  }

  .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: "Bodoni";
    color: var(--beige);
    font-variation-settings: "opsz" 10;
  }

  .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: 55%;
    left: 30%;
    transform: translate(-50%, -50%);
    min-width: 400px;
  }

  .info-text-divider hr {
    width: 50%;
    border: 1px solid #0e1627;
    opacity: 1;
    border-radius: 10px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .info-text-divider-wide hr {
    width: 100%;
    border: 1px solid #0e1627;
    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: 2.3rem;
    margin-left: 8.5rem;
  }

  .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: 52%;
    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: 32%;
    transform: translate(-50%, -50%);
  }

  .karban-subpage-wrapper {
    position: absolute;
    top: 50%;
    left: 28%;
    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: #c18e8b;
    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: 3.5rem;
    line-height: 4.2rem;
    font-weight: 500;
    font-family: "Bodoni";
    font-style: italic;
  }

  .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;
  }

  .menu-btn {
    display: block;
    text-align: center;
    padding: 1.8rem 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;
  }

  .kalligrafikus-logo-small {
    max-width: 450px;
  }

  .kalligrafikus-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: var(--mattepurple);
  }

  .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 {
    min-width: 70px;
    min-height: 70px;
  }

  .facebook-svg-icon {
    min-width: 70px;
    min-height: 70px;
  }

  .info-svg-icon {
    min-width: 70px;
    min-height: 70px;
  }

  .nav-tel {
    min-width: 500px;
  }

  .nav-tel a {
    font-size: 3rem;
    color: var(--black);
    text-decoration: none;
    font-weight: 400;
  }

  .nav-tel a:hover {
    font-size: 4rem;
    color: #00bfff;
    text-decoration: underline;
    font-weight: 400;
  }

  .main-text-wrapper {
    padding-top: 8vh;
    padding-left: 15vw;
    position: absolute;
    top: 55%;
    left: 28%;
    transform: translate(-50%, -50%);
  }

  .nagy-logo {
    max-width: 80%;
  }

  .main-text {
    font-size: 18rem;
    margin-top: 4rem;
    padding-left: 0;
    font-family: "Bodoni";
    font-weight: 900;
    font-variation-settings: "opsz" 25;
  }

  .main-text div:first-child,
  .main-text div:last-child {
    line-height: 12rem;
  }

  .smaller-main-text {
    font-size: 12rem;
    line-height: 12rem !important;
  }

  .main-subtext {
    font-size: 6rem;
    font-family: "Bodoni";
    font-weight: 800;
    font-style: italic;
    font-variation-settings: "opsz" 20;
    padding-left: 45%;
  }

  .subpage-title {
    font-size: 10rem;
    font-weight: 600;
    font-family: "Bodoni";
    color: var(--beige);
    font-variation-settings: "opsz" 10;
  }

  .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: 55%;
    left: 29%;
    transform: translate(-50%, -50%);
    min-width: 600px;
  }

  .info-text-divider hr {
    width: 50%;
    border: 1px solid #0e1627;
    opacity: 1;
    border-radius: 10px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .info-text-divider-wide hr {
    width: 100%;
    border: 1px solid #0e1627;
    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;
  }

  .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: 51%;
    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;
    font-weight: 500;
    font-family: "Bodoni";
    font-style: italic;
  }

  .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;
  }

  .menu-btn {
    display: block;
    text-align: center;
    padding: 1.05rem 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;
  }

  .kalligrafikus-logo-small {
    max-width: 180px;
  }

  .kalligrafikus-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: var(--mattepurple);
  }

  .home-container img {
    width: 40px;
    height: 40px;
  }

  .nav-icon {
    max-width: 150px;
    height: auto;
  }

  .email-svg-icon {
    min-width: 25px;
    min-height: 25px;
  }

  .facebook-svg-icon {
    min-width: 25px;
    min-height: 25px;
  }

  .info-svg-icon {
    min-width: 25px;
    min-height: 25px;
  }

  .nav-tel {
    min-width: 100px;
  }

  .nav-tel a {
    font-size: 1rem;
    color: var(--black);
    text-decoration: none;
    font-weight: 400;
  }

  .nav-tel a:hover {
    font-size: 1rem;
    color: #00bfff;
    text-decoration: underline;
    font-weight: 400;
  }

  .main-text-wrapper {
    padding-top: 10vh;
    padding-left: 15vw;
    position: absolute;
    top: 50%;
    left: 28.5%;
    transform: translate(-50%, -50%);
  }

  .nagy-logo {
    max-width: 45%;
  }

  .main-text {
    font-size: 7.5rem;
    margin-top: 2rem;
    padding-left: 4.8vw;
    font-family: "Bodoni";
    font-weight: 900;
    font-variation-settings: "opsz" 25;
  }

  .main-text div:first-child,
  .main-text div:last-child {
    line-height: 8rem;
  }

  .smaller-main-text {
    font-size: 2.8rem;
    line-height: 2rem;
  }

  .subpage-title {
    font-size: 4rem;
    font-weight: 600;
    font-family: "Bodoni";
    color: var(--beige);
    font-variation-settings: "opsz" 10;
  }

  .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: 48%;
    left: 28%;
    transform: translate(-50%, -50%);
    width: auto;
  }

  .info-text-divider hr {
    width: 50%;
    border: 1px solid #0e1627;
    opacity: 1;
    border-radius: 10px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .info-text-divider-wide hr {
    width: 100%;
    border: 1px solid #0e1627;
    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.1rem;
    margin-left: 4.5rem;
  }

  .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: 52%;
    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: #c18e8b;
    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: url(../imgs/kalligrafikus-hero.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, var(--mattepurple) 5%, rgba(87, 0, 255, 0.05) 50%),
      url(../imgs/kalligrafikus-hero.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, var(--mattepurple) 15%, rgba(255, 0, 73, 0.05) 70%),
      url(../imgs/kalligrafikus-hero.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, var(--black) 15%, rgba(255, 0, 73, 0.05) 70%),
      url(../imgs/kalligrafikus-hero.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;
  }

  .home-container {
    display: flex;
    align-items: center;
    min-width: 35px;
    min-height: 35px;
    justify-content: center;
    padding: 1rem 1rem;
    background-color: var(--mattepurple);
  }

  .home-container img {
    width: 40px;
    height: 30px;
  }

  .offcanvas-btn {
    background-color: var(--mattepurple);
    border: 2px solid var(--mattepurple);
    color: #fff;
  }

  .offcanvas-btn:active,
  .offcanvas-btn:focus-visible,
  .offcanvas-btn:hover {
    background-color: var(--mattepurple) !important;
    border: 2px solid var(--mattepurple) !important;
    color: #fff !important;
  }

  .menu-icon {
    font-size: 2rem;
  }

  .main-text-wrapper {
    position: absolute;
    top: 45%;
    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: "Bodoni";
    color: var(--beige);
    font-variation-settings: "opsz" 10;
  }

  .main-text {
    font-size: 5rem;
    margin-top: 2rem;
    padding-left: 0;
    font-family: "Bodoni";
    font-weight: 900;
    font-variation-settings: "opsz" 25;
    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;
  }

  .kalligrafikus-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: var(--darkbeige);
  }

  .mobile-auto {
    background-color: var(--mattepurple);
  }

  .mobile-karban {
    background-color: var(--black);
  }

  .info-text-divider hr {
    width: 50%;
    border: 1px solid #0e1627;
    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: #0e1627;
    text-decoration: none;
  }

  .mobile-info-text a:hover {
    font-size: 1.5rem;
    color: #0e1627;
    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: #c18e8b;
    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: url(../imgs/kalligrafikus-hero.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, var(--mattepurple) 5%, rgba(87, 0, 255, 0.05) 50%),
      url(../imgs/kalligrafikus-hero.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, var(--mattepurple) 15%, rgba(255, 0, 73, 0.05) 70%),
      url(../imgs/kalligrafikus-hero.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, var(--black) 15%, rgba(255, 0, 73, 0.05) 70%),
      url(../imgs/kalligrafikus-hero.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;
  }

  .home-container {
    display: flex;
    align-items: center;
    min-width: 25px;
    min-height: 25px;
    justify-content: center;
    padding: 0.5rem;
    background-color: var(--mattepurple);
  }

  .home-container img {
    width: 40px;
    height: 30px;
  }

  .offcanvas-btn {
    background-color: var(--mattepurple);
    border: 2px solid var(--mattepurple);
    color: #fff;
  }

  .offcanvas-btn:active,
  .offcanvas-btn:focus-visible,
  .offcanvas-btn:hover {
    background-color: var(--mattepurple) !important;
    border: 2px solid var(--mattepurple) !important;
    color: #fff !important;
  }

  .menu-icon {
    font-size: 1.5rem;
  }

  .main-text-wrapper {
    position: absolute;
    top: 45%;
    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: "Bodoni";
    color: var(--beige);
    font-variation-settings: "opsz" 10;
  }

  .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: 2.7rem;
    margin-top: 2rem;
    padding-left: 0;
    font-family: "Bodoni";
    font-weight: 900;
    font-variation-settings: "opsz" 25;
    text-align: center;
  }

  .main-text div:first-child,
  .main-text div:last-child {
    line-height: 3rem;
  }

  .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;
  }

  .kalligrafikus-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: var(--darkbeige);
  }

  .mobile-auto {
    background-color: var(--mattepurple);
  }

  .mobile-karban {
    background-color: var(--black);
  }

  .info-text-divider hr {
    width: 50%;
    border: 1px solid #0e1627;
    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: #0e1627;
    text-decoration: none;
  }

  .mobile-info-text a:hover {
    font-size: 1.1rem;
    color: #0e1627;
    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;
  }
}

.info-1-text {
  font-family: "Bodoni";
  font-style: italic;
  font-variation-settings: "opsz" 10;
  font-weight: 600;
}

.info-1-light-color {
  color: #be8f89;
}

.info-1-mid-color {
  color: #886e73;
}

.info-1-dark-color {
  color: #121929;
}

.info-2-text {
  font-family: "Bodoni";
  font-style: italic;
  font-variation-settings: "opsz" 10;
  font-weight: 700;
}

.info-3-text {
  font-family: "Bodoni";
  font-style: italic;
  font-variation-settings: "opsz" 10;
  font-weight: 600;
  font-size: 1rem;
}

.info-title {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}

.info-icon-text {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .info-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }

  .info-icon-text {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}

.footer-adobe-pf-icon {
  background-image: url(../imgs/adobe-pf.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%);
  margin-right: 0.5rem;
}

.footer-adobe-be-icon {
  background-image: url(../imgs/adobe-be.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%);
  margin-right: 0.5rem;
}

.footer-pinterest-icon {
  background-image: url(../imgs/pinterest.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%);
  margin-right: 0.5rem;
}

.info-img-position {
  position: absolute;
  max-width: 35vw;
  height: auto;
  top: 15%;
  left: 15%;
}

.img-width-4k {
  max-width: 65% !important;
}

@media (min-width: 2500px) {
  .info-title {
    font-size: 3rem;
  }

  .info-icon-text {
    font-size: 2.5rem;
  }

  .footer-adobe-pf-icon {
    min-width: 50px;
    min-height: 50px;
  }

  .footer-adobe-be-icon {
    min-width: 50px;
    min-height: 50px;
  }

  .footer-pinterest-icon {
    min-width: 50px;
    min-height: 50px;
  }

  .info-3-text {
    font-family: "Bodoni";
    font-style: italic;
    font-variation-settings: "opsz" 10;
    font-weight: 600;
    font-size: 2rem;
  }
}

@media (min-width: 3400px) {
  .info-title {
    font-size: 4rem;
  }

  .info-icon-text {
    font-size: 4rem;
  }

  .footer-adobe-pf-icon {
    min-width: 80px;
    min-height: 80px;
  }

  .footer-adobe-be-icon {
    min-width: 80px;
    min-height: 80px;
  }

  .footer-pinterest-icon {
    min-width: 80px;
    min-height: 80px;
  }

  .info-3-text {
    font-family: "Bodoni";
    font-style: italic;
    font-variation-settings: "opsz" 10;
    font-weight: 600;
    font-size: 3rem;
  }
}

.white-filter {
  filter: invert(1) brightness(2);
  transition: filter 0.2s;
}

.mobile-header .turn-color .white-filter {
  filter: invert(1) brightness(2) !important;
}
