@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  font-family: "Roboto", sans-serif;
}

@keyframes moveCircle {
  0% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(20px) scale(0.8);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.gallery {
  width: 100%;
  min-height: calc(765px + 269px);
  position: relative;
  background-color: black;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 20px;
  padding-top: 60px;
}
.gallery .container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery .container .video {
  max-width: 1060px;
  margin-top: 30px;
  z-index: 3;
  width: 100%;
  height: 670px;
}
.gallery .container .photos {
  max-width: 1060px;
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.gallery .container .photos .item {
  width: 255px !important;
  height: 174px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery .container .photos .item .photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.gallery .container h2 {
  width: 100%;
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.gallery .yellow_box {
  height: 269px;
  width: 100%;
  background-color: #fbbc05;
  bottom: 0;
  position: absolute;
}
body {
  padding-top: 80px;
}

.map {
  width: 100%;
}

footer {
  display: flex;
  flex-direction: column;
}
footer .top {
  width: 100%;
  min-height: 140px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .top .container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
footer .top .container .ambecy {
  margin-left: auto;
}
footer .top .container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .top .container ul li {
  margin-bottom: 3px;
  font-size: 12px;
  text-align: right;
}
footer .top .container ul li a {
  color: #000;
  text-decoration: none;
}
footer .top .container ul li img {
  margin-left: 5px;
}
footer .bottom {
  width: 100%;
  min-height: 75px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo {
  background-color: #000;
  min-height: 253px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logo .container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.footer-logo .container .center img {
  height: 178px;
}
.footer-logo .container .group {
  width: calc(50% - 200px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.footer-logo .container .group .icons a img {
  width: 32px;
  height: 32px;
}
.footer-logo .container .group .icons a:nth-child(1) {
  margin-right: 20px;
}
.footer-logo .container .group .icons a:last-child {
  margin: 0;
}

.apply {
  width: 100%;
  height: auto;
  padding: 75px 20px;
  background-color: #000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.apply .red-circle {
  width: 60px;
  height: 60px;
  background-color: #d40015;
  border-radius: 50%;
  right: 375px;
  bottom: 110px;
  position: absolute;
  animation: moveCircle 6s linear infinite; /* Adjust the duration as needed */
}
.apply .yellow-circle {
  width: 190px;
  height: 190px;
  background-color: #fac52b;
  border-radius: 50%;
  position: absolute;
  bottom: -95px;
  right: 405px;
  animation: moveCircle 10s linear infinite; /* Adjust the duration as needed */
}
.apply .container {
  max-width: 1280px;
  width: 100%;
}
.apply .container h2 {
  width: 100%;
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.apply .container .group form h2 {
  display: none;
}
.apply .container .group {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
}
.apply .container .group .info {
  padding-left: 60px;
  box-sizing: border-box;
}
.apply .container .group .info h4 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 10px 0;
}
.apply .container .group .info p {
  font-size: 20px;
  color: #fff;
  max-width: 292px;
  width: 100%;
  line-height: 35px;
}
.apply .container .group form {
  display: flex;
  flex-direction: column;
  max-width: 661px;
  width: 100%;
}
.apply .container .group form .form-group {
  display: flex;
  flex-direction: row;
  margin-bottom: 27px;
  justify-content: space-between;
}
.apply .container .group form .form-group:last-child {
  margin-bottom: 0 !important;
}
.apply .container .group form .form-group .button-group {
  display: flex;
  flex-direction: column;
}
.apply .container .group form .form-group .button-group .checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
}
.apply .container .group form .form-group .button-group .checkbox input {
  width: 21px;
  margin-right: 8px;
  height: 21px;
  font-size: 16px;
}
.apply .container .group form .form-group .button-group button {
  height: 56px;
  width: 232px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50px;
  color: #000;
  display: flex;
  flex-direction: row;
  margin-top: 12px;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
.apply .container .group form .form-group .button-group button img {
  width: 18px;
  filter: invert();
  margin-right: 5px;
  height: 18px;
}
.apply .container .group form .form-group input {
  max-width: 320px;
  width: 100%;
  height: 47px;
  background-color: #e7e7e7;
  font-size: 14px;
  border-radius: 50px;
  color: #666666;
  padding: 0 20px;
  box-sizing: border-box;
  border: 0;
}
.apply .container .group form .form-group textarea {
  width: 100%;
  height: 234px;
  background-color: #e7e7e7;
  border-radius: 20px;
  font-size: 14px;
  resize: none;
  color: #666666;
  padding: 20px;
  box-sizing: border-box;
  border: 0;
}

.agenda {
  width: 100%;
  /* min-height: 585px; */
  background-color: #fac52b;
  display: flex;
  padding-bottom: 50px;
  box-sizing: border-box;
  position: relative;
  justify-content: center;
}
.agenda .circle {
  width: 190px;
  height: 190px;
  top: 175px;
  display: none;
  right: 621px;
  position: absolute;
  background-color: #fac52b;
  border-radius: 50%;
  animation: moveCircle 6s linear infinite; /* Adjust the duration as needed */
}
.agenda .container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.agenda .container h2 {
  margin: 0;
  margin-top: 75px;
  color: #000;
  font-size: 32px;
  font-weight: bold;
}
.agenda .container .group {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 43px;
}
.agenda .container .group .left {
  padding-left: 80px;
  box-sizing: border-box;
  width: 100%;
}
.agenda .container .group .left ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.speakers-mobile {
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: #d40015;

  flex-direction: column;
  display: none;
  position: relative;
}
.speakers-mobile h2 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.speakers-mobile .arrow-lefty img {
  height: 21px;
  width: 12px;
  position: absolute;
  left: 10px;
  top: 37%;
}
.speakers-mobile .arrow-lefty-2 img {
  height: 21px;
  width: 12px;
  position: absolute;
  left: 10px;
  top: 37%;
}
.speakers-mobile .arrow-righty img {
  height: 21px;
  width: 12px;
  transform: rotate(180deg);
  position: absolute;
  right: 10px;
  top: 37%;
}
.speakers-mobile .arrow-righty-2 img {
  height: 21px;
  width: 12px;
  transform: rotate(180deg);
  position: absolute;
  right: 10px;
  top: 37%;
}
.speakers-mobile .mobile_slider_speaker {
  max-width: 348px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
}
.speakers-mobile .mobile_slider_speaker .item {
  max-width: 348px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.speakers-mobile .mobile_slider_speaker .item img {
  width: 348px;
  height: 348px;
  object-fit: cover;
  border-radius: 50%;
}
.speakers-mobile .mobile_slider_speaker .item h4 {
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.speakers-mobile .mobile_slider_speaker .item span {
  color: #fff;
  line-height: 20px;
  font-weight: 300;
  font-size: 13px;
}
.agenda .container .group .left ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 5px;
  justify-content: flex-start;
}
.agenda .container .group .left ul li:nth-child(1) {
  margin-top: 0 !important;
}
.agenda .container .group .left ul li .left {
  font-size: 20px;
  font-weight: bold;
  padding: 0;

  color: #fff;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.agenda .container .group .left ul li .left {
  background-color: black;
  padding: 2px 5px;
  color: #fff;
  box-sizing: border-box;
}
.agenda .container .group .left ul li .right {
  display: flex;
  margin-left: 10px;
  max-width: calc(100% - 190px);
  flex-direction: column;
}
.agenda .container .group .left ul li .right p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #000;
}
.agenda .container .group .left ul li .right span {
  font-size: 16px;
  font-weight: 500;
  margin-right: auto;

  color: #000;
}
.agenda .container .group .left ul li .right span p span {
  font-size: 16px !important;
}
.agenda .container .group .right {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.agenda .container .group .right a {
  width: 320px;
  height: 56px;
  display: flex;
  margin-top: 50px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.agenda .container .group .right a img {
  width: 13px;
  height: 13px;
  margin-right: 3px;
}

.speakers {
  width: 100%;
  min-height: 600px;
  background-color: #d40015;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.speakers .circle {
  width: 124px;
  height: 124px;
  background-color: #000;
  border-radius: 50%;
  left: 212px;
  position: absolute;
  bottom: 146px;
  animation: moveCircle 6s linear infinite; /* Adjust the duration as needed */
}
.speakers .container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  padding-top: 75px;
  box-sizing: border-box;
  flex-direction: column;
}
.speakers .container .slider {
  width: 100%;
  max-width: 850px;
  height: 320px;
  display: flex;
  position: relative;
  flex-direction: row;
  margin: 0 auto;
  align-items: center;
}
.speakers .container .slider .item__list::before {
  content: ""; /* Necessary for pseudo-elements */
  position: absolute; /* Position the pseudo-elements */
  left: -5px;
  top: 0; /* Position at the top of the container */
  width: 30px; /* Set the width */
  height: 100%; /* Set the height */
  background-color: #d40015; /* Set the background color */
  z-index: 99;
}
.speakers .container .slider .item__list::after {
  content: ""; /* Necessary for pseudo-elements */
  position: absolute; /* Position the pseudo-elements */
  right: 0;
  top: 0; /* Position at the top of the container */
  width: 30px; /* Set the width */
  height: 100%; /* Set the height */
  background-color: #d40015; /* Set the background color */
  z-index: 99;
}
.speakers .container .slider .item__list {
  max-width: 1160px;
  width: 100%;
  height: 550px;
  display: flex;
  flex-direction: row;
}
.speakers .container .slider .item__list .item {
  width: 254px;
  cursor: pointer;
  position: relative;
  height: fit-content;
}
.speakers .container .slider .item__list .item .hover-overlay {
  width: 100;
}
.speakers .container .slider .item__list .item h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  text-align: center;
  margin-top: 20px;
}
.speakers .container .slider .item__list .item span {
  display: none;
}
.speakers .container .slider .item__list .item p {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  margin: 0;
  margin-top: 8px;
}
.speakers .container .slider .item__list .item .theme {
  font-size: 24px;
}
.speakers .container .slider .item__list .item .image-group {
  width: 254px;
  height: 254px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.speakers
  .container
  .slider
  .item__list
  .item
  .image-group:hover
  > .hover-overlay {
  opacity: 1;
}
.speakers .container .slider .item__list .item .image-group .hover-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.603);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  transition: opacity 300ms ease-in-out;
  opacity: 0;
  justify-content: center;
}
.speakers .container .slider .item__list .item .image-group .hover-overlay p {
  max-width: 200px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.speakers .container .slider .item__list .item .image-group img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.speakers .container .slider .right-arrow,
.speakers .container .slider .left-arrow {
  cursor: pointer;
}
.speakers .container .slider .right-arrow {
  transform: rotate(180deg);
  position: absolute;
  right: 75px;
  z-index: 100;
  right: 0;
  top: 52%;
}
.speakers .container .slider .left-arrow {
  position: absolute;
  left: -40px;
  z-index: 100;
  left: -8px;
  top: 52%;
}
.sponsors {
  width: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsors .container {
  max-width: 1280px;
  width: 100%;
}
.sponsors .container h2 {
  font-size: 32px;
  margin: 0;
}
.sponsors .container .category {
  display: flex;
  flex-direction: column;
  align-content: center;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.sponsors .container .category .items {
  max-width: 720px;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 20px auto;

  flex-wrap: wrap;
  justify-content: center;
}
.sponsors .container .category .items-2 .item img {
  max-height: 80px;
}
.sponsors .container .category .items-1 .item:nth-child(4) img {
  max-height: 150px;
}
.sponsors .container .category .items-2 .item {
  display: flex;
  margin: 0 10px;
  align-items: center;

  justify-content: center;
}
.sponsors .container .category .items-1 .item {
  margin-bottom: 20px;
}
.sponsors .container .category .items-1 .item img {
  max-height: 180px;
  height: 100%;
}
.sponsors .container .category .items-2 .item img {
}
.sponsors .container .category .category__title {
  height: 40px;

  width: 100%;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
}

.speaker__slider {
  width: 100%;
  max-width: 1050px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.speaker__slider .item .biography {
  display: none;
}
.speaker__slider .item {
  width: 250px;
  display: flex;
  flex-direction: column;
  opacity: 0.5;
  align-items: center;
  justify-content: center;
}
.speaker__slider .active {
  opacity: 1 !important;
}
.speaker__slider .item img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
}
.speaker__slider .item h4 {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  margin: 0;
  margin-top: 10px;
  text-align: center;
}
.speakers .container h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  color: #fff;
}

.moderators {
  width: 100%;
  min-height: 790px;
  background-color: black;
  display: flex;
  justify-content: center;
  padding-top: 75px;
  box-sizing: border-box;
}
.moderators .container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.moderators .container .top {
  width: 100%;
  display: flex;
  min-height: 370px;
  flex-direction: row;
}
.moderators .container .top .right {
  width: 40%;
  position: relative;
}
.moderators .container .top .right .yellow-circle {
  position: absolute;
  top: -139px;
  left: -15px;
  animation: moveCircle 7.5s linear infinite; /* Adjust the duration as needed */
  background-color: #fac52b;
  width: 125px;
  z-index: 9;
  height: 125px;
  border-radius: 50%;
}
.moderators .container .top .right img {
  height: 452px;
  width: 452px;
  position: absolute;
  top: -140px;
  right: inherit;
  right: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.moderators .container .top .left {
  width: 60%;
}
.moderators .container .top .left span {
  margin: 0;
  font-size: 32px;
  color: #fff;
}
.moderators .container .top .left h5 {
  height: 50px;
}
.moderators .container .top .left h4 {
  margin: 0;
  margin-top: 10px;
  font-size: 40px;
  font-weight: 200;
  padding-left: 80px;
  box-sizing: border-box;
  color: #fff;
}
.moderators .container .top .left p {
  color: #fff;
  font-size: 15px;
  max-width: 690px;
  min-height: 280px;
  padding-left: 80px;
  box-sizing: border-box;
}
.moderators .container .bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.moderators .container .bottom .left {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.moderators .container .bottom .left .left-arrow-3 {
  left: -20px;
  cursor: pointer;
  position: inherit;
}
.moderators .container .bottom .left .right-arrow-3 {
  right: -20px;
  top: -5px;
  cursor: pointer;
  transform: rotate(180deg);
  position: inherit;
}
.moderators .container .bottom .left .container {
  width: 100%;
  max-width: 800px;
  display: flex;
  height: 500px;
  flex-direction: row;
}
.moderators .container .bottom .left .container .item {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.moderators .container .bottom .left .container .item span {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-top: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.moderators .container .bottom .left .container .item h4 {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  margin-top: 10px;
  color: #fff;
}
.moderators .container .bottom .left .container .item:hover > .overlay .text {
  opacity: 1;
}
.moderators .container .bottom .left .container .item .overlay {
  position: relative;
  width: 280px;
  margin: 0 auto;
  height: 280px;
}
.moderators .container .bottom .left .container .item .overlay .text {
  transition: all 300ms ease-in-out;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000075;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.moderators .container .bottom .left .container .item img {
  width: 280px;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.moderators .container .bottom .right {
  width: calc(100% - 685px);
  display: flex;
  justify-content: center;
  padding-left: 50px;
  box-sizing: border-box;
  flex-direction: column;
}
.moderators .container .bottom .right span {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.moderators .container .bottom .right h4 {
  font-size: 64px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}

.hero {
  width: 100%;
  height: 570px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/ahk-metall-bg.png");
  padding-top: 127px;
  padding-left: 323px;
  box-sizing: border-box;
}
.hero .container {
  max-width: 461px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hero .container a {
  height: 52px;
  width: 214px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
.hero .container a img {
  margin-right: 5px;
  width: 13px;
  height: 13px;
}
.hero .container p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.hero .container img {
  width: 100%;
  height: auto;
}

.about {
  width: 100%;
  background-color: #fff;
  height: auto;
  padding: 77px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  position: relative;
}
.about .circle-one {
  width: 190px;
  height: 190px;
  background-color: #d40015;
  border-radius: 50%;
  top: 184px;
  position: absolute;
  left: -95px;
  animation: moveCircle 6s linear infinite; /* Adjust the duration as needed */
}
.about .circle-two {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 380px;
  border-radius: 50%;
  background-color: black;
  bottom: 41px;
  animation: moveCircle 6s linear infinite; /* Adjust the duration as needed */
}
.about .container {
  max-width: 1280px;
  width: 100%;
}
.about .container h2 {
  font-weight: bold;
  color: #000;
  font-size: 32px;
}
.about .container p {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.about .container a {
  text-decoration: none;
  color: #fff;
  width: 214px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-weight: 18px;
  margin-top: 50px;
  font-weight: 400;
  background-color: #000;
}
.about .container a img {
  margin-right: 3px;
  height: 13px;
  width: 13px;
}

.timer {
  width: 100%;
  height: 124px;
  background-color: #d40015;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.timer .circle {
  position: absolute;
  left: 74px;
  top: -81px;
  width: 168px;
  height: 168px;
  background-color: #d40015;
  border-radius: 50%;
}
.timer .container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.timer .container .left {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  flex-direction: row;
}
.timer .container .left .group {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
  justify-content: center;
}
.timer .container .left .group:nth-child(1) {
  margin-left: 0;
}
.timer .container .left .group:nth-child(5) {
  margin-right: 0;
}
.timer .container .left .group span {
  font-size: 14px;
  color: #fff;
  margin: 0;
  font-weight: 500;
}

.timer .container .left h5 {
  font-weight: bold;
  font-size: 50px;
  margin: 0;
  color: #fff;
}
.timer .container .right {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  align-items: center;
}
.timer .container .right span {
  font-size: 14px;
  color: #fff;
  max-width: 110px;
  font-weight: bold;
}
.timer .container .right img {
  height: 53px;
  width: 50px;
  margin-right: 19px;
}

header {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;

  z-index: 99999;
}
header .top {
  width: 100%;
  height: 140px;
  background-color: #fff;
}
header .top {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .top .container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .bottom {
  width: 100%;
  height: 80px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .bottom .languages {
  display: none;
}
header .bottom ul {
  display: flex;
  flex-direction: row;
  max-width: 1280px;
  width: 100%;
  align-items: center;
  justify-content: center;
  list-style: none;
}
header .bottom ul li {
  margin: 0 17px;
}
header .bottom ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

@media only screen and (max-width: 415px) {
  .speakers-mobile .mobile_slider_speaker {
    transform: scale(0.9);
  }
}
@media only screen and (max-width: 820px) {
  header .top .container {
    padding: 0 20px;
    box-sizing: border-box;
  }
  header .top .container img {
    height: 60px;
  }
  .gallery .container .video {
    height: 500px;
  }
}
@media only screen and (max-width: 500px) {
  .sponsors .container .category .items-1 .item img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
@media only screen and (max-width: 565px) {
  .gallery .container .photos .item {
    width: calc(100vw - 40px) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .gallery .container .photos .item .photo {
    width: 320px;
  }

  .gallery {
    min-height: calc(365px + 269px);
    padding-left: 30px;
    padding-right: 30px;
  }
  .gallery .container .video {
    height: 250px;
  }
}
@media only screen and (max-width: 450px) {
  .sponsors .container .category .items-2 .item img {
    max-height: 80px;
  }
}
@media only screen and (max-width: 425px) {
  header .top .container {
    flex-direction: column;
    align-items: flex-start;
  }
  header .top .container img:last-child {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1595px) {
  .moderators .container .top .right img {
    height: 500px;
    width: 500px;
  }
}
@media only screen and (max-width: 1300px) {
  .speakers .container h2 {
    padding-left: 20px;
    box-sizing: border-box;
  }
  .speakers .container .slider {
    transform: scale(0.7);
  }
  .about {
    height: auto;
    padding-bottom: 163px;
  }
  .moderators .container .top .right .yellow-circle {
    left: -163px;
  }
  .moderators .container .bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .moderators .container .bottom .right {
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .moderators .container .top .right img {
    left: -100px;
  }
  .moderators .container .bottom .right span {
    text-align: center;
  }
  .moderators .container .bottom .right h4 {
    text-align: center;
  }
  .moderators .container .top .left {
    padding-left: 20px;
    padding-top: 100px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1370px) {
  .hero {
    padding-left: 20px;
  }
  .about .circle-one {
    display: none;
  }
  .timer .circle {
    left: 409px;
    top: -106px;
  }
  .timer .container {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1300px) {
  .moderators {
    display: none;
  }
  .speakers-mobile-sliders {
    display: flex;
  }
}
@media only screen and (max-width: 1150px) {
  .moderators .container .bottom .right {
    width: 100%;
  }
  .custom-slick-list {
    padding-top: 0 !important;
  }
  .moderators .container .bottom .right .item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .custom-slick-slide:not(.custom-slick-center) {
    opacity: 1 !important;
  }
}
@media only screen and (max-width: 1080px) {
  footer .top .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .top .container .ambecy {
    margin-left: 0;
    margin-top: 30px;
  }
  footer .top .container {
    padding: 20px;
    box-sizing: border-box;
  }
  footer .top .container ul li {
    font-size: 10px;
  }
  footer .top .container ul li img {
    margin-left: 0;
    margin-right: 10px;
  }
  footer .top .container ul {
    margin: 0;
    order: 3;
    width: 100%;
    border-top: 1px solid #000;
    padding-top: 15px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .top .container ul li {
    max-width: 90%;
    width: 100%;
    display: flex;
    text-align: left;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
.speakers .container .slider .item__list {
  width: 100%;
}

@media only screen and (max-width: 920px) {
  .apply {
    padding: 40px 20px;
  }
  .agenda .container .group .right a {
    font-size: 13px;
    width: 230px;
  }
  .agenda {
    min-height: auto;
  }
  .agenda .container h2 {
    margin-top: 40px;
  }
  .agenda .container .group .left ul li .right {
    max-width: calc(100% - 116px);
  }
  .agenda .container .group .left ul li .right p {
    font-size: 13px;
  }
  .agenda .container .group .left {
    padding: 0 20px;
  }
  .apply .container .group form h2 {
    display: block;
    margin-bottom: 25px;
    font-size: 24px;
  }
  .apply .container .group {
    margin-top: 0;
  }
  .apply .container .group .info {
    margin-top: 0;
    padding-left: 0;
  }
  .agenda .container .group {
    flex-direction: column;
  }
  .apply .container h2 {
    display: none;
  }
  .apply .container .group form .form-group input {
    max-width: 430px;
    margin: 0 5px;
  }
  .apply .container .group .info {
    margin-top: 20px;
  }
  .apply .container .group form {
    max-width: 100%;
    margin-top: 40px;
  }
  .apply .container .group {
    flex-direction: column-reverse;
  }
  .agenda .circle {
    display: none;
  }

  .agenda .container .group {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .agenda .container h2 {
    padding-left: 20px;
    box-sizing: border-box;
  }

  .agenda .container .group .left ul li .right span {
    margin-left: 0;
  }
  .agenda .container .group .left {
    width: 100%;
  }
  .agenda .container .group .right {
    width: 100%;
  }
  .agenda .container .group .right a {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 880px) {
  .speakers {
    display: none;
  }
  .speakers-mobile {
    display: flex;
  }
}
@media only screen and (max-width: 815px) {
  .speakers .circle {
    display: none;
  }
  .speakers {
    min-height: auto;
    height: 680px;
  }
  .moderators .container .top .right img {
    width: 350px;
    height: 350px;
  }
  .moderators .container .top .right .yellow-circle {
    height: 150px;
    width: 150px;
  }
  .moderators .container .top .left span {
    font-size: 24px;
  }
  .moderators .container .top .left h4 {
    font-size: 46px;
  }
  .moderators .container .top .left p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 780px) {
  .footer-logo .container .center img {
    width: 400px;
    height: auto;
  }
  .footer-logo .container .group .icons a {
    margin-right: 10px !important;
  }
  .footer-logo .container .group {
    width: calc(50% - 200px);
  }
}
@media only screen and (max-width: 644px) {
  .footer-logo .container .center img {
    width: 266px;
  }
  .footer-logo .container .group {
    width: calc(50% - 133px);
  }
}
@media only screen and (max-width: 700px) {
  .moderators .container .bottom .left {
    transform: scale(0.7);
  }
  .moderators .container .top {
    min-height: 0;
  }
}
@media only screen and (max-width: 750px) {
  .apply .red-circle {
    display: none;
    right: 30px;
  }
  .apply .yellow-circle {
    right: 200px;
    display: none;
  }
  .apply .container .group form .form-group {
    flex-direction: column;
  }
  .apply .container .group form .form-group .button-group button {
    width: 187px;
    height: 48px;
    font-size: 14px;
  }
  .apply .container .group form .form-group:last-child {
    flex-direction: row;
    align-items: center;
  }
  .apply .container .group form .form-group .button-group {
    align-items: center;
  }
  .apply .container .group form .form-group input {
    width: 100%;
    max-width: 100%;
  }
  .apply .container .group form .form-group input:nth-child(even) {
    margin-top: 20px;
  }
}
.no-scroll {
  overflow: hidden;
}

.no-movement {
  pointer-events: none;
}
.display-flex {
  display: flex !important;
}

.moderator__popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  display: none;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);

  z-index: 999999;
}
.moderator__popup .container h4 {
  margin: 0;
  font-size: 32px;
}
.moderator__popup .container span {
  font-size: 16px;
  margin-top: 20px;
  display: block;
}
.moderator__popup .container .close-button-popup {
  top: -20px;
  right: 20px;
  font-size: 32px;
  position: absolute;
}
.moderator__popup .container {
  max-width: 800px;
  height: auto;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 25px;
  width: 100%;
  background-color: #e7e7e7;
}
@media only screen and (max-width: 650px) {
  header .bottom .languages {
    display: flex;
  }
  .hero {
    background-image: url("../img/AHK-Automotive-Summit-mobile-img.png");
    height: 870px;
    padding-right: 20px;
    height: 610px;
    padding-top: 40px;
  }

  header .bottom ul i {
    position: absolute;
    color: #000;
    top: 20px;
    right: 65px;
    font-size: 32px;
  }

  .timer {
    height: auto;
  }
  .timer .circle {
    display: none;
  }
  .timer .container .left {
    transform: scale(0.8);
  }
  .timer .container .right img {
    transform: scale(0.8);
  }
  .timer .container .right span {
    transform: scale(0.8);
  }
  .timer .container {
    flex-direction: column;
    padding: 0;
  }
  .timer .container .right {
    width: 100%;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    flex-direction: row;
  }
  .timer .container .left {
    width: 100%;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .timer .container .left h5 {
    font-size: 35px;
  }
  .timer .container .left .group span {
    font-size: 11px;
  }
  header .bottom {
    padding: 0 20px;
    box-sizing: border-box;
    justify-content: space-between;
  }
  header .bottom .languages .active {
    color: #fff !important;
    margin-right: 10px;
  }
  header .bottom .languages a {
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
  }
  header .bottom i {
    color: #fff;
    display: block;
    font-size: 32px;
  }
  header .bottom ul {
    position: fixed;
    top: -15px;
    left: 0;
    width: 100%;
    display: none;
    height: 100vh;
    background-color: #fff;
    max-width: 100vw;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    justify-content: center;
  }
  header .bottom ul li:nth-child(7) {
    display: none;
  }
  header .bottom ul li {
    margin-bottom: 10px;
  }
  header .bottom ul li:last-child {
    margin: 0;
  }
  header .bottom ul li a {
    color: #000;
    font-size: 25px;
  }
}
@media only screen and (max-width: 620px) {
  .speakers .container .slider .left-arrow {
    left: -40px;
  }
  .speakers .container .slider .right-arrow {
    right: -40px;
  }
  header .top .container img {
    height: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .sponsors .container .category .items-1 .item img {
    height: 170px;
  }
  .apply .container .group form .form-group {
    flex-direction: column !important;
  }
  .apply .container .group .info {
    padding-left: 10px;
  }
  .apply .container .group .info h4 {
    font-size: 20px;
  }
  .apply .container .group form .form-group .button-group {
    margin-top: 20px;
  }
  .apply .container .group .info p {
    font-size: 16px;
    max-width: 100%;
  }
  .apply .container .group .info p span:nth-child(1) {
    width: 130px;
    display: inline-block;
  }

  .apply .container .group .info p span:nth-child(4) {
    width: 146px;
    display: inline-block;
  }
  .apply .container .group .info p .special-span:nth-child(1) {
    width: 93px;
  }
  .apply .container .group .info p .special-span:nth-child(4) {
    width: 120px;
  }
  .apply .container .group .info p span:nth-child(7) {
    width: 186px;
    display: inline-block;
  }
}
@media only screen and (max-width: 585px) {
  .about .container p {
    font-size: 13px;
  }
  .about .container h2 {
    font-size: 24px;
    margin-top: 0;
  }
  .about .container a {
    margin: 20px auto 0 auto;
  }
  .moderators .container .bottom {
    justify-content: flex-start;
  }
  .speakers .circle {
    display: none;
  }
  .moderators .container .bottom .left {
    height: 200px;
  }
  .speakers {
    min-height: auto;
    height: 680px;
  }
  .moderators .container .bottom .right {
    padding: 0 20px;
  }
  .moderators {
    min-height: auto;
  }
  .moderators .container .bottom .left .container {
    width: 800px !important;
  }
  .moderators .container .bottom {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .moderators .container .bottom .right .item {
    transform: scale(0.4);
  }
  .moderators .container .bottom .left {
    transform: scale(0.55);
  }
  .moderators .container .top {
    flex-direction: column-reverse;
  }
  .moderators .container .top .left {
    width: 100%;
  }
  .moderators .container .top .right {
    width: 100%;
  }
  .moderators .container .top .right img {
    left: auto;
    right: 20px;
  }
  .about {
    padding: 40px 20px;
  }
  .about .circle-two {
    display: none;
  }
}
@media only screen and (max-width: 540px) {
  .agenda .container .group .left ul li .left {
    font-size: 16px;
  }
  .agenda .container .group .left ul li .right p {
    font-size: 16px;
  }
  .agenda .container .group .left ul li .right span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 520px) {
  .agenda .container .group .left ul li .left {
    font-size: 14px;
  }
  .agenda .container .group .left ul li .right p {
    font-size: 14px;
  }
  .agenda .container .group .left ul li .right span p span {
    font-size: 14px !important;
  }
  .agenda .container .group .left ul li .right span {
    font-size: 11px !important;
  }
}
@media only screen and (max-width: 500px) {
  .moderators .container .bottom .left .left-arrow-3 {
    left: 0;
  }
  .footer-logo .container .group .icons a img {
    width: 32px;
  }
  .moderators .container .bottom .left .right-arrow-3 {
    right: 0;
  }
  .moderators .container .bottom .left {
    transform: scale(0.45);
  }

  .footer-logo .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-logo .container .group .icons {
    display: flex;
    margin-top: 20px;
    flex-direction: row;
  }
  .footer-logo .container .group {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer-logo .container .group .icons a {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 450px) {
  footer .top .container .identity {
    width: 100% !important;
  }
  footer .top .container .ambecy {
    width: 100% !important;
  }
} /*# sourceMappingURL=style.css.map */
