* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

.hidden{
  display: none !important;
}

.main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #e5e5e5;
  background-image: url("../img/bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main .forbeslogo {
  margin-bottom: 25px;
}

.textbox {
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 520px;
  padding: 65px 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(12px);
  border-radius: 8px;
  margin-left: 1rem;
}

.main h1 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin-bottom: 45px;
}

.main h1 .highlight {
  background-color: #517383;
  color: white;
  padding: 15px 20px;
  font-size: 28px;
  line-height: 65px;
  font-weight: 600;
}

.main h1 .smol {
  color: black;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.main .textbox p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  width: 100%;
  margin-bottom: 22px;
}

.main .textbox p.author {
  margin-bottom: 40px;
  font-weight: 500;
}

.main .sponsor {
  margin-bottom: 13px;
}

.main .textbox .support {
  font-weight: 700;
  line-height: 12px;
  font-size: 10px;
  text-transform: uppercase;
}

.main .imageFlex {
  width: 100%;
  max-width: 1121px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
  transform: translateX(-30px);
}

.main .imageFlex a[disabled]{
  filter: grayscale(1);
  pointer-events: none;
}

.main .imageFlex .card {
  background-color: #d3d7d9;
  min-height: 480px;
  max-width: 250px;
  width: 100%;
  margin-right: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: white;
  padding: 60px 0;
  position: relative;
  border-radius: 8px;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.12));
  overflow: hidden;
  text-decoration: none;
}

.imageFlex .card:last-of-type {
  margin-right: 0;
}

.main .imageFlex .card .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  color: white;
  text-decoration: none;
}

.main .imageFlex .card .overlay {
  position: absolute;
  bottom: -30px;
  left: 0;
  top: 0;
  right: 0;
  background: linear-gradient(0, #000000 0%, rgba(0, 0, 0, 0) 47.19%);
  transition: 0.3s all;
}

.main .imageFlex .card:hover .overlay {
  bottom: 0;
}

.list {
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  position: relative;
}

.list .stripes {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.list .head {
  z-index: 1;
}

.list .head .headFlex {
  display: flex;
  justify-content: space-between;
  min-height: 80px;
  align-items: center;
  padding: 0 47px;
  position: relative;
}

.list .head .headFlex .logos {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 576px) {
  .list .head .headFlex .logos{
    height: unset;
  }
}

.list .head .headFlex .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.list .head .headFlex a {
  text-decoration: none;
}

.list .head .headFlex .title h1 {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: white;
  background-color: #517383;
  padding: 6px 10px;
  text-transform: uppercase;
  text-decoration: none;
}
.list .head .headFlex .title h2 {
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px;
  color: black;
  text-decoration: none;
}

.cardWrapper {
  margin: 5% auto 0 auto;
  max-width: 1000px;
  width: 95%;
  z-index: 2;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cardWrapper .counter {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: black;
  z-index: 2;
  bottom: 100%;
  right: 100%;
  font-size: 30px;
  font-weight: 700;
}

.cardWrapper .listcard {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  display: flex;
  padding: 11px;
  border-radius: 18px;
  background-color: #dfdfdf;
  align-items: center;
}

.cardWrapper .listcard .video{
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}

.cardWrapper .listcard .video iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cardWrapper .listcard.renderText{
  align-items: center;
}

.cardWrapper .listcard.renderText p.textCard{
  font-size: 14px;
  line-height: 16px;
  margin-bottom: .5rem;
}

.cardWrapper .listcard.renderText p.textCard a{
  color: black !important;
}

#slickPrev, #slickNext{
  position: absolute;
  top: 50vh;
  transform: translate(0, -50%);
  font-size: 2rem;
  cursor: pointer;
}

#slickPrev{
  left: 1rem;
}

#slickNext{
  right: 1rem;
}

.cardWrapper .listcard.renderText .info{
  padding: 20px 25px;
}

.cardWrapper .listcard .image {
  width: 50%;
  height: 100%;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.12));
  overflow: hidden;
  position: relative;
}

.cardWrapper .listcard .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0, #000000 0%, rgba(0, 0, 0, 0) 47.19%);
}

