body {
  font-size: 12px;
}

h1 {
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 30px;
}

.pca-hold.r8 {

  padding: 3px;
  border-radius: 60.95px;
  overflow: hidden;
}


.pca-hold.r8 .pca-main {
  display: block;
  position: relative;
  background-color: #1D1F20;
  border: 4.5px solid #1d2d2d;
  border-top: 34.5px solid #1d2d2d;
  border-bottom: 35.4px solid #1d2d2d;
  border-radius: 16.95px;
  height: 307.8px;
  box-shadow: 0 0 0 1.5px #C6C7CA;
}

.pca-hold.r8.r8--on .pca-main {
  background-color: #efefef;
}

.pca-hold.r8 .pca-main:after {
  content: "";
  position: absolute;
  top: -19.5px;
  left: 55%;
  transform: translate(-50%, 0);
  width: 4.5px;
  height: 4.5px;
  background-color: #959595;
  border-radius: 100%;
  transform: translate(-27px, 0);
}

.pca-hold.r8 .pca-main:before {
  content: "";
  position: absolute;
  top: -7.5px;
  left: 55%;
  opacity: 1;
  width: 30px;
  height: 1.5px;
  transform: translate(-13.5px, -11.25px);
  border-radius: 1.5px;
  background-color: #959595;
}

.pca-hold.r8.r8--on .pca-inner {
  display: block;
  height: 100%;
  box-shadow: 0 0 25px 0 rgba(255, 255, 255, 0.5);
}

.pca-hold.r8 .pca-sub {
  display: block;
  text-align: center;
  position: relative;
  height: 0;
}

.pca-hold.r8 .pca-sub .pca-bot {
  border-radius: 100%;
  width: 21px;
  height: 21px;
  display: block;
  margin: 0 auto;
  background-color: transparent;
  z-index: 2;
  box-shadow: 0 0 0 1.65px #636670;
  transform: translate(0, -28.2px);
}

.pca-hold.circle-animation {
  width: 356px;
}

.pca-hold.circle-animation .pca-main {
  display: block;
  position: relative;
  background: linear-gradient(#A1E5E5, #1987AA);
  border: 10.68px solid #fff;
  border-top: 81.88px solid #fff;
  border-bottom: 84.016px solid #fff;
  border-radius: 40.228px;
  height: 730.512px;
  box-shadow: 0 0 0 3.56px #C6C7CA;
}

.pca-hold.circle-animation .pca-main:after {
  content: "";
  position: absolute;
  top: -46.28px;
  left: 55%;
  transform: translate(-50%, 0);
  width: 10.68px;
  height: 10.68px;
  background-color: #959595;
  border-radius: 100%;
  transform: translate(-64.08px, 0);
}

.pca-hold.circle-animation .pca-main:before {
  content: "";
  position: absolute;
  top: -17.8px;
  left: 55%;
  opacity: 1;
  width: 71.2px;
  height: 3.56px;
  transform: translate(-32.04px, -26.7px);
  border-radius: 3.56px;
  background-color: #959595;
}

.pca-hold.circle-animation .pca-inner {
  display: block;
  height: 100%;
  overflow: hidden;
}

.pca-hold.circle-animation .pca-sub {
  display: block;
  text-align: center;
  position: relative;
  height: 0;
}

.pca-hold.circle-animation .pca-sub .pca-bot {
  border-radius: 100%;
  width: 49.84px;
  height: 49.84px;
  display: block;
  margin: 0 auto;
  background-color: transparent;
  z-index: 2;
  box-shadow: 0 0 0 3.916px #636670;
  transform: translate(0, -66.928px);
}

.shine-effect:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.shine-effect:hover:before {
  -webkit-animation: shine 1s;
          animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 150%;
  }
}

