@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;400;500;600;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Cairo", sans-serif !important;
  direction: ltr;
}
html {
  scroll-behavior: smooth;
}

.sched-site .container {
  width: 90%;
  margin: 0 auto;
}
.sched-site header {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .sched-site header {
    height: auto;
  }
}
.sched-site header .infoHeader {
  background-color: #04233b;
  color: #fff;
}
.locationName {
  text-decoration: none;
  color: #fff;
}
.locationName span {
  text-align: center;
}
.sched-site header .infoHeader .infohead {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.sched-site header .infoHeader .infohead i {
  font-family: "Font Awesome 6 Free" !important ;
}
@media (max-width: 767px) {
  .sched-site header .infoHeader .infohead {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.sched-site header nav {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  position: relative;
}
.sched-site header nav .hamburger {
  display: none;
  cursor: pointer;
  font-size: 24px;
  color: #04233b;
}
.sched-site header nav .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .sched-site header nav .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    z-index: 1000;
  }
  .sched-site header nav .hamburger .iconHam {
    font-size: 34px;
    font-weight: 800;
  }
  .sched-site header nav ul.active {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 80px 20px;
    z-index: 999;
    text-align: center;
    transition: all ease-in 0.3s;
  }
  .sched-site header nav ul.active .lang-btn {
    display: flex;
    justify-content: center;
  }
  .sched-site header nav ul.active .lang-btn .name-flag {
    font-size: 12px !important;
  }
  .sched-site header nav ul li {
    margin: 15px 0;
  }

  .sched-site header nav ul li a {
    font-size: 20px !important;
  }

  .lang-btn {
    margin-top: 30px;
  }
  .sched-site header nav .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.sched-site header nav .logo a svg {
  width: 200px;
}
.sched-site header nav ul {
  display: flex;
  list-style-type: none;
  direction: ltr;
}
@media (max-width: 767px) {
  .sched-site header nav ul {
    display: none;
  }
}
.sched-site header nav ul li {
  margin: 10px;
}
.sched-site header nav ul a {
  font-size: 18px;
  text-decoration: none;
  color: black;
}
/* language button */
.sched-site nav .toggle-lang {
  position: relative;
  display: flex;
  width: 75px;
  height: 34px;
}

.sched-site nav .toggle-lang input {
  opacity: 0;
  width: 0;
  height: 0;
}

.sched-site nav .slider {
  position: absolute;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  border-radius: 34px;
  border: 1.5px solid transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #04233b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sched-site nav .slider .name-flag {
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  right: 4px;
  top: 5px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sched-site nav .slider:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 2.5px;
  background-image: url("../lib/pkp/styles/images/us.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.4s;
  transition: 0.1s;
}

.sched-site nav input:checked + .slider {
  background-color: #fff;
  border: 1.5px solid #04233b;
}

.sched-site nav input:focus + .slider {
  box-shadow: 0 0 2px #04233b;
}

.sched-site nav input:checked + .slider:before {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
  background-image: url("../lib/pkp/styles/images/ar.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.sched-site nav input:checked + .slider .name-flag {
  -webkit-transform: translateX(-29px);
  -ms-transform: translateX(-29px);
  transform: translateX(-29px);
  color: #04233b;
}
/* language button */
.sched-site header .banner {
  height: 100%;
  background-image: url("../imgs/header.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  position: relative;
}
.sched-site header .banner .overlay {
  position: absolute;
  background-color: #000;
  opacity: 0.53;
  width: 100%;
  height: 100%;
}
.sched-site header .banner .container {
  z-index: 1;
  height: 100%;
}
.sched-site header .banner .banner-content {
  margin: 40px 15px;
  /* width: 59%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80%;
}
.sched-site header .banner .banner-content .title-conference {
  margin-bottom: 15px;
}
.sched-site header .banner .banner-content .title-conference h1 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .sched-site header .banner .banner-content .title-conference h1 {
    font-size: 18px !important;
  }
}
.sched-site header .banner .banner-content .descrp-conference {
  text-align: center;
  margin-bottom: 25px;
  direction: ltr;
}
.sched-site header .banner .banner-content .descrp-conference p {
  color: #fff;
  font-size: 18px;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .sched-site header .banner .banner-content .descrp-conference p {
    font-size: 14px !important;
  }
  .sched-site header .banner .banner-content .descrp-conference p span {
    font-size: 14px !important;
  }
}
.sched-site header .banner .banner-content .btn-banner a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #0a97b0;
  color: #fff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  text-decoration: none;
}
.sched-site header .banner .banner-content .btn-banner a:hover {
  background-color: #065968;
}
.sched-site .overview {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  direction: ltr;
}
.sched-site .overview h1 {
  margin-bottom: 40px;
}
.sched-site .overview p {
  text-align: center !important;
  font-size: 20px !important;
  margin: 0 !important;
}
.sched-site .confInfo {
  background: #0a97b0;
  padding: 70px;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sched-site .confInfo h1 {
  margin-bottom: 40px;
  color: #fff;
}
.sched-site .confInfo .infoLayout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sched-site .confInfo .infoLayout {
    display: flex;
    flex-direction: column;
  }
}
.sched-site .confInfo .infoLayout .box {
  width: calc(100% / 3.5);
  margin: 20px 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.sched-site .confInfo .infoLayout .box i {
  font-weight: 900;
  font-size: 70px;
  margin-bottom: 15px;
  font-family: "Font Awesome 6 Free" !important ;
}
.sched-site .confInfo .infoLayout .box h3 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.sched-site .confInfo .infoLayout .box a {
  text-decoration: none;
  color: #0a97b0;
  font-weight: 400;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid transparent;
}
.sched-site .confInfo .infoLayout .box a:hover {
  color: #fff;
  background-color: #0a97b0;
  border: 1px solid #fff;
}

.sched-site .map-section {
  margin-top: 40px;
  padding: 20px;
  background-color: #f9f9f9;
  border-top: 1px solid #ddd;
}
.sched-site .map-section h1 {
  text-align: center;
}
.sched-site #googleMap {
  margin-top: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .sched-site .confInfo .infoLayout .box {
    width: 100% !important;
    margin: 20px 0 !important;
  }

  .sched-site header .banner .banner-content {
    padding: 20px !important;
    height: auto !important;
  }

  .sched-site .confInfo {
    padding: 30px !important;
  }

  .sched-site .map-section {
    padding: 10px !important;
  }

  #googleMap {
    height: 300px !important;
  }
}

@media (max-width: 480px) {
  .sched-site header .infoHeader .infohead > div {
    margin: 10px 0;
  }

  .sched-site header nav .logo a svg {
    width: 150px !important;
  }
}
