@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-h4-1UA.ttf) format('truetype');
}
:root {
  font-size: 16px;
}
@media screen and (max-width: 360px) {
  :root {
    font-size: 14px;
  }
}
* {
  font-family: 'Rubik', sans-serif;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
svg {
  margin: -1px 0;
}
h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  text-transform: uppercase;
  font-weight: 800;
  margin: clamp(2.5rem, 5vw, 4rem) 0 clamp(2rem, 4vw, 3rem) 0;
}
h3 {
  font-size: clamp(1.75rem, 3vw, 2rem);
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overscroll-behavior-y: none;
}
.master-container {
  display: grid;
  grid-template-columns: clamp(1.75rem, calc((100% - 77.5rem)/2), calc((100% - 77.5rem)/2)) auto clamp(1.75rem, calc((100% - 77.5rem)/2), calc((100% - 77.5rem)/2));
}
.container {
  max-width: 77.5rem;
  margin: auto;
  width: 100%;
}
.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
a {
  text-decoration: none;
  text-transform: uppercase;
}
.d-btn {
  font-size: 1rem;
  border-radius: 0.75rem;
  height: 3rem;
  padding: 0.75rem 2rem;
  font-weight: 500;
}
.d-btn:hover,
.d-btn:focus {
  transition: 0.2s;
  text-decoration: none !important;
}
.m-bottom-4 {
  margin-bottom: 4rem;
}
ul {
  list-style: none;
  display: block;
  padding-left: 1rem ;
  padding-top: 1.25rem;
  padding-bottom: 2rem ;
  margin: 0 ;
}
ul li {
  padding: 0.75rem 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
}
ul li:before {
  content: "";
  display: block;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 100%;
  margin-top: -0.75rem;
  transform: translate(-1.375em, 1.125rem);
}
/*---NAVIGATION---*/
nav {
  height: 5rem;
  border-bottom: 0;
  display: flex;
  position: fixed;
  width: 100%;
  background: #FaFaFaee;
  z-index: 99;
}
nav > div {
  display: flex;
  grid-area: 1/2/2/3;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
nav .lang-selector {
  background-color: #F4F4F4;
  width: 10rem;
  height: fit-content;
  padding: 0.75rem;
  font-size: 1rem;
  display: grid;
  justify-content: center;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  transform: translate(-1.3rem, 5rem);
  color: #979797;
}
nav .lang-selector .selected {
  font-weight: 700;
}
nav .lang-selector span:not(.selected) {
  cursor: pointer;
}
.logo-home::after {
  content: "";
  width: 4rem;
  min-height: 4rem;
  background: transparent;
  display: block;
  position: absolute;
  top: 0.5rem;
}
#nav-logo {
  height: 4rem;
}
.nav-links {
  display: block;
  align-items: center;
}
.nav-link {
  display: inline-block;
  font-weight: 500;
  padding: 0.75rem 1rem;
  color: #454545;
  line-height: 1rem;
}
.nav-link::after {
  content: '';
  height: 0.125rem;
  width: 0;
  display: block;
  transition: 0.2s;
  line-height: 0;
  position: relative;
  top: 0.75rem;
}
.nav-link:hover,
.nav-link:focus {
  color: #454545 !important;
}
.nav-link:hover::after,
.nav-link:focus::after {
  width: 100%;
  line-height: 0;
}
.nav-span {
  height: 8rem;
  margin-top: -8rem;
  pointer-events: none;
  display: block;
}
.menu-btn {
  width: 1.5rem;
  height: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.menu-btn div {
  width: 100%;
  height: 0.125rem;
  background: #2b2b2b;
  transition: 0.2s;
}
.menu-btn.open div:nth-child(1) {
  transform: rotate(45deg) translatey(0.375rem) translateX(0.25rem);
}
.menu-btn.open div:nth-child(2) {
  opacity: 0;
}
.menu-btn.open div:nth-child(3) {
  transform: rotate(-45deg) translatey(-0.375rem) translateX(0.25rem);
}
nav .menu-btn {
  display: none;
}
@media screen and (max-width: 860px) {
  nav {
    background-color: #fafafaee !important;
  }
  nav .menu-btn {
    display: flex;
  }
  nav .nav-links {
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fafafaee;
    top: 5rem;
    left: 0;
    z-index: 2;
    padding: 2rem 0 2.75rem 0;
    transform: translateY(-140%);
    transition: 0.2s;
  }
  nav .nav-links.nav-links-open {
    transform: translateY(0%);
  }
  nav .nav-logo-div {
    position: fixed;
    padding: 0.5rem 1.75rem;
    background: transparent;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-links .d-btn {
    margin-top: 0.75rem;
  }
}
/*---HERO---*/
#hero {
  padding-top: clamp(8rem, 7vw, 8rem);
}
h1 {
  font-size: clamp(2.2rem, 5vw, 3rem);
}
h1 span {
  font-weight: 800;
}
.hero-grid-outer {
  display: grid;
  grid-template-columns: clamp(28px, calc((100% - 1240px)/2), 10000px) auto clamp(28px, calc((100% - 1240px)/2), 10000px);
}
.hero-grid-inner {
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-items: center;
  grid-area: 2/2/4/3;
  width: 100%;
  margin-bottom: 5rem;
  gap: 2rem;
  z-index: 1;
}
.hero-grid-inner.wider-text {
  grid-template-columns: 3fr 4fr;
}
h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #454545;
  font-weight: 500;
  margin: 0;
}
#hero .grid-left ul {
  list-style-type: none;
  margin: 0;
  padding-top: 1.25rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
