
@media (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }
}

* {
  font-family: 'General Sans';
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}
@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Medium.eot');
    src: url('../fonts/GeneralSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-Medium.woff2') format('woff2'),
        url('../fonts/GeneralSans-Medium.woff') format('woff'),
        url('../fonts/GeneralSans-Medium.ttf') format('truetype'),
        url('../fonts/GeneralSans-Medium.svg#GeneralSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Regular.eot');
    src: url('../fonts/GeneralSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-Regular.woff2') format('woff2'),
        url('../fonts/GeneralSans-Regular.woff') format('woff'),
        url('../fonts/GeneralSans-Regular.ttf') format('truetype'),
        url('../fonts/GeneralSans-Regular.svg#GeneralSans-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Semibold.eot');
    src: url('../fonts/GeneralSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-Semibold.woff2') format('woff2'),
        url('../fonts/GeneralSans-Semibold.woff') format('woff'),
        url('../fonts/GeneralSans-Semibold.ttf') format('truetype'),
        url('../fonts/GeneralSans-Semibold.svg#GeneralSans-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


img {
  max-width: 100%;
}

:root {
  --primary-color: #03a2b3;
}

body a {
  text-decoration: none;
  color: #222;
}

body a:hover,
body a:focus {
  color: var(--primary-color);
}

.fw-500 {
  font-weight: 500;
}
.header {
    background-color: #333;
    padding: 0 30px;
}

.header .navbar{
  padding-top: 30px;
  padding-bottom: 30px;
}

.header__nav .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 15px;
}

.header__nav .navbar-nav .nav-item .nav-link:hover,
.header__nav .navbar-nav .nav-item .nav-link.active {
  color:  #FFDB00;
}

.header__nav .navbar-nav .nav-item:last-child .nav-link {
  padding: 0 0 0 15px;
}

.header__nav .navbar-toggler {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.header__nav .navbar-toggler:focus, .header__nav .navbar-toggler:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
}

.header__nav .header__content {
  line-height: 1;
}

.navbar-brand.header__logo img {
    width: 120px;
}

@media (max-width: 991px) {
  .header__nav .header__content {
    position: relative;
  }
  .header__nav .header__menu {
    position: absolute;
    right: 0;
    top: calc(100% + 20px);
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 15px 15px;
  }
}

.hero {
  min-height: 751px;
  background: #333 url(../images/slide.png) no-repeat bottom left;
  color: #fff;
}
.hero .container {
     padding-top: 150px;
    padding-bottom: 120px;
}

.hero h1 {
    font-size: 54px;
    line-height: 1.111em;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: left;
}

@media (max-width: 767px) {
  .hero h1 {
    font-size: 40px;
  }
}

