@import url("https://fonts.googleapis.com/css?family=Poppins:400,300,500,600");
@media only screen and (max-width: 480px) and (min-width: 320px) {
  #products {
    max-width: 480px;
    margin: auto;
    /* width: 100%;  */
    height: calc(100vh - var(--nav-height));
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }
  .productsTitle {
    color: var(--blue);
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    font-weight: bolder;
    user-select: none; }
  .productsGrid {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    height: 60%;
    justify-items: center; }
  .gridProduct {
    height: 90%;
    width: 65%;
    background-color: var(--dark-gray);
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    box-shadow: 7px 10px 11px 0 rgba(0, 0, 0, 0.5);
    user-select: none; }
  .productsGrid .gridProduct:not(:first-child) {
    display: none; }
  .gridProduct {
    margin-top: 10%; }
  .gridProduct > span {
    margin-top: 10%; }
  #products > button {
    width: 100vw;
    margin: auto;
    height: 44px; }
  .scrollDots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin-top: 5% !important; }
  .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white; }
  .dot:first-child {
    background-color: var(--green); }
  .gridProduct img {
    width: 167px;
    height: 35px;
    /*This is for second child */
    margin: auto;
    user-select: none; }
  .gridProduct:nth-child(2) img {
    width: 167px;
    height: 53px; }
  .gridProduct:nth-child(3) img {
    width: 75px;
    height: 91px; }
  .gridProduct:nth-child(4) img {
    width: 167px;
    height: 56px; }
  .gridProduct span {
    color: var(--white);
    font-size: 25px;
    margin: auto;
    margin-bottom: 55px;
    user-select: none;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 38px;
    user-select: none; }
  .gridProduct p {
    /* margin: auto; */
    text-align: left;
    /* text-align: ; */
    color: var(--white);
    margin: 0px 15px;
    margin-bottom: 20px;
    /* align-self: center; */
    user-select: none;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    user-select: none; }
  .gridProduct > a {
    text-align: center; }
  .gridProduct button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    height: 34px;
    width: 90%;
    background-color: var(--green);
    color: var(--white); }
  .gridProduct button:hover {
    background-color: var(--blue); }
  #products > button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    display: block;
    height: 34px;
    width: 280px;
    background-color: var(--blue);
    color: var(--white);
    margin-left: auto;
    margin-bottom: auto;
    margin-right: 90px; }
  #products > button:hover {
    background-color: #28a9ca; } }

@media only screen and (max-width: 768px) and (min-width: 481px) {
  #products {
    max-width: 768px;
    margin: auto;
    width: 100%;
    height: calc(100vh - var(--nav-height)); }
  .productsTitle {
    color: var(--blue);
    font-size: 70px;
    font-weight: bolder;
    display: block;
    text-align: center;
    height: 106px;
    user-select: none; }
  .productsGrid {
    display: grid;
    grid-template-rows: 2fr;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    height: calc(85vh - var(--nav-height));
    gap: 6%; }
  .gridProduct {
    height: 100%;
    width: 75%;
    background-color: var(--dark-gray);
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    box-shadow: 7px 10px 11px 0 rgba(0, 0, 0, 0.5);
    user-select: none; }
  .gridProduct img {
    width: 167px;
    height: 35px;
    /*This is for second child */
    margin: auto;
    user-select: none; }
  .gridProduct:nth-child(2) img {
    width: 167px;
    height: 53px; }
  .gridProduct:nth-child(3) img {
    width: 75px;
    height: 91px; }
  .gridProduct:nth-child(4) img {
    width: 167px;
    height: 56px; }
  .gridProduct:nth-child(odd) {
    margin-left: auto; }
  .gridProduct:nth-child(even) {
    margin-right: auto; }
  .gridProduct span {
    color: var(--white);
    font-size: 25px;
    margin: auto;
    margin-bottom: 55px;
    user-select: none;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 38px;
    user-select: none; }
  .gridProduct p {
    /* margin: auto; */
    text-align: left;
    /* text-align: ; */
    color: var(--white);
    margin: 0px 15px;
    margin-bottom: 20px;
    /* align-self: center; */
    user-select: none;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    user-select: none; }
  .gridProduct > a {
    text-align: center; }
  .gridProduct button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    height: 34px;
    width: 90%;
    background-color: var(--green);
    color: var(--white); }
  .gridProduct button:hover {
    background-color: var(--blue); }
  #products > button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    display: block;
    height: 34px;
    width: 280px;
    background-color: var(--blue);
    color: var(--white);
    margin: auto; }
  #products > button:hover {
    background-color: #28a9ca; }
  .scrollDots {
    display: none; } }

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  #products {
    max-width: 768px;
    margin: auto;
    width: 100%;
    height: calc(100vh - var(--nav-height)); }
  .productsTitle {
    color: var(--blue);
    font-size: 70px;
    font-weight: bolder;
    display: block;
    text-align: center;
    height: 106px;
    user-select: none; }
  .productsGrid {
    display: grid;
    grid-template-rows: 2fr;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    height: calc(85vh - var(--nav-height));
    gap: 6%; }
  .gridProduct {
    width: 75%;
    background-color: var(--dark-gray);
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    box-shadow: 7px 10px 11px 0 rgba(0, 0, 0, 0.5);
    user-select: none; }
  .gridProduct img {
    width: 167px;
    height: 35px;
    /*This is for second child */
    margin: auto;
    user-select: none; }
  .gridProduct:nth-child(2) img {
    width: 167px;
    height: 53px; }
  .gridProduct:nth-child(3) img {
    width: 75px;
    height: 91px; }
  .gridProduct:nth-child(4) img {
    width: 167px;
    height: 56px; }
  .gridProduct:nth-child(odd) {
    margin-left: auto; }
  .gridProduct:nth-child(even) {
    margin-right: auto; }
  .gridProduct span {
    color: var(--white);
    font-size: 25px;
    margin: auto;
    margin-bottom: 55px;
    user-select: none;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 38px;
    user-select: none; }
  .gridProduct p {
    /* margin: auto; */
    text-align: left;
    /* text-align: ; */
    color: var(--white);
    margin: 0px 15px;
    margin-bottom: 20px;
    /* align-self: center; */
    user-select: none;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    user-select: none; }
  .gridProduct > a {
    text-align: center; }
  .gridProduct button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    height: 34px;
    width: 90%;
    background-color: var(--green);
    color: var(--white); }
  .gridProduct button:hover {
    background-color: var(--blue); }
  #products > button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    display: block;
    height: 34px;
    width: 280px;
    background-color: var(--blue);
    color: var(--white);
    margin: auto; }
  #products > button:hover {
    background-color: #28a9ca; }
  .scrollDots {
    display: none; } }

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  #products {
    max-width: 1200px;
    margin: auto;
    /* width: 100%;  */
    height: calc(100vh - var(--nav-height));
    scroll-snap-align: end;
    -webkit-scroll-snap-align: end; }
  .productsTitle {
    color: var(--blue);
    font-size: 70px;
    font-weight: bolder;
    margin-left: 50px; }
  .productsGrid {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    height: calc(100vh - var(--nav-height) - 220px);
    margin-top: 3%; }
  .gridProduct {
    height: 90%;
    width: 95%;
    background-color: var(--dark-gray);
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    box-shadow: 7px 10px 11px 0 rgba(0, 0, 0, 0.5);
    user-select: none; }
  .gridProduct img {
    width: 167px;
    height: 35px;
    /*This is for second child */
    margin: auto;
    user-select: none; }
  .gridProduct:nth-child(2) img {
    width: 167px;
    height: 53px; }
  .gridProduct:nth-child(3) img {
    width: 75px;
    height: 91px; }
  .gridProduct:nth-child(4) img {
    width: 167px;
    height: 56px; }
  .gridProduct span {
    color: var(--white);
    font-size: 25px;
    margin: auto;
    margin-bottom: 55px;
    user-select: none;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 38px; }
  .gridProduct p {
    /* margin: auto; */
    text-align: left;
    /* text-align: ; */
    color: var(--white);
    margin: 0px 15px;
    margin-bottom: 20px;
    /* align-self: center; */
    user-select: none;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300; }
  .gridProduct > a {
    text-align: center; }
  .gridProduct button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    height: 34px;
    width: 90%;
    background-color: var(--green);
    color: var(--white); }
  .gridProduct button:hover {
    background-color: var(--blue); }
  #products > button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    display: block;
    height: 34px;
    width: 280px;
    background-color: var(--blue);
    color: var(--white);
    margin-left: auto;
    margin-bottom: auto;
    margin-right: 90px; }
  #products > button:hover {
    background-color: #28a9ca; }
  .scrollDots {
    display: none; }
  #productsNavbar {
    display: none; } }

@media only screen and (min-width: 1201px) {
  #products {
    max-width: 1500px;
    margin: auto;
    /* width: 100%;  */
    height: calc(100vh - var(--nav-height));
    scroll-snap-align: end;
    -webkit-scroll-snap-align: end; }
  .productsTitle {
    color: var(--blue);
    font-size: 70px;
    font-weight: bolder;
    margin-left: 50px; }
  .productsGrid {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    height: calc(100vh - var(--nav-height) - 220px);
    margin-top: 3%; }
  .gridProduct {
    height: 90%;
    width: 65%;
    background-color: var(--dark-gray);
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    box-shadow: 7px 10px 11px 0 rgba(0, 0, 0, 0.5);
    user-select: none; }
  .gridProduct img {
    width: 167px;
    height: 35px;
    /*This is for second child */
    margin: auto;
    user-select: none; }
  .gridProduct:nth-child(2) img {
    width: 167px;
    height: 53px; }
  .gridProduct:nth-child(3) img {
    width: 75px;
    height: 91px; }
  .gridProduct:nth-child(4) img {
    width: 167px;
    height: 56px; }
  .gridProduct span {
    color: var(--white);
    font-size: 25px;
    margin: auto;
    margin-bottom: 55px;
    user-select: none;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 38px; }
  .gridProduct p {
    /* margin: auto; */
    text-align: left;
    /* text-align: ; */
    color: var(--white);
    margin: 0px 15px;
    margin-bottom: 20px;
    /* align-self: center; */
    user-select: none;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300; }
  .gridProduct > a {
    text-align: center; }
  .gridProduct button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    height: 34px;
    width: 90%;
    background-color: var(--green);
    color: var(--white); }
  .gridProduct button:hover {
    background-color: var(--blue); }
  #products > button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    display: block;
    height: 34px;
    width: 280px;
    background-color: var(--blue);
    color: var(--white);
    margin-left: auto;
    margin-bottom: auto;
    margin-right: 90px; }
  #products > button:hover {
    background-color: #28a9ca; }
  .scrollDots {
    display: none; }
  #productsNavbar {
    display: none; } }

