@import "../fonts/ProximaNova/stylesheet.css";
@import "../fonts/ValsdayScript/stylesheet.css";
body{
  font-family: 'Proxima Nova Rg';
}
/* Hero Section */
.section-hero{
  overflow: hidden;
  height: 100vh;
  background: linear-gradient(8deg, #4D0A76 10.16%, #C42E85 40.78%, #FAC9DF 95.03%);
  position: relative;
}
/* .section-hero::before {
  content: "";
  background: linear-gradient(80.04deg, #4D0A76 10.16%, #C42E85 40.78%, #FAC9DF 95.03%);
  transform: matrix(0, -1, -1, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
} */
.wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1200px;
  max-width: 100%;
}
.left-sec {
  width: 50%;
  float: left;
}
.left-sec img {
    width: 75%;
    float: right;
    margin-right: 40px;
}
.right-sec {
  /* width: 45%; */
  float: left;
  padding-top: 17%;
  text-align: center;
  
}
.rightsecimg {
  width: 400px !important;
  margin-bottom: 15px;
}

.test {
  position: relative;
}






.section-hero-wrapper{
  text-align: center;
}
.section-hero-logo{
  font-family: 'Valsday Script DEMO';
  font-size: 250px;
  line-height: normal;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 0 0;
  position: relative;
}
.abs {
 position: absolute;
    right: -25px;
    top: 50px;
}
.section-hero-logo sub {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  margin-left: -25px;
}
.section-hero-subtitle{
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 25px;
  text-align: center;
  color: #F8F8F8;
  margin: 15px 20px 0 0;
}
.download-link{
  text-align: center;
  display: inline-block;
  margin: 45px 20px 0 0;
}
.app-screenshot{
  max-width: 431px;
  margin: 0 auto;
}
/* Hero Section */

/* section-privacy-policy */
.section-header{
  padding: 36px 0;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px #E5E5E5;
}
.section-header-text{
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 21px;
  text-align: center;
  color: #8C1597;
}

.section-privacy-policy{

}
.back-btn{
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #9B9B9B;
  padding: 0;
  margin: 32px 0;
}
.back-btn img{
  margin-right: 18px;
}
.back-btn:hover,
.back-btn:focus{
  color: #9B9B9B;
}
.section-privacy-policy-wrapper{

}
.section-privacy-policy-wrapper h2{
  font-family: 'Proxima Nova Rg';
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #000000;
}
.section-privacy-policy-wrapper p{
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
/* section-privacy-policy */

/* Footer links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 45px;
  bottom: 30px;
}
.footer-links li {
  display: inline-block;
  margin-right: 45px;
}
.footer-links li:last-child {
  margin-right: 0;
}
.footer-links li > a{
  /* font-family: 'Proxima Nova Lt'; */
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  /* font-weight: 600; */
  font-size: 16px;
  line-height: 25px;
  color: #F8F8F8;
}
.footer-links li > a:hover{
  opacity: 0.8;
  text-decoration: none;
}
/* Footer links */


/* Media Css */
@media (max-width:980px) {
  .section-hero-logo {
    font-size: 210px;
    /* line-height: 220px; */
}
.rightsecimg {
  width: 370px !important;
  margin-bottom: 15px;
}
}
@media (max-width:768px) {
  .abs {
    position: absolute;
    right: 12px;
    top: 28px;
}
.right-sec {
  padding-top: 0;
}
.section-hero-logo {
  font-size: 250px;
}
.rightsecimg {
  width: 350px !important;
  margin-bottom: 15px;
}
}
@media (max-width:767px) {
  .abs {
    position: absolute;
    right: 70px;
    top: 17px;
}
  /* .section-hero{
    height: auto;
  } */
.rightsecimg {
  width: 250px !important;
  margin-bottom: 15px;
}
.section-hero-logo span {
    position: absolute;
    left: auto;
    right: auto;
    margin-left: 5px;
        top: -7px;
}  
.section-hero-logo span img {
  width: 18px;
}
.download-link {
     margin: 20px 10px 0 0;
}  
.footer-links {
    margin: 0 auto;
    left: auto;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
  .download-link img {
    width: 75%;
  }
  .section-hero-logo sub {
    margin-left: -12px;
    font-size: 12px;
}
  .left-sec {
    width: 100%;
    float: left;
    text-align: center;
        margin-bottom: 20px;
}
.right-sec {
    padding-top: 0;
    width: 100%;
}
.left-sec img {
    width: 55%;
    float: none;
    margin-right: 0;
    margin-left: 10px;
}
  .section-hero-logo{
    font-size: 135px;
    /* line-height: 100px; */
    margin: 0;
  }
  .section-hero-subtitle{
    font-size: 18px;
    margin: 15px 15px 0 0;
  }
  .footer-links {
    /* left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    padding: 5px;
    position: relative; */
  }
}
/* Media Css */
