@import url("https://fonts.googleapis.com/css2?family=DM+Sans&display=swap");

@font-face {
  font-family: HeliosExt;
  src: url(assets/font/HeliosExt.otf);
}
@font-face {
  font-family: Roobert;
  src: url(assets/font/Roobert-Regular.ttf);
}

*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #131825;
}

img {
  pointer-events: none;
}

.title {
  font-family: "HeliosExt";
  font-style: normal;
  font-weight: 400;
  color: #fff;
}

.description {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
}

button {
  height: 36px;
  padding: 0 20px;
  background: #131825;
  color: #fff;
  border: 1px solid rgba(109, 242, 210, 0.15);
  font-size: 12px;
  position: relative;
}

button:hover {
  cursor: pointer;
  border: 1px solid rgba(109, 242, 211, 0.329);
}

button::before {
  background-image: url("assets/Group\ 54.svg");
  background-repeat: no-repeat;
  background-size: 29%;
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 50px;
  top: 0;
  left: 0;
}
button::after {
  background-image: url("assets/Group\ 55.svg");
  background-repeat: no-repeat;
  background-size: 29%;
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 50px;
  top: 0px;
  right: -15px;
}

button:hover {
  border: 1px solid rgba(109, 242, 158, 0.329);
  filter: brightness(140%);
}

.navy-space {
  background: #fff;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 730px;
  z-index: -1;
  background: linear-gradient(
      180deg,
      rgba(19, 24, 37, 0) 0%,
      rgba(19, 24, 37, 0.58) 100%
    ),
    url("assets/image\ 3.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  mix-blend-mode: luminosity;
}

.white-space {
  background: #f3f6f8;
  position: absolute;
  top: 730px;
  width: 100%;
  height: 900px;
  z-index: -1;
}

.container {
  max-width: 950px;
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
}

/*navbar*/

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.nav-logo {
  width: 25%;
}
.nav-logo img {
  width: 135px;
}

.nav-links .language-btn {
  padding-left: 10px;
  padding-right: 10px;
}

.nav-links > a,
.nav-links > div {
  margin-right: 45px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.dropdown:hover {
  cursor: pointer;
}

.dropdown .dropdown-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  visibility: hidden;
}

.nav-links > a:hover,
.nav-links > div:hover {
  color: #13ff6f;
}

.dropdown:hover .dropdown-content {
  visibility: visible;
  color: #fff;
  list-style-type: none;
  padding-top: 10px;
  gap: 10px;
}

.dropdown-content li:hover {
  color: #13ff6f;
}

.dropdown:hover .dropdown-content a {
  visibility: visible;
  color: #fff;
  text-decoration: none;
  list-style-type: none !important;
  padding-top: 10px;
  gap: 10px;
}

.dropdown-content li:hover a:hover {
  color: #13ff6f;
}

.nav .menu-btn {
  display: none;
  padding: 0;
}

.nav .menu-btn label {
  display: block;
  height: 100%;
  margin: 0;
  width: 40px;
  font-size: 15px;
}
.menu-btn label i {
  margin-top: 16px;
  margin-left: 0px;
}

.container input#menu-btn {
  position: absolute;
  visibility: hidden;
}

.mobile-nav-links {
  display: none;
  font-size: 16px;
}

/*BANNER*/

.banner {
  display: flex;
  min-height: 480px;
  width: 100%;
  overflow: hidden;
}

.banner .banner-text {
  width: 60%;
  height: 100%;
  text-align: left;
  padding: 85px 0 0 0;
}

