html {
  scrollbar-color: var(--bs-primary) var(--bs-gray-100);
  scrollbar-width: thin;
}

body {
  font-family: 'Bai Jamjuree';
  color: var(--bs-secondary);
  font-size: 18px;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bs-gray-100);
}

::-webkit-scrollbar-thumb {
  background: var(--bs-primary);
}

::selection {
  background: var(--bs-primary);
  color: var(--bs-light);
}

input, select, textarea, button, .btn {
  box-shadow: none !important;
  outline: none !important;
}

.flex-1-0-auto {
  flex: 1 0 auto;
}

/* CUSTOM BACK TO TOP */

.scroll-top {
  background: var(--bs-primary) url('../../assets/img/cd-top-arrow.svg?h=dd0938bc6ef39f53de722a1ba52999b1') no-repeat center 50%;
  color: #FFF;
  transition: all .5s;
  position: fixed;
  right: -70px;
  bottom: 20px;
  z-index: 1;
  display: none;
  cursor: pointer;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.5);
  height: 60px;
  width: 60px;
  opacity: 0.8;
  transition: all 0.5s;
}

.scroll-top:hover {
  opacity: 1;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

/* VÍZSZINTES VONAL DESIGN */

.vizszintes-vonal-design::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  margin: 35px auto;
  background: -webkit-linear-gradient(left,transparent 0,var(--bs-primary) 50%,transparent 100%);
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* MARQUEE */

.marquee {
  width: 100%;
  overflow: hidden;
}

.marquee ul li {
  list-style-type: none;
  display: inline-block;
}

.marquee ul li::after {
  content: "|";
  display: inline;
  margin: 0 10px;
}

.marquee ul li:last-child::after {
  content: "";
  margin-right: 0;
}

/* INFORMÁCIÓS SÁV */

.informacios-sav {
  background: var(--bs-secondary);
  padding: 10px 0;
}

.informacios-sav [class*=col] {
  text-align: center;
}

.informacios-sav [class*=col] a {
  color: white;
  text-decoration: none;
}

.informacios-sav [class*=col] a i.fa.fa-star {
  margin: 0 2px;
  color: var(--bs-warning);
}

.informacios-sav img {
  width: 40px;
  margin: 0 10px;
}

/* FEJLÉC (MOBIL VERZIÓ) */

.fejlec-mobil {
  position: relative;
  width: 100%;
  height: 545px;
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../../assets/img/fejlec-hatterkep-mobil.jpg?h=c796ca5e93fbbfb4f7aa820401f1cb31');
  background-size: cover;
}

.fejlec-mobil::before, .fejlec-mobil::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: url(../../assets/img/design-csik.png?h=614b5e21569ab669d948a2871110331b);
  width: 100%;
  height: 45px;
  background-repeat: repeat-x;
  /*bottom: -1px;*/
  z-index: 1;
}

.fejlec-mobil::before {
  top: -1px;
  transform: rotate(180deg);
}

.fejlec-mobil::after {
  bottom: -1px;
}

.fejlec-mobil h1 {
  line-height: 1.4;
  padding-top: 75px;
}

/* BEMUTATKOZÓ DOBOZOK */

.bemutatkozo-dobozok {
  height: 100%;
}

.bemutatkozo-dobozok h5 {
  font-family: 'Anton';
  color: var(--bs-light);
  margin: 0;
  text-transform: uppercase;
}

.bemutatkozo-dobozok .card-body {
  padding: 35px 10px 65px;
  background: white;
}

.bemutatkozo-dobozok .card-body a {
  text-decoration: none;
  color: initial;
}

.bemutatkozo-dobozok [class*=myRibbon] i {
  color: var(--bs-light);
}

/* MINDIG IS EZT CSINÁLTUK */

.mindig-is-ezt-csinaltuk {
  background: var(--bs-secondary);
  padding: 40px 0;
}

@media (min-width: 1200px) {
  .mindig-is-ezt-csinaltuk {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    padding: 95px 0 !important;
  }
}

.mindig-is-ezt-csinaltuk h1 {
  font-family: 'Anton';
  text-shadow: 2px 2px 5px black;
}

.mindig-is-ezt-csinaltuk h1::after {
  content: '';
  display: block;
  margin: 10px auto 0;
  width: 135px;
  height: 3px;
  background: var(--bs-primary);
}

/* STRATÉGIAI PARTNEREINK */

.strategiai-partnereink [class*=col-] {
  /*align-self: center;*/
}

@media (max-width: 576px) {
  .strategiai-partnereink [class*=col-] {
    margin: 10px 0;
  }
}

