html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.7;
  color: #535353;
}
.fnt-dark {
  color: #282828;
}
.fnt-orelaga {
  font-family: 'Orelega One', serif;
}
.w-60 {
  width: 60%;
}
.h-150px {
  height: 150px;
}
.fs-14 {
  font-size: 14px;
}
.fs-60 {
  font-size: 60px;
  line-height: 70px;
}
.fw-500 {
  font-weight: 500;
}
.pe-6 {
  padding-right: 4rem !important;
}
.ml-30 {
  margin-left: 30px;
}

.bg-white {
  color: #fff;
}
.bg-blue {
  background-color: #2873e3;
}
.text-yellow {
  color: #fee903;
}
.shadow-bottom {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.dark-shadow {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.d-flex-column {
  display: flex;
  flex-direction: row;
}
.text-center {
  text-align: center;
}
.section-header {
  margin-top: 100px;
}
.header-section {
  background-color: #0b3575;
  color: #fff;
  z-index: 5;
}
.border-line {
  max-width: 500px;
  width: 100%;
}
.bg-banner {
  background-image: linear-gradient(to bottom, #2873e3 50%, #163f7d);
}
.water-pelling-text {
  font-size: 22px;
}
.container-space {
  padding: 0px 100px;
}
.banner-img {
  height: auto;
  width: 100%;
  
  margin-top: 50px;
  margin-bottom: 50px;
}
.raindrives-section {
  flex-wrap: nowrap;
  gap: 35px;
  margin-top: 70px;
}
.awesome-left-sec {
  width: 40%;
}
.awesome-right-sec {
  width: 60%;
}
.what-makes-img {
  width: 409px;
  height: 508px;
}
.number-sec {
  height: 60px;
  width: 60px;
  border-radius: 25px;
  color: #2873e3;
}
.motor-img {
  margin: auto !important;
  padding: 0px 12px;
}
.benefit-para-header-height {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  color: #282828;
}
.para-height {
  height: 100px;
}
.benefit-para-div {
  row-gap: 50px !important;
  gap: 90px;
  img {
    padding-top: 30px;
  }
}
.benefit-para-height {
  height: 130px;
}
.gap-110px {
  gap: 110px;
}
.chart-top-margin {
  margin-bottom: 105px;
}
.precaution-div {
  gap: 25px;
}
.xt-small {
    font-size: .875em;
}
.no-color {
  color: transparent;
}
.mr-4r {
  margin-right: 4rem;
}
.bg-dark-header {
    --bs-bg-opacity: 1;
    background-color: rgb(36 80 158) !important;
}
.bg-product {
  background-repeat: round;
  background-image: url('../blue-bg-product.png');
}
.iframe-size {
  width: 920px;
  height: 420px;
  display: flex;
  margin: auto;
  border-radius: 14px;
  margin-bottom: 50px;
}
.precation-text {
  text-align: center;
}
.contact-bg {
  border-radius: 12px;
  background-image: url('../contactus-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  justify-content: center;
}
.input-Border {
  outline: none;
  box-shadow: none;
  width: 100%;
}
.submit-btn {
  color: #282828;
  background-image: linear-gradient(to bottom, #fef002 0%, #fdce07);
  border-radius: 60px;
  padding: 14px 40px;
  font-weight: 600;
  border: none;
  float: right;
}
.backto-top-btn {
  color: #282828;
  background-image: linear-gradient(to bottom, #fef002 0%, #fdce07);
  padding: 25px 10px;
  border-radius: 60px;
  border: none;
  display: flex;
  margin-left: auto;
  margin-right: 80px;
}
.footer-sec {
  background-color: #282828;
  color: #fff;
  margin-top: 50px !important;
}
.owl-theme .owl-dots .owl-dot {
  display: none !important;
}
.owl-theme .owl-nav {
  button {
    background-color: #fdce07 !important;
    height: 8px;
    width: 8px;
    border-radius: 50% !important;
  }
  span {
    display: none;
  }
}
.contact-us-div {
  margin: auto;
  width: 80%;
}


/* Marvsoft */


.section-rainstory {
  background-color: #f8f9fa;
}

.section-rainstory h2 {
  color: #222;
}

.section-rainstory p {
  color: #444;
}

.logo-container {
  position: relative;
  display: inline-block;
}

.logo-img {
  display: block;
  height: auto;
  width: 200px;
}

.trademark {
    position: absolute;
    top: 31px;
    right: 9px;
    font-size: 14px;
    color: white;
    font-weight: bold;
    transform: translate(50%, -50%);
}


.rain-title {
  position: relative;
  display: inline-block;
}

.tm-symbol {
    font-size: 18px;
    position: absolute;
    top: 24px;
    right: -16px;
    transform: translateY(-50%);
    font-weight: 300;
}

.product_details{
  font-size: 16px;
  color:#282828;

}


@media  screen and (max-width:768px) {
  
.navbar-toggler{
  padding: 7px;
  height: 37px;
}
.navbar-toggler-icon{

  height: 20px;
  width: 20px;
}

.hm-link{
  text-decoration: none;
  color: #fff;
}
 
}
@media  screen and (max-width:989px) {
  .mob-list{
  top: 25px !important;
      left: -102px;


 }
}

@media  screen and (max-width:973px) {
  .shping{
    height: 100% !important;
  }
}

@media  screen and (max-width:1404px) {
  
 .tm-symbol{
  top: 9px;
 }
}


/*marvsoft*/


@media screen and (max-width: 420px) {
  .navbar {
    .pe-6 {
      padding-right: 0px !important;
    }
  }
  .d-flex-column {
    align-items: end !important;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .banner-img {
    height: 75%;
    width: 100% !important;
  }
  .navbar {
    .pe-6 {
      padding-right: 0px;
    }
  }
  .container-space {
    padding: 0px 15px;
  }
  .banner-div-text {
    text-align: center;
  }
  .fs-60 {
    font-size: 48px;
    line-height: 40px;
  }
  .water-pelling-text {
    font-size: 16px;
  }
  .help-text {
    font-size: 12px;
  }
  .banner-img {
    height: 70%;
    width: 100%;
  }
  .banner-div {
    flex-direction: column-reverse;
    
  }
  .banner-img-div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner-div-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
  }
  .raindrives-section {
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 70px;
  }
  .awesome-left-sec {
    justify-content: center !important;
    width: 100%;
  }
  .number-sec {
    margin: auto;
  }
  .awesome-right-sec {
    width: 100%;
    .row {
      justify-content: center;
      margin-top: 0px !important;
    }
    .col-md-11 {
      margin-top: 50px;
      text-align: center;
    }
  }
  .chart-top-margin {
    margin-bottom: 50px;
  }
  .chart-img {
    width: 90%;
    height: 118px;
  }
  .what-makes-img {
    width: 225px;
    height: 290px;
  }
  .precaution-div {
    row-gap: 55px !important;
    gap: 25px;
  }
  .gap-110px {
    gap: 50px;
  }
  .iframe-size {
    width: 90%;
    height: 180px;
  }
  .contact-us-div {
    gap: 10px !important;
    width: 100%;
    .contact-bg {
      .text-start {
        text-align: center !important;
      }
    }
  }
  .backto-top-btn {
    margin-right: 25px;
  }
  .motor-img {
    width: 320px !important;
    height: 300px;
  }
  .footer-sec {
    padding: 20px 0px;
  }
  .wrap-column {
    flex-direction: column;
  }
}
@media (min-width: 421px) and (max-width: 767px) {
  .navbar {
    .pe-6 {
      padding-right: 0px !important;
    }
  }
  .d-flex-column {
    align-items: end !important;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .container-space {
    padding: 0px 25px;
  }
  .banner-div-text {
    text-align: center;
  }
  .fs-60 {
    font-size: 48px;
    line-height: 40px;
  }
  .water-pelling-text {
    font-size: 16px;
  }
  .help-text {
    font-size: 12px;
  }
  .banner-img {
    height: 70%;
    width: 100%;
  }
  .banner-img-div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner-div {
    flex-direction: column-reverse;
  }
  .banner-div-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 30px;
  }
  .raindrives-section {
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 70px;
  }
  .number-sec {
    margin: auto;
  }
  .awesome-left-sec {
    justify-content: center !important;
    width: 100%;
  }
  .awesome-right-sec {
    width: 100%;
    .row {
      justify-content: center;
      margin-top: 0px !important;
    }
    .col-md-11 {
      margin-top: 50px;
      text-align: center;
    }
  }
  .what-makes-img {
    width: 225px;
    height: 290px;
  }
  .precaution-div {
    row-gap: 55px !important;
    gap: 25px;
  }
  .gap-110px {
    gap: 50px;
  }
  .chart-top-margin {
    margin-bottom: 50px;
  }
  .chart-img {
    width: 340px;
    height: 133px;
  }
  .iframe-size {
    width: 90%;
    height: 265px;
  }
  .contact-us-div {
    gap: 10px !important;
    width: 100%;
    .contact-bg {
      .text-start {
        text-align: center !important;
      }
    }
  }
  .backto-top-btn {
    margin-right: 25px;
  }
  .motor-img {
    width: 320px !important;
    height: 300px;
  }
  .footer-sec {
    padding: 20px 0px;
  }
  .wrap-column {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar {
    .pe-6 {
      padding-right: 0px !important;
    }
  }
  .d-flex-column {
    align-items: end !important;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .banner-div-text {
    text-align: center;
  }
  .fs-60 {
    font-size: 48px;
    line-height: 40px;
  }
  .water-pelling-text {
    font-size: 16px;
  }
  .help-text {
    font-size: 12px;
  }
  .container-space {
    padding: 0px 40px;
  }
  .banner-img-div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner-div-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 70px;
  }
  .banner-div {
    flex-direction: column-reverse;
  }
  .iframe-size {
    width: 600px;
    height: 360px;
  }

  .benefit-para-header-height {
    height: 85px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .benefit-para-height {
    height: 165px;
  }
  .banner-img {
    height: 60%;
    width: 100%;
  }
  .raindrives-section {
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 70px;
  }
  .awesome-left-sec {
    justify-content: center !important;
    width: 100%;
  }
  .awesome-right-sec {
    width: 100%;
    .row {
      margin-top: 0px !important;
      justify-content: center;
    }
    .col-md-11 {
      margin-top: 50px;
      text-align: center;
    }
  }
  .number-sec {
    margin: auto;
  }
  .what-makes-img {
    width: 300px;
    height: 373px;
  }
  .chart-img {
    width: 550px;
    height: 215px;
  }
  .chart-top-margin {
    margin-bottom: 50px;
  }
  .precation-text {
    height: 200px;
  }
  .benefit-para-div {
    gap: 50px;
  }
  .precaution-div {
    gap: 25px;
    .col-md-3 {
      flex: 0 0 auto;
      width: 29%;
    }
  }
  .contact-us-div {
    gap: 10px !important;
    width: 100%;
    .contact-bg {
      .text-start {
        text-align: center !important;
      }
    }
    .col-md-5 {
      flex: 0 0 auto;
      width: 47.666667%;
    }

    .col-md-6 {
      flex: 0 0 auto;
      width: 46%;
    }
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .fs-60 {
    font-size: 48px;
    line-height: 40px;
  }
  .water-pelling-text {
    font-size: 16px;
  }
  .help-text {
    font-size: 12px;
  }
  .banner-img {
    margin-bottom: 20px;
    height: auto;
    width: 100%;
  }
  .awesome-left-sec {
    align-items: baseline !important;
  }
  .what-makes-img {
    width: 300px;
    height: 372px;
  }
  .iframe-size {
    width: 835px;
  }
  .chart-img {
    width: 700px;
    height: 273px;
  }
  .benefit-para-height {
    height: 150px;
  }
  .benefit-para-div {
    gap: 15px;
    .fs-5 {
      font-size: 18px !important;
    }
    .col-lg-3 {
      width: 32% !important;
    }
  }
  .precaution-header {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .precation-text {
    height: 150px;
  }
  .precaution-div {
    gap: 50px;
    .col-md-3 {
      flex: 0 0 auto;
      width: 28%;
    }
  }
  .contact-us-div {
    .col-md-5 {
      flex: 0 0 auto;
      width: 44.666667%;
    }

    .col-md-6 {
      flex: 0 0 auto;
      width: 47%;
    }

    .contact-bg {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
  }
}
@media screen and (min-width: 1700px) {
 .banner-img {
    height: auto;
    width: 100% !important;
   
    margin-top: 40px;
  }

}


@media screen and (min-width: 1550px) {
  .banner-div {
    padding: 55px 0px;
  }
  .banner-img {
    height: auto;
    width: 100%;
   
    margin-top: 40px;
  }
  .raindrives-section {
    gap: 50px;
  }
  .precation-text {
    height: 150px;
  }
  .awesome-right-sec {
    width: 50%;
  }
  .fs-3 {
    font-size: 32px !important;
  }
  .fs-5 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .fs-6 {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .fs-14 {
    font-size: 16px;
    line-height: 24px !important;
  }
  .fs-60 {
    font-size: 96px;
    line-height: 90px;
  }
  .water-pelling-text {
    font-size: 30px;
    line-height: 42px;
  }
  .help-text {
    font-size: 20px;
  }
}
