@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
a:visited,
a:active,
a:hover,
a:focus {
  text-decoration: none;
}

button,
button:visited,
button:active,
button:hover,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

.section-padding {
  padding: 117px 0;
}

.section-top {
  padding-top: 150px;
}

.section-bottom {
  padding-bottom: 150px;
}

.pb-87 {
  padding-bottom: 87px;
}
.pb-57 {
  padding-bottom: 57px;
}

.pb-120 {
  padding-bottom: 120px;
}

body {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #585858;
  overflow-x: hidden;
}

.container-fluid {
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
  }

}

/*--------------------------------
    Preloader
-----------------------------------*/
#preloader {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999999999999;
}

#status {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-area {
  padding: 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.header-area .menu-area ul {
  margin: 0;
  padding: 0;
}

.header-area .menu-area ul li {
  display: inline-block;
  list-style: none;
  margin: 0 20px;
}

.header-area .menu-area ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #241D1D;
}
.menu-rightside {
  justify-content: flex-end;
  align-items: center;
}

.header-area .header-btn, .footer-area .envato-button {
  display: inline-block;
  padding: 10px 34px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 6px;
  border: 1px solid #00AA6C;
  background: #00AA6C;
}
.stick.header-area {
  position: fixed;
  width: 100%;
  padding: 20px 0;
  left: 0;
  top: 0;
  z-index: 99;
  background: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  box-shadow: 0 4px 100px rgb(197 197 197 / 25%);
}

