@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@100;300;400;600&display=swap");
video#backgroundVideo {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-size: 100% 100%;
  background-color: black;
  background-position: center center;
  background-size: contain;
  object-fit: fill;
  z-index: -1;
}

h1 {
  font-size: 60px !important;
  font-weight: bold !important;
  text-align: center;
  text-shadow: -1px -1px 0px #06551c, 3px 3px 0px #06551c, 6px 6px 0px #06551c;
}
p {
  font-size: 25px !important;
  font-weight: 400 !important;
  text-align: center;
}
.awards23 {
  background: #00000052;
  width: 100vw;
}

.fillterBG {
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.awardsLogo img {
  max-width: 400px;
  max-height: 500px;
}

.introTextContainer h1 {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 50px;
  /* font-family: Century Gothic; */
}

.introTextContainer p {
  font-size: 25px;
  font-weight: 400;
}

.introTextContainer {
  color: #fff;
  text-align: center;
}

.introBanner .row {
  display: flex;
  align-items: center;
}

.awardsLogo {
  display: grid;
  justify-items: center;
}

.container {
  /* padding: 0 !important; */
  color: #fff !important;
}

.card {
  display: flex;
  flex-direction: column;
  padding: 35px 30px;
  align-items: center;
  justify-content: center;
  background: #808080b8;
  margin-bottom: 35px;
  border-radius: 30px;
}
.card h4 {
  text-align: center;
  font-weight: bold;
}

.instraction h1 {
  margin-bottom: 40px;
}

.instraction small {
  text-align: center;
  display: block;
  margin-bottom: 100px;
  font-size: 18px;
}

.sectionContct {
  text-align: center;
  margin-bottom: 100px;
}

.sectionContct h3 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
}

.sectionContct a {
  color: #fff;
}

.fas,
.fab {
  font-size: 40px;
  margin-right: 25px;
}

.socialIcons {
  margin-top: 20px;
}

.awardsBlock {
  margin-top: 170px;
}

.awardsCard > img {
  position: absolute;
  top: -170px;
  max-width: 150px;
  box-shadow: 4px 13px 30px 1px rgb(0 0 0 / 20%);
}

.awardsCard p {
  font-size: 16px !important;
  font-weight: bold !important;
}

.awardsCard {
  max-width: 300px;
  border-radius: 20px;
}

.awardsBlock .col-sm-4 {
  display: flex;
  justify-content: center;
}
.awardsBlock .row {
  margin-bottom: 250px;
}
.awardsCard {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.description {
  display: flex;
  color: black;
  padding: 0px 20px;
  margin-top: 50px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  justify-content: flex-start;
}
.description .btn.btn-primary {
  background: #05551c;
  border: 0;
  font-weight: bold;
  padding: 10px 20px;
}
.description .btn.btn-primary:focus,
.description .btn.btn-primary:hover {
  background: #05551c;
}
.description .btn.btn-primary.closed {
  cursor: not-allowed;
  background-color: #787b7e;
}
.description .btn.btn-primary.closed:focus,
.description .btn.btn-primary.closed:hover {
  background-color: #535558;
}
.description p {
  margin: 0;
}
.awardsBlock a:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

em.fas.fa-play-circle {
  font-size: 20px;
  margin: 0 0 0 10px;
  vertical-align: sub;
}

.modal-body {
  padding: 0 !important;
}

p.terms {
  font-size: 12px !important;
}

.speakerImage {
  text-align: center;
  margin-bottom: 20px;
}
.speakerImage img {
  border-radius: 200px;
  width: 80%;
  margin: auto;
  border: 6px solid #fbfbfb;
}
.speakerImages .row {
  display: flex;
  flex-wrap: wrap;
}
.speakerImages .col-sm-3 {
  margin-bottom: 50px;
  cursor: pointer;
}

.speakerName {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.speakerTitle {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  color: #ffffff;
  font-weight: bold;
}

.sectionJudges h2 {
  font-size: 45px !important;
  font-weight: bold !important;
  text-align: center;
  text-shadow: -1px -1px 0px #06551c, 3px 3px 0px #06551c, 6px 6px 0px #06551c;
  margin: 50px 0px 50px 0px;
}

.sectionJudges .row {
  display: flex;
  justify-content: center;
}

.sectionJudges {
  margin-bottom: 150px;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .awardsLogo img {
    max-width: 320px;
  }
}
@media (max-width: 769px) {
  .introBanner .row {
    flex-direction: column;
  }
  /* .introBanner {
    margin-top: 100px;
  } */
  .awardsLogo img {
    max-width: 257px;
  }
  .introTextContainer h1 {
    font-size: 45px !important;
  }
  .introTextContainer p {
    font-size: 18px !important;
    margin: 0 20px;
  }
  .awardsBlock .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .awardsBlock .row .col-sm-4 {
    width: 100%;
    margin-top: 250px;
  }
  .awardsBlock {
    margin-top: 0px;
  }
  .awardsBlock .row {
    margin-bottom: 0px;
  }
  .instraction {
    padding: 100px 71px 70px;
  }
  .sectionJudges {
    padding: 100px 71px 70px;
  }
  .instraction small {
    margin-bottom: 0px;
  }
}

@media (max-width: 600px) {
  .introBanner {
    margin-top: 350px;
  }
  .sectionJudges .row {
    flex-direction: column;
  }
  .awardsBlock {
    margin-top: 250px;
  }
  .instraction {
    padding: 100px 35px 70px;
  }
  .sectionJudges {
    padding: 40px 35px 70px;
  }
  .sectionJudges h2 {
    font-size: 35px !important;
  }
  .speakerName {
    font-size: 25px;
  }
  .sectionJudges .row .col-sm-3 {
    margin-bottom: 35px;
  }
  .speakerImage img {
    border-radius: 200px;
    width: 70%;
  }
  .speakerTitle {
    font-size: 18px;
  }
}
