/**
* Template Name: Arsha - v4.10.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Inter", sans-serif;
  color: #444444;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}


@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1700px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 500px) {
  .termsfeed-com---nb-simple {
    right: unset!important;
    left: 0!important;
    bottom: 15px!important;
    left: 15px!important;
    max-width: 450px!important;
  }
}
.termsfeed-com---nb .cc-nb-text {
  font-size: 12px!important;
}
.termsfeed-com---nb .cc-nb-main-container {
  padding: 1rem!important;
}
#termsfeed-com---nb.termsfeed-com---palette-light .cc-nb-reject, #termsfeed-com---nb.termsfeed-com---palette-light .cc-nb-okagree{
  background-color: #0d68a4;
}
#termsfeed-com---nb.termsfeed-com---palette-light .cc-nb-okagree:focus {
  box-shadow: 0 0 0 2px #afafaf;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #444;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 150px;
  z-index: 996;
  background: #1387cf;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgb(0 0 0 / 60%);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 65px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #47b2e4;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #0086D1;
  font-weight: 600;
  background: #0086d140;
  max-width: 216px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #0067A6;
  border-color: #0067A6;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background-color: #222;
  padding: 0;
  background-image: url(../img/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#hero .container {
  padding-top: 0;
}

.hero-left {
  position: relative;
  z-index: 10;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 85px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
}

#hero h1 span {
  display: block;
  -webkit-text-stroke: 2px #ffffff;
  -webkit-text-fill-color: #ffffff00;
}

#hero h2 {
  color: #ffffff;
  margin-bottom: 40px;
  margin-top: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

#hero p {
  color: #CECECE;
  margin-bottom: 20px;
  max-width: 700px;
  font-size: 18px;
}

#hero .btn-get-started {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .hero-img img {
  max-width: 625px;
}

#hero .hero-img {
  text-align: center;
  position: relative;
}

#hero .hero-img .animated {
  position: relative;
  z-index: 5;
}

.hero-img::before {
  content: "";
  position: absolute;
  top: calc(50% - 130px);
  left: calc(50% - 130px);
  width: 260px;
  height: 260px;
  border-radius: 9999px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(9, 73, 95, 0) 85%, #06465C 100%);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  display: block;
}

.hero-img::after {
  content: "";
  position: absolute;
  top: calc(50% - 70px);
  left: calc(50% - 70px);
  width: 140px;
  height: 140px;
  border-radius: 9999px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(9, 73, 95, 0) 85%, #06465C 100%);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  display: block;
}

.hero-img::before {
  animation: sonarWave 4s linear infinite;
}

.hero-img::after {
  animation: sonarWave2 4s linear infinite;
}

.hero-bot {
  justify-content: space-between;
  align-items: center;
  margin-top: -35px;
  position: relative;
  z-index: 15;
}

.hero-bot-prod-icons {
  display: flex;
  text-align: center;
}

.hero-bot-prod-icon {
  width: 25%;
  margin: 10px 20px;
}

.hero-bot-prod-icon:hover img {
  opacity: .5;
}

.hero-bot-prod-icon img {
  max-height: 60px;
  transition: .4s;
}

.hero-bot-right-inner {
  position: relative;
  padding: 30px 40px 15px 40px;
}

.demo-program {
  position: relative;
  z-index: 3;
  max-width: 410px;
}

.hero-bot-right-inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(33, 33, 33, 0.7);
  border-radius: 30px 0px 0px 0px;
  width: 100vw;
  height: 100%;
  z-index: 1;
}

#hero .hero-bot-prod-icon p {
  color: #BEBEBE;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 500;
  margin-bottom: 0;
}

.demo-program h3 {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}

.demo-program h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

#hero .hero-bot .demo-program p {
  color: #BEBEBE;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.demo-program .cta-btn {
  font-size: 12px;
  font-weight: 500;
  padding: 6px 25px;
  border: 1px solid #c5c5c5;
  margin-left: 0;
}

.demo-program .cta-btn:hover,
.demo-program .cta-btn:focus,
.demo-program .cta-btn:active {
  border: 1px solid #0067A6;
  background: #0067A6;
  color: #fff;
}

.link-btn {
  font-size: 14px;
  text-decoration: underline;
  color: #BEBEBE;
}

.link-btn:hover {
  text-decoration: underline;
}

@keyframes sonarWave {
  0% {
    transform: scale(1);
    opacity: .9;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes sonarWave2 {
  40% {
    transform: scale(4);
    opacity: .9;
  }

  100% {
    transform: scale(8);
    opacity: 0;
  }
}

@media (max-width: 991px) {
  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0;
}

.page-wrap {
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}


.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: left;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 5rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #0067A6;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
#why-us {
  padding: 0;
  background-size: 40%;
  background-color: #f3f5fa;
  background-image: url("../img/caltta-elonyok.jpg");
  background-repeat: no-repeat;
  background-position: 20% 75%;
  background-attachment: fixed;
  position: relative;
}

.why-us p.head-top {
  color: #797979;
  margin-bottom: 5px;
  font-weight: 500;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .why-us-right {
  padding-top: 50px;
  padding-bottom: 50px;
}


.why-us .content h3 {
  font-weight: 600;
  font-size: 28px;
  color: #0086D1;
  margin-bottom: 15px;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us p {
  font-size: 16px;
  color: #848484;
  max-width: 850px;
}

.why-us .accordion-list {
  padding: 20px 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 25px;
}

.why-us .accordion-list li {
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  padding: 20px;
  display: block;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
  transition: color .4s;
  display: flex;
  flex-wrap: nowrap;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
  padding-top: 1px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 20px 20px 20px;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}




/*--------------------------------------------------------------
# Kezi es mobil adovevok
--------------------------------------------------------------*/
#kezi-adovevok .row {
  align-items: flex-start;
}

