@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800;900&family=Roboto:wght@300;400;500;700&display=swap");
/* form#aspnetForm {
  background: rgb(0 0 0 / 50%);
  overflow-x: hidden;
} */
/* body {
  background-image: url(/cisiweb2/image/FPC24/BgForFPC24.jpg);
  background-size: cover;
  background-position: center;
  background-image: none;
} */
body.standard {
  overflow-x: hidden;
}

h1,
h2,
h3,
p,
div {
  font-family: "Nunito", sans-serif !important;
  /* font-family: "Montserrat", sans-serif !important; */

}

#myVideo {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  width: 100%;
}

h1 {
  text-shadow: none !important;
}
.description .btn.btn-primary.closedEnt{
  color: red;

}
.description .btn.btn-primary.closedEnt:hover{
  cursor: not-allowed;

}
.awardsCard {
  background: #c91187bd;
  /* backdrop-filter: blur(5px); */
}

.description .btn.btn-primary {
  background: #fff;
  color: #1bb6f1;
  font-weight: bold;
}

.description .btn.btn-primary:hover,
.description .btn.btn-primary:active,
.description .btn.btn-primary:focus {
  background: #4c3376;
  color: #fff;
}

.awardsCard p {
  color: #fff !important;
}

.introBanner {
  display: flex;
  flex-direction: column;
  height: 90vh;
  justify-content: space-evenly;
}

.card {
  background: #35294d9c;
  backdrop-filter: blur(5px);
  border: 1px solid #a782c9;
  box-shadow: rgba(167, 130, 201, 0.4) 0px 0px 15px;
  transition: 0.3s;
}

.card:hover {

  box-shadow: rgba(167, 130, 201, 0.8) 0px 0px 15px;
}

.awards23 {
  background: #000000ad;
  width: 100vw;
}

.awardsBlock .row {
  display: flex;
  justify-content: center;
}

.headingAward h1 {
  color: #fff;
  margin-bottom: 300px;
}

.card h4 {
  font-family: "Nunito", sans-serif !important;
  min-height: 170px;
}

.mainSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.mainSection img {
  width: 300px;
}

img.cisiLogo {
  width: 150px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.bottom-scroll img {
  width: 70px;
}

.bottom-scroll span {
  font-weight: bold;
}

.bottom-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 20px 0px 40px;
}

.heroBanner {
  display: flex;
  flex-direction: column;
  margin-top: 140px;
}

.mainSection p {
  width: 80%;
}

.awardsCard>img {
  position: absolute;
  top: -215px;
  max-width: 190px;
  box-shadow: unset;
}

.socialIcons img {
  height: 50px;
  margin-top: -20px;
  margin-left: -10px;
  margin-right: 15px;
}

