/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@font-face {
  font-family: Montserrat-Regular;
  src: url('fonts/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Light;
  src: url('fonts/Montserrat-Light.ttf'); 
}

@font-face {
  font-family: Montserrat-Black;
  src: url('fonts/Montserrat-Black.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
/*---------------------------------------------*/
.container {max-width: 1200px;}

.l1-txt1 {
  font-family: Montserrat-Black;
  font-size: 50px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}
.l1-txt2 {
  font-family: Montserrat-Light;
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
}

.s1-txt3 {
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #cccccc;
  line-height: 1.4;
}
.bg-g1 {
  background: #ff5eb1;
  background: -webkit-linear-gradient(-45deg, #55213c, #a1456b, #ff5eb1);
  background: -o-linear-gradient(-45deg, #55213c, #a1456b, #ff5eb1);
  background: -moz-linear-gradient(-45deg, #55213c, #a1456b, #ff5eb1);
  background: linear-gradient(-45deg, #55213c, #a1456b, #ff5eb1);
}
.size1 {
  width: 100%;
  min-height: 100vh;
}

@media (max-width: 576px) {
  /*---------------------------------------------*/
  .respon1 {
    padding-top: 35px;
  }
}