#hero .grid-left li {
  padding: 0.5rem 0;
  padding-left: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
}
#hero .grid-left li:before {
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 100%;
  margin-top: -0.75rem;
  transform: translate(-2.25rem, 1.4rem);
}
.hero-grid-inner object {
  display: block;
  width: 100%;
}
#hero-separator {
  grid-area: 3/1/4/4;
  width: 100%;
  height: clamp(3rem, 12vw, 12rem);
  background: #FFFFFF;
  margin-top: -0.5px;
  clip-path: polygon(0 0, 100% 0, 100% 56%, 68% 1%, 25% 100%, 0 70%);
}
@media screen and (max-width: 768px) {
  .hero-grid-inner {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 640px) {
  h1 {
    text-align: left;
    justify-self: start;
    width: 100%;
    margin-bottom: 1.75rem;
  }
  #hero h5 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
/*--OFFER TOP--*/
.top-offer-bg {
  grid-area: 3/1/7/4;
  background-size: 150%;
}
h2.title-white {
  color: white;
  z-index: 1;
}
#hero h2.title-white {
  grid-area: 4/2/5/3;
  align-self: center;
}
.offer-grid {
  grid-area: 5/2/6/3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
.offer-card {
  background: white;
  border-radius: 2rem;
  display: block;
  padding: 3rem;
}
#hero .offer-card li,
#offer-btm .offer-card li {
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 0.375rem 0.375rem 0.375rem 0.375rem;
  vertical-align: bottom ;
}
#hero .offer-card li::marker,
#offer-btm .offer-card li::marker {
  vertical-align: middle ;
  display: inline-block;
}
#hero .offer-card li span,
#offer-btm .offer-card li span {
  font-weight: 500;
}
.offer-card-btns {
  grid-template-columns: min-content max-content;
  align-items: center;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}