.kezi-adovevok-content-inner,
.mobil-adovevok-left {
  padding-top: 50px;
  padding-bottom: 100px;
  max-width: 700px;
  margin-left: auto;
}

#kezi-adovevok {
  background-size: 100% 92%;
  background-repeat: no-repeat;
  background-image: url("../img/kezi-adovevok-bg.jpg");
  position: relative;
}

.kezi-adovevok,
.mobil-adovevok {
  color: #fff;
}

h3 {
  font-size: 5rem;
  font-weight: 900;
}

#kezi-adovevok p,
#mobil-adovevok p {
  font-size: 16px;
}

#kezi-adovevok .head-top,
#mobil-adovevok .head-top {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
}

#kezi-adovevok li,
#mobil-adovevok li {
  padding-bottom: 10px;
}

#kezi-adovevok .main-feature,
#mobil-adovevok .main-feature {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  padding-top: 30px;
}

.calta-anico-logo-block {
  margin-top: 50px;
  position: relative;
  max-width: 500px;
  padding: 30px 0;
}

.calta-anico-logo-block-inner {
  position: relative;
  z-index: 2;
}

.calta-anico-logo-block-right {
  margin-left: 35px;
}

.calta-anico-logo-block::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  transform: skew(15deg);
  width: 100vw;
  height: 100%;
  z-index: 1;
}

.calta-anico-logo-block img {
  width: 100%;
  max-width: 180px;
}

#mobil-adovevok {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: visible;
}

#mobil-adovevok .mobil-adovevok-left::before {
  content: "";
  display: block;
  width: 60vw;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/mobil-adovevok-bg.jpg");
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.mobil-adovevok-left-inner {
  position: relative;
  z-index: 5;
}

.mobil-adovevok-right img {
  width: 75vw;
  max-width: 1400px;
  height: unset;
  position: absolute;
  right: -10%;
  bottom: -5%;
  z-index: 3;
}

.mobil-adovevok-right {
  position: relative;
}


/*--------------------------------------------------------------
# Product list
--------------------------------------------------------------*/
.slick-prev:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  border-top: 4px solid #0d68a4;
  border-left: 4px solid #0d68a4;
  transform: rotate(-45deg);
}

.slick-next:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  border-top: 4px solid #0d68a4;
  border-right: 4px solid #0d68a4;
  transform: rotate(45deg);
}

.prod-cards {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}

.prod-cards .slick-list {
  padding: 100px 0 10px 0;
}

.prod-cards .slick-next,
.prod-cards .slick-prev {
  top: 55%;
}

.prod-card {
  padding: 0 35px;
}

.prod-card-wrap {
  background: #0d68a4;
  color: #fff;
  padding: 30px 40px 30px 0;
  border-radius: 20px;
  position: relative;
}

.prod-card-left {
  position: absolute;
  left: -5%;
  top: -42%;
}

.prod-card-right {
  width: 80%;
  margin-left: auto;
  max-width: 280px;
  position: relative;
  z-index: 5;
}

.prod-card-right p {
  font-size: 12px;
  margin-bottom: 0;
  color: #D2D2D2;
}

.prod-card-right h4 {
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 3px;
}

