body {
  font-family: "Exo", sans-serif;
}

p {
  font-family: "Mukta Mahee", sans-serif;
}

header {
  background-image: url('../images/hero-background.jpg');
  background-size: cover;
  background-position: center center;
  height: 110vh;
  color: white;
  padding-top: 40px;
}

header .logo {
    padding-left:80px;
}

.hidden-animation {
    opacity:0 !important;
    transform:translateY(-20px);
}

.visible-animation {
    opacity:1;
    transform:translateY(0px);
    transition: ease-in-out all 0.3s;
}

header .menu {
    padding-right:80px;
    position: relative;
    z-index:80;
}

header h1 {
  margin-top: 0;
  font-weight:600;
}

header a:hover {
    text-decoration: none;
}

.logo a {
  text-decoration: none;
  color: white;
}

header .hero p {
  opacity: 0.8;
}

header .menu ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  float: right;
  font-size: 18px;
  margin-top: 10px;
}

header .menu ul li {
  display: inline-block;
  padding: 0px 30px;
  text-transform: uppercase;
}

header .menu ul li a {
  color: white;
}

header .header-inner {
  position: relative;
  height: 90vh;
  text-align: right;
}

header .hero {
  bottom: 20%;
  right: 0;
  position: absolute;
  width: 60%;
}

header .hero h1 {
  font-size: 74px;
  font-weight: 600;
  text-align: right;
}

header .hero p {
  text-align: right;
  font-size: 20px;
  padding-top: 10px;
  line-height: 1.6;
  width: 65%;
  float: right;
}

.slider-content {
  padding-top: 100px;
}

.slider-content h2 {
  font-size: 42px;
}

.slider-content img {
  padding-right: 20px;
  margin-top: 0px;
}

.owl-carousel {
  top: -80px;
}

.owl-carousel .owl-item img.slider-background {
  width: 68%;
  margin-top: -150px;
  float: left;
}

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

  .owl-carousel .owl-item img.slider-background {
    margin-top: -150px;
  }
}

.owl-carousel .owl-item .slider-content {
  margin-top: 70px;
  width: 32%;
  float: right;
}

.owl-carousel .owl-item img.slider-icon {
  width: 100px;
  height: auto;
  padding-right: 20px;
  margin-top: -30px;
}

.slider-content p {
  font-size: 18px;
  padding-right: 250px;
  padding-top: 10px;
  color: #888;
}

.slider-icon-el {
  position: relative;
  left: -100px;
  top: 60px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: left;
  margin-top: 40px;
}

.packages-container {
  margin-top: -80px;
  background-image: url('../images/background.png');
  background-size: cover;
  background-position: -600px 0px;
}

@media screen and (max-width:1750px) {
    .slider-content p {
      padding-right: 150px;
    }
    .owl-carousel .owl-item img.slider-background {
      margin-top: -50px;
    }
  }

  @media screen and (max-width:1640px) {
    .packages-container {
        background-position:-770px 0px;
    }
}
  
  @media screen and (max-width:1500px) {
    .slider-content {
      padding-top: 40px;
      padding-left: 50px;
    }
    .packages-container {
        background-position:-790px 0px;
    }
  }
  
  @media screen and (max-width:1380px) {
      .owl-carousel .owl-item .slider-content {
          margin-top:50px;
      }
  }
  
  @media screen and (max-width:1300px) {
    .slider-content p {
      padding-right: 50px;
    }
  }

  @media screen and (max-width:1280px) {
      .packages-container {
          background-position: -880px 0px;
      }
  }

  @media screen and (max-width:1200px) {
      .owl-theme .owl-dots {
          margin-top:20px;
      }
      .owl-carousel .owl-item img.slider-icon {
          width:80px;
      }
      .slider-content p {
          padding-right:20px;
      }
      .slider-content-content {
          margin-left:-20px;
      }
  }
.packages {
  margin-top: 80px;
  margin-bottom: 100px;
}

.packages h2 {
  font-size: 72px;
  font-weight: 500;
  text-align: center;
  padding-top:40px;
  color: #101010;
  padding-bottom: 20px;
}

.packages p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
  width: 60%;
  margin-left: 20%;
  margin-top: 10px;
  color: #888;
  font-family: 'Mukta Mahee', sans-serif;
  font-weight: 200;
  line-height: 1.7;
}

.packages .package-item {
  width: 36%;
  display: inline-block;
  text-align: center;
  margin-left: 70px;
  margin-right: 70px;
  padding: 50px;
  background-color: transparent;
  /* box-shadow:0px 10px 30px #EEE; */
  border-radius: 15px;
  vertical-align: top;
  margin-bottom: 50px;
  transition: ease-in-out all 0.3s;
}

.packages .package-item h3 {
  font-size: 36px;
  margin-top: 40px;
  text-align: left;
  color:#888;
  line-height: 1.4;
}

