@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: 'Mabry Pro';
  src: local('Mabry Pro Medium'), local('Mabry-Pro-Medium'),
      url('../fonts/MabryPro/MabryPro-Medium.woff2') format('woff2'),
      url('../fonts/MabryPro/MabryPro-Medium.woff') format('woff'),
      url('../fonts/MabryPro/MabryPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: medium;
}

@font-face {
  font-family: 'Mabry Pro';
  src: local('Mabry Pro Regular'), local('Mabry-Pro-Regular'),
      url('../fonts/MabryPro/MabryPro-Regular.woff2') format('woff2'),
      url('../fonts/MabryPro/MabryPro-Regular.woff') format('woff'),
      url('../fonts/MabryPro/MabryPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* font related css  */

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  font-family: "Mabry Pro" !important;
  z-index: 2;
  position: relative;
}
img {
  position: relative;
  z-index: 2;
}
h1 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 2rem;
  color: #1C244B;
}
p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: var(--black);
}
h2,
h3,
h4,
h5,
h6 {
  color: #1C244B;
}



/* font related css  */

#hero-section-case .hero-block2 .statistics-box {
  width: 180px;
  border: 1px solid #fda33b;
  height: 160px;
  border-radius: 15px;
  box-shadow: 1px 6px 14px #8080803b;
  position: relative;
  z-index: 2;
  background-color: white;
}
span {
  color: #fda33b;
}

#hero-section-case .statistics-box .statistic-heading {
  color: #fda33b;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 28px;
  margin: 0px;
  line-height: 26px;
}
#hero-section-case .statistics-box p {
  color: #4b4949;
  font-size: 16px;
}
#hero-section-case .hero-block1 .hero-right img {
  border-radius: 15px;
}

#website-section {
  background: rgb(253, 163, 59);
  background: -moz-linear-gradient(
    90deg,
    rgba(253, 163, 59, 1) 0%,
    rgba(255, 224, 188, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(253, 163, 59, 1) 0%,
    rgba(255, 224, 188, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(253, 163, 59, 1) 0%,
    rgba(255, 224, 188, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fda33b",endColorstr="#ffe0bc",GradientType=1);
}

#paragraph-section1 .bottom-block .col-lg-6 {
  flex: 1 !important;
}
#paragraph-section1 .bottom-block .col-lg-6 img {
  border-radius: 15px;
}
#paragraph-section3 .bottom-block .col-lg-6 {
  flex: 1 !important;
}
#paragraph-section3 .bottom-block .col-lg-6 img {
  border-radius: 15px;
}
#paragraph-section5 .bottom-block .col-lg-6 {
  flex: 1 !important;
}
#paragraph-section5 .bottom-block .col-lg-6 img {
  border-radius: 15px;
}
#block-quote-paragraph .quote-icon-left {
  position: absolute;
  top: 20px;
  left: 20px;
}

#block-quote-paragraph .quote-icon-right {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#block-quote-paragraph .block-quote-img {
  width: 40px;
}

#block-quote-paragraph .quote-img-left img {
  position: absolute;
  left: -43px;
  top: -9px;
}
#block-quote-paragraph .quote-img-right img {
  position: absolute;
  top: -3px;
}

#block-quote-paragraph blockquote {
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
}

#paragraph-section2 .float-image {
  float: right;
  width: 380px;
  height: auto;
  border-radius: 8px;
  margin-right: -104px;
}
#paragraph-section4 .float-image1 {
  float: right;
  width: 380px;
  height: auto;
  border-radius: 8px;
  margin-right: -104px;
  margin-left: 10px;
}
#paragraph-section4 .float-image2 {
  float: left;
  width: 380px;
  height: auto;
  border-radius: 8px;
  margin-left: -104px;
  margin-right: 10px;
}

#progress-block .progress-list {
  height: 24px;
  width: auto;
}
#progress-block ul li {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
#progress-block .animated-progress {
  width: 76px;
  height: auto;
}
#paragraph-section4 .chart-block {
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display:flex;
  justify-content: center;
  

}

#paragraph-section4 .chart-block img{ 
  border: 1px solid black;
  border-radius: 7px;
}

#paragraph-section1 .statistics-bottom img {
  height: 87px;
  width: auto;
}
#paragraph-section1 .statistics-bottom {
  width: 200px;
  border: 1px solid #fda33b;
  text-align: center;
  border-radius: 20px;
  box-shadow: 1px 6px 14px #8080803b;
  align-content: space-around;
  position: relative;
  z-index: 2;
  background-color: white;
}