.prod-card-right .prod-alt-head {
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Atjatszo es diszpecser
--------------------------------------------------------------*/

#atjatszo,
#diszpecser-rendszer {
  position: relative;
  color: #0067A6;
}

#atjatszo {
  margin-top: -80px;
}

#atjatszo .container {
  padding-top: 180px;
  padding-bottom: 100px;
}

#atjatszo::before {
  content: "";
  display: block;
  width: 45vw;
  max-width: 950px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/atjatszo.png);
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#atjatszo .head-top,
#diszpecser-rendszer .head-top {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 5px;
}

#atjatszo p,
#diszpecser-rendszer p {
  font-size: 16px;
}

#atjatszo .main-feature,
#diszpecser-rendszer .main-feature {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  padding-top: 30px;
}

#atjatszo li,
#diszpecser-rendszer li {
  padding-bottom: 10px;
}

#atjatszo .cta-btn,
#diszpecser-rendszer .cta-btn {
  border: 2px solid #0067A6;
  color: #0067A6;
}

#atjatszo .cta-btn:hover,
#diszpecser-rendszer .cta-btn:hover {
  border: 2px solid #0067A6;
  color: #fff;
  background-color: #0067A6;
}

#diszpecser-rendszer {
  overflow: visible;
}

#diszpecser-rendszer .content {
  padding: 100px 0;
}

#diszpecser-rendszer img {
  position: relative;
  top: -15%;
  left: 10%;
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: url("../img/anico-cert.jpg") fixed center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
  position: relative;
  z-index: 3;
}

@media (min-width: 1400px) {
  .cta .container {
    max-width: 1600px;
  }
}

.cta .row {
  align-items: center;
}

.cta h3 {
  color: #fff;
  font-size: 4.5rem;
  margin-bottom: 20px;
}

.cta .head-top {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 5px;
}

.cta p {
  color: #fff;
}

.cta-btn {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 60px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
}

.cta .cta-btn {
  font-weight: 600;
  font-size: 14px;
}

.cta-btn:hover {
  color: #fff;
  background: #0067A6;
  border: 2px solid #0067A6;
}

.cta li::marker {
  color: #fff;
}

.cta-right-top {
  font-weight: 600;
  font-size: 18px;
}

.cta .cta-btn:hover,
.mobil-adovevok .cta-btn:hover,
.contact .cta-btn:hover {
  color: #0d68a4;
  border: 2px solid #ffffff;
  background: #fff;
}

.youtube .cta-btn:hover {
  color: #060606;
  border: 2px solid #ffffff;
  background: #fff;
}


@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}



/*--------------------------------------------------------------
# Youtube
--------------------------------------------------------------*/

.embed-youtube {
  background-color: #000;
  margin-bottom: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.embed-youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
}

.embed-youtube .embed-youtube-play {
  width: 68px;
  height: 48px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.embed-youtube .embed-youtube-play:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

.embed-youtube img,
.embed-youtube .embed-youtube-play {
  cursor: pointer;
}

.embed-youtube img,
.embed-youtube iframe,
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
  position: absolute;
}

.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.embed-youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.embed-youtube .embed-youtube-play:hover {
  background-color: #f00;
}


.youtube {
  padding-top: 70px;
}

.youtube .row {
  align-items: center;
}

.youtube-top-left-inner {
  max-width: 350px;
  position: relative;
  z-index: 2;
  padding: 0 0 50px 0;
}

.youtube-top-left-inner img {
  max-width: 200px;
  position: relative;
  z-index: 2;
}

.youtube h3 {
  font-size: 3rem;
  font-weight: 900;
  color: #262626;
  line-height: 1.1;
}

.youtube p {
  color: #262626;
  font-size: 18px;
}

.youtube .cta-btn {
  border: 2px solid #262626;
  color: #262626;
  font-size: 14px;
  margin-left: 0;
}

.youtube-top-left {
  position: relative;
}

.youtube-top-right {
  position: relative;
  z-index: 2;
}