@media only screen and (max-width: 480px) and (min-width: 320px) {
  #features {
    max-width: 480px;
    margin: auto;
    height: calc(100vh - var(--nav-height)); }
  #features > span {
    color: var(--blue);
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    display: block;
    user-select: none; }
  .featuresGrid {
    display: flex;
    flex-direction: column;
    height: calc(100vh - var(--nav-height) - 60px);
    position: relative;
    justify-content: space-evenly; }
  .featureItem {
    display: flex;
    flex-direction: column;
    gap: 5%;
    height: 24%;
    width: 85%;
    background: rgba(17, 17, 19, 0.03);
    border-radius: 18px;
    box-shadow: -3px -3px 4px rgba(143, 206, 81, 0.1), 4px 4px 5px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(50px);
    margin: 0 auto; }
  .featureItem > img {
    background: transparent;
    align-self: flex-end;
    margin-right: 15px;
    width: 16px; }
  .featureItemTitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: var(--white);
    background: transparent;
    letter-spacing: 0.04em;
    margin-left: 15px;
    margin-top: 5%;
    user-select: none; }
  .featureItemDesc {
    background: transparent;
    color: var(--white);
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 25px;
    margin-left: 15px;
    user-select: none; }
  .featureItem:nth-child(odd) {
    justify-self: end; }
  .featureItem:nth-child(even) {
    justify-self: start; }
  .featuresGif {
    width: 95% !important;
    height: 2px;
    align-self: center;
    margin-right: 0% !important; }
  .lineAnimationContainer {
    width: 80%;
    height: 4px;
    background: transparent;
    align-self: center;
    position: absolute;
    bottom: 10px; }
  .lineAnimation {
    background-color: #8fce51;
    width: 4px;
    height: 4px;
    margin: auto;
    border-radius: 12px;
    margin-bottom: 2%;
    transition: width 0.3s ease-out; }
  .featureItem:hover .lineAnimation {
    width: 250px;
    height: 2px; } }

@media only screen and (max-width: 768px) and (min-width: 481px) {
  #features {
    max-width: 768px;
    margin: auto;
    height: calc(100vh - var(--nav-height)); }
  #features > span {
    color: var(--blue);
    text-align: center;
    font-size: 70px;
    font-weight: 600;
    display: block;
    user-select: none; }
  .featuresGrid {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: calc(100vh - var(--nav-height) - 106px);
    position: relative; }
  .featureItem {
    display: flex;
    flex-direction: column;
    gap: 5%;
    height: 24%;
    width: 60%;
    background: rgba(17, 17, 19, 0.03);
    border-radius: 18px;
    box-shadow: -3px -3px 4px rgba(143, 206, 81, 0.1), 4px 4px 5px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(50px);
    margin: auto;
    position: relative; }
  .featureItem:nth-child(odd) {
    justify-self: end; }
  .featureItem:nth-child(even) {
    justify-self: start; }
  .featureItemTitle {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: var(--white);
    background: transparent;
    letter-spacing: 0.04em;
    align-self: center;
    margin-top: 10%;
    user-select: none; }
  .featureItemDesc {
    background: transparent;
    color: var(--white);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    margin-left: 15px;
    user-select: none; }
  .featureItem > img {
    background: transparent;
    align-self: flex-end;
    margin-right: 15px; }
  .featuresGif {
    width: 95% !important;
    height: 2px;
    align-self: center;
    margin-right: 0% !important; }
  .lineAnimationContainer {
    width: 80%;
    height: 4px;
    background: transparent;
    align-self: center;
    position: absolute;
    bottom: 10px; }
  .lineAnimation {
    background-color: #8fce51;
    width: 4px;
    height: 4px;
    margin: auto;
    border-radius: 12px;
    margin-bottom: 2%;
    transition: width 0.3s ease-out; }
  .featureItem:hover .lineAnimation {
    width: 250px;
    height: 2px; } }

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  #features {
    max-width: 1024px;
    margin: auto;
    height: calc(100vh - var(--nav-height)); }
  #features > span {
    color: var(--blue);
    text-align: center;
    font-size: 70px;
    font-weight: 600;
    display: block;
    user-select: none; }
  .featuresGrid {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: calc(100vh - var(--nav-height) - 106px);
    position: relative; }
  .featureItem {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5%;
    height: 24%;
    width: 60%;
    background: rgba(17, 17, 19, 0.03);
    border-radius: 18px;
    box-shadow: -3px -3px 4px rgba(143, 206, 81, 0.1), 4px 4px 5px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(50px);
    margin: auto; }
  .featureItem:nth-child(odd) {
    justify-self: end; }
  .featureItem:nth-child(even) {
    justify-self: start; }
  .featureItemTitle {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: var(--white);
    background: transparent;
    letter-spacing: 0.04em;
    align-self: center;
    margin-top: 5%;
    user-select: none; }
  .featureItemDesc {
    background: transparent;
    color: var(--white);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    margin-left: 15px;
    width: 80%;
    align-self: center;
    text-align: center;
    user-select: none; }
  .featureItem > img {
    background: transparent;
    align-self: flex-end;
    margin-right: 15px; }
  .featuresGif {
    width: 95% !important;
    height: 2px;
    align-self: center;
    margin-right: 0% !important; }
  .lineAnimationContainer {
    width: 80%;
    height: 4px;
    background: transparent;
    align-self: center;
    position: absolute;
    bottom: 10px; }
  .lineAnimation {
    background-color: #8fce51;
    width: 4px;
    height: 4px;
    margin: auto;
    border-radius: 12px;
    margin-bottom: 2%;
    transition: width 0.3s ease-out; }
  .featureItem:hover .lineAnimation {
    width: 250px;
    height: 2px; } }

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  #features {
    max-width: 1200px;
    margin: auto;
    height: calc(100vh - var(--nav-height));
    scroll-snap-align: end;
    -webkit-scroll-snap-align: end; }
  #features > span {
    color: var(--blue);
    margin-left: 50px;
    font-size: 70px;
    font-weight: 800;
    background: transparent; }
  .featuresGrid {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    height: calc(100vh - var(--nav-height) - 200px);
    position: relative;
    row-gap: 15%;
    column-gap: 6%;
    margin-top: 3%; }
  .featureItem {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 75%;
    background: rgba(17, 17, 19, 0.03);
    border-radius: 18px;
    box-shadow: -3px -3px 4px rgba(143, 206, 81, 0.1), 4px 4px 5px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(50px); }
  .featureItem:nth-child(odd) {
    justify-self: end; }
  .featureItem:nth-child(even) {
    justify-self: start; }
  .featureItemTitle {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 60px;
    color: var(--white);
    background: transparent;
    letter-spacing: 0.04em;
    align-self: center;
    margin-top: 4%; }
  .featureItemDesc {
    background: transparent;
    color: var(--white);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    margin-left: 15px;
    width: 80%;
    align-self: center;
    text-align: center; }
  .featureItem:last-child .featureItemDesc {
    width: 60%; }
  .featureItem > img {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: transparent; }
  .featuresGif {
    display: none; }
  .lineAnimationContainer {
    width: 80%;
    height: 4px;
    background: transparent;
    align-self: center;
    position: absolute;
    bottom: 10px; }
  .lineAnimation {
    background-color: #8fce51;
    width: 4px;
    height: 4px;
    margin: auto;
    border-radius: 12px;
    margin-bottom: 2%;
    transition: width 0.3s ease; }
  .featureItem:hover .lineAnimation {
    width: 322px;
    height: 2px; } }

@media only screen and (min-width: 1201px) {
  #features {
    max-width: 1500px;
    margin: auto;
    height: 90dvh;
    scroll-snap-align: end;
    -webkit-scroll-snap-align: end; }
  #features > span {
    color: var(--blue);
    margin-left: 50px;
    font-size: 70px;
    font-weight: 800;
    background: transparent; }
  .featuresGrid {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    height: calc(100vh - var(--nav-height) - 200px);
    position: relative;
    row-gap: 15%;
    column-gap: 6%;
    margin-top: 3%; }
  .featureItem {
    display: flex;
    flex-direction: column;
    gap: 8%;
    width: 75%;
    background: rgba(17, 17, 19, 0.03);
    border-radius: 18px;
    box-shadow: -3px -3px 4px rgba(143, 206, 81, 0.1), 4px 4px 5px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(50px);
    position: relative; }
  .featureItem:nth-child(odd) {
    justify-self: end; }
  .featureItem:nth-child(even) {
    justify-self: start; }
  .featureItemTitle {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 60px;
    color: var(--white);
    background: transparent;
    letter-spacing: 0.04em;
    align-self: center;
    margin-top: 4%; }
  .featureItemDesc {
    background: transparent;
    color: var(--white);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    margin-left: 15px;
    width: 80%;
    align-self: center;
    text-align: center; }
  .featureItem:last-child .featureItemDesc {
    width: 60%; }
  .featureItem > img {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: transparent; }
  .featuresGif {
    display: none; }
  .lineAnimationContainer {
    width: 80%;
    height: 4px;
    background: transparent;
    align-self: center;
    position: absolute;
    bottom: 10px; }
  .lineAnimation {
    background-color: #8fce51;
    width: 4px;
    height: 4px;
    margin: auto;
    border-radius: 12px;
    margin-bottom: 2%;
    transition: width 0.3s ease-out; }
  .featureItem:hover .lineAnimation {
    width: 322px;
    height: 2px; } }

