* {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  scroll-behavior: smooth;
}

.container {
  max-width: 1200px;
}

header {
  width: 100%;
  height: 70vh;
  background: url(./images/banner2.png) no-repeat center/cover;
}

header .navbar {
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

header .navbar .partner-logos {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

header .navbar .partner-logos {
  display: flex;
}

.partner-logos {
  font-size: 20px;
  color: grey;
}

header .navbar .partner-logos span {
  font-size: 40px;
  font-weight: lighter;
  font-family: "Courier New", Courier, monospace;
  color: rgb(171, 171, 171);
}

.header-contents {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  margin: auto;
}

.theme-name {
  text-align: center;
}

.theme-name h1 {
  color: #ffffff;
  font-weight: 900;
  font-size: 35px;
  letter-spacing: 2px;
  word-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  background-image: linear-gradient(to top, #119ce172, #00b39874);
  padding: 10px 20px;
  line-height: 45px;
}

.theme-name h1 span {
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
}

.date-time {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #0c0847;
  /* background-color: #1184D2; */
  border: 2px solid #1aaae2;
  padding: 10px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: bold;
}

.date-time .border {
  font-size: 30px;
  color: #1aaae2;
  border: none !important;
}

.date-time h5 {
  font-size: 14px;
  font-weight: 600;
}

.date-time div p {
  margin-bottom: 0px;
  font-size: 13px;
}

.header-contents .meeting-room {
  border-right: 3px solid white;
  border-left: 3px solid white;
}

/* section1 starts */

.section1 {
  padding: 60px 0px 20px;
}

.section1 h5 {
  color: #00326e;
  font-weight: 500;
  text-decoration: underline;
}

.section1 ul {
  margin-left: 15px;
}

/* contact section   */

.form {
  box-shadow: 0px 14px 34px #00000029;
  padding: 20px;
  border-radius: 20px;
}

.form h1 {
  font-size: 27px;
  color: #00326e;
  text-align: center;
  padding: 20px 0px;
}

.form input {
  border: none;
  border-bottom: 1px solid;
}

.form label {
  font-size: 14px;
  color: #848484;
  margin-bottom: 0px;
}

.form select {
  width: 100%;
  border-radius: 0.25rem;
  color: #848484;
  font-size: 14px;
  padding: 8px 3px;
}

.form select option {
  padding: 16px 3px;
}

.form .policy {
  font-size: 8px;
  color: #848484;
  margin-bottom: 0px;
}

.form #submit {
  background-color: #00326e;
  border: none;
  font-size: 16px;
  padding: 5px;
}

/* footer */
footer {
  padding: 10px 0px;
}

/* media query */

@media (max-width: 429px) {
  header .header-contents {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .navbar .container {
    padding: 0px;
  }

  header .navbar .container img {
    padding: 3px;
  }

  .partner-logos {
    gap: 10px;
  }

  .partner-logos .sar {
    height: 39px;
  }
  .partner-logos .systema {
    height: 22px;
  }
  .partner-logos .sap {
    width: 65px;
  }

  header .navbar .partner-logos span {
    font-size: 20px;
    font-weight: lighter;
    font-family: "Courier New", Courier, monospace;
    color: rgb(171, 171, 171);
  }

  header {
    width: 100%;
    height: 90vh;
    background: url(./images/banner.png) no-repeat center/cover;
  }

  .theme-name h1 {
    font-weight: bold;
    font-size: 22px;
  }

  .theme-name h2 {
    font-size: 22px;
    color: white;
  }

  .header-img .col-lg-8 {
    gap: 20px;
  }

  .header-contents {
    display: flex;
    justify-content: start;
    gap: 30px;
  }

  .date-time .border {
    display: none;
  }

  .date-time {
    width: 95%;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 10px;
    gap: 5px;
  }

  .date-time div {
    padding: 5px;
    width: 100%;
    border: 1px solid white;
  }

  .header-contents .meeting-room {
    border: none;
  }

  header .down {
    display: none;
  }

  .section1 {
    padding: 20px 0px;
  }

  .section1 h5 {
    font-size: 18px;
  }

  .section1 .col-lg-7 {
    margin: 20px 0px;
  }

  .section2 table td {
    padding: 0px 5px !important;
  }

  .section2 table td p {
    font-size: 13px;
  }
}

@media (min-width: 500px) and (max-width: 1024px) {
  .section1 .col-lg-7 {
    margin: 20px 0px;
  }
}