.cardWrapper .listcard .image .img {
  height: 0;
  padding-bottom: 99%;
  overflow: hidden;
  background-image: url("../img/csarnok_big.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.cardWrapper .listcard .img-text{
  display: none;
}

.cardWrapper .listcard.renderText .img-text{
  display: block;
  font-weight: bold;
  margin: 10px 0 15px;
  text-align: center;
  font-size: 14px;
}

.cardWrapper .listcard .info {
  width: 50%;
  padding: 40px 50px;
  padding-bottom: 0;
}

.cardWrapper .listcard .info h1 {
  color: black;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.cardWrapper .listcard .info .location {
  background-color: #3aada6;
  border-radius: 4px;
  padding: 5px 10px;
  display: inline-flex;
  color: white;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 30px;
}

.list .head .logo3e {
  max-height: 70px;
  margin-left: 25px;
}

.cardWrapper .listcard .info .datatable {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.cardWrapper .listcard .info .datatable .dtitem {
  width: 50%;
  display: flex;
  margin-bottom: 19px;
}

.datatable .dtitem .dtitemflex {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.dtitem .imgflex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dtitem img {
  margin-right: 14px;
  max-height: 22px;
}

.dtitemflex .title {
  font-size: 10px;
  color: #737373;
  font-weight: 600;
  line-height: 12px;
  margin-bottom: 5px;
}

.dtitemflex .value {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #383838;
}

.cardWrapper .listcard .info p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14.6px;
}

.sliderWrap {
  margin-top: 40px;
  display: flex;
  margin-bottom: 50px;
  z-index: 2;
}

.sliderWrap .sliderItem {
  max-height: 130px;
  display: flex;
  overflow: hidden;
  background-color: #dfdfdf;
  padding: 8px;
  margin: 0 7px;
  border-radius: 12px;
  transition: 0.3s all;
  cursor: pointer;
  /* min-width: 250px; */
}

.sliderItem.active {
  background-color: #444444;
  color: white;
}

.sliderItem .image {
  width: 50%;
  height: 100%;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.12));
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.sliderItem .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0, #000000 0%, rgba(0, 0, 0, 0) 47.19%);
}

.sliderItem .image .img {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-image: url("../img/csarnok_big.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sliderItem .info {
  width: 50%;
  padding: 0 0 0 14px;
}

.sliderItem.active .info .count {
  background-color: black;
}

.sliderItem .info .count {
  width: 29px;
  height: 29px;
  border-radius: 4px;
  background-color: #c6c6c6;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 14px;
}

.sliderItem .info .title {
  font-size: 8px;
  font-weight: 800;
  line-height: 10px;
  text-transform: uppercase;
}

@media screen and (max-width: 1600px) {
  .main .imageFlex .card .name {
    font-size: 12px;
  }
}

@media screen and (max-width: 1400px) {
  .main .imageFlex {
    transform: translateX(-70px);
    max-width: 1300px;
  }
}

@media screen and (max-width: 1200px) {
  .main {
    flex-direction: column;
  }
  .main .textbox {
    margin-top: 4rem;
  }
  .main .imageFlex {
    margin: 4rem 0;
    transform: none;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
  }
}

@media screen and (max-width: 1100px) {
  .list .counter {
    left: 1rem;
    top: 1rem;
  }

  .list .listcard {
    margin: 0 1rem;
    width: unset;
    margin: 0 auto;
  }

  .cardWrapper .listcard .image {
    width: 100%;
  }
  .cardWrapper .listcard .info {
    width: 100%;
    padding: 1.5rem 2rem;
  }

}
.logo3e {
  max-width: 135px;
}

@media screen and (max-width: 992px) {
  .cardWrapper .listcard.renderText .info{
    padding: 0;
    padding-top: 11px;
  }
  .list .listcard {
    max-width: 50%;
  }
  .cardWrapper .listcard .image {
    max-height: 250px;
  }
  .main .imageFlex .card .name {
    font-size: 12px;
  }

  .main .imageFlex {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .main .imageFlex .card {
    max-width: unset;
    width: calc(50% - 30px);
    margin-bottom: 30px;
    margin-right: 0;
  }

  .main .textbox {
    margin: 4rem 1rem 0;
  }

  .list .listcard {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .list {
    height: unset;
  }

  .list .head .headFlex {
    padding: 1rem 0.5rem 0;
  }

  .list .head .headFlex .logos {
    flex-direction: column;
  }

  .list .head .logo3e {
    max-height: 70px;
    margin-left: 25px;
    max-width: 100px;
    margin-left: 0;
  }

  .list .head .logoforbes {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .list .listcard{
    max-width: 70%;
  }
  
}

@media screen and (max-width: 576px) {
  #slickPrev, #slickNext{
    z-index: 4;
    background-color: rgba(255, 255, 255, 0.4);
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    border-radius: 50%;
    font-size: 2rem;
    box-shadow: 2px 2px 19px 0px rgba(0,0,0,0.61);
    position: fixed;
  }

  #slickPrev{
    left: -2.5rem;
    justify-content: flex-end;
    padding-right: 1rem;
  }

  #slickNext{
    right: -2.5rem;
    justify-content: flex-start;
    padding-left: 1rem;
  }

  .main .imageFlex {
    padding: 0;
  }
  .main .imageFlex .card {
    width: calc(50% - 15px);
    min-height: 300px;
  }
  .main .textbox {
    padding: 4rem 1rem;
  }

  .main h1 .highlight {
    font-size: 22px;
  }
  .main h1 .smol {
    font-size: 16px;
  }

  .cardWrapper{
    display: block;
  }

  .cardWrapper .listcard .info .datatable .dtitem {
    width: 100%;
  }

  .cardWrapper .listcard .info h1 {
    font-size: 20px;
    line-height: 22px;
    overflow: h;
  }
  .list .listcard{
    max-width: calc(100% - 1rem);
  }
  .cardWrapper .listcard .info{
    padding: 1rem .5rem;
  }
}
