*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  width: 100vw;
  height: 100vh;
}

:root {
  --primary-color: #a83574;
  --overlay-color: #55539e;
  --gray-dark: #4d4d4d;
  --gray-light: #999999;
  --menu-speed: 0.75s;
}

body {
  color: var(--gray-dark);
  text-decoration: none;
}

a {
  color: var(--gray-dark);
  text-decoration: none;
}

a:hover {
  font-weight: bold;
  color: var(--gray-dark);
  text-decoration: none;
}

.cookies,
.general,
.privacy,
.company {
  display: flex;
  flex-direction: column;
  width: 70vw;
  margin: auto;
}

.main-logo {
  position: fixed;
  top: 20px;
  left: 20px;
}

.cookies h5 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

.cookies p,
li {
  font-size: 1.4rem;
  color: var(--gray-dark);
  text-align: justify;
}

.privacy h2, .company h2 {
  font-size: 6rem;
  font-weight: 200;
  text-align: center;
  color: var(--gray-dark);
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-transform: uppercase;
}

.privacy h5 {
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 500;
  padding-top: 1rem;
  text-transform: uppercase;
}

.general h5 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  padding-top: 1rem;
}

.cookies h5 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  padding-top: 1rem;
}

.privacy p,
li {
  font-size: 1.4rem;
  color: var(--gray-dark);
  text-align: justify;
}

.privacy ul li, .privacy ol li  {
  margin-left: 100px;
}


.general h3 {
  font-size: 2rem;
}

.general p,
li {
  font-size: 1.4rem;
  color: var(--gray-dark);
  text-align: justify;
}

.company h5 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

.company p,
li {
  font-size: 1.4rem;
  color: var(--gray-dark);
  text-align: justify;
}

h3 {
  text-transform: uppercase;
  color: var(--primary-color);
}

.cookies h5 {
  text-transform: uppercase;
}

/* ********  SOCIAL SIDE ******** */

.social.side {
  position: relative;
}

.ss-side li {
  list-style: none;
  color: var(--gray-dark);
}

.ss-side .fab,
.fas,
.far {
  color: var(--gray-dark);
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.connect {
  color: var(--gray-dark);
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  justify-content: space-between;
  transform: rotate(270deg);
  transform-origin: bottom left;
  position: fixed;
  left: 38px;
  bottom: 20px;
  right: 100%;
  width: 290px;
  font-size: 1.4rem;
  font-weight: 400;
}

.ss-social {
  display: flex;
  flex-direction: column;
  width: 55px;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  column-gap: 2rem;
  row-gap: 1rem;
  position: fixed;
  left: 2px;
  bottom: 168px;
}

.ss-social,
.ss-side a:hover {
  text-decoration: none;
}

.sfb:hover {
  color: #3b5998;
}

.stw:hover {
  color: #00aced;
}

.sin:hover {
  color: #517fa4;
}

.sli:hover {
  color: #007bb6;
}

.ss1:hover {
  color: var(--primary-color);
}

.ss2:hover {
  color: #59267c;
}

.ss3:hover {
  color: #075e54;
}

.talk {
  color: var(--gray-dark);
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  justify-content: space-between;
  transform: rotate(270deg);
  transform-origin: bottom left;
  position: fixed;
  left: 38px;
  bottom: 330px;
  right: 100%;
  width: 290px;
  font-size: 1.4rem;
  font-weight: 400;
}

.ss-talk {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  column-gap: 2rem;
  row-gap: 1.5rem;
  position: fixed;
  left: 2px;
  bottom: 415px;
  width: 55px;
}

.ss-side {
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ss-talk .fab {
  font-size: 2rem;
}

.ss-talk .far {
  font-size: 2rem;
}

/* ******** END OF SOCIAL SIDE ******** */


@media screen and (max-width:800px) {

  .privacy h2, .company h2 {
    font-size: 5rem;
    }

}


@media screen and (max-width:600px) {

  .privacy h2, .company h2 {
    font-size: 4rem;
    }

}