@font-face {
  font-family: 'SfPro';
  src: url('./assets//font/SfPro.ttf') format('ttf');
}

:root {
  --light: #ffffff;
  --dark: #232233;
  --gray: #6c6c72;
  --primary: #fc962a;
  --secondary: #ffaf5a;
  --text-navlinks-sm: 16px;
  --text-h1-lg: 48px;
  --text-h1-sm: 40px;
  --text-h2-lg: 40px;
  --text-h2-sm: 32px;
  --text-h3-lg: 24px;
  --text-h3-sm: 20px;
  --text-h4-lg: 20px;
  --text-h4-sm: 18px;
  --text-body-lg: 18px;
  --text-body-sm: 16px;
  --text-body-xs: 14px;
  --px-section-x-sm: 20px;
  --px-section-x-lg: 90px;
  --py-section-y-sm: 40px;
  --py-section-y-lg: 60px;
}

/* GLOBAL START */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'SfPro', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--light);
  overflow-x: hidden;
}

body .container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 1400px;
  padding: 220px var(--px-section-x-lg) 60px;
}

body .container h1 {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}

body .container h2 {
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 1rem;
}

body .container h3 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 1rem;
}

body .container p {
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.8;
}

body .container section .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

/* GLOBAL END */

/* HEADER START */
header {
  padding-inline: var(--px-section-x-lg);
  padding-block: 40px;
  background-color: var(--light);
  position: fixed;
  width: 100vw;
  z-index: 80;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

/* navbar */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav .logo {
  width: 200px;
  max-width: 279.39px;
}

nav .navlinks-container {
  display: flex;
  gap: 40px;
  align-items: center;
}

nav nav .navlinkscontainer .navlinks-container #burger-menu {
  display: none;
}

nav .navlinks-container ul {
  display: flex;
  gap: 40px;
  align-items: center;
}

nav .navlinks-container ul li {
  list-style: none;
}

nav .navlinks-container ul li a {
  font-size: var(--text-navlinks-sm);
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--dark);
}

nav .navlinks-container .flag-container {
  display: flex;
  gap: 16px;
}

nav .navlinks-container .flag-container .flag {
  width: 40px;
  height: 29px;
}
/* HEADER END */

/* SECTION PURPOSE START */
#purpose ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-left: 40px;
}

#purpose ul li {
  list-style: decimal;
}

#purpose ul li p {
  padding-left: 10px;
}
/* SECTION PURPOSE END */

/* SECTION USER RESPONSIBILITIES START */
#user-responsibilities ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-left: 40px;
}

#user-responsibilities ul li {
  list-style: lower-alpha;
}

#user-responsibilities ul li p {
  padding-left: 10px;
}
/* SECTION USER RESPONSIBILITIES END */

/* SECTION USE OF THE APPLICATION START */
#use-application > ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-left: 40px;
}

#use-application > ul > li {
  list-style: decimal;
}

#use-application ul li p {
  padding-left: 10px;
}

#use-application > ul > li > ul {
  margin-left: 40px;
}

#use-application > ul > li > ul li {
  list-style: lower-alpha;
}
/* SECTION USE OF THE APPLICATION END */

/* SECTION PRICES (SUBSCRIPTION) START */
#prices-subscription ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-left: 40px;
}

#prices-subscription ul li {
  list-style: decimal;
}

#prices-subscription ul li p {
  padding-left: 10px;
}
/* SECTION PRICES (SUBSCRIPTION) END */

/* SECTION PRICES (SERVICES) START */
#prices-services ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-left: 40px;
}

#prices-services ul li {
  list-style: decimal;
}

#prices-services ul li p {
  padding-left: 10px;
}
/* SECTION PRICES (SERVICES) END */

/* SECTION OWNERSHIP AND RESPONSIBILITY OF DATA START */
#ownership ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-left: 40px;
}

#ownership ul li {
  list-style: decimal;
}

#ownership ul li p {
  padding-left: 10px;
}
/* SECTION OWNERSHIP AND RESPONSIBILITY OF DATA END */

/* SECTION UPDATES AND SECURITY START */
#updates ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-left: 40px;
}

