*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/******* Fonts Import Start **********/
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Open+Sans&family=Playfair+Display:wght@400;500;600;700&family=Poppins:ital,wght@0,400;0,600;1,200;1,500&display=swap');
/********* Fonts Face CSS End **********/
html {
  scroll-behavior: smooth;
}
p{
  font-size: 20px;
  font-family: "open sans",sans-serif;
  line-height: 30px;
}
h1,h2,h3{
font-family: "open sans",sans-serif;
}
.Landing-container{
  width: 100% !important;
}
.landing-banner img{
  width: 100%;
}
.landing-banner .overlay{
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-grid{
  max-width: 100%;
  width: 90%;
}
.landing-banner .overlay .content-grid h1{
  font-size: 4rem;
  line-height: 1.6em;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px rgba(0,0,0,0.4);
}
.landing-banner .overlay .content-grid h3{
  font-size: 1.5rem;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px rgba(0,0,0,0.4);
  margin-top: 20;
}

/*Brand Section*/
.section-space{
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid{
  max-width: 1400px;
}
.content{
  display: flex;
  justify-content: center;
  align-items: start;
}
.content .logo{
  width: 50%;
}
.content .logo img{
  width: 100%;
}
.content .logo-content{
  width: 50%;
}
.content .logo-content p{
  width: 85%;
  text-align: left;
}
/*brands end*/

/*Product Section*/
.product-sec{
  padding: 0 0 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-sec .grid{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  width: 1000px;
}
.product-sec .heading{
  margin-bottom: 80px !important;
}
.heading h1{
  font-size: 36px;
  font-weight: 400;
}
.heading h1,p{
  text-align: center;
  margin-bottom: 10px;
}
.product-content{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.img-col{
  width: 50%;
}
.img-col img{
  max-width: 100%;
  width: 300px;
}
.product-cnt{
  width: 50%;
}
.product-cnt h2{
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 10px;
}
 .product-cnt p{
  width: 85%;
  text-align: left;
}
.reverse-row{
  display: flex;
  flex-direction: row-reverse;
}
/*Product End*/

/*mnctext*/
.mnctext{
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}
.mnctext .grid{
  max-width: 1300px;
  width: 100%;
  min-height: 200px;
  padding: 20px;
  padding-top: 50px;
  background-color: #F7F7F7;
}
.mnctext .grid h4{
  font-size: 24px;
  line-height: 34px;
  font-family: Georgia;
  font-style: italic;
  font-weight: normal;
  text-align: center;
}
/*end*/

/*footer*/
.footer{
  padding: 50px;
  background-color:  rgb(51, 51, 51);
  padding-bottom: 150px;
}
.footer .grid{
  max-width: 1300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 30px;
}
.footer .text{
  font-size: 20px;
  font-family: georgia,times,times new roman,serif;
  line-height: 28px;
  color: #fff;
  text-align: center;

}
/*footer end*/

.mailchimp-col{
  font-size: 14px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    text-align: center;
    cursor: pointer;
    width: 100%;
     background-color:  rgb(51, 51, 51);;
    opacity: 0.8;
    color: rgb(36, 28, 21);
    border-top: none;
    display: flex;
    justify-content: center;
}
.overlay{
  background-color: rgba(255, 255, 255, 0.6);
  padding: 12px 24px;
  width: 100%;
  display: flex;
    justify-content: center;
    align-items: center;
}
.mailchimp-col .grid{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  width: 100%;
}
.mailchimp-col .grid img{
  width: 120px;
  z-index: 1;
}
.mailchimp-col .grid a{
  color: rgb(36, 28, 21);
  text-decoration: none;
}
/*Animation block*/
.button {
  display: inline-block;
  padding: 0.5rem 1rem;
}
.button--primary {
  background-color: #ce3d90;
}
.button--rounded {
  border-radius: 999px;
}
.button--scroll {
  bottom: 2rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.animation {
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
}
.animation--infinite {
  animation-iteration-count: infinite;
}
.animation--up-down {
  animation-name: upDown;
}

@keyframes upDown {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
/*animation end*/
@media screen and (max-width: 1400px){
  .grid{
    max-width: 100%;
    width: 90%;
  }
  .product-sec .grid {
    max-width: 100%;
    width: 90%;
  }
  .mnctext .grid{
    max-width: 100%;
    width: 90%;
  }
}
@media screen and (max-width: 768px){
  p{
    font-size: 16px;
    line-height: 26px;
  }
  .banner .overlay .content-grid h1{
    line-height: 1.3em;
  }
  .banner .overlay .content-grid h3{
    margin-top: 20px;
  }
  .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    row-gap: 20px;
  }
  .content .logo{
    width: 100%;
  }
  .content .logo-content{
    width: 100%;
  }
  .content .logo-content p{
    width: 100%;
  }
  .heading h1{
    font-size: 28px;
  }
}
.product-sec .grid {
  max-width: 1300px;
  width: 1000px;
  padding: 0 30px;
}
.product-cnt h2{
  font-size: 24px;
}
@media screen and (max-width: 767px){
.section-space{
  padding: 50px 0;
}
.product-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.img-col{
  width: 100%;
}
.product-cnt {
  width: 100%;
}
.heading h1{
  font-size: 24px;
  line-height: 34px;
}
.product-cnt h2{
  font-size: 20px;
}
p{
  font-size: 14px;
  line-height: 20px;
}
.product-sec {
  padding-bottom: 50px;
}
.img-col img{
  width: 250px;
}
.footer {
  padding: 50px 20px 150px;
}
}