.packages .package-item:hover h3 {
  font-size: 36px;
  margin-top: 40px;
  text-align: left;
  background: -webkit-linear-gradient(#5c1374, #5577c5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.4;
}

.packages .package-item p {
  text-align: left;
  width: 100%;
  margin-left: 0;
  margin-top: 20px;
  line-height: 1.65;
}

.packages .package-item img {
  text-align: center;
}

.package-item:hover {
  background-color: white;
  box-shadow: 0px 10px 80px #EEE;
  transition: ease-in-out all 0.3s;
}

.package-item-icon {
  margin: 0 auto;
}

#kaseta {
  width: 86px;
  height: 56px;
  background: url('../images/kaseta.png') -0 -0;
  transition: ease-in-out background 0.2s;
}

.package-item:hover #kaseta {
  width: 86px;
  height: 56px;
  background: url('../images/kaseta.png') -86px -0;
  transition: ease-in-out background 0.2s;
}

#boombox {
  width: 110px; height: 74px;  
  background: url('../images/boombox.png') -0 -0;
  transition: ease-in-out background 0.2s;
}

.package-item:hover #boombox {
  width: 110px; height: 74px;  
  background: url('../images/boombox.png') -110px -0;
  transition: ease-in-out background 0.2s;
}

#sprites {
  width: 133px; height: 84px;
  background: url('../images/hifi.png') -0 -0;
  transition: ease-in-out background 0.2s;  
}

.package-item:hover #sprites {
  width: 133px; height: 84px;
  background: url('../images/hifi.png') -133px -0;
  transition: ease-in-out background 0.2s;  
}

#duhec {
  width: 99px; height: 94px;
  background: url('../images/duhec.png') -0 -0;
  transition: ease-in-out background 0.2s;  
}

.package-item:hover #duhec {
  width: 99px; height: 94px;
  background: url('../images/duhec.png') -99px -0;
  transition: ease-in-out background 0.2s;  
}

.package-item a {
  border:1px solid #888;
  color:#888;
  background:transparent;
  padding:10px 40px;
  border-radius:20px;  
  transition: ease-in-out all 0.3s;
}

.package-item:hover a {
  background: -webkit-linear-gradient(#5c1374, #5577c5);
  padding:10px 40px;
  border-radius:20px;
  color:white;
  text-decoration: none;  
  transition: ease-in-out all 0.3s;  
}

.about {
  background-image: url('../images/futurenoize_about.jpg');
  background-position: bottom;
  background-size: cover;
  color: white;
  padding:80px 0px;
}

.about-content {
  width: 42%;
  padding: 100px 0px;
}

.about h2 {
  font-size: 40px;
  padding-bottom: 20px;
}

.about p {
  font-size: 18px;
  font-family: "Mukta Mahee", sans-serif;
  line-height: 1.8;
}

.get-in-touch-container {
  background-image: url('../images/background.png');
  background-size: cover;
}

.get-in-touch {
  text-align: center;
  padding: 100px 0px;
}

.get-in-touch h2 {
  font-size: 48px;
  padding-bottom: 15px;
}

.get-in-touch p {
  font-size: 18px;
  padding-bottom: 20px;
  color:#5e5e5e;
}

.get-in-touch form {
  width: 45%;
  margin-left: 26%;
  padding: 50px;
  background-color: white;
  border-radius: 8px;
  margin-top:45px;
  box-shadow: 0px 10px 50px #EEE;
  font-family: "Mukta Mahee", sans-serif;  
}

.get-in-touch form input {
  width: 100%;
  margin: 20px 0px;
  border: none;
  border-bottom: 1px solid #5c1374;
  outline: none;
  padding-bottom: 5px;
  color: #5c1374;
}

.get-in-touch textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #5c1374;
  height: 200px;
  padding-top: 10px;
  resize: none;
  color: #5c1374;
}

.get-in-touch textarea:focus {
    outline:none;
}

.get-in-touch button {
  border: none;
  background-color: transparent;
  color: #5c1374;
  margin-top: 30px;
  font-size: 18px;
  text-transform: uppercase;
}

.fa-bars {
    display:none;
}