.youtube-top-left::before {
  content: "";
  position: absolute;
  display: block;
  width: 140%;
  height: 150%;
  background: linear-gradient(29deg, #d2d2d2 10.9%, #b5b5b5 98.17%);
  left: -50px;
  z-index: 1;
  bottom: 0;
}

.youtube-bottom {
  margin-top: 70px;
  margin-bottom: 70px;
}

.youtube-card-wrap {
  padding: 10px 20px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .row {
  align-items: center;
}

.contact-left {
  position: relative;
}

.contact-right {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.contact-right iframe {
  position: relative;
  margin-top: -70px;
}

.contact-left-inner {
  max-width: 700px;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 100px 0;
}

.contact .head-top {
  text-transform: uppercase;
  margin-bottom: 0;
}

.contact h3 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.contact-left::before {
  content: "";
  position: absolute;
  display: block;
  width: 130%;
  height: 100%;
  background: linear-gradient(269.47deg, #0067A6 1.44%, #0086D1 98.58%);
  right: -50px;
  z-index: 1;
  top: 0;
}

.contact-bottom.row {
  margin-left: -30px;
  margin-right: -30px;
  padding: 75px 0;
}

.contact-bottom a,
.contact-bottom a:hover {
  color: #fff;
  font-size: 12px;
}
.contact-bottom h5 a, 
.contact-bottom h5 a:hover{
  font-size: 16px;
}


.contact-card {
  padding: 10px 30px;
}

.contact-card-wrap {
  background: #0067A6;
  color: #fff;
  padding: 25px 30px 5px 30px;
}

.contact-card:nth-child(even) .contact-card-wrap {
  background: #0086D1;
}


.contact-card-wrap b {
  display: block;
}

.contact-card-wrap p {
  font-size: 14px;
}

.contact-card-wrap h5 {
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 16px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  font-size: 14px;
  background: #37517e;
  background: linear-gradient(90deg, #0086D1, #0067A6);
}


#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 80px;
  color: #fff;
}

.footer-bottom-row {
  align-items: center;
  justify-content: space-between;
}

#footer .copyright {
  color: #fff;
}
.copyright a{
  color:#fff;
}
#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}

.demo-overlay {
  position: fixed;
  right: 0;
  transition: bottom .4s;
  z-index: 10000000;
  color: #CECECE;
  bottom: -243px;
}

.demo-overlay .hero-bot-right-inner::before {
  background: rgb(33 33 33 / 80%);
}

.demo-overlay.demo-scrolled {
  bottom: -155px;
}

.demo-overlay.demo-scrolled:hover {
  bottom: -2px;
}

.adatkezelesi{
  padding-top: 10rem;
}
.adatkezeles-wrap #header{
  background: rgb(0 0 0 / 60%);
}

/*--------------------------------------------------------------
# Medias
--------------------------------------------------------------*/

@media (max-width: 1600px) {
  .prod-card-right {
    width: 65%;
  }
}

@media (max-width: 1500px) {

  #hero h1 {
    font-size: 80px;
  }

  #hero h2 {
    font-size: 22px;
  }

  #kezi-adovevok .head-top,
  #mobil-adovevok .head-top,
  #atjatszo .head-top,
  #diszpecser-rendszer .head-top {
    font-size: 18px;
  }

  h3 {
    font-size: 4rem;
  }

  .section-title h2 {
    font-size: 4rem;
  }

  .prod-card-right h4 {
    font-size: 22px;
  }

  .prod-card-right {
    width: 70%;
    max-width: unset;
  }

  .prod-cards {
    width: 95%;
  }

  .prod-card-left {
    left: 0;
    top: -73%;
  }

  .mobil-adovevok-right img {
    width: 70vw;

  }

  #atjatszo p,
  #diszpecser-rendszer p {
    font-size: 14px;
  }

  #atjatszo li,
  #diszpecser-rendszer li {
    padding-bottom: 6px;
  }

  .cta .head-top {
    font-size: 18px;
  }

  .cta h3 {
    font-size: 3.5rem;
  }

  .cta-right-top {
    font-size: 16px;
  }

  #hero h2 br {
    display: none;
  }

  #kezi-adovevok li,
  #mobil-adovevok li {
    padding-bottom: 5px;
  }
}

