@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Overpass:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Questrial&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap");

/*GLOBAL CSS*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --strong-cyan-color: #26baa4;
  --light-blue-color: #6173ff;
  --dark-grayish-blue-color: #4c545d;
  --grayish-blue-color: #9fabb2;
}

body {
  font-family: "Bai Jamjuree";
  font-size: 18px;
}

.container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
}
.section-container {
  margin-top: 10rem;
}
.title {
  font-weight: 600;
  color: var(--dark-grayish-blue-color);
}
.content {
  color: var(--grayish-blue-color);
}
.title-heading {
  color: var(--dark-grayish-blue-color);
  font-weight: 600;
  font-size: 30px;
}

.title-content {
  color: var(--grayish-blue-color);
}

.title-container {
  width: 100%;
  max-width: 768px;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
/*

HEADER SECTION

*/
.header {
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-image: url("./images/bg-header-mobile.png");
  background-size: cover;
}

.header-title {
  font-weight: 600;
  color: var(--dark-grayish-blue-color);
}
.header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.header-body {
  width: 100%;
  max-width: 768px;
  text-align: center;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.header-btn {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin-bottom: 1rem;
}

.btn-ios {
  border: none;
  color: #fff;
  background-color: var(--strong-cyan-color);
  padding: 1rem;
  border-radius: 30px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.btn-mac {
  border: none;
  color: #fff;
  background-color: var(--light-blue-color);
  padding: 1rem;
  border-radius: 30px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

/****

TRACK SECTION

****/

.track-container {
  text-align: center;
  width: 100%;
  max-width: 768px;
  line-height: 1.5;
  margin: auto;
}

.track-title {
  font-size: 30px;
}

.snippet-container {
  width: 90%;
  margin: auto;
  max-width: 1300px;
}
.snippet-flex-container {
  display: block;
  margin-top: 3rem;
}
.image {
  width: 100%;
  object-fit: contain;
}

.snippet-text-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.snippet-text-body {
  width: 100%;
  max-width: 500px;
  margin: auto;
  line-height: 1.7;
}
.snippet-text-heading {
  color: var(--dark-grayish-blue-color);
  font-weight: 500;
  font-size: 30px;
  text-align: center;
}

.snippet-text-content {
  color: var(--grayish-blue-color);
}

/******

CLIPBOARD SECTION


******/
.clipboard-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.device-img-container {
  display: flex;
  justify-content: center;
}

.device-img {
  width: 100%;
  max-width: 700px;
}

/******

SUPERCHARGE SECTION


******/

.supercharge-body-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
}
.supercharge-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}

.supercharge-heading {
  color: var(--dark-grayish-blue-color);
  font-weight: 600;
  font-size: 25px;
}

.supercharge-content {
  color: var(--grayish-blue-color);
}

/******
COMPANY IMAGES

******/

.company-images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}

.company-img {
  width: 150px;
}

/******

APPLE DEVICES CONTAINER
******/

.apple-devices-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

/******
FOOTER SECTION

******/

.footer-section {
  margin-top: 10rem;
  padding: 2rem;
  background-color: rgb(235, 230, 230);
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  text-align: center;
}
.clipboard-footer-img {
  width: 75px;
}

.footer-container-1 {
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-direction: column;
}
.footer-container-1 ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer-container-1 ul li {
  list-style-type: none;
}

.footer-container-1 ul li a {
  text-decoration: none;
  color: var(--dark-grayish-blue-color);
}

.footer-container-1 ul li a:hover {
  color: var(--strong-cyan-color);
}

.footer-socials {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
/**


END CREDITS

*/
.attribution {
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}

/**

MEDIA QUERIES

***/
@media (min-width: 768px) {
  .header-btn {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .header {
    background-image: url("./images/bg-header-desktop.png");
  }
  .image {
    position: relative;
    right: 10vw;
  }
  .snippet-flex-container {
    display: flex;
    align-items: center;
  }

  .snippet-text-heading {
    text-align: start;
  }
  .supercharge-body-container {
    flex-direction: row;
  }

  .company-images {
    flex-direction: row;
  }
  .footer-container {
    flex-direction: row;
    text-align: start;
  }
  .footer-container-1 {
    flex-direction: row;
  }
  .footer-container-1 ul {
    flex-direction: row;
  }
}
