/*card*/
.card{

    /*Setting up the box*/
    z-index:-11;
    color:white;
    height: 450px;
    width: 280px;
    margin-top: 55px;
    display: inline-block;
    position: absolute;
    margin-bottom: 30px;
    border-radius: 6px;
    //color: rgba(0, 0, 0, 0.87);
    transition: all 1s ease-out;
    //opacity: 0.2;
    border: 10px solid white;
    border-image: url("../images/border.png") 20% repeat;
    text-shadow: 0px 4px 8px black;
  }
  /*mobile card starts here*/
  .mobile-card-container{

  }
  .outer-part-container{
    position: relative;
    text-align: center;
    background-color: red;
  }
  .mobile-card{
    display: none;
  }
  /*mobile card ends here*/
/*  .card:hover{
  .card:hover{
    -webkit-animation: car 0.5s ease-out forwards;
            animation: car 0.5s ease-out forwards;
      color:black;
      background: #fff;
    //border-image: url("");
      -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }*/
  /*.card .card-heading h3{
    opacity: 1 !important;
  }
  .card .part-container .part1-heading .part1-left h3{
    opacity: 1;
  }*/
  @-webkit-keyframes car {
    0% {
      opacity:0;
    }
    25%{
      opacity:0.2;
    }
    50% {
      opacity:0.5;
    }
    75%{
      opacity:0.8;
    }
    100% {
      opacity:1;
    }
  }
/*internal card css starts here*/

.part-container{
  position: relative;
  -webkit-transition: background-color 1s ease-out,top 1s ease-out, width 1s ease-out,height 1s ease-out;
  transition: background-color 1s ease-out,top 1s ease-out, width 1s ease-out,height 1s ease-out;
  top: 0;
  box-shadow: 0 0 0 black;
  background-color: transparent;
}
.card-heading{
  width: 100%;
  text-align: center;
}

.part1-heading{
  margin-top: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 100%;

}
.left{
  float: left;
}
.part1-right, .card1-right{
  position: relative;
  width: 80px;
}

.part-content{
  text-align: center;
  display: none;
  transition: all 1s ease-out;
  justify-content: center;
  align-items: center;
  height: 60%;
  padding-left: 15px;
  padding-right: 15px;
}


/*Internal card css ends here*/
/*images Team code*/
.center{
  display:flex;
  justify-content:center;
  text-align: center;
}

.thumb {
  width: 400px;
  height: 300px;
  margin: 70px auto;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  backface-visibility: hidden;
          -webkit-backface-visibility: hidden;
}

.thumb a {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://imgix.bustle.com/uploads/image/2018/9/12/e820730b-0d3d-4aa6-85b3-5cba364a0b9f-763064ad-e4f0-4f40-912d-9e1f14bf386b-screen-shot-2018-01-11-at-125234-pm.png?w=970&h=582&fit=crop&crop=faces&auto=format&q=70");
  background-size: 0, cover;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  backface-visibility: hidden;
          -webkit-backface-visibility: hidden;
  transition: all 0.5s;

}

.thumb-hover {
  -webkit-transform: rotateX(80deg);
          transform: rotateX(80deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.thumb a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background: inherit;
  background-size: cover, cover;
  background-position: bottom;
  -webkit-transform: rotateX(90deg) translateZ(0);
          transform: rotateX(90deg) translateZ(0);
  /*transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;*/
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
        z-index: 1;
}
.thumb-hidden:after{
  display: none;
}
.thumb a span {
  /*transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;*/
  color: white;
  text-transform: uppercase;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font: bold 12px/36px "Open Sans";
  text-align: center;
  -webkit-transform: rotateX(-89.99deg);
          transform: rotateX(-89.99deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  z-index: 555;
  display : block;
}
.thumb a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  opacity: 0.15;
  -webkit-transform: rotateX(95deg) translateZ(-80px) scale(0.75);
          transform: rotateX(95deg) translateZ(-80px) scale(0.75);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.thumb:hover a:before {
  opacity: 1;
  box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotateX(0) translateZ(-60px) scale(0.85);
          transform: rotateX(0) translateZ(-60px) scale(0.85);
}
.thumb{
  z-index: -11;
  position:absolute;
}

/*Scroll up css*/

.arrow-up {
  height: 40px;
  width: 40px;
  border: 1px solid white;
  position: relative;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
  overflow: hidden;
  display: none;
}

.arrow-slide {
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  display: block;
  z-index: 0;
}

.left-arm {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  top: 19px;
  left: 3px;
  width: 20px;
  display: block;
  transform: rotate(-45deg);
}
.left-arm:after {
  content: "";
  background-color: white;
  width: 20px;
  height: 1px;
  display: block;
  border-radius: 1px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
  transform-origin: right center;
  z-index: -1;
}

.right-arm {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  top: 19px;
  left: 17px;
  width: 20px;
  display: block;
  transform: rotate(45deg);
  border-radius: 2px;
}
.right-arm:after {
  content: "";
  background-color: white;
  width: 20px;
  height: 1px;
  display: block;
  border-radius: 1px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
  transform-origin: left center;
  z-index: -1;
}

.arrow-up:hover {
  transition: all 0.1s;
}
.arrow-up:hover .left-arm:after {
  transform: rotate(-10deg);
}
.arrow-up:hover .right-arm:after {
  transform: rotate(10deg);
}
.arrow-up:hover .arrow-slide {
  transition: all 0.4s ease-in-out;
  transform: translateY(200%);
}

.scroll-up {
  margin-left: 100px;
}


.arrow-up,
.scroll-up {
  position: fixed;
  bottom:6%;
  right:4%;
  z-index: 999;

}
.ani_arr
{
  -webkit-animation: sc 0.3s ease-out;
          animation: sc 0.3s ease-out;
}
.ani_arr_
{
  -webkit-animation: scc 0.3s ease-out;
          animation: scc 0.3s ease-out;
}
@-webkit-keyframes sc {
  0% {
    right:-3%;
  }
  25%{
    right:-2%;
  }
  50% {
    right:0%
  }
  75%{
    right:2%;
  }
  100% {
    right:4%;
  }
}

@-webkit-keyframes scc {
  0% {
    right:4%;
  }
  25%{
    right:2%;
  }
  50% {
    right:0%
  }
  75%{
    right:-2%;
  }
  100% {
    right:-3%;
  }
}

/*scroll down  animation css*/
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 8%;
  z-index: 105;
  display: none;
  cursor: pointer;
  -webkit-animation: op 3s ease-out;
          animation: op 3s ease-out;
}
@-webkit-keyframes op {
  0% {
    opacity: 0;
    bottom:30%;
  }
  50% {
    opacity: 0.5;
    bottom:15%
  }
  100% {
    opacity: 1;
    bottom:8%;
  }
}
.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
          animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
          animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: white;
}

