:root {
  --color-primary: #fa7c31;
  --color-gradient-start: #fe9418;
  --color-gradient-stop: #f5634b;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9em;
  color: #919191;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000;
}

.h1,
h1 {
  font-size: 42px;
  line-height: 1.4em;
  font-weight: 700;
}

.h2,
h2 {
  font-size: 34px;
  line-height: 1.4em;
}

.h3,
h3 {
  font-size: 24px;
  line-height: 1.6em;
}

.h4,
h4 {
  font-size: 21px;
  line-height: 1.6em;
}

.h5,
h5 {
  font-size: 18px;
  line-height: 1.8em;
}

.h6,
h6 {
  font-size: 16px;
  line-height: 1.8em;
}

.main-nav > li > a {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #fff;
}

.main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.main-header .btn-naked {
  color: #fff;
}

.main-header .btn-naked:hover {
  color: #f5634b;
}

.main-header .btn-bordered {
  color: #f5634b;
}

.main-header .btn-bordered:hover {
  color: #fff;
}

.main-header.megamenu-scheme-light .btn-naked {
  color: #3d3d3d;
}

.main-header.megamenu-scheme-light .btn-bordered {
  color: #3d3d3d;
  border-color: #3d3d3d;
}

.main-footer {
  background: #181a23;
  color: #828593;
}

.main-footer a:not(.btn) {
  color: #828593;
}

.main-footer a:not(.btn):hover {
  color: #fa7c31;
}

.dark-purple{
  color: #13131E;
}

.orange{
  color: #E16127 !important;
}

.purple{
  color: #904BE6 !important;
}

.h5 span{

    font-size: 16px;
    font-weight: 400;

}
.liquid-img-group-browser figure img {
    opacity: 1;
    visibility: visible;
    width: 82%;
}
.pink{color: #B52656;}
.light-purple{color: #7546B0;}
.features .iconbox-icon-container img {width: 50%}
.pricing-table-minimal .pricing-table-header h5 {
    display: inline-block;
    padding: 0.6em 1.2em;
    margin: 0;
    background-color: #EB5B1E;
    border-radius: 50em;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
}
.pricing-table-minimal .pricing {
    margin: 0;
    font-size: 60px;
    line-height: 1.5em;
}
.pricing-table-minimal .pricing-table-body {
    margin-top: 35px;
    font-size: 17px;
}
.btn-light.btn-bordered {
    border-color: #000;
    background-color: #000;
    color: #fff;
}
.iconbox-circle .iconbox-icon-container, .iconbox-lozenge .iconbox-icon-container, .iconbox-hexagon .iconbox-icon-container, .iconbox-square .iconbox-icon-container {
  border-radius: 14px;
  background: #EB5B1E;
  font-size: 22px;
  color: #fff;
}

.ld-carousel-phone .mockup-content-container {
    width: 100%;
    position: absolute;
    top: 2.5%;
    bottom: -7.25% !important;
    z-index: 0;
    overflow: hidden;
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 5;
}
.short-headline{ line-height: 1.3;}
.short-links li {    
    display: inline-block;
    margin-right: 1.2em;
    font-size: 1em;
    line-height: 1em;
  }
  .content-pages strong, .content-pages h1, .content-pages h2, .content-pages h3, .content-pages h4{color: #13131E;}

.bg-cover{
  background-image: url("../../img/bg-66.jpg");
}

/*Cookie Consent Begin*/

#cookieConsents {
  
  font-size: 14px;
  background-color: #1B1447;
  line-height: 1.8em;
  padding: 30px 25px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999;
  display: none;
  color: #fff;
}
#cookieConsents a.cookieConsentOK {
    background: transparent; 
    border: 2px #fff solid; 
    float: left; 
    border-radius: 20px; 
    margin-top: 10px; 
    margin-left: 0; 
    padding: 6px 18px; 
    color: #fff; 
    cursor: pointer;
}
.app-img{text-align: center;}
.app-img img{
  width: 50%;
  rotate: 15deg;
 
}

.c-position{
  color: #7c7e8e;
}

.unset_margin {margin: unset;}
.text-ca {text-transform: none;}
/*Cookie Consent End*/

.flickity-page-dots .dot.is-selected {
    background-color: #E16127;
    color: #E16127;
}