/* 
.header{
    height: 1200px;
}
.header_bg {
  background:url('../images/Rectangle_1_copy@4x.png') no-repeat right;
  background-size: contain;
   
    height: 100%;
}

footer {
   
    height: 155px;
    background-color: #000000;
} */
@font-face {
  font-family: 'SF Pro Display - Heavy';
  src: url('../fonts/SF-UI-Display-Heavy.otf');
}
@font-face{
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Regular.ttf');
}
.header-bg {
  width: 100%;
  height: 100%;
  background: url('../images/2-layers@2x.png') no-repeat center;
  background-size: cover;
}

.ellipse-bg {
  height: 100%;
  background: url('../images/bg_circles.png') no-repeat center;
  background-size: contain;
}

.margin-col {
  padding: 193px 0;
}

.descript-bodytune {
  margin: 56px 0 100px;
  font-family: "SF Pro Display", sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.col-md-7 h1 {
  font-family: "SF Pro Display - Heavy", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 80px;
}

.col-md-7 h1 span {
  color: #ff115a;
  font-size: 100px;
}

.right-img {
  transform: translateX(20px);
}

.right-img img {
  width: 100%;
  height: auto;
}

.app-store {
  margin-bottom: 30px;
}

footer {
  background-color: #000000;
}

.btn-support {
  border-radius: 50px;
  border: 1px solid #ffffff;
  padding: 16px 70px;
  color: #ffffff;
  font-family: "SF Pro Display", sans-serif;
  font-size: 12px;
}

.btn-support:hover {
  text-decoration: none;
  color: #fa2736;
  background-color: #ffffff;
  transition: .8s;
}

footer p {
  color: #fefefe;
  font-family: "SF Pro Display", sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.col-footer-py {
  padding: 15px 0;
}

@media (max-width:996px) {
  .right-img {
    transform: translateX(-40px);
  }
}

@media (max-width:767px) {
  .right-img {
    transform: translateX(0);
    justify-content: flex-end;
  }
  .right-img img {
    width: 60%;
  }
}

@media (min-width:768px) {
  .float-btn-support {
    float: right;
  }
}

@media (min-width:2400px) {
  .right-img {
    transform: translateX(105px);
  }
}