@media (min-width: 1200px) {
  .strategiai-partnereink [class*=col-] {
    /*margin: 0 10px;*/
  }
}

@media (min-width: 1200px) {
  .strategiai-partnereink [class*=col-] img {
    transform: scale(1.0);
    transition: all 0.3s;
  }
}

@media (min-width: 1200px) {
  .strategiai-partnereink [class*=col-] img:hover {
    transform: scale(1.1);
  }
}

/* EGYEDI FEJLESZTÉSEK */

.egyedi-fejlesztesek {
  background: var(--bs-gray-400);
  padding: 40px 0;
}

@media (min-width: 992px) {
  .egyedi-fejlesztesek {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    padding: 95px 0 !important;
  }
}

.egyedi-fejlesztesek h1 {
  font-family: 'Anton';
}

/* FELKÉSZÜLTSÉGÜNK */

.felkeszultsegunk h2 {
  font-family: 'Anton';
  color: var(--bs-gray-600);
  margin-bottom: 30px;
}

.felkeszultsegunk h2 i {
  color: var(--bs-primary);
}

.felkeszultsegunk .konyv {
  position: relative;
  top: 0;
  cursor: pointer;
  transition: all 0.3s;
}

.felkeszultsegunk .konyv:hover {
  top: -15px;
}

/* VÁLTOZÁSTÖRTÉNET */

.valtozastortenet h2::after {
  content: '';
  display: block;
  margin: 10px auto 0;
  width: 135px;
  height: 3px;
  background: var(--bs-primary);
}

.valtozastortenet .valtozastortenet-sor .row {
  border-bottom: 1px solid var(--bs-gray-300);
}

.valtozastortenet .valtozastortenet-sor {
  height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.valtozastortenet h2 {
  font-family: 'Anton';
  color: var(--bs-gray-600);
}

.valtozastortenet a {
  text-decoration: none;
  font-weight: bold;
}

/* TÁMOGATÁS */

.tamogatas {
  background: #e8e8e8;
  padding: 40px 0;
}

@media (min-width: 992px) {
  .tamogatas {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    padding: 95px 0 !important;
    color: var(--bs-gray-700);
  }
}

.tamogatas h3 {
  font-family: 'Anton';
}

.tamogatas .zaszlo {
  width: 65px;
  height: auto;
  display: block;
  margin: 0 auto 25px;
}

@media (min-width: 992px) {
  .tamogatas .webkep {
    transform: scale(1.0);
    transition: all 0.3s;
  }
}

@media (min-width: 992px) {
  .tamogatas .webkep:hover {
    transform: scale(1.1);
  }
}

/* KAPCSOLAT */

.kapcsolat h3 {
  font-family: 'Anton';
  color: var(--bs-primary);
}

.kapcsolat h3 small {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 10px;
  color: var(--bs-gray-600);
}

.kapcsolat h3 i {
  color: var(--bs-gray-600);
}

.kapcsolat .form-control, .kapcsolat .form-select {
  margin-bottom: 20px;
}

.kapcsolat .form-label {
  font-weight: bold;
}

.kapcsolat .form-label i {
  color: var(--bs-primary);
}

.kapcsolat .form-label span {
  color: var(--bs-danger);
}

.kapcsolat textarea.form-control {
  height: 165px;
}

.kapcsolat a {
  text-decoration: none;
  font-weight: bold;
}

.kapcsolat .btn i {
  position: relative;
  top: 0;
  transition: all 0.3s;
}

.kapcsolat .btn:hover i {
  top: -5px;
}

.kapcsolat .google-terkep {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
}

.kapcsolat .google-terkep {
  height: 460px;
}

/* Custom Toggle Switch */

.switch-toggle {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  border: 0;
  outline: 0;
  cursor: pointer;
  margin: 10px 0px;
  vertical-align: middle;
  left: 0;
  padding-left: 0;
}

.switch-toggle:after {
  content: '';
  width: 60px;
  height: 28px;
  display: inline-block;
  background: rgba(195, 195, 195, 0.55);
  border-radius: 18px;
  clear: both;
}

.switch-toggle:before {
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 0px;
  top: -3px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.switch-toggle:checked:before {
  left: 32px;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.6);
}

.switch-toggle:checked:after {
  background: var(--bs-primary);
}

/* Transition for smoothness */

.switch-toggle, .switch-toggle:before, .switch-toggle:after, .switch-toggle:checked:before, .switch-toggle:checked:after {
  transition: ease .3s;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
}

