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

* {
    
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 15px;
  font-family: bnazanin;
}
.login_link{
    text-decoration: none;
    font-family: bnazanin;
    font-weight: bold;
}

.swiper{
    max-height: 81vh;
}
.container-client{
    background-color: #EEEEEE;
}

.row {
  width: 100%;
  min-height: 20vh;
}
.swiper-slide .img{
    width:100vw;
}

.slide img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.slide img:hover {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
 .gg-log-in {
margin: 25px 25px;
 box-sizing: border-box;
 position: absolute;
 z-index: 10;
 display: block;
 width: 6px;
 height: 16px;
 border: 2px solid white ;
 border-left: 0;
 border-top-right-radius: 2px;
 border-bottom-right-radius: 2px;
 margin-right: -10px

}

.gg-log-in::after,
.gg-log-in::before {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute
}

.gg-log-in::after {
 border-top: 2px solid white;
 border-right: 2px solid white;
 transform: rotate(45deg);
 width: 8px;
 height: 8px;
 left: -8px;
 bottom: 2px
}

.gg-log-in::before {
 border-radius: 3px;
 width: 10px;
 height: 2px;
 background: white;
 left: -11px;
 bottom: 5px
} 

/*# sourceMappingURL=main.css.map */