@media only screen and (max-width: 480px) and (min-width: 320px) {
  #roadmap {
    max-width: 1500px;
    margin: auto;
    height: calc(100dvh - var(--nav-height));
    width: 100%;
    display: flex;
    flex-direction: column; }
  #roadmapTitle {
    color: white;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.1px;
    height: max-content;
    align-self: center; }
  .roadmapContentContainer {
    height: 92%;
    width: 93%;
    margin: auto;
    margin-top: 0px; }
  .quarterSection {
    height: 25%;
    width: 100%;
    display: flex; }
  .quarterText {
    display: none; }
  .quarterTextImgFirstSection, .quarterTextImgSecondSection, .quarterTextImgThirdSection, .quarterTextImgFourthSection {
    width: 14px;
    margin: auto 5px; }
  .quarterHorizontalLineItemsSection {
    flex-grow: 1;
    height: 100%;
    display: flex; }
    .quarterHorizontalLineItemsSection .horizontalLinePassedTime {
      width: 6px;
      height: 100%;
      background-color: #333333; }
    .quarterHorizontalLineItemsSection .horizontalLineNormal {
      width: 6px;
      height: 100%;
      background-color: #5C5C5C; }
    .quarterHorizontalLineItemsSection .roadmapStickWrapper {
      width: fit-content;
      position: relative; }
      .quarterHorizontalLineItemsSection .roadmapStickWrapper img {
        position: absolute;
        top: -7px;
        left: -6px; }
      .quarterHorizontalLineItemsSection .roadmapStickWrapper img.bottomStick {
        position: absolute;
        bottom: -7px;
        left: -6px;
        top: unset; }
  .quarterItemSquareTextContainer {
    display: flex;
    align-items: center;
    gap: 35px; }
  .quarterSquareWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    width: 15px; }
  .quarterSquare {
    display: inline-block;
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
    background-color: #8FCE51; }
  .quarterItemText {
    font-size: 12px;
    font-style: normal;
    font-weight: 275;
    line-height: 31px; }
  .quarterItemTextPassed {
    font-size: 12px;
    font-style: normal;
    font-weight: 275;
    color: #D1D1D1; }
  .quarterItemTextNormal {
    font-size: 12px;
    font-style: normal;
    font-weight: 275;
    color: #FFFFFF; }
  .quarterItemSquareTextContainer:hover .quarterSquare {
    width: 10px;
    height: 10px; }
  #firstQuarterSectionLayout {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-left: 10%;
    gap: 5px; }
  #firstQuarterSectionLayout > .quarterItemSquareTextContainer:nth-child(2) .quarterItemTextPassed {
    width: 232px; }
  #secondQuarterSectionLayout {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-left: 10%;
    gap: 5px; }
  #thirdQuarterSectionLayout {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-left: 10%;
    gap: 5px; }
  #thirdQuarterSectionLayout > .quarterItemSquareTextContainer:nth-child(4) .quarterItemTextNormal {
    width: 197px; }
  #thirdQuarterSectionLayout > .quarterItemSquareTextContainer:nth-child(6) .quarterItemTextNormal {
    width: 202px; }
  #fourthQuarterSectionLayout {
    margin: auto;
    margin-left: 11%;
    display: flex;
    flex-direction: column; }
  .leftHalfFourth {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .leftHalfFourth .v2quarterItemSquareTextContainer {
      margin-left: 4px;
      display: flex;
      align-items: center;
      gap: 35px;
      height: fit-content; }
      .leftHalfFourth .v2quarterItemSquareTextContainer .quarterSquareWrapper {
        align-self: flex-start; }
      .leftHalfFourth .v2quarterItemSquareTextContainer:hover .quarterSquare {
        width: 10px;
        height: 10px; }
  .rightHalfFourth {
    display: flex;
    flex-direction: column;
    justify-content: space-between; } }

