body{
  font-family: "Montserrat";
}

h3{
  font-weight: 800;
}

#title{
  background-color: #0C0D39;
}
/*#232449*/
.container-fluid{
  padding: 3% 15% 7%;
}

.big-line{
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.5;
  color: #fff;
}

/* Navigation Bar */

.navbar{
  padding: 0 0 4.5rem;
  color: #fff;
}

.navbar-brand{
  font-family: "Ubuntu";
  font-size: 2.5rem;
  font-weight: bold;
}

.nav-item{
  padding: 0 18px;
}

.nav-link{
  font-weight: 600;
}

.nav-link:hover{
  font-weight: 600;
}

/* Title */
.sub-big-line{
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.5;
  padding-top: 50px;
}

.title-para{
  padding-bottom: 30px;
}

.title-img{
  width: 100%;
  padding-bottom: 30px;
}

.brand-img{
  width: 20%;
  padding-right: 35px;
}

.disney-img{
  width: 25%;
}

.brands{
  padding-bottom: 50px;
}

/* Features */

#features{
  padding: 7% 15%;
  background-color: #fff;
}

.feature-box{
  text-align: center;
  padding: 5%;
}

.icon{
  color: #0C0D39;
  margin-bottom: 1rem;
}

.icon:hover{
  color: #676BD6;
  margin-bottom: 1rem;
}

/* Feedbacks */
#feedbacks{
  background-color: #242526;
  color: #fff;
  height: 475px;
  text-align: center;
}

.feedback-title{
  padding-top: 2.5rem;
  font-weight: 900;
}

.feeds{
  padding: 50px 50px 0 0;
}

.carousel-item{
  padding: 7% 10%;
}

.ifram-item{
  width: 80%;
}

/* Customers Sections */
#customers{
  background: #242526;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 4rem;
  text-align: center;
}

.customer-number{
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 3.5rem;
}

.customer-para{
  font-weight: lighter;
  font-family: "Montserrat";
}

/* Pricing Section */
#pricing{
  padding: 7% 15%;
  text-align: center;
  line-height: 2;
}

.brand-logo{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 30%;
}

.pricing-column{
  padding: 3% 2%;
  line-height: 1.5;
}

.product-details{
  font-size: 1.25rem;
  font-weight: bold;
}

.signup-anc{
  font-weight: bold;
  text-decoration: none;
}

.signup-anc:hover{
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}

.brand-section{
  padding-bottom: 2rem;
}

.more-brand-logo{
  width: 20%;
  margin: 4.5%;
}

.more-brand-disney-logo{
  width: 20%;
  margin: 2%
}

.divider{
  padding-bottom: 2rem;
}

.more-brand{
  padding-bottom: 0;
}

.more-brand-title{
  font-weight: 900;
  margin-bottom: 20px;
}

/* CTA Section */
#cta{
  background-color: #0C0D39;
  color: #FFF;
  padding: 7% 17%;
  text-align: center;
  line-height: 2;
}

.cta-title{
  font-weight: 900;
}

.f-btn{
  font-family: "Montserrat";
  font-weight: 300;
  border: 0;
  margin: 1rem;
}

.f-btn:hover{
  background-color:#00a8e1;
  border: 0;
}

.cta-link:hover{
  color: #0C0D39;
  text-decoration: none;
}

/* Footer Section */

#footer{
  padding: 7% 15%;
  text-align: center;
}

.footer-icon{
  color: #0C0D39;
  margin: 20px 10px;
}

.footer-icon:hover{
  color: #00a8e1;
  margin: 20px 10px;
}

.fb-chat{
  width: 15%;
}

/* Media Queries */
@@media (max-width:1028px) {
  #title{
    text-align: center;
  }
}
