@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap');

body {
    font-family: 'Instrument Sans';
    overflow-x: hidden;
}
:root {
    --theme-color : #CDDE4F;
} 
p{
    font-family: 'Instrument Sans';
    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-family: 'Instrument Sans';
  font-size: 60px;
}
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 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    padding-top: 130px;
    padding-bottom: 200px;
    text-align: left;
}
.hero-section {
    text-align: center;
    overflow: hidden;
    position: relative;
}
.hero-section-text h1 {
    font-weight: 600;
    width: 81%;
    color: #ffffff;
    margin-top: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.hero-section p {
    font-size: 20px; 
    padding-bottom: 100px;
}
.hero-section {
    background-color: #000;
    overflow: hidden;
    position: relative;
    padding-top: 130px;
    padding-bottom: 170px;
    text-align: left;
}
.hero-section p {
    padding-bottom: 50px;
    width: 82%;
    margin: 0;
    color: #c3c3c3;
}
img.Landing-page-2 {
    position: absolute;
    left: 16%;
    box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 6%);
    -webkit-box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 6%);
    -moz-box-shadow: -1px 0px 44px 15px rgba(0,0,0,0.6);
    bottom: 16%;
}
img.Landing-page-3 {
    right: 14%;
    box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 64%);
    -webkit-box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 6%);
    -moz-box-shadow: -1px 0px 44px 15px rgba(0,0,0,0.6);
    bottom: 23%;
    position: absolute;
}
.unique-demos{
    text-align: center;
}
.unique-demos h2 {
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
}
.demo {
    text-align: center;
}
.demo h5 {
    font-weight: 600;
    text-transform: uppercase;
    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 { 
    width: 100%; 
}
.demo figure {
    box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 30px 5px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.15);
}
.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: #444;
}
.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: #000;
}
.responsive-togive {
    width: 85%;
}
.responsivetheme{
    background-color: #cdde4f;
    padding-top: 120px;
    position: relative;
}
img.shap-3 {
    position: absolute;
    left: 0%;
    top: 22%;
    animation: spin-top 3s infinite;
} 
img.shap-4 {
    position: absolute;
    top: 64%;
    right: 7%;
    animation: spin-left-two 3s infinite;
}
/* 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; 
}
p.footer {
    position: relative;
    font-weight: bold;
    padding: 40px 0;
    color: #000;
}
.book-free img {
    padding-bottom: 25px;
}
p.footer a {
    color: #fff;
}
.unique-demos p {
    margin-bottom: 40px;
}
.book-free h2 {
     margin-bottom: 15px;
}

/* 5. btn */
.button-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 10px;
    display: flex;
    position: relative;
}
.button-main {
    z-index: 1;
    background-color: var(--theme-color);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: relative;
    font-weight: 600;
}
.button-arrow-wrapper {
    z-index: 1;
    background-color: var(--theme-color);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 59px;
    min-width: 59px;
    height: 59px;
    min-height: 59px;
    display: flex;
    position: relative;
    transform: translate(-10px);
}
.button-arrow-wrapper {
    color: #070616;
    letter-spacing: 1.44px;
    text-transform: uppercase; 
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.button-wrapper:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    background-color: var(--theme-color);
    border-radius: 100px;
    right: 0;
} 
a.button-wrapper {
    color: #000;
    width: max-content; 
}
.book-free a.button-wrapper {
   margin: auto;
}
.hero-section-text {
    position: relative;
    z-index: 111;
    padding-top: 40px;
}
.button-wrapper:hover:before {
    width: 100%;
}
.button-wrapper:hover .button-arrow-wrapper {
    transform: translate(1px) scale(0.90);
    background-color: #000;
    z-index: 111;
}
.button-wrapper:hover .button-arrow-wrapper svg {
    fill: #fff;
}  
.button-arrow-wrapper svg,
.button-wrapper:before ,.button-arrow-wrapper{
    transition: .4s ease-in-out;
}
@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: 84%;
    position: absolute;
    top: 7%;
    right: -7%;
}
ul.shaps-img li {
    position: absolute;
} 
ul.shaps-img li:nth-child(2) {
    top: 71%;
    left: 45%;
    animation: 8s rotate infinite;
}
ul.shaps-img li:nth-child(1) {
    top: 0%;
    left: -73%;
    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);
    }
}
@keyframes spin-top {
  0% {
    transform: translatey(0px) ;
  }

  50% {
    transform: translatey(15px) ;
  }

  100% {
    transform: translatey(0px) ;
  }
}
@keyframes spin-left-two {
  0% {
    transform: translateZ(0px);
}
15% {
    transform: translate3d(-25%, 0px, 0px) rotate(-5deg);
}
30% {
    transform: translate3d(20%, 0px, 0px) rotate(3deg);
}
45% {
    transform: translate3d(-15%, 0px, 0px) rotate(-3deg);
}

60% {
    transform: translate3d(10%, 0px, 0px) rotate(2deg);
} 
75% {
    transform: translate3d(-5%, 0px, 0px) rotate(-1deg);
} 
100% {
    transform: translateZ(0px);
}
} 
.book-free .button-wrapper:before {background-color: #000;} 
.book-free .button-arrow-wrapper {
    background-color: #000;
} 
.book-free .button-arrow-wrapper svg {
    fill: #fff;
} 
.book-free .button-main {
    background-color: #000;
    color: #fff;
} 
.book-free .button-wrapper:hover .button-arrow-wrapper {
    background-color: #cdde4f;
} 
.book-free .button-wrapper:hover .button-arrow-wrapper svg {
    fill: #000;
}