#white-to-grey-separator {
  grid-area: 1/1/2/4;
  width: 100%;
  height: clamp(1.5rem, 7vw, 6.5rem);
  display: grid;
}
.scnd-btn {
  text-transform: capitalize;
  text-decoration: underline;
  color: #454545;
  transition: 0.2s;
}
.scnd-btn:hover {
  opacity: 0.8;
}
#top-section-separator {
  grid-area: 6/1/7/4;
  width: 100%;
  height: clamp(2.5rem, 6vw, 5.5rem);
  display: grid;
}
#offer-separator {
  grid-area: 6/1/7/4;
  width: 100%;
  height: clamp(2.5rem, 6vw, 5.5rem);
  display: grid;
}
/*
@media screen and (max-width:1240px){
  .offer-grid{
    grid-column-gap: 1.5rem;
  }
}
@media screen and (max-width:1024px){
  .offer-grid > div{
    grid-column: span 2;
  }
  .offer-grid > div:nth-child(2) {
    grid-column-start: 2 !important;
    grid-column-end: 4 !important;
    grid-column: span 2;
  }
}
@media screen and (max-width:768px){

}

@media screen and (max-width:640px){
  .offer-card{
    padding: 2rem;
  }
  .offer-grid{
    grid-template-columns: 1fr 4fr 1fr;
  }
  .offer-grid > div{
    grid-column: span 2;
  }
}
@media screen and (max-width:460px){
  .offer-grid{
    grid-template-columns: 1fr;
  }
  .offer-grid > div{
    grid-column: span 1;
  }
  .offer-grid > div, .offer-grid > div:nth-child(2) {
    grid-column-start: 1 !important;
    grid-column-end: 2 !important;
    grid-column: span 1;
  }
}*/
#other h2 {
  color: #454545;
  text-align: center;
  margin: 4rem 0;
}
#other .other-title {
  grid-area: 2/2/3/3;
}
#other .other-grid {
  display: grid;
  grid-area: 3/2/4/3;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3rem;
  margin-bottom: 5rem;
}
#other .other-grid .other-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#other .other-grid .other-card h3 {
  color: #75B743;
  text-align: center;
}
#other .other-grid .other-card p {
  line-height: 28px;
  text-align: center;
  margin: 2rem 0;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  #other .other-grid {
    grid-template-columns: 1fr 1fr;
  }
  #other .other-card:last-child {
    transform: translateX(calc(50% + 1.5rem));
  }
}
@media screen and (max-width: 768px) {
  #other .other-grid {
    grid-template-columns: 1fr;
  }
}
/*---CONTACT---*/
#contact-separator {
  background: #F4F4F4;
  grid-area: 1/1/2/4;
  width: 100%;
  height: clamp(2rem, 6.5vw, 6rem);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 67% 1%, 32% 100%, 0 25%);
  margin-top: -0.5px;
}
#to-white-separator {
  background: #FFFFFF;
  clip-path: polygon(30% 99%, 75% 0, 100% 65%, 100% 100%, 0 100%, 0 0);
  grid-area: 6/1/7/4;
  width: 100%;
  height: clamp(2.5rem, 6vw, 5.5rem);
}
#top-to-white-separator {
  background: #F4F4F4;
  grid-area: 1/1/2/4;
  width: 100%;
  height: clamp(1.5rem, 7vw, 6.5rem);
  clip-path: polygon(100% 0, 100% 75%, 75% 0, 34% 100%, 0 0);
}
#top-to-offwhite-separator {
  background: #FFFFFF;
  grid-area: 1/1/2/4;
  width: 100%;
  height: clamp(1.5rem, 7vw, 6.5rem);
  clip-path: polygon(100% 0, 100% 75%, 83% 0, 20% 100%, 0 0);
  margin-top: -1px;
}
#contact h2 {
  text-align: center;
  grid-area: 2/2/3/3;
}
.form-container {
  display: grid;
  grid-template-columns: 11rem 11rem auto;
  grid-area: 3/2/4/3;
  margin-bottom: clamp(5rem, 8vw, 8rem);
}
.form-container .contact-titles {
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  display: block;
  grid-column: 1/3;
  color: #454545;
}
.form-container .contact-info {
  background: #2b2b2b;
  height: fit-content;
  grid-area: 1/1/2/3;
  align-self: center;
  padding: 2rem;
  border-radius: 2rem;
  gap: 2rem;
  display: grid;
}
.form-container .contact-info div {
  display: block;
}
.form-container .contact-info div span {
  display: block;
}
.form-container .contact-info div span:nth-child(1) {
  color: white;
}
.form-container .contact-info div span:nth-child(2) {
  font-size: 1.35rem;
  font-weight: 800;
  transition: 0.2s;
}
.form-container .contact-info div span a:hover {
  text-decoration: none;
}
.form-card {
  background: #ffffff;
  border-radius: 2rem;
  grid-area: 1/2/2/4;
}
.form {
  grid-area: 1/3/2/4;
  padding: 3rem;
}
.form-img {
  width: 100%;
  grid-area: 1/1/2/3;
  align-self: center;
}
.form label {
  color: #454545;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
  display: block;
}
.form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}
.form .input-text,
.form textarea,
.form select {
  width: 100%;
  color: #454545;
}
.form .input-text,
.form select,
.form textarea {
  background: #F4F4F4;
  outline: 0;
  border-radius: 0.5rem;
  padding: 1rem 1rem;
  border: 0.125rem solid #F4F4F4;
  resize: none;
  transition: 0.2s;
  font-size: 1rem;
}
.form .input-text,
.form select {
  height: 3rem;
}
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='silver' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.5rem);
  background-position-y: 12px;
}
.form .text-area-cont {
  grid-column: span 2;
}
.invalid input:not([value=""]):not(:focus):invalid,
.invalid textarea:not([value=""]):not(:focus):invalid {
  background-color: #FFD9D9;
  outline-color: #D51414;
  color: #D51414;
}
.invalid input:not([value=""]):not(:focus):invalid ~ label,
.invalid textarea:not([value=""]):not(:focus):invalid ~ label {
  color: #D51414;
}
.input-div {
  display: flex;
  flex-direction: column-reverse;
}
form > .checkbox {
  display: flex;
  grid-column: span 2;
  align-items: flex-start;
}
form > .checkbox input {
  margin-top: 0.4rem;
}
form .checkbox label {
  line-height: 1.75rem;
  padding-left: 0.5rem;
  margin: 0;
}
form .checkbox label a {
  text-transform: initial;
  transition: 0.2s;
}
form .checkbox label a:hover,
form .checkbox label a:focus {
  opacity: 0.75;
}
form #submit {
  cursor: pointer;
  background: transparent;
  text-transform: uppercase;
  grid-column-start: 1;
  width: min-content;
}
form #submit:hover,
form #submit:focus {
  color: #FFFFFF;
  outline: 0;
}
.arajanlat-response {
  display: none;
}
@media screen and (max-width: 1024px) {
  .form-container {
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content auto;
  }
  .form-container .contact-info {
    grid-area: 1/1/3/2;
    grid-template-columns: 1fr 1fr;
    margin: 0 10%;
  }
  .form-card {
    grid-area: 2/1/4/2;
  }
  .form-img {
    width: auto;
    height: clamp(10vmin, 40vmin, 16rem);
    grid-area: 1/1/3/2;
    align-self: center;
    justify-self: center;
  }
  .form {
    grid-area: 3/1/4/2;
  }
}
@media screen and (max-width: 767px) {
  .form-container .contact-info {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  .form-container .contact-info {
    padding: 2rem;
  }
  .form-container .contact-titles {
    grid-column: 1/2;
  }
  .form form {
    grid-template-columns: 1fr;
  }
  .form form > div {
    grid-column: span 1 !important;
  }
  .form {
    padding: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .contact-info {
    margin: 0 !important;
  }
  .contact-info span a {
    font-size: 1.25rem;
  }
  .contact-info span {
    font-size: 1.25rem;
  }
}
/*---FOOTER---*/
footer {
  background-color: #2b2b2b;
  color: white;
  padding: 3rem 0;
}
@media (min-resolution: 1.5dppx) {
  :root {
    font-size: 14px !important;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  :root {
    font-size: 14px !important;
  }
}
.footer-container {
  grid-area: 1/2/2/3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  column-gap: 2rem;
  row-gap: 1rem;
}
.footer-container * {
  font-weight: 300;
  line-height: 2rem;
}
.footer-container h4 {
  font-weight: 700 !important;
  line-height: 1.75rem !important;
  margin: 0 !important;
  color: #FFFFFF !important;
  text-align: left !important;
  font-size: 1rem !important;
}
footer a {
  color: white;
  text-transform: initial;
  transition: 0.2s;
  text-decoration: underline;
}
footer a:hover {
  opacity: 0.75;
  color: #FFFFFF !important;
}
footer #nav-logo {
  grid-column: span 3;
  margin-bottom: 0.5rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
footer form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 0.125rem;
}
footer input[type="checkbox"] {
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
}
footer form .checkbox p {
  margin: 0.5rem 0 0.5rem 0;
}
footer .checkbox {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
footer input::placeholder {
  color: grey!important;
  opacity: 1;
}
footer .ml-form-formContent input.form-control {
  width: 100% !important;
  background-color: transparent !important;
  border: 0.125rem solid #454545;
  color: #FFFFFF !important;
  height: 3rem !important;
  margin: 0.25rem 0 !important;
  outline: 0 !important;
  border-radius: 0.5rem !important;
  padding: 1rem !important;
  font-size: 1rem !important;
}
footer .ml-form-formContent input.form-control:focus {
  border: 0.125rem solid grey;
  background-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 transparent;
  color: #FFFFFF;
}
.ml-form-fieldRow {
  display: grid;
}
footer .email-div {
  width: 100%;
}
footer .ml-validate-required .label-description {
  display: inline-block;
}
footer form input.footer-email {
  height: 3rem;
  border-radius: 0.5rem;
  border: 0.125rem solid #454545;
  background-color: transparent;
  color: grey;
  padding: 1rem;
  width: calc(100% - 1rem);
  margin-right: 1rem;
  font-size: 1rem;
}
footer form input.footer-email:focus {
  height: 3rem;
  border-radius: 0.5rem;
  border: 0.125rem solid #F4F4F4;
  background-color: transparent;
  color: #F4F4F4;
  padding: 1rem;
  outline: 0;
  transition: 0.2s;
}
footer form button {
  font-weight: 500 !important;
  color: #F4F4F4;
  border-radius: 0.5rem;
  background-color: transparent;
  line-height: 1rem !important;
  cursor: pointer;
  text-transform: uppercase;
  border: #F4F4F4 0.125rem solid;
  height: 3rem;
}
footer form input.submit:hover,
footer form input.submit:focus {
  background-color: transparent;
  border: #FFFFFF 0.125rem solid;
  color: #FFFFFF;
  opacity: 0.75;
}
footer .copyright {
  color: grey;
}
footer .copyright-div {
  grid-area: 2 / 3 / 4 / 3;
  display: grid;
}
footer .copyright-div * {
  text-align: left;
}
footer ~ img {
  height: 0px;
}
@media screen and (max-width: 1023px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
  footer #nav-logo {
    grid-column: span 2;
  }
  footer .copyright-div {
    grid-area: 4/1/5/3;
  }
}
@media screen and (max-width: 767px) {
  .footer-container div:nth-child(4) {
    grid-column: span 2;
  }
}
@media screen and (max-width: 640px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  footer #nav-logo {
    grid-column: span 1;
    margin: 0;
  }
  .footer-container div:nth-child(4) {
    grid-column: span 1;
  }
  footer .copyright-div {
    grid-area: 4/1/5/2;
  }
}
@media screen and (max-width: 460px) {
  footer form {
    flex-direction: column;
  }
  footer form .email-div .footer-email {
    margin: 0;
    width: 100%;
    display: block;
  }
  footer form .email-div {
    height: 3rem;
    margin-bottom: 0.5rem;
  }
}
/*-----------*/
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}
.select-selected {
  background-color: #F4F4F4;
  height: 3rem;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 1.33rem;
  right: 1rem;
  width: 0;
  height: 0;
  border: 0.33rem solid transparent;
  border-color: rgba(133, 133, 133, 0.5) transparent transparent transparent;
}
.select-selected.select-arrow-active {
  border: #D51461 0.125rem solid;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent rgba(133, 133, 133, 0.5) transparent;
  top: 1rem;
}
/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #454545;
  padding: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  user-select: none;
}
.select-selected.select-arrow-active {
  padding: calc(1rem - 0.125rem);
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #F4F4F4;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  border: solid 0.125rem;
  border-color: #D51461;
  border-top: 0px;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  height: 9.75rem !important;
  transition: 0.2s border-color;
  transition: 0.2s height;
  overflow: hidden;
}
/*hide the items when the select box is closed:*/
.select-hide {
  /*display: none;*/
  height: 0 !important;
  border-width: 0;
  border-color: transparent;
}
.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.05);
}
.undecoreted-link {
  text-decoration: none;
  color: initial;
  text-transform: none;
}
/*----REF SLIDER----*/
.referenciak-carousel {
  grid-area: 5/1/6/4;
  overflow: hidden;
}
#slideable {
  scroll-snap-type: x mandatory;
  scroll-padding-left: clamp(1.75rem, calc((100% - 77.5rem)/2), calc((100% - 77.5rem)/2));
  display: flex;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
