body {
     margin: 0;
     padding: 0;
}
.header-section{
     padding-top: 50px;
     padding-bottom: 50px;
     text-align: center;
}
.header-section .logo{
     height: 220px;
}
.header-section h1 {
     color: #5d3895;
     font-family: "etna-x-condensed", serif;
     font-weight: 300;
     font-size: 150px;
     padding-top:50px;
     padding-bottom: 20px;
}
.header-section h1 span{
     color: #ea4b9b;
}
.header-section h2{
     font-family: "adelle-sans",sans-serif; 
     font-size: 25px;
     line-height: 35px;
     color: #000000;
     font-weight: bold;
     text-align: center;
}

.mailchimp-section{
     padding-top: 50px;
     padding-bottom: 10px;
     position: relative;
}

.mailchimp-section .bg-blue{
     background: #34378A;
     height: 410px;
}
.mailchimp-section .bg-orange{
     background: #CB542D;
     height: 310px;
     margin-top: 50px;
}

.mailchimp-section .bufferfly-1{
     position: absolute;
     right: 210px;
     top: -60px;
     height: 280px;
}

.mailchimp-section .mailchimp-form{
     width: 80%;
     margin: auto;
     padding-top: 70px;
}

.mailchimp-section .mailchimp-form h1{
     font-size: 36px;
     line-height: 46px;
     color: #ffffff;
     font-weight: bold;
     font-family: "adelle-sans",sans-serif; 
     text-align: center;
}

.mailchimp-box .custom-flex{
     text-align: center;
     display:flex;
     justify-content: center;
     margin-top: 70px;
}

.mailchimp-box .custom-flex .custom-input{
     border: 5px solid #ea4b9b;
     background: #fff;
     height: 58px;
     padding: 10px 40px 10px 16px;
     border-radius: 25px;
     color: #000000;
     font-family: "adelle-sans",sans-serif; 
     font-weight: 600;
     margin-right: 20px;
     font-size: 18px;

}

.get-button{
     background: #ea4b9b;
     border: 1px solid #ea4b9b;
     padding: 10px 30px;
     height: 58px;
     border-radius: 25px;
     color: #fff;
     font-family: "adelle-sans",sans-serif; 
     font-weight: 600;
     font-size: 18px;
}


.section-img{
     padding-top: 20px;
     padding-bottom: 50px;
}
.section-img img{
     width: 100%;
}

.our-review{
     padding-top: 50px;
     padding-bottom: 50px;
}
.our-review h1{
     font-family: "etna-x-condensed", serif;
     font-weight: 300;
     font-size: 100px;

}

.section-hype{
     padding-top: 50px;
}
.section-hype .butterfly-2{
     text-align: center;
     position: relative;
     top: 60px;
}
.section-hype .bg-pink{
     position: relative;
}
.section-hype .bg-pink::before{
     background: #EA4B9B;
     height: 650px; 
     margin-top: 150px;
     position: absolute;
     content: '';
     width: 107%;
     top: 0;
}

.section-hype .bg-pink .carousel-inner{
     padding: 0 0 0 100px;
}

/* .section-hype .bg-pink .carousel-inner .carousel-item img{

} */

.section-hype .bg-pink .carousel-caption{
     top: 45% !important;
     left: 25% !important;
     right: 0 !important;
}

.section-hype .bg-pink .carousel-caption h5{
     font-size: 40px;
     font-weight: 600;
     font-family: "adelle-sans", sans-serif;
}

.section-hype .bg-purple{
     background: #5D3895;
     height: 850px;
     padding: 80px 100px;
}
.section-hype .bg-purple h1{
     font-family: "etna-x-condensed", serif;
     font-weight: 300;
     font-size: 100px;
     color: #fff;
     margin-bottom: 100px;
}
.section-hype .bg-purple ul{
     list-style-type: none;
     padding-left: 0;
}

.section-hype .bg-purple ul li{
     margin-bottom: 40px;
     color: #fff;
     font-weight: 600;
     font-family: "adelle-sans", sans-serif;
     font-size: 25px;
     display: flex;
     align-items: baseline;
     line-height: 30px;
}
.section-hype .bg-purple ul li img{
     margin-right: 15px;
     height: 20px;
     vertical-align: middle;
}