.hero a {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#24c6dc), color-stop(51%, #514a9d), to(#24c6dc));
  background-image: linear-gradient(to right, #24c6dc 0%, #514a9d 51%, #24c6dc 100%);
  background-size: 200% auto;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.hero a:hover {
  color: #fff;
  background-position: right center;
}


.title .fw-600 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
}

.title {
    text-align: left;
}

.demo {
  padding: 0 30px;
}

@media (max-width: 575px) {
  .demo {
    padding: 0 15px;
  }
}

.demo .demo__item {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}

.demo .demo__item:hover .demo__hover {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.demo .demo__item .demo__images {
  position: relative;
}

.demo .demo__item .demo__content a {
      font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #194A33;
}

.demo .demo__item .demo__content a:hover {
  color: #f7345e;
}

.demo .demo__hover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.35s all ease-in-out;
  transition: 0.35s all ease-in-out;
}

.demo .demo__hover a {
  background-color: #f7345e;
  color: #fff;
  padding: 8px 30px;
  border-radius: 35px;
  font-weight: 500;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.demo .demo__hover a:hover {
  color: #f7345e;
  background-color: #fff;
}

.title__white {
      font-weight: 600;
    font-size: 50px;
    line-height: 1.08;
    color: #333;
}

.title__white span{
   font-weight: 600;
    font-size: 50px;
    line-height: 1.08;
    color: #814e46;
}

.title__black {
  font-weight: 600;
    font-size: 120px;
    line-height: 1.08;
    color: #814e46;
}

@media (max-width: 767px) {
  .title__white {
    font-size: 26px;
  }
  .title__black {

    font-size: 40px;
  }
}

.sub-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.sub-title__black {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  max-width: 640px;
  margin: auto;
}
.info__right .info-heading {
    
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -1px;
    color: #FFFFFF;
}

.info__right p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    max-width: 520px;
    margin: auto;
    margin-top: 22px;
    text-align: center;
}

@media (min-width: 992px){
  .element__info .container {
    background: url(../images/pattern02.png) no-repeat top right;
    background-size: auto;
  } 
  #demo {
    background: url(../images/pattern01.png) no-repeat top right;
    background-size: auto;
  }
  .element__info {
    padding-top: 88px;
  }
}
.demo__header,
.demo__footer,
.category,
.product__builder {
  padding: 80px 30px;
  border-bottom: 1px solid #e4e4e4;
}

@media (max-width: 575px) {
  .demo__header,
  .demo__footer,
  .category,
  .product__builder {
    padding: 80px 15px;
  }
}

.demo__header__content,
.demo__footer__content,
.category__content,
.product__builder__content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.demo__header__content img,
.demo__footer__content img,
.category__content img,
.product__builder__content img {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.demo__header__content img:hover,
.demo__footer__content img:hover,
.category__content img:hover,
.product__builder__content img:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.demo__header__button a,
.demo__footer__button a,
.category__button a,
.product__builder__button a {
  font-size: 18px;
  font-weight: 500;
  color: #351eb5;
}

.box-widgets {
  padding: 80px 30px;
}

@media (max-width: 575px) {
  .box-widgets {
    padding: 80px 15px;
  }
}

.widgets .icon_item {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0.3px 0.6px 2.2px rgba(0, 0, 0, 0.003), 0.7px 1.3px 5.3px rgba(0, 0, 0, 0.005), 1.3px 2.5px 10px rgba(0, 0, 0, 0.009), 2.2px 4.5px 17.9px rgba(0, 0, 0, 0.013), 4.2px 8.4px 33.4px rgba(0, 0, 0, 0.023), 10px 20px 80px rgba(0, 0, 0, 0.07);
          box-shadow: 0.3px 0.6px 2.2px rgba(0, 0, 0, 0.003), 0.7px 1.3px 5.3px rgba(0, 0, 0, 0.005), 1.3px 2.5px 10px rgba(0, 0, 0, 0.009), 2.2px 4.5px 17.9px rgba(0, 0, 0, 0.013), 4.2px 8.4px 33.4px rgba(0, 0, 0, 0.023), 10px 20px 80px rgba(0, 0, 0, 0.07);
}

.widgets .icon_item i {
  font-size: 30px;
}

.title_powerful {
  text-transform: none;
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 0;
}

.footer {
   background: url(../images/FOOTER.jpg) no-repeat center;
   background-size: cover;
}

.footer .row {
  min-height: 350px;
}

.copyright {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 35px;
    margin-bottom: 35px;
}
.footer .footer__title {
  font-weight: 600;
  font-size: 52px;
  line-height: 60px;
  display: block;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 150px 0 230px;
}
@media (max-width: 767px){
  .footer .footer__title {
    margin: 50px 0;
  }
}
.footer .footer__button {
  height: 50px;
  padding: 0 60px;
  background-color: #f7345e;
  color: #fff;
  font-weight: 500;
  border-radius: 25px;
  text-transform: uppercase;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.footer .footer__button:hover {
  background-color: #222;
}
/*# sourceMappingURL=style.css.map */