body {
  margin: 0 auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  color: #333; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

h1, h2, h3, h4, h5 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase; }

/* Section */
.section {
  height: auto; }
  .section__grey {
    background-color: #eeeeef; }
  .section__intro {
    height: 590px;
    background: url("../img/bg2.jpg") center no-repeat;
    background-size: cover; }
  .section__logos {
    background-color: #50c3af; }

/* Container */
.container {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 5px; }

/* HEADER */
.header {
  position: absolute;
  width: 100%; }
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.logo {
  margin-top: 65px;
  text-align: center; }

/*NAV*/
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px; }
  .nav__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .nav__li {
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    font-family: sans-serif;
    text-transform: uppercase; }
  .nav__li a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    padding: 10px; }

.nav__ul:hover .nav__li a {
  -webkit-filter: blur(3px);
          filter: blur(3px); }

.nav__ul:hover .nav__li a:hover {
  font-size: 15px;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  background-color: #50c3af; }

/*1en Section OFFER*/
.intro {
  padding-top: 245px;
  color: #fff;
  text-align: center; }
  .intro__title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 53px;
    font-weight: 700; }
  .intro__subtitle {
    margin-top: 38px;
    font-size: 15px;
    font-weight: 700; }
  .intro__subtitle::after {
    content: "";
    display: inline-block;
    width: 101px;
    height: 2px;
    margin: 5px 0px 5px 32px;
    background-color: #587275; }
  .intro__subtitle::before {
    content: "";
    display: inline-block;
    width: 101px;
    height: 2px;
    margin: 5px 32px 5px 0px;
    background-color: #587275; }
  .intro__button {
    font-family: 'PT Sans', sans-serif;
    margin-top: 80px;
    padding: 18px 50px;
    text-transform: uppercase;
    background-color: #50c3af;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #50c3af;
    border-radius: 30px;
    color: #fff;
    cursor: pointer; }
  .intro__button:hover {
    background-color: #fff;
    color: #333;
    -webkit-transition: .5s;
    transition: .5s; }

/*2en section COLORS*/
.music {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 65px; }
  .music__about {
    margin-top: 63px;
    text-align: center; }
  .music__music:last-child {
    margin-right: 0px; }
  .music__title {
    margin-top: 30px;
    font-weight: 700;
    font-size: 16px; }
  .music__title::after {
    content: "";
    display: block;
    max-width: 135px;
    height: 2px;
    background-color: #e2e3e4;
    margin: 20px auto 20px; }
  .music__text {
    font-weight: 400;
    font-size: 14px;
    color: #787b80; }

/*3en section__template*/
.template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 65px; }
  .template__about {
    max-width: 265px;
    margin-bottom: 70px; }
  .template__title {
    margin-top: 30px;
    font-weight: 700;
    font-size: 16px; }
  .template__title::after {
    content: "";
    display: block;
    max-width: 265px;
    height: 2px;
    margin: 22px auto;
    background-color: #eaeaeb; }
  .template__text {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #787b80; }
  .template__button {
    font-family: 'PT Sans', sans-serif;
    margin-top: 33px;
    padding: 11px 17px;
    background-color: #50c3af;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #50c3af;
    border-radius: 30px;
    color: #fff;
    cursor: pointer; }
  .template__button:hover {
    background-color: #fff;
    color: #333;
    -webkit-transition: .5s;
    transition: .5s; }

.img__wrapper {
  -webkit-transition: opacity 124ms linear, -webkit-transform 124ms linear;
  transition: opacity 124ms linear, -webkit-transform 124ms linear;
  transition: opacity 124ms linear, transform 124ms linear;
  transition: opacity 124ms linear, transform 124ms linear, -webkit-transform 124ms linear; }

.img__wrapper--fix-size {
  max-width: 264px;
  max-height: 208px; }

.img__wrapper:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.81);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.81);
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

/*4en Fully Supported template*/
.supported {
  padding: 65px 0 65px; }
  .supported__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
  .supported__title h3 {
    padding-left: 15px;
    font-weight: 700;
    font-size: 16px; }
  .supported__text {
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #787b80; }
  .supported__text::before {
    content: "";
    display: block;
    max-width: 100%;
    height: 2px;
    margin: 22px auto;
    background-color: #e4e4e6; }
  .supported__button {
    font-family: 'PT Sans', sans-serif;
    margin-top: 35px;
    padding: 11px 17px;
    background-color: #d2d5da;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #d2d5da;
    border-radius: 30px;
    color: #fff;
    cursor: pointer; }
  .supported__button:hover {
    background-color: #fff;
    color: #333;
    -webkit-transition: .5s;
    transition: .5s; }

/*5en Fully */
.fully {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 60px 0 70px; }
  .fully__title {
    margin-top: 30px;
    font-weight: 700;
    font-size: 16px; }
  .fully__title::after {
    content: "";
    display: block;
    max-width: 181px;
    height: 2px;
    margin: 22px auto;
    background-color: #eaeaeb; }
  .fully__text {
    max-width: 181px;
    font-size: 14px;
    color: #787b80;
    line-height: 24px; }
  .fully__button {
    font-family: 'PT Sans', sans-serif;
    margin-top: 33px;
    font-size: 15px;
    font-weight: 700;
    color: #50c3af;
    background-color: Transparent;
    border: none;
    cursor: pointer;
    outline: none; }
  .fully__button:hover {
    color: #333;
    -webkit-transition: .5s;
    transition: .5s; }

/*6en FeedBack*/
.feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .feedback__wrapper {
    padding: 60px 0 60px; }
  .feedback__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
  .feedback__title h3 {
    padding-left: 15px;
    font-weight: 700;
    font-size: 16px; }
  .feedback__text {
    max-width: 252px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #787b80; }
  .feedback__text::before {
    content: "";
    display: block;
    max-width: 250px;
    height: 2px;
    margin: 22px auto;
    background-color: #e4e4e6; }
  .feedback__button {
    font-family: 'PT Sans', sans-serif;
    margin-top: 35px;
    padding: 11px 17px;
    background-color: #50c3af;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #50c3af;
    border-radius: 30px;
    color: #fff;
    cursor: pointer; }
  .feedback__button:hover {
    background-color: #fff;
    color: #333;
    -webkit-transition: .5s;
    transition: .5s; }

/* 7en section__themeforest*/
.themeforest {
  margin: 60px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .themeforest__title {
    font-weight: 700;
    font-size: 16px; }
  .themeforest__text {
    max-width: 295px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #787b80; }
  .themeforest__text::before {
    content: "";
    display: block;
    max-width: 295px;
    height: 2px;
    margin: 22px auto;
    background-color: #e4e4e6; }
  .themeforest__button {
    margin-top: 25px;
    padding: 9px 14px; }

/* 8en section__logos*/
.logos {
  text-align: center;
  color: #fff;
  padding: 51px 0 70px; }
  .logos__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .logos_icon {
    padding-top: 2px; }
  .logos__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .logos__wrapper a {
    padding: 15px 10px 0; }
  .logos__title {
    font-weight: 700;
    font-size: 16px;
    padding-left: 10px; }
  .logos__title::after {
    content: "";
    display: block;
    width: 300px;
    height: 2px;
    margin: 22px auto;
    margin-left: -30px;
    background-color: #61c8b6; }

/*FOOTER*/
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 25px;
  color: #aaacaf;
  font-size: 15px; }
  .copyright img {
    max-width: 95px;
    padding-left: 10px; }

.socials {
  font-size: 22px; }

.twitter {
  color: #78cdf0;
  margin-right: 20px; }

.pinterest {
  color: #dd1b1b;
  margin-right: 20px; }

.facebook {
  color: #537bbd; }

.socials .socials--hover:hover {
  color: #50c3af; }

/*Responsive*/
/* 450px - 600px */
@media screen and (max-width: 600px) {
  .intro__subtitle::after, .intro__subtitle::before {
    display: none; }

  .music {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .template {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .supported {
    margin: 0 30px; }

  .fully, .feedback, .themeforest {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .fully__wrapper {
    margin-bottom: 30px; }

  .fully__button, .feedback__button, .supported__button, .template__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 33px auto 0; }

  .feedback__wrapper:first-child {
    padding: 60px 0 0px; }

  .themeforest__wrapper {
    margin-top: 15px; } }
/* 320px - 450px */
@media screen and (max-width: 450px) {
  .nav__ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 80%; }

  .nav__li {
    margin-top: 12px; } }

/*# sourceMappingURL=main.css.map */