.footer{
     padding-top: 50px;
}

.footer .footer-social h1{
     color: #5d3895;
     font-family: "etna-x-condensed", serif;
     font-weight: 300;
     font-size: 100px;
     padding-top:50px;
     padding-bottom: 0px;
}
.footer .butterfly-3 img{
     width: auto;
}

.footer .footer-social h1 span{
color: #ea4b9b;
}
.footer .footer-social ul{
     list-style-type: none;
     margin: 0;
     padding: 0;
}
.footer .footer-social ul li{
     display: inline;
     margin-right: 20px;
}

.footer .copyright{
     margin-top: 50px;
}
.footer .copyright p{
     font-family: "adelle-sans",sans-serif; 
     font-weight: 400;
     color: #000000;
     font-size: 20px;
}
.footer .copyright p a{
     text-decoration: none;
     color: #000000;
}



/************ Extras ***********/
 .btnStyle {
     transform: translateZ(0) !important;
     backface-visibility: hidden !important;
     transition: 300ms ease-out !important;
}
 .btnStyle:hover {
     transform: scale(0.9) !important;
}
 .btnStyle2 {
     transform: translateZ(0) !important;
     backface-visibility: hidden !important;
     transition: 300ms ease-out !important;
}
 .btnStyle2:hover {
     transform: scale(1.1) !important;
}
 .white {
     color: #fff !important;
}
 .whiteMontbold {
     color: #fff;
     font-weight: bold;
}
 .block{
     display: block;
}

