*:focus {
  outline: none;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #EBEFF5;
  font-family: 'Poppins', sans-serif;
   font-style: normal;
}

html {
  font-size: 10px;
  width: 100%;
  height: 100%;
}

button {
  outline: none;
  outline-style: none;
}

input {
  outline-style: none;
  border: none;
  background: transparent;
  box-shadow: none;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  padding: 0;
  margin: 0;
}

h1 h2 {
  margin-top: 0;
}

.main-section {
  width: 100%;
}

.container {
  width: 100%;
  margin: auto;
  min-height: 100vh;
  height: 100%;
  display: flex;
  /* flex-wrap: wrap; */
}

.left-container {
  background-color: black;
  width: 50%;
  padding: 30px 100px 30px 100px;
}

.left-side{
  margin: auto 0;
}

.left-container h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 73px;
  line-height: 80px;
  color: #FFFFFF;
  margin: 30px 0 20px 0;
  width: 50%;
}

.sub-heading {
  font-weight: normal;
  font-size: 31px;
  line-height: 34px;
  margin: 10px 0;
  color: #ffffff;
  width: 60%;
}

hr {
  height: 4px;
  background-color: #f17a7e;
  color: #f17a7e;
  border: #f17a7e;
  width: 20%;
  margin: 6% 0;
}

.promotion {
  font-weight: normal;
  font-size: 47px;
  line-height: 116.5%;
  color: #F17A7E;
}

.subscription {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.235em;
  color: #FFFFFF;
  width: 50%;
}

.referral {
  font-weight: bold;
  font-size: 47px;
  line-height: 116.5%;
  color: #F17A7E;
  width: 40%;
}

.offer-expire {
  font-style: italic;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #F48488;
  margin: 10px 0;
  width: 60%;
}

.offer-expire p {
  margin: 0 !important;
}

.signup {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}

.signup a {
  color: #ffffff !important;
}

.right-container {
  background-color: rgb(255, 255, 255);
  width: 50%;
  padding: 30px 100px 30px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 30px;
  color: #333333;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-us {
  width: 100%;
  text-align: right;
}

.contact-us p {
  color: #000000;
}

.contact-us span {
  color: #f17a7e;
}

.podcast-logo {
  max-width: 50%;
  max-height: 50%;
}

.winner {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 116.5%;
  text-align: center;
  text-transform: uppercase;
  color: #F17A7E;
  margin: 20px 0;
  width: 100%;
  text-align: center;
}

.form-img-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

.reg-form {
  width: 386px;
  /* height: 313px; */
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 40px 35px;
}

.mobile-view {
  display: none;
}

.position-fixed {
  /* position: absolute;
  left: 40%;  */
  margin: 0 20px 0 -420px;
}

.form-heading {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  /* line-height: 170%; */
  color: #000000;
  margin-top: 0;
}

label {
  margin-top: 2.4rem !important;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #272727;
}

input {
  width: 100%;
  height: 45px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 6px;
  outline: none;
  margin: 8px 0 24px;
}

input:last-child {
  margin: 8px 0 0;
}

::placeholder {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #BDBDBD;
  padding-left: 8px;
}

.submit-button {
  background-color: #f17a7e;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  cursor: pointer;
}

.img-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-res img {
  width: 80%;
  height: 80%;

}



.hide-seperation{
display: none;
}

@media only screen and (max-width:1700px) {
  .left-container h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .sub-heading {
    font-size: 23px;
    line-height: 29px;
    width: 70%;
  }
  .promotion {
    font-size: 40px;
  }
  .subscription {
    font-size: 20px;
    line-height: 30px;
    width: 65%;
  }
  .referral {
    font-size: 35px;
    width: 50%;
  }
  .offer-expire {
    font-size: 18px;
    line-height: 25px;
    width: 70%;
  }
  .reg-form {
    /* width: 320px; */
    /* height: 306px; */
    height: auto;
    padding: 30px 35px;
  }
  .winner {
    font-size: 20px;
  }
  .position-fixed {
     margin: 0 20px 0 -303px;
  }

  .img-bg img{
    width: 80%;
  }
}

