@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;
}

body {
  padding-top: 203px;
}

.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;
  align-items: flex-start;
}
footer .top .container .ambecy {
  margin-left: auto;
}
footer .top .container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 50px;
}
footer .top .container ul li {
  margin-bottom: 3px;
  font-size: 12px;
}
footer .top .container ul li img {
  margin-right: 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: 350px;
  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 .group {
  width: calc(50% - 315px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.footer-logo .container .group .icons a:nth-child(1) {
  margin-right: 30px;
}
.footer-logo .container .group .icons a:last-child {
  margin: 0;
}

.apply {
  width: 100%;
  height: auto;
  padding: 75px 20px;
  background-color: #fff;
  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: 36px;
  font-weight: bold;
  -moz-columns: #000;
       columns: #000;
}
.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: 36px;
  font-weight: bold;
  margin: 10px 0;
}
.apply .container .group .info p {
  font-size: 20px;
  line-height: 30px;
}
.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;
}
.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: #000;
  cursor: pointer;
  border-radius: 50px;
  color: #fff;
  display: flex;
  flex-direction: row;
  margin-top: 12px;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}
.apply .container .group form .form-group .button-group button img {
  width: 18px;
  margin-right: 5px;
  height: 18px;
}
.apply .container .group form .form-group input {
  max-width: 320px;
  width: 100%;
  height: 61px;
  background-color: #e7e7e7;
  border-radius: 50px;
  font-size: 20px;
  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: 50px;
  font-size: 20px;
  resize: none;
  color: #666666;
  padding: 20px;
  box-sizing: border-box;
  border: 0;
}

