body {
  margin: 0;
}

@font-face {
  font-family: 'Bookman ITC Std';
  src: url('../fonts/BookmanITCStd-BoldItalic.woff2') format('woff2'),
    url('../fonts/BookmanITCStd-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
    url('../fonts/Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
    url('../fonts/Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.woff2') format('woff2'),
    url('../fonts/Gotham-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sharp Sans No1';
  src: url('../fonts/SharpSansNo1-Black.woff2') format('woff2'),
    url('../fonts/SharpSansNo1-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotcha';
  src: url('../fonts/GotchaRegular.woff2') format('woff2'),
    url('../fonts/GotchaRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.winners-hero {
  background-image: url(../images/pageantWinners2023_hero.jpg);
  display: flex;
  align-items: center;
  background-position: center;
  width: 100%;
  margin: auto;
  padding: 120px 50px;
  padding-top: 150px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  flex-direction: column;
  background-repeat: no-repeat;
}

@media (min-width:1600px) {
  .winners-hero {
    background-position: center 35%;
  }
}
.winners-hero::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #ff5700;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.6;
}

.winners-hero img {
  display: block;
  margin: auto;
  max-width: 175px;
  position: relative;
  top: 15px;
  z-index: 2;
  width: 25%;
}

.winners-hero .text-box {
  background-color: #ff5700;
  width: auto;
  padding: 0 50px 5px 50px;
  clip-path: polygon(100% 0%, 98% 51%, 100% 100%, 0 150%, 2% 50%, 0 0);
}

.winners-hero .text-box h2 {
  font-size: 64px;
  font-family: 'Sharp Sans No1';
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
}

.congratulations-container {
  max-width: 950px;
  clear: both;
  text-align: center;
  padding: 100px 15px;
  margin: auto;
}

.congratulations-container h2 {
  color: #330000;
  font-size: 40px;
  font-family: 'Sharp Sans No1';
  padding: 0 12%;
  line-height: 47px;
  margin: 0 0 25px 0;
}

.congratulations-container p {
  color: #330000;
  font-size: 20px;
  font-family: 'Gotham';
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}

.madison-sec {
  background-image: url(../images/madison-bg.jpg);
  background-size: cover;
}

.madison-sec .container {
  max-width: 1230px;
  margin: auto;
  clear: both;
  display: flex;
  min-height: 550px;
  padding: 0 15px;
  flex-wrap: wrap;
  width: 100%;
}

.madison-sec .container .col {
  width: 50%;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
}

.madison-sec .container .img-box {
  position: absolute;
  top: 0;
  display: block;
  overflow: hidden;
  padding: 0 20px 20px 0;
  right: 0;
  transform: translateX(-55px);
}

.madison-sec .img-box::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #1dced9;
  position: absolute;
  transform: translate(5%, 11%);
  z-index: 0;
}

.madison-sec .container .copy-col {
  top: 50%;
  transform: translateY(20%);
  position: relative;
  padding-left: 5%;
}

.madison-sec h3 {
  color: #330000;
  font-size: 25px;
  margin: 0;
}

.madison-sec h2 {
  color: #fff;
  font-family: 'Sharp Sans No1';
  font-size: 65px;
  margin: 25px 0 0 0;
  line-height: 62px;
  letter-spacing: 1px;
  padding-bottom: 5px;
}

.madison-sec h4 {
  color: #fff3c5;
  font-family: 'Sharp Sans No1';
  font-size: 35px;
  font-family: 'Gotcha';
  margin: 0;
  font-weight: normal;
  padding: 5px 0;
}

.madison-sec p {
  color: #330000;
  font-size: 20px;
  font-family: 'Gotham';
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}

.madison-sec .img-box img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.other-winners {
  background-image: url(../images/winners-bg.jpg);
  background-size: cover;
  width: 100%;
  margin: auto;
  clear: both;
  padding: 100px 15px;
  box-sizing: border-box;
}

.other-winners .container {
  max-width: 1150px;
  margin: auto;
  clear: both;
  text-align: center;
}

.other-winners .container {
  max-width: 100%;
  margin: auto;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  box-sizing: border-box;
}

.other-winners .container .col {
  width: 50%;
  position: relative;
  box-sizing: border-box;
}

.other-winners .container .img-box {
  padding: 0;
  position: relative;
}

.other-winners .container .box1::before {
  content: '';
  width: 25%;
  height: 123%;
  background-color: #f05a25;
  position: absolute;
  transform: translate(-30%, -50%);
  z-index: 0;
  top: 50%;
  left: 0;
}

.other-winners .container .box2::before {
  content: '';
  width: 35%;
  height: 51%;
  background-color: #f05a25;
  position: absolute;
  z-index: 0;
  bottom: -14%;
  right: -10%;
}

.other-winners .container .box3::before {
  content: '';
  width: 102%;
  height: 31%;
  background-color: #f05a25;
  position: absolute;
  z-index: 0;
  bottom: -7%;
  right: 5%;
}

.other-winners .container .box4::before {
  content: '';
  width: 50%;
  height: 31%;
  background-color: #f05a25;
  position: absolute;
  z-index: 0;
  bottom: -7%;
  left: -7%;
}

.other-winners .container .box2 {
  transform: translateX(-55px);
}

.other-winners .container .box4 {
  transform: translateX(-55px);
}

.other-winners .container .col:nth-child(1) {
  z-index: 3;
}

.other-winners .container:nth-child(2) {
  margin-top: 80px;
}

.other-winners .container .col:nth-child(2) h2 {
  margin: 0 0 15px 30px
}

.other-winners .container:nth-child(2) .col:nth-child(1) h2 {
  margin: 0 0 15px 0;
}

.other-winners .container:nth-child(2) .col:nth-child(2) h2 {
  margin: 0 0 15px 100px;
}

.other-winners .container img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.other-winners h2 {
  color: #f05a25;
  font-family: 'Sharp Sans No1';
  font-size: 35px;
  margin: 0 auto 15px auto;
  line-height: normal;
  width: max-content;
}

.other-winners h2 span {
  color: #f05a25;
  font-family: 'Gotham';
  font-size: 15px;
  margin: 0;
  display: block;
  text-align: left;
  padding-left: 15%;
}

.other-winners .container .col:nth-child(2) {
  padding-top: 25%;
}

.other-winners .container:nth-child(2) .col:nth-child(2) {
  padding-top: 15%;
}

.lindsay-sec {
  background-image: url(../images/lindsay-bg.jpg);
  background-size: cover;
  background-position: right;
}

.lindsay-sec .container {
  max-width: 1230px;
  margin: auto;
  clear: both;
  display: flex;
  min-height: 600px;
  padding: 0 15px;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.lindsay-sec .container .col {
  width: 50%;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
}

.lindsay-sec .container .img-box {
  margin-top: -5%;
}

.lindsay-sec .img-box::before {
  content: '';
  width: 90%;
  height: 97%;
  background-color: #1dced9;
  position: absolute;
  z-index: 0;
  top: -4%;
  left: 1%;
}

.lindsay-sec .container .copy-col {
  padding-left: 5%;
}

.lindsay-sec h3 {
  color: #330000;
  font-size: 25px;
  margin: 0;
}

.lindsay-sec h2 {
  color: #fff;
  font-family: 'Sharp Sans No1';
  font-size: 65px;
  margin: 25px 0 0 0;
  line-height: 62px;
  letter-spacing: 1px;
  padding-bottom: 5px;
}

.lindsay-sec h4 {
  color: #fff3c5;
  font-size: 35px;
  font-family: 'Gotcha';
  margin: 0;
  font-weight: normal;
  padding: 5px 0;
  padding-bottom: 0;
}

.lindsay-sec p {
  color: #330000;
  font-size: 20px;
  font-family: 'Gotham';
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  padding: 5px 0;
}

.lindsay-sec .img-box img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.meet-sec {
  background-image: url(../images/winners-bg.jpg);
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
  flex-wrap: nowrap;
}

.meet-sec .container {
  max-width: 1230px;
  margin: auto;
  clear: both;
  display: flex;
  min-height: 600px;
  padding: 0 15px;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.meet-sec .container:nth-child(2) {
  flex-direction: row-reverse;
}

.meet-sec .container .col {
  width: 50%;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
  padding: 4%;
}

.meet-sec .container .img-box {
  position: relative;
}

.meet-sec .container .img-box img {
  width: 100%;
  position: relative;
}

.meet-sec .img-box::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #1dced9;
  position: absolute;
  z-index: 0;
  bottom: -3%;
  right: -3%;
}

.meet-sec h3 {
  color: #330000;
  font-size: 25px;
  margin: 0;
}

.meet-sec h2 {
  color: #ff5700;
  font-family: 'Sharp Sans No1';
  font-size: 65px;
  margin: 15px 0 0 0;
  line-height: 62px;
  padding-bottom: 5px;
}

.meet-sec h4 {
  color: #ff5700;
  font-family: 'Sharp Sans No1';
  font-size: 35px;
  font-family: 'Gotcha';
  margin: 0;
  font-weight: normal;
  padding: 5px 0;
}

.meet-sec p {
  color: #330000;
  font-size: 20px;
  font-family: 'Gotham';
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}

@media (max-width: 1199px) {
  .lindsay-sec h2 {
    font-size: 51px;
    margin: 25px 0 0 0;
    line-height: 50px;
  }

  .other-winners .container .box1::before {
    width: 20%;
  }

  .madison-sec h2 {
    font-size: 51px;
    margin: 25px 0 0 0;
    line-height: 50px;
  }
}

@media (max-width: 1100px) {
  .madison-sec .container .img-box {
    position: static;
    transform: translateX(0);
  }

  .madison-sec .container {
    align-items: center;
  }

  .madison-sec .container .copy-col {
    top: 0;
    transform: translateY(0%);
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .other-winners .container .box2::before {
    right: -4%;
  }

  .other-winners .container .box2 {
    transform: translateX(0);
  }

  .other-winners .container .box4 {
    transform: translateX(0);
  }

  .other-winners .container:nth-child(2) .col:nth-child(2) h2 {
    margin: 0 0 15px 10px;
  }

  .other-winners h2 {
    font-size: 25px;
  }

  .meet-sec h2 {
    font-size: 41px;
    margin: 0 0 0 0;
  }

  .meet-sec p {
    font-size: 18px;
    line-height: 27px;
  }

  .meet-sec h4 {
    font-size: 28px;
  }

  .meet-sec h3 {
    font-size: 20px;
  }

  .lindsay-sec h3 {
    font-size: 20px;
  }

  .lindsay-sec p {
    font-size: 18px;
    line-height: 27px;
  }

  .lindsay-sec h2 {
    margin: 15px 0 0 0;
  }

  .lindsay-sec h2 {
    font-size: 41px;
  }

  .madison-sec h2 {
    font-size: 41px;
    margin: 15px 0 0 0;
    line-height: 50px;
  }

  .madison-sec p {
    font-size: 18px;
    line-height: 27px;
  }

  .madison-sec h3 {
    font-size: 20px;
  }

  .winners-hero .text-box h2 {
    font-size: 44px;
  }

  .congratulations-container h2 {
    line-height: 40px;
    font-size: 34px;
  }

  .congratulations-container p {
    font-size: 18px;
    line-height: 27px;
  }
}

@media (max-width: 767px) {
  .lindsay-sec .container {
    padding: 10px 15px 30px 15px;
  }

  .meet-sec .container {
    flex-direction: column-reverse !important;
  }

  .meet-sec .container .col {
    width: 100%;
  }

  .madison-sec .container .col {
    width: 100%;
  }

  .lindsay-sec .container .copy-col {
    padding-left: 0;
  }

  .lindsay-sec .container .col {
    width: 100%;
  }

  .madison-sec .container {
    flex-direction: column-reverse;
    padding: 30px 0 30px 0;
  }
}

@media (max-width: 680px) {
  .other-winners .container .col:nth-child(2) h2 {
    margin: 0 0 15px 0
  }

  .other-winners h2 {
    font-size: 25px;
  }

  .other-winners {
    padding: 40px 15px;
  }

  .other-winners .container .box2 {
    transform: translateX(0);
  }

  .congratulations-container h2 {
    font-size: 27px;
    line-height: 34px;
    padding: 0;
    margin-bottom: 15px;
  }

  .winners-hero .text-box h2 {
    font-size: 18px;
    line-height: 32px;
    padding: 5px 0;
  }

  .winners-hero .text-box {
    box-sizing: border-box;
    padding: 0 20px 5px 20px;
  }

  .winners-hero img {
    top: 20px;
  }

  .winners-hero {
    padding: 30px 50px;
    padding-top: 65px;
  }

  .congratulations-container {
    padding: 40px 15px;
  }

  .other-winners .container .box2::before {
    right: -6%;
  }

  .other-winners .container .box4 {
    transform: translateX(0);
  }

  .other-winners .container:nth-child(2) {
    margin-top: 0px;
  }
}

@media (max-width:550px) {
  .other-winners .container .col:nth-child(2) {
    padding-top: 0;
  }

  .other-winners .container .col {
    width: 100%;
  }

  .other-winners .container .col:nth-child(1) {
    margin-bottom: 100px;
  }

  .other-winners .container .col:nth-child(2) {
    margin-bottom: 50px;
  }

  .other-winners .container:nth-child(2) .col:nth-child(1) {
    margin-bottom: 36px;
  }

  .madison-sec {
    background-position: center bottom;
  }

  .lindsay-sec {
    background-position: center bottom;
  }
}