@media only screen and (max-width: 768px) and (min-width: 481px) {
  #roadmap {
    max-width: 1500px;
    margin: auto;
    height: calc(100dvh - var(--nav-height));
    width: 100%;
    display: flex;
    flex-direction: column; }
  #roadmapTitle {
    color: white;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.1px;
    height: max-content;
    align-self: center; }
  .roadmapContentContainer {
    height: 90%;
    width: 93%;
    margin: auto;
    margin-top: 3%; }
  .quarterSection {
    height: 25%;
    width: 100%;
    display: flex; }
  .quarterText {
    display: none; }
  .quarterTextImgFirstSection, .quarterTextImgSecondSection, .quarterTextImgThirdSection, .quarterTextImgFourthSection {
    width: 16px;
    margin: auto 12px; }
  .quarterHorizontalLineItemsSection {
    flex-grow: 1;
    height: 100%;
    display: flex; }
    .quarterHorizontalLineItemsSection .horizontalLinePassedTime {
      width: 6px;
      height: 100%;
      background-color: #333333; }
    .quarterHorizontalLineItemsSection .horizontalLineNormal {
      width: 6px;
      height: 100%;
      background-color: #5C5C5C; }
    .quarterHorizontalLineItemsSection .roadmapStickWrapper {
      width: fit-content;
      position: relative; }
      .quarterHorizontalLineItemsSection .roadmapStickWrapper img {
        position: absolute;
        top: -7px;
        left: -6px; }
      .quarterHorizontalLineItemsSection .roadmapStickWrapper img.bottomStick {
        position: absolute;
        bottom: -7px;
        left: -6px;
        top: unset; }
  .quarterItemSquareTextContainer {
    display: flex;
    align-items: center;
    gap: 35px;
    height: 31px; }
  .quarterSquareWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    width: 15px; }
  .quarterSquare {
    display: inline-block;
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
    background-color: #8FCE51; }
  .quarterItemTextPassed {
    font-size: 14px;
    font-style: normal;
    font-weight: 275;
    line-height: 31px;
    color: #D1D1D1; }
  .quarterItemTextNormal {
    font-size: 14px;
    font-style: normal;
    font-weight: 275;
    line-height: 31px;
    color: #FFFFFF; }
  .quarterItemSquareTextContainer:hover .quarterSquare {
    width: 10px;
    height: 10px; }
  #firstQuarterSectionLayout {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-left: 6%; }
  #secondQuarterSectionLayout {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-left: 6%; }
  #thirdQuarterSectionLayout {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-left: 6%; }
  #fourthQuarterSectionLayout {
    margin: auto;
    margin-left: 6%;
    display: flex;
    flex-direction: column; }
  .leftHalfFourth {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .leftHalfFourth .v2quarterItemSquareTextContainer {
      display: flex;
      align-items: center;
      gap: 35px;
      height: fit-content; }
      .leftHalfFourth .v2quarterItemSquareTextContainer .quarterSquareWrapper {
        align-self: flex-start;
        margin-top: 8px; }
      .leftHalfFourth .v2quarterItemSquareTextContainer:hover .quarterSquare {
        width: 10px;
        height: 10px; }
  .rightHalfFourth {
    display: flex;
    flex-direction: column;
    justify-content: space-between; } }

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  #roadmap {
    max-width: 1500px;
    margin: auto;
    height: calc(100dvh - var(--nav-height));
    width: 100%;
    display: flex;
    flex-direction: column; }
  #roadmapTitle {
    color: white;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.1px;
    height: max-content;
    align-self: center; }
  .roadmapContentContainer {
    height: 90%;
    width: 93%;
    margin: auto;
    margin-top: 3%; }
  .quarterSection {
    height: 25%;
    width: 100%;
    display: flex; }
  .quarterText {
    display: none; }
  .quarterTextImgFirstSection, .quarterTextImgSecondSection, .quarterTextImgThirdSection, .quarterTextImgFourthSection {
    width: 16px;
    margin: auto 12px; }
  .quarterHorizontalLineItemsSection {
    flex-grow: 1;
    height: 100%;
    display: flex; }
    .quarterHorizontalLineItemsSection .horizontalLinePassedTime {
      width: 6px;
      height: 100%;
      background-color: #333333; }
    .quarterHorizontalLineItemsSection .horizontalLineNormal {
      width: 6px;
      height: 100%;
      background-color: #5C5C5C; }
    .quarterHorizontalLineItemsSection .roadmapStickWrapper {
      width: fit-content;
      position: relative; }
      .quarterHorizontalLineItemsSection .roadmapStickWrapper img {
        position: absolute;
        top: -7px;
        left: -6px; }
      .quarterHorizontalLineItemsSection .roadmapStickWrapper img.bottomStick {
        position: absolute;
        bottom: -7px;
        left: -6px;
        top: unset; }
  .quarterItemSquareTextContainer {
    display: flex;
    align-items: center;
    gap: 35px;
    height: 31px; }
  .quarterSquareWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    width: 15px; }
  .quarterSquare {
    display: inline-block;
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
    background-color: #8FCE51; }
  .quarterItemTextPassed {
    font-size: 14px;
    font-style: normal;
    font-weight: 275;
    line-height: 31px;
    color: #D1D1D1; }
  .quarterItemTextNormal {
    font-size: 14px;
    font-style: normal;
    font-weight: 275;
    line-height: 31px;
    color: #FFFFFF; }
  .quarterItemSquareTextContainer:hover .quarterSquare {
    width: 10px;
    height: 10px; }
  #firstQuarterSectionLayout {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-left: 9%; }
  #secondQuarterSectionLayout {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-left: 9%; }
  #thirdQuarterSectionLayout {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-left: 9%; }
  #fourthQuarterSectionLayout {
    margin: auto;
    margin-left: 9%;
    display: flex;
    flex-direction: column; }
  .leftHalfFourth {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .leftHalfFourth .v2quarterItemSquareTextContainer {
      display: flex;
      align-items: center;
      gap: 35px;
      height: fit-content; }
      .leftHalfFourth .v2quarterItemSquareTextContainer .quarterSquareWrapper {
        align-self: flex-start;
        margin-top: 8px; }
      .leftHalfFourth .v2quarterItemSquareTextContainer:hover .quarterSquare {
        width: 10px;
        height: 10px; }
  .rightHalfFourth {
    display: flex;
    flex-direction: column;
    justify-content: space-between; } }

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  #roadmap {
    max-width: 1500px;
    margin: auto;
    height: calc(100vh - var(--nav-height));
    width: 100%;
    scroll-snap-align: end;
    -webkit-scroll-snap-align: end;
    display: flex; }
  #roadmapTitle {
    transform: rotate(-90deg);
    color: white;
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 4.2px;
    height: max-content;
    align-self: center;
    width: 15%;
    margin-top: 10%; }
  .roadmapContentContainer {
    height: 95%;
    width: 85%;
    margin: auto; }
  .quarterSection {
    height: 25%;
    width: 100%;
    display: flex; }
  .quarterText {
    width: 20%;
    color: white;
    align-self: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px; }
  .quarterTextImgFirstSection, .quarterTextImgSecondSection, .quarterTextImgThirdSection, .quarterTextImgFourthSection {
    display: none; }
  .quarterHorizontalLineItemsSection {
    width: 80%;
    height: 100%;
    display: flex; }
    .quarterHorizontalLineItemsSection .horizontalLinePassedTime {
      width: 6px;
      height: 100%;
      background-color: #333333; }
    .quarterHorizontalLineItemsSection .horizontalLineNormal {
      width: 6px;
      height: 100%;
      background-color: #5C5C5C; }
    .quarterHorizontalLineItemsSection .roadmapStickWrapper {
      width: fit-content;
      position: relative; }
      .quarterHorizontalLineItemsSection .roadmapStickWrapper img {
        position: absolute;
        top: -7px;
        left: -6px; }
      .quarterHorizontalLineItemsSection .roadmapStickWrapper img.bottomStick {
        position: absolute;
        bottom: -7px;
        left: -6px;
        top: unset; }
  .quarterItemSquareTextContainer {
    display: flex;
    align-items: center;
    gap: 35px;
    height: 31px; }
  .quarterSquareWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    width: 15px; }
  .quarterSquare {
    display: inline-block;
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
    background-color: #8FCE51; }
  .quarterItemText {
    font-size: 16px;
    font-style: normal;
    font-weight: 275;
    line-height: 31px;
    width: 309px; }
  .quarterItemTextPassed {
    font-size: 16px;
    font-style: normal;
    font-weight: 275;
    line-height: 31px;
    width: 309px;
    color: #D1D1D1; }
  .quarterItemTextNormal {
    font-size: 16px;
    font-style: normal;
    font-weight: 275;
    line-height: 31px;
    width: 309px;
    color: #FFFFFF; }
  .quarterItemSquareTextContainer:hover .quarterSquare {
    width: 10px;
    height: 10px; }
  #firstQuarterSectionLayout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 80px;
    margin: auto;
    margin-left: 10%; }
  #secondQuarterSectionLayout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 80px;
    margin: auto;
    margin-left: 10%; }
  #thirdQuarterSectionLayout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 80px;
    margin: auto;
    margin-left: 10%; }
  #fourthQuarterSectionLayout {
    margin: auto;
    margin-left: 10%;
    display: flex;
    gap: 80px; }
  .leftHalfFourth {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .leftHalfFourth .v2quarterItemSquareTextContainer {
      display: flex;
      align-items: center;
      gap: 35px;
      height: fit-content; }
      .leftHalfFourth .v2quarterItemSquareTextContainer .quarterSquareWrapper {
        align-self: flex-start;
        margin-top: 8px; }
      .leftHalfFourth .v2quarterItemSquareTextContainer:hover .quarterSquare {
        width: 10px;
        height: 10px; }
  .rightHalfFourth {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px; } }

@media only screen and (min-width: 1201px) {
  #roadmap {
    max-width: 1500px;
    margin: auto;
    height: calc(100vh - var(--nav-height));
    width: 100%;
    scroll-snap-align: end;
    -webkit-scroll-snap-align: end;
    display: flex; }
  #roadmapTitle {
    transform: rotate(-90deg);
    color: white;
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 4.2px;
    height: max-content;
    align-self: center;
    width: 15%;
    margin-top: 10%; }
  .roadmapContentContainer {
    height: 95%;
    width: 85%;
    margin: auto; }
  .quarterSection {
    height: 25%;
    width: 100%;
    display: flex; }
  .quarterText {
    width: 20%;
    color: white;
    align-self: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px; }
  .quarterTextImgFirstSection, .quarterTextImgSecondSection, .quarterTextImgThirdSection, .quarterTextImgFourthSection {
    display: none; }
  .quarterHorizontalLineItemsSection {
    width: 80%;
    height: 100%;
    display: flex; }
    .quarterHorizontalLineItemsSection .horizontalLinePassedTime {
      width: 6px;
      height: 100%;
      background-color: #333333; }
    .quarterHorizontalLineItemsSection .horizontalLineNormal {
      width: 6px;
      height: 100%;
      background-color: #5C5C5C; }
    .quarterHorizontalLineItemsSection .roadmapStickWrapper {
      width: fit-content;
      position: relative; }
      .quarterHorizontalLineItemsSection .roadmapStickWrapper img {
        position: absolute;
        top: -7px;
        left: -6px; }
      .quarterHorizontalLineItemsSection .roadmapStickWrapper img.bottomStick {
        position: absolute;
        bottom: -7px;
        left: -6px;
        top: unset; }
  .quarterItemSquareTextContainer {
    display: flex;
    align-items: center;
    gap: 35px;
    height: 31px; }
  .quarterSquareWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    width: 15px; }
  .quarterSquare {
    display: inline-block;
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
    background-color: #8FCE51; }
  .quarterItemText {
    font-size: 16px;
    font-style: normal;
    font-weight: 275;
    line-height: 31px;
    width: 309px; }
  .quarterItemTextPassed {
    font-size: 16px;
    font-style: normal;
    font-weight: 275;
    line-height: 31px;
    width: 309px;
    color: #D1D1D1; }
  .quarterItemTextNormal {
    font-size: 16px;
    font-style: normal;
    font-weight: 275;
    line-height: 31px;
    width: 309px;
    color: #FFFFFF; }
  .quarterItemSquareTextContainer:hover .quarterSquare {
    width: 10px;
    height: 10px; }
  #firstQuarterSectionLayout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 80px;
    margin: auto;
    margin-left: 10%; }
  #secondQuarterSectionLayout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 80px;
    margin: auto;
    margin-left: 10%; }
  #thirdQuarterSectionLayout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 80px;
    margin: auto;
    margin-left: 10%; }
  #fourthQuarterSectionLayout {
    margin: auto;
    margin-left: 10%;
    display: flex;
    gap: 80px; }
  .leftHalfFourth {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .leftHalfFourth .v2quarterItemSquareTextContainer {
      display: flex;
      align-items: center;
      gap: 35px;
      height: fit-content; }
      .leftHalfFourth .v2quarterItemSquareTextContainer .quarterSquareWrapper {
        align-self: flex-start;
        margin-top: 8px; }
      .leftHalfFourth .v2quarterItemSquareTextContainer:hover .quarterSquare {
        width: 10px;
        height: 10px; }
  .rightHalfFourth {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px; } }

.personInformationOverlay {
  position: fixed;
  top: 0px;
  height: 100vh;
  width: 100vw;
  background-color: black;
  z-index: 300;
  background-image: unset;
  display: none;
  justify-content: center; }

.visible {
  display: flex !important; }

@media only screen and (max-width: 480px) and (min-width: 320px) {
  #team {
    max-width: 480px;
    margin: auto;
    height: calc(100vh - var(--nav-height));
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }
  #team > span {
    color: var(--blue);
    font-size: 70px;
    font-weight: 800;
    background: transparent;
    text-align: center; }
  #team span:first-child {
    display: none; }
  #team span:nth-child(2) {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 29px;
    color: var(--green); }
  #team > img {
    display: block;
    align-self: center;
    width: 75%; }
  #flexTeam {
    height: 100%;
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 20px;
    margin-top: 60px;
    display: none;
    position: absolute;
    top: 0px;
    background: transparent; }
  .teamGrid {
    display: none;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: auto 2%;
    margin-top: 5px;
    margin-bottom: 0px; }
  .teamGrid:last-child {
    margin-bottom: 20px; }
  .teamGrid img {
    width: 192px;
    height: 192px;
    justify-self: center;
    cursor: pointer; }
  #flexTeamResponsive {
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 15px;
    background: transparent; }
  .teamGridResponsive {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    margin: 0 auto;
    background: transparent; }
  .teamGridResponsive img {
    background: transparent; }
  .teamGridResponsive:nth-child(3) img:first-child {
    margin: auto; }
  .personInformationContainer {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly; }
  .logoOverlay {
    height: 70px;
    width: 60px; }
  .nameAndLinksToSocialMedia,
  .nameAndRole {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .nameAndLinksToSocialMedia {
    gap: 15px; }
  .nameAndRole {
    gap: 10px; }
  .nameAndSurname {
    color: var(--blue);
    font-size: 25px;
    line-height: 37.5px;
    font-weight: 500; }
  .role {
    color: var(--green);
    font-size: 20px;
    line-height: 31px;
    font-weight: 300; }
  .linksToSocialMedia {
    display: flex;
    gap: 25px; }
  .linksToSocialMedia > a {
    height: 29px; }
  .textAbout {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    color: var(--white);
    background: transparent;
    width: 90%; }
  .backButton {
    width: 90%;
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    background-color: var(--green);
    color: var(--white);
    height: 44px; }
  .desktopModalImg {
    display: none; }
  .mobileModalImg {
    display: block; }
  .teamGifImg {
    content: url("./../gifs/team-gi-tablet-portrait-and-mobilef.gif"); }
  .flexTeamDisplay {
    display: none !important; }
  .flexTeamResponsiveDisplay {
    display: flex !important; } }

