body {
  background: var(--bg-color-primary);
  color: var(--tc-primary);
}

.friends {
  margin: 5.2rem 2rem 3.5rem;
}

.images img {
  margin-right: -1.3rem;

  border-radius: 50%;
  border: 3px solid var(--bg-color-primary);

  width: 2.4rem;
  height: 2.4rem;
}

.main-content h1 {
  max-width: 27rem;
  margin: 0 2rem;
}

.main-subtitle {
  display: none;
}

.hero {
  margin-top: 3.3rem;

  width: 100%;
  max-width: 68rem;
  height: 28rem;

  display: grid;
  place-items: end center;
  
  background-image: url(../assets/home/hero/callAction-Mobile.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.hero button {
  position: absolute;
  
  width: 24rem;
  height: 5.5rem;

  border-radius: 9px;
  margin-bottom: 2rem;

  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: var(--tc-secondary);

  transition: background .5s;
}

.hero button:hover {
  background: var(--btn-color-on);
}

/* About Section */

#about {
  background-color: var(--bg-about-section);
  max-width: 68rem;    
  position: relative;
}

.container {
  padding: 7rem 2rem 0;
}

.container h1 {
  color: var(--tc-secondary);
  font-size: 3rem;
  margin-bottom: 2rem;
}

.card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.card {
  padding: 3rem 6.7rem 3rem 3rem;

  background-color: var(--bg-card-section);
  border: 1px solid rgba(241, 81, 86, 0.3);
  border-radius: 2rem;

  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.card p:first-of-type {
  font-size: 3rem;
}

.card p {
  font-size: 1.4rem;
  line-height: 110%;
  color: var(--tc-card-section);
}

.appImage-wrapper {
  position: relative;
  height: 35rem;
  margin: 3.6rem auto 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.app-bg {
  margin: 3rem 0 3rem;
  background-color: var(--bg-card-section);
  border-radius: 20px;
  height: 28.4rem;
  width: 100%;
}

#ImgApp-Mobile {
  position: absolute;
  height: 34.8rem;
  max-width: 58.5rem;  
  width: 130%;
}

#ImgApp-Desktop {
  display: none;
}

/* Many Friends Section */

#manyFriends {
  background-color: var(--bg-about-section);
  max-width: 68rem;    
  position: relative;
  padding: 2rem;
}

.background {
  background-color: var(--bg-color-primary);
  border-radius: 2rem;
  padding: 6rem 3.2rem;
}

.friends-content h1 {
  color: var(--tc-friends-section);
  font-size: 3rem;
  line-height: 90%;
  text-align: center;
  letter-spacing: -0.02em;
}

.friends-content p {
  font-size: 1.6rem;
  line-height: 110%;
  letter-spacing: -0.02em;

  margin: 4rem 0 2rem;
}

.friends-content button {
  margin-bottom: 3.2rem;
  width: 100%;
  padding: 1.8rem;

  background: var(--btn-color-off);
  border-radius: 8px;

  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.5rem;
  text-align: center;
  color: var(--tc-secondary);

  transition: background .5s;
}

.friends-content button:hover {
  background: var(--btn-color-on);
}

.swiper {
  width: 100%;

}

.swiper-style {
  background-color: var(--bg-about-section);
  border-radius: 18.2857px;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.swiper-style img {
  width: 100%;

  text-align: center;
}

.swiper-style p {
  font-size: 1.6rem;
  line-height: 120%;
  text-align: center;
  color: var(--tc-secondary);

  margin: 1.4rem auto;
}

#dot {
  position: inherit;
  margin-top: 1rem;
}

.swiper-div .swiper-pagination-bullet-active {
  background: var(--btn-color-off);
}

.swiper-button-next::after,
.swiper-button-prev::after,
#prev,
#next {
  display: none;
}

#aboutTeam {
  background-color: var(--bg-about-section);
  max-width: 68rem;    
  position: relative;
  padding: 2rem;
}