.mobile-menu-area {
  position: fixed;
  width: 100%;
  padding: 10px 0;
  left: 0;
  top: 0;
  z-index: 99;
  background: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* Banner Area CSS Start*/
.banner-area {
  padding-top: 220px;
  background-image: url("../images/banner-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 839px;
  padding-bottom: 190px;
}
.banner-area .banner-text {
  margin-bottom: 52px;
  padding: 0 16px;
}
.banner-area .banner-text h1 {
  margin-bottom: 22px;
  font-size: 62px;
  line-height: 130%;
  font-weight: 600;
  color: #000;
}

.banner-area .banner-text p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #555555;
  width: 80%;
  margin: 0 auto 34px;
}
.hero-img-wrap {
  /* border-radius: 24px; */
  /* border: 13px solid #fff;
  margin: 0 45px; */
}
.hero-img-wrap {
  padding: 14px;
  border-radius: 24px;
  background-color: #fff;
  margin: 120px 80px 0;
}

/* Floating Image CSS */
.hero-floating-img {
  /* position: relative; */
}
.hero-floating-img.floating-img-1 {
  left: -174px;
  top: -88px;
  position: absolute;
}
.hero-floating-img.floating-img-2 {
  right: -97px;
  top: -60px;
  position: absolute;
}
.hero-floating-img.floating-img-3 {
  bottom: 71px;
  left: -106px;
  position: absolute;
}
.hero-floating-img.floating-img-4 {
  bottom: 0;
  right: -151px;
  position: absolute;
}
/* Floating Image CSS */

/* Banner Area CSS End */

.section-title {
  margin-bottom: 55px;
}
.section-header {
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
  color: #171646;
}
.bg-different {
  background-color: #FDF9F2;
}
.section-title .title {
  font-size: 48px;
  font-weight: 600;
  color: #161010;
  text-transform: capitalize;
  line-height: 50px;
}
.see-demos-area.section-bottom {
  padding-bottom: 120px;
}
.single-demo {
  margin-bottom: 30px;
  border: none;
  background: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.single-demo:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-demo:hover .demo-wrap {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.single-demo:hover .demo-tumbnail .hover-overlay {
  opacity: 1;
  visibility: visible;
}

.single-demo .demo-wrap {
  margin-bottom: 20px;
  padding: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 100px rgba(197, 197, 197, 0.25);
          box-shadow: 0 4px 100px rgba(197, 197, 197, 0.25);
}

.single-demo .demo-tumbnail {
  position: relative;
  border: 1px solid #ededed;
}

.single-demo .demo-tumbnail .hover-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(239, 27, 39, .2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.single-demo h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: #232322;
}

.primary-btn {
  display: inline-block;
  padding: 11px 30px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  background: #0FCBD7;
  border: 1px solid #0FCBD7;
  color: #ffffff;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.primary-btn:hover {
  color: #ffffff;
  background: #037f88;
  border-color: #037f88;
}

.primary-btn-outline {
  display: inline-block;
  padding: 11px 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid #00AA6C;
  background: #00AA6C;
  color: #fff;
  border-radius: 6px;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.primary-btn-outline:hover {
  color: #fff;
  background: #028354;
  border-color: #028354;
}

.component-area {
  padding: 150px 0 100px 0;
}

.component-area .component-text h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  color: #FF6C62;
}

.component-area .component-text h2 {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  color: #1A1919;
}

.component-area .component-text p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
  color: #585858;
}

.component-area .container {
  overflow: hidden;
  position: relative;
}

.component-area .container .component-text-area {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 5;
}

.section-top-title {
  margin-top: 50px;
  margin-bottom: 45px;
  font-size: 48px;
  font-weight: 700;
  color: #1A1919;
  text-transform: capitalize;
  text-align: center;
}

/* Best Experience Area */
.best-experience-area {
  background-color: #EBF9F4;
}
.best-experience-area .section-title .title {
  font-size: 60px;
  font-weight: 600;
  color: #3A6757;
  line-height: 81px;
  text-transform: capitalize;
}
.best-experience-area .section-para {
  padding-right: 84px;
}
.section-para {
  font-size: 20px;
  line-height: 34px;
  color: #77847F;
}
.inner-title-wrap h3 {
  color: #3A6757;
  font-size: 42px;
  font-weight: 600;
  line-height: 71px;
}
.inner-title-wrap p {
  font-size: 18px;
  line-height: 31px;
  color: #77847F;
}
.multiple-type-inner-row {
  padding: 50px 44px;
  border-radius: 20px;
}
.multiple-type-item-box {
  margin-top: 26px;
}
.physical-and-digital-content-box{
  padding-right: 220px;
}
.multiple-type-item-box h5 {
  font-size: 24px;
  line-height: 41px;
  font-weight: 500;
  color: #3A6757;
}
.multiple-type-item-box p {
  font-size: 16px;
  line-height: 26px;
  color: #77847F;
}
/* Best Experience Area End */

/* Payment Methods Start */
.payment-methods-area {
  overflow: hidden;
}
.payment-item-box {
  border-radius: 10px;
  border: 1px solid #F6F6F7;
  margin: 15px 0;
  padding: 20px 17px;
  background-color: #fff;
  box-shadow: 0 15px 22px rgb(237 237 237 / 85%);
}
.payment-item-box h5 {
  color: #3A6757;
  margin-top: 13px;
}
.payment-item-box p {
  margin-bottom: 0;
  font-size: 16px;
  color: #77847F;
}
.payment-float-img {
  left: 0;
  bottom: 0;
}
.payment-methods-header .inner-title-wrap {
  width: 483px;
  min-width: 100%;
}
/* Payment Methods End */

/* Dynamic Wishlist and Cart Start */
.dynamic-wishlist-left-area {
  padding-top: 50px;
  padding-bottom: 50px;
}
.dynamic-wishlist-area {
  padding-top: 0;
  padding-bottom: 0;
}
/* Dynamic Wishlist and Cart End */

/* Feature Area CSS */
.feature-area-3 {
  background-color: #EBF9F4;
}
.feature-box-card {
  background-color: #FFFCFC;
  border: none;
  border-radius: 20px;
  padding: 30px 36px 40px;
}
.feature-box-card .card-title {
  margin-bottom: 11px;
  font-size: 48px;
  line-height: 62px;
  font-weight: 600;
}
.feature-box-card p {
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 40px;
}
/* Feature Area CSS End */

/* Feature 2 CSS */
.overview-box-card .card-title {
  font-size: 62px;
  line-height: 83px;
  color: #000;
  font-weight: 600;
}
.overview-area .feature-box-card img {
  border-radius: 10px;
}
 .advance-bg {
   background-color: #EBF4FD;
   color: #7088A6;
 }
 .advance-bg p {
   color: #7088A6;
 }
 .advance-bg h2 {
   color: #0C2D57;
 }
 .user-bg {
  background-color: #D6F8DD;
 }
 .user-bg p {
    color: #758C7A;
 }
 .user-bg h2 {
    color: #334F39;
 }
 .cms-setting-bg {
   background-color: #FFEFFE;
 }
 .cms-setting-bg p {
   color: #7D677C;
 }
 .cms-setting-bg h2 {
   color: #674D65;
 }
 .seo-bg {
   background-color: #EBF2FD;
 }
 .seo-bg p {
    color: #6A819E;
 }
 .seo-bg h2 {
    color: #263650;
 }
 .social-share-bg {
   background-color: #EBFCFD;
 }
 .social-share-bg p {
   color: #6A819E;
 }
 .social-share-bg h2 {
   color: #263650;
 }
 .menu-create-bg {
   background-color: #F8EDD6;
 }
 .menu-create-bg p {
   color: #897C60;
 }
 .menu-create-bg h2 {
   color: #5C4006;
 }
 .product-review-bg {
   background-color: #FFEFF4;
 }
 .product-review-bg p {
   color: #9D7C88;
 }
 .product-review-bg h2 {
   color: #5A0F29;
 }
 .notification-bg {
   background-color: #EBFDFC;
 }
 .notification-bg p {
   color: #5B706E;
 }
 .notification-bg h2 {
   color: #3F5F5D;
 }
 .sitemap-bg {
   background-color: #F9FDE4;
 }
 .sitemap-bg p {
  color: #767A60;
 }
 .sitemap-bg h2 {
  color: #4E5336;
 }
 .social-login-bg {
   background-color: #EEEBFD;
 }
 .social-login-bg p {
  color: #6A819E;
 }
 .social-login-bg h2 {
  color: #263650;
 }
/* Feature 2 CSS End */

/* Currency RTL Area */
.currency-rtl-area {
  background-color: #FCF4EE;
}
.currency-content h2 {
  font-size: 62px;
  line-height: 81px;
  font-weight: 600;
  color: #57493E;
}
.currency-content p {
  font-size: 20px;
  line-height: 34px;
  color: #76685E;
  margin-bottom: 0;
}
.currency-wrap {
  margin-bottom: 120px;
}
.left-right-small-box {
  margin-top: 47px;
}
.left-right-small-box h5 {
  font-size: 24px;
  line-height: 41px;
  color: #57493E;
  font-weight: 500;
}
/* Currency RTL Area End */

/*Responsive View css*/

.responsive-view-area {
  padding: 220px 0;
}
.responsive-view-content {
  margin-left: -50px;
  padding-right: 23px;
}
.responsive-view-area .responsive-view-content h2 {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
  color: #171646;
}
.responsive-view-area .responsive-view-content p {
  /*margin: 18px 0 0;*/
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 30px 0;
}

/*Responsive View-2 CSS*/
.responsive-view-2 .responsive-view {
  right: 60px;
  top: 169px;
}

/*Feature area css*/
.feature-area {
  background-color: #F9FAFB;
}
.feature-area .section-title h2 {
  font-size: 62px;
  font-weight: 600;
  line-height: 105px;
  color: #323C44;
}
.feature-area p {
  font-size: 18px;
  color: #818E9A;
  line-height: 31px;
  width: 58%;
  margin: 0 auto;
}
.feature-area .single-feature {
  margin-bottom: 30px;
  background: #ffffff;
  padding: 25px 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  height: 80px;
  box-shadow: 0 6px 19px rgba(242, 244, 246, 0.9);
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.feature-area .single-feature .feature-icon img {
  margin-right: 15px;
}

.feature-area .single-feature .feature-title {
  margin: 0;
  font-size: 20px;
  text-transform: capitalize;
  color: #2B3642;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.build-area {
  position: relative;
}
.build-bottom {
  position: absolute;
  bottom: -349px;
  left: 0;
  right: 0;
  text-align: center;
}

.build-area .build-top {
  width: 47%;
  margin: 0 auto 150px;
  padding-bottom: 189px;
}
.build-area .build-top h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 600;
  color: #323C44;
}
/* .build-area .build-top p {
  color: #818E9A;
} */
.build-area .build-top p {
  width: 80%;
  margin: auto auto 1rem;
}
.build-area .build-top .button-area .primary-btn {
  margin-right: 20px;
}

/*Footer css*/
.footer-area {
  padding-top: 270px;
  background-color: #F9FAFB;
}
.footer-content {
  margin: 0 112px;
}
.footer-content-top {
  padding: 88px 0;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}
.footer-area p {
  font-size: 16px;
  color: #4A4A4A;
  line-height: 23px;
  margin: 30px 0;
}

/*Footer Right Content css*/
.footer-right {
  width: 260px;
  height: 236px;
  background-color: #fff;
  box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 0;
  margin: 0 auto;
  margin-left: 88px;
  padding: 39px;
}
.footer-right h3 {
  font-size: 41px;
  color: #171646;
}
.footer-right p {
  font-size: 18px;
  color: #000;
  line-height: 20px;
  margin: 30px 0;
  font-weight: 300;
}
.copyright-text {
  margin: 33px 0;
  text-align: center;
}
/*Footer Right Content css*/

@media (max-width: 1770px) {
  .responsive-view img {
    height: 423px;
  }
}

@media (max-width: 1470px) {
  .responsive-view img {
    height: 373px;
  }
  .responsive-view-content {
    margin-left: 0;
    padding-right: 0;
  }
  .responsive-view-2 {
    padding: 120px 0!important;
  }
}

@media (max-width: 1366px) {
  .best-experience-area .section-title .title {
    font-size: 55px;
}
  .responsive-view-2 .responsive-view {
    right: auto;
  }
  .responsive-view-content {
    margin-left: 0;
    padding-right: 0;
  }
  .responsive-view-area .responsive-view-content h2 {
    font-size: 41px;
  }
  .responsive-view-area {
    padding: 120px 0;
  }
  .responisve-view {
    left: 118px;
  }
  .responisve-view img {
    height: 400px;
  }
  .build-area .build-top {
    width: 72%;
    margin: 0 auto 130px;
    padding-bottom: 100px;
  }
  .physical-and-digital-content-box {
    padding-right: 100px;
  }

}

@media (max-width: 1200px) {
  .banner-area {
    min-height: 600px;
  }
  .banner-girl-img {
    height: 407px;
  }
  .banner-man-img {
    height: 300px;
  }
  .payment-methods-header .inner-title-wrap {
    width: auto;
    min-width: 100%;
    position: relative!important;
}
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
  .banner-area .banner-text h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .hero-floating-img.floating-img-3 {
    bottom: 12px;
}
  h2 {
    font-size: 38px!important;
    line-height: 50px!important;
  }
  .primary-btn-outline , .primary-btn{
    padding: 11px 14px;
}
  .banner-area .banner-text h2 {
    font-size: 30px;
  }
  .banner-area .banner-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .section-title .title {
    font-size: 40px;
  }
  .component-area .component-text h2 {
    font-size: 40px;
  }
  .build-area .build-top h2 {
    font-size: 40px;
  }
  .component-image {
    margin-left: 50px;
  }
  .responsive-view-area .responsive-view-content h2 {
    font-size: 30px;
    line-height: 41px;
  }
  .section-top-title {
    font-size: 40px;
  }
  .header-area .menu-area ul li {
    margin: 0 15px;
  }
  .build-area .build-top {
    padding-bottom: 20px;
  }
.rtl-support-box {
    margin-bottom: 30px;
}
}

@media (max-width: 991px) {
  .see-demos-area.section-bottom {
    padding-bottom: 30px;
}
  .hero-floating-img img {
    height: 118px;
  }
  .hero-floating-img.floating-img-1 {
    left: -72px;
    top: -38px;
  }
  .hero-floating-img.floating-img-2 {
    right: -71px;
    top: -37px;
}
  .rtl-support-wrap img {
    margin-bottom: 30px;
  }
  .best-experience-btns {
    text-align: left!important;
  }
  .feature-area p {
    width: 100%;
  }
  .inner-title-wrap h3 {
    font-size: 36px;
    line-height: 47px;
}
  .component-image {
    margin-left: 0;
  }
  .component-area .container .component-text-area {
    position: inherit;
    top: 0;
    margin-bottom: 30px;
  }
  .responisve-view {
    display: none;
  }
  .responsive-view-area .responsive-view {
    display: none;
  }
  .single-demo {
    margin-bottom: 30px;
  }
  .section {
    padding: 60px 0;
  }
  .section-top {
    padding-top: 60px;
  }
  .section-bottom {
    padding-bottom: 60px;
  }
  .pb-85 {
    padding-bottom: 30px;
  }
  .pb-120 {
    padding-bottom: 30px;
  }
  .responsive-view-area {
    padding: 60px 0;
  }
  .build-area .build-top {
    margin-bottom: 60px;
  }
  .component-area {
    padding: 60px 0 60px 0;
  }
  .build-bottom {
    position: relative;
    bottom: 56px;
  }
  .footer-area {
    padding-top: 0;
  }
  .footer-content-top {
    border-top: 0;
  }
  .footer-right {
    margin-left: 0;
    margin-top: 15px;
  }
  .build-area .build-top {
    width: 100%;
  }

}

@media (max-width: 767px) {
  .hero-floating-img.floating-img-3 img {
    height: 80px;
}
.hero-floating-img.floating-img-4 img {
  height: 81px;
}
.hero-floating-img.floating-img-3 {
  left: -59px;
}
.hero-floating-img.floating-img-4 {
  right: -53px;
}
  .component-area .component-text h2 {
    font-size: 32px;
  }
  .section-top-title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 32px;
  }
  .section-title .title {
    font-size: 32px;
  }
  .build-area .build-top h2 {
    font-size: 32px;
  }
  .footer-right h3 {
    font-size: 28px;
  }
  .responsive-view-area .responsive-view-content h2 {
    font-size: 32px;
  }
  .build-area::after {
    height: 30%;
  }
  .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .responsive-view-area .responsive-view-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .component-area .component-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .footer-content {
    margin: 0;
  }
  .footer-right {
    margin-left: 0;
  }

}

@media (max-width: 575px) {
  .best-experience-area .section-para {
    padding-right: 0;
  }
  .banner-area {
    min-height: 500px;
  }
  .banner-area .banner-text {
    padding: 0;
}
.banner-area .banner-text p {
  width: 85%;
}
.hero-img-wrap {
  /* margin: 0; */
}
  .banner-area .banner-text h1 {
    line-height: 49px;
}
  .section-header {
    font-size: 38px;
    line-height: 40px;
  }
  .section-header {
    font-size: 41px;
    line-height: 49px;
  }
  .physical-and-digital-content-box {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .hero-img-wrap {
    margin: 0;
  }
  .hero-floating-img {
    display: none;
}
  .banner-area .banner-text p {
    padding: 0;
  }
  .banner-area .banner-text {
    margin-bottom: 50px;
}
  .banner-area .banner-text h1 {
    font-size: 32px;
    line-height: 42px;
  }
  h2 {
    font-size: 30px!important;
    line-height: 40px!important;
  }
  .inner-title-wrap h3 {
    font-size: 28px;
    line-height: 38px;
}
  .footer-right h3 {
    font-size: 28px;
  }
  .banner-area {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .banner-area .banner-text h2 {
    font-size: 24px;
  }
  .single-demo h4 {
    font-size: 18px;
  }
  .footer-area p {
    font-size: 14px;
    font-weight: 400;
  }
  .banner-area {
    padding-top: 150px;
  }
  .navbar-brand {
    width: 120px;
  }
  .build-area .build-top .button-area .primary-btn {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .build-area .build-top p {
    width: 90%;
}
}

@media (max-width: 450px) {
  .multiple-type-inner-row {
    padding: 20px 20px 25px;
    border-radius: 20px;
  }
}
@media (max-width: 375px) {
  .footer-area {
    padding: 10px 0;
  }
  .footer-area p {
    font-size: 12px;
    line-height: 22px;
  }
  .component-area .component-text h2 {
    font-size: 26px;
  }
  .section-top-title {
    font-size: 26px;
  }
  .section-title .title {
    font-size: 26px;
  }
  .build-area .build-top h2 {
    font-size: 26px;
  }
  .responsive-view-area .responsive-view-content h2 {
    font-size: 26px;
  }
  .banner-area .banner-text h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .banner-area .banner-text h2 {
    font-size: 22px;
  }
  .footer-right h3 {
    font-size: 28px;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}