@media only screen and (max-width: 768px) and (min-width: 481px) {
  #team {
    max-width: 768px;
    margin: auto;
    height: calc(100vh - var(--nav-height));
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }
  #team > span {
    color: var(--blue);
    font-size: 70px;
    font-weight: 800;
    background: transparent;
    display: block;
    text-align: center; }
  #team > img {
    display: block;
    margin: auto;
    width: 50%; }
  #team h1 {
    color: var(--blue);
    margin-left: 50px;
    font-size: 70px;
    font-weight: bolder; }
  #flexTeam {
    display: none; }
  .teamGrid {
    display: none;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: auto 2%;
    margin-top: 5px;
    margin-bottom: 0px; }
  #team span:first-child {
    display: none; }
  .teamGrid:last-child {
    margin-bottom: 20px; }
  #team span:nth-child(2) {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 29px;
    color: var(--green); }
  .teamGrid img {
    width: 192px;
    height: 192px;
    justify-self: center;
    cursor: pointer; }
  .teamGridResponesive {
    display: none; }
  #flexTeamResponsive {
    display: none; }
  #flexTeamResponsive {
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 29px;
    background: transparent; }
  .teamGridResponsive {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 132px;
    margin: 0 auto;
    background: transparent; }
  .teamGridResponsive:nth-child(3) img:first-child {
    margin: auto; }
  .teamGridResponsive img {
    background: transparent; }
  .personInformationContainer {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly; }
  .logoOverlay {
    height: 70px;
    width: 60px; }
  .nameAndLinksToSocialMedia,
  .nameAndRole {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .nameAndLinksToSocialMedia {
    gap: 15px; }
  .nameAndRole {
    gap: 10px; }
  .nameAndSurname {
    color: var(--blue);
    font-size: 25px;
    line-height: 37.5px;
    font-weight: 500; }
  .role {
    color: var(--green);
    font-size: 20px;
    line-height: 31px;
    font-weight: 300; }
  .linksToSocialMedia {
    display: flex;
    gap: 25px; }
  .linksToSocialMedia > a {
    height: 29px; }
  .textAbout {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    color: var(--white);
    background: transparent;
    width: 90%; }
  .backButton {
    width: 90%;
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    background-color: var(--green);
    color: var(--white);
    height: 44px; }
  .desktopModalImg {
    display: none; }
  .mobileModalImg {
    display: block; }
  .teamGifImg {
    content: url("./../gifs/team-gi-tablet-portrait-and-mobilef.gif"); }
  .flexTeamDisplay {
    display: none !important; }
  .flexTeamResponsiveDisplay {
    display: flex !important; } }

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  #team {
    max-width: 1024px;
    margin: auto;
    height: calc(100vh - var(--nav-height));
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }
  #team > span {
    color: var(--blue);
    font-size: 70px;
    font-weight: 800;
    background: transparent;
    display: block;
    text-align: center; }
  #team > img {
    display: block;
    margin: auto;
    width: 50%; }
  #team h1 {
    color: var(--blue);
    margin-left: 50px;
    font-size: 70px;
    font-weight: bolder; }
  #flexTeam {
    display: none; }
  .teamGrid {
    display: none;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: auto 2%;
    margin-top: 5px;
    margin-bottom: 0px; }
  #team span:first-child {
    display: none; }
  .teamGrid:last-child {
    margin-bottom: 20px; }
  #team span:nth-child(2) {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 29px;
    color: var(--green); }
  .teamGrid img {
    width: 192px;
    height: 192px;
    justify-self: center;
    cursor: pointer; }
  .teamGridResponesive {
    display: none; }
  #flexTeamResponsive {
    display: none; }
  #flexTeamResponsive {
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 29px;
    background: transparent; }
  .teamGridResponsive {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 132px;
    margin: 0 auto;
    background: transparent; }
  .teamGridResponsive:nth-child(3) img:first-child {
    margin: auto; }
  .teamGridResponsive img {
    background: transparent; }
  .personInformationContainer {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly; }
  .logoOverlay {
    height: 70px;
    width: 60px; }
  .nameAndLinksToSocialMedia,
  .nameAndRole {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .nameAndLinksToSocialMedia {
    gap: 15px; }
  .nameAndRole {
    gap: 10px; }
  .nameAndSurname {
    color: var(--blue);
    font-size: 25px;
    line-height: 37.5px;
    font-weight: 500; }
  .role {
    color: var(--green);
    font-size: 20px;
    line-height: 31px;
    font-weight: 300; }
  .linksToSocialMedia {
    display: flex;
    gap: 25px; }
  .linksToSocialMedia > a {
    height: 29px; }
  .textAbout {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    color: var(--white);
    background: transparent;
    width: 90%; }
  .backButton {
    width: 90%;
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    background-color: var(--green);
    color: var(--white);
    height: 44px; }
  .desktopModalImg {
    display: none; }
  .mobileModalImg {
    display: block; }
  .teamGifImg {
    content: url("./../gifs/team-gi-tablet-portrait-and-mobilef.gif"); }
  .flexTeamDisplay {
    display: none !important; }
  .flexTeamResponsiveDisplay {
    display: flex !important; } }

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  #team {
    max-width: 1200px;
    margin: auto;
    height: calc(100vh - var(--nav-height));
    width: 100%;
    scroll-snap-align: end;
    -webkit-scroll-snap-align: end; }
  #team > span {
    color: var(--blue);
    margin-left: 50px;
    font-size: 70px;
    font-weight: 800;
    background: transparent; }
  #team > img {
    width: 100%; }
  #flexTeam {
    margin-top: 5%;
    height: calc(90vh - var(--nav-height) - 106px);
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 20px; }
  .teamGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
  .teamGrid img {
    width: 192px;
    height: 192px;
    justify-self: center;
    cursor: pointer; }
  .teamGridResponesive {
    display: none; }
  #flexTeamResponsive {
    display: none; }
  #team > span:nth-child(2) {
    display: none; }
  .personInformationContainer {
    width: 70vw;
    height: 30vh;
    background-color: transparent;
    align-self: center;
    background-image: unset;
    display: grid;
    grid-template-columns: 30% 70%; }
  .personContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px; }
  .personContainer:first-child img {
    cursor: unset; }
  .personNameAndRole {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .personName {
    display: block;
    font-style: normal;
    color: #0abae7;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px; }
  .personRole {
    display: block;
    font-style: normal;
    color: #8fce51;
    font-weight: 300;
    font-size: 13px;
    line-height: 31px; }
  .aboutPerson {
    display: flex;
    flex-direction: column;
    background-image: unset;
    background-color: black;
    gap: 5px; }
  .redProfileImg {
    background: transparent;
    margin: auto;
    margin-top: 5%; }
  .nameAndLinksToSocialMedia {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 50px;
    background: transparent;
    align-items: center; }
  .linksToSocialMedia {
    display: flex;
    background: transparent;
    gap: 10px;
    align-items: center; }
  .linkToSocialMedia {
    background: transparent;
    height: 29px; }
  .textAbout {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    color: var(--white);
    background: transparent; }
  .nameAndSurname {
    font-style: normal;
    font-weight: 500;
    font-size: 31px;
    line-height: 46px;
    color: var(--blue);
    background: transparent;
    text-transform: uppercase; }
  .role {
    display: block;
    font-style: normal;
    color: #8fce51;
    font-weight: 300;
    font-size: 20px;
    line-height: 31px; }
  .backModalButton {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    background-color: var(--green);
    color: var(--white);
    width: 158px;
    height: 24px;
    margin-left: auto;
    margin-top: 30px; }
  .desktopModalImg {
    display: block; }
  .mobileModalImg {
    display: none; }
  .teamGifImg {
    content: url("./../gifs/team-gif12.gif");
    display: block; }
  .flexTeamDisplay {
    display: flex !important; }
  .flexTeamResponsiveDisplay {
    display: none !important; } }

@media only screen and (min-width: 1201px) {
  #team {
    max-width: 1500px;
    margin: auto;
    height: calc(100vh - var(--nav-height));
    width: 100%;
    scroll-snap-align: end;
    -webkit-scroll-snap-align: end; }
  #team > span {
    display: block;
    color: var(--blue);
    margin-left: 50px;
    font-size: 70px;
    font-weight: 800;
    background: transparent; }
  #team > img {
    width: 100%; }
  #flexTeam {
    margin-top: 2%;
    height: calc(90vh - var(--nav-height) - 106px);
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 20px; }
  .teamGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
  .teamGrid img {
    width: 192px;
    height: 192px;
    justify-self: center;
    cursor: pointer; }
  .teamGridResponesive {
    display: none; }
  #flexTeamResponsive {
    display: none; }
  #team > span:nth-child(2) {
    display: none; }
  .personInformationContainer {
    width: 65vw;
    max-width: 900px;
    height: 30vh;
    background-color: transparent;
    align-self: center;
    background-image: unset;
    display: grid;
    grid-template-columns: 30% 70%; }
  .personContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px; }
  .personContainer:first-child img {
    cursor: unset; }
  .personNameAndRole {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .personName {
    display: block;
    font-style: normal;
    color: #0abae7;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px; }
  .personRole {
    display: block;
    font-style: normal;
    color: #8fce51;
    font-weight: 300;
    font-size: 14px;
    line-height: 31px; }
  .aboutPerson {
    display: flex;
    flex-direction: column;
    background-image: unset;
    background-color: black;
    gap: 5px; }
  .redProfileImg {
    background: transparent;
    margin: auto;
    margin-top: 5%; }
  .nameAndLinksToSocialMedia {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 50px;
    background: transparent;
    align-items: center; }
  .linksToSocialMedia {
    display: flex;
    background: transparent;
    gap: 10px;
    align-items: center; }
  .linkToSocialMedia {
    background: transparent;
    height: 29px; }
  .textAbout {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    color: var(--white);
    background: transparent; }
  .nameAndSurname {
    font-style: normal;
    font-weight: 500;
    font-size: 31px;
    line-height: 46px;
    color: var(--blue);
    background: transparent;
    text-transform: uppercase; }
  .role {
    display: block;
    font-style: normal;
    color: #8fce51;
    font-weight: 300;
    font-size: 20px;
    line-height: 31px; }
  .backModalButton {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    background-color: var(--green);
    color: var(--white);
    width: 158px;
    height: 24px;
    margin-left: auto;
    margin-top: 30px; }
  .desktopModalImg {
    display: block; }
  .mobileModalImg {
    display: none; }
  .teamGifImg {
    content: url("./../gifs/team-gif12.gif");
    display: block; }
  .flexTeamDisplay {
    display: flex !important; }
  .flexTeamResponsiveDisplay {
    display: none !important; } }

@media only screen and (max-width: 480px) and (min-width: 320px) {
  #contact {
    max-width: 480px;
    margin: auto;
    height: calc(100vh - var(--nav-height));
    width: 95%;
    margin-top: 5%; }
  #contact p,
  #contact span {
    background: transparent;
    user-select: none; }
  .connectGrid {
    display: flex;
    flex-direction: column-reverse;
    height: 90%;
    background: transparent;
    gap: 4%; }
  #contact span {
    color: var(--blue);
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    user-select: none; }
  #contact p {
    display: block;
    color: white;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    text-align: center;
    user-select: none; }
  .connectGrid > div:first-child p {
    display: block;
    text-align: center; }
  .socials {
    display: flex;
    flex-direction: column;
    gap: 15px; }
  .social {
    display: flex;
    flex-direction: column;
    gap: 5px; }
  .social div {
    display: flex; }
  .social div:first-child {
    display: none; }
  .social p:last-child {
    margin-left: 23px;
    align-self: center; }
  .social > p {
    margin-right: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    user-select: none; }
  .social > div:last-child {
    display: flex;
    cursor: pointer; }
  .social > div > p {
    align-self: center;
    color: var(--blue) !important;
    font-weight: 275 !important;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 29px !important;
    user-select: none; }
  .social div:first-child {
    display: inline; }
  .footer {
    display: none; }
  .linkContainerMobile {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }
  .linkContainerMobile span {
    color: white !important;
    font-weight: 275 !important;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 29px !important; }
  .linkContainerMobile .linksMobile {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: white !important;
    font-weight: 275 !important;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 29px !important; }
  .linkMobile {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: flex-end;
    gap: 23px; }
  .backToTopImg {
    display: block;
    margin: auto;
    height: 50px; }
  .connectLogo {
    display: none; }
  .contactInformationContainer {
    display: none; }
  .link {
    display: none; } }

