@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100..900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
body {
    font-family: "Bricolage Grotesque" ;
    overflow-x: hidden;
}
p{ 
    font-size: 16px;
    line-height: 30px;
    color: #444;
    margin: 0;
    font-weight: 400;
}
*{
    margin: 0;
    padding: 0;
}
h2,h3,h4,h5{
    color: #000;
}
a{
    text-decoration: none;
}
h1{ 
  font-size: 50px;
}
h2{
    font-size: 50px;
    line-height: 60px;
}
h3{
    font-size: 40px;
}
h4{
    font-size: 30px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 20px;
}
p{
    font-size: 18px;
    color: #444;
}
img{
    object-fit: cover;
}
/* 1. preloader */
.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999999999999999;
    right: 0;
    background-color: #ff5c5c;
    top: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.preloader {
    top: 0%;
}
.page-loaded .preloader {
    top: -100%;
}

.circle{
    position:relative;
    width:10px;padding-bottom:50px;
    margin:100px auto;
}
.circle div {
  position:absolute;
  top:0; left:0;
  width:100%; height:100%;
  
  -webkit-animation: rotate 1.5s infinite;
  -moz-animation: rotate 1.5s infinite;
  -o-animation: rotate 1.5s infinite;
  animation: rotate 1.5s infinite;
  
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.circle {
  -webkit-animation: rotate2 1.5s infinite;
  -moz-animation: rotate2 1.5s infinite;
  -o-animation: rotate2 1.5s infinite;
  animation: rotate2 1.5s infinite;
  
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.circle:before, .circle div:before {
  content:'';
  position:absolute;
  top:0; left:0;
  width:100%; padding-bottom:100%;
  border-radius: 100%;
  background:#fff;
}
@-webkit-keyframes rotate {
  0%   { -webkit-transform : rotate(0deg);}
  50%  { -webkit-transform : rotate(60deg);}
}
@-moz-keyframes rotate {
  0%   { -moz-transform : rotate(0deg);}
  50%  { -moz-transform : rotate(60deg);}
}
@-o-keyframes rotate {
  0%   { -o-transform : rotate(0deg);}
  50%  { -o-transform : rotate(60deg);}
}
@keyframes rotate {
  0%   { transform : rotate(0deg);}
  50%  { transform : rotate(60deg);}
}


@-webkit-keyframes rotate2 {
  50%  { -webkit-transform : rotate(0deg); }
  100% { -webkit-transform : rotate(360deg); }
}
@-moz-keyframes rotate2 {
  50%  { -moz-transform : rotate(0deg); }
  100% { -moz-transform : rotate(360deg); }
}
@-o-keyframes rotate2 {
  50%  { -o-transform : rotate(0deg); }
  100% { -o-transform : rotate(360deg); }
}
@keyframes rotate2 {
  50%  { transform : rotate(0deg); }
  100% { transform : rotate(360deg); }
}
.gap {
    padding: 120px 0;
}
.no-top{
    padding-top: 0;
}
.no-bottom{
    padding-bottom: 0;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
}
/* 2. hero-section */

.hero-section { 
    overflow: hidden;
    position: relative;
    padding-top: 140px;
    padding-bottom: 200px;
    text-align: left;
    text-align: center; 
} 
.hero-section-text h1 {
    font-weight: 700;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 31px;
    color: #fff;
}
.hero-section p {
    font-size: 20px; 
    padding-bottom: 100px;
}
.hero-section {
    /* text-align: center; */
    overflow: hidden;
    position: relative;
    padding-top: 100px;
    padding-bottom: 140px;
    text-align: left;
}
.hero-section p {
    padding-bottom: 70px;
    width: 100%;
    margin: 0;
    color: #fff;
}  
.unique-demos{
    text-align: center;
}
.unique-demos h2 {
    font-size: 60px;
    font-weight: 800;
}
.demo {
    text-align: center;
}
.demo h5 {
    font-weight: 700;
    text-transform: capitalize;
    padding-top: 5px;
    margin-bottom: 40px; 
}
.filters.portfolio-controllers-container {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
}
button.filter-btn {
    background-color: transparent;
    color: #000;
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 20px;
    position: relative;
    font-weight: bold;
    border: 0;
}
button.filter-btn:before {
    content: "";
    position: absolute;
    background-color: #cdcdcd;
    width: 100%;
    height: 4px;
    bottom: -10%;
}

button.filter-btn.is-checked:before {
    content: "";
    position: absolute;
    background-color:#00c389;
    width: 100%;
    height: 4px;
    bottom: -10%;
}
button.filter-btn:after {
    content: "";
    position: absolute;
    background-color: #00c389;
    width: 0%;
    height: 4px;
    bottom: -10%;
    transition: 0.5s ease-in-out;
    left: 0;
}
button.filter-btn:hover:after{
    width: 100%;
}
.demo img {
    border-radius:5px;
    width: 100%; 
}
.demo figure {
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1); 
}
.responsive-togive i {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
    border-radius: 50%;
    background-color: #00c389;
}
.responsive-togive p {
    color: #fff;
}
.responsive-togive h3 {
    font-weight: 800;
    line-height: 60px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-transform: capitalize;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
}
.responsive-togive {
    width: 85%;
}
.responsivetheme{ 
    background-color: #4ae974;
    padding-top: 160px;
}
/* footer */
footer {
    position: relative;
}
.book-free p {
    padding-top: 10px;
    padding-bottom: 40px;
    width: 67%;
    margin: auto;
    color: black;
}
footer {
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 80px;
    /* background-color: #4ae974; */
}
p.footer {
    position: relative;
    font-weight: bold;
    padding: 40px 0;
    color: #fff;
}
.book-free img {
    padding-bottom: 25px;
}
p.footer a {
   color: #9CEE69;
}
.unique-demos p {
    margin-bottom: 40px;
}
.book-free h2 {
     margin-bottom: 15px;
}
 
/* 5. btn */
.btn {
    text-transform: capitalize;
    border-radius: 50px;
    /* color: #fff !important; */
    line-height: 16px;
    overflow: hidden;
    padding: 24px 60px;
    position: relative;
    font-weight: 700;
    text-align: center;
    white-space: pre;
    z-index: 1;
    letter-spacing: 1px;
    border: 0;
    background-color: #9CEE69;
    font-size: 18px;
}
.btn:after {
    background-color: #fff;
    border-radius: 50%;
    content: '';
    height: 167px;
    min-width: 167px;
    position: absolute;
    top: 100%;
    transition: transform .7s cubic-bezier(.66, .00, .34, 1.00);
    width: 100%;
    z-index: -1;
    left: 0;
}
.btn:hover {
    color: #000 !important;
}
.btn:hover:after {
    transform: scale(2.47) translateY(0);
    top: 100%;
}

@keyframes float{
    0% {transform: translateY(0px) rotate(15deg);}
    50% {transform: translateY(20px) rotate(0deg);} 
    100% {transform: translateY(0px) rotate(15deg);}
}
section.hero-section img.computer {
    width: 52%;
    position: absolute;
    top: 16%;
    right: -2%;
}
ul.shaps-img li {
    position: absolute;
} 
ul.shaps-img li:nth-child(2) {
    top: 14%;
    left: 12%;
    animation: 8s rotate infinite;
}
ul.shaps-img li:nth-child(1) {
    top: 34%;
    left: 7%;
    animation: 2s top-bottom  infinite;
}
@keyframes top-bottom {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    60% {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
@keyframes rotate {
    0%  { 
        transform: rotate(0deg);
    } 
    50% { 
        transform: rotate(360deg);
    }
    100% { 
        transform: rotate(0deg);
    }
}

#filters {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 50px;
  margin-bottom: 30px;
  position: relative;
  z-index: 111111;
}
@media (max-width: 992px) {
  #filters {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  #filters {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#filters li { 
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 768px) {
  #filters li {
    font-size: 18px;
  }
}
#filters span.filter {
    border-bottom: 3px solid #444;
    padding-bottom: 5px;
    position: relative; 
    text-transform: uppercase;
}
#filters span.filter:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 3px;
  background-color: #9CEE69;
  bottom: -3px;
  transition: 0.5s ease-in-out;
}
#filters span.filter:hover:before {
  width: 100%;
}
#filters span.filter.active:before {
  width: 100%;
}
.products-item {
  float: left;
  width: 25%;
  padding: 10px;
  position: relative;
  z-index: 10;
  display: none;
}
.products-wrap, #products {
    overflow: hidden;
}
@media (max-width: 992px) {
  .products-item {
    width: 50%;
  }
}
@media (max-width: 556px) {
  .products-item {
    width: 100%;
  }
  #filters span.filter {
        font-size: 14px;
    }
}

.hero-section-text {
    text-align: center;
    position: relative;
    z-index: 11;
    width: 70%;
    margin: auto;
}

.hero-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #200e52;
    top: 0;
    opacity: .9;
    left: 0;
}
.features {
    background-color: #ffffff1c;
    width: 300px;
    text-align: center;
    padding: 40px 40px;
    margin-bottom: 10px;
    border-radius: 25px;
}

.features img {
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
}

.features h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
}
 
.marquee-box-one {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center; 
}
.marquee-content-one {
        display: flex;
        gap: 40px;
        padding: 0 20px;
        animation: scroll-one 50s linear infinite;
 
    }
@keyframes scroll-one {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll-two {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}
 .features:hover img {
    transform: scale(1.1);
}
.features img {
    transition: .4s all;
} 