.banner-text1 {
  font-weight: 500;
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.banner-text3 {
  background: linear-gradient(135deg, #6df2d2 0%, #13ff6f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 3.9rem;
  line-height: 4.2rem;
}
.banner-text2 {
  color: #fff;
  font-size: 3.9rem;
  line-height: 4.2rem;
  margin-top: 1.6rem;
}
.banner-text4 {
  color: #939db8;
  font-size: 1.3rem;
  line-height: 3.2rem;
  margin-top: 2.4rem;
}

.banner-buttons {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-top: 2.4rem;
}

.banner-buttons a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}

.banner-buttons a:hover {
  text-decoration: underline;
}

.banner-buttons a i {
  margin-left: 10px;
}

.banner-arrows {
  margin-top: 5.2rem;
}

.banner .banner-img {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-img img {
  height: 355px;
}

.banner-img .buttons {
  display: none;
}

.banner .banner-arrows button,
.banner-img .buttons button {
  background-repeat: no-repeat;
  border: none;
  height: 40px;
  width: 40px;
  background-color: transparent;
  padding: 0 15px;
}

.banner .banner-arrows button:first-child,
.banner-img .buttons button:first-child {
  background-image: url("assets/arrowbtn-left.svg");
}
.banner .banner-arrows button:nth-child(2),
.banner-img .buttons button:nth-child(2) {
  background-image: url("assets/arrowbtn-right.svg");
  margin-left: 10px;
}

.banner .banner-arrows button::after,
.banner-img .buttons button::after {
  background: none;
}
.banner .banner-arrows button::before,
.banner-img .buttons button::before {
  background: none;
}

.content .what-is-helpseed {
  min-height: 480px;
  background: #181e2f;
  width: 100%;
  display: flex;
  background-image: url("assets/coin.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  margin-top: 54px;
}
.content .what-is-helpseed .what-is-helpseed-text {
  height: fit-content;
  margin: auto 30px;
}

.what-is-helpseed-text1 {
  font-size: 30px;
  line-height: 40px;
}
.what-is-helpseed-text2 {
  font-size: 12px;
  line-height: 24px;
  color: #939db8;
  margin-top: 30px;
}

.what-is-helpseed button {
  margin-top: 15px;
}

.content .what-is-helpseed img {
  margin: auto 38px auto auto;
  height: 300px;
}

/*section*/

.content .sections {
  width: 100%;
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 32px;
}

.content .sections .section {
  padding: 24px;
  background: #fff;
  min-height: 360px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.content .sections .section:first-child {
  background-image: url("assets/Group\ 35.svg");
}
.content .sections .section:nth-child(2) {
  background-image: url("assets/Group\ 151.jpg");
}
.content .sections .section:nth-child(3) {
  background-image: url("assets/Group\ 82.svg");
}

.content .sections .section:nth-child(4) {
  background-image: url("assets/3.svg");
}

.sections .section .section-logo {
  width: 60px;
  height: 60px;
}

.sections .section .section-header {
  font-family: "Roobert";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #29363d;
  margin-top: 18px;
}
.sections .section .section-content {
  font-size: 12px;
  line-height: 24px;
  color: #656b8a;
  margin-top: 12px;
  width: 255px;
}

.sections .section .section-logo img {
  width: 100%;
}

@media (width > 763px) {
  .content .sections .section:first-child {
    background-image: url("assets/Group\ 35.svg");
    background-size: 40%;
  }
  .content .sections .section:nth-child(2) {
    background-image: url("assets/Group\ 151.jpg");
    background-size: 65%;
  }
  .content .sections .section:nth-child(3) {
    background-image: url("assets/Group\ 82.svg");
    background-size: 55%;
  }

  .content .sections .section:nth-child(4) {
    background-image: url("assets/3.svg");
    background-size: 55%;
  }
}

/*section2*/
.content .sections2 {
  width: 100%;
}
.content .sections2 .section2 {
  display: flex;
  margin-top: 70px;
}

.content .sections2 .section2 .section-2-img {
  height: 394px;
  padding: 10px;
  width: 50%;
}

.content .sections2 .section2 .section-2-text {
  padding: 10px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 23px;
  text-align: left;
}

.content .sections2 .section2 .section-2-img img {
  width: 100%;
}

.content .sections2 .section2 .section-2-text .section-2-text1,
.sections3 .sections3-text .sections3-text1 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
}

.content .sections2 .section2 .section-2-text .section-2-text2,
.sections3 .sections3-text .sections3-text2 {
  color: #939db8;
  font-size: 13px;
  line-height: 24px;
}

.text-center {
  text-align: center;
}

.content .sections2 .section2:nth-child(even) {
  flex-direction: row-reverse;
}

/*section3*/
.content .sections3 {
  width: 100%;
  padding: 40px 0;
  margin-top: 80px;
}

.content .sections3 .sections3-text {
  width: 80%;
  margin: 0 auto;
}

.sections3-text2 {
  margin-top: 32px;
}

/*sections4*/

.content .sections4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr) 0.85fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 40px;
}

.content .sections4 .section4 {
  padding: 36px;
  border: 1px solid rgba(80, 250, 209, 0.35);
}

.content .sections4 .section4:first-child {
  grid-area: 1 / 1 / 3 / 2;
  background-image: url("assets/Mask\ group.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.content .sections4 .section4 .section4-header {
  display: flex;
  justify-content: space-between;
}

.content .sections4 .section4 .section4-text1 {
  margin-top: 36px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}

.content .sections4 .section4 .section4-text2 {
  color: #939db8;
  font-size: 12px;
  line-height: 24px;
}

.content .sections4 .section4 .section4-header img {
  height: 27px;
}

.content .sections4 .section4:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
  height: 327px;
  background-image: url("assets/Group\ 163.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 80%;
}
.content .sections4 .section4:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
  background-image: url("assets/Group\ 164.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50%;
}
.content .sections4 .section4:nth-child(4) {
  grid-area: 3 / 1 / 4 / 3;
  background-image: url("assets/Group.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 30%;
  background-position-x: 550px;
}

.content .sections4 .section4:nth-child(4) .section4-header img {
  height: 36px;
}
.content .sections4 .section4:nth-child(4) .section4-text2 {
  width: 45%;
}

.content .sections4 .section4 .section4-header button.btn3,
.content .sections4 .section4 .btn2 {
  display: none;
}

.content .sections4 .section4 .section4-header button.btn3 .fa-arrow-up {
  transform: rotate(45deg);
}

/*sections5*/
.content .sections5 {
  padding: 0 48px;
  margin-top: 85px;
}

.content .sections5 .section5:nth-child(odd) {
  height: 172px;
  display: flex;
  align-items: center;
  gap: 80px;
  padding-right: 50px;
}

.content .sections5 .section5:nth-child(even) {
  height: 172px;
  display: flex;
  align-items: center;
  gap: 80px;
  flex-direction: row-reverse;
  margin-top: 60px;
  padding-left: 50px;
}

.section5 .section5-img {
  height: 108px;
}

.section5 .section5-img img {
  height: 100%;
}

.section5 .section5-text .section5-text1 {
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
}

.section5 .section5-text .section5-text2 {
  color: #939db8;
  font-size: 13px;
  line-height: 24px;
  margin-top: 18px;
}

/*sections6*/

.content .sections6 {
  margin-top: 120px;
  min-height: 150px;
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.content .sections6 .section6-text {
  color: #ffffff;
  font-size: 42px;
  line-height: 27px;
}

.content .sections6 .section6-text2 {
  font-size: 42px;
  line-height: 42px;
  text-align: center;
  background: linear-gradient(135deg, #6df2d2 0%, #13ff6f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/*footer*/

footer {
  margin-top: 50px;
  padding: 50px 10px;
  overflow: hidden;
}

footer .footer {
  width: 100%;
  min-height: 318px;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}

footer .logo {
  width: 25%;
  padding-right: 20px;
}

footer .logo .logo-text {
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  margin-top: 24px;
}

footer .logo img {
  height: 30px;
  width: auto;
}

footer .logo .line {
  margin-top: 24px;
  height: 1px;
  width: 204px;
  background: #939db8;
  opacity: 0.1;
}

footer .logo .social-media-icons {
  display: flex;
  list-style-type: none;
  margin-top: 15px;
  gap: 21px;
  justify-content: center;
}

footer .logo .social-media-icons li {
  width: 20px;
  height: 20px;
}

footer .logo .social-media-icons .icon {
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

footer .logo .social-media-icons .facebook-icon {
  background: url("assets/facebook-circle-line.svg");
  background-size: 20px 20px;
}
footer .logo .social-media-icons .twitter-icon {
  background: url("assets/twitter-line.svg");
  background-size: 20px 20px;
}
footer .logo .social-media-icons .instagram-icon {
  background: url("assets/instagram-line.svg");
  background-size: 20px 20px;
}
footer .logo .social-media-icons .linkedin-icon {
  background: url("assets/linkedin-box-line.png");
  background-size: 20px 20px;
}

footer .links {
  width: 75%;
  height: 100%;
  display: flex;
}

footer .links .list {
  font-size: 12px;
  color: #ffffff;
  line-height: 12px;
  width: fit-content;
  margin-left: 30px;
}

footer .links .list:first-child {
  margin-left: 0;
}
footer .links .list:last-child {
  margin-left: 80px;
}

footer .links ul {
  margin-top: 15px;
  list-style-type: none;
}

footer .links .list ul li {
  line-height: 24px;
}

footer .links .list ul li a {
  text-decoration: none;
  color: #939db8;
  font-size: 12px;
}

footer .links .solutions-list {
  margin-top: 36px;
}

footer .copyright {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

footer .copyright .copyright-text {
  font-size: 11px;
  line-height: 18px;
  background: linear-gradient(135deg, #6df2d2 0%, #13ff6f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

footer .copyright ul {
  display: flex;
  list-style-type: none;
  gap: 24px;
}

footer .copyright ul a {
  font-size: 11px;
  color: #939db8;
  line-height: 18px;
  text-decoration: none;
}

footer .footer .links-mobile {
  display: none;
}

.element {
  position: absolute;
  top: 1600px;
  left: 0px;
  width: 100%;
  z-index: -2;
}

.element2 {
  position: absolute;
  top: 800px;
  left: 0px;
  width: 100%;
  z-index: -2;
}

.element img,
.element2 img {
  width: 100%;
}

@media screen and (max-width: 950px) {
  .container > .nav {
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 760px) {
  .white-space {
    height: 1870px;
  }

  .element {
    top: 2570px;
  }
  .element2 {
    top: 2200px;
  }

  .container > .nav {
    flex-direction: row;
  }
  .container > .nav .nav-links {
    display: none;
  }

  .container > .nav .menu-btn {
    display: block;
  }

  .container > .nav .nav-logo {
    width: 35%;
  }

  .content .sections2 .section2 {
    align-items: flex-start;
  }
  .content .sections4 {
    display: flex;
    flex-direction: column;
  }

  .content .sections4 .section4 .btn2 {
    margin-top: 24px;
  }
  .content .sections4 .section4 div {
    width: 60%;
  }

  .content .sections4 .section4:first-child {
    background-position: right;
    background-size: contain;
  }
  .content .sections4 .section4:nth-child(2) {
    background-position: right bottom;
    background-size: 70%;
  }
  .content .sections4 .section4:nth-child(3) {
    background-position: right bottom;
  }
  .content .sections4 .section4:nth-child(4) {
    background-position: 90%;
    background-size: auto 80%;
  }
  .content .sections4 .section4 .section4-header button {
    display: none;
  }
  .content .sections4 .section4 .btn2 {
    display: block;
  }

  .content .sections5 .section5:nth-child(odd) {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    height: fit-content;
    padding: 0;
  }
  .content .sections5 .section5:nth-child(even) {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
    height: fit-content;
    padding: 0;
  }

  .content .sections5 .section5:nth-child(even) .section5-img {
    margin: auto 20px auto auto;
  }

  footer .footer {
    flex-direction: column;
    gap: 50px;
  }

  footer .footer .logo {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
  }

  .footer .logo img {
    height: 40px;
  }

  .footer .logo .logo-text {
    font-size: 1.4rem;
  }

  .footer .logo .social-media-icons li {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  footer .footer .links {
    width: 100%;
  }

  footer .footer .links .list {
    font-size: 1.3rem;
  }

  .footer .links .list ul li a {
    font-size: 1.25rem;
  }
  footer .copyright .copyright-text {
    font-size: 1.2rem;
  }

  footer .copyright ul li a {
    font-size: 1.2rem;
  }
  .links-mobile .list {
    margin-top: 20px;
    padding-bottom: 25px;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 12px;
    width: 100%;
    border-bottom: 1px solid #939db82a;
  }

  .links-mobile {
    display: block !important;
  }

  .links-mobile .list .list-header {
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
  }

  .links-mobile .list input[type="checkbox"] {
    margin-top: -50px;
    width: 200px;
    opacity: 0;
  }

  .links-mobile .list input[type="checkbox"]:checked ~ ul {
    display: block;
  }

  .links-mobile .list ul {
    list-style-type: none;
    display: none;
  }

  .links-mobile .list ul li {
    margin-top: 15px;
  }

  .links-mobile .list ul li a {
    text-decoration: none;
    color: #939db8;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 590px) {
  .white-space {
    top: 1000px;
    height: 2550px;
  }

  .navy-space {
    height: 1000px;
  }

  .element {
    top: 3550px;
  }

  .element2 {
    top: 3450px;
  }

  .container > .nav .nav-logo {
    width: 50%;
  }

  input#menu-btn:checked ~ .mobile-nav-links {
    margin-top: 20px;
    background: #131825;
    padding: 30px 20px;
    width: 100vw;
    position: absolute;
    left: 0;
    z-index: 10;
  }

  .mobile-nav-links a {
    color: #fff;
    text-decoration: none;
  }

  .mobile-nav-links ul {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style-type: none;
    width: 100%;
    gap: 20px;
  }

  .banner {
    flex-direction: column;
    gap: 30px;
  }

  .banner .banner-text {
    width: 100%;
  }

  .banner .banner-img {
    width: auto;
    align-items: flex-start;
    justify-content: space-between;
    max-height: 350px;
  }

  .banner-img img {
    height: auto;
  }

  .banner-img .buttons {
    display: flex;
  }

  .banner .banner-arrows {
    display: none;
  }

  .banner-buttons {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
    align-items: center;
  }
  .content .what-is-helpseed {
    flex-direction: column;
    background-position: bottom;
    background-image: url("assets/what-is-helpseed-590.svg");
    background-position: bottom;
    background-size: 100%;
    min-height: 700px;
    padding-bottom: 10%;
    padding-top: 0;
    margin-top: 0;
  }

  .content .what-is-helpseed img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }

  .content .what-is-helpseed .what-is-helpseed-text {
    margin: 30px 30px auto 30px;
  }

  .content .sections .section {
    background-size: 60%;
    padding-bottom: 50%;
    height: fit-content;
    background-position: right bottom;
  }

  .content .sections .section:first-child {
    background-image: url("assets/section1.svg");
    background-position: bottom;
    background-size: 90%;
  }
  .content .sections .section:nth-child(2) {
    background-image: url("assets/section-second-590.png");
    background-position: bottom right;
    background-size: 80%;
  }
  .content .sections .section:nth-child(3) {
    background-image: url("assets/section-third-590.png");
    background-position: bottom;
    background-size: 80%;
  }
  .content .sections .section:nth-child(4) {
    background-image: url("assets/section-fourth-590.png");
    background-position: bottom;
    padding-bottom: 60%;
    background-size: 100%;
  }

  .sections .section .section-content {
    width: auto;
  }

  .content .sections2 .section2:nth-child(odd),
  .content .sections2 .section2:nth-child(even) {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .content .sections2 .section2 .section-2-text {
    width: 100%;
  }
  .content .sections2 .section2 .section-2-img {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .content .sections3 {
    margin-top: 120px;
  }
  .content .sections3 .sections3-text {
    width: 100%;
  }

  .content .sections4 {
    margin-top: 100px;
  }

  .content .sections4 .section4 {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content .sections4 .section4:nth-child(3) {
    padding-bottom: 66%;
    height: auto;
    background-position: right bottom;
    background-size: 90%;
  }

  .content .sections4 .section4:first-child {
    padding-bottom: 95%;
    background-position: bottom;
  }
  .content .sections4 .section4:nth-child(2) {
    padding-bottom: 80%;
    background-position: bottom;
  }

  .content .sections4 .section4:nth-child(4) {
    padding-bottom: 80%;
    background-position: bottom;
    background-size: 80%;
  }

  .content .sections4 .section4 .section4-header img {
    height: 40px;
  }

  .content .sections4 .section4 > div {
    width: 100%;
  }
  .content .sections4 .section4:nth-child(4) .section4-text2 {
    width: 100%;
  }

  .content .sections4 .section4 button.btn2 {
    display: none;
  }

  .content .sections4 .section4 .section4-header button.btn3 {
    display: block;
  }

  .content .sections6 {
    gap: 10px;
  }

  .content .sections6 .section6-text,
  .content .sections6 .section6-text2 {
    font-size: 27px;
  }

  .content .sections6 button {
    margin-top: 10px;
    font-size: 1.4rem;
  }

  footer .copyright {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
  }

  footer .copyright .copyright-text,
  footer .copyright ul li a {
    font-size: 1.5rem;
  }

  footer .footer .links {
    display: none;
  }
}

footer .socials a {
  margin-right: 13px;
  text-align: center;
}

footer .socials a:hover {
  opacity: 0.3;
}

footer .socials svg {
  fill: #fff;
  opacity: 0.5;
  width: 22px;
  height: 22px;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 600px) {
  .btn-container {
    display: none;
  }
}