@media only screen and (max-width: 768px) and (min-width: 481px) {
  #contact {
    max-width: 768px;
    margin: auto;
    height: calc(100vh - var(--nav-height));
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative; }
  #contact p,
  #contact span {
    background: transparent;
    user-select: none; }
  .connectGrid {
    background: transparent;
    z-index: 10;
    height: 70%; }
  #contact span {
    color: var(--blue);
    font-size: 16px;
    font-weight: 300;
    line-height: 23px; }
  #contact p {
    color: white;
    display: inline;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px; }
  #contact p:first-child {
    display: block;
    text-align: left; }
  .contactInformationContainer {
    display: none; }
  .connectGrid > div:first-child p {
    display: block;
    text-align: center; }
  .contactInformationContainer > p:nth-child(2) {
    position: absolute;
    top: 80px; }
  .socials {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: transparent; }
  .social {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    background: transparent; }
  .social div:first-child {
    display: none; }
  .social p:last-child {
    margin-left: 23px;
    align-self: center; }
  .social > p {
    margin-right: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px !important;
    line-height: 29px !important;
    text-transform: lowercase;
    align-self: center;
    user-select: none; }
  .social > div:last-child {
    display: flex;
    cursor: pointer; }
  .social div {
    display: flex;
    align-items: center;
    background: transparent; }
  .social > div > p {
    align-self: center;
    color: var(--white) !important;
    font-weight: 275 !important;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 29px !important;
    user-select: none; }
  .social div:first-child {
    display: inline; }
  .social > a {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 29px !important;
    text-transform: lowercase;
    user-select: none;
    text-decoration: none; }
  #contact .footer {
    color: var(--blue);
    font-size: 16px;
    font-weight: 300;
    line-height: 120px; }
  .social .link {
    text-align: left;
    color: white;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    display: flex;
    gap: 20px;
    align-items: flex-end; }
  .linkContainerMobile {
    display: none; }
  .backToTopImg {
    display: block;
    margin: auto;
    height: 50px;
    background: transparent;
    z-index: 10;
    position: relative; }
  .connectLogo {
    content: url("./../gifs/contactPage.gif");
    width: 348px;
    height: 430px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  #contact {
    max-width: 1024px;
    margin: auto;
    height: calc(100vh - var(--nav-height));
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative; }
  #contact p,
  #contact span {
    background: transparent; }
  .connectGrid {
    background: transparent;
    z-index: 10;
    height: 70%; }
  #contact span {
    color: var(--blue);
    font-size: 16px;
    font-weight: 300;
    line-height: 23px; }
  #contact p {
    color: white;
    display: inline;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px; }
  #contact p:first-child {
    display: block; }
  .contactInformationContainerMobile {
    display: none; }
  .contactInformationContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    background: transparent;
    height: 100%; }
  #contact span {
    color: var(--blue);
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    user-select: none;
    background: transparent; }
  #contact p {
    display: block;
    color: white;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    user-select: none;
    background: transparent; }
  .connectGrid > div:first-child p {
    display: block;
    text-align: center; }
  .contactInformationContainer > p:nth-child(2) {
    position: absolute;
    top: 80px; }
  .socials {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: transparent; }
  .social {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    background: transparent; }
  .social div:first-child {
    display: none; }
  .social div {
    display: flex;
    align-items: center;
    background: transparent; }
  .social p:last-child {
    margin-left: 23px;
    align-self: center; }
  .social > p {
    margin-right: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px !important;
    text-transform: lowercase;
    align-self: center;
    user-select: none; }
  .social > a {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px !important;
    text-transform: lowercase;
    user-select: none; }
  .social > div:last-child {
    display: flex;
    cursor: pointer; }
  .social > div > p {
    align-self: center;
    color: var(--white) !important;
    font-weight: 275 !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 29px !important;
    user-select: none; }
  .social div:first-child {
    display: inline; }
  .social .link {
    text-align: left;
    color: white;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    display: flex;
    gap: 25px;
    align-items: flex-end; }
  #contact .footer {
    color: var(--blue);
    font-size: 16px;
    font-weight: 300;
    line-height: 120px; }
  .linkContainerMobile {
    display: none; }
  .backToTopImg {
    display: block;
    margin: auto;
    height: 50px;
    background: transparent;
    z-index: 10;
    position: relative; }
  .connectLogo {
    content: url("./../gifs/contactPage.gif");
    width: 348px;
    height: 430px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  #contact {
    max-width: 1200px;
    margin: auto;
    height: calc(100vh - var(--nav-height));
    scroll-snap-align: end;
    -webkit-scroll-snap-align: end;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative; }
  #contact p,
  #contact span {
    background: transparent; }
  .connectGrid {
    margin-left: 50px;
    background: transparent;
    z-index: 10;
    height: 60%; }
  #contact span {
    color: var(--blue);
    font-size: 16px;
    font-weight: 300;
    line-height: 23px; }
  #contact p,
  #contact a {
    color: white;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px; }
  #contact p:first-child {
    display: block; }
  .contactInformationContainerMobile {
    display: none; }
  .contactInformationContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background: transparent;
    height: 100%; }
  .contactInformationContainer > p:nth-child(2) {
    position: absolute;
    top: 23px; }
  .socials {
    display: flex;
    flex-direction: column;
    gap: 25px;
    background: transparent; }
  .social {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: transparent; }
  .social > div {
    display: flex;
    align-items: center;
    cursor: pointer;
    background: transparent; }
  .social .link {
    text-align: left;
    color: white;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    display: flex;
    gap: 25px;
    align-items: flex-end; }
  .social div:first-child {
    display: none; }
  .social p:last-child {
    align-self: center; }
  .social > div:last-child {
    display: flex;
    cursor: pointer; }
  .social > div > p {
    align-self: center; }
  #contact .footer {
    color: var(--blue);
    font-size: 16px;
    font-weight: 300;
    background: transparent; }
  .linkContainerMobile {
    display: none; }
  .backToTopImg {
    height: 70px;
    width: 70px;
    cursor: pointer;
    align-self: center;
    background: transparent;
    z-index: 10; }
  .connectLogo {
    content: url("./../gifs/contactPage.gif");
    width: 348px;
    height: 430px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

@media only screen and (min-width: 1201px) {
  #contact {
    max-width: 1500px;
    margin: auto;
    height: calc(100vh - var(--nav-height));
    scroll-snap-align: end;
    -webkit-scroll-snap-align: end;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative; }
  #contact p,
  #contact span {
    background: transparent; }
  .connectGrid {
    margin-left: 50px;
    background: transparent;
    z-index: 10;
    height: 60%; }
  #contact span {
    color: var(--blue);
    font-size: 16px;
    font-weight: 300;
    line-height: 23px; }
  #contact p,
  #contact a {
    color: white;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px; }
  #contact p:first-child {
    display: block; }
  .contactInformationContainerMobile {
    display: none; }
  .contactInformationContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background: transparent;
    height: 100%; }
  .contactInformationContainer > p:nth-child(2) {
    position: absolute;
    top: 23px; }
  .socials {
    display: flex;
    flex-direction: column;
    gap: 25px;
    background: transparent; }
  .social {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: transparent; }
  .social > div {
    display: flex;
    align-items: center;
    cursor: pointer;
    background: transparent; }
  .social .link {
    text-align: left;
    color: white;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    display: flex;
    gap: 25px;
    align-items: flex-end; }
  .social .link:hover {
    color: #8fc351 !important; }
  .social div:first-child {
    display: none; }
  .social p:last-child {
    align-self: center; }
  .social > div:last-child {
    display: flex;
    cursor: pointer; }
  .social > div > p {
    align-self: center; }
  #contact .footer {
    color: var(--blue);
    font-size: 16px;
    font-weight: 300;
    background: transparent; }
  .backToTopImg {
    height: 70px;
    width: 70px;
    cursor: pointer;
    align-self: center;
    background: transparent;
    z-index: 10; }
  .linkContainerMobile {
    display: none; }
  .connectLogo {
    content: url("./../gifs/contactPage.gif");
    width: 348px;
    height: 430px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

:root {
  --black: #000000;
  --blue: #09b9e6;
  --dark-gray: #111113;
  --green: #8fce50;
  --white: #ffffff;
  --font-size-l: 20px;
  --font-size-m: 16px;
  --font-size-xl: 25px;
  --font-size-xxl: 38px;
  --font-family-poppins: "Poppins", Helvetica;
  --selected-nav-item-width: unset;
  --selected-nav-item-products-width: unset;
  --selected-nav-item-features-width: unset;
  --selected-nav-item-roadmap-width: unset;
  --selected-nav-item-team-width: unset;
  --selected-nav-item-contact-width: unset;
  --nav-height: 10vh; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-poppins);
  background-color: var(--dark-gray);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover; }

body,
html {
  scroll-snap-type: y mandatory;
  -webkit-scroll-snap-type: y mandatory; }

@media only screen and (max-width: 480px) and (min-width: 320px) {
  ul,
  li,
  li > div,
  a,
  span {
    background: transparent; }
  #burger {
    display: none;
    width: 70px; }
  #overlayMobileMenu {
    display: none;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: black;
    opacity: 0.5;
    position: fixed;
    top: 0; }
  .menu {
    position: fixed;
    display: none;
    width: 50%;
    height: 100vh;
    left: 0;
    background: rgba(27, 27, 30, 0.5);
    box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    flex-direction: column;
    gap: 50px;
    padding-top: 20%;
    z-index: 100;
    align-items: center; }
  .menu ul {
    width: 80%; }
  .menuTradeLink {
    width: 80%; }
  .menu button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    color: var(--white);
    width: 100%;
    background-color: var(--green);
    margin: auto; }
  ul li a {
    color: var(--white);
    padding: 0.75rem 0;
    text-decoration: none;
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 500; }
  ul {
    list-style-type: none; }
  ul li {
    display: flex; }
  #menu ul li {
    margin-top: 10px; }
  ul li:not(:last-child) div:last-child {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--blue);
    align-self: center; }
  #navbar {
    max-width: 480px;
    width: 100%;
    position: sticky;
    top: 0;
    color: var(--white);
    display: flex;
    justify-content: space-between;
    z-index: 2;
    height: var(--nav-height);
    background: transparent;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    margin: auto;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.65); }
  #navbar ul li:not(:last-child) {
    display: none; }
  #burger {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center; }
  #burger div {
    background-color: var(--blue);
    height: 5px;
    width: 5px;
    border-radius: 50%; }
  #navbar ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin-right: unset; }
  .logo {
    margin-left: 2.5%;
    height: 28px;
    width: 200px;
    background: transparent;
    cursor: pointer;
    align-self: center; }
  .menu ul li:not(:last-child) div:last-child {
    margin-left: auto; }
  #navbar ul li a {
    color: var(--white);
    padding: 0.75rem;
    margin: 0 0.25rem;
    text-decoration: none;
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 500; }
  .landingPageGammaOptions {
    display: flex;
    flex-direction: column;
    max-width: 480px;
    margin: auto;
    width: 100%;
    height: calc(100vh - var(--nav-height));
    background-color: var(--dark-gray);
    opacity: 0.9;
    filter: blur(20%);
    -webkit-filter: blur(20%); }
  .decentralizedGammaPlatformDescription {
    width: 100%;
    height: 100%;
    justify-content: space-evenly; }
  .defiPlatformAppGammaOptions {
    display: none; }
  .flexDiv {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    height: 100%;
    margin: auto;
    justify-content: space-evenly; }
  .futureOfOptions {
    display: flex;
    flex-direction: column;
    align-self: center; }
  #future {
    color: var(--white);
    font-size: 45px;
    line-height: 75px;
    font-weight: 800;
    letter-spacing: 0.06em;
    font-style: normal;
    background: transparent;
    margin: auto;
    user-select: none; }
  #ofOptions {
    font-size: 43.5px;
    line-height: 75px;
    margin: auto;
    margin-top: -11%;
    color: var(--blue);
    font-weight: 800;
    letter-spacing: 0.06em;
    font-style: normal;
    background: transparent;
    user-select: none; }
  .flexDiv img:not(:first-child),
  .flexDiv h3 {
    display: block; }
  .flexDiv h1,
  .flexDiv p,
  .flexDiv button,
  h3 {
    margin: auto;
    width: 100%; }
  .flexDiv img {
    width: 100%; }
  .flexDiv a button {
    height: 100%; }
  .flexDiv h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 33px;
    line-height: 57px;
    letter-spacing: 0.1em;
    margin-top: -10%;
    user-select: none;
    user-select: none; }
  h3 {
    color: var(--blue); }
  .decentralizedGammaPlatformDescription p {
    color: var(--white);
    width: 100%;
    user-select: none; }
  .flexDiv a {
    height: 43px;
    width: 100%;
    justify-content: flex-end; }
  .flexDiv button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    height: 34px;
    width: 100%;
    background-color: var(--blue);
    color: var(--white); } }

