@font-face {
    font-family: 'GT-Walsheim-Bold';
    src: url('./fonts/GT-Walsheim-Bold-Trial-BF651b7fc737c57.otf') format('opentype'),
  }

@font-face {
    font-family: 'GT-America-Standard';
    src: url('./fonts/GT-America-Standard-Regular-Trial.otf') format('opentype'),
}

@keyframes pop {
    0% {
      transform: scale(0.95);
      opacity: 0;
    }
    50% {
      transform: scale(1.02);
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

@keyframes pop2 {
0% {
    transform: scale(0.95);
    opacity: 0.5;
}

100% {
    transform: scale(1);
    opacity: 1;
}
}

@keyframes appear {
0% {
    transform: scale(0.95) translateY(50px);
    opacity: 0;
}
100% {
    transform: scale(1) translateY(0);
    opacity: 1;
}
}

@keyframes appear2 {
    0% {
        transform: translateY(50px);
   
    }
    100% {
        transform: translateY(0);
    
    }
    }

@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }


body{
    background-image: url('sandtexture.png');
    margin: 0;
    font-family: 'GT-America-Standard', sans-serif;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    
}

h1 {
    font-family: 'GT-Walsheim-Bold', sans-serif;
    font-size: 48px;
    color: #333333;
    margin: 0;
    line-height: 52px;
}

h2 {
    font-family: 'GT-Walsheim-Bold', sans-serif;
    font-size: 48px;
    color: #333333;
    margin: 0;
    line-height: 48px;
}

p {
    font-family: 'GT-America-Standard', sans-serif;
    font-size: 18px;
    color: #454544;
    margin: 0;
}

@media (max-width: 768px) {
    .usecasestext {
        display: none;
     }
}

.klaviyoform {
    display: flex;
    flex-direction: column;
    max-width: 500px;
}

.klaviyoform p{
    margin-bottom: 0 !important;
    margin-top: 16px;
}

.klaviyoform input{
    background-color: #ffffff;
    border-radius: 8px;
    padding: 12px;
    border: solid 1px #4f806e37;
    font-family: 'GT-Walsheim-Regular', sans-serif;
    font-size: 16px;
    color: #222;
    width: calc(100% - 24px);
    margin-top: 12px;
    margin-bottom: 8px;
    }

.klaviyoform button{
    background-color: #3c3c3c;
    color: white !important;
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #3c3c3c;
    font-family: 'GT-Walsheim-Regular', sans-serif;
    font-size: 16px;
    color: #222;
    margin-top: 4px;
    margin-bottom: 8px;
    cursor: pointer;
    }


    
.klaviyoform button:disabled{
    background-color: #e0e0e0;
    border: 1px solid #dddddd;
    }

    

.titleswrapper button{
    background-color: #2aa678;
    color: white !important;
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #2aa678;
    font-family: 'GT-Walsheim-Regular', sans-serif;
    font-size: 16px;
    color: #222;
    margin-top: 4px;
    margin-bottom: 8px;
    cursor: pointer;
    }

.checkmark1 {
    width: 15px;
    margin-right: 8px;
}

.checkmarkthankyou {
    width: 50px;
    margin-bottom: 22px;
}


.checkmark2 {
    width: 30px;
}


.calendaricon {
    width: 32px;
    margin-right: 8px;
}

.eventdateflex {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.eventdateflex2 {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.eventdateflex2 p{
    font-family: 'GT-America-Standard', sans-serif;
    color: #222;
    font-size: 16px;
}

.eventdateflex p{
    font-family: 'GT-America-Standard', sans-serif;
    color: #222;
    font-size: 16px;
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('sandtexturetransparent.png');
    color: #333333;
    padding: 10px 20px;
    position: fixed;
    top: 0; /* Zero distance from the top */
    left: 0; /* Zero distance from the left */
    width: 100%; /* Full width */
    z-index: 1000; /* Ensure it stays on top of other elements */
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(0,0,0,.1);
    
}


.navcontainer {
    display: flex;
    max-width: 1280px;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    
}

.navbar-logo {
    width: 170px;
    transition: 0.3s;
}

.navbar-logo a {
    text-decoration: none; /* Removes underline from the link */
    color: inherit; /* Optional: Ensures the link color matches the surrounding text or specific color */
}

.navbar-logo.scrolled {
    width: 140px;
}

.navbar-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    
}

.navbar-menu li {
    padding: 0 25px;
}

.navbar-menu a {
    text-decoration: none;
    color: #333333;
    transition: color 0.3s;
    font-weight: 600;
    font-size: 14px;
}

.navbar-menu a:hover {
    color: #4F806E;
}


.login-nav {
    border-bottom: solid 1.5px #333;
    transition: border-color 0.3s ease-in-out;

}

.login-nav:hover {
    border-bottom: solid 1.5px #4F806E;
}
  


.imagewelcome {
    display: none;
    width: 270px;
    margin-bottom: 2rem;
}

.imagewelcomethankyou {
    width: 240px;
}

.section2 {
margin-bottom: 7rem;
}

#title1 {
    animation: pop2 0.5s;
}

#subtitle1 {
    animation: pop2 0.5s forwards 0.1s;
    visibility: hidden; /* Initially hidden */
    opacity: 0; /* Start with opacity 0 to be consistent with the keyframe */
    animation-fill-mode: forwards; /* Ensure styles applied at the end of the animation are maintained */
    visibility: visible; /* Make the div visible when the animation starts */
}