@media screen and (max-width:1024px) {
  header .header-inner {
    height: 50vh;
  }
  header {
    height: 50vh;
  }
  header .hero {
    width: 80%;
  }
  header .hero h1 {
    font-size: 56px;
  }
  .logo {
    float: left;
  }
  .owl-carousel .owl-item img.slider-background {
    display: none;
  }
  .slider-content {
    background-color: #f8f8f8;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
  }
  .owl-carousel .owl-item .slider-content {
    width: 100%;
  }

  .slider-icon-el {
    top: 0;
    left: 0;
    padding-top: 40px;
  }
  .slider-content p {
    padding: 0px 50px;
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .slider-icon-el img {
    padding-top: 40px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .owl-carousel .owl-item img.slider-icon {
    width: 150px;
    padding-bottom: 20px;
  }
  .packages-container {
      background-image:none;
      padding-top:40px;
  }
  .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 80px;
  }
  .packages {
    margin-top: 0;
    padding-top: 0;
  }
  .packages h2 {
    font-size: 40px;
  }
  .packages p {
    font-size: 16px;
    padding: 0;
    margin-left: 20px;
    width: 90%;
  }
  .packages .package-item {
    width: 100%;
    margin-left: 0;
    padding-right: 40px;
    margin-right: 0;
  }
  .packages .package-item h3 {
    font-size: 28px;
  }
  .packages .package-item p {
    font-size: 16px;
  }
  .about-content {
    width: 100%;
    padding-top: 40px;
  }
  .about-content h2 {
    font-size: 36px;
    padding-top: 0;
  }
  .about-content p {
    font-size: 16px;
    font-weight: 300;
  }
  .get-in-touch form {
    width: 90%;
    margin-left: 15px;
  }
}

@media screen and (max-width:1200px) {
  .packages .package-item {
    margin-right:0;
  }
}

@media screen and (max-width:768px) {
  header .hero {
    width: 100%;
  }
  header .hero h1 {
    font-size: 36px;
  }
  header .hero p {
    font-size: 16px;
    opacity: 0.8;
  }
  header .hero p {
      width:95%;
  }
}

@media screen and (max-width:768px) {
    .menu-closed {
        display:none;
    }
    .logo {
        position: relative;
        z-index:110;
        float:left;
        padding-left:20px;
    }
    .fa-bars,
    .fa-times {
        display:block;
        position: relative;
        z-index:100;
        top:4px;  
        font-size:32px; 
    }
    .menu {
        float:right;
        padding-right:40px !important;
    }
    /*
    header {
        margin-top:-50px;
    }
    #menu {
        display:none;
    }
    .slicknav_menu {
        position: relative;
        top:35px;
        z-index:60;        
    }
    */
    .menu-opened {
        width:100%;
        position: fixed;
        left:0;
        height:100vh;
        z-index:80;
        top:-10px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5c1374+0,5577c5+100 */
background: #5c1374; /* Old browsers */
background: -moz-linear-gradient(-45deg, #5c1374 0%, #5577c5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #5c1374 0%,#5577c5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #5c1374 0%,#5577c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c1374', endColorstr='#5577c5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }
    ul {
        padding-top:120px !important;
    }
    ul li {
        display:block;
        width:100%;
        font-size:36px;
        padding-top:20px;
        padding:15px 0px !important;
    }
    ul li a {
        width:100%;
        display:block;
        text-align: center;
    }
}

#menu li:first-child {
    display:none;
}

@media screen and (max-width:768px) {
    #menu li:first-child {
        display:inline-block;
    }
}

@media screen and (max-width:500px) {
  header .hero h1 {
    font-size: 24px;
  }
}

@media screen and (max-width:1024px) {
    .owl-carousel {
        top:-100px;
    }
    .packages-container {
        margin-top:-115px;
    }
    .slider-content {
        padding-left:20px;
    }
    .slider-content-content h2 {
        font-size:56px;
    }
    .owl-carousel .owl-item img.slider-icon {
        width:100px;
    }
    header {
        /* height:100%; */
        height:70%;
    }
    header .header-inner {
        height:100%;
    }
}

@media screen and (max-width:900px) {
    header .logo {
        padding-left:15px;
    }
    header .menu {
        padding-right:0px;
    }
    #menu li:first-child {
        display:none;
    }
}

@media screen and (max-width:768px) {
    header {
        /* height:100%; */
        height:120vh !important;
    }
    header .hero h1 {
        font-size:48px;
    }
    .about {
        background-image:url('../images/about-background-responsive.jpg');
        padding-top:20px;
    }
    .about-content {
        padding-top:10px;
    }
    ul li a {
        text-transform:uppercase;
        font-weight:500;
    }
    header .hero p {
        font-size:20px;
        line-height:1.3;
    }
      
      .package-item #kaseta {
        width: 86px;
        height: 56px;
        background: url('../images/kaseta.png') -86px -0;
        transition: ease-in-out background 0.2s;
      }
      
      .package-item #boombox {
        width: 110px; height: 74px;  
        background: url('../images/boombox.png') -110px -0;
        transition: ease-in-out background 0.2s;
      }
      
      .package-item #sprites {
        width: 133px; height: 84px;
        background: url('../images/hifi.png') -133px -0;
        transition: ease-in-out background 0.2s;  
      }

      .package-item #duhec {
        width: 99px; height: 94px;
        background: url('../images/duhec.png') -99px -0;
        transition: ease-in-out background 0.2s;  
      }
      .packages .package-item h3 {
        font-size: 36px;
        margin-top: 40px;
        text-align: left;
        color: -webkit-linear-gradient(#5c1374, #5577c5);        
        line-height: 1.4;
      }
      
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}

@media screen and (max-width:480px) {
    .about-content p {
        padding-bottom:380px;
    }
}

@media screen and (max-width:380px) {
    header h1 {
        font-size:28px;
    }
    .fa-bars, .fa-times {
        font-size:26px;
        top:2px;
    }
}