@keyframes shine {
  100% {
    left: 150%;
  }
}
section {
  position: relative;
  overflow: hidden;
}
section:nth-of-type(1) {
  background-color: #212023;
  color: #fff;
}
section:nth-of-type(1) p {
  color: #efefef;
}
section:nth-of-type(2) {
  background-color: #4591b8;
  color: #fff;
}
section:nth-of-type(2) p {
  color: #efefef;
}
section:nth-of-type(3) {
  background-color: #fff;
  color: #212023;
}
section:nth-of-type(3) p {
  color: #666;
}
section .bg-image {
  width: 100%;
  height: 125%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 25%;
  filter: blur(4px);
  transform: translate3d(0, 25%, 0);
  transition: transform 1s ease;
}
section .bg-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.copy {
  width: 40%;
  max-width: 500px;
  padding: 0 15px;
  position: absolute;
}

.circle {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: none;
  border-radius: 50%;
  -webkit-animation: circle 30s linear infinite alternate;
          animation: circle 30s linear infinite alternate;
}

@-webkit-keyframes circle {
  0% {
    box-shadow: rgba(255, 255, 255, 0.1) 160px 335px, rgba(255, 255, 255, 0.1) 120px 275px 0 12px, rgba(255, 255, 255, 0.1) 60px 355px 0 23px, rgba(255, 255, 255, 0.1) 230px 445px 0 -8px, rgba(255, 255, 255, 0.1) 60px 125px, rgba(255, 255, 255, 0.1) 260px 145px 0 12px, rgba(255, 255, 255, 0.1) 300px 145px 0 23px, rgba(255, 255, 255, 0.1) 100px 85px 0 -8px, rgba(255, 255, 255, 0.1) 350px 555px, rgba(255, 255, 255, 0.1) 350px 273px 0 -2px, rgba(255, 255, 255, 0.1) 150px 355px 0 23px, rgba(255, 255, 255, 0.1) 180px 205px 0 -8px, rgba(255, 255, 255, 0.1) 0px 0px 0 -8px, rgba(255, 255, 255, 0.1) 100px 555px 0 10px;
  }
  100% {
    box-shadow: rgba(255, 255, 255, 0.1) 70px 10px, rgba(255, 255, 255, 0.1) 300px 205px 0 12px, rgba(255, 255, 255, 0.1) 0px 155px 0 23px, rgba(255, 255, 255, 0.1) 330px 45px 0 -8px, rgba(255, 255, 255, 0.1) 460px 325px, rgba(255, 255, 255, 0.1) 0px 445px 0 12px, rgba(255, 255, 255, 0.1) 300px 145px 0 23px, rgba(255, 255, 255, 0.1) 100px 85px 0 -8px, rgba(255, 255, 255, 0.1) 50px 155px, rgba(255, 255, 255, 0.1) 150px 273px 0 -2px, rgba(255, 255, 255, 0.1) 0px 555px 0 23px, rgba(255, 255, 255, 0.1) 180px 5px 0 -8px, rgba(255, 255, 255, 0.1) 300px 555px 0 -8px, rgba(255, 255, 255, 0.1) 350px 355px 0 10px;
  }
}

