html {
  cursor: url(circle2.png), auto;
}

body {
  background-image: url("copy2.jpg");
  background-size:cover;
  background-repeat: no-repeat;
  width:100%;
  height:100%;

}


/* background-position: center;
    */


    .cursor {
      width: 25px;
      height: 25px;
      border: 2px solid #d4d2cd;
      border-radius: 50%;
      position: absolute;
      transition-duration: 300ms;
      transition-timing-function: ease-out;
      animation: cursorAnim .5s infinite alternate;

    }

    /* .cursor:after {
      content: "";
      width: 20px;
      height: 20px;
      position: absolute;
      border: 8px solid rgb(209, 155, 19);
      border-radius: 50%;
      opacity: 0.3;
      left: -9px;
      bottom: -9px;
      animation: cursorAnim2 .5 infinite alternate;
    }

    @keyframes cursorAnim {
      from {
        transform: scale(1);
      }
      to{
        transform: scale(1.7);
      }
    }

    @keyframes cursorAnim2 {
      from {
        transform: scale(3);
      }
      to{
        transform: scale(8);
      }
    }
*/

.cha{
  position: fixed;
  text-align: right;
  color: #ffffff;
  top: 15px;
  right: 40px;
  width: 100%;
  font-size: 35px;
  font-family: sans-serif;

}

.core {
  position: fixed;
  text-align: right;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  top: 500px;
  right: 40px;
  width: 100%;
  font-size: 35px;
  font-family: sans-serif;
}

a.chaa{
  color: #ffffff;
}

a.chaa:hover {
  opacity: 1;
  font-size: 35px;
  /*cursor: url(circle2.png), auto; */
}

.ex{
  position: fixed;
  text-align: none;
  color: #ffffff;
  top: 165px;
  left: 90px;
  width: 100%;
  font-size: 50px;
  font-family: sans-serif;

}

.all{
  position: fixed;
  text-align: none;
  color: #ffffff;
  top: 340px;
  left: 35px;
  width: 100%;
  font-size: 30px;
  font-family: sans-serif;

}

.hover{
  position: fixed;
  text-align: none;
  color: #ffffff;
  top: 480px;
  left: 350px;
  width: 100%;
  font-size: 30px;
  font-family: sans-serif;

}

.still{
  position: fixed;
  text-align: none;
  color: #ffffff;
  top: 610px;
  left: 180px;
  width: 100%;
  font-size: 30px;
  font-family: sans-serif;

}

.har{
  position: fixed;
  text-align: right;
  color: #ffffff;
  top: 270px;
  right: 560px;
  width: 100%;
  font-size: 30px;
  font-family: sans-serif;

}


.pro{
  position: fixed;
  text-align: right;
  color: #ffffff;
  top: 165px;
  right: 760px;
  width: 100%;
  font-size: 50px;
  font-family: sans-serif;
    /*cursor: url(circle2.png), auto; */

}

.iframe {
  position: fixed;
  text-align: right;
  color: #ffffff;
  top: 690px;
  right: 1160px;
  width: 100%;
  font-size: 30px;
  font-family: sans-serif;
}



a{
  color: #ffffff;
}

a:hover {
  opacity: 0.5;
  font-size: 20px;
  transition: ease all .6s;
}


.container .card .icon {

    position: fixed;

    top: 0px;

    left: 20px;

    width: 40px;

    height: 40px;

    border-radius: 50%;
    background-image: url("insta.png");

    background: #ffffff;

      align-items: center;

}

/*
.container .card .icon .fa {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    font-size: 80px;

    color: pink;

}

*/

.container .card .slide {

    width: 200px;

    height: 40px;

    transition: 0.5s;

    top: 800px;

    left: 20px;


}



.container .card .slide.slide1 {

    position: relative;

    display: flex;

    justify-content: center;

    align-items: center;

    z-index: -1;

    transition: .7s;

    transform: translateX(10px);

}

.container .card:hover .slide.slide1{

    transform: translateX(0);

}

.container .card .slide.slide2 {

    position: relative;

    display: flex;

    justify-content: center;

    align-items: center;

top: 760px;

    box-sizing: border-box;

    transition: .8s;

    transform: translateX(-200px);


}


.container .card:hover .slide.slide2{

    transform: translateX(30px);

}

/*

.container .card .slide.slide2::after{

    content: "";

    position: absolute;

    width: 30px;

    height: 4px;

    bottom: 15px;

    left: 50%;

    left: 50%;

    transform: translateY(-50%);
}

*/


h1 {

    font-size: 15px;

    text-align: center;

    color: #ffffff;

    font-family: sans-serif;
}




.container2 .card .icon {

    position: fixed;

    top: 0px;

    left: 20px;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    background: #ffffff;

    align-items: center;

}


.container2 .card .slide {

    width: 300px;

    height: 40px;

    transition: 0.5s;

    top: 780px;

    left: 19px;


}

.container2 .card .slide.slide1 {

    position: relative;

    display: flex;

    justify-content: center;

    align-items: center;

    z-index: -1;

    transition: .7s;

    transform: translateX(10px);

}

.container2 .card:hover .slide.slide1{

    transform: translateX(0);

}

.container2 .card .slide.slide2 {

    position: fixed;

    display: flex;

    justify-content: center;

    align-items: center;

    top: 868px;

    box-sizing: border-box;

    transition: .8s;

    transform: translateX(-280px);
}

.container2 .card:hover .slide.slide2{

    transform: translateX(35px);

}