.Desktop {
  display: none;
}

#aboutTeam h1 {
  color: var(--tc-secondary);
  font-size: 3rem;
  line-height: 110%;
  letter-spacing: -0.02em;
}

.description {
  color: var(--tc-secondary);
  font-size: 2rem;
  line-height: 110%;
  letter-spacing: -0.02em;

  margin: 2rem 0 6rem;
}

.teamSwiper-style {
  background-color: var(--bg-card-section);
  border: 1px solid rgba(241, 81, 86, 0.3);
  border-radius: 18.2857px;

  padding: 1rem;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.teamSwiper-div {
  width: 100%;
  overflow: hidden;
}

.teamSwiper-style img {
  width: 100%;

  text-align: center;
}

.teamSwiper-style p {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 120%;
  text-align: center;
  color: var(--tc-secondary);

  margin-top: 2.2rem;
}

.teamSwiper-style span {
  display: block;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  text-align: center;
  color: var(--tc-secondary);

  margin-bottom: 2.2rem;
}

#teamDot {
  margin-top: 1rem;
  text-align: center;
}

.teamSwiper-div .swiper-pagination-bullet-active {
  background: var(--tc-secondary);
}

.teamSwiper-button-next,
.teamSwiper-button-prev,
#prev,
#next {
  display: none;
}

#contact {
  background-color: var(--bg-about-section);
  max-width: 68rem;    
  position: relative;
  padding: 2rem; 
}

.contact-content {
  position: relative;
}

.contact-content img {
  width: 100%;
}

.contact-content h1 {
  font-size: 3rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--tc-primary);

  position: absolute;
  left: 3.2rem;
  bottom: 10rem;
}

.contact-content a {
  text-decoration: none;

  font-weight: 400;
  font-size: 1.4rem;
  line-height: 110%;
  color: var(--tc-friends-section);

  display: flex;
  gap: .7rem;
  align-items: center;

  position: absolute;
  bottom: 6.5rem;
  left: 3.2rem;
}

.contact-content a img {
  width: 2rem;
}

footer {
  max-width: 68rem;
  height: 18.7rem;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}

footer img {
  height: 4rem;
}

footer div {
  display: flex;
  gap: 4rem;
}



/* Tablet Version */

