* {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

.bg-black {
  background-color: #000000;
  color: #ffffff;
}

.bg-orange {
  background-color: #FF5A26;
}

.bg-blue {
  background-color: #C3DCFC;
}

.btn {
  font-size: 0.7rem;
  line-height: 0.9rem;
}

.btn.bg-black:hover {
  color: #000000;
  background-color: #ffffff !important;
  border: 1px solid #000000;
}

.oval {
  border-radius: 50%;
  min-height: 2rem;
  max-height: 2rem;
  letter-spacing: 0rem;
  line-height: 1.2rem;
}

.oval:hover {
  color: initial;
  letter-spacing: 0.01rem;
}

.scroll-hidden {
  scrollbar-color: transparent transparent;
}

.scroll-hidden::-webkit-scrollbar {
  display: none;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container {
  padding: 0px;
}

h1 {
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

h3 {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

img {
  width: 100%;
}

section {
  padding: 3rem 0rem;
}

.logos {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.logos img:first-of-type {
  width: 70px;
}
.logos img:last-of-type {
  width: 35px;
}
.logos .v-line {
  height: 40%;
  border-right: 1px solid;
}

.hero {
  background-color: #ffffff;
}
.hero .container {
  flex-wrap: wrap;
}
.hero .top {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.hero .top .big-text {
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 3.6rem;
}
.hero .top .hero-image {
  padding-left: 2rem;
}
.hero .bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.arrow.down img {
  transform: rotate(90deg);
}

.arrow.up img {
  transform: rotate(-90deg);
}

.arrow img {
  height: 0.5rem;
}

.why {
  background-color: #C3DCFC;
  overflow: visible;
  padding: 2rem 0rem;
  min-height: 700px;
  height: 100vh;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.why .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.why.ontop {
  /*pointer-events: none;*/
}
.why .title {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.why .why-content {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  margin-left: auto;
  flex-wrap: wrap;
  /*overflow-y: scroll;*/
  pointer-events: all;
  cursor: url("../../img/sids/scroll.svg"), auto;
  /*position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;*/
  height: 260px;
  padding-top: 0%;
  margin-top: 0rem;
  overflow: hidden;
}
.why .why-content > .container {
  /*flex-wrap: nowrap;*/
}
.why .why-content .why-slide {
  display: flex;
  position: relative;
  left: 0px;
  top: 0px;
  gap: 1.5rem;
  justify-content: flex-start;
  margin-left: auto;
  opacity: 0;
  position: absolute;
  transform: translateY(100%);
  opacity: 1;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.why .why-content .why-slide .caption {
  /*opacity: 0;*/
}
.why .why-content .why-slide.visible {
  opacity: 1;
}
.why .why-content .why-slide.visible .caption {
  /*opacity: 1;*/
}
.why .why-content .why-slide#first-slide {
  opacity: 1;
  transform: translateY(0);
}
.why .why-content .image {
  display: flex;
  height: 260px;
  width: 303px;
  position: relative;
}
.why .why-content .image .img {
  /*opacity: 0;*/
  position: absolute;
  height: 100%;
  z-index: 1;
}
.why .why-content .image .img.active {
  /*opacity: 1;*/
}
.why .why-content .image img.shape {
  width: 87px;
  position: absolute;
  right: 0.9rem;
}
.why .why-content .caption {
  justify-content: left;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-self: flex-end;
  background-color: #C3DCFC;
  /*opacity: 0;*/
  padding-top: 1rem;
}
.why .why-content .caption.visible {
  /*opacity: 1;*/
}
.why .why-content .caption .text {
  /*opacity: 0;
  position: absolute;*/
}
.why .why-content .caption .text.active {
  /*opacity: 1;*/
}
.why .why-content .caption .arrow {
  /*margin-top: 1rem;*/
}

.programme {
  background-color: #ffffff;
}
.programme .container {
  display: flex;
  align-items: center;
  min-height: 15rem;
}
.programme .paragraph {
  margin-bottom: 1rem;
}
.programme .right {
  position: absolute;
  display: flex;
  overflow: hidden;
  overflow-y: hidden;
  z-index: 1;
  right: 0px;
}
.programme .right .slider {
  display: flex;
  width: fit-content;
  cursor: url("../../img/sids/drag.svg"), auto;
}
.programme .right .prog-card {
  border-radius: 0.8rem;
  width: 300px;
  margin: 1rem 0.5rem;
  padding: 1rem;
  display: flex;
  height: 13rem;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.programme .right .prog-card .text {
  line-height: 1.3rem;
}
.programme .right .prog-card img {
  width: 50%;
}

.map {
  background-color: #C3DCFC;
}
.map .map-container {
  height: 16rem;
  border-radius: 0.8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.map #map {
  height: 500px;
}
.map .gm-style .gm-style-iw-c {
  border-radius: 100% !important;
  font-weight: 400;
  background-color: #000000;
  color: #ffffff;
}
.map .gm-style-iw-d {
  overflow: hidden !important;
}
.map .gm-style-iw-t > div {
  padding: 0.5rem !important;
}
.map .gm-style .gm-style-iw-tc {
  display: none;
}
.map .gm-ui-hover-effect {
  display: none !important;
}

.initiatives {
  background-color: #ffffff;
  padding-bottom: 4rem;
}
.initiatives .oval {
  max-height: unset;
  width: 110%;
  margin-left: -10%;
  line-height: 1rem;
}
.initiatives .container {
  display: flex;
  justify-content: space-between;
}
.initiatives .left {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.initiatives .right {
  padding-top: 3.5rem;
  align-self: end;
}
.initiatives .right .cities {
  margin-top: 2rem;
  font-size: 0.8rem;
  font-weight: 500;
}
.initiatives .right .cities .city {
  padding: 0.25rem 0rem;
  border-bottom: 1px solid;
  cursor: pointer;
  font-size: 0.8rem;
}
.initiatives .right .cities .city#kingstown {
  height: 88px;
}
.initiatives .right .cities .city:hover {
  color: gray;
  border-color: #000000;
}
.initiatives .right .cities .city:hover span {
  display: none;
}
.initiatives .right .cities .city:hover:after {
  content: "Find out more";
}
.initiatives .images {
  /*margin-top: 3rem;*/
  margin-left: auto;
  position: relative;
  height: 330px;
  padding-left: 2rem;
}
.initiatives .images .city-group {
  position: absolute;
  bottom: 0;
  opacity: 0;
}
.initiatives .images .city-group .city-name {
  position: absolute;
  top: -1.8rem;
  left: 38%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  font-size: 0.7rem;
}
.initiatives .images .city-group .city-name svg {
  width: 100%;
  height: 180px;
}
.initiatives .images .city-group path {
  fill: transparent;
}
.initiatives .images .city-group text {
  fill: #000000;
}
.initiatives .images .city-group.active {
  opacity: 1;
}

footer {
  background-color: #000000;
  padding: 1rem 0rem;
}
footer section > .container {
  padding: 0px 1rem;
}
footer .mini-logo {
  line-height: 0.8rem;
  font-size: 0.7rem;
  font-weight: 500;
}
footer .logos.white {
  align-items: flex-end;
  justify-content: end;
}
footer .logos.white img:first-of-type {
  width: 25%;
  filter: brightness(10) grayscale(1);
}
footer .logos.white .v-line {
  height: 40%;
  margin-bottom: 5%;
}
footer .logos.white img:nth-of-type(2) {
  width: 12%;
  filter: brightness(10) grayscale(1);
}

.mobile {
  display: none;
}

@media (max-width: 1019px) {
  .mobile {
    display: block;
  }
  .container {
    padding: 1rem;
    flex-wrap: wrap;
  }
  section {
    text-align: center;
  }
  html, body {
    font-size: 20px;
  }
  .hero .top {
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    justify-content: center;
  }
  .hero .top .big-text {
    line-height: 2.3rem;
    font-size: 2rem;
  }
  .hero .bottom {
    justify-content: center;
  }
  h1 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  .hero .bottom {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .hero .top .hero-image {
    padding-left: 0px;
  }
  .why .title {
    flex-wrap: wrap;
    display: none;
  }
  .why > .container {
    overflow: hidden;
  }
  .why .why-content {
    /*display: none;*/
    /*height: 460px;*/
    position: relative;
    margin-top: 1rem;
    width: 120%;
    height: auto;
    left: -10%;
    padding: 0rem 2rem;
  }
  .why .why-content .spacer {
    padding: 0rem;
  }
  .why .why-content > .container {
    display: flex;
    flex-wrap: nowrap;
  }
  .why .why-content .why-slide {
    margin-left: unset;
    opacity: 1;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 1rem;
    transform: translateY(200%);
    gap: 0;
  }
  .why .why-content .why-slide .caption {
    opacity: 1;
    justify-content: center;
    padding-top: 0;
  }
  .why .why-content .why-slide .caption .text {
    position: relative;
    top: -1.5rem;
    padding: 3rem 0rem 3rem 0rem;
    background-color: #c3dcfc;
    z-index: 0;
  }
  .why .why-content .why-slide .caption.visible {
    opacity: 1;
  }
  .why .why-content .why-slide.visible .caption {
    opacity: 1;
  }
  .why .why-content .why-slide#last-slide .arrow.down img {
    transform: rotate(90deg);
  }
  .why .why-content .why-slide .arrow {
    display: none;
  }
  .arrow.down img {
    transform: unset;
  }
  .programme .container {
    overflow: hidden;
  }
  .programme .right {
    position: relative;
    position: relative;
    width: 120%;
    left: -10%;
    padding-left: 10%;
    margin-top: 1rem;
  }
  .programme .right .prog-card {
    width: 220px;
  }
  .initiatives .right {
    padding-top: 2.5rem;
  }
  .initiatives .container {
    flex-wrap: wrap;
  }
  .initiatives .oval {
    width: 100%;
    margin-left: 0px;
  }
  .initiatives .images {
    display: none;
  }
  footer .mini-logo {
    line-height: 0.8rem;
    font-size: 0.5rem;
    font-weight: 600;
  }
  footer .logos.white img:first-of-type {
    width: 25%;
  }
  footer .logos.white img:nth-of-type(2) {
    width: 12%;
  }
}
@media (min-width: 1020px) and (max-width: 1279px) {
  section {
    padding: 3rem 4rem;
  }
  html, body {
    font-size: 20px;
  }
  .why {
    height: auto;
    min-height: 600px;
  }
  .why .why-content {
    /*margin-top: 33%;*/
    height: 260px;
  }
  .why .why-content .caption .text {
    font-size: 0.9rem;
  }
  .hero .top .big-text {
    font-size: 3.3rem;
    line-height: 3.6rem;
  }
  .initiatives {
    padding: 3rem 0rem;
  }
  .initiatives .images .city-group .city-name {
    font-size: 1rem;
    top: -2.8rem;
  }
  footer .logos.white img:first-of-type {
    width: 30%;
    filter: brightness(10) grayscale(1);
  }
  footer .logos.white img:nth-of-type(2) {
    width: 15%;
    filter: brightness(10) grayscale(1);
  }
}
@media (min-width: 1200px) and (max-width: 1380px) {
  .initiatives .images {
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .why .why-content .why-slide {
    transform: translateY(160vh);
  }
  .why .why-content .image {
    height: 450px;
    width: 400px;
  }
  .why .why-content .why-slide .caption .text {
    padding: 3rem;
    font-size: 1.6rem;
  }
  .programme .container {
    overflow: visible !important;
  }
}

/*# sourceMappingURL=sids.css.map */
