*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.Forum-resgular {
  font-family: "Forum", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.bold{
  font-weight: 500;
}
body{
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.p{
  font-size: 15px;
  line-height: 28px;
  color: var(--text-color);
}

/* Headings */
h1{
  margin: 0;
}
h1, h2, h3, h4, h5, h6{
  font-weight: 400;
}
.h1, .h2, .h3, .h4, .h5, .h6{
  font-family: "Forum", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--heading-color);
}

.h1{
  font-size: 43px;
  line-height: 52px;
}
.h2{
  font-size: 34px;
  line-height: 40px;
}
.h3{
  font-size: 29px;
  line-height: 35px;
}
.h4{
  font-size: 23px;
  line-height: 29px;
}
.h5{
  font-size: 21px;
  line-height: 27px;
}
.h6{
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 150px;
  color: var(--heading-light-color);
}
@media (min-width: 1300px){ /* 1000px previous state*/
  .h2{
    font-size: 38px;
    line-height: 44px;
  }
  .h3{
    font-size: 32px;
    line-height: 38px;
  }
  .h4{
    font-size: 25px;
    line-height: 31px;
  }
}

.text-uppercase{
  text-transform: uppercase;
}

.text-center{
  text-align: center;
}

/* Link */
.link{
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--btn-border-color);
  font-size: 13px;
  text-transform: uppercase;
  color: var(--heading-color);
  line-height: 16px;
}

.link-secondary:hover{
  color: var(--menu-hover-color);
}

/* Titles */
.title-section{
  position: relative;

}
  /* GENERAL */
  .title-main{
    font-size: 13px;
    line-height: 20px;
    color: var(--heading-light-color);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
  }
  .title-content{
    font-family: "Forum", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--heading-color);
    position: relative;
    z-index: 2;
  }
  /* BIG TITLE */
  .title-big .title-main{
    margin-bottom: 11px;
  }
  .title-big .title-content{
    font-size: 34px;
    line-height: 40px;
  }
  .title-big.title-left .title-opaque{
    left: -20px;
    top: -23px;
  }
  .title-big.title-center{
    text-align: center;
  }
  .title-big.title-center .title-opaque{
    left: 50%;
    transform: translate(-50%);
    top: -23px;
  }
  .title-big .title-opaque{
    position: absolute;
    z-index: 1;
    font-family: "Forum", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 55px;
    line-height: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--opaque-color);
  }
  .title-big .title-opaque.color-white{
    color: #fff;
  }
  
  /* BIG TITLE INVERSE */
  .title-big.title-inverse .title-main{
    margin-bottom: 0;
  }
  .title-big.title-inverse .title-content{
    margin-bottom: 10px;
  }

  /* MEDIUM TITLE */
  .title-medium .title-content{
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 10px;
  }
.instagram-title{
  font-size: 21px;
  line-height: 27px;
  font-family: "Forum", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--heading-color);
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width: 1000px){
  .instagram-title{
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 1300px){/* 1000px previous state*/
  .title-big .title-content{
    font-size: 38px;
    line-height: 44px;
  }
  .title-medium .title-content{
    font-size: 32px;
    margin-bottom: 10px;
  }
}
  /* TITLES */
  /*
  1. Title simple - small 21 - big 38
  2. Title regular - small 32 - big 38 - left - center
  3. Title extended - left - center
  Title elements
  el-offset
  el-big
  el-small
  */
  .title-wrap{
    position: relative;
  }
  .title
    .title-wrap .el-offset{
      position: absolute;
      z-index: -1;
      font-family: "Forum", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 55px;
      line-height: 50px;
      letter-spacing: 5px;
      text-transform: uppercase;
      color: var(--opaque-color);
    }
    .title-wrap .el-big{
      margin-bottom: 20px;
      font-size: 13px;
      line-height: 20px;
      color: var(--heading-light-color);
      letter-spacing: 5px;
      text-transform: uppercase;
    }
    .title-wrap .el-small{
      font-family: "Forum", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 38px;
      line-height: 44px;
      color: var(--heading-color);
    }
  /* Title Big */
  .title-heading .title-big .title-opaque{
    position: absolute;
    z-index: 1;
    font-family: "Forum", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 55px;
    line-height: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--cat-opaque-color);
    opacity: 0.25;
  }
  .title-heading .title-main{
    font-size: 13px;
    line-height: 20px;
    color: var(--cat-heading-light-color);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
  }
  .title-heading .title-content{
    color: var(--cat-heading-color);
    font-size: 43px;
  }
  
  .text-decorated{
    background-image: url(../images/sparcles.png);
    background-position: center 50px;
    background-repeat: no-repeat;
    letter-spacing: 0.05em;
  }
  .section-spacing-padding{
    padding-top: 120px;
    padding-bottom: 120px;
  }
  