#title2 {
    will-change: transform;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
    transform-style: preserve-3d;
    transition: transform 0.1s; /* Smooth transition for the transform */
  }

.titleswrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.titleswrapper p{
    max-width: 660px;
    text-align: center;
    margin-bottom: 1.5rem;
}

.titleswrapper h1{
    max-width: 1280px;
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.titleswrapper h2{
    max-width: 900px;
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.titleswrapper1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
}

.titleswrapper1 p{
    max-width: 660px;
    text-align: center;
    margin-bottom: 1.5rem;
}

.titleswrapper1 h1{
    max-width: 1280px;
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.titleswrapper1 h2{
    max-width: 900px;
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.titleswrapperleft {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 16px;
}

.titleswrapperleft p{
    max-width: 500px;
}

.titleswrapperleft h2{
    max-width: 500px;
    margin-bottom: 1.5rem;
    font-weight: 700;
}


.maintitlewrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 16px;
    margin-bottom: 4rem;
    margin-top: 100px;
    
}

.maintitlewrapperthankyou {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 16px;
    margin-bottom: 0rem;
    margin-top: 40px;
    
}

.principalwelcome {
    position: absolute;
    width: 652px;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.maintitlewrapper p{
    max-width: 500px;
}

.maintitlewrapper h1{
    max-width: 580px;
    margin-bottom: 1.5rem;
    font-weight: 700;
}


.button-container {
    display: flex;
    gap: 16px;
    justify-content: center;
    text-align: center;
}

.getstartedbutton {
    padding: 12px 30px; /* Add some padding inside the button */
    font-size: 16px; /* Set the font size */
    color: #fff; /* Set the text color */
    background-color: #4F806E;
    border: solid 2px #4F806E;
    border-radius: 100px; /* Optionally round the corners */
    cursor: pointer; /* Change mouse cursor on hover */
    transition: background-color 0.3s; /* Smooth transition for background color */
    box-shadow: 5px 5px 30px 5px rgba(0,0,0,0.1);
    font-size: 18px;
    animation-name: fadeInUp;
    animation-duration: 1s; /* Adjust duration to control the speed */
    animation-fill-mode: both; /* Retain the final keyframe state */
    animation-delay: 0.2s;
}



.usecasesbutton {
    display: none;
    padding: 12px 30px; /* Add some padding inside the button */
    font-size: 16px; /* Set the font size */
    color: #4F806E; /* Set the text color */
    background-color: transparent; /* Set the background color */
    border: solid 2px #4F806E;
    border-radius: 100px; /* Optionally round the corners */
    cursor: pointer; /* Change mouse cursor on hover */
    transition: background-color 0.3s; /* Smooth transition for background color */
    font-size: 18px;
    animation-name: fadeInUp;
    animation-duration: 1.4s; /* Adjust duration to control the speed */
    animation-fill-mode: both; /* Retain the final keyframe state */
    animation-delay: 0.2s;
}

.getstartedbutton:hover {
    background: transparent; /* Set the background color */
    color: #4F806E;
    border: solid 2px #4F806E;
}

.usecasesbutton:hover {
    color: #fff; /* Set the text color */
    background-color: #4F806E; /* Set the background color */
}

.imgprincipal {
    max-width: 100%; /* Image can be a maximum of 100% of its container width */
    height: auto; /* Image height will scale automatically */
    border-radius: 20px;
    box-shadow: 0 16px 128px rgba(0,0,0,.2), 0 1px 1px rgba(0,0,0,.1);
}


#imgprincipal {
animation: appear 0.5s; /* Use 'forwards' to retain the last frame state */
visibility: hidden; /* Initially hidden */
opacity: 0; /* Start with opacity 0 to be consistent with the keyframe */
animation-fill-mode: forwards; /* Ensure styles applied at the end of the animation are maintained */
visibility: visible; /* Make the div visible when the animation starts */
}

  
#video {
    animation: pop 0.4s ease-out 1.5s forwards; /* Use 'forwards' to retain the last frame state */
    visibility: hidden; /* Initially hidden */
    opacity: 0; /* Start with opacity 0 to be consistent with the keyframe */
    animation-fill-mode: forwards; /* Ensure styles applied at the end of the animation are maintained */
    visibility: visible; /* Make the div visible when the animation starts */
}

.video {
    position: absolute;
    top: -40px;
    max-width: 72%;
    box-shadow: 0 16px 128px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 20px;
}



  


.imgprincipalwrapper {
    position: relative;
    max-width: 1280px;
    display: flex;
    justify-content: center; 
    margin: 0 auto;
    margin-top: 7rem;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 10rem;
}

.title2 {
    margin-bottom: 2rem;
    transform: translateY(35px)
}

.carouselwrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 11rem;
    
}