@media only screen and (max-width: 767px){
     .header-section .logo {
          height: 110px;
      }
      .header-section h1{
          font-size: 43px;
          padding-top: 35px;
          padding-bottom: 15px;
      }
      .mailchimp-section .bufferfly-1 {
          position: absolute;
          right: 0;
          top: -45px;
          height: 165px;
          left: 0;
          margin: auto;
      }
      .mailchimp-section .mailchimp-form h1 {
          font-size: 22px;
          line-height: 30px;
          padding-top: 25px;
     }
     .mailchimp-box .custom-flex{
          display: block !important;
          margin-top: 35px;
     }
     .get-button{
          margin-top: 25px;
     }
     .mailchimp-section .bg-orange{
          display: none;
     }
     .our-review {
          padding-top: 0;
     }
     .our-review h1{
          font-size: 50px;
     }
     .section-hype .butterfly-2{
          top: 0;
     }
     .section-hype .butterfly-2 img{
          width: 80%;
     }
     .section-hype .bg-pink .carousel-inner {
          padding: 0;
          text-align: center;
          height: 550px;
      }
      .section-hype .bg-pink .carousel-inner img{
          width: auto;
          height: 390px;
      }

      
      .section-hype .bg-pink .carousel-caption {
          top: auto !important;
          left: 0 !important;
          bottom: -150px !important;
          text-align: center;
          margin: auto !important;
          right: 0 !important;
      }
      .section-hype .bg-pink::before{
          margin-top: 0;
          width: 100%;
          top: 0;
      }

      .section-hype .bg-pink{
          padding-top: 50px;
      }
      .section-hype .bg-purple{
          height: 600px;
          padding: 115px 30px;
      }
      .section-hype .bg-purple h1{
          font-size: 80px;
          margin-bottom: 55px;
          text-align: center;
      }
      .footer-social {
          text-align: center;
      }
      .section-hype .bg-purple ul li {
          margin-bottom: 23px;
          font-size: 20px;
      }
      .footer .butterfly-3{
          text-align: center;
      }
      .footer .butterfly-3 img {
          width: 70%;
          margin: auto;
          text-align: center;
      }
      .footer .footer-social h1{
          font-size: 80px;
          padding-bottom: 20px;
      }
      .footer .footer-social ul li a img{
          height: 60px;
      }
      .block {
          display: inline;
      }
      .section-hype .bg-pink .carousel-caption p {
          max-width: 80%;
          /* accent-color: aliceblue; */
          margin: auto;
      }

}
@media (min-width: 768px) and (max-width: 991px){

     .header-section h1{
          font-size: 90px;
          padding-top: 35px;
     }
     .header-section .logo {
          height: 145px;
      }
      .mailchimp-section .bufferfly-1 {
          position: absolute;
          right: 0;
          top: -55px;
          height: 207px;
          left: 0;
          margin: auto;
      }
      .mailchimp-section .mailchimp-form{
          padding-top: 115px;
      }
      .mailchimp-section .bg-orange{
          display: none;
      }
      .our-review {
          padding-top: 0;
     }
     .our-review h1{
          font-size: 80px;
     }
     .section-hype .bg-purple {
          background: #5D3895;
          height: 801px;
          padding: 66px 45px;
      }
      .section-hype .butterfly-2{
          top: 14px;
      }
      .section-hype .butterfly-2 img {
          width: 45%;
      }
      .section-hype .bg-pink .carousel-inner {
          padding: 0;
          height: 600px;
          margin-top: 50px;
      }
      .section-hype .bg-pink .carousel-inner img{
          width: auto;
          height: 470px;
          display: block !important;
          margin: auto !important;
          text-align: center;
      }
      .section-hype .bg-pink::before{
          width: 100%;
          height:610px;
      }
      .section-hype .bg-purple h1{
          margin-bottom: 59px;
      }
      .section-hype .bg-purple ul li{
          font-size: 22px;
      }
      .section-hype .bg-pink .carousel-caption {
          top: auto !important;
          left: 0 !important;
          bottom: -160px !important;
          text-align: center;
          margin: auto !important;
          right: 0 !important;
      }
      .footer .butterfly-3 img {
          width: 100%;
      }
      .footer .footer-social h1{
          padding-top: 30px;
      }
      .footer .footer-social ul li a img{
          height: 50px;
      }

}
@media (min-width: 992px) and (max-width: 1400px){


     .header-section h1{
          font-size: 100px;
          padding-top: 35px;
     }
     .header-section .logo {
          height: 145px;
      }
      .mailchimp-section .bufferfly-1 {
          position: absolute;
          right: 0;
          top: -55px;
          height: 207px;
          left: 0;
          margin: auto;
      }
      .mailchimp-section .mailchimp-form{
          padding-top: 115px;
      }

      .our-review {
          padding-top: 0;
     }
     .our-review h1{
          font-size: 80px;
     }
     .section-hype .bg-purple {
          background: #5D3895;
          height: 801px;
          padding: 66px 45px;
      }
      .section-hype .butterfly-2{
          top: 14px;
      }
      .section-hype .butterfly-2 img {
          width: 45%;
      }
      .section-hype .bg-pink .carousel-inner {
          padding: 0;
      }
      .section-hype .bg-pink::before{
          width: 100%;
          height:610px;
      }
      .section-hype .bg-purple h1{
          margin-bottom: 59px;
      }
      .section-hype .bg-purple ul li{
          font-size: 22px;
      }
      .section-hype .bg-pink .carousel-inner {
          padding: 0;
          height: 600px;
          margin-top: 50px;
      }
      .section-hype .bg-pink .carousel-inner img{
          width: auto;
          height: 470px;
          display: block !important;
          margin: auto !important;
          text-align: center;
      }
      .section-hype .bg-pink::before{
          width: 100%;
          height:610px;
      }
      .section-hype .bg-purple h1{
          margin-bottom: 59px;
      }
      .section-hype .bg-purple ul li{
          font-size: 22px;
      }
      .section-hype .bg-pink .carousel-caption {
          top: auto !important;
          left: 0 !important;
          bottom: -160px !important;
          text-align: center;
          margin: auto !important;
          right: 0 !important;
      }
      .footer .butterfly-3 img {
          width: 100%;
      }
      .footer .footer-social h1{
          padding-top: 30px;
      }
      .footer .footer-social ul li a img{
          height: 50px;
      }
}

@media (min-width: 1480px) and (max-width: 5120px){
     .container{
         width: 1440px !important 
    }
}
 