@media only screen and (max-width:1367px) {

  .left-container{
    padding: 15px 100px 15px 70px;
  }

  .right-container{
    padding: 15px 70px 15px 100px;
  }

  .left-container h1 {
    font-size: 50px;
    line-height: 43px;
  }
  .sub-heading {
    font-size: 22px;
    line-height: 27px;
  }

  .contact{
    line-height: 10px;
  }

 

  .promotion {
    font-size: 30px;
  }

  .img-bg img {
    width: 70%;
}
  .subscription {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.180em;
  }
  .referral {
    font-size: 30px;
  }

  .podcast-logo {
    max-width: 45%;
    max-height: 45%;
}

hr {
  margin: 4% 0;
}
}

@media only screen and (max-width:1280px) {


.container h1 {
  font-size: 49px;
  line-height: 49px;
  margin: 10px 0;
}

.sub-heading {
  font-size: 20px;
  line-height: 25px;
}

.promotion {
  font-size: 32px;
}

.subscription {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.100em;
}
.form-heading{
  font-size: 22px;
}

input{
  margin: 8px 0 18px;
}

.referral {
  font-size: 28px;
}

.offer-expire {
  font-size: 17px;
  line-height: 23px;
}

.signup {
  font-size: 17px;
}


.position-fixed {
  margin: 0 20px 0 -221px;
}

.img-bg img{
 width: 70%;
}

.reg-form{
  padding: 25px 30px;
}

.winner {
  font-size: 18px;
  margin: 20px 0 0 ;
}



}

@media only screen and (max-width:1100px){
  .container h1 {
    font-size: 40px;
    line-height: 40px;
}
.sub-heading {
  font-size: 17px;
}

.promotion {
  font-size: 26px;
}
.referral {
  font-size: 24px;
}

.offer-expire {
  font-size: 15px;
  line-height: 20px;
}

.form-heading{
  font-size: 20px;
}

.reg-form{
  padding: 30px;
}

.winner {
  font-size: 15px;
}


}

@media only screen and (max-width:980px){
.container{
  flex-wrap: wrap;
}

  .left-container{
    width: 100%;
    padding: 15px 70px 30px 70px;
  }
  

  .right-container{
    width: 100%;
    padding: 15px 70px 15px 70px;
  }

  .container h1{
    text-align: center;
    width: 100%;
  }

  .position-fixed{
    display: none ;
  }

  .mobile-view{
    display: block;
 
  }

  .reg-form {
    width: auto;
    margin: 30px 0;
    
}

.sub-heading{
  width: 100%;
  text-align: center;
}

hr{
  display: none;
}

.hide-seperation{
  display: block;
  margin: 20px auto;
    height: 2px;
    width: 10%;
}

.promotion{
  margin-top: 30px;
  text-align: center;
  width: 100%;
}

.subscription{
  text-align: center;
  width: 100%;
}

.referral{
  text-align: center;
  width: 100%;
}

.offer-expire{
  text-align: center;
  width: 100%;
}

.signup{
  text-align: center;
  width: 100%;
}

.laptop-view-contact{
  display: none;
}

.podcast-logo {
  max-width: 100%;
  max-height: 100%;
}
.winner {
  font-size: 22px;
  margin: 0;
}

}

@media only screen and (max-width:601px){

  .container h1 {
    font-size: 35px;
    line-height: 31px;
}


.left-container{

  padding: 15px 40px 30px 40px;
}


.right-container{

  padding: 15px 40px 15px 40px;
}

.reg-form{
  padding: 25px;
  margin: 20px 0;
}

.winner{
  font-size: 17px;
}

}

@media only screen and (max-width:420px){

  .container {
    padding: 30px;
}

  .container h1 {
    font-size: 30px;
    
}

.sub-heading {
  font-size: 15px;
  line-height: 21px;
}
.reg-form {
  padding: 17px;
  margin: 10px 0;
}
.promotion{
  font-size: 21px;
  margin-top: 15px;
}

.subscription {
  font-size: 15px;
  line-height: 22px;
}

.podcast-logo {
  max-width: 60%;
  max-height: 60%;
}

.img-bg img{
  width: 80%;
  margin-top: -33px;
}

.winner {
  font-size: 15px;
}


}


@media only screen and (max-width:320px){

  .container {
    padding: 15px;
}
}
a{  color : inherit;  }