.chevron:before {
  left: 0;
  -webkit-transform: skewY(30deg);
          transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  -webkit-transform: skewY(-30deg);
          transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    -webkit-transform: translateY(2.28rem);
            transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    -webkit-transform: translateY(3.12rem);
            transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(4.8rem) scale(0.5);
            transform: translateY(4.8rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    -webkit-transform: translateY(2.28rem);
            transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    -webkit-transform: translateY(3.12rem);
            transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(4.8rem) scale(0.5);
            transform: translateY(4.8rem) scale(0.5);
  }
}

  /* input field styling */
  .inputs {
	  font-size: 0.8rem;
    border: none;
    padding: 13px 10px;
    width: 80%;
    margin-bottom: 2px;
    box-shadow: inset 0 0 28px #000000;// rgba( 0, 0, 0, 0.1 );
    clear: both;
   -webkit-transition: all 0.650s ease-out;
   -moz-transition:    all 0.650s ease-out;
   -ms-transition:     all 0.650s ease-out;
   -o-transition:      all 0.650s ease-out;
  }
.inputs:hover{
  position: relative;
  top:-1px;left:-1px;
  box-shadow: 0px 4px 8px white;
}

.inputs:focus {
    background: #fff;
    box-shadow: 0 0 0 3px white, inset 0 2px 3px rgba( 0, 0, 0, 0.2 ), 0px 5px 5px rgba( 0, 0, 0, 0.15 );
    outline: none;
}
  /*buttons styling*/
 .button
 {
  border: 0;
  width:6vw;
  background: #737373;
  border-radius: 5px;
  box-shadow: 0px 6px 3px #404040,0px 4px 3px #404040;
  color: #fff;
  transition: all .1s linear;
 }
.button:hover
  {
    background: #0088cc;
    box-shadow: 0px 6px 3px #006599,0px 4px 3px #006599,00px 15px 18px black,0px 15px 18px #006599;
  }
.button:active
  {
    box-shadow: 0 2px 0 #006599;
    transform: translateY(3px);
    type:reset;
  }




 .depth {
    background: blue;
    border: none;
    border-radius: 80px;
    box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2),
                inset 0 0 2px 4px hsla(0,0%,0%,.2),
                inset 0 0 2px 6px hsla(0,0%,0%,.2),
                inset 0 0 1px 8px hsla(0,0%,0%,.5),
                inset 0 -4px 2px 4px hsla(0,0%,0%,.5),
                inset 0 1px 1px 8px hsla(0,0%,100%,.25),
                inset 0 -30px 30px hsla(0,0%,0%,.2),
                0 -4px 8px 4px hsla(0,0%,0%,.5),
                0 10px 10px hsla(0,0%,0%,.25),
                0 0 2px 2px hsla(0,0%,0%,.2),
                0 0 2px 4px hsla(0,0%,0%,.2),
                0 0 2px 6px hsla(0,0%,0%,.2),
                0 0 2px 8px hsla(0,0%,0%,.5),
                0 1px 2px 8px hsla(0,0%,100%,.25),
                0 -1px 2px 8px hsla(0,0%,0%,.5);
    color: #303030;
    font: bold 40px/85px sans-serif;


    text-shadow: 0 1px 1px hsla(0,0%,100%,.25),
                 0 -1px 1px hsla(0,0%,0%,.75);
    width: 35px;
    height: 35px;
}
.depth:hover,.depth:focus {
    color: #0ab;

}
.depth:active {
    box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2),
                inset 0 0 2px 4px hsla(0,0%,0%,.2),
                inset 0 0 2px 6px hsla(0,0%,0%,.2),
                inset 0 0 1px 7px hsla(0,0%,0%,.5),
                inset 0 5px 15px 7px hsla(0,0%,0%,.15),
                inset 0 -4px 2px 3px hsla(0,0%,0%,.5),
                inset 0 1px 1px 7px hsla(0,0%,100%,.25),
                inset 0 -30px 30px hsla(0,0%,0%,.1),
                inset 0 30px 30px hsla(0,0%,0%,.2),
                0 -4px 8px 4px hsla(0,0%,0%,.5),
                0 5px 10px hsla(0,0%,0%,.25),
                0 0 2px 2px hsla(0,0%,0%,.2),
                0 0 2px 4px hsla(0,0%,0%,.2),
                0 0 2px 6px hsla(0,0%,0%,.2),
                0 0 2px 8px hsla(0,0%,0%,.5),
                0 1px 2px 8px hsla(0,0%,100%,.25),
                0 -1px 2px 8px hsla(0,0%,0%,.5);
    line-height: 86px;
}
