﻿

.img-fluid {
    width: 500px;
    height: auto;
  }

  .aaa {
    margin-top: 481px;
    font-weight: 700;
    
  }

  .bbb {
    text-shadow: 2px 2px black;
}

.ccc{
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: black;
    margin-top: 0px;
}

.aaaxd {
    margin-top: -13px;
    font-weight: 700;
    
  }

.box{
    background-color:  whitesmoke;
    border: 1px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    border-radius: 15px;
    padding-top: 63px;
    width: 345px;
    height: 450px;
    justify-content: center;
    margin: auto;
    position: fixed; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .9;
}

span.link.bbb {
    text-shadow: 2px 2px black;
}
  
  input.form-control {
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
}

input.form-control:enabled {
    background-color: white;
    border: 1px solid black;
    
}

select.form-select {
    font-weight: 300;
    border: 1px solid black;
    border-radius: 10px;
    background-color: white;
}

  .gomb {
    width: 200px;
    height: 60px;
    background-color: white;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 15px;
    font-weight: 500;
    text-align: center;
  }

  .gomb:active {
    background-color: white;
  }


  .gomb:hover{
    background-color: white;
    border: 2px solid black;
  }


  
  .sendbutton {
    width: 270px;
    height: 80px;
    border: none;
    outline: none;
    background: #2f2f2f;
    color: #fff;
    font-size: 22px;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  

svg.kep {
  width: 20px;
  height: 20px;
  margin: auto;
  margin-top: 5px;
}
  
  svg path {
    stroke-width: 3;
    stroke: #fff;
    stroke-dasharray: 34;
    stroke-dashoffset: 34;
    stroke-linecap: round;
  }
  
  .active {
    background: #4fbf26;
    transition: 1s;
  }
  

  
  .active p {
    margin-right: 125px;
    transition: 1s;
  }
  
  .active svg path {
    stroke-dashoffset: 0;
    transition: 0.8s;
    transition-delay: 0.8s;
  }
  
  article {
    position: relative;
    width: 100px;
    height: 50px;
    margin: 5px;
    float: left;
    border: 2px solid black;
    box-sizing: border-box;
    border-radius: 15px;
  }
  
  article div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 25px;
    transition: .5s ease;
  }
  
  article input {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 100px;
    opacity: 0;
    cursor: pointer;
  }
  
  input[type=checkbox]:checked~div {
    color: #fff;
    background-color: #1A1A1A;
    border-radius: 8px;
  }
  
  .upgrade-btn {
    display: block;
    margin: 30px auto;
    width: 200px;
    padding: 10px 20px;
    border: 2px solid black;
    border-radius: 50px;
    color: #f5f5f5;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s ease;
  }
  
  .home-content-container {
    width: 100%;
    height: 1000px;
    display: flex;
    align-items: center;
    padding-top: var(--dl-space-space-tenunits);
    padding-left: var(--dl-space-space-tripleunit);
    padding-right: var(--dl-space-space-tripleunit);
    flex-direction: row;
    padding-bottom: var(--dl-space-space-tenunits);
    background-size: cover;
    justify-content: center;
    background-image: url("https://pollakmix.hu/public/images/f1start2.jpg");
  }


  .home-hero-text {
    width: 65%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }




  .home-cta-btn1 {
    color: var(--dl-color-gray-white);
    text-align: center;
    padding-top: var(--dl-space-space-doubleunit);
    border-width: 0px;
    padding-left: var(--dl-space-space-tenunits);
    border-radius: 30px;
    padding-right: var(--dl-space-space-tenunits);
    padding-bottom: var(--dl-space-space-doubleunit);
    background-color: var(--dl-color-gray-white);
  }




  .home-cards-container {
    display: flex;
  justify-content: center; /* középre igazítás */
  align-items: flex-start;
  flex-wrap: wrap;
  }




  .home-service-card {
    width: 450px;
    height: 362px;
    display: flex;
    padding: 8px;
    align-items: flex-start;
    border-radius: 3px;
    flex-direction: column;
    justify-content: center;
    background-color: #D9D9D9;
    font-family: bold;
  }



  .home-image2 {
    width: 319px;
    height: 110px;
    align-self: center;
    object-fit: cover;
  }


  .home-text2 {
    text-align: left;
    margin-bottom: 5px;
  }


  .home-footer {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: row;
    padding-bottom: 20px;
    justify-content: space-between;
  }

  .home-social-links {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
  }

  .home-icon4 {
    width: 24px;
    height: 24px;
    margin-right: 13px;
  }

  .home-icon6 {
    width: 24px;
    height: 24px;
  }

  .home-copyright-container {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  
  @media(max-width: 767px) {
    .home-cards-container {
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: center;
    }
    .home-service-card {
      width: 65%;
      margin-bottom: 30px;
    }
  }

  @media(max-width: 479px) {
    .home-cta-btn1 {
      color: var(--dl-color-gray-black);
      height: 59px;
      border-width: 0px;
    }
    .home-service-card {
      width: 100%;
      height: 410px;
      background-color:#D9D9D9 ;
    }

    .home-link07 {
      color: var(--dl-color-gray-black);
    }

  }


  .home-section-separator {
    width: 100%;
    height: 1px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background-color: var(--dl-color-gray-900);
  }

  .home-section-separator1 {
    width: 100%;
    height: 1px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background-color: var(--dl-color-gray-900);
  }

  @media(max-width: 991px) {
  }

  @media(max-width: 767px) {
  }

  @media(max-width: 479px) {
  }

  .testimonial-card2-testimonial-card {
    width: 100%;
    display: flex;
    padding: 48px;
    max-width: 1400px;
    background: #fff;
    box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
    align-items: center;
    justify-content: space-between;
    background-color: #D9D9D9;
  }

  .testimonial-card2-testimonial {
    display: flex;
    align-items: flex-start;
    margin-right: 48px;
    flex-direction: column;
    justify-content: space-between
    background-color: #D9D9D9;
  }

  .testimonial-card2-text {
    font-size: 1.15rem;
    margin-bottom: 32px;
  }

  .  {
    width: 192px;
    height: 192px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: var(--dl-radius-radius-round);
  }

  .testimonial-card2-root-class-name1 {
    align-self: flex-start;
    background-color: #D9D9D9;;
  }

  @media(max-width: 767px) {
    .testimonial-card2-testimonial-card {
      padding-left: 32px;
      padding-right: 32px;
      background-color: #D9D9D9;
    }
    .testimonial-card2-testimonial {
      margin-right: 32px;
      background-color: #D9D9D9;
    }
    .testimonial-card2-icon {
      height: 48px;
    }
  }

  @media(max-width: 479px) {
    .testimonial-card2-testimonial-card {
      padding-top: 32px;
      padding-left: 30px;
      padding-right: 30px;
      flex-direction: column;
      padding-bottom: 32px;
      background-color: #D9D9D9;
    }
    .testimonial-card2-testimonial {
      align-items: center;
      margin-right: 0px;
      margin-bottom: 10px;
      background-color: #D9D9D9;
    }
    .testimonial-card2-text {
      text-align: left;
    }
  }
  
  @media(max-width: 991px) {
  }

  @media(max-width: 767px) {
  }

  @media(max-width: 479px) {
  }
  
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }
 
  article {
    position: relative;
    width: 100px;
    height: 48px;
    margin: 5px;
    float: left;
    border: 2px solid black;
    box-sizing: border-box;
    border-radius: 15px;
  }
  
  input[type=checkbox]:checked ~ div {
    color: #fff;
    background-color: #1A1A1A;
    border-radius: 8px;
  }
  
  /* CSS */
  .button-28 {
    appearance: none;
    background-color: white;
    border-radius: 30px;
    box-sizing: border-box;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 150px;
    will-change: transform;
  }
  

  
  @font-face {
    font-family: F1bold;
    src: url(https://pollakmix.hu/public/fonts/Formula1-Bold_web_0.ttf);
  }
  
  @font-face {
    font-family: F1Regular;
    src: url(https://pollakmix.hu/public/fonts/Formula1-Regular_web_0.ttf);
  }
  
  @font-face {
    font-family: F1Wide;
    src: url(https://pollakmix.hu/public/fonts/Formula1-Wide_web_0.ttf);
  }

  @font-face {
font-family: Fredoka;
src: url(https://pollakmix.hu/public/fonts/Fredoka-VariableFont_wdth,wght.ttf);
  }

@font-face {
font-family: TiltWarp;
src: url(https://pollakmix.hu/public/fonts/TiltWarp-Regular-VariableFont_XROT,YROT.ttf);
  }

@font-face {
font-family: FociPiazollaExtrabold;
src: url(https://pollakmix.hu/public/fonts/Piazzolla-ExtraBold.ttf);
}

@font-face {
font-family: FociPiazollaVariableFont;
src: url(https://pollakmix.hu/public/fonts/Piazzolla-VariableFont_opsz,wght.ttf);
}
  
  .bold{
    font-family: F1Bold;
  }
  
  .regular{
    font-family: F1Regular;
  }
  
  .wide{
    font-family: F1Wide;
  }
  .fredokabold{
  font-family: Fredoka;
  }

.ujfont{
font-family: TiltWarp;
} 

.foci1{
  font-family: FociPiazollaExtrabold;
}

.foci2{
  font-family: FociPiazollaVariableFont;
}

.padding {
    padding: 3rem
}


.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
    box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
    border: none;
    margin-bottom: 30px;
}


.img-radius {
    border-radius: 5px;
}


 
h6 {
    font-size: 14px;
}

.card .card-block p {
    line-height: 25px;
}

@media only screen and (min-width: 1400px){
p {
    font-size: 14px;
}
}


.user-card-full .social-link li {
    display: inline-block;
}

.user-card-full .social-link li a {
    font-size: 20px;
    margin: 0 10px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    height: 100vh;
    width: 100%;
}


#photo{
    height: 100%;
    width: 100%;
}

#file{
    display: none;
}

#uploadBtn{
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    line-height: 30px;
    font-family: sans-serif;
    font-size: 15px;
    cursor: pointer;
    display: none;
}

.nyom:hover{
    background-color: purple;

}

.nyom {
    border: none;
    background-color: white;
    height: 20px;
    
}
  @media(max-width: 991px) {
    .home-content-container {
      height: 440px;
      flex-direction: column-reverse;
    }
  }

  .home-container1 {
    display: flex;
    padding: 48px;
    max-width: 1400px;
    align-self: center;
    align-items: stretch;
    justify-content: space-between;
  }

  

  @media(max-width: 991px) {
    .home-container1 {
      flex-direction: column;
    }
    .home-container2 {
      margin-right: 0px;
      margin-bottom: 32px;
    }
  }

  @media(max-width: 767px) {
    .home-container1 {
      padding-left: 32px;
      padding-right: 32px;
    }
  }

  @media(max-width: 479px) {
    .home-container1 {
      padding-top: 32px;
      padding-left: var(--dl-space-space-unit);
      padding-right: var(--dl-space-space-unit);
      padding-bottom: 32px;
    }
  }
  
  .home-container {
    width: 100%;
    height: auto;
    display: flex;
    min-height: 100vh;
    align-items: center;
    flex-direction: column;
  }

  
  .home-left-side {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }

  .home-image {
    width: 50px;
    align-self: center;
    object-fit: cover;
    margin-right: var(--dl-space-space-doubleunit);
  }

  
  .home-icon {
    width: 36px;
    height: 36px;
  }

  

  .home-container1 {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: var(--dl-space-space-doubleunit);
    flex-direction: row;
    justify-content: space-between;
  }

  
  .home-testimonial {
    width: 100%;
    display: flex;
    background-size: cover;
    justify-content: center;
    background-position: center;
  }

  @media(max-width: 767px) {x
    .home-container1 {
      padding-left: 32px;
      padding-right: 32px;
    }
  }

  .testimonial-card2-testimonial {
    display: flex;
    align-items: flex-start;
    margin-right: 48px;
    flex-direction: column;
    justify-content: space-between;
  }


  .testimonial-card2-text {
    font-size: 1.15rem;
    margin-bottom: 32px;
  }

  .testimonial-card2-text1 {
    font-size: 1.5rem;
    font-weight: 600;
  }
 

  .testimonial-card2-root-class-name1 {
    align-self: flex-start;
    background-color: var(--dl-color-gray-900);
  }

  @media(max-width: 767px) {
    .testimonial-card2-testimonial-card {
      padding-left: 32px;
      padding-right: 32px;
    }
    .testimonial-card2-testimonial {
      margin-right: 32px;
    }
    .testimonial-card2-icon {
      height: 48px;
    }
  }

  @media(max-width: 479px) {
    .testimonial-card2-testimonial-card {
      padding-top: 32px;
      padding-left: var(--dl-space-space-unit);
      padding-right: var(--dl-space-space-unit);
      flex-direction: column;
      padding-bottom: 32px;
    }
    .testimonial-card2-testimonial {
      align-items: center;
      margin-right: 0px;
      margin-bottom: var(--dl-space-space-unit);
    }
    .testimonial-card2-text {
      text-align: left;
    }
  }

  .lb {
    cursor: pointer;
  }
  
  #box {
    border-radius: 9px;
    background-color: black;
    height: 700px;
    width: 500px;
  }
  

  .title {
    color: black;
  }
  
  .btn-1:hover {
    border: 2px solid black;
    color: white;
    background-color: black;
}
  
.ads {
    display: flex;
    justify-content: center;
}
  
  
.dr {
    margin-left: 5rem;
}
  
  input[type="checkbox"]:not(:checked), 
  input[type="checkbox"]:checked {
    position: absolute;
    left: -9999%;
  }
  
  input[type="checkbox"] + label {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    border: 1px solid rgb(75, 50, 166);
    color: black;
    background-color: white;
    margin-bottom: 10px;
  }
  
  input[type="checkbox"]:checked + label {
    border: 1px solid white;
    color: white;
    background-color: rgb(75, 50, 166);
  }
  
  
  
  .hover:hover{
    background: rgb(53, 53, 53);
  }


.links{
  color: white;
  text-decoration: none;
}

.links:hover{
  color: white;
  text-decoration: none;
}

@font-face {
  font-family: f1Font_Bold;
  src: url(Formula1-Bold_web_0.ttf);
}

@font-face {
  font-family: f1Font_Regular;
  src: url(Formula1-Regular_web_0.ttf);
}

@font-face {
  font-family: f1Font_Wide;
  src: url(Formula1-Wide_web_0.ttf);
}


.f1wide {
  font-family: f1Font_Wide;
}
  .home-container1 {
    flex: 0 0 auto;
    width: 100%;
    align-items: center;
    margin-bottom: var(--dl-space-space-doubleunit);
    flex-direction: row;
  }
  @media(max-width: 767px) {
    .home-burger-menu {
      display: flex;
      padding: var(--dl-space-space-halfunit);
      border-radius: var(--dl-radius-radius-radius4);
      background-color: var(--dl-color-gray-black);
    }
    .home-icon {
      fill: var(--dl-color-gray-white);
    }
  }
  .title {
    color: #3500d3;
  }
  
  .btn-1:hover {
    border: 2px solid #3500d3;
    color: #3500d3;
    background-color: #000;
  }
  
  button {
    background-color: whites;
    padding: 1.3em 3em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: black;
    border: 2px solid black;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    font-weight: bold;
 }

.profil {
    height: 300px;
    border: solid;
    border-color: #000;
    border-radius: 2px;
  }

  :root {
    --dl-color-gray-500: #595959;
    --dl-color-gray-700: #999999;
    --dl-color-gray-900: #D9D9D9;
    --dl-color-danger-300: #A22020;
    --dl-color-danger-500: #BF2626;
    --dl-color-danger-700: #E14747;
    --dl-color-gray-black: #000000;
    --dl-color-gray-white: #FFFFFF;
    --dl-space-space-unit: 8px;
    --dl-color-primary-100: #003EB3;
    --dl-color-primary-300: #0074F0;
    --dl-color-primary-500: #14A9FF;
    --dl-color-primary-700: #85DCFF;
    --dl-color-success-300: #199033;
    --dl-color-success-500: #32A94C;
    --dl-color-success-700: #4CC366;
    --dl-radius-radius-round: 50%;
    --dl-size-size-maxcontent: 1414px;
    --dl-space-space-halfunit: 4px;
    --dl-space-space-tenunits: 80px;
    --dl-radius-radius-radius2: 2px;
    --dl-radius-radius-radius4: 4px;
    --dl-radius-radius-radius8: 8px;
    --dl-space-space-fiveunits: 40px;
    --dl-space-space-fourunits: 32px;
    --dl-radius-radius-radius24: 24px;
    --dl-space-space-doubleunit: 16px;
    --dl-space-space-tripleunit: 24px;
  }

  

  .list {
    width: 100%;
    margin: 1em 0px 1em 0px;
    display: block;
    padding: 0px 0px 0px 1.5rem;
    list-style-type: none;
    list-style-position: outside;
  }
  
  
  .button {
    color: var(--dl-color-gray-black);
    display: inline-block;
    padding: 0.5rem 1rem;
    font-family: Raleway;
    border-color: var(--dl-color-gray-black);
    border-width: 1px;
    border-radius: 4px;
    background-color: var(--dl-color-gray-white);
  }
  
  .input {
    color: var(--dl-color-gray-black);
    cursor: auto;
    padding: 0.5rem 1rem;
    font-family: Raleway;
    border-color: var(--dl-color-gray-black);
    border-width: 1px;
    border-radius: 4px;
    background-color: var(--dl-color-gray-white);
  }
  
  
  .card-Text {
    font-size: 16px;
    font-style: normal;
    font-family: F1Regular;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
  }
  
  
  .anchor {
    font-size: 18px;
    font-style: normal;
    font-family: Raleway;
    font-weight: 700;
    line-height: 1.55;
    text-transform: capitalize;
    text-decoration: none;
  }
  
  
  @media(max-width: 479px){
    .huszonharomkep{
      width: 220px;
      height: 60px;
     }
  }
.navbar-toggler { 
  border: none;
  box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.invalidFeedback {
    color: red;
}

@font-face {
    font-family: F1BoldFont;
    src: url(https://pollakmix.hu/public/fonts/Formula1-Bold_web_0.ttf);
  }
  
  @font-face {
    font-family: F1RegularFont;
    src: url(https://pollakmix.hu/public/fonts/Formula1-Regular_web_0.ttf);
  }
  
  @font-face {
    font-family: F1WideFont;
    src: url(https://pollakmix.hu/public/fonts/Formula1-Wide_web_0.ttf);
  }

  .F1BoldFont {
    font-family: F1BoldFont;
}

.F1RegularFont {
    font-family: F1RegularFont;
}

.F1WideFont {
    font-family: F1WideFont;
}

.login_reg {
    font-family: F1RegularFont;
    background-image: url(https://pollakmix.hu/public/images/asd8.jpg);
    background-repeat: no-repeat; 
    background-attachment: fixed;
    background-size: 8%;
    background-size: cover;
    display: flex;
    justify-content: center;
    margin: auto;
    padding-top: 5rem;
}

a, a:visited, a:hover, a:active {
    text-decoration: none;
    color: black;
}

.box{
    background-color: whitesmoke;
    border-radius: 5px;
    padding-top: 30px;
    width: 300px;
    height: 380px;
    display: flex;
    justify-content: center;
    margin: auto;
}

.kep{
    cursor: pointer;
}

.link{
    color: white;
}

.reg{
    color: lightblue;
    text-decoration: none;
}

.box2{
  background-color: whitesmoke;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 5px;
  padding-top: 15px;
  width: 350px;
  height: 650px;
  display: flex;
  justify-content: center;
  margin: auto;
  opacity: .9;
 
}

.font{
    font-size: 15px;
}

h1 {
    position: relative;
}

@media only screen and (max-width: 600px) {
    .box2{
        background-color: whitesmoke;
        border-radius: 5px;
        padding-top: 15px;
        width: 350px;
        height: 680px;
        display: flex;
        justify-content: center;
        margin: auto;
    }
}
input[type="checkbox"] + label {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #1A1A1A;
    color: black;
    background-color: white;
    margin-bottom: 5px;
    margin-inline: 2px;
    border-radius: 10px;
  }
  
  input[type="checkbox"]:checked + label {
    border: 1px solid white;
    color: white;
    background-color: #1A1A1A;
  }

.jotipp {
  background-color: green !important;
  color: white;
}

.rossztipp {
  background-color: red !important;
  color: white;
}

  
.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  color: green;
}
  
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  color: red;
}

.kor {
  width:75px;
  height:75px;
}

.f1kep {
  background-image: url(https://pollakmix.hu/public/images/f1start2.jpg); 
  background-size: cover;
  background-position: center;
}

.plkep {
  background-image: url(https://pollakmix.hu/public/images/plkep.png); 
  background-size: cover;
  background-position: center;
}

@font-face {
  font-family: "Plen";
  src: url(https://pollakmix.hu/public/fonts/Piazzolla-VariableFont_opsz,wght.ttf);
}

.pl {
  font-family: "Plen";
  font-weight:bold;
  font-style:normal;
}

@font-face {
  font-family: "Plbold";
  src: url(https://pollakmix.hu/public/fonts/Piazzolla-ExtraBold.ttf);
}

.plbold {
  font-family: "Plbold";
}

@font-face {
  font-family: bdayFont;
  src: url(https://pollakmix.hu/public/fonts/TitanOne-Regular.ttf);
}

.bday_body {
  background-image: url('https://pollakmix.hu/public/images/szulinaphatter.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
}

.bday_h1 {
  font-family: bdayFont;
  text-align: center;
  font-size: 2.5em;
}

.bday_nagybetu {
    font-size: 180px;
}

.bday_center {
  text-align: center;
  margin: auto;
  width: 70%;
}

.bdayfont {
  font-family: bdayFont;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

/* dark mode */
body {
  background-color: #f6f6f6;
  transition: background-color 0.6s;
}

body[light-mode="dark"] {
    background-color: #141516;
    color: #EFE8E6;
}

body[light-mode="dark"] .light-mode-button span:nth-child(1) {
    background-color: #EFE8E6;
    color: #141516;
}

body[light-mode="dark"] .light-mode-button span:nth-child(2) {
    left: 65px;
    background-color: #141516;
}

body[light-mode="dark"] body {
    color: #141516;
}

body[light-mode="dark"] td.col {
    color: #EFE8E6;
}

body[light-mode="dark"] th.regular {
    color: #EFE8E6;
}

body[light-mode="dark"] td.regular {
    color: #EFE8E6;
}

body[light-mode="dark"] button {
    color: #EFE8E6;
}

body[light-mode="dark"] td {
    color: #EFE8E6;
}

body[light-mode="dark"] td.foci1 {
    color: #EFE8E6;
}

body[light-mode="dark"] th {
    color: #EFE8E6;
}

body[light-mode="dark"] th.foci1 {
    color: #EFE8E6;
}

body[light-mode="dark"] span.home-text2.card-text.wide {
    color: #141516;
}

body[light-mode="dark"] span.home-text2.card-text.regular {
    color: #141516;
}

body[light-mode="dark"] label.form-check-label.f1regularfont {
    color: #EFE8E6;
    background-color: #141516;
}

body[light-mode="dark"] td.f1regularfont.col-6 {
    color: #EFE8E6;
}

body[light-mode="dark"] td.f1regularfont {
    color: #EFE8E6;
}

body[light-mode="dark"] td.ujfont.col-6 {
    color: #EFE8E6;
}

body[light-mode="dark"] div.testimonial-card2-testimonial {
    color: #EFE8E6;
    background-color: #141516;
}

body[light-mode="dark"] svg.home-icon6 {
    color: #EFE8E6;
}

body[light-mode="dark"] div.home-service-card {
    background-color: #141516;
}

body[light-mode="dark"] p.bold {
    color: #EFE8E6 !important;
}

body[light-mode="dark"] .valami {
    color: #EFE8E6 !important;
}

body[light-mode="dark"] td.F1RegularFont.col-6 {
    color: #EFE8E6 !important;
}

body[light-mode="dark"] td.F1RegularFont {
    color: #EFE8E6 !important;
}

.light-mode-button {
    background: 0;
    border: 0;
    cursor: pointer;
    height: 10px;
    width: 90px;
    position: relative;
    background-color: grey;
    top: 5px;
   
}

.light-mode-button span:nth-child(2) {
    position: absolute;
    top: 6px;
    left: 5px;
    width: 20px;
    height: 20px;
    background-color: black;
    border-radius: 50%;
    box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 40%);
    transition: 0.6s;
}

.home-image3 {
    width: 400px;
    height: 200px;
    align-self: center;
    object-fit: cover;
 }