body{
  font-family: 'Montserrat', normal;
  text-align: center;
}

h1, h2, h3, h4, h4, h5, h6{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

p{
  color: #520850;
}

/* Heading */
.big-heading {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 900;
}

.section-heading {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 500;
}

/* Container */
.container-fluid{
  padding: 7% 15%;
}

/* Section */
.colored-section{
  background-color: #D957D7;
  color: #FFF;
}

.white-section{
  background-color: #FFF;
}

/* Navigation Bar */
.navbar{
  padding : 0 0 4.5rem;
}

.nav-item{
  padding: 0 18px;
}

.nav-link{
  font-size: 1.4rem;
  font-family: "Montserrat-Light";
  color: #fff;
}

.navbar-collapse{
  background: rgba(82, 33, 81, 0.8);
  border-radius: 20px;
}

/* Download Button */
.download-button{
  margin: 5% 3% 5% 0;
}

/* Title Section */
#title {
  background-image: url("../images/title-background.jpg");
  text-align: left;
}

#title .container-fluid{
  padding: 3% 15% 7%;

}

.logo-brand{
  width: 60%;
}

/* Title Image */
.title-image {
  width: 100%;

}

/* Feature Section */
#features {
  position: relative;
}

.feature-title{
  font-size: 1.5rem;
}

.feature-box{
  padding : 5%;
}

.icon{
  color: #D957D7;
  margin: 1rem;
}

.icon:hover{
  color: #D115CE;
}

#features p {
  font-size: 1.2rem;
}

/* Tentang Opera Section */
.tentang-opera-column{
  margin-top: 5%;
  text-align: left;
}

.text-tentang-opera {
  color: #fff;
  font-size: 1.3rem;
}

.mengapa-opera-image{
  width: 100%;
  border-radius: 40px;
}

/* Produk Section */

#produk{
  padding: 100px;
}

.produk-text{
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 500;
}

.produk-column{
  padding: 3% 2%;
}

.produk-image{
  width: 100%;
  border-radius: 40px;
}

/* Perusahaan Section */

.text-perusahaan{
  color: #fff;
  margin: 7% 0;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2.7rem;
}

.perusahaan-image{
  width: 70%;
  border-radius: 40px;
  margin: 10% 0;
}

.title-perusahaan{
  font-size: 3rem;
}

/* Footer Section */
.social-icon{
   margin: 20px 10px;
}


/* Media Query */
@media (max-width: 992px){

  #title{
    text-align: center;
  }
  .title-image {
    position: static;
  }
  .logo-brand{
    width: 150px;
  }
  .produk-image{
    width: 70%;
  }

}

@media (max-width: 650px){


  .big-heading{
    font-size: 2.2rem;
  }

  .section-heading{
    font-size: 2.5rem;
  }

  .text-tentang-opera{
    font-size: 1.2rem;
  }
  .text-perusahaan{
    font-size: 1.2rem;
    margin: 12% 0;
  }

}
