/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#sec-intro {
  padding-top: 13px;
  overflow: hidden; }
  #sec-intro::before {
    position: absolute;
    inset: 0;
    background-color: #F5F5F5;
    height: 35px;
    top: unset;
    content: ''; }
  #sec-intro .bg-right {
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: -120px; }
  #sec-intro .img-content-container {
    right: 55px; }
  #sec-intro .content {
    padding-bottom: 50px; }
  #sec-intro .img-content {
    border-radius: 300px 300px 5px 5px;
    padding: 44px 24px 90px;
    max-width: 308px;
    position: absolute;
    bottom: 0;
    right: -30px;
    background-color: #F5F5F5;
    transform: translateY(50%); }
    #sec-intro .img-content p {
      color: #292828;
      font-family: "Bree Serif", serif;
      font-size: 17px;
      margin: 0;
      margin-top: 23px;
      padding-bottom: 25px;
      position: relative;
      display: flex;
      justify-content: center; }
      #sec-intro .img-content p::before {
        position: absolute;
        bottom: 0;
        content: '';
        height: 3px;
        background-color: #76D0EA;
        width: 71px; }
  @media screen and (max-width: 1550px) {
    #sec-intro .bg-right {
      max-width: 550px !important; } }
  @media screen and (max-width: 1025px) {
    #sec-intro {
      padding-top: 80px; }
      #sec-intro::before {
        height: 100px; }
      #sec-intro .side-img {
        padding-bottom: 100px; }
      #sec-intro .bg-right {
        max-width: 475px !important; }
      #sec-intro.sec-reverse .img-content-container {
        right: 0; } }
  @media screen and (min-width: 1025px) {
    #sec-intro {
      padding-top: 70px;
      overflow: visible; }
      #sec-intro .img-content {
        bottom: 0;
        left: -50px;
        transform: translateY(0); }
      #sec-intro .img-content-container {
        right: 0;
        top: 0; }
      #sec-intro .bg-right {
        bottom: 35px;
        right: 0; }
      #sec-intro.sec-reverse {
        padding-top: 25px; }
        #sec-intro.sec-reverse .bg-right {
          right: unset;
          left: -40px;
          bottom: 0; }
        #sec-intro.sec-reverse .img-content {
          right: -50px;
          left: unset;
          padding-bottom: 30px; }
        #sec-intro.sec-reverse .rounded-img {
          border-bottom: none; } }

#sec-meet {
  background-color: #F5F5F5;
  padding: 73px 0 80px; }
  #sec-meet .card picture,
  #sec-meet .card img {
    border-radius: 30px; }
  #sec-meet .card h3 {
    margin: 22px 0;
    font-size: 30px; }
  #sec-meet .card p {
    font-size: 16px; }
  #sec-meet .card-slider .carousel .owl-nav {
    top: 105px; }
    #sec-meet .card-slider .carousel .owl-nav button {
      height: 45px;
      width: 45px; }
      #sec-meet .card-slider .carousel .owl-nav button i {
        font-size: 10px; }
  #sec-meet .card-slider .carousel .card h3 {
    margin: 16px;
    font-size: 24px; }
  #sec-meet .owl-stage-outer.owl-height {
    height: 100% !important; }
  #sec-meet .card {
    border-radius: 30px; }
  @media screen and (max-width: 620px) {
    #sec-meet .card-slider {
      max-width: 100%; } }

#sec-friends {
  background-color: #F5F5F5;
  padding: 62px 0 85px; }
  #sec-friends p {
    font-size: 16px; }
  #sec-friends .card .card-content {
    padding-top: 75px; }
    #sec-friends .card .card-content .card-icon {
      position: absolute;
      left: 50%;
      top: -16%;
      transform: translate(-50%);
      width: fit-content;
      padding: 30px 40px;
      border-radius: 250px 250px 10px 10px;
      background-color: #F5F5F5; }
    #sec-friends .card .card-content h3 {
      margin-bottom: 24px;
      margin-top: 12px;
      font-size: 30px; }
    #sec-friends .card .card-content p {
      max-width: 380px; }
  #sec-friends .owl-stage-outer.owl-height {
    height: 100% !important; }
  @media screen and (min-width: 1025px) {
    #sec-friends {
      padding: 70px 0 63px; }
      #sec-friends .card .card-content {
        padding-top: 50px; }
        #sec-friends .card .card-content .card-icon {
          top: -24%; }
        #sec-friends .card .card-content p {
          padding-bottom: 35px;
          border-bottom: 4px solid #F5F5F5; } }
  @media screen and (max-width: 1025px) {
    #sec-friends .card .card-icon picture,
    #sec-friends .card .card-icon img {
      max-width: 70px !important; }
    #sec-friends .card .card-content h3 {
      font-size: 24px; } }

section .card-slider .carousel .owl-nav {
  position: absolute;
  top: 200px;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between; }
  section .card-slider .carousel .owl-nav button {
    height: 48px;
    width: 48px;
    background-color: #76D0EA !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    border: 4px solid #FFFFFF !important; }
    section .card-slider .carousel .owl-nav button i {
      font-size: 12px;
      color: #FFFFFF; }
    section .card-slider .carousel .owl-nav button.owl-prev {
      transform: translateX(-50%); }
    section .card-slider .carousel .owl-nav button.owl-next {
      transform: translateX(50%); }

@media screen and (max-width: 620px) {
  section .card-slider {
    max-width: 375px; } }