@media (max-width: 1400px) {
  .prod-card-left {
    top: -42%;
  }

  .mobil-adovevok-right img {
    right: -20%;
  }

  .prod-card-right {
    width: 60%;
  }

  .prod-card-wrap {
    padding: 30px 10px 30px 0;
  }

  #hero p {
    font-size: 16px;
  }

  .youtube h3 {
    font-size: 2.5rem;
  }

  .contact h3 {
    font-size: 2rem;
  }

  .contact-card {
    padding: 10px 10px;
  }

  #kezi-adovevok p {
    font-size: 14px;
  }

  .mobil-adovevok-right img {
    width: 80vw;
  }

  section ul {
    font-size: 14px;
  }

  #kezi-adovevok p,
  #mobil-adovevok p {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  #hero h1 {
    font-size: 60px;
  }

  #hero h1 span {
    -webkit-text-stroke: 1px #ffffff;
  }

  #hero p {
    font-size: 14px;
  }

  #hero h2 {
    font-size: 19px;
    margin-bottom: 15px;
    margin-top: 0px;
  }

  #why-us {
    background-position: 15% 75%;
  }

  h3 {
    font-size: 3rem;
  }

  #kezi-adovevok .head-top,
  #mobil-adovevok .head-top,
  #atjatszo .head-top,
  #diszpecser-rendszer .head-top {
    font-size: 16px;
  }

  #kezi-adovevok .main-feature,
  #mobil-adovevok .main-feature,
  #kezi-adovevok .main-feature,
  #mobil-adovevok .main-feature,
  #atjatszo .main-feature,
  #diszpecser-rendszer .main-feature {
    font-size: 18px;
  }

  .section-title h2 {
    font-size: 3rem;
  }

  .prod-card-left {
    left: -3%;
    max-width: 135px;
    top: -15%;
  }

  .prod-card-right {
    width: 65%;
  }

  .contact-left-inner {
    font-size: 14px;
  }

  #hero .hero-img img {
    max-width: 500px;
  }

  .navbar a,
  .navbar a:focus {
    padding: 10px 0 10px 15px;
    font-size: 13px;
  }

  #why-us {
    background-position: 0% 75%;
    background-size: 50%;
  }

  #diszpecser-rendszer {
    padding: 0px 30px;
  }
}

@media (max-width: 1050px) {

  .navbar a,
  .navbar a:focus {
    font-size: 12px;
  }
}

@media (max-width: 991.8px) {
  .kezi-adovevok {
    overflow: hidden;
  }

  .hero-bot {
    justify-content: flex-start;
    margin-top: 35px;
    margin-bottom: 30px;
  }

  .hero-bot .hero-bot-right {
    display: none;
  }

  .cta-btn {
    margin: 10px 10px 10px 0;
  }

  .demo-program h4 {
    font-size: 16px;
  }

  .demo-program h3 {
    margin-bottom: 5px;
  }

  .hero-bot-right-inner {
    padding: 20px 0 15px 30px;
  }

  #hero .hero-bot .demo-program p {
    font-size: 12px;
    max-width: 380px;
  }

  #why-us {
    background-image: none;
  }

  #mobil-adovevok .mobil-adovevok-left::before {
    background-position: center;
  }

  .prod-card-left {
    top: -30%;
  }

  .why-us .why-us-right {
    padding-top: 0;
    padding-bottom: 30px;
    flex: 0 0 auto;
    width: 100%;
  }

  .atjatszo .content {
    flex: 0 0 auto;
    width: 100%;
  }

  .kezi-adovevok-wrap img {
    opacity: .2;
  }

  .kezi-adovevok-wrap {
    position: absolute;
    max-width: 70%;
    margin-left: 40%;
  }

  #kezi-adovevok {
    background-size: cover;
    position: relative;
  }

  .calta-anico-logo-block-inner .img-fluid {
    max-width: 175px;
    margin-left: unset;
  }

  .kezi-adovevok-content-inner,
  .mobil-adovevok-left {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 3;
  }

  .product-list .section-title {
    padding-bottom: 0;
    margin: 50px 0 0 0;
  }

  .prod-card {
    padding: 15px 35px;
    margin-bottom: 30px;
  }

  .section-title h2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #mobil-adovevok .mobil-adovevok-left::before {
    width: 140vw;
    left: -20vw;
  }

  .mobil-adovevok-row {
    flex-direction: column-reverse;
  }

  .mobil-adovevok-left {
    padding-top: 40vw;
  }

  .mobil-adovevok-right img {
    position: absolute;
    top: -16vw;
    bottom: unset;
    right: unset;
    left: 0;
  }

  #atjatszo::before {
    width: 60vw;
    background-position: top;
    z-index: 5;
  }

  .prod-cards {
    padding: 0;
  }

  #atjatszo .container {
    padding-top: 275px;
    padding-bottom: 50px;
    position: relative;
    z-index: 10;
  }

  .cta-left-inner {
    text-align: center;
  }

  .diszpecser-rendszer .row {
    flex-direction: column-reverse;
  }

  #diszpecser-rendszer img {
    margin-top: -7%;
    top: 0;
  }

  #diszpecser-rendszer .content {
    padding: 50px 0;
  }

  .cta-left-inner {
    margin-bottom: 40px;
  }

  .youtube-top,
  .contact-top {
    flex-direction: column-reverse;
  }

  .youtube-top-left::before {
    width: 80%;
    height: 120%;
    left: 10%;
  }

  .youtube-top-left {
    padding-top: 50px;
  }

  .youtube-top-left-inner {
    margin: 0 auto;
  }

  .contact-left {
    margin-top: -50px;
  }

  .footer-bottom-row {
    flex-direction: column;
  }
}

