@import url("https://fonts.googleapis.com/css2?family=Alata&family=Courgette&display=swap");

* {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
}

body {
}

/* ------------------------ Imp Varibles start ------------------------ */

:root {
  --primary: #fc5666;
  --secondary: #333;
}

/* ------------------------ Hero Css start ------------------------ */

.hero-section {
  background-image: url(../image/mainbg.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
  width: auto;
  display: flex;
  align-items: center;
  background-size: cover;
}

.top-left-img {
  position: absolute;
  top: 85px;
  left: 10px;

}

.top-left-img img {
  max-width: 100px;
}

.vv-left-main {
  display: flex;
  width: 458px;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
  position: relative;
}

.left-bottom-img {
    position: absolute;
    bottom: -144px;
    right: 203px;
}

.left-bottom-img img {
  max-width: 65px;
}

.vv-heading {
  color: var(--primary);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Courgette";
  font-size: 78.17px;
  font-style: normal;
  font-weight: 400;
  line-height: 78.642px;
  position: relative;
}

.heading-i-dot {
  position: absolute;
  top: -34px;
  left: 53px;
}

.heading-i-dot-2 {
  position: absolute;
  top: -34px;
  right: 110px;
}
.vv-para {
  color: var(--secondary);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Alata";
  font-size: 26.639px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mob-1,
.mob-2,
.mob-3 {
  max-width: 130px;
}

.mob-2 {
  margin-top: 60px;
}


/* all size media queary  */

@media (max-width: 991px) and (min-width: 860px) {
  .container {
      max-width: 900px;
  }
  .right-main {
    padding-left: 6rem !important;
  }
  .mob-1, .mob-2, .mob-3 {
    max-width: 100px;
  }
}

@media (max-width: 859px) and (min-width: 768px) {
  .container {
      max-width: 800px;
  }
  .right-main {
    padding-left: 9rem !important;
  }
  .mob-1, .mob-2, .mob-3 {
    max-width: 82px;
  } 
}

@media (max-width: 767px) and (min-width: 600px) {
  .hero-section {
    height: 100%;
  }

  .left-main-sm {
    display: flex;
    justify-content: center;
  }
  .vv-left-main {
    display: flex;
    align-items: center;
    margin: 40px 0;
  }

  .vv-para {
    text-align: center;
  }

  .right-main {
    margin-bottom: 20px;
  }
}



@media (max-width: 599px) and (min-width: 375px) {
  .hero-section {
    height: 100%;
  }
  .left-main-sm {
    display: flex;
    justify-content: center;
  }
  .vv-left-main {
    display: flex;
    align-items: center;
    margin: 40px 0;

  }

  .vv-para {
    text-align: center;
  }



  .top-left-img {
    position: absolute;
    top: 40px;
    left: -6px;
  }

  .top-left-img img {
    max-width: 69px;
}

.vv-heading {
  font-size: 50px;
  line-height: 60px;
}

.heading-i-dot {
  top: -22px;
    left: 37px;
}

.i-dot, .i-dot-2 {
  max-width: 20px;
}

.heading-i-dot-2 {
  top: -22px;
    right: 71px;
}
.vv-para {
  font-size: 24px;
}

.mob-1, .mob-2, .mob-3 {
  max-width: 77px;
}

 
.right-main-sub>* {
  width: unset;
  
}
.right-main-sub {
  display: flex;
  justify-content: center;
}
}

@media (max-width: 599px) and (min-width: 479px) {
  .left-bottom-img {
    position: absolute;
    bottom: -130px;
    right: 190px !important;
  }
}

@media (max-width: 478px) and (min-width: 425px) {
  .left-bottom-img {
    position: absolute;
    bottom: -130px;
    right: 188px;
  }
}

@media (max-width: 424px) and (min-width: 375px) {
  .left-bottom-img {
    right: 140px;
  }
}