@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&display=swap');

/* font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif; */



* { margin: 0;padding: 0;box-sizing: border-box; }
body {font-size: 15px; line-height: 24px; font-family: 'Open Sans', sans-serif;}
a {color: #2b2d42;text-decoration: none;transition: 0.5s all;}
a:hover {color: #ffb703;}
img {max-width: 100%;}
p {
    margin: 0 0 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 34px;
    color: #020202;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #2b2d42;
}

h2 { font-size: 36px; line-height: 42px; }
h3 { font-size: 32px; line-height: 36px; }
h4 { font-size: 24px; line-height: 28px; }
h5 { font-size: 21px; line-height: normal; }

ul, ul li, ol, ol li { list-style: none; margin: 0; padding: 0; }

.sec-space-y {padding: 100px 0;}
.sec-space-t {padding-top: 100px;}
.sec-space-b {padding-bottom: 100px;}

.container {max-width: 1200px; }
.bg-img {background-size: cover; background-position: center;background-repeat: no-repeat;}

/* slick slider arrow btn */
button.slick-arrow {position: absolute;left: 20px;top: 50%;transform: translateY(-50%);background: #ffb703;border: 0;font-size: 0;z-index: 2;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;   border-radius: 5px;transition: 0.5s all;}
button.slick-arrow:before {content: '\f104';font-family: FontAwesome;font-weight: 700;font-size: 24px;display: inline-block; color: #fff; }
button.slick-next.slick-arrow:before {content: '\f105';}
button.slick-next.slick-arrow {left: auto;right: 20px;}
.slick-slider:hover button.slick-arrow.slick-prev {opacity: 1;}
.slick-slider:hover button.slick-arrow.slick-next {  opacity: 1;}

/* slick slider dot btn */
ul.slick-dots li button {font-size: 0;width: 20px;height: 20px;border: 2px solid #ffb703;background: transparent;border-radius: 100%;}
ul.slick-dots {display: flex;align-items: center;justify-content: center;}
ul.slick-dots li {margin: 0 8px;}
ul.slick-dots li.slick-active button {background-color: #ffb703;}



header {
    position: relative;
    z-index: 99;
}

.menu-wrapper {
    background: #010D14;
    border-bottom: 3px solid #ffb703;
}

ul.mainmenu {
    display: flex;
    align-items: center;
    list-style: none;
}

ul.mainmenu li a {
    color: #fff;
    padding: 18px 20px;
    display: inline-flex;
    font-weight: 600;
    font-size: 16px;
}
ul.mainmenu li {
    position: relative;
}

ul.submenu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    background: #010d14;
    border-top: 4px solid #ffb703;
    display: none;
}

ul.submenu li a {
    padding: 10px 20px;
    border-bottom: 1px solid #3e3e3e;
    display: block;
}

ul.mainmenu li:hover ul.submenu {
    display: block;
}

.btn-wrapper {
    position: relative;
}

.btn-wrapper a {
    display: inline-flex;
    align-items: center;
    color: #010d14;
    background-color: #ffb703;
}

.btn-wrapper a:hover {
    display: inline-flex;
    align-items: center;
    color: #ffb703;
    background-color: #010d14;
}

.menu-wrapper nav {
    width: auto;
}

.menu-wrapper .btn-wrapper {
    width: auto;
}

.menu-wrapper .btn-wrapper a {
    height: 100%;
    padding: 0px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-wrapper a i {
    margin-left: 10px;
}

.top-header {
    padding: 20px 0;
}
ul.mainmenu li:not(:last-child) a {
    border-right: 1px solid #4e4e4e;
}


.banner-slider {
    position: relative;
}

.banner-slider ul.slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.banner-slider {
    position: relative;
}

.banner-slider ul.slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}


.about-section .content {
    padding-left: 50px;
}

.title {
    position: relative;
}

.title span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #010d14;
    text-transform: uppercase;
    font-family: Roboto;
    margin: 0 0 10px;
    position: relative;
    padding-left: 65px;
    display: inline-block;
}

.title span:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #ffb703;
    z-index: 1;
    margin-left: 0;
    left: 0;
    top: 8px;
}

.btn-wrapper a {
    font-size: 16px;
    font-weight: 600;
    padding: 16px 34px 16px 34px;
}


.product-section .title {
    margin-bottom: 30px;
}

.prd-list .content {
    border: 2px solid #0000001a;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.prd-list .content h4 {
    position: relative;
    padding: 13px;
    background: #ffb703;
    margin: 0;
    text-align: center;
}

.counter-section {
    padding: 150px 0;
    position: relative;
}

.counter-section .content {
    position: relative;
    padding: 16px 0px 19px 20px;
    background: unset;
    clip-path: unset;
}

.counter-section .content:before {
    position: absolute;
    content: '';
    left: 2px;
    top: 0;
    bottom: 0;
    width: 70px;
    background: #FFB7031F;
    height: 100%;
}

.counter-section .content strong {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    color: #ffb703;
    display: block;
    margin: 10px 0;
}

.counter-section .content span {
    font-weight: 500;
    line-height: 18px;
    color: #ffffff;
    font-size: 18px;
}

.talk-section p {
    font-size: 23px;
    line-height: 32px;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

footer {
    position: relative;
    padding-top: 100px;
    background: #000;
    border-top: 5px solid #ffb703;
}

footer h5 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 20px;
}

footer span {
    color: rgb(255 255 255 / 70%);
    font-size: 14px;
    line-height: 30px;
}

footer .d-flex {
    position: relative;
    margin-bottom: 24px;
}

footer .d-flex .info span {
    display: block;
    line-height: normal;
}

footer .d-flex .info {
    padding-left: 10px;
}

footer .d-flex .info a {
    font-weight: 500;
    color: #fff;
}

ul.prd-link a {
    color: rgb(255 255 255 / 70%);
}

ul.prd-link li {
    line-height: 32px;
}

.goog-te-combo {
    padding: 10px;
    font-weight: 600;
}

.copyright-footer {
    margin-top: 100px;
    background: #ffb703;
    padding: 20px 0;
}

.copyright-footer span {
    color: #000;
    display: block;
    font-size: 18px;
}

.copyright-footer a:hover {
    color: #000;
}


#button {

    display: inline-block;

    background-color: #ffb703;

    width: 50px;

    height: 50px;

    text-align: center;

    border-radius: 4px;

    position: fixed;

    bottom: 30px;

    right: 30px;

    transition: background-color .3s, 

      opacity .5s, visibility .5s;

    opacity: 0;

    visibility: hidden;

    z-index: 1000;

  }

  #button::after {

    content: "\f077";

    font-family: FontAwesome;

    font-weight: normal;

    font-style: normal;

    font-size: 2em;

    line-height: 50px;

    color: #fff;

  }

  #button:hover {

    cursor: pointer;

    background-color: #02528f;

  }

  #button:active {

    background-color: #02528f;

  }

  #button.show {

    opacity: 1;

    visibility: visible;

  }