#slideable > * {
  margin-right: 1.75rem;
}
#slideable::-webkit-scrollbar {
  display: none;
}
.ref-card-div {
  min-width: 24rem;
  max-width: 24rem;
  scroll-snap-align: start;
}
.spacer {
  scroll-snap-align: start;
  min-width: calc((100vw - 77.5rem)/2 - 2.25rem);
}
.nav-buttons {
  grid-area: 4/2/5/3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
}
.nav-buttons > * {
  background-color: rgba(20, 20, 20, 0.5);
  border-radius: 50%;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: clamp(2.5rem, 5vw, 4rem) 0.25rem clamp(2rem, 4vw, 3rem) 0.25rem;
  transition: 0.3s;
}
.nav-buttons > * svg {
  width: 1.75rem;
}
.ref-img-bg:hover {
  background: rgba(0, 0, 0, 0.75);
}
.play-icon1 {
  background-color: rgba(0, 0, 0, 0.66);
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  border-radius: 50%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-icon1 svg {
  fill: rgba(255, 255, 255, 0.8) !important;
  width: 2rem;
  height: 2rem;
}
.ref-img-bg:hover .play-icon1 {
  background: rgba(255, 255, 255, 0.8) !important;
  width: 4rem;
  height: 4rem;
  bottom: calc(50% - 2rem);
  right: calc(50% - 2rem);
}
.ref-img-bg:hover .play-icon1 svg {
  fill: rgba(0, 0, 0, 0.8) !important;
  width: 2.5rem;
  height: 2.5rem;
  transition: 0.3s;
}
.ref-img-bg:hover .play-icon1:hover {
  background: rgba(255, 255, 255, 0.95) !important;
}
.icon-play {
  margin-left: 3%;
}
.icon-magnify,
.icon-globe {
  transform: scale(0.75);
  transition: 0.3s;
  margin-bottom: 0;
}
.scroll-left:hover,
.scroll-right:hover {
  cursor: pointer;
  background-color: rgba(20, 20, 20, 0.7);
}
.ref-img-bg:hover {
  cursor: pointer;
}
.ref-card {
  background: #2A2A2A;
  border-radius: 0.75rem;
  height: 100%;
  overflow: hidden;
}
.ref-card .ref-card-img {
  position: relative;
}
.ref-card .ref-card-img .ref-img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.3s;
}
.ref-card .ref-card-img img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.ref-card .ref-card-title {
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.ref-card .ref-card-title h5 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
}
.ref-card .ref-card-list ul {
  padding: 1rem 0 1rem 3rem;
}
.ref-card .ref-card-list li {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 0;
}
.ref-card .ref-card-list li .list-arrow {
  padding-left: 0.3rem;
}
.ref-modal-grid {
  display: grid !important;
}
.ref-modal .modal-dialog {
  max-width: 1600px;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin: auto;
}
.ref-modal .modal-dialog .modal-content {
  background-color: rgba(0, 0, 0, 0.0001);
  border: none;
}
.ref-modal .modal-dialog .modal-content .modal-video {
  text-align: center;
}
.ref-modal .modal-dialog .modal-content .modal-video video {
  max-width: 100%;
  max-height: 90vh;
}
.ref-modal .modal-dialog .modal-content .modal-video img {
  width: 100%;
}
.ref-modal .modal-dialog .modal-content .modal-video iframe {
  width: 90%;
  min-height: 90vh;
  max-height: 90vh;
}
.ref-modal .modal-dialog .modal-content #close-modal {
  position: absolute;
  top: 1.75rem;
  right: 1.75rem;
  color: white;
  font-size: 2rem;
  font-family: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  height: 2rem;
  width: 2rem;
  padding: 0;
}
.ref-modal .modal-dialog .modal-content #close-modal svg {
  filter: drop-shadow(0px 0px 0.25rem rgba(0, 0, 0, 0.4));
}
.referenciak-list {
  grid-area: 6/1/7/4;
  color: #FFFFFF;
}
.referenciak-list .active:after {
  width: 100%;
  opacity: 1;
}
.referenciak-list ul::-webkit-scrollbar {
  display: none;
}
.referenciak-list ul {
  list-style: none;
  padding-left: clamp(1.75rem, calc((100% - 77.5rem)/2), calc((100% - 77.5rem)/2));
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-right: 1.75rem;
  display: flex;
  gap: 2rem;
  overflow-x: scroll;
  max-width: 100vw;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.referenciak-list ul li {
  display: inline;
  padding: 0.5rem 0;
  font-weight: 400;
  font-size: 1rem !important;
  border-bottom: 0.125rem solid transparent;
  transition: 0.3s;
  cursor: pointer;
  white-space: nowrap;
}
.referenciak-list ul li:before {
  display: none;
}
.referenciak-list ul li:after {
  content: '';
  background-color: #FFFFFF;
  width: 0%;
  height: 0.125rem;
  display: block;
  transition: 0.2s;
  opacity: 0.5;
}
.referenciak-list ul li:hover:after {
  content: '';
  width: 100%;
}
.opinions-carousel {
  grid-area: 3/2/4/3;
  padding-left: clamp(1.75rem, calc((100% - 77.5rem)/2), calc((100% - 77.5rem)/2));
  padding-right: clamp(1.75rem, calc((100% - 77.5rem)/2), calc((100% - 77.5rem)/2));
}
.opinions-carousel .opinion-glide {
  position: relative;
}
.opinions-carousel .opinion-glide::after {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #F4F4F4 0%, rgba(112, 49, 136, 0) 10%, rgba(112, 49, 136, 0) 90%, #F4F4F4 100%);
  min-height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.opinions-carousel .opinion-glide .arrow {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  z-index: 10;
  cursor: pointer;
}
.opinions-carousel .opinion-glide .arrow-left {
  border-bottom: 4px solid #8B8B8B;
  border-left: 4px solid #8B8B8B;
  transform: rotate(45deg) skew(12deg, 12deg);
  left: 1.5rem;
}
.opinions-carousel .opinion-glide .arrow-right {
  border-bottom: 4px solid #8B8B8B;
  border-left: 4px solid #8B8B8B;
  transform: rotate(-135deg) skew(12deg, 12deg);
  right: 1.5rem;
}
.opinions-carousel .opinion-glide .slider_bullets {
  text-align: center;
}
.opinions-carousel .opinion-glide .slider_bullets .bullet {
  background-color: #8B8B8B;
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.opinions-carousel .opinion-glide .slider_bullets .glide__bullet--active {
  background-color: #454545;
}
.opinions-carousel .opinion {
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 0 5rem;
}
.opinions-carousel .opinion p {
  grid-area: 1/1/2/2;
  line-height: 28px;
  font-size: 1.25rem;
  font-style: italic;
  text-align: center;
}
.opinions-carousel .opinion img {
  grid-area: 1/1/2/2;
}
.opinions-carousel .author {
  text-align: center;
}
.opinions-carousel .author p {
  font-size: 1.25rem;
  line-height: 28px;
}
.opinions-carousel .author .name {
  margin: 0;
  font-weight: 600;
}
.opinions-carousel .author .pos {
  margin-top: 0;
  font-style: italic;
  opacity: 0.5;
}
#opinions {
  background: #F4F4F4;
  padding-bottom: 5rem;
}
#opinions .opinions-title {
  grid-area: 2/2/3/3;
  text-align: center;
}
#top-section-separator {
  clip-path: polygon(25% 99%, 75% 0, 100% 65%, 100% 100%, 0 100%, 0 0);
  background: #F4F4F4;
  margin-bottom: -0.5px;
}
#white-to-grey-separator {
  background: #FFFFFF;
  clip-path: polygon(100% 0, 100% 10%, 72% 100%, 28% 1%, 0 100%, 0 0);
}
#grey-to-white-separator {
  background: #F4F4F4;
  clip-path: polygon(100% 0, 100% 10%, 72% 100%, 28% 1%, 0 100%, 0 0);
  grid-area: 1/1/2/4;
  width: 100%;
  height: clamp(1.5rem, 7vw, 6.5rem);
  display: grid;
}
.glide__slide {
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  backface-visibility: hidden;
}
.glide-buttons::-webkit-scrollbar {
  display: none;
}
.scroll-left,
.scroll-right {
  height: 64px;
  width: 64px;
  pointer-events: initial;
}
.scroll-left:hover,
.scroll-right:hover {
  cursor: pointer;
}
/*
@media screen and (max-width: 1200px) and (min-width: 768px) {

  .ref-card-div {
    min-width: 24rem;
    max-width: 24rem;
  }
}*/
@media only screen and (max-width: 1200px) {
  .glide-buttons {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  /*.ref-card {
    min-height: 27rem;
  }*/
  .nav-buttons > * {
    height: 42px;
    width: 42px;
  }
  .glide-buttons {
    justify-content: flex-end;
  }
  .glide__arrows {
    display: none;
  }
  .opinions-carousel .opinion {
    padding: 0 1rem;
  }
  .opinions-carousel .opinion-glide::after {
    background: linear-gradient(90deg, #F4F4F4 0%, rgba(112, 49, 136, 0) 3%, rgba(112, 49, 136, 0) 97%, #F4F4F4 100%);
  }
}
@media only screen and (max-width: 640px) {
  .ref-card .ref-card-title h5 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  /*
  .ref-card {
    min-height: 23.6rem;
  }*/
  .ref-card-div {
    min-width: 19rem;
    max-width: 19rem;
  }
}
@media only screen and (max-width: 560px) {
  .image-reasons-cards {
    grid-template-columns: 1fr;
  }
  .glide-buttons {
    font-size: 14px;
  }
  .glide-buttons .glide-button {
    padding: 0.5rem 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .opinion img {
    width: 100%;
  }
}
.logo-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 5rem;
}
.logo-grid img {
  display: block;
  opacity: 0.6;
  width: 8rem;
}
.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip:focus {
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
}
/** TITLE **/
body {
  background: black;
  color: #f9f9f9;
}
p img {
  margin: 0;
}
p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}
.section-container {
  position: relative;
  width: 1320px;
  margin: 0 auto;
  padding: 0;
}
.transition {
  animation: fadeIn 1s;
  animation-fill-mode: forwards;
  overflow: hidden;
}
/*---NAV---*/
nav {
  background-color: #1b1b1bee !important;
  border: 0;
  color: #FFFFFF;
}
nav .nav-link {
  color: #FFFFFF;
}
nav .nav-link::after {
  background-color: #FFFFFF;
}
nav .nav-link:hover,
nav .nav-link:focus {
  color: #FFFFFF !important;
}
nav .lang-selector {
  background-color: #2b2b2b !important;
  color: #a4a4a4 !important;
}
nav .d-btn,
.hero-main .d-btn {
  border: 0.125rem solid #FFFFFF;
  color: white;
  display: inline-block;
}
nav .d-btn:hover,
nav .d-btn:focus,
.hero-main .d-btn:hover,
.hero-main .d-btn:focus {
  border: 0.125rem solid #FFFFFF;
  color: black;
  background-color: #FFFFFF;
}
@media screen and (max-width: 860px) {
  nav .nav-link {
    padding: 0.75rem 0.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  nav .nav-logo-div {
    background-color: transparent !important;
    border: 0;
    color: #FFFFFF;
  }
  .menu-btn div {
    width: 100%;
    height: 0.125rem;
    background: #FFFFFF;
    transition: 0.2s;
  }
  nav .nav-links {
    background-color: #1b1b1bee;
    border-bottom: 0.125rem solid #2A2A2A;
  }
}
/*-kapcsolat-*/
.kapcsolat-btn-div .d-btn {
  background-color: transparent;
  text-transform: uppercase;
  cursor: pointer;
}
.kapcsolat-btn-div .d-btn:hover,
.kapcsolat-btn-div .d-btn:focus {
  background-color: #FFFFFF;
  color: #000000;
}
.kapcsolat-show-div h2 {
  text-align: center;
}
.rain-title {
  animation: example 18.2s forwards infinite;
  color: transparent;
  font-size: 1.75rem;
  font-weight: 800;
  margin: 0.5rem 0;
  display: inline-block;
}
a.rain-title:hover {
  text-decoration: none;
  color: transparent;
  width: fit-content;
}
#white-to-grey-separator {
  background: black;
}
#opinions {
  background-color: #131313;
  padding-bottom: 0;
}
.opinions-carousel .opinion-glide::after {
  background: linear-gradient(90deg, #131313 0%, rgba(112, 49, 136, 0) 10%, rgba(112, 49, 136, 0) 90%, #131313 100%);
}
/** PORTFOLIO **/
.hero-main h2.title-white {
  animation: example 18.2s forwards infinite;
  grid-area: 4/2/5/3 !important;
  color: transparent;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  height: min-content;
  transform: translatey(0.5rem);
  align-self: center;
  margin: 0;
}
.hero-main .ref-card-list {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  position: relative;
}
.hero-main .ref-card-list a {
  text-decoration: underline;
  display: inline-block;
  /*
        color: transparent;
        font-weight: 500;
        animation: example forwards infinite 18.2s;
        */
  color: white;
  text-transform: none;
  transition: 0.2s;
  opacity: 1;
}
.hero-main .ref-card-list a:hover {
  opacity: 0.75 !important;
}
.hero-main h5 {
  color: #F4F4F4;
}
.hero-main #slideable {
  background-color: #000000;
  transition: 0.2s;
}
.hero-main .referenciak-list {
  background-color: black;
  box-shadow: 0 2px 0 black;
  transition: 0.2s;
}
.hero-main .nav-buttons > div {
  background-color: #2b2b2b;
}
.hero-main .referenciak-list ul li {
  animation: example 18.2s forwards infinite;
  color: transparent;
  font-weight: 500;
}
.hero-main .referenciak-list ul li.active {
  color: white;
  font-weight: 500;
}
/** ABOUT-US **/
.rolunk {
  text-align: center;
}
.rolunk > div > div {
  grid-column: 2/3;
  max-width: 52rem;
  justify-self: center;
  padding: 0 2rem;
}
p.about-us-large {
  animation: example 18.2s forwards infinite;
  -webkit-background-clip: text;
  margin: 0;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  line-height: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: transparent;
}
p.about-us-small {
  font-size: 1rem !important;
  line-height: 1.75rem;
  margin-top: 2rem;
}
#customers {
  padding: 4rem 0 0 0;
}
.section-title {
  position: relative;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 48px;
}
.section-title .shadow-title {
  position: absolute;
  width: 100%;
  top: -15px;
  left: 0;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 40px;
  letter-spacing: 2px;
  opacity: 0.1;
  color: #fff;
}
.section-title h3 {
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.rolunk-section-text {
  margin-bottom: 5rem;
}
.marketing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 4rem min-content 4rem min-content 4rem min-content 6rem;
  margin-bottom: 8rem;
  grid-area: 1/2/2/3;
  grid-column-gap: 4rem ;
  max-width: 70rem;
  margin: auto;
}
.marketing-grid img {
  width: clamp(4rem, 10vw, 4.5rem);
  margin-bottom: 2rem;
}
.marketing-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(2.5rem, 4vw, 4rem) clamp(1rem, 4vw, 4rem);
  background: #2b2b2b;
  border-radius: 0.75rem;
  grid-row: span 2;
}
.marketing-flex h3 {
  text-align: center;
}
.marketing-flex:nth-child(5),
.marketing-flex:nth-child(3) {
  grid-row: span 3;
}
.marketing-flex:nth-child(5) {
  height: min-content;
}
.marketing-flex:nth-child(2),
.marketing-flex:nth-child(4) {
  grid-column-start: 2;
}
.marketing-flex.online-marketing h3 {
  background: -webkit-linear-gradient(45deg, #9927B1, #EC3E2F 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.marketing-flex.szoftverfejlesztes h3 {
  background: -webkit-linear-gradient(45deg, #663CBA, #4452BA, #4096F0, #3CAAFB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.marketing-flex.video-es-animacio h3 {
  background: -webkit-linear-gradient(45deg, #309787, #64B048, #AACE35, #CADD28 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.marketing-flex.grafika-es-tervezes h3 {
  background: -webkit-linear-gradient(45deg, #ED466A, #F8C446 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.marketing-paragraph p {
  line-height: 1.75rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.marketing-button {
  display: flex;
  justify-content: center;
  margin: 4rem 0 7rem 0;
}
/*--Showreel--*/
#showreel-video video {
  grid-column: 2/3;
  border-radius: 0.75rem;
  margin-bottom: 4rem;
}
#footer img {
  width: 48px;
}
#owl-logos {
  position: relative;
  width: calc(100% - 30px);
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.glide .item img {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 125px !important;
  opacity: 0.6;
}
.owl-stage {
  width: 4464px;
  left: 0;
  display: block;
  transition: all 1000ms ease 0s;
  transform: translate3d(0px, 0px, 0px);
}
.owl-item {
  width: 234px !important;
}
#kapcsolat-show {
  padding: 20px 0 70px 0;
}
#kapcsolat-btn {
  margin-top: 6rem;
  margin-bottom: 7rem;
}
.kapcsolat-btn-div {
  display: flex;
  justify-content: center;
}
/*--- COOKIE ---*/
.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 5vh 5vw;
  background: #101010;
  background: rgba(0, 0, 0, 0.9);
  border-top: 0;
  display: flex;
  justify-content: center;
  z-index: 4000;
  color: white;
}
.cookie-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.net-container {
  width: 80%;
  max-width: 1400px;
}
.cookie-text-logo {
  display: flex;
  justify-content: flex-start;
  padding-right: 12px;
}
.cookie a {
  color: white;
  text-decoration: underline;
}
.cookie-title {
  text-align: left;
}
.cookie-content {
  margin: 1rem calc(15% - 70px) 0 0;
  text-align: left;
}
.cookie button {
  text-transform: uppercase;
  font-weight: 700;
  background: #363636;
  margin-top: 10px;
  border: none;
  color: #dfdfdf;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  line-height: normal;
  padding: 15px 25px;
  transition: all 0.3s ease-out;
  width: 100%;
}
.cookie button:hover {
  background: #292929;
  color: white;
}
@media only screen and (min-width: 2250px) {
  .cookie {
    width: 100%;
  }
}
@media only screen and (max-width: 1320px) {
  .section-container {
    width: 1200px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-container {
    width: 960px;
  }
}
@media only screen and (max-width: 1000px) {
  .section-title .shadow-title {
    top: -10px;
    font-size: 40px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .section-title h3 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 960px) {
  .section-container {
    width: 768px;
  }
  .portfolio-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .section-container {
    width: 420px;
  }
  .marketing-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 4rem;
  }
  .marketing-grid > * {
    grid-column-start: 1;
    grid-row: span 1 !important;
  }
  .marketing-grid .gap {
    display: none;
  }
  .opinions-carousel .opinion-glide::after {
    background: linear-gradient(90deg, #131313 0%, rgba(112, 49, 136, 0) 3%, rgba(112, 49, 136, 0) 97%, #131313 100%);
  }
}
@media only screen and (max-width: 600px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
  .portfolio-filter-box {
    justify-content: center;
    display: flex;
    margin: 6px 0;
  }
}
@media screen and (max-width: 560px) {
  .cookie-container {
    flex-direction: column;
  }
  .cookie-title {
    text-align: center;
  }
  .cookie-content {
    margin: 1rem 0;
    text-align: center;
  }
}
@media only screen and (max-width: 420px) {
  .section-container {
    width: 300px;
  }
}
/*--HERO--*/
.d-btn {
  color: white;
  border: 0.125rem solid white;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-1UA.ttf) format('truetype');
}
.hero-main {
  animation: nethonrgbbg 12s forwards infinite linear;
  padding-top: unset !important;
}
@media screen and (max-width: 600px) {
  .hero-main {
    animation: nethonrgbbg_mob 6s forwards infinite linear;
  }
  .nethonrgb-desk {
    background-size: 500vw 91.5vh !important;
  }
}
.hero-main .hero-svg {
  height: 90vh;
  background: url(../img/main/hero-svg-sm.png);
  background-size: contain;
  grid-area: 1/1/5/4;
}
.hero-main.mobile video {
  background-color: #000000;
  padding-top: 20vh ;
}
.hero-main.mobile .hero-grad {
  grid-area: 2/1/5/4;
}
.hero-main.mobile {
  grid-template-rows: min-content 0 30vh 8rem;
}
.hero-content {
  grid-area: 1/2/5/3;
  align-self: center;
  justify-self: center;
  z-index: 3;
  background: radial-gradient(closest-side, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.hero-content * {
  text-align: center;
}
.hero-main.mobile .hero-content {
  grid-area: 1/2/2/3;
  justify-self: center;
  margin-top: 10rem;
}
.hero-main.mobile .hero-content * {
  text-align: center;
}
.hero-main h1 {
  color: white;
  font-size: clamp(4rem, 4vw, 5rem);
  margin: 0;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.hero-main .hero-content h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin: 0;
  animation-name: nethonrgb;
  animation-duration: 18.2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.hero-main .hero-content .d-btn {
  margin: auto;
  display: table;
  position: relative;
  z-index: 2;
}
.hero-main.mobile .hero-content .d-btn {
  margin: auto;
  display: table;
}
/*--SZOLGALTATASOK--*/
#szolgaltatasok {
  margin-bottom: 4rem;
}
#marketing .d-btn {
  display: table;
  margin: 0 auto 0 auto;
  transition: 0.2s;
}
.marketing-flex.online-marketing .d-btn {
  color: #D51461;
  border-color: #D51461;
}
.marketing-flex.szoftverfejlesztes .d-btn {
  color: #3FA3DB;
  border-color: #3FA3DB;
}
.marketing-flex.video-es-animacio .d-btn {
  color: #75B743;
  border-color: #75B743;
}
.marketing-flex.grafika-es-tervezes .d-btn {
  color: #F1705E;
  border-color: #F1705E;
}
.marketing-flex.online-marketing .d-btn:hover,
.marketing-flex.online-marketing .d-btn:focus {
  background-color: #D51461;
  border-color: #D51461;
  color: #FFFFFF;
}
.marketing-flex.szoftverfejlesztes .d-btn:hover,
.marketing-flex.szoftverfejlesztes .d-btn:focus {
  background-color: #3FA3DB;
  border-color: #3FA3DB;
  color: #FFFFFF;
}
.marketing-flex.video-es-animacio .d-btn:hover,
.marketing-flex.video-es-animacio .d-btn:focus {
  background-color: #75B743;
  border-color: #75B743;
  color: #FFFFFF;
}
.marketing-flex.grafika-es-tervezes .d-btn:hover,
.marketing-flex.grafika-es-tervezes .d-btn:focus {
  border-color: #F1705E;
  background-color: #F1705E;
  color: #FFFFFF;
}
/*--Footer--*/
footer input[type="checkbox"] {
  accent-color: #75B743;
}
footer .d-btn:focus,
footer .d-btn:hover {
  background-color: #FFFFFF;
  color: #000;
}
.black-to-darkgrey-separator {
  background: black;
  clip-path: polygon(100% 0, 100% 10%, 72% 100%, 28% 1%, 0 100%, 0 0);
  width: 100%;
  height: clamp(1.5rem, 7vw, 6.5rem);
  display: grid;
}
.black-to-darkgrey-separator:nth-child(1) {
  grid-area: 1/1/2/4;
}
.black-to-darkgrey-separator:nth-last-child(1) {
  grid-area: 3/1/4/4;
  transform: rotatez(180deg);
  align-self: end;
  z-index: 0;
}
/*--ARTICLES--*/
#cikkek {
  background-color: #131313;
  margin-top: 5rem;
}
#cikkek h2 {
  grid-area: 2/2/3/3;
  text-align: center;
}
#cikkek .suggested-cards {
  grid-area: 3/2/4/3;
  max-width: 57rem;
  justify-self: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