.sponsors {
  width: 100%;
  min-height: 615px;
  background-color: #fac52b;
  display: flex;
  padding-top: 75px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.sponsors .yellow-circle {
  width: 168px;
  height: 168px;
  background-color: #fac52b;
  left: 75px;
  top: -84px;
  position: absolute;
  border-radius: 50%;
}
.sponsors .red-circle {
  width: 88px;
  height: 88px;
  background-color: #d40015;
  border-radius: 50%;
  animation: moveCircle 8s linear infinite; /* Adjust the duration as needed */
  position: absolute;
  top: 99px;
  right: 181px;
}
.sponsors .black-circle {
  width: 130px;
  height: 130px;
  position: absolute;
  bottom: -65px;
  border-radius: 50%;
  z-index: 2;
  animation: moveCircle 6s linear infinite; /* Adjust the duration as needed */
  right: 586px;
  background-color: #000;
}
.sponsors .white-circle {
  height: 58px;
  width: 58px;
  background-color: #fff;
  left: 291px;
  animation: moveCircle 10s linear infinite; /* Adjust the duration as needed */
  top: 286px;
  position: absolute;
  border-radius: 50%;
}
.sponsors .container-title {
  max-width: 1280px;
  width: 100%;
}
.sponsors .container-title h2 {
  font-size: 36px;
  color: #000;
  margin: 0;
}
.sponsors .container {
  max-width: 1010px;
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
.sponsors .container .bottom {
  position: relative;
  margin-top: 24px;
}
.sponsors .container .bottom .left-arrow-2 {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.sponsors .container .bottom .right-arrow-2 {
  position: absolute;
  right: -30px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.sponsors .container .bottom .item__list-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sponsors .container .bottom .item__list-2 .item {
  width: 193px !important;
  height: 114px;
  background-color: #fff;
}
.sponsors .container .bottom .item__list-2 .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0 20px;
  box-sizing: border-box;
}
.sponsors .container .top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sponsors .container .top .item {
  width: 324px;
  height: 191px;
  display: flex;
  flex-direction: column;
}
.sponsors .container .top .item img {
  width: 100%;
  height: 161px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.sponsors .container .top .item .bar {
  width: 100%;
  height: 30px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.agenda {
  width: 100%;
  min-height: 585px;
  background-color: #fff;
  display: flex;
  position: relative;
  justify-content: center;
}
.agenda .circle {
  width: 190px;
  height: 190px;
  top: 175px;
  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: 36px;
  font-weight: bold;
}
.agenda .container .group {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 43px;
}
.agenda .container .group .left {
  padding-left: 23px;
  box-sizing: border-box;
  width: 50%;
}
.agenda .container .group .left ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.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: #d40015;
  width: -moz-fit-content;
  width: fit-content;
}
.agenda .container .group .left ul li .right {
  display: flex;
  margin-left: 10px;
  flex-direction: column;
}
.agenda .container .group .left ul li .right p {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  color: #000;
}
.agenda .container .group .left ul li .right span {
  font-size: 14px;
  font-weight: 500;
  margin-right: auto;
  margin-left: 20px;
  color: #000;
}
.agenda .container .group .right {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.agenda .container .group .right a {
  width: 320px;
  height: 56px;
  display: flex;
  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: 18px;
  height: 18px;
  margin-right: 3px;
}

.speakers {
  width: 100%;
  min-height: 950px;
  background-color: #d40015;
  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%;
  height: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
}
.speakers .container .slider .item__list {
  max-width: 1160px;
  width: 100%;
  height: 790px;
  display: flex;
  flex-direction: row;
}
.speakers .container .slider .item__list .item {
  width: 396px;
  position: relative;
}
.speakers .container .slider .item__list .item .hover-overlay {
  width: 100;
}
.speakers .container .slider .item__list .item h4 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  text-align: center;
  margin-top: 20px;
}
.speakers .container .slider .item__list .item p {
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 0;
  margin-top: 12px;
}
.speakers .container .slider .item__list .item .theme {
  font-size: 24px;
}
.speakers .container .slider .item__list .item .image-group {
  width: 385px;
  height: 385px;
  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%;
}
.speakers .container .slider .right-arrow,
.speakers .container .slider .left-arrow {
  cursor: pointer;
}
.speakers .container .slider .right-arrow {
  transform: rotate(180deg);
  position: absolute;
  right: 75px;
  top: 42%;

}
.speakers .container .slider .left-arrow {
  position: absolute;
  left: -40px;
  top: 42%;
}
.speakers .container h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  color: #fff;
}

.moderators {
  width: 100%;
  min-height: 985px;
  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: 460px;
  flex-direction: row;
}
.moderators .container .top .right {
  width: 50%;
  position: relative;
}
.moderators .container .top .right .yellow-circle {
  position: absolute;
  top: -190px;
  left: -20px;
  animation: moveCircle 7.5s linear infinite; /* Adjust the duration as needed */
  background-color: #fac52b;
  width: 190px;
  z-index: 9;
  height: 190px;
  border-radius: 50%;
}
.moderators .container .top .right img {
  height: 740px;
  width: 740px;
  position: absolute;
  top: -280px;
  right: inherit;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.moderators .container .top .left {
  width: 50%;
}
.moderators .container .top .left span {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.moderators .container .top .left h4 {
  margin: 0;
  margin-top: 10px;
  font-size: 64px;
  font-weight: 200;
  color: #fff;
}
.moderators .container .top .left p {
  color: #fff;
  font-size: 18px;
  max-width: 400px;
}
.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: 700px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/AHK-Automotive-Summit-web-img.png");
  padding-top: 80px;
  padding-left: 323px;
  box-sizing: border-box;
}
.hero .container {
  max-width: 550px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hero .container a {
  height: 56px;
  width: 232px;
  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: 18px;
  height: 18px;
}
.hero .container p {
  font-size: 24px;
  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: 88px;
  height: 88px;
  position: absolute;
  right: 132px;
  border-radius: 50%;
  background-color: black;
  bottom: 139px;
  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: 36px;
}
.about .container p {
  font-weight: 400;
  font-size: 20px;
  color: #000;
}
.about .container a {
  text-decoration: none;
  color: #fff;
  width: 232px;
  height: 56px;
  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;
}

.timer {
  width: 100%;
  height: 177px;
  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;
  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: 20px;
  color: #fff;
  margin: 0;
  font-weight: 500;
}

.timer .container .left h5 {
  font-weight: bold;
  font-size: 64px;
  margin: 0;
  color: #fff;
}
.timer .container .right {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  align-items: center;
}
.timer .container .right span {
  font-size: 20px;
  color: #fff;
  max-width: 110px;
  font-weight: bold;
}
.timer .container .right img {
  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: 63px;
  background-color: #000000;
  display: flex;
  align-items: center;
}
header .bottom ul {
  display: flex;
  flex-direction: row;
  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: 820px) {
  header .top .container {
    padding: 0 20px;
    box-sizing: border-box;
  }
  header .top .container img {
    height: 60px;
  }
}
@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: 1150px) {
  .speakers .container .slider .left-arrow {
    top: 20%;
    left: 0;
  }
  .speakers .container .slider .right-arrow {
    top: 20%;
    right: 0;
  }
  .sponsors .red-circle {
    display: none;
  }
  .sponsors .white-circle {
    display: none;
  }
  .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;
  }
  .speakers .container .slider .item__list .item .image-group {
    margin: 0 auto;
  }
  .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;
  }
  footer .top .container .ambecy {
    margin-left: 0;
    margin-top: 30px;
  }
  footer .top .container {
    padding: 20px;
    box-sizing: border-box;
  }
  footer .top .container ul {
    margin: 0;
    order: 3;
    margin-top: 30px;
  }
  .sponsors .container .top {
    padding: 0 10px;
    box-sizing: border-box;
    justify-content: center;
  }
  .sponsors .container .bottom .right-arrow-2 {
    display: none;
  }
  .sponsors .container .bottom .left-arrow-2 {
    display: none;
  }
  .sponsors .container .top .item {
    width: 260px;
    margin: 0 5px;
  }
}
.speakers .container .slider .item__list {
  width: 100%;
}

@media only screen and (max-width: 920px) {
  .agenda .container .group {
    flex-direction: column;
  }
  .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%;
  }
  .apply .container .group {
    flex-direction: column;
  }
  .agenda .circle {
    display: none;
  }
  .sponsors {
    overflow: hidden;
  }
  .sponsors .container-title h2 {
    padding-left: 20px;
    box-sizing: border-box;
  }
  .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 {
    width: auto !important;
  }
  .agenda .container .group .left ul li {
    justify-content: space-between;
  }
  .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: 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 {
    right: 30px;
  }
  .apply .yellow-circle {
    right: 200px;
  }
  .apply .container .group form .form-group {
    flex-direction: column;
  }
  .apply .container .group form .form-group:last-child {
    flex-direction: row;
  }
  .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;
}

@media only screen and (max-width: 650px) {
  .hero {
    background-image: url("../img/AHK-Automotive-Summit-mobile-img.png");
    height: 870px;
    padding-right: 20px;
    height: 680px;
    padding-top: 40px;
  }
  
  header .bottom ul i {
    position: absolute;
    color: #000;
    top: 20px;
    right: 65px;
    font-size: 32px;
  }
  .sponsors .container .bottom .item__list-2 .item {
    width: 150px !important;
  }
  .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: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    flex-direction: row;
  }
  .timer .container .left {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  header .bottom {
    padding: 0 20px;
    box-sizing: border-box;
  }
  header .bottom i {
    color: #fff;
    display: block;
    font-size: 32px;
  }
  header .bottom ul {
    position: absolute;
    top: 0;
    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 {
    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;
  }
  .sponsors .container .top .item {
    width: calc(33.3333333333% - 10px);
  }
  .sponsors .container .top .item img {
    height: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .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;
  }
}
@media only screen and (max-width: 585px) {
  .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-bottom: 300px;
  }
  .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 {
    font-size: 11px;
  }
}
@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);
  }
  .sponsors .container .top {
    flex-direction: column;
  }
  .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;
  }
  .sponsors .container .top .item {
    width: 100%;
  }
  .sponsors .container .top .item img {
    height: 150px;
  }
  .sponsors {
    min-height: 930px;
  }
  .sponsors .container .bottom .item__list-2 .item {
    margin-left: 20px;
  }
}
@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 */