body .home-content {
  h1,.h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    font-family: "Bricolage Grotesque" !important;
    color: #1c4960;
  }
}
body .home-content {
  p {
    font-family: "Inter", sans-serif !important;
  }
}

body .home-content {
  background-color: #f1f0f2;
  color: #1c4960;
  position: relative;
  font-family: "Inter", sans-serif !important;
}
body .home-content:before {
    content: '';
    background-color: #7B7B7B;
    position: absolute;
    width: 1px;
    height: 100%;
    left: 2vw;
    top: 0;
    z-index: 1;
}
body .home-content:after {
    content: '';
    background-color: #7B7B7B;
    position: absolute;
    width: 1px;
    height: 100%;
    right: 2vw;
    top: 0;
    z-index: 1;
}
.home-content p {
  font-size: 1.042vw;
  line-height: 1.2;
  color: #1c4960;
}
.home-content h1, .home-content .h1 {
  font-size: 4.167vw;
  font-weight: 600;
  line-height: 1;
}

.home-content .big-h1 {
  font-size: 5.903vw;
  line-height: 1;
  letter-spacing: 2px;
}

.home-content h2 {
  font-size: 2.083vw;
  line-height: 1;
}
.home-content h3,.home-content .h3{
    font-family: "Bricolage Grotesque";
    font-size: 1.389vw;
    font-weight: 600;
    line-height: 1.5;
}
.home-content .button {
    color: #1C4960;
    padding: 0;
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-size: 1.389vw;
    font-weight: 600;
    line-height: 1.5;
    border: none;
    background-color: transparent !important;
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-skip-ink: auto;
    text-decoration-color: #54d1cd !important;
    text-decoration-thickness: 9% !important;
    text-underline-offset: 22%;
    text-underline-position: from-font;
}
.home-content .button.white {
    color: #fff !important;
}
.home-content .button::after {
  content: "";
  display: inline-block;
  width: 1.319vw;
  height: 1.111vw;
  margin-left: 0.5vw;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19' height='16' fill='none'><path d='M1 7.86304H16.687M16.687 7.86304L10.3142 14.2359M16.687 7.86304L9.82394 0.99997' stroke='%2300BAB5' stroke-width='2' stroke-linecap='round'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}
.home-content .button:hover {
    color: unset;
}
.home-content section {
  max-width: 90vw;
  margin: auto;
}
.home-content section.full-section {
  max-width: 100%;
}
/*Banner section*/
section.banner-section {
  padding-top: 4.427vw;
}
.home-content .banner-top {
  display: flex;
}
.home-content .banner-top-left {
  flex: 1;
}
.home-content .banner-top-right {
  flex: 1;
  padding-left: 5.208vw;
  padding-top: 3.646vw;
}
.home-content .banner-top-right img {
  width: 23.472vw;
  display: block;
}
.home-content .banner-top-right .img-wrap {
  position: relative;
  width: fit-content;
}
.home-content .banner-top-right .img-wrap:before {
  content: "";
  background-image: url(../images/banner-pic-02.png);
  background-size: cover;
  position: absolute;
  width: 13.194vw;
  height: 13.194vw;
  bottom: -7vw;
  right: -8vw;
  z-index: 1;
}
.home-content .banner-btm {
  padding-top: 10.417vw;
  padding-bottom: 4.167vw;
  display: flex;
  align-items: flex-end;
}
.banner-btm-left {
  flex: 1;
}
.home-content .banner-btm-left img {
  width: 24.028vw;
  left: -2.6vw;
  position: relative;
}
.home-content .banner-btm-right {
  flex: 1.5;
  position: relative;
  padding-bottom: 6.944vw;
}
.home-content .banner-btm-right .img-wrap.left-float-img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.home-content .banner-btm-right .img-wrap.left-float-img img {
  width: 11.979vw;
}
.home-content .btm-big-img img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.banner-content-btm {
  display: flex;
  gap: 1.667vw;
  padding-top: 4.167vw;
  padding-bottom: 4.167vw;
  position: relative;
}
.banner-content-btm:before {
    content: '';
    width: 100vw;
    position: absolute;
    height: 1px;
    background-color: #7B7B7B;
    left: -5vw;
    top: 0;
}
.home-content .banner-btm-content-left {
  flex: 1;
}
.home-content .banner-btm-content-right {
  flex: 1.5;
}

/*Card-section*/
.home-content section.card-section {
  border-top: 1px solid #7B7B7B;
  padding-inline: 5vw;
  padding-block: 4.167vw;
  display: flex;
  justify-content: space-between;
  gap: 5.403vw;
}

.home-content .card {
  width: calc(100% / 4);
  display: flex;
  flex-direction: column;
}

.home-content .card-top {
  flex: 1;
}

.home-content .card-number {
  color: #1c4960;
  font-family: "Inter";
  font-size: 1.042vw;
  font-weight: 400;
}

.home-content h2.card-title {
  font-weight: 600;
  margin-top: 0.85vw;
}

.home-content .card-bottom img {
  width: 100%;
  height: 13.021vw;
  display: block;
  margin-top: 1.042vw;
  object-fit: contain;
}

/*Discover-section*/

.home-content .discover-section {
  background-image: url(../images/discover-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 15.278vw 5vw;
}

.home-content p.discover-title {
  color: #fff;
  font-family: "Bricolage Grotesque";
  font-size: 4.167vw;
  font-weight: 500;
}



/*connect-section*/

.home-content .connect-section {
  text-align: center;
  padding: 3vw 0;
}
.home-content .connect-section > .h1 {
    margin-block-end: 0.67em;
}

.home-content .connect-section .button {
  color: #1c4960 !important;
}

.home-content .social-section {
  display: flex;
  flex-direction: row;
  gap: 2.639vw;
  margin-top: 1.875vw;
  justify-content: center;
}

/*ibtec-section*/

.home-content .ibtec-section {
  position: relative;
  width: 100%;
  min-height: 67vw;
  background-image: url(../images/slider-background-default.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.home-content .ibtec-bottom {
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 44%
  );
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 2vw 5vw 3vw 5vw;
  box-sizing: border-box;
}

.home-content .ibtec-info {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.home-content .info-top {
  color: white;
}
.home-content .info-top img.ibtec-title {
    height: 3.472vw;
}

.home-content .ibtec-text {
  width: 30.417vw;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  margin-block-start: 1em;
  margin-bottom: 2vw;
  color:#fff;
}

.home-content .info-bottom {
  display: flex;
  flex-direction: row;
  gap: 2.361vw;
}

.home-content .info-bottom a.h3 {
  color: white;
  text-decoration: none;
}

.home-content .slider-button {
  display: flex;
  gap: 2vw;
}

.home-content .prev-btn,
.home-content .next-btn {
  background: transparent;
  transform: translateY(-50%);
  padding: 0;
  cursor: pointer;
}

.home-content .ibtec-slider {
  display: flex;
  flex-direction: row;
  margin-left: 2vw;
  margin-bottom: -1vw;
  overflow: hidden;
}

.home-content .slides {
  display: flex;
  gap: 1.111vw;
  transition: transform 0.5s ease-in-out;
}

.home-content .slide {
  flex: 0 0 calc((100% / 3.15) - (1.111vw * 2 / 3.15));
  min-width: calc((100% / 3.15) - (1.111vw * 2 / 3.15));
}

.home-content .slide img {
  width: 100%;
  display: block;
}
.home-content .slide p {
  color: #f4f4f4;
  font-family: "Bricolage Grotesque";
  font-size: 1.389vw;
  font-weight: 600;
  margin-block-start: 1em;
    margin-block-end: 1em;
}


/*Mobile Responsive*/

@media only screen and (max-width: 767px) {
  .home-content .big-h1 {
    font-size: 45px;
  }
  .home-content h1, .home-content .h1 {
    font-size: 40px;
}
  .home-content h2 {
      font-size: 25px;
  }
  .home-content h3, .home-content .h3 {
    font-size: 15px;
}
  .home-content p {
      font-size: 14px;
  }
  .home-content .button {
      font-size: 15px;
  }
  .home-content .button::after {
    width: 15px;
    height: 15px;
  }

  /*Banner section*/
  section.banner-section {
    padding-top: 50px;
    flex-direction: column;
}
.home-content .banner-top {
    flex-direction: column;
}
.banner-content-btm {
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column;
}
/*card-section*/
.home-content section.card-section {
    padding-inline: 30px;
    padding-block: 50px;
    flex-direction: column;
    gap: 30px;
}
.home-content .card {
    width: 100%;
}
.home-content .card-number {
    font-size: 14px;
}
.home-content .card-bottom img {
    height: 200px;
    margin-top: 15px;
}

  /*connect-section*/
  .home-content .connect-section {
    padding: 50px 30px;
}
  /*ibtec-section*/
  .home-content .ibtec-section {
    min-height: 50lvh;
  }
.home-content .ibtec-slider {
    display: none !important;
  }
  .home-content .ibtec-info {
    width: 100%;
}
  .home-content .ibtec-text {
    width: 100%;
    font-size: 15px;
}
.home-content .ibtec-bottom {
    padding: 30px;
}
  /*discover*/
  .home-content p.discover-title {
    font-size: 30px;
}

.home-content .social-section {
    margin-top: 30px;
}
}

