.hero {
  padding: 160px 0px 40px 0px;
  background: linear-gradient(#000000b0, #000000d1), url(/images/roadshow.jpg);
  background-position: bottom;
  background-size: cover;
  text-align: center;
}

.hero p {
  color: #fff !important;
}

@media (min-width: 900px) {
  .hero .heading {
    font-size: clamp(3.5rem, 2.5vw, 2.5rem);
    line-height: 1.1;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.section .heading {
  font-weight: 700;
  font-size: 3rem;
}

.heading-cont {
  margin-bottom: 30px;
  text-align: center;
}

.heading-cont p {
  font-size: 14px;
  margin-top: 8px;
}

h3,
.h3 {
  font-weight: 700;
}

.sp {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.pros .feature-h .wrap-icon {
  background-color: #ffffff;
  color: #7ccd00;
  border-color: #7ccd00;
}

.cons .feature-h .wrap-icon {
  background-color: #ffffff;
  color: #dc3545;
  border-color: #dc3545;
}

.img-l,
.img-r {
  position: relative;
}

@media (min-width: 1200px) {
  .img-l::before {
    position: absolute;
    top: 15px;
    right: -98%;
    content: "";
    background-color: #005555;
    width: 456px;
    height: 10px;
    border-radius: 5px;
    box-shadow: 0 0 0px 9px #fff;
  }

  .img-r::before {
    position: absolute;
    top: 15px;
    right: 53%;
    content: "";
    background-color: #005555;
    width: 456px;
    height: 10px;
    border-radius: 5px;
    box-shadow: 0 0 0px 9px #fff;
  }

  .pros,
  .cons {
    margin-top: 50px;
  }
}

@media (max-width: 1250px) {
  .feature-h .feature-text {
    margin-top: 0px !important;
  }
}

@media (min-width: 991px) and (max-width: 1600px) {
  .pros p,
  .cons p {
    font-size: 12px;
  }

  .feature-h .wrap-icon {
    flex: 0 0 37px;
    height: 37px;
  }
}

.box {
  border: 0.98px solid #eee;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.box-text {
  padding: 20px;
  height: 360px;
}

@media (min-width: 1600px) {
  .box-text {
    height: 310px;
  }
}

.box-text-cus {
  height: 410px;
  padding: 20px;
}

.box-info {
  border-top: 1px solid #eee;
  padding: 20px;
  padding-bottom: 10px !important;
}

.clear {
  clear: both;
}

h2 {
  margin-top: 60px;
}

.feature-text p {
  margin-bottom: 0px !important;
}

.box-text h3,
.box-text-cus h3,
.sp {
  color: #005555 !important;
}

.icon {
  font-size: 20px;
  margin-right: 14px;
  color: #70c700;
}

.box-info .feature-h p {
  margin-bottom: 0px !important;
}

@media (max-width: 1400px) {
  .box-text {
    height: 470px !important;
  }
  .box-text-cus {
    height: 490px !important;
  }
}

@media (max-width: 1202px) {
  .box-text {
    height: 540px !important;
  }
  .box-text-cus {
    height: 550px !important;
  }
}

@media (max-width: 1200px) {
  .box-text {
    height: auto !important;
  }
  .box-text-cus {
    height: auto !important;
  }
}

h2 {
  margin-top: 30px;
}

.index .heading-cont,
.index h2 {
  margin: 60px 0px;
}

a {
  color: #70c700;
}

.box-1,
.box-1-r {
  border: 2px solid #eee;
  border-radius: 10px;
}

.box-1 {
  padding: 20px;
}

.box-1-r {
  padding: 20px 0px;
  margin: 0px;
}

.box-1 h2 {
  font-size: 26px !important;
  color: #005555 !important;
}

.tip {
  shape-outside: url(/images/tippek.png);
  shape-margin: 20px;
}

.elony {
  shape-outside: url(/images/elony.png);
  shape-margin: 20px;
}

.faq span {
  font-weight: 700;
  color: #005555;
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.faq {
  border-left: 8px solid #005555;
  padding-left: 20px;
}

.box-3 {
  padding: 20px;
  border: 1px solid #eee;
}

.box-3,
.box-4,
.box-6,
.box-5 {
  position: relative;
}

@media (min-width: 991px) {
  .box-4::after {
    content: "\21A6";
    position: absolute;
    right: -25px;
    top: 50%;
    color: #70c700;
    font-size: 25px;
    transform: translateY(-50%);
  }

  .box-5::after {
    content: "\21A7";
    position: absolute;
    bottom: -33px;
    left: 50%;
    color: #70c700;
    font-size: 25px;
    transform: translateX(-50%);
  }

  .box-6::after {
    content: "\21A4";
    position: absolute;
    left: -25px;
    top: 50%;
    color: #70c700;
    font-size: 25px;
    transform: translateY(-50%);
  }
}

.row i {
  font-size: 51px;
  border-bottom: 3px solid #005555;
  color: #005555;
  display: inline-grid;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2.35rem !important;
  }
}

.border-g {
  border: 8px solid #005555;
}

@media (max-width: 400px) {
  .section .heading {
    font-size: 2rem !important;
  }

  .feature-h .wrap-icon {
    flex: 0 0 40px;
    height: 40px;
  }
}

@media (min-width: 1400px) {
  .xll-c .container {
    max-width: 1803px !important;
  }
}

@media (max-width: 450px) {
  .xll-c .container {
    padding-right: 5px;
    padding-left: 5px;
  }

  .box-1,
  .box-3 {
    padding: 12px;
  }
}

.img-box {
  background-color: #055;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border-radius: 20px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
}

.mt-7 {
  margin-top: 100px;
}

.sitemap .ml-3 {
  display: flex;
  flex-direction: column;
}

.sitemap p {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0px;
}

a:hover {
  color: #dc3545;
}

.site-footer li {
  list-style: none !important;
}

.site-footer ul {
  padding-left: 0px;
  display: flex;
  gap: 20px;
}

.error {
  display: grid;
  align-items: center;
  justify-content: center;
}

.error a {
  margin: 0 20px;
  padding: 20px;
  text-align: center;
  background-color: #005555;
  color: #fff !important;
  width: 200px;
  justify-self: center;
  transition: all 0.3s ease;
}

.error a:hover {
  background-color: #70c700;
}

.error h1 {
  text-align: center;
}