#paragraph-section1 .statistics-bottom h3 {
  font-size: 18px;
  margin-bottom: 0px !important;
  font-weight: 600;
  color: #fda33b;
}
#paragraph-section1 .statistics-bottom h4 {
  font-size: 16px;
}
.design-circle{
  width: 60px;
  height: 60px;
  background: rgb(253, 163, 59);
  background: -moz-linear-gradient(
    90deg,
    rgba(253, 163, 59, 1) 0%,
    rgba(255, 224, 188, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(253, 163, 59, 1) 0%,
    rgba(255, 224, 188, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(253, 163, 59, 1) 0%,
    rgba(255, 224, 188, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fda33b",endColorstr="#ffe0bc",GradientType=1);
  border-radius: 100%;
}

.design-circle1 {
  
  left: -2%;
  top: 210px;
}
.design-circle2 {
  right: -2%;
  top: -23px;
}
.design-circle3 {
  
  right: 47%;
  top: 65%;
}
.design-circle-special{
  background: rgb(254, 215, 170);
  background: -moz-linear-gradient(
    90deg,
    rgba(254, 215, 170, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(254, 215, 170, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(254, 215, 170, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fed7aa",endColorstr="#ffffff",GradientType=1);
  width: 60px;
  height: 60px;
  border-radius: 100%;

}
.design-circle4 {
  left: 0;
  top: 20px;
  
}
.design-circle5 {
  right: 0;
  top: 33px;
  
}
.design-circle6 {
  left: 10%;
  top: 33px;
  
}
.design-circle7 {
  right: 0;
  top: 25%;
  
}
.design-circle8 {
  left: 46%;
  top: 93%;
  
}
.design-circle9 {
  top: 65%;
  left: 1%;
  
}
.design-circle10 {
  left: 37%;
  top: 54%;
  
}
.design-circle11 {
  right: -24px;
  top: 5%;
  
}
.design-circle12 {
  left: 35%;
  top: -3%;
  
}
.design-circle13 {
  right: 49%;
  top: 92%;
  
}
.design-circle14 {
  right: -24px;
  top: 58%;
  
}
.design-circle15 {
  left: 50%;
  top: -1%;
  
}
.design-circle16 {
  right: -2%;
  top: 47%;
  
}
.design-circle17 {
  right: 63%;
  top: 50%;
  
}
.design-circle18 {
  right: 36%;
  top: -20%;
  
}
.design-circle19 {
  right: 84%;
  top: 76%;
  
}
.design-circle20 {
  left: 7%;
  top: 5%;
  
}
.design-circle21 {
  right: -2%;
  top: 25%;
  
}
.design-circle22 {
  left: 39%;
  top: 61%;
  
}
.design-circle23 {
  right: 97%;
  top: 96%;
  
}
.design-circle24 {
  right: 84%;
  top: 89%;
  
}
.design-circle25 {
  right: 23%;
  top: 15%;
  
}

@media (min-width: 1400px) {

}
@media (max-width:1100px) and (min-width: 991px) {
  .hero-right{
    height: 85%;
  }
}
@media (max-width: 991px) {
  .design-circle-special{
    display: none;
  }
  .design-circle{
    display: none;
  }
  h1 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
  p {
    font-size: 16px;
    line-height: 20px;
  }
  .float-image,
  .float-image1,
  .float-image2,
  .float-image3,
  .float-image4,
  .float-image5,
  .float-image6 {
    float: initial !important;
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important ;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem !important;
  }
  #paragraph-section1 .bottom-block .col-lg-6 {
    flex: 0 0 auto !important;
  }
  #paragraph-section3 .bottom-block .col-lg-6 {
    flex: 0 0 auto !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span,
  a {
    text-align: center !important;
  }
  .w-100 {
    width: 75% !important;
  }
  #hero-section-case .statistics-box .statistic-heading {
    color: #fda33b;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 22px;
  }
  #hero-section-case .hero-block2 .statistics-box {
    /*width: 135px; */
    border: 1px solid #fda33b;
    height: 114px;
    border-radius: 15px;
    box-shadow: 1px 6px 14px #8080803b;
  }
  #paragraph-section1 .statistics-bottom {
    width: 140px;
    border: 1px solid #fda33b;
    text-align: center;
    border-radius: 20px;
    box-shadow: 1px 6px 14px #8080803b;
    padding: 5px !important;
  }
  #paragraph-section1 .statistics-bottom img {
    height: 60px;
    width: auto;
  }
  #paragraph-section1 .statistics-bottom h3 {
    font-size: 16px;
    margin-bottom: 0px !important;
    font-weight: 600;
    color: #fda33b;
  }
  #paragraph-section1 .statistics-bottom h4 {
    font-size: 14px;
  }
}


#hero-section-case  .hero-left{
  display: flex !important;
  flex-direction: column ;
  justify-content: center !important;
  align-content: center !important;
}
