
@font-face {
  font-family: basicsanssf;
  src: url(font/basicsanssf.ttf);
}

@font-face {
  font-family: basicsanssfbold;
  src: url(font/basicsanssfbold.ttf);
}

body {
   font-family: basicsanssf;
   font-weight: 500;
    background: #EDEDED;
    color: #000;
    width: 100% !important;
}

html {
    width: 100% !important;
}

*{
  margin: 0;
  padding: 0;
}


*:focus {
  outline: none;
}

a {
  text-decoration: none;

}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

button {
  cursor: pointer;
}

button {
  outline: none;
}


.header-area {
  padding: 0 35px;
  position: fixed;
  z-index: 9;
  width: 100%;
  background: #EDEDED;
}

.navbar {
  padding: 35px 0;
  border-bottom: 2px solid #000;
}

.logo {
  /*! width: 78%; */
  transition: all 0.3s ease;
  display: inline-block;
  vertical-align: middle;
  margin-left: -10px;
}

.logo h2 {
  font-family: basicsanssfbold;
  font-size: 50px;
  color: #E20613;
  margin-bottom: 0;
}

.navbar>a {
  width: 400px;
  transition: all .3s ease-in-out;
  border-radius: 62%;
}


@keyframes bounceIn {
  0% {
    opacity: 1;
    transform: scale(.3);
  } 

  50% {
    opacity: 1;
    transform: scale(1.05);
  } 

  70% {
    opacity: 1;
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}


.logo-i {
  width: 19%;
  transition: all 0.3s cubic-bezier(.8,1.8,.75,.75);
  margin-top: 4px;
}


.logo-i:hover {
  animation: bounceIn 0.3s;
  transform: rotate(10deg) scale(1.1) translateZ(0);
  
}

.navbar .nav-link {
  font-family: basicsanssfbold;
  padding: 13px 19px !important;
  transition: all 0.3s ease;
  font-size: 22px;
  line-height: 1.5;
  display: inline-block;
  transition: all 0.3s ease;
}

.navbar .nav-link:hover {
  background: #E20613;
  border: 2px solid #E20613;
}

.contact-btn {
  background: #EDEDED;
  border: 2px solid #E20613;
  border-radius: 10px;   
  color: #000 !important;
  display: inline-block;
  margin-right: 42px;
}

.complaint-btn {
  background: #000;
  border: 2px solid #000;
  border-radius: 10px; 
  display: inline-block;
  color: #fff !important;
}

/*main-area*/

.banner{
  padding: 340px 20px 265px;
}

.banner h2 {
  font-family: basicsanssfbold;
  font-size: 90px;
  font-weight: 900;
  line-height: 1.3;
  color: #000;
  margin-bottom: 125px;
}

.banner h2 span {
  color: #E20613;
}


.process {
  padding-bottom: 90px;
}

.animate-ele h3 {
transition: all 0.8s ease;

}

.animate-ele:hover h3  {
  transform: rotate(405deg);
}

.animate-ele:hover .black  {
  transform: rotate(360deg);
}

.animate-ele h3 {
  font-size: 100px;
  font-weight: 900;
  display: inline-block;
}

.animate-ele .red {
  color: #E20613;
}

.animate-ele .black {
  color: #000;
  transform: rotate(45deg);
}



.p-left h3 {
  font-family: basicsanssfbold;
  font-size: 22px;
  color: #E20613;
  margin-bottom: 20px;

}

.p-left h4 {
  font-family: basicsanssfbold;
  font-size: 22px;
  color: #E20613;
  margin-bottom: 20px;
  margin-top: 60px;

}

.p-left p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;

}

.p-left p span {
  font-size: 18px;
  color: #E20613;

}


.p-right {
margin-left: 40px;
overflow: hidden;
}

.p-right h3 {
transition: all 0.4s ease;

}

.p-right:hover h3  {
  transform: rotate(-360deg);
  color: #E20613;
  margin-top: 20px;
  position: relative;
  bottom: 13px;
}

.p-right:hover .pr-red  {
  transform: rotate(-45deg);
  color: #000;
}

.p-right h3 {
  font-size: 300px;
  font-weight: 900;
  display: inline-block;
  width: 48%;
  line-height: .6;
}

.p-right .pr-red {
  color: #E20613;
}

.p-right .pr-black {
  color: #000;
  transform: rotate(45deg);
}



@media only screen and (max-width: 800px) {
  .hide-on-mobile {
    display: none;
  }
}





