:root{
    --color-primary : #02e546;
    --color-secondary :#0c0e15;
    --color-pre-primary  : #11131d;
    --color-pre-secondary: #dddddd;
    --color-white : #fff;
    --color-light : #ffffffb5;
    --green-gradient : linear-gradient(180deg, rgba(3,213,65,1) 3%, rgba(3,143,38,1) 73%);
    --green-gradient-linear : linear-gradient(180deg, rgba(3,143,38,1) 3%, rgba(3,213,65,1) 73%);
    --white-gradient : linear-gradient(180deg, rgba(255,255,255,1) 3%, rgba(236,236,236,1) 73%);
}

*{
    font-family: 'Rubik', sans-serif;
    border: none;  outline: none;
    list-style: none;
    text-decoration: none;
    /*text-transform: capitalize;*/
    box-sizing:  border-box;
}

body , html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body::-webkit-scrollbar {
    width: 7px;
  }
   
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #fff;
}
   
body::-webkit-scrollbar-thumb {
    background-color:  var(--color-primary);
    outline: 1px solid var(--color-primary);
  }
ul { margin-bottom: 0};

a:hover{
    text-decoration: none;
}

img{
    max-width: 100%;
    height: auto;
}

span,a,li,p { 
    font-size: 16px; 
    font-weight: 300;
  }
  
body p{
  color: var(--color-light);

}

h1,h2,h3,h4,h5,h6{ 
  font-family: 'teko', sans-serif; 
  text-shadow: 0px 0px 10px rgb(42 209 12);
}

.tw{color: var(--color-white)};
.tpp { color: var(--color-pre-primary); }
.tp  { color: var(--color-primary);     }
.ts  { color: var(--color-secondary);   }

.bg-pp {  color: var(--color-pre-primary);  }
.bg-p  {  color: var(--color-primary);      }
.bg-s  {  color: var(--color-secondary);    }

.fw-100 {  font-weight: 100; }
.fw-200 {  font-weight: 200; }
.fw-300 {  font-weight: 300; }
.fw-400 {  font-weight: 400; }
.fw-500 {  font-weight: 500; }
.fw-600 {  font-weight: 600; }
.fw-700 {  font-weight: 700; }
.fw-800 {  font-size: 800; }
.fw-900 {  font-weight: 900; }

.f-14 { font-size: 14px; }
.f-16 { font-size: 16px; }
.f-18 { font-size: 18px; }
.f-20 { font-size: 20px; }
.f-22 { font-size: 22px; }
.f-24 { font-size: 24px; }
.f-26 { font-size: 26px; }
.f-28 { font-size: 28px; }
.f-30 { font-size: 30px !important; }
.f-32 { font-size: 32px; }
.f-36 { font-size: 36px; }
.f-38 { font-size: 38px; }
.f-40 { font-size: 40px; }
.f-42 { font-size: 42px; }
.f-44 { font-size: 44px; }
.f-48 { font-size: 48px; }
.f-50 { font-size: 50px; }
.f-52 { font-size: 52px; }
.f-54 { font-size: 54px; line-height: 55px;}
.f-56 { font-size: 56px; }
.f-60 { font-size: 60px; }
.f-62 { font-size: 62px; }
.f-64 { font-size: 64px; }
.f-66 { font-size: 66px; }
.f-68 { font-size: 68px; }
.f-70 { font-size: 70px; line-height: 70px; }

.cover    { background-size: cover; background-repeat: no-repeat } 
.conatin  { background-size: contain; } ;
.center   { background-position: center;}
.no-repeat{ background-repeat: no-repeat;}

.primary-btn {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-white);
  text-decoration: none;
  background: var(--green-gradient);
  clip-path: polygon(7% 0, 100% 0, 100% 84%, 92% 100%, 16% 100%, 0 100%, 0 23%);
  padding: 12px 35px;
  transition: all .4s linear;
  text-shadow: 0px 0px 10px rgb(255 255 255);
}
.primary-btn:hover{
  color: var(--color-white);
  text-shadow: 0px 0px 10px rgb(115 112 112);
  background: var(--green-gradient-linear);
}

.primary-btn::before{
    content: '';
    position: absolute;
    width: 13px; height: 15px;
    background-repeat: no-repeat;
    right: 0;  top: 0;
    border-top: 3px solid  var(--color-white);
    border-right: 3px solid var(--color-white);
}
.primary-btn::after{
    content: '';
    position: absolute;
    width: 13px; height: 12px;
    background-repeat: no-repeat;
    left: 0; bottom: 0;
    border-bottom: 3px solid  var(--color-white);
    border-left: 3px solid var(--color-white);
}

/* secondary btn */
.secondary-btn a {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary);
  text-shadow: 0px 0px 10px rgb(42 209 12);
  border: 2px solid var(--color-white);
  position: relative;
  clip-path: polygon(7% 0, 100% 0, 100% 84%, 92% 100%, 16% 100%, 0 100%, 0 23%);
  padding: 10px 33px;
}
.secondary-btn a:hover{
  color: var(--color-white);
  text-shadow: 0px 0px 10px rgb(255 255 255);
}
.secondary-btn a::before {
  position: absolute;
  width: 2px;
  height: 27px;
  background-color: var(--color-white);
  content: '';
  right: 0; bottom: -9px;
  transform: rotate(55deg);
}

.secondary-btn a::after {
  position: absolute;
  width: 2px;
  height: 27px;
  background-color: var(--color-white);
  content: '';
  top: -5px; left: -2px;
  transform: rotate(41deg);
}
.btn-line::before{
  content: '';
  position: absolute;
  width: 13px; height: 15px;
  right: 0;  top: 0;
  border-top: 3px solid  var(--color-primary);
  border-right: 3px solid var(--color-primary);
}
.btn-line::after{
  content: '';
  position: absolute;
  width: 13px; height: 12px;
  background-repeat: no-repeat;
  left: 0; bottom: 0;
  border-bottom: 3px solid  var(--color-primary);
  border-left: 3px solid var(--color-primary);
}


