/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

body {
  background-image: url("/images/Challenge-bg.svg");
  background-size: cover;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  position: relative;
}

.overlay {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 450px) {
  .container {
    max-width: 80%;
    margin: 0 auto;
  }
}
.on-mobile {
  display: flex;
}
.on-tab {
  display: none;
}

.container {
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.header {
  margin-top: 32px;
  text-align: left;
}

.logo-title {
  display: flex;
  align-items: center;
}

.logo {
  width: 110px;
  max-height: 91px;
  margin-right: 15px;
  border: 5px solid #79cac0;
  border-radius: 10px;
  object-fit: cover;
}

.title {
  font-size: 33px;
  line-height: 40px;
  font-weight: bold;
  flex-grow: 1;
  margin: 0;
  text-align: left;
}

.green-text {
  color: #79cac0;
}

.subtext {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
}

.challenge-image {
  display: flex;
  justify-content: center;
  margin-top: 51px;
  margin-bottom: 23px;
  border: 5px solid #79cac0;
  border-radius: 10px;
  position: relative;
}

.challenge-image img {
  width: 100%;
  height: 227px;
  object-fit: cover;
  border-radius: 10px;
}

.dates {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.date-box {
  background-color: #1e3a4c;
  padding: 10px;
  border: 5px solid #79cac0;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.highlight {
  background-color: #79cac0;
  padding: 8px;
  color: #1d2434;
  border-radius: 10px;
}

.section {
  margin-top: 30px;
}

.section-heading {
  font-size: 22px;
  font-weight: bold;
  color: #79cac0;
  margin-bottom: 10px;
}

.section ul {
  margin-top: 10px;
  list-style: none;
  padding: 0;
}

.section li {
  margin: 5px 0;
}

.goal-text {
  font-size: 16px;
  line-height: 24px;
}

.final-box {
  background-color: #fff;
  color: #1d2434;
  padding: 25px;
  border-radius: 10px;
  margin-top: 21px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.final-box {
  background-color: #fff;
  color: #1d2434;
  padding: 20px;
  border-radius: 10px;
  margin-top: 77px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.black-text {
  color: #1d2434;
}

.mobile {
  display: none;
}
.final-box-heading {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  line-height: 27px;
  color: #79cac0;
  margin-top: 0px;
  margin-bottom: 6px;
}

.share-btn {
  background-color: #79cac0;
  color: #283048;
  padding: 10px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.share-btn-text {
  font-size: 20px;
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
}
.final-box-subtext {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.download-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 30px;
}

.duration {
  margin-top: -20%;
}
.download-text {
  /* width: 100%; */
  text-align: center;
}

.download-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.footer-logo {
  display: flex;
  justify-content: center;
  margin-top: 33px;

  padding: 10px;
}
.footer-logo img {
  width: 150px;
  height: 48px;
  object-fit: contain;
}

.challenge-duration-box {
  z-index: 100;
  background: linear-gradient(189.97deg, #283148 3.92%, #0b101d 99.03%);
  border: 5px solid #79cac0;
  padding: 10px;
  border-radius: 10px;

  width: 250px;
  position: absolute;
  bottom: 30px;
  right: 20px;
}

@media (min-width: 1024px) {
  .container {
    max-width: 85%;
    margin: 0 auto;
  }
  .mobile {
    display: flex;
  }
  .logo {
    width: 234px;
    max-height: 195px;
    margin-right: 60px;
    border: 5px solid #79cac0;
    border-radius: 10px;
    object-fit: cover;
  }
  .title {
    font-size: 80px;
    line-height: 92px;
    font-weight: bold;
    flex-grow: 1;
    margin: 0;
    text-align: left;
  }
  .subtext {
    margin-top: 60px;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 3px;
  }

  .challenge-image {
    margin-top: 10px;
    margin-bottom: 77px;
    position: relative;
  }
  .challenge-image img {
    width: 100%;
    min-height: 300px;
    height: 100%;
    max-height: 400px;
    object-fit: fill;
    border-radius: 10px;
    position: relative;
  }
  .section {
    margin-top: 77px;
  }
  .section-heading {
    font-size: 42px;
    line-height: 63px;
    font-weight: bold;
    color: #79cac0;
    margin-bottom: 10px;
  }
  .goal-text {
    font-size: 30px;
    line-height: 46px;
  }
  .final-box {
    background-color: #fff;
    color: #1d2434;
    padding: 20px;
    border-radius: 10px;
    margin-top: 77px !important;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .final-box-text {
    justify-content: center;
    width: 100%;
  }
  .final-box-heading {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    line-height: 58px;
    color: #79cac0;
    margin-bottom: 22px;
    margin-top: 0 !important;
  }
  .share-btn {
    background-color: #66fdeb;
    color: #283048;
    padding-top: 10px;
    padding-top: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
  }
  .share-btn-text {
    font-size: 30px;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .final-box-subtext {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    text-align: center;
  }
  .download-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
    margin-top: 77px;
  }
  .download-text {
    font-size: 50px;
    line-height: 58px;
    text-align: left;
  }
  .download-images {
    display: flex;

    gap: 20px;
  }

  .footer-logo img {
    height: 150px;
    width: 700px;
    object-fit: contain;
  }
}

@media (min-width: 1440px) {
  .date-box {
    background-color: #1e3a4c;
    padding: 10px;
    border: 5px solid #79cac0;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    font-size: 25px;
  }
  .highlight {
    background-color: #79cac0;
    padding: 8px;
    color: #1d2434;
    border-radius: 10px;
    font-size: 25px;
  }
  .download-text {
    font-size: 88px;
    line-height: 111px;
    text-align: left;
  }
  .final-box-heading {
    text-align: center;
    font-size: 65px;
    font-weight: bold;
    line-height: 78px;
    color: #79cac0;
    margin-top: 0px;
    margin-bottom: 22px;
  }
  .download-imag {
    width: 500px;
    height: 149px;
    object-fit: fill;
    border-radius: 10px;
  }
}
