
*{
    margin: 0;
    padding: 0;
}
body{
 overflow-x: hidden;
}
    
@font-face{
      font-family: "times";
      src:url("../assets/font/TIMES.TTF")
}
a,h1,h2,h3,h4,h5,h6,p{
    font-family: times;
}

#loader{
    height: 100%;
    width: 100%;
    background-color: #000000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    transition: all .5s;
}
#loader img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.wrapper{
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
    background-repeat: no-repeat;
    position: fixed;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.circle{
    background: lime;
    border-radius: 50%;
    position: absolute;
    left: 96%;
    top: 57%;
    z-index: 944;

}

.circle2{
    background: lime;
    border-radius: 50%;
    position: absolute;
    left: 91%;
    top: 57%;
    z-index: 944;

}

.middle-text {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -15%);
}
.middle-text p{
 font-size: 19px;
}
.highimg{
    width: 266px;
    height: 129px;
    border: 5px solid lime;
    border-radius: 60px;
    position: relative;
    overflow: hidden;
    margin-top: -21px;
}
.highimg2{
    width: 266px;
    height: 129px;
    border: 5px solid lime;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    margin-top: -21px;
}
.highimg3{
    width: 370px;
    height: 100px;
    border: 5px solid lime;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    margin-top: -21px;
}
#gifimg{
    position: absolute;
    width: 464px;
    height: 389px;
    top: -128px;
    left: -101px;
}
#gifimg3{
    position: absolute;
    width: 464px;
    height: 389px;
    top: -150px;
    left: -51px;
}
.jdb{
    color: #fff;
    padding: 42px;
}
.tm{
    position: absolute;
    left: 96%;
    top: 54%;
}
.tm2{
    position: absolute;
    left: 91%;
    top: 54%;
}
.img_365{
    width: 95%;
    height: 100%;
}
.img_all{
    width: 95%;
    height: 95%;
}
.enter{
    background: border-box;
    border: 8px solid lime;
    text-decoration: none;
    font-size: 45px;
    color: lime;
    border-radius: 17px;
    padding: 6px;
    font-weight: bold;
    margin-left: 65px;
}
.enter:hover{
    text-decoration: none;
    color: lime;
}
.puff-area{
      position: absolute;
    left: 50%;
    transform: translate(-50%, 10px);
}
._420-area{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 60px);
}



.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0,0,0,0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  padding: 10px;
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 50% 0 0;
  padding: 7px 14px;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.image-box{
    width: 100%;
    height: 325px;
}
.image-box img{
  width: 100%;
  height: 90%;
}
.image-box h2{
      font-size: 20px;
    line-height: 1;
}
.a-area{
  width: 100%;
  min-height: 321px;
}
.a-area2{
  width: 100%;
  min-height: 321px;
  margin-top: 31px;
}