section {
    padding: 60px 0;
    box-shadow: 0 0 10px 1px rgba(3, 172, 54, .5);
}
.p-lr-250{
    padding-left: 250px;
    padding-right: 250px;
}

.teko{
    font-family: 'teko', sans-serif;
}
.Rubik-font{
    font-family: 'Rubik', sans-serif !important;
}

@keyframes ghost-animate{
    0%{transform: translate(40px, 50px); };
    100%{transform: translate(-60px, -30px) };
}


@keyframes text-animation {
    from {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    to {
        clip-path: polygon(0 0, 0% 1%, 0% 100%, 0% 100%);
    }
}

  
@keyframes cursor-animation {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}

@keyframes image-translate{
    0%{transform: translate(0, 120px)};
    100%{transform: translate(0, 120px)};
}
@keyframes testimonial-animate{
    0%{transform: translate(20px, 20px);};
    100%{transform: translate(-20px, -20px)};
}






.app {
  font-family: "Muli", sans-serif;
  width: 100vw;
  height: 100vh;
  background-color: #283149;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.app .right,
.app .left {
  flex: 1;
}
.app .left img {
  position: relative;
  display: block;
  max-height: 60vh;
  margin: 0 auto;
}

p {
  color: #fff;
}

a {
  color: #888;
  text-decoration: none;
  padding: 10px 0;
}

.align-center {
  text-align: center;
}

.btn {
  letter-spacing: 1px;
  padding: 20px 50px;
  font-weight: 900;
  display: inline-block;
  display: none;
}
.btn.white-blue {
  background-color: #DBEDF3;
  color: #404B69;
}

.mangnifer-image-container img {
  pointer-events: none;
}

#cursor-circle {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: -15px;
  transform-origin: 50% 50%;
  opacity: 1;
}
#cursor-circle .cursor-circle {
  border: 3px solid #fff;
  border-radius: 15px;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0px;
  transform-origin: 50% 50%;
  transition: 0.2s border ease-in-out;
  transition-delay: 0.4s;
}
#cursor-circle .cursor-circle .cursor-circle-hover-link {
  border-radius: 15px;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: scale3d(1, 1, 1);
  transform-origin: 50% 50%;
  transition: all 0.4s ease-in-out;
  transition-delay: 0s;
}
#cursor-circle .cursor-circle .cursor-circle-hover-link:before {
  content: "";
  display: block;
  background: transparent;
  opacity: 0.6;
  position: absolute;
  border-radius: 15px;
  top: -3px;
  left: -3px;
  width: 30px;
  height: 30px;
  transition: 0.4s background ease-in-out;
  transition-delay: 0.4s;
}
#cursor-circle.cursor-hover-active .cursor-circle {
  border: 3px solid transparent;
  transition-delay: 0.2s;
}
#cursor-circle.cursor-hover-active .cursor-circle .cursor-circle-hover-link {
  transform: scale3d(4, 4, 4);
  transition-delay: 0.4s;
}
#cursor-circle.cursor-hover-active .cursor-circle .cursor-circle-hover-link:before {
  background: #F73859;
  transition-delay: 0s;
}

#cursor-small {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #F73859;
  position: absolute;
  top: -3px;
  left: -3px;
  transform-origin: 50% 50%;
}

.cursor-circle-zoom {
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 200px;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%) scale3d(0, 0, 0);
  transition: transform 0.5s ease-in-out;
}
.cursor-circle-zoom:before {
  content: "";
  background-color: #F73859;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  transition-delay: 0s;
}
.cursor-circle-zoom.zoom-active {
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
}
.cursor-circle-zoom.zoom-active:before {
  opacity: 0;
  transition-delay: 0.3s;
}

@-webkit-keyframes hoverScale {
  0% {
    background-color: transparent;
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  40% {
    background-color: #F73859;
    opacity: 0.6;
    transform: scale3d(1, 1, 1);
  }
  50% {
    background-color: #F73859;
    opacity: 0.6;
    transform: scale3d(1, 1, 1);
  }
  100% {
    background-color: #F73859;
    opacity: 0.6;
    transform: scale3d(4, 4, 4);
  }
}

@keyframes hoverScale {
  0% {
    background-color: transparent;
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  40% {
    background-color: #F73859;
    opacity: 0.6;
    transform: scale3d(1, 1, 1);
  }
  50% {
    background-color: #F73859;
    opacity: 0.6;
    transform: scale3d(1, 1, 1);
  }
  100% {
    background-color: #F73859;
    opacity: 0.6;
    transform: scale3d(4, 4, 4);
  }
}
@-webkit-keyframes hoverScaleLeave {
  0% {
    background-color: #F73859;
    opacity: 0.6;
    transform: scale3d(4, 4, 4);
  }
  50% {
    background-color: #F73859;
    opacity: 0.6;
    transform: scale3d(1, 1, 1);
  }
  60% {
    background-color: #F73859;
    opacity: 0.6;
    transform: scale3d(1, 1, 1);
  }
  100% {
    background-color: transparent;
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes hoverScaleLeave {
  0% {
    background-color: #F73859;
    opacity: 0.6;
    transform: scale3d(4, 4, 4);
  }
  50% {
    background-color: #F73859;
    opacity: 0.6;
    transform: scale3d(1, 1, 1);
  }
  60% {
    background-color: #F73859;
    opacity: 0.6;
    transform: scale3d(1, 1, 1);
  }
  100% {
    background-color: transparent;
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
}