#cikkek .suggested-cards .card {
  background-color: #2A2A2A;
  border-radius: 1rem;
  overflow: hidden;
  display: grid;
  grid-template-rows: min-content auto;
  z-index: 1;
}
#cikkek .suggested-cards .card img {
  width: 100%;
}
#cikkek .suggested-cards .card .content {
  padding: 2rem;
  display: grid;
  grid-template-rows: min-content 1fr min-content;
}
#cikkek .suggested-cards .card .content h3 {
  color: #FFFFFF;
  text-transform: initial;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  line-height: 1.25;
}
#cikkek .suggested-cards .card .content p {
  margin: 1.5rem 0 2rem 0;
  line-height: 1.75rem;
  color: #FFFFFF;
  display: block;
}
#cikkek .suggested-cards .card .content .d-btn {
  display: inline-block;
  width: fit-content;
}
#cikkek .suggested-cards .card .content .d-btn:hover,
#cikkek .suggested-cards .card .content .d-btn:focus {
  background-color: white;
  color: #2A2A2A;
}
#cikkek .suggested-cards .card.first {
  margin-bottom: 4rem;
}
#cikkek .suggested-cards .card.second {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  #cikkek .suggested-cards {
    grid-template-columns: 1fr;
  }
  #cikkek .suggested-cards .first,
  #cikkek .suggested-cards .second {
    margin: 0 !important;
  }
}
#cikkek .more-articles {
  grid-area: 4/2/5/3;
  display: grid;
  justify-items: center;
}
#cikkek .more-articles .d-btn {
  display: block;
  width: fit-content;
}
#cikkek .more-articles .d-btn:hover,
#cikkek .more-articles .d-btn:focus {
  background-color: white;
  color: #000;
}
@keyframes example {
  0% {
    background: #75B743;
    -webkit-background-clip: text;
  }
  22% {
    background: #75B743;
    -webkit-background-clip: text;
  }
  26% {
    background: #426FD1;
    -webkit-background-clip: text;
  }
  39% {
    background: #426FD1;
    -webkit-background-clip: text;
  }
  47% {
    background: #D51461;
    -webkit-background-clip: text;
  }
  58% {
    background: #D51461;
    -webkit-background-clip: text;
  }
  63% {
    background: #F1705E;
    -webkit-background-clip: text;
  }
  78% {
    background: #F1705E;
    -webkit-background-clip: text;
  }
  85% {
    background: #75B743;
    -webkit-background-clip: text;
  }
  100% {
    background: #75B743;
    -webkit-background-clip: text;
  }
}
@keyframes example2 {
  0% {
    background: #75B743;
  }
  22% {
    background: #75B743;
  }
  26% {
    background: #426FD1;
  }
  39% {
    background: #426FD1;
  }
  47% {
    background: #D51461;
  }
  58% {
    background: #D51461;
  }
  63% {
    background: #F1705E;
  }
  78% {
    background: #F1705E;
  }
  85% {
    background: #75B743;
  }
  100% {
    background: #75B743;
  }
}
.nethonrgb {
  background: linear-gradient(90deg, #309787 0%, #64b048 4%, #aace35 10%, #cadd28 16%, #663cba 21%, #4452ba 25%, #4096f0 33%, #3caafb 37%, #9927b1 42%, #ec3e2f 58%, #ed466a 63%, #f8c446 79%, #309787 84%, #64b048 88%, #aace35 94%, #cadd28 100%);
  background-size: 625%;
}
.nethonrgb-desk {
  background-image: url(../img/main/main-rgb-background.png);
  background-size: 250vw 91.5vh;
}
@keyframes nethonrgb {
  0% {
    background-position: 0% 0%;
    -webkit-background-clip: text;
  }
  22% {
    background-position: 0% 0%;
    -webkit-background-clip: text;
  }
  26% {
    background-position: 25% 0%;
    -webkit-background-clip: text;
  }
  39% {
    background-position: 25% 0%;
    -webkit-background-clip: text;
  }
  47% {
    background-position: 50% 0%;
    -webkit-background-clip: text;
  }
  58% {
    background-position: 50% 0%;
    -webkit-background-clip: text;
  }
  63% {
    background-position: 75% 0%;
    -webkit-background-clip: text;
  }
  78% {
    background-position: 75% 0%;
    -webkit-background-clip: text;
  }
  85% {
    background-position: 100% 0%;
    -webkit-background-clip: text;
  }
  100% {
    background-position: 100% 0%;
    -webkit-background-clip: text;
  }
}
@keyframes nethonrgbbg {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 83.5% 0%;
  }
}
@keyframes nethonrgbbg_mob {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 63% 0%;
  }
}
