body {
    margin: 0;
    background: #000000;
  }
  html {
    scroll-behavior: smooth;
  }
  /* commen css Start*/
  .common-text p, p {
    font: 400 16px/30px "Comfortaa";
    color: #fff;
    margin: 0 0 20px 0;
  }
  .commen-btn {
      margin: 0 0 20px 0;
  }
  .commen-border {
    background-image: url("../images/border.png");
    height: 14px;
  }
  .commen-btn a {
    font: 600 23px/30px "Comfortaa";
    color: #111;
    background-image: linear-gradient(to bottom, #f73e02 , #f8c420, #f73e02 , #f8c420);
    background-size: 100% 300%;
    display: block;
    text-decoration: none;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.5s;
    display: block;
    text-align: center;
  }
  .commen-btn a:hover{
    background-position: 0 100%;
  }
  .body-part h1 {
    font: 700 45px/58px "Rufina";
    color: #fff;
    margin: 30px 0;
    text-align: center;
  }
  .body-part h2 {
    font: 700 45px/50px "Rufina";
    color: #fff;
    margin: 30px 0;
  }
  .body-part h3{
    font: 700 20px/35px "Comfortaa";
    color: #ffe400; 
    margin: 30px 0;
    text-align: center;
  }
  .commen-img {
    margin: 0 0 20px 0;
    overflow: hidden;
    display: inline-block;
    border-radius: 8px;
  }
  .commen-img img{
    transition:  all 0.5s;
    -webkit-transition:  all 0.5s;
    -moz-transition:  all 0.5s;
    -ms-transition:  all 0.5s;
    -o-transition:  all 0.5s;
  }
  .commen-img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  .commen-img-zoom-out:hover img{
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
  }
  .text-red {
    color: #ff0000;
    transition: all 0.5s;
  }
  a.text-red:hover {
    color: #fff;
  }
  /* commen css End*/
  .body-red-part {
    /*background: #302929;
    box-shadow: rgba(255, 255, 255, 0.6) 0px 7px 99px 0px;*/
  }
  .product-head {
    transform: translatey(-82px);
    margin: 0 0 -50px 0;
  }
  .header {
    text-align: center;
    margin: 20px 0 0 0;
  }
  .img-flex {
    display: flex;
    align-items: center;
    padding: 10px 0 30px;
  }
  .img-flex-wrapper {
    width: 18%;
  }
  .img-text {
    width: 82%;
    padding: 0 0 0 30px;
  }
  .copy-right {
    text-align: center;
  }
  .testimonial-box {
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #848484;
  }
  .testimonial-wrapper .commen-img {
    width: 14%;
    margin: 0;
    border-radius: 50%;
  }
  .testimonial-content {
    width: 86%;
    padding: 0 0 0 20px;
  }
  .testimonial-content p{
    font-style: italic;
    margin: 0 0 10px 0;
  }
  .align-center {
    align-items: center;
  }
  .testimonial-wrapper{
    display: flex;
    align-items: center;
  }
  .product-section {
    border: 1px dashed #fff;
    padding: 30px 15px;
    margin: 30px 0;
    border-radius: 13px;
  }
  .product-section-text p {
    margin: 0 0 5px 0;
  }
  .product-section-text .commen-btn{
    margin: 20px 0 0 0;
  }
  .product-section h3 {
    font: 700 35px/50px "Comfortaa";
    color: #000;
    background: #ffe400;
    border: 1px dashed #fff;
    display: inline-block;
    padding: 10px 70px;
  }
  @media (max-width: 1199px) {
    .body-part h1{
      font-size: 38px;
      line-height: 50px;
    }
    .body-part h2{
      font-size: 27px;
      line-height: 47px;
    }
    .product-section h3{
      font-size: 26px;
      line-height: 42px;
    }
    .commen-btn a{
      font-size: 28px;
      line-height: 46px;
    }
  }
  @media (max-width: 991px) {
    .body-part h1 {
      font-size: 33px;
      line-height: 46px;
    }
    .commen-btn a {
      font-size: 23px;
      line-height: 26px;
    }
    .body-part h2 {
      font-size: 24px;
      line-height: 41px;
    }
    .product-section h3 {
      font-size: 22px;
      line-height: 37px;
    }
  }
  @media (max-width: 767px) {
    .body-part h2 {
      font-size: 25px;
      line-height: 28px;
    }
    .product-section h3 {
      padding: 10px 30px;
    }
    .commen-btn a {
      font-size: 20px;
      line-height: 25px;
    }
    .testimonial-wrapper{
      display: block;
    }
    .testimonial-wrapper .commen-img{
      width: 100%;
    }
    .testimonial-content {
      width: 100%;
      padding: 0;
    }
    .testimonial-box{
      text-align: center;
    }
    .testimonial-wrapper .commen-img {
      margin: 0 0 10px 0;
    }
    .product-section h3 {
      font-size: 19px;
      line-height: 31px;
    }
  }
  @media (max-width: 575px) {
  }
  @media (max-width: 480px) {
    .body-part h1 {
      font-size: 24px;
      line-height: 36px;
      margin: 10px 0 15px 0;
    }
    .common-text p, p {
      text-align: center;
      font-size: 14px;
      line-height: 26px;
    }
    .body-part h3 {
      font-size: 19px;
      line-height: 26px;
    }
    .body-part h2 {
      font-size: 25px;
      line-height: 33px;
      margin: 15px auto;
    }
    .commen-btn a {
      font-size: 20px;
      line-height: 27px;
    }
    .logo {
      width: 192px;
      margin: 0 auto;
    }
    .header{
      margin: 10px 0 0 0;
    }
    .body-part-row {
      text-align: center;
    }
    .img-flex {
      display: block;
      text-align: center;
      padding: 10px 0;
    }
    .img-flex-wrapper {
      width: 100%;
      margin: 0 0 25px 0;
    }
    .img-text {
      width: 100%;
      padding: 0;
    }
    .body-part h2{
      text-align: center;
    }
  }
  @media (max-width: 360px) {
  }