@media only screen and (max-width: 768px) and (min-width: 481px) {
  ul,
  li,
  li > div,
  a,
  span {
    background: transparent; }
  #burger {
    display: none;
    width: 70px; }
  #overlayMobileMenu {
    display: none;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: black;
    opacity: 0.5;
    position: fixed;
    top: 0; }
  .menu {
    position: fixed;
    display: none;
    width: 50%;
    height: 100vh;
    left: 0;
    background: rgba(27, 27, 30, 0.5);
    box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(25px);
    flex-direction: column;
    gap: 50px;
    padding-top: 20%;
    z-index: 100;
    align-items: center; }
  .menu ul {
    width: 80%; }
  .menuTradeLink {
    width: 80%; }
  .menu > ul > li > div:last-child {
    margin-right: 18px; }
  .menu ul li:last-child a {
    margin: auto;
    width: 100%; }
  .menu button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    color: var(--white);
    width: 100%;
    background-color: var(--green);
    margin: auto;
    height: 35px; }
  ul li a {
    color: var(--white);
    padding: 0.75rem;
    margin: 0 0.25rem;
    text-decoration: none;
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 500; }
  ul {
    list-style-type: none; }
  ul li {
    display: flex; }
  #menu ul li {
    margin-top: 10px; }
  #navbar ul li a {
    margin: 0;
    padding: 0; }
  ul li:not(:last-child) div:last-child {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--blue);
    align-self: center; }
  #navbar {
    max-width: 768px;
    width: 100%;
    position: sticky;
    top: 0;
    color: var(--white);
    display: flex;
    justify-content: space-between;
    z-index: 2;
    height: var(--nav-height);
    background: transparent;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    margin: auto;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.65); }
  #navbar ul li:not(:last-child) {
    display: none; }
  #navbar ul li a {
    color: var(--white);
    text-decoration: none;
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 500; }
  #navbar ul li button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    height: 24px;
    width: 159px;
    background-color: var(--green);
    color: var(--white); }
  #burger {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center; }
  #burger div {
    background-color: var(--blue);
    height: 5px;
    width: 5px;
    border-radius: 50%; }
  #navbar ul {
    display: flex;
    align-items: center;
    list-style: none; }
  #navbar ul li:not(:nth-last-of-type(-n + 2)) {
    display: none; }
  .logo {
    height: 28px;
    margin-left: 2.5%;
    width: 200px;
    align-self: center;
    background: transparent;
    cursor: pointer; }
  #navbar ul li:not(:last-child) {
    display: flex;
    flex-direction: column;
    cursor: pointer; }
  .menu ul li:not(:last-child) div:last-child {
    margin-left: auto; }
  .landingPageGammaOptions {
    display: flex;
    flex-direction: column;
    max-width: 768px;
    width: 100%;
    height: calc(100vh - var(--nav-height));
    background-color: var(--dark-gray);
    opacity: 0.9;
    filter: blur(20%);
    -webkit-filter: blur(20%);
    margin: 0 auto; }
  .decentralizedGammaPlatformDescription {
    width: 100%;
    height: 100%;
    justify-content: space-evenly; }
  .defiPlatformAppGammaOptions {
    display: none; }
  .flexDiv {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    height: 100%;
    margin: auto;
    justify-content: space-around; }
  .futureOfOptions {
    display: flex;
    flex-direction: column; }
  #future {
    color: var(--white);
    font-size: 50px;
    line-height: 75px;
    font-weight: 800;
    letter-spacing: 0.06em;
    font-style: normal;
    background: transparent;
    user-select: none; }
  #ofOptions {
    font-size: 50px;
    line-height: 75px;
    margin-top: -7%;
    color: var(--blue);
    font-weight: 800;
    letter-spacing: 0.06em;
    font-style: normal;
    background: transparent;
    user-select: none; }
  .flexDiv img:not(:first-child),
  .flexDiv h3 {
    display: block; }
  .flexDiv h1,
  .flexDiv p,
  .flexDiv button,
  h3 {
    margin: auto;
    width: 100%; }
  .flexDiv img {
    width: 100%; }
  .flexDiv a button {
    height: 100%; }
  .flexDiv h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 33px;
    line-height: 57px;
    letter-spacing: 0.1em;
    margin-top: -10%;
    user-select: none; }
  h3 {
    color: var(--blue);
    user-select: none; }
  .decentralizedGammaPlatformDescription p {
    color: var(--white);
    width: 100%;
    user-select: none; }
  .flexDiv a {
    height: 34px;
    width: 100%;
    justify-content: flex-end; }
  .flexDiv button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    height: 34px;
    width: 100%;
    background-color: var(--blue);
    color: var(--white); }
  #navbar ul li:not(:nth-last-of-type(-n + 2)) {
    display: none; }
  .defiPlatformAppGammaOptions {
    display: none; }
  .decentralizedGammaPlatformDescription {
    width: 100%; }
  .flexDiv p {
    width: 100%;
    margin: unset; }
  .flexDiv a {
    height: 32px;
    width: 244px; }
  .flexDiv img:not(:first-child),
  .flexDiv h3 {
    display: block; }
  h3 {
    color: var(--blue); } }

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  ul,
  li,
  li > div,
  a,
  span {
    background: transparent; }
  #burger {
    display: none;
    width: 70px; }
  #overlayMobileMenu {
    display: none;
    width: 100vw;
    height: 100svh;
    z-index: 100;
    background-color: black;
    opacity: 0.5;
    position: fixed;
    top: 0; }
  .menu {
    position: fixed;
    display: none;
    width: 50%;
    height: 100svh;
    left: 0;
    background: rgba(27, 27, 30, 0.5);
    box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(25px);
    flex-direction: column;
    gap: 50px;
    padding-top: 20%;
    z-index: 100;
    align-items: center; }
  .menu ul {
    width: 80%; }
  .menuTradeLink {
    width: 80%; }
  .menu > ul > li > div:last-child {
    margin-right: 18px; }
  .menu ul li:last-child a {
    margin: auto;
    width: 100%; }
  .menu button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    color: var(--white);
    width: 100%;
    background-color: var(--green);
    margin: auto;
    height: 35px; }
  ul li a {
    color: var(--white);
    padding: 0.75rem;
    margin: 0 0.25rem;
    text-decoration: none;
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 500; }
  ul {
    list-style-type: none; }
  ul li {
    display: flex; }
  #menu ul li {
    margin-top: 10px; }
  #navbar ul li a {
    margin: 0;
    padding: 0; }
  ul li:not(:last-child) div:last-child {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--blue);
    align-self: center; }
  #navbar {
    max-width: 1024px;
    width: 100%;
    position: sticky;
    top: 0;
    color: var(--white);
    display: flex;
    justify-content: space-between;
    z-index: 2;
    height: var(--nav-height);
    background: transparent;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    margin: auto;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.65); }
  #navbar ul li:not(:last-child) {
    display: none; }
  #navbar ul li a {
    color: var(--white);
    text-decoration: none;
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 500; }
  #navbar ul li button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    height: 24px;
    width: 159px;
    background-color: var(--green);
    color: var(--white); }
  #burger {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center; }
  #burger div {
    background-color: var(--blue);
    height: 5px;
    width: 5px;
    border-radius: 50%; }
  #navbar ul {
    display: flex;
    align-items: center;
    list-style: none; }
  #navbar ul li:not(:nth-last-of-type(-n + 2)) {
    display: none; }
  .logo {
    height: 28px;
    margin-left: 2.5%;
    width: 200px;
    align-self: center;
    background: transparent;
    cursor: pointer; }
  #navbar ul li:not(:last-child) {
    display: flex;
    flex-direction: column;
    cursor: pointer; }
  .menu ul li:not(:last-child) div:last-child {
    margin-left: auto; }
  .landingPageGammaOptions {
    display: flex;
    flex-direction: column;
    max-width: 1024px;
    width: 100%;
    height: calc(100vh - var(--nav-height));
    background-color: var(--dark-gray);
    opacity: 0.9;
    filter: blur(20%);
    -webkit-filter: blur(20%);
    margin: 0 auto; }
  .decentralizedGammaPlatformDescription {
    width: 100%;
    height: 100%;
    justify-content: space-evenly; }
  .defiPlatformAppGammaOptions {
    display: none; }
  .flexDiv {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    height: 100%;
    margin: auto;
    justify-content: space-evenly; }
  .futureOfOptions {
    display: flex;
    flex-direction: column; }
  #future {
    color: var(--white);
    font-size: 50px;
    line-height: 75px;
    font-weight: 800;
    letter-spacing: 0.06em;
    font-style: normal;
    background: transparent;
    user-select: none; }
  #ofOptions {
    font-size: 50px;
    line-height: 75px;
    margin-top: -7%;
    color: var(--blue);
    font-weight: 800;
    letter-spacing: 0.06em;
    font-style: normal;
    background: transparent;
    user-select: none; }
  .flexDiv img:not(:first-child),
  .flexDiv h3 {
    display: block; }
  .flexDiv h1,
  .flexDiv p,
  .flexDiv button,
  h3 {
    margin: auto;
    width: 100%; }
  .flexDiv img {
    width: 100%; }
  .flexDiv a button {
    height: 100%; }
  .flexDiv h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 33px;
    line-height: 57px;
    letter-spacing: 0.1em;
    margin-top: -10%;
    user-select: none; }
  h3 {
    color: var(--blue);
    user-select: none; }
  .decentralizedGammaPlatformDescription p {
    color: var(--white);
    width: 100%;
    user-select: none; }
  .flexDiv a {
    height: 34px;
    width: 100%;
    justify-content: flex-end; }
  .flexDiv button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    height: 34px;
    width: 100%;
    background-color: var(--blue);
    color: var(--white); }
  #navbar ul li:not(:nth-last-of-type(-n + 2)) {
    display: none; }
  .defiPlatformAppGammaOptions {
    display: none; }
  .decentralizedGammaPlatformDescription {
    width: 100%; }
  .flexDiv p {
    width: 100%;
    margin: unset; }
  .flexDiv a {
    height: 32px;
    width: 244px; }
  .flexDiv img:not(:first-child),
  .flexDiv h3 {
    display: block; }
  h3 {
    color: var(--blue); } }

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  ul,
  li,
  li > div,
  a,
  span {
    background: transparent; }
  #navbar {
    max-width: 1500px;
    position: sticky;
    top: 0;
    color: var(--white);
    display: flex;
    justify-content: space-between;
    z-index: 2;
    height: var(--nav-height);
    background: transparent;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    margin: auto;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.65); }
  #navbar ul {
    display: flex;
    align-items: center;
    list-style: none; }
  #navbar ul li:not(:last-child) {
    display: flex;
    flex-direction: column;
    cursor: pointer; }
  #navbar ul {
    margin-right: 3%; }
  #navbar ul li a {
    color: var(--white);
    padding: 0.75rem;
    margin: 0 0.25rem;
    text-decoration: none;
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 500; }
  #navbar ul li button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    height: 24px;
    width: 159px;
    background-color: var(--green);
    margin-left: 50px;
    color: var(--white);
    margin-top: 4px; }
  #navbar ul li button:hover {
    background: var(--blue); }
  .logo {
    height: 28px;
    margin-top: 0.3px;
    width: 200px;
    margin: auto 0px;
    background: transparent;
    margin-left: 50px;
    cursor: pointer; }
  #navbar ul li:not(:last-child) div:last-child {
    width: 4px;
    background-color: var(--white);
    height: 2px;
    align-self: center;
    transition: width 0.1s ease-out; }
  /*------------------------------------------------------*/
  .landingPageGammaOptions {
    max-width: 1500px;
    margin: auto;
    width: 100%;
    height: calc(100svh - var(--nav-height));
    display: flex;
    background-color: var(--dark-gray);
    opacity: 0.9;
    filter: blur(20%);
    -webkit-filter: blur(20%);
    scroll-snap-align: end;
    -webkit-scroll-snap-align: end; }
  .decentralizedGammaPlatformDescription {
    width: 50%;
    margin-top: 80px;
    position: relative; }
  .flexDiv {
    width: calc(100% - 50px - 1rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: calc(50px + 1rem);
    height: 90%; }
  .menu {
    display: none; }
  #future {
    color: var(--white);
    font-weight: 800;
    font-size: 70px;
    line-height: 105px;
    letter-spacing: 0.06em;
    font-style: normal;
    background: transparent;
    display: block; }
  #ofOptions {
    color: var(--blue);
    font-weight: 800;
    font-size: 68px;
    line-height: 105px;
    letter-spacing: 0.06em;
    font-style: normal;
    margin-top: -9%;
    background: transparent; }
  #gammaText::before {
    content: "Gamma is DeFi protocol on Ethereum blockchain for European options issuance and trading with AMM markets"; }
  .flexDiv img:not(:first-child),
  .flexDiv h3 {
    display: none; }
  .decentralizedGammaPlatformDescription h1 {
    color: var(--blue);
    letter-spacing: 2.56px; }
  .decentralizedGammaPlatformDescription p {
    color: var(--white);
    margin-top: 50px;
    width: 70%; }
  .flexDiv a {
    height: 34px;
    width: 67%;
    justify-content: flex-end;
    margin-top: 70px; }
  .flexDiv button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    height: 34px;
    width: 100%;
    background-color: var(--blue);
    color: var(--white);
    margin-top: auto; }
  .flexDiv button:hover {
    background-color: #28a9ca;
    cursor: pointer; }
  .defiPlatformAppGammaOptions {
    width: 50%;
    margin-top: 80px;
    color: var(--blue);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-m);
    position: relative;
    position: relative; }
  .defiPlatformAppGammaOptions img {
    margin-top: 10px;
    width: 100%; }
  .hoverDiv {
    height: 90%;
    width: calc(100% - 50px - 1rem);
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .rightSideDescription {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-right: auto;
    left: 10%;
    transition: left 150ms ease-out; }
  .hoverDiv img {
    width: 90%;
    transition: width 150ms ease-out; }
  .hoverDiv h3 {
    font-weight: lighter;
    /* transition: all 1500ms ease-out; */ }
  .defiPlatformAppGammaOptions p {
    color: white;
    font-weight: lighter;
    color: #898989;
    margin-right: 50px; } }