@media (max-width: 769px) {

  #hero p {
    font-size: 12px;
  }

  #atjatszo::before {
    width: 70vw;
    top: 10px;
  }

  #atjatszo .container {
    padding-top: 290px;

  }

  .prod-card-right {
    width: 70%;
    max-width: unset;
  }

  .youtube-bottom {
    margin: 70px 30px;
  }

  .prod-card-left {
    left: 0;
  }
}

@media (max-width: 575.98px) {
  .prod-cards .slick-list {
    padding: 30px 0 10px 0;
  }

  .calta-anico-logo-block::before {
    right: 10%;
    width: 105vw;
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact-card-wrap {
    margin: 15px 30px;
  }

  #atjatszo .container {
    padding-top: 230px;
  }


}

@media (max-width: 500px) {
  .why-us .accordion-list i{
    right: 10px;
  }
  #atjatszo::before {
    width: 80vw;
    top: -5px;
  }

  .youtube-top-left::before {
    width: 100%;
    left: 0;
  }

  #hero h2 {
    font-size: 16px;
  }

  h3,
  .cta h3 {
    font-size: 2.5rem;
  }

  #hero h1 {
    font-size: 40px;
  }

  .cta-btn {
    padding: 12px 35px;
    font-size: 14px;
  }

  .hero-bot-left {
    width: 100%;
  }

  .calta-anico-logo-block-inner .img-fluid {
    max-width: 130px;
  }

  .hero-bot-prod-icon {
    margin: 10px 10px;
  }

  .hero-bot-prod-icon img {
    max-height: 35px;
  }

  .prod-card {
    padding: 15px 0;
  }

  .prod-card-left {
    left: -15px;
    top: -15%;
  }
  .prod-card-left img {
    transform: rotate(-13deg);
  }
  .prod-card-right br{
    display: none;
  }
  .prod-card-right{
    min-height:210px;
  }
  .prod-cards {
    padding: 50px 0 0 0;
  }

  #mobil-adovevok {
    margin-top: 0;
  }

  #atjatszo .container {
    padding-top: 40%;
  }

  #footer .footer-bottom {
    padding-bottom: 70px;
  }

  .contact-bottom.row {
    margin-left: -30px;
    margin-right: -30px;
    padding: 25px 0;
  }

  .cta {
    background-position: right;
  }
}


@media (max-width: 400px) {

  #kezi-adovevok .head-top,
  #mobil-adovevok .head-top,
  #atjatszo .head-top,
  #diszpecser-rendszer .head-top {
    display: none;
  }

  #diszpecser-rendszer {
    padding: 0px 15px;
  }

  .demo-overlay.demo-scrolled {
    bottom: -145px;
  }

  .demo-program p {
    font-size: 14px;
  }

  .demo-program h4 {
    font-size: 14px;
  }

  #atjatszo .container {
    padding-top: 160px;
  }

  #kezi-adovevok .head-top,
  #mobil-adovevok .head-top,
  #atjatszo .head-top,
  #diszpecser-rendszer .head-top {
    font-size: 14px;
    max-width: 200px;
  }

  h3,
  .cta h3 {
    font-size: 2rem;
  }

  .youtube-top-left::before {
    width: 140vw;
    left: -40vw;
  }

  .youtube-card-wrap {
    padding: 10px 0;
  }

  .prod-card-wrap {
    display: flex;
    flex-direction: column;
    padding: 0 30px 30px;
    margin: 0 10px;
  }

  .prod-card-left {
    position: relative;
    left: 0;
    top: -10%;
    width: 100%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50%;
    margin-bottom: 20px;
  }

  .prod-card-right {
    width: 100%;
    max-width: unset;
  }
}

@media (max-width: 350px) {
  .demo-overlay {
    display: none;
  }

  .calta-anico-logo-block {
    display: none;
  }

  #atjatszo .container {
    padding-top: 130px;
  }

  #footer .footer-bottom {
    padding-bottom: 20px;
  }
}

@media (min-width: 1600px) {

  .navbar a,
  .navbar a:focus {
    font-weight: 700;
    padding-right: 20px;
    font-size: 16px;
  }
}