.whatsapp-icon, .whatsapp-icon:hover, .whatsapp-icon:focus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00ad4b;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    position: fixed;
    bottom: 120px;
    right: 30px;
    font-size: 24px;
    z-index: 1000;
}

.about-section, .product-section {
    position: relative;
}

.about-section .purple {
    position: absolute;
    right: 30px;
}

.product-section .purple {
    position: absolute;
    left: 30px;
}

.square {
    width: 100px;
    height: 100px;
  }
  .purple {
    background-color: rgb(255 183 3 / 10%);
    animation: rotate 5s infinite linear;
  }
  
  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to { 
      transform: rotate(360deg);
    }
  }



  
.logo-holder {
    background: #f2f2f2;
    width: 180px;
    height: 220px;
    position: relative;
    margin: 0 auto ;
    padding-top: 12px;
    padding-bottom: 24px;
    -webkit-transform: translateZ(0);
 }

.logo-holder .bg {

  position: absolute;
  top: 9px;
  left: 0px;
  right: 8px;
  bottom: 8px;
  background: url(http://boutique.flarework.com/wp-content/themes/boutique/img/logo_large.png) center 0px no-repeat ;
    background-size: contain;
    -webkit-filter: drop-shadow(0px 6px 25px rgba(0,0,0,0.5));
}

.logo-holder .bar {
    position: relative;
    height: 8px;
    background: #6a6a6a;
    width:  0%;
    top: 0px;
    left: 0px;
    margin-top: 8px;
    box-shadow: 0 0 3px rgba(192,192,192,0.9);
    animation: fill 5s infinite alternate, colors 5s infinite alternate;
}

.logo-holder .bar.fill1 {
  animation: fill-1 5s infinite alternate, colors 5s infinite alternate;
}

.logo-holder .bar.fill2 {
   animation:  fill-2 5s infinite alternate, colors 5s infinite alternate;
}


.logo-holder .bar.fill3 {
   animation:  fill-3 5s infinite alternate, colors 5s infinite alternate;
}


.logo-holder .bar.fill4 {
   animation:  fill-4 5s infinite alternate, colors 5s infinite alternate;
}

.logo-holder .bar.fill5 {
   animation:  fill-5 5s infinite alternate, colors 5s infinite alternate;
}

.logo-holder .bar.fill6 {
   animation:  fill-6 5s infinite alternate, colors 5s infinite alternate;
}

.talk-section {
    position: relative;
}

.talk-section .logo-holder {
    background: transparent;
    padding: 0;
    position: absolute;
    left: 0;
    opacity: 0.3;
    z-index: 0;
}

.other-banner-section {
    position: relative;
}

.other-banner-section img {
    width: 100%;
}

.other-section {
    position: relative;
}

.other-section .square.purple {
    position: absolute;
    right: 40px;
    top: 40px;
}

.other-banner-section.product {
    position: relative;
}

.other-banner-section.product:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 80%);
}

.other-banner-section.product h3 {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.prd-list .single-list {
    margin-top: 24px;
}

@keyframes fill {
  0%   { width: 0; }
  33%  { width: 30px;}
  66%  { width: 10px;}
  100% { width: 105px; }
}

@keyframes fill-1 {
  0%   { width: 0; }
  33%  { width: 50px;}
  66%  { width: 20px;}
  100% { width: 130px; }
}

@keyframes fill-2 {
  0%   { width: 0; }
  33%  { width: 90px;}
  66%  { width: 70px;}
  100% { width: 136px; }
}

@keyframes fill-3 {
  0%   { width: 0; }
  33%  { width: 50px;}
  66%  { width: 24px;}
  100% { width: 109px; }
}

@keyframes fill-4 {
  0%   { width: 0; }
  33%  { width: 98px;}
  66%  { width: 34px;}
  100% { width: 99px; }
}

@keyframes fill-5 {
  0%   { width: 0; }
  33%  { width: 30px;}
  66%  { width: 10px;}
  100% { width: 148px; }
}


@keyframes fill-6 {
  0%   { width: 0; }
  33%  { width: 48px;}
  66%  { width: 22px;}
  100% { width: 140px; }
}

@keyframes colors {
  0% { background-color: #5a5a5a;}
  50% { background-color: #3a3;}
  100% { background-color: #6a6a6a;}
}