@media (min-width: 681px) {

  section {
    max-width: 108vw;
  }
  
  #home {
    max-width: 100vw;
    max-width: 108rem;
    padding-bottom: 0;
    height: 90rem;
  }

  .main-content {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    
    padding: 3rem 0 0 3rem;
    height: 79rem;
    position: relative;
  }

  .friends {
    margin: 5.2rem 0 3.5rem;

    display: flex;
    flex-direction: column;
    gap: 1rem
  }

  .images img {
    border: 3px solid var(--bg-color-primary);
    width: 3.2rem;
    height: 3.2rem;
  }

  .main-content h1 {
    max-width: 52rem;
    margin: 7rem 0 0;
    font-size: 4.5rem;
    width: 55%;
  }

  .main-subtitle {
    display: block;

    margin-top: 8rem;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.6rem;
    width: 55%;
  }

  .hero {
    margin-top: 0;

    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    max-height: 79rem;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: end left;

    background-image: url(../assets/home/hero/callAction-Desktop.png);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
  }

  .hero button {
    position: absolute;
    bottom: 6.4rem;
    width: 83%;
    max-width: 50rem;
    height: 7.2rem;
    margin: 0 4rem 5rem;
    font-weight: 800;
    font-size: 2rem;
  }

  #about {
    width: 100vw;
    max-width: 108rem;   
  }

  .container {
    margin: 0 2rem 0 0;
    padding: 8rem 2rem 2rem
  }

  .card-wrapper {
    margin-top: 2rem;
    display: grid;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    gap: 3.2rem;
    padding: 0;
  }
  .last {
    grid-column: span 2;
  }

  .appImage-wrapper {
    margin: 0;
  }

  #manyFriends {
    max-width: 108rem;    
  }

  .friends-content p {
    max-width: 60rem;
    text-align: center;
    margin: 4rem auto 2rem;
  }

  .friends-content button {
    margin: 0 auto 3.2rem;
    max-width: 60rem;
  }

  .friends-content button:hover {
    background: var(--btn-color-on);
  }

  .swiper {
    width: 38.4rem;

  }

  .swiper-style {
    border-radius: 27.4286px;
  }


  .swiper-style img {
    min-height: 19.2rem;
    min-width: 100%;

    text-align: center;
  }

  .swiper-style p {
    font-weight: 700;
    font-size: 2.4rem;
    margin: 2rem auto;
  }

  #dot {
    margin-top: 2.5rem;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: none;
  }

  .swiper-div {
    margin: 0 auto;
    max-width: 60rem;

    position: relative;
  }

  .swiper-div .swiper-button-next,
  .swiper-div .swiper-button-prev {
    width: 7.2rem;
    height: 7.2rem;

    padding: 2.4rem;
    margin: 0;
    border: 1px solid #FFFFFF;
    border-radius: 1.5rem;
  }

  #prev,
  #next {
    display: block;
  } 

  .swiper-div .swiper-button-next {
    position: absolute;
    top: 9rem;
  }

  .swiper-div .swiper-button-prev {
    position: absolute;
    top: 9rem;
  }

  .swiper-div .swiper-button-next:hover,
  .swiper-div .swiper-button-prev:hover {
    background: var(--btn-color-off);
  }

  .swiper-div .swiper-button-next:hover svg path,
  .swiper-div .swiper-button-prev:hover svg path {
    stroke: hsla(0, 0%, 0%, 1);
  }

  #aboutTeam {
    max-width: 108rem;    
  }
  
  #aboutTeam h1 {
    font-size: 4.8rem;
  line-height: 90%;
  }
  
  .description {
    text-align: justify;
    display: flex;
    align-items: center;
  }
  
  .teamSwiper-style {
    background-color: var(--bg-card-section);
    border: 1px solid rgba(241, 81, 86, 0.3);
    border-radius: 18.2857px;
  
    padding: 1rem;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .teamSwiper-div {
    margin: 0 auto;
    max-width: 60rem;
    position: relative;
  }

  .teamSwiper {
      max-width: 38.4rem;
      margin: 0 auto;
      overflow: hidden;
  }
  
  .teamSwiper-div .teamSwiper-button-next,
  .teamSwiper-div .teamSwiper-button-prev {
    width: 7.2rem;
    height: 7.2rem;

    padding: 2.4rem;
    margin: 0;
    border: 1px solid var(--tc-secondary);
    border-radius: 1.5rem;
  }

  #teamPrev,
  #teamNext {
    display: block;
  } 

  .teamSwiper-div .teamSwiper-button-next {
    position: absolute;
    top: 15rem;
    right: 0;
  }

  .teamSwiper-div .teamSwiper-button-prev {
    position: absolute;
    top: 15rem;
    left: 0;
  }

  .teamSwiper-div .teamSwiper-button-next:hover,
  .teamSwiper-div .teamSwiper-button-prev:hover {
    background: var(--tc-secondary);
  }

  .teamSwiper-div .teamSwiper-button-next:hover svg path,
  .teamSwiper-div .teamSwiper-button-prev:hover svg path {
    stroke: var(--btn-color-off);
  }

  #contact {
    max-width: 108rem;    
  }

  .contact-content .Mobile {
    display: none;
  }

  .contact-content .Desktop {
    display: block;
  }

  .contact-content h1 {
    top: 25%;
  }

  .contact-content a {
    top: 70%;
    bottom: auto;

  }

  footer {
    max-width: 108rem;
    height: 10rem;

    padding: 0 2rem;
  
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  footer div {
    display: flex;
    gap: 4rem;
  }
}