@keyframes circle {
  0% {
    box-shadow: rgba(255, 255, 255, 0.1) 160px 335px, rgba(255, 255, 255, 0.1) 120px 275px 0 12px, rgba(255, 255, 255, 0.1) 60px 355px 0 23px, rgba(255, 255, 255, 0.1) 230px 445px 0 -8px, rgba(255, 255, 255, 0.1) 60px 125px, rgba(255, 255, 255, 0.1) 260px 145px 0 12px, rgba(255, 255, 255, 0.1) 300px 145px 0 23px, rgba(255, 255, 255, 0.1) 100px 85px 0 -8px, rgba(255, 255, 255, 0.1) 350px 555px, rgba(255, 255, 255, 0.1) 350px 273px 0 -2px, rgba(255, 255, 255, 0.1) 150px 355px 0 23px, rgba(255, 255, 255, 0.1) 180px 205px 0 -8px, rgba(255, 255, 255, 0.1) 0px 0px 0 -8px, rgba(255, 255, 255, 0.1) 100px 555px 0 10px;
  }
  100% {
    box-shadow: rgba(255, 255, 255, 0.1) 70px 10px, rgba(255, 255, 255, 0.1) 300px 205px 0 12px, rgba(255, 255, 255, 0.1) 0px 155px 0 23px, rgba(255, 255, 255, 0.1) 330px 45px 0 -8px, rgba(255, 255, 255, 0.1) 460px 325px, rgba(255, 255, 255, 0.1) 0px 445px 0 12px, rgba(255, 255, 255, 0.1) 300px 145px 0 23px, rgba(255, 255, 255, 0.1) 100px 85px 0 -8px, rgba(255, 255, 255, 0.1) 50px 155px, rgba(255, 255, 255, 0.1) 150px 273px 0 -2px, rgba(255, 255, 255, 0.1) 0px 555px 0 23px, rgba(255, 255, 255, 0.1) 180px 5px 0 -8px, rgba(255, 255, 255, 0.1) 300px 555px 0 -8px, rgba(255, 255, 255, 0.1) 350px 355px 0 10px;
  }
}








.layout--copy-right.active .bg-image {
  transform: translate3d(0, 0, 0);
}
.layout--copy-right.active .r8 {
  transform: translate3d(-125%, -60%, 0);
}
.layout--copy-right.active .r8.r8--on {
  transform: translate3d(-65%, -50%, 0) scale(0.6);
}
.layout--copy-right .r8 {
  margin-left: -10%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate3d(-125%, -75%, 0);
  transition: transform 1s ease;
}
.layout--copy-right .r8.r8--on {
  z-index: 2;
  transform: translate3d(-100%, -125%, 0);
}
.layout--copy-right .copy {
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}

.layout--copy-top.active .pca-hold {
  transform: translate3d(-50%, -30%, 0);
}
.layout--copy-top .pca-hold {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, 50%, 0);
  transition: transform 1s ease;
}
.layout--copy-top .copy {
  width: 100%;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.layout--copy-left.active .pca-hold {
  transform: translate3d(-20%, -50%, 0) scale(0.5);
}
.layout--copy-left .pca-hold {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(100%, -100%, 0);
  transition: transform 1s ease;
}
.layout--copy-left .copy {
  text-align: right;
  margin-left: -5%;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
}




/* download btn */
.download {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.download:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.download:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.download:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.download:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.download:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.download:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.download:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.download:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}



/*  footer   */
footer {
  background-color: #222;
  color: #fff;
  font-size: 14px;
  bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
}

footer p {
  margin: 10px 0;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida  Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
footer .fa-heart{
  color: red;
}
footer .fa-dev{
  color: #fff;
}
footer .fa-twitter-square{
color:#1da0f1;
}
footer .fa-instagram{
color: #f0007c;
}
fotter .fa-linkedin{
color:#0073b1;
}
footer .fa-codepen{
color:#fff
}
footer a {
  color: #3c97bf;
  text-decoration: none;
margin-right:5px;
}
.youtubeBtn{
  position: fixed;
  left: 50%;
transform:translatex(-50%);
  bottom: 45px;
  cursor: pointer;
  transition: all .3s;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}
.youtubeBtn i{
 font-size:20px;
float:left;
}
.youtubeBtn a{
  color:#ff0000;
  animation: youtubeAnim 1000ms linear infinite;
float:right;
}
.youtubeBtn a:hover{
color:#c9110f;
transition:all .3s ease-in-out;
text-shadow: none;
}
.youtubeBtn i:active{
transform:scale(.9);
transition:all .3s ease-in-out;
}
.youtubeBtn span{
  font-family: 'Lato';
  font-weight: bold;
  color: #000;
  display: block;
  font-size: 12px;
  float: right;
  line-height: 20px;
  padding-left: 5px;

}

@keyframes youtubeAnim{
0%,100%{
  color:#c9110f;
}
50%{
  color:#ff0000;
}
}
/* footer  */

