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

html, body {
  height: 100%;
}

.my-container {
  display: block;
  width: 70%;
  max-width: 1600px;
  margin: auto;
}

@media screen and (max-width: 970px) {
  .my-container {
    width: 95%;
  }
}

@font-face {
  font-family: 'Assistant-Regular';
  src: url("../fonts/Assistant-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Assistant-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Assistant-Light';
  src: url("../fonts/Assistant-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Assistant-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Assistant-Bold';
  src: url("../fonts/Assistant-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Assistant-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Assistant-SemiBold';
  src: url("../fonts/Assistant-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Assistant-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Assistant-ExtraBold';
  src: url("../fonts/Assistant-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Assistant-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

header {
  background: #37cdf7;
  background: linear-gradient(41deg, #37cdf7 0%, #7559c5 53%, #7559c5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#37cdf7",endColorstr="#7559c5",GradientType=1);
  width: 100%;
  position: relative;
  padding: 100px 0;
}

.header-container {
  position: relative;
  max-width: 900px;
  width: 100%;
}

.mood-choice-logo {
  height: 700px;
  max-width: 700px;
  text-align: left;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.second-gradient {
  opacity: 0.5;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background: #37cdf7;
  background: linear-gradient(147deg, rgba(55, 205, 247, 0.664303) 0%, rgba(117, 89, 197, 0) 59%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#37cdf7",endColorstr="#7559c5",GradientType=1);
}

.logo {
  position: absolute;
  top: 0;
  left: 10%;
}

.logo img {
  max-width: 100px;
}

.show-more {
  padding: 50px 50px 50px 50px;
  width: 400px;
  background-color: #1A1E2C;
  position: relative;
  z-index: 10;
}

.intro-heading {
  color: #37cdf7;
  font-family: "Assistant-Bold", sans-serif;
  font-size: 15px;
  margin-bottom: 40px;
}

.intro-para {
  color: #fff;
  font-family: "Assistant-light", sans-serif;
  font-size: 35px;
  margin-bottom: 80px;
}

.intro-para span {
  font-family: "Assistant-Bold",sans-serif;
  color: #a889fe;
}

.intro-link {
  display: inline-block;
  font-family: "Assistant-Regular",sans-serif;
  font-size: 14px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  background: #8559fe;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #8559fe), to(#37cdf7));
  background: linear-gradient(90deg, #8559fe 25%, #37cdf7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8559fe",endColorstr="#37cdf7",GradientType=1);
  padding: 15px 35px;
}

@media screen and (max-width: 970px) {
  .mood-choice-logo {
    height: 500px;
    max-width: 500px;
    text-align: left;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .intro-para {
    font-size: 30px;
  }
  .show-more {
    width: 330px;
    padding: 50px 20px 50px 20px;
  }
  .header-container {
    width: 100%;
    max-width: 700px;
  }
}

@media screen and (max-width: 730px) {
  .logo img {
    max-width: 70px;
  }
  .mood-choice-logo {
    height: auto;
    max-width: 100%;
    position: static;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: auto;
  }
  .show-more {
    width: 90%;
    margin: auto;
  }
  .intro-heading {
    margin-bottom: 30px;
  }
  .intro-para {
    margin-bottom: 40px;
    font-size: 25px;
  }
  header {
    padding: 50px 0 50px 0;
  }
}

.offers {
  padding: 100px 0;
  position: relative;
}

.offers-grey {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 20%;
  min-height: 100px;
  background: #dcdbeb;
  bottom: 0;
}

.offers-circle {
  z-index: -1;
  height: 100px;
  width: 100px;
  position: absolute;
  background: #8559fe;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #8559fe), to(#37cdf7));
  background: linear-gradient(90deg, #8559fe 25%, #37cdf7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8559fe",endColorstr="#37cdf7",GradientType=1);
  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;
  border-radius: 100%;
}

.offers-circle div {
  background: #dcdbeb;
  height: 80%;
  width: 80%;
  border-radius: 100%;
}

.circle-bottom {
  left: -10%;
  top: 90%;
  z-index: 1;
}

.circle-top {
  top: 20%;
  right: -50px;
}

.circle-top div {
  background: #fff;
}

.offers-heading {
  font-family: "Assistant-Bold", sans-serif;
  color: #1A1E2C;
  font-size: 45px;
  position: relative;
}

/*.offers-heading:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  background: red;*/
/*  height: 3px;*/
/*  width: 10%;*/
/*  bottom: 0;*/
/*}*/

.offers-container {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.offers-img {
  position: absolute;
  max-width: 300px;
  left: -50px;
  z-index: -1;
  top: 0;
}

.offers-box {
  -ms-flex-preferred-size: 29%;
      flex-basis: 29%;
}

.offers-2 {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}

.offers-3 {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.offers-3 .offer {
  text-align: center;
}

.offer {
  margin: 20px 0;
  border-radius: 5px;
  padding: 30px 15px;
  background: #1A1E2C;
}

.offer h3, .offer h4 {
  line-height: 1;
  font-family: "Assistant-ExtraBold", sans-serif;
  font-size: 34px;
  background: #8559fe;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #8559fe), to(#37cdf7));
  background: linear-gradient(90deg, #8559fe 25%, #37cdf7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8559fe",endColorstr="#37cdf7",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.offer h4 {
  font-size: 23px;
}

.offer p {
  color: #fff;
  font-family: "Assistant-Regular", sans-serif;
  font-size: 20px;
}

.offer-main {
  background: #8559fe;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #8559fe), to(#37cdf7));
  background: linear-gradient(90deg, #8559fe 25%, #37cdf7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8559fe",endColorstr="#37cdf7",GradientType=1);
}

.offer-main h3, .offer-main p {
  background: none;
  color: #fff;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}

@media screen and (max-width: 970px) {
  .offers-img {
    left: 0;
    max-width: 200px;
  }
  .circle-bottom {
    display: none;
  }
}

@media screen and (max-width: 790px) {
  .offers-heading {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .offers {
    padding: 50px 0;
  }
  .offers-box {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
  }
  .offers-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offer {
    padding: 30px 20px;
  }
  .offers-circle, .offers-grey, .offers-img {
    display: none;
  }
}

.savings {
  background: #dcdbeb;
  display: block;
  text-align: center;
  padding: 0 0 0 0;
}

.savings-heading {
  font-family: "Assistant-Bold", sans-serif;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 30px;
}

.savings-heading span {
  color: #2898cd;
}

.savings-para {
  font-family: "Assistant-SemiBold", sans-serif;
  font-size: 25px;
}

.savings-grid {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.savings-contaner {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.savings-image {
  height: 200px;
  width: 200px;
  border: 1px solid #333;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.savings-title {
  font-family: "Assistant-Regular", sans-serif;
  font-size: 20px;
}

.savings-subtitle {
  font-family: "Assistant-Regular", sans-serif;
  font-size: 18px;
  color: #584a4a;
}

.saving-slider {
  margin-top: 20px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.saving-slider__value {
  height: 30px;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  border-radius: 5px;
  line-height: 30px;
  position: relative;
  background: #1A1E2C;
  color: #fff;
  font-family: "Assistant-SemiBold", sans-serif;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.saving-slider__value p {
  margin-right: 3px;
}

.saving-slider__value::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid #1A1E2C;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}

input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  -ms-flex-preferred-size: 68%;
      flex-basis: 68%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 40px;
  background: #000;
  border-radius: 50px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  cursor: pointer;
  border: 0 solid #37cdf7;
}

input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 40px;
  background: #000;
  border-radius: 50px;
  transition-duration: 0.2s;
  cursor: pointer;
}

input[type=range]::-moz-focus-outer {
  border: none;
}

input[type=range]::-ms-thumb {
  height: 20px;
  width: 20px;
  background: #000;
  border-radius: 100%;
  transition-duration: 0.2s;
  cursor: pointer;
}

input[type='range'] {
  height: 20px;
  width: 100%;
  overflow: hidden;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 30px;
}

input[type='range']::-webkit-slider-runnable-track {
  height: 20px;
  -webkit-appearance: none;
  color: #13bba4;
}

input[type='range']::-webkit-slider-thumb {
  -webkit-box-shadow: -150px 0 30px 30px #7659c5, -80px 0 30px 20px #37cdf7, -470px 0 0 300px #7659c5, -40px 0 0 30px #37cdf7;
          box-shadow: -150px 0 30px 30px #7659c5, -80px 0 30px 20px #37cdf7, -470px 0 0 300px #7659c5, -40px 0 0 30px #37cdf7;
}

input[type="range"]::-moz-range-track {
  background: #fff;
  height: 100%;
}

input[type="range"]::-moz-range-progress {
  height: 100%;
  background: #8559fe;
  background: linear-gradient(90deg, #8559fe 25%, #37cdf7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8559fe",endColorstr="#37cdf7",GradientType=1);
}

input[type=range]::-ms-track {
  height: 100%;
}

input[type="range"]::-ms-fill-lower {
  background: #8559fe;
  background: linear-gradient(90deg, #8559fe 25%, #37cdf7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8559fe",endColorstr="#37cdf7",GradientType=1);
}

input[type="range"]::-ms-fill-upper {
  background-color: #fff;
}

.saving-calc {
  height: 70px;
  width: 200px;
  background: #8559fe;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #8559fe), to(#37cdf7));
  background: linear-gradient(90deg, #8559fe 25%, #37cdf7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8559fe",endColorstr="#37cdf7",GradientType=1);
  border-radius: 5px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
  text-align: right;
}

.saving-calc-img {
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
  height: 100%;
  background-image: url("../img/sound.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.saving-calc-text {
  font-family: "Assistant-SemiBold", sans-serif;
  font-size: 18px;
}

.saving-calc-value {
  font-family: "Assistant-SemiBold", sans-serif;
  color: #fff;
  font-size: 18px;
}

.saving-calc-value-lg {
  font-size: 22px;
  font-family: "Assistant-Bold", sans-serif;
}

.saving-show-more {
  position: relative;
  z-index: 1;
  font-family: "Assistant-Regular",sans-serif;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 8px 15px;
  background-color: #000;
  border-radius: 50px;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  margin-bottom: 20px;
  cursor: pointer;
}

.saving-show-more:hover {
  background-color: #7559c5;
}

.saving-checkbox-container {
  padding: 20px 20px 20px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #7559c5;
  font-family: "Assistant-Bold", sans-serif;
  width: 80%;
  margin: auto;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}

.show-c-box {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

.saving-checkbox {
  margin: 0px 0;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.saving-checkbox p {
  color: #fff;
  margin-right: 10px;
}

input[type=checkbox] {
  /* Double-sized Checkboxes */
  /* IE */
  /* FF */
  -webkit-transform: scale(1.5);
  /* Safari and Chrome */
  /* Opera */
  transform: scale(1.5);
  padding: 10px;
}

.savings-blackbar {
  height: 70px;
  background-color: #000;
  width: 100%;
  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;
}

.extreme {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  max-width: 200px;
}

.emp {
  margin-left: 40px;
  height: 60px;
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  max-width: 60px;
}

@media screen and (max-width: 790px) {
  .savings-heading {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .savings-para {
    font-size: 18px;
  }
  .savings {
    padding: 50px 0 0 0 !important;
  }
  .savings-grid {
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .savings-contaner {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    margin-bottom: 30px;
  }
  .savings-image {
    height: 200px;
    width: 200px;
  }
}

@media screen and (max-width: 530px) {
  .saving-checkbox-container {
    width: 100%;
  }
  .saving-slider__value {
    font-size: 12px;
  }
  .saving-checkbox p {
    font-size: 13px;
  }
}

.clients {
  display: block;
  padding: 50px 0;
  text-align: center;
}

.swiper-container {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  border: 1px solid #e7e7e7;
}

.my-carousel {
  position: relative;
  width: 100%;
}

.swiper-slide img {
  max-width: 100%;
}

.my-swiper-btn {
  background: #fff;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  margin-top: 0;
  top: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-prev {
  right: -25px;
}

.btn-next {
  left: -25px;
  right: inherit;
}

.btn-next:after {
  content: 'prev';
}

.btn-prev:after {
  content: 'next';
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px !important;
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 790px) {
  .my-carousel {
    width: 95%;
    margin: auto;
  }
}

@media screen and (max-width: 530px) {
  .savings-heading {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .my-swiper-btn {
    height: 30px;
    width: 30px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 10px !important;
  }
  .btn-next {
    left: 0;
  }
  .btn-prev {
    right: 0;
  }
}

.music-service {
  display: block;
  padding: 100px 0;
  background: #7559c5;
  width: 100%;
  position: relative;
}

.music-service-img {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
}

.music-service-img img {
  opacity: 0.4;
  position: absolute;
  max-width: 70%;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-80%, -50%);
          transform: translate(-80%, -50%);
}

.music-service-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.music-trial-headng {
  font-family: "Assistant-Bold";
  color: #fff;
  font-size: 50px;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  line-height: 1;
}

.music-trial {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
  height: 180px;
  width: 180px;
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  border-radius: 100%;
  background: #37cdf7;
  background: linear-gradient(56deg, #37cdf7 0%, #9e62c6 66%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#37cdf7",endColorstr="#9e62c6",GradientType=1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.music-trial p {
  font-family: "Assistant-ExtraBold";
  color: #fff;
  font-size: 30px;
}

.music-service-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 650px;
  width: 100%;
  margin: 0 auto 20px auto;
}

.music-service-tag {
  height: 90px;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  width: 300px;
  border-radius: 50px;
  background: #1A1E2C;
  color: #fff;
  margin: 20px 0;
  padding: 0px 40px;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.music-service-tag:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.music-service-tag p {
  font-family: "Assistant-Bold";
  font-size: 30px;
}

.music-catalog {
  font-family: "Assistant-Regular";
  font-size: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
}

.contact {
  display: block;
  padding: 100px 0;
  background: #1A1E2C;
  width: 100%;
  position: relative;
  text-align: center;
}

.contact-heading {
  font-family: "Assistant-Bold", sans-serif;
  font-size: 40px;
  color: #fff;
  line-height: 1;
  margin-bottom: 50px;
}

.contact-heading span {
  color: #2898cd;
}

@media screen and (max-width: 790px) {
  .music-service {
    padding: 50px 0;
  }
  .music-trial {
    height: 140px;
    width: 140px;
    -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
  }
  .music-trial-headng {
    font-size: 40px;
  }
  .music-service-tag p {
    font-size: 18px;
  }
  .music-service-tag {
    height: 50px;
    -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
    width: 220px;
  }
  .music-trial p {
    font-size: 20px;
  }
}

@media screen and (max-width: 530px) {
  .music-trial {
    height: 100px;
    width: 100px;
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .music-trial p {
    font-size: 15px;
  }
  .music-trial-headng {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    font-size: 25px;
  }
  .music-catalog, .music-service-tag p {
    font-size: 15px;
  }
  .music-service-tag {
    height: 43px;
    margin: 10px 0;
  }
}

.contact-form {
  width: 100%;
  max-width: 970px;
  margin: auto;
  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;
}

.contact-form input[type='text'] {
  height: 50px;
  width: 200px;
  font-family: "Assistant-Regular", sans-serif;
  font-size: 20px;
  padding: 0 10px;
  border: 0;
}

.contact-form input[type='submit'] {
  height: 50px;
  width: 140px;
  background: #8559fe;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #8559fe), to(#37cdf7));
  background: linear-gradient(90deg, #8559fe 25%, #37cdf7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8559fe",endColorstr="#37cdf7",GradientType=1);
  color: #fff;
  line-height: 50px;
  font-family: "Assistant-Bold", sans-serif;
  font-size: 20px;
  border: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  cursor: pointer;
}

.contact-form input[type='submit']:hover {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}

@media screen and (max-width: 970px) {
  .contact-form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-form input[type='text'] {
    width: 90%;
    margin: 10px 0;
  }
  .contact-form input[type='submit'] {
    margin-top: 10px;
  }
}

@media screen and (max-width: 790px) {
  .contact {
    padding: 50px 0;
  }
}

@media screen and (max-width: 530px) {
  .contact-heading {
    font-size: 30px;
  }
}

footer {
  background: #fff;
  padding: 20px 0;
}

.footer-text {
  font-family: "Assistant-Regular", sans-serif;
  font-size: 15px;
}
/*# sourceMappingURL=main.css.map */