.carousel {
    display: flex;
    height: 70vw; /* Set the height to the viewport height */
    max-height: 650px;
    overflow-x: auto;
    overflow-y: hidden; /* Hide vertical scrollbar */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    gap: 20px;
    
}

.imgcarousel {
    border-radius: 0px;
    
}


.shapesleft {
    display: flex;
    width: 67%;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
   
}

.shapesright {
    width: 33%;
   
}

.shapescontainer {
    display: flex;
    justify-content: center;
    gap: 16px;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 5rem;
    margin-bottom: 7rem;
    padding-left: 16px;
    padding-right: 16px;
}

.shape1 {
    position: relative;
    padding: 25px;
    width: calc(100% - 50px);
    height: 400px;
    /* background: linear-gradient(to top right, #4F806E, #4f806e86, #eed6b9ba, #EED6B9); */
    background: linear-gradient(to top right, #22222205, #efefef, #ffffffba, #ffffff66);
    border-radius: 32px;
    overflow: hidden;
   
}

.shape1 h2 {
    font-size: 30px;
    color: #222;
}

.shape1 p {
    max-width: 500px;
    color: #222;
}

.img1shape1 {
    width: 671px;
    position: absolute;
    left: 38px;
    bottom: -64px;
    border-radius: 31px;
    transform: translateY(280px);
    transition: transform 1.5s; /* Delay the opacity and transform changes */
  }
  
  .img1shape1.start-animation {
    transform: translateY(0);
  }



.imgfilters {
    width: 265px;
    position: absolute;
    right: 50px;
    bottom: 37px;
    border-radius: 28px;
    box-shadow: 5px 5px 30px 5px rgba(0,0,0,0.1);
    opacity: 0;
    /* transform: scale(0.95) translateY(50px);
    transition: opacity 0s , transform 0.5s ; */
  }
  
  .imgfilters.start-animation {
    opacity: 1;
    transform: scale(1) translateY(0);
  }

.shape2 {
    position: relative;
    padding: 25px;
    width: 77%;
    height: 265px;
    /* background: linear-gradient(to bottom left, #4F806E, #4f806e86, #eed6b9ba, #EED6B9); */
    background: linear-gradient(to top right, #22222205, #efefef, #ffffffba, #ffffff66);
    border-radius: 32px;
    overflow: hidden;
    
}

.shape2 h2 {
    font-size: 30px;
    color: #222;
}

.shape2 p {
    max-width: 300px;
    color: #222;
}

.img1shape2 {
    position: absolute;
    width: 247px;
    bottom: -156px;
    border-radius: 32px;
    right: 55px;
    box-shadow: 5px 5px 30px 5px rgba(0,0,0,0.1);
    transform: translateY(280px);
    transition: transform 1.5s; /* Delay the opacity and transform changes */
  }
  
  .img1shape2.start-animation {
    transform: translateY(0);
  }


.shape3 {
    position: relative;
    padding: 25px;
    width: 100%;
    height: 700px;
    /* background: linear-gradient(to bottom right, #4F806E, #4f806e86, #eed6b9ba, #EED6B9); */
    background: linear-gradient(to top right, #ffffff, #efefef, #ffffffba, #ffffff66);
    border-radius: 32px;
    transform: translateY(-85px);
}

.shape3 h2 {
    font-size: 30px;
    color: #222;
}

.shape3 p {
    max-width: 500px;
    color: #222;
}


.img1shape3 {
    position: absolute;
    top: 180px;
    left: 65px;
    width: 300px;
    border-radius: 18px;
    box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    rotate: 2deg;
    transform: scale(0.95) translateY(50px);
    transition: opacity 0s , transform 1s ; /* Delay the opacity and transform changes */
  }
  
  .img1shape3.start-animation {
    opacity: 1;
    transform: scale(1) translateY(0);
  }


.img1shape3title {
    position: absolute;
    top: 170px;
    right: 45px;
    width: 165px;
    border-radius: 16px;
    box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1); 
    transform: scale(0.95) translateY(50px);
    transition: opacity 0s , transform 1s ; /* Delay the opacity and transform changes */
  }
  
  .img1shape3title.start-animation {
    opacity: 1;
    transform: scale(1) translateY(0);
  }


.img2shape3 {
    position: absolute;
    bottom: 279px;
    right: 70px;
    width: 300px;
    border-radius: 18px;
    box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    rotate: -1deg;
    transform: scale(0.95) translateY(50px);
    opacity: 0;
    transition: opacity 0s 0.1s, transform 1s 0.1s; /* Delay the opacity and transform changes */
  }
  
  .img2shape3.start-animation {
    opacity: 1;
    transform: scale(1) translateY(0);
  }


.img2shape3title {
    position: absolute;
    bottom: 255px;
    left: 45px;
    width: 165px;
    border-radius: 18px;
    box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    transform: scale(0.95) translateY(50px);
    opacity: 0;
    transition: opacity 0s 0.1s, transform 1s 0.1s; /* Delay the opacity and transform changes */
  }
  
  .img2shape3title.start-animation {
    opacity: 1;
    transform: scale(1) translateY(0);
  }


.img3shape3 {
    position: absolute;
    bottom: 79px;
    left: 61px;
    width: 300px;
    border-radius: 18px;
    box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    rotate: 2deg;
    transform: scale(0.95) translateY(50px);
    opacity: 0;
    transition: opacity 0s 0.2s, transform 1s 0.2s; /* Delay the opacity and transform changes */
  }
  
  .img3shape3.start-animation {
    opacity: 1;
    transform: scale(1) translateY(0);
  }


.img3shape3title {
    position: absolute;
    bottom: 153px;
    right: 45px;
    width: 165px;
    border-radius: 18px;
    box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    transform: scale(0.95) translateY(50px);
    opacity: 0;
    transition: opacity 0s 0.2s, transform 1s 0.2s; /* Delay the opacity and transform changes */
  }
  
  .img3shape3title.start-animation {
    opacity: 1;
    transform: scale(1) translateY(0);
  }

.instrumentswrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 7rem;
}

.instruments {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.instrument1 {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transition-delay: 0s; /* Add a delay here */

}

.instrument1 p {
    background-color: #4F806E !important;
    color: white !important;
}

.instrument1.is-visible {
    opacity: 1;
}

.instrument2 {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transition-delay: 0.1s; /* Add a delay here */
}

.instrument2.is-visible {
    opacity: 0.5;
}

.instrument3 {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transition-delay: 0.2s; /* Add a delay here */
}

.instrument3.is-visible {
    opacity: 0.5;
}

.instrument4 {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transition-delay: 0.3s; /* Add a delay here */
}

.instrument4.is-visible {
    opacity: 0.5;
}

.instrument5 {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transition-delay: 0.4s; /* Add a delay here */
}

.instrument5.is-visible {
    opacity: 0.5;
}

.instrument6 {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transition-delay: 0.5s; /* Add a delay here */
}

.instrument6.is-visible {
    opacity: 0.5;
}


.instruments p{
    border: solid 1px #C7DFD6;
    border-radius: 100px;
    margin: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    color: #4F806E;
    font-size: 16px;
    
}

.instrumentsrow1 {
    display: flex;
    gap: 4px;
    margin: 0 auto;
}


.instrumentsrow2 {
    display: flex;
    gap: 4px;
    margin: 0 auto;
}


.lastimgwrapper {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    height: 500px;
}

.lastsection {
    padding-right: 16px;
    padding-left: 16px;
}
   

.lastimg {
    position: absolute;
    top: 246px;
    width: 100%;
    height: auto;
    z-index: -1;
    border-radius: 32px;
    box-shadow: 0 20px 200px rgba(79, 128, 110, 0.5), /* Main shadow */
                0 4px 12px rgba(79, 128, 110, 0.3);
    transition: transform 0.1s ease-out;
}


.footer {
    display: flex;
    flex-direction: column;
    background-image: url('sandtexture.png');
    
}

.footertop {
    padding-top: 96px;
    padding-bottom: 80px;
    max-width: 50ch;
    margin: 0 auto;
    
}

.footertitle {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transition-delay: 0.3s; /* Add a delay here */
}

.footertitle.is-visible {
    opacity: 1;
}


.footerbottom {
    display: flex;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    height: 200px;
    align-items: end;
    padding-bottom: 75px;
    
}

.footerleft {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    padding-left: 16px;
    
}

.footerright {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    padding-right: 16px;
}



.navbar-footer a {
    text-decoration: none;
    color: #8b8c96;
    font-size: 14px;
    transition: color 0.3s;
}

.navbar-footer a:hover {
    color: #4F806E;
}

.navbar-footer {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 16px;
    
}

.footerright a {
    color: grey;
    transition: 0.3s;
}

.footerright a:hover {
    color: black;
}

.footertitle {
    margin-bottom: 36px;
}


.line-container {
    position: absolute;
    top: 105px;
    left: -17px;
    width: 100%;
    height: 100%;
    max-width: 330px;
    z-index: -1;
}


.circle-container-wrapper {
    position: relative;
}

.circle-container {
    position: absolute;
    top: -33px;
    right: -18px;
    width: 100%;
    height: 100%;
    max-width: 330px;
    z-index: -1;
}

@media (max-width: 768px) {
    .circle-container {
        display: none;
    }

    .imagewelcome {
        display: block;
    }
}

    

@media (max-width: 1170px) {
    .principalwelcome {
        display: none;
    }
}




.logohome {
    width:200px;
}

.cardsflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
}

.cardsflexthankyou {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
    margin-top: 44px;
}

.cardswrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: start;
    height: 145px;
    width: 300px;
    min-width: 300px;
    padding: 18px;
    background-color: transparent;
    border: solid 1px #4f806e39;
    border-radius: 8px;
    gap: 12px;
}

.cardswrapper p{
    text-align: start;
}


/* Spinner */

.spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin:auto auto;
    }
  
    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 

.subtitlep {
    font-size: 16px;
    margin-bottom: 22px;
}

.lastsubtitle p {
    max-width: 500px;
}

.fa-discord::before {
    padding: 6px;
    
    color: #4f806e;
    font-size: 24px;

}

.fa-discord {
    margin-top: 4px;
}

.cardswrapper p a {
    color: #4f806e;
}