a.terms {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

.ribbon {
  --f: 10px;
  /* control the folded part*/
  --r: 15px;
  /* control the ribbon shape */
  --t: 10px;
  /* the top offset */
  /* position: absolute; */
  inset: var(--t) calc(-1 * var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: polygon(0 0,
      100% 0,
      100% calc(100% - var(--f)),
      calc(100% - var(--f)) 100%,
      calc(100% - var(--f)) calc(100% - var(--f)),
      0 calc(100% - var(--f)),
      var(--r) calc(50% - var(--f) / 2));
  background: #ba974c;
  box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
  margin-top: 30px;
}

.container.judgeContainer {
  width: 90%;
  margin: auto;
}

.judgeCard {
  display: flex
;
    flex-direction: column;
    align-items: center;
    background: #2c2c2c9c;
    backdrop-filter: blur(5px);
    border: 1px solid #a782c9;
    box-shadow: rgba(167, 130, 201, 0.4) 0px 0px 15px;
    transition: 0.3s;
    width: 80%;
    border-radius: 30px;
    padding: 40px 20px;
    margin-bottom: 60px;
}

.header--card.equal {
  width: 50%;
    position: relative;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(104 104 104);
    border-image: initial;
    border-radius: 270px;
}

.header--card.equal::after {
  position: absolute;
  content: "";
  height: 101%;
  width: 101%;
  left: -1px;
  top: -1px;
  transform: scale(0.7);
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  border: 2px solid #ba974c;
  border-radius: 50%;
  transition: 0.4s;
}

.judgeCard:hover .header--card.equal::after {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
}

.body--card.equal {
  width: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    padding: 20px 30px;
}

.header--card.equal .imageMain {
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
  height: 101%;
  object-fit: cover;
  z-index: 2;
  transition: transform 0.3s ease;
}

.body--card.equal p {
  text-align: center;
  font-size: 17px !important;
  line-height: 25px;
  margin-bottom: 4px;
}
.body--card.equal p a{
  color: #ba974c;
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}
.awardsBlock .row.row1 {
    margin-bottom: 250px !important;
}
.awardsBlock .row.row2 {
    margin-bottom: 100px !important;
}
.body--card.equal p a:hover{
  text-decoration: underline;
}
.body--card.equal .name {
  font-size: 22px !important;
  font-weight: bolder !important;
  line-height: 30px;
}
a.linkedLogo {
    text-align: center;
}
.linkedLogo span.fab.fa-brands.fa-linkedin {
    color: #0a66c2;
    margin-right: 0px;
}
.linkedLogo span.fab.fa-brands.fa-linkedin:hover {
    transform: scale(1.05);
    color: #7c7c7c;
}


.body--card.equal.alasdair .name {
  margin-bottom: 0px;
}

.body--card.equal.alasdair .name {
  margin-top: 20px;
}

.container.judgeContainer h1 {
  margin-bottom: 40px;
}

.ribbon.short {
  font-size: 17px;
}

.body--card.equal.warren .name {
  padding-top: 40px;
}

.sponsor {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sponsor p {
  font-size: 20px !important;
}

.sponsor img {
  width: 200px;
  /* height: 100px; */
  object-fit: scale-down;
}

img[src="/cisiweb2/image/Awards24/AIC.png"] {
  width: 200px;
  height: 75px;
  object-fit: scale-down;
}

.imageMain {
  position: relative;
}

.imageSwirl {
  position: absolute;
  left: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;

}

.judgeCard:hover .imageSwirl {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
}
.judgeCard:hover .imageMain {
  transform: scale(1.05);
}
.judgeCard:hover {
  transform: translateY(-5px);
}
.card:hover {
  transform: translateY(-5px);
}

a.cta-button {
    display: inline-block;
    padding: 1.3rem 3rem;
    background: #9ab973;
    color: #1e2b1d;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(154, 185, 115, 0.3);
    animation: fadeIn 1s ease 0.8s forwards;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    margin-bottom: 40px;
    text-align: center;
}

a.cta-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}
.cta-button:hover,
.cta-button1:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(154, 185, 115, 0.4);
  background: #1e2b1d;
  color: #9ab973;
  border-color: #9ab973;
}

.cta-button:hover::before,
.cta-button1:hover::before {
  transform: translateX(100%);
}

@media (max-width: 1600px) {
  .mainSection img {
    width: 225px;
  }

  #myVideo {
    width: 100%;
  }

  .mainSection p {
    width: 85%;
  }

  .container.judgeContainer {
    width: 95%;
    margin: auto;
  }

  .ribbon {
    font-size: 18px;
  }

  .body--card.equal .name {
    font-size: 20px !important;
  }

  .body--card.equal p {
    font-size: 17px !important;
  }

  .body--card.equal.alasdair .name {
    margin-top: 15px;
  }
}

@media (max-width: 1400px) {
  .body--card.equal.alasdair .award {
    font-size: 15px !important;
  }

  .ribbon,
  .ribbon.short {
    font-size: 16px;
  }
}

@media (max-width: 1100px) {
  #myVideo {
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: unset;
  }

  .row .col-md-3 {
    display: inline-block;
    width: 50%;
  }

  .container.judgeContainer {
    width: 90%;
    margin: auto;
  }

  .container.judgeContainer .col-md-6 {
    width: 90%;
    margin: auto;
  }

  .container.judgeContainer .row {
    /* display: flex; */
    /* flex-direction: column; */
  }

  .judgeCard {
    margin: 30px auto;
  }

  .header--card.equal img {
    height: 101%;
  }
}

@media (max-width: 768px) {
  .headingAward h1 {
    color: #fff;
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .bottom-scroll {
    display: none !important;
  }

  img.cisiLogo {
    width: 100px;
  }

  .mainSection img {
    width: 170px;
  }

  .awardsBlock {
    margin-top: 80px;
  }

  .row .col-md-3 {
    display: block;
    width: 100%;
  }

  .judgeCard {
    flex-direction: column;
  }

  .header--card.equal,
  .body--card.equal {
    width: 100%;
  }

  .header--card.equal img {
    width: 100%;
    border-bottom-left-radius: unset;
    border-top-right-radius: 28px;
  }

  .body--card.equal p {
    text-align: center;
    font-size: 20px !important;
  }

  .container.judgeContainer .col-md-6 {
    width: 100%;
    margin: auto;
  }

  .body--card.equal {
    padding: 50px 20px;
  }

  .ribbon,
  .ribbon.short {
    font-size: 15px;
  }

  .body--card.equal.alasdair .ribbon {
    font-size: 14px;
  }

  .container.judgeContainer h1 {
    font-size: 40px !important;
  }
}

@media (max-width: 1366px) and (max-height: 607px) {
  .mainSection img {
    width: 220px;
  }

  .mainSection p {
    width: 85%;
    font-size: 22px !important;
  }

  .mainSection {
    gap: 25px;
  }

  h4 {
    font-size: 16px;
  }

  .card img {
    width: 100px;
  }

  .judgeCard.wayne .body--card.equal {
    padding: 60px 20px;
  }
}