@media only screen and (min-width: 1201px) {
  ul,
  li,
  li > div,
  a,
  span {
    background: transparent; }
  #navbar {
    max-width: 1500px;
    position: sticky;
    top: 0;
    color: var(--white);
    display: flex;
    justify-content: space-between;
    z-index: 2;
    height: var(--nav-height);
    background: transparent;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    margin: auto;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.65); }
  #navbar ul {
    display: flex;
    align-items: center;
    list-style: none; }
  #navbar ul li:not(:last-child) {
    display: flex;
    flex-direction: column;
    cursor: pointer; }
  #navbar ul {
    margin-right: 3%; }
  #navbar ul li a {
    color: var(--white);
    padding: 0.75rem;
    margin: 0 0.25rem;
    text-decoration: none;
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 500; }
  #navbar ul li button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    height: 24px;
    width: 159px;
    background-color: var(--green);
    margin-left: 50px;
    color: var(--white);
    margin-top: 4px; }
  #navbar ul li button:hover {
    background: var(--blue); }
  .logo {
    height: 28px;
    margin-top: 0.3px;
    width: 200px;
    margin: auto 0px;
    background: transparent;
    margin-left: 50px;
    cursor: pointer; }
  #navbar ul li:not(:last-child) div:last-child {
    width: 4px;
    background-color: var(--white);
    height: 2px;
    align-self: center;
    transition: width 0.1s ease-out; }
  /*------------------------------------------------------*/
  .landingPageGammaOptions {
    max-width: 1500px;
    margin: auto;
    width: 100%;
    height: calc(100svh - var(--nav-height));
    display: flex;
    background-color: var(--dark-gray);
    opacity: 0.9;
    filter: blur(20%);
    -webkit-filter: blur(20%);
    scroll-snap-align: end;
    -webkit-scroll-snap-align: end; }
  .decentralizedGammaPlatformDescription {
    width: 50%;
    margin-top: 80px;
    position: relative; }
  .flexDiv {
    width: calc(100% - 50px - 1rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: calc(50px + 1rem);
    height: 90%; }
  .menu {
    display: none; }
  #future {
    color: var(--white);
    font-weight: 800;
    font-size: 70px;
    line-height: 105px;
    letter-spacing: 0.08em;
    font-style: normal;
    background: transparent;
    display: block; }
  #ofOptions {
    color: var(--blue);
    font-weight: 800;
    font-size: 68px;
    line-height: 105px;
    letter-spacing: 0.08em;
    font-style: normal;
    margin-top: -9%;
    background: transparent; }
  #gammaText::before {
    content: "Gamma is DeFi protocol on Ethereum blockchain for European options issuance and trading with AMM markets"; }
  .flexDiv img:not(:first-child),
  .flexDiv h3 {
    display: none; }
  .decentralizedGammaPlatformDescription h1 {
    color: var(--blue);
    letter-spacing: 2.56px; }
  .decentralizedGammaPlatformDescription p {
    color: var(--white);
    margin-top: 50px;
    width: 70%; }
  .flexDiv a {
    height: 34px;
    width: 67%;
    justify-content: flex-end;
    margin-top: 70px; }
  .flexDiv button {
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2.56px;
    text-shadow: 0px 0px 0px #243e453d;
    border: none;
    height: 34px;
    width: 100%;
    background-color: var(--blue);
    color: var(--white);
    margin-top: auto; }
  .flexDiv button:hover {
    background-color: #28a9ca;
    cursor: pointer; }
  .defiPlatformAppGammaOptions {
    width: 50%;
    margin-top: 80px;
    color: var(--blue);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-m);
    position: relative;
    position: relative; }
  .hoverDiv {
    height: 90%;
    width: calc(100% - 50px - 1rem);
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .rightSideDescription {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-right: auto;
    left: 10%;
    transition: left 150ms ease-out; }
  .hoverDiv img {
    width: 90%;
    transition: width 150ms ease-out; }
  .hoverDiv h3 {
    font-weight: lighter;
    /* transition: all 1500ms ease-out; */ }
  .defiPlatformAppGammaOptions p {
    color: white;
    font-weight: lighter;
    color: #898989;
    margin-right: 50px; } }

.defiPlatformAppGammaOptions img {
  margin-top: 10px;
  width: 100%; }

.hoverAppImg {
  width: 113% !important; }

.invisible {
  display: none !important; }

.leftToZero {
  left: -10% !important; }

.burgerClicked {
  background-color: var(--green) !important;
  width: 30% !important;
  border-radius: 8px !important; }

.navUnderline, .navUnderlineProducts, .navUnderlineFeatures, .navUnderlineRoadmap, .navUnderlineTeam, .navUnderlineContact {
  background-color: var(--blue) !important; }

.navUnderlineProducts {
  width: var(--selected-nav-item-products-width) !important; }

.navUnderlineFeatures {
  width: var(--selected-nav-item-features-width) !important; }

.navUnderlineRoadmap {
  width: var(--selected-nav-item-roadmap-width) !important; }

.navUnderlineTeam {
  width: var(--selected-nav-item-team-width) !important; }

.navUnderlineContact {
  width: var(--selected-nav-item-contact-width) !important; }

.scrollDisabled {
  overflow: hidden; }