#updates ul li {
  list-style: decimal;
}

#updates ul li p {
  padding-left: 10px;
}
/* SECTION UPDATES AND SECURITY END */

/* SECTION LIMITATION OF LIABILITY START */
#limitation-libility ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-left: 40px;
}

#limitation-libility ul li {
  list-style: lower-alpha;
}

#limitation-libility ul li p {
  padding-left: 10px;
}
/* SECTION LIMITATION OF LIABILITY END */

/* SECTION TERMINATION START */
#termination ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-left: 40px;
}

#termination ul li {
  list-style: decimal;
}

#termination ul li p {
  padding-left: 10px;
}
/* SECTION TERMINATION END */

/* FOOTER START */
footer {
  width: 100%;
  padding-inline: var(--px-section-x-lg);
  padding-block: 26px;
  background-color: #000;
}

footer .social-n-terms {
  display: flex;
  justify-content: space-between;
}

footer .social-n-terms .social-media {
  display: flex;
  gap: 60px;
}

footer .social-n-terms .social-media li {
  list-style: none;
}

footer .social-n-terms .social-media a {
  font-size: var(--text-body-lg);
  color: var(--primary);
}

footer .social-n-terms .terms-n-condition p {
  font-size: var(--text-body-lg);
  color: var(--light);
}

footer .social-n-terms .terms-n-condition a {
  font-size: var(--text-body-lg);
  color: var(--light);
  text-transform: capitalize;
}

footer .author {
  margin-top: 50px;
}

footer .author p {
  font-size: var(--text-body-lg);
  color: var(--light);
  text-align: center;
}
/* FOOTER END */

/* MOBILE PHONE */
@media only screen and (max-width: 768px) {
  /* GLOBAL START */
  body .container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 120px var(--px-section-x-sm) 60px;
  }

  body .container h1 {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }

  body .container h2 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }

  body .container h3 {
    font-size: 0.9rem;
  }

  body .container p {
    font-size: 0.9rem;
  }

  body .container section .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  /* GLOBAL END */

  /* HEADER MOBILE START */
  header {
    position: fixed;
    padding: 20px;
    background-color: var(--light);
  }

  nav .logo {
    width: 100px;
  }

  nav .navlinks-container {
    position: absolute;
    top: 0;
    right: -200px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: start;
    width: 200px;
    padding: 20px;
    margin-top: 80px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    background-color: var(--light);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    transition: right 300ms;
    z-index: 100;
  }

  nav .navlinks-container.active {
    right: 0;
    transition-duration: 300ms;
  }

  nav .navlinks-container ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: start;
  }

  /* burger menu */
  nav #burger-menu {
    cursor: pointer;
    height: 27px;
    width: 27px;
    overflow: visible;
    position: relative;
    z-index: 100;
  }
  nav #burger-menu span,
  nav #burger-menu span:before,
  nav #burger-menu span:after {
    background: var(--primary);
    display: block;
    height: 4px;
    opacity: 1;
    position: absolute;
    transition: 0.3s ease-in-out;
  }
  nav #burger-menu span:before,
  nav #burger-menu span:after {
    content: '';
  }
  nav #burger-menu span {
    right: 0px;
    top: 13px;
    width: 27px;
  }
  nav #burger-menu span:before {
    left: 0px;
    top: -10px;
    width: 16px;
  }
  nav #burger-menu span:after {
    left: 0px;
    top: 10px;
    width: 20px;
  }
  /* HEADER MOBILE END */

  /* FOOTER MOBILE START */
  footer {
    padding-inline: var(--px-section-x-sm);
    padding-block: 40px;
  }

  footer .social-n-terms {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  footer .social-n-terms .social-media {
    display: flex;
    gap: 40px;
  }

  footer .social-n-terms .social-media a {
    color: var(--primary);
  }

  footer .social-n-terms .terms-n-condition p {
    font-size: var(--text-body-sm);
  }

  footer .social-n-terms .terms-n-condition a {
    font-size: var(--text-body-sm);
  }

  footer .author {
    margin-top: 64px;
  }

  footer .author p {
    font-size: var(--text-body-sm);
  }
  /* FOOTER MOBILE END */
}
