@font-face {
  font-family: 'twt-x';
  src:  url('../fonts/twt-x.eot?jjyo3s');
  src:  url('../fonts/twt-x.eot?jjyo3s#iefix') format('embedded-opentype'),
    url('../fonts/twt-x.ttf?jjyo3s') format('truetype'),
    url('../fonts/twt-x.woff?jjyo3s') format('woff'),
    url('../fonts/twt-x.svg?jjyo3s#twt-x') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="twt-x"], [class*=" twt-x"] {
  /* use !important to prevent issues with browser extensions that change ../fonts */
  font-family: 'twt-x' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.twt-x:before {
  content: "\e901";
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?4s41pt");
  src: url("../fonts/icomoon.eot?4s41pt#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?4s41pt") format("truetype"),
    url("../fonts/icomoon.woff?4s41pt") format("woff"),
    url("../fonts/icomoon.svg?4s41pt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-brand:before {
  content: "\e901";
}

.icon-soundcloud:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-spotify:before {
  content: "\ea94";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-appleinc:before {
  content: "\eabe";
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 24, 2017 */

img {
  max-width: 100%;
  height: auto;
}

body {
  margin: 0px;
  padding: 0px;
}

.contentWrapper {
  font-size: 0;
  /* background: url("../images/BG_Desktop.png"); */
  background-size: 100% auto;
  font-family: "DM Serif Display", serif;
  background-repeat: no-repeat;
}

.lefter-wrapper {
  display: inline-block;
  width: 63.75%;
  vertical-align: middle;
  position: fixed;
  height: 100vh;
  background: url("../images/BG_Desktop.png");
  background-size: 100% auto;
}

.righter-wrapper {
  /* display: inline-block; */
  width: 36.25%;
  vertical-align: top;
  margin-left: 63.75%;
  background: rgb(253, 132, 192);
  background: linear-gradient(
    180deg,
    rgba(253, 132, 192, 1) 0%,
    rgba(253, 179, 179, 1) 100%
  );
  min-height: 100vh;
}

.left-image-wrapper {
  max-width: 100%;
  height: 100vh;
  margin: 3%;
}

.doll.box-image-wrapper {
  /* max-width: 100%;
  width: 76%; */
  position: relative;
  margin: 0 auto;
  width:100%;
  max-width:585px;
}

.banner-image-wrapper {
  /* position: absolute;
  top: 0; */
  max-width: 188px;
  width: 100%;
  /* right: 15%;
  top: 8%; */
}

.banner-text-wrapper {
  position: absolute;
    font-size: 20px;
    text-align: center;
    font-style: italic;
    left: 50%;
    width: 100%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.banner-wrapper {
  position: absolute;
  top: 0;
  right: 5px;
}
.banner-wrapper > div{
  position:relative;
}
/* Firefox old*/
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* IE */
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* Opera and prob css3 final iteration */
@keyframes blink {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.banner-wrapper {
  -moz-animation: blink normal 1s infinite;
  -webkit-animation: blink normal 1s infinite; 
  -ms-animation: blink normal 1s infinite; 
   animation: blink normal 1s infinite;
   /* Opera and prob css3 final iteration */
  transition: auto;
  color:#000000;
}
.banner-wrapper a{ 
  color:#000000;
  transition: all 0.5s;
}
.banner-wrapper a:hover{
  opacity:0.5;
}
.enter-text {
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-weight: 400;
  padding-top: 17px;
  padding-bottom: 25px;
  letter-spacing: 0.6px;
}

.abir-logo {
  max-width: 217px;
  margin: 0 auto;
}

.right-doll-image {
  max-width: 286px;
  margin: 0 auto;
}

.commonHeaderText {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-style: italic;
}

.dummy {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;

  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
}
a.appleButton.tilter,
a.spotifyButton.buttons.tilter {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
}

/*Sweeps inactive state css*/

.sweepsWrapper.inactive {
  display: none;
}
.innerSweeps {
  text-transform: uppercase;
  position: relative;
  padding-top: 44vh;
  left: unset;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  font-style: italic;
  text-transform: none;
  min-height: 80vh;
  text-align: center;
  box-sizing: border-box;
}
.innerSweeps a {
  color: #e94397;
  text-decoration: underline;
}
/*Sweeps inactive state css*/

/* Footer CSS */

/* Firstform CSS */
.firstForm.sweepsWrapper {
  padding-bottom: 2%;
  padding-top: 3%;
  min-height: 80vh;
}

.headerText {
  margin: 10px 0 10px 0;
  line-height: 1;
  letter-spacing: 0;
  font-size: 47px;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
}

.mobbrk,
.mob {
  display: none;
}
.followWrapper {
  padding: 0px;
  padding-top: 13px;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.followWrapper > div {
  width: 157px;
  vertical-align: top;
  display: inline-block;
  margin: 0 1.5%;
}
.customButton,
a.tilter {
  display: block;
  margin: 0px auto;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  /* background: #000; */
  border-radius: 0;
  letter-spacing: 0.5px;
  box-sizing: border-box;
  position: relative;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 900;
}

/* FirstForm CSS */

/* email Css */
.followPopupSection > div {
  max-width: 600px;
  margin: 0 auto;
}
fieldset {
  padding: 0;
  border: none;
  margin: 0 auto;
  /*max-width: 291px;*/
}
#errorMsg,
#serverError {
  color: #ff0000;
}
.mlist-header,
.commonHeaderText {
  color: #fff;
  font-size: 20px;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-weight: 400;
  padding: 20px 0;
}
.mlist-header {
  font-size: 18px;
  letter-spacing: 0px;
  margin-bottom: 15px;
  padding-top: 20px;
  text-align: center;
  color: #000;
  line-height: 22px;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 900;
}
input,
select {
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 500;
}
input,
select {
  width: 90%;
  background: #fff;
  border: 1px solid #fff;
  text-transform: capitalize;
  letter-spacing: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  padding: 9px 0;
  color: #fff;
  font-size: 20px;
  /* letter-spacing: 1px; */
  font-style: normal;
  max-width: 560px;
  margin: 0 auto;
  height: 43px;
  line-height: 43px;
  padding: 0;
  font-weight: 400;
  text-align: left;
  text-align-last: left;
  /* font-family: franklin-gothic-urw, sans-serif; */
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}
input#email {
  border: 1px solid #fff;
  width: 100%;
  font-size: 20px;
  letter-spacing: 1px;
  font-style: normal;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: left;
  color: #fff;
  text-align-last: left;
  background: transparent;
  max-width: 326px;
  /* font-family: franklin-gothic-urw, sans-serif; */
  font-weight: 500;
  text-transform: capitalize;
  -webkit-text-fill-color: #fff;
  text-align: left;
  padding-left: 10px;
  text-transform: uppercase;
}
.termsWrapper.first {
  width: 93%;
  margin: 0 auto;
}
.termsContent {
  max-width: 324px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: left;
}
.agree-text,
.purchase-text {
  padding-left: 38px;
  display: inline-block;
  /* width: calc(100% - 24px); */
  box-sizing: border-box;
  font-size: 10px;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-top: -24px;
  text-align: left;
  vertical-align: middle;
  /* letter-spacing: 0.2px; */
  font-family: franklin-gothic-urw, sans-serif;
  text-transform: initial;
}
.purchase-text {
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
  padding: 0;
  padding-bottom: 3px;
  color: #000;
  /* letter-spacing: 0.3px; */
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mlist-outer-wrapper .purchase-text {
  padding-top: 20px;
}
.mlist-checks {
  position: relative;
  margin-top: 14px;
  max-width: 100%;
  margin: 8px auto 0;
  font-size: 0;
}
.mlist-checks [type="checkbox"]:not(:checked),
.mlist-checks [type="checkbox"]:checked {
  display: inline;
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  margin: 0;
  top: 10px;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
  margin: 0;
  padding-left: 0;
  width: 33px;
  height: 33px;
}
.mlist-checks input {
  display: block;
  position: absolute;
  left: 4px;
  top: -4px;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  padding: 0;
  opacity: 0;
  z-index: 100;
  cursor: pointer;
  margin: 0;
}
label.global-list {
  margin: 18px 0 12px 0;
}
.global-list:before {
  content: "\2713";
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #fff;
  width: 33px;
  height: 33px;
  margin: 0;
  top: 10px;
  background: #fff;
}
.agree-text a {
  color: #000;
  text-decoration: none;
}
.mlist-submit input {
  display: block;
  width: 190px;
  margin: 0px auto;
  height: 48px;
  line-height: 48px;
  text-decoration: none;
  font-size: 14px;
  /* font-family: "proxima-nova"; */
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  /*border: 1px solid #fff;*/
  border-radius: 0;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding: 0px;
  cursor: pointer;
}
.mlistLightBox input.submit {
  background: #000;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 900;
  letter-spacing: 0.5px;
  border: none;
  width: 150px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  text-align-last: unset;
  text-indent: 0;
  transition: all 0.5s ease-in-out;
  margin-top: 20px;
}
/* email CSS */

/* applemusic CSS */
.submitButton,
.emailSubmitButton {
  cursor: pointer;
}
.submitButton,
.emailSubmitButton {
  margin-top: 18px;
  position: relative;
}
.submitButton {
  position: relative;
  width: 133px;
  display: block;
  margin-top: 20px;
  margin: 23px auto;
  height: 132px;
  background: url("../images/Layer2.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.submitButton a {
  max-width: 270px;
  display: inline-block;
  /* height: 41px; */
  line-height: 41px;
  width: 100%;
  /* background: #000; */
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 20px;
  text-align-last: center;
  cursor: pointer;
  letter-spacing: 0;
  /* font-family: franklin-gothic-urw, sans-serif; */
  font-weight: 900;
  text-transform: uppercase;
}
.submitButton a,
.emailSubmitButton a {
  /* max-width: 270px; */
  /* height: 41px; */
  /* line-height: 41px; */
  width: 100%;
  /* background: #000; */
  font-size: 30px;
  letter-spacing: 0;
  color: #e94397;
  /* font-family: franklin-gothic-urw, sans-serif; */
  font-weight: 900;
  display: inline-block;
  text-transform: capitalize;
  font-style: italic;
  height: 122px;
  line-height: 112px;
  text-align: center;
}
a.overflowButton {
  position: absolute;
  left: 50%;
  z-index: 1;
  top: 0;
  transform: translateX(-50%);
}
/* applemusic CSS */

/* spotifyYoutube CSS */
.sub-header {
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 18px;
  line-height: 20px;
  padding: 23px 0;
  color: #fff;
  font-weight: 900;
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
#spotifyErrorMsg,
#youtubeErrorMsg {
  display: none;
}
/* spotifyYoutube CSS */

/* SecondForm CSS */
.FollowSharedSecondForm {
  color: #feefcf;
  padding: 10px 0 14px;
  /* width: 519px; */
  margin: 0 auto;
  /* margin-top: 30px; */
  text-align: center;
}
.thankyouMessage,
.thankyou-message.embed {
  font-size: 32px;
  color: #feefcf;
  margin: 0 auto;
  width: 100%;
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 2.2px;
}
.big {
  font-size: 27px;
  /* font-family: franklin-gothic-urw, sans-serif; */
  font-weight: 400;
  text-transform: initial;
  letter-spacing: 0.54px;
  color: #000;
  line-height: normal;
  color: #fff;
  font-style: italic;
}
.additional-CDC {
  max-width: 600px;
  margin: 0 auto;
  /* padding-top: 25px; */
}
.formData {
  /* background: #111111; */
  width: 100%;
  /* max-width: 506px; */
  margin: 0 auto;
  border-radius: 10px;
  /* border: 1px solid #1a1a1a; */
  /* padding: 59px 65px 59px 35px; */
  box-sizing: border-box;
  max-width: 328px;
  margin: 0 auto;
}
.inputItem {
  margin-bottom: 11px;
  font-size: 0;
}
.inputItem label {
  letter-spacing: 1.5px;
  width: 90%;
  margin: 0 auto;
  display: block;
  text-align: left;
  font-size: 15px;
  color: #fff;
  letter-spacing: 1.4px;
  padding-bottom: 5px;
  /* text-transform: uppercase; */
  /* font-family: franklin-gothic-urw, sans-serif; */
  font-weight: 500;
  display: none;
}
.inputItem.zip,
.inputItem.country {
  display: block;
  width: 100%;
}
select {
  /* padding-left: 10px; */
  text-indent: 0;
}
select {
  background: url("../images/arrow_drop_down.svg") rgb(253, 132, 192) no-repeat
    scroll center right 10px;
  text-align-last: left;
  background-color: transparent;
}
#dobMonth,
#dobDay {
  display: inline-block;
  width: 42.8%;
  text-align: center;
  text-align-last: left;
}
#dobMonth {
  margin-right: 5%;
}
.secondForm.sweepsWrapper .mlist-checks {
  position: relative;
  margin-top: 14px;
  max-width: 100%;
  margin: 19px auto 0;
  font-size: 0;
  display: block;
}
.secondForm.sweepsWrapper .mlist-checks input {
  display: block;
  position: absolute;
  left: 4px;
  top: 5px;
  width: 33px;
  height: 33px;
  box-sizing: border-box;
  padding: 0;
  opacity: 0;
  z-index: 100;
  cursor: pointer;
  margin: 0;
}
.additional-CDC label.global-list {
  margin-bottom: 22px;
  position: relative;
  text-align: left;
}
.FollowSharedSecondSubmit.buttons.tilter {
  max-width: 140px;
  display: block;
  height: 122px;
  line-height: 109px;
  width: 100%;
  background: #000;
  font-size: 30px;
  color: #e94397;
  /* font-family: franklin-gothic-urw, sans-serif; */
  letter-spacing: 0.6px;
  text-transform: CAPITALIZE;
  cursor: pointer;
  position: relative;
  width: 133px;
  display: block;
  margin-top: 20px;
  margin: 23px auto;
  height: 129px;
  background: url(../images/Layer2.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-style: italic;
}
.secondForm.sweepsWrapper .global-list:before {
  content: "\2713";
  position: absolute;
  vertical-align: top;
  text-indent: -9999px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #fff;
  width: 33px;
  height: 33px;
  margin: 0;
  top: -16px;
  background: #fff;
  left: 4px;
  right: auto;
  display: inline-block;
}
.secondForm.sweepsWrapper input:checked + label:after,
.secondForm.sweepsWrapper input:checked + label + label:after {
  content: "\2714";
  line-height: 19px;
  color: #e94397;
  display: block;
  text-indent: 0;
  font-size: 22px;
  position: absolute;
  top: -8px;
  left: 12px;
  text-align: center;
  box-sizing: border-box;
}
.FollowSharedSecondForm .global-list:before {
  background: #fff;
  border-color: #fff;
}
.FollowSharedSecondForm .agree-text {
  color: #fff;
}
.FollowSharedSecondForm input:checked + label:after {
  color: #000;
}
.secondForm.sweepsWrapper .agree-text {
  /* text-transform: uppercase; */
  padding-left: 45px;
  font-size: 15px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: left !important;
  margin-top: 0;
}
.FollowSharedSecondSubmit.buttons.tilter:hover {
  /* background: #fff; */
  /* color: #000; */
  position: relative;
  /* width: 133px; */
  display: block;
  margin-top: 20px;
  margin: 23px auto;
  /* height: 132px; */
  background: url("../images/Heart_Pink.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
}
.music-section {
  /* padding: 40px 0px 10px; */
  width: 100%;
  max-width: 92%;
  margin: 0 auto;
}
.music-leftWrapper {
  width: 56%;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.musci-header {
  font-size: 20px;
  color: #fff;
  /* padding-bottom: 3px; */
  letter-spacing: 0;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 900;
  /* line-height: 23px; */
}
.music-rightWrapper {
  display: block;
  width: 100%;
  /*vertical-align: middle;*/
  line-height: NORMAL;
  max-width: 328px;
  margin: 0 auto;
  font-size: 0;
  padding: 10px 5px;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin-top: 60px;
}
.listen-button {
  padding-top: 5px;
  height: AUTO;
  line-height: normal;
  padding: 0;
}
a.tilter.listenlink {
  /* display: inline-block; */
  /* height: 41px; */
  /* line-height: 41px; */
  /* width: 128px; */
  /* background: #000; */
  /* font-size: 13px; */
  /* color: #fff; */
  /*border: 1px solid #000;*/
  /* font-family: franklin-gothic-urw, sans-serif; */
  /* font-weight: 900; */
  /* text-transform: uppercase; */
  /* letter-spacing: 0.5px; */
  display: inline-block;
  height: auto;
  line-height: initial;
}
a.tilter.listenlink:hover {
  /* background: #fff; */
  /* color: #000; */
  opacity: 0.5;
}
/* SecondForm CSS */

.mlist-checks label.error {
  display: none !important;
}

input.error + label .global-list:before,
input.error + label + .global-list:before {
  border: 2px solid #ff0000;
}
.mlistLightBox input.submit:hover {
  background: #fff;
  color: #000;
}
.mlist-checks input.error + label:before {
  border: 3px solid #ff0000;
}
.agree-text a:hover {
  color: #fff;
  text-decoration: none;
}
input:checked + label:after,
input:checked + label + label:after {
  content: "\2714";
  line-height: 19px;
  color: #e94397;
  display: block;
  text-indent: 0;
  font-size: 22px;
  position: absolute;
  top: 18px;
  left: 9px;
  text-align: center;
  box-sizing: border-box;
}
.customButton:hover,
.followWrapper a:hover {
  background: #fff;
  color: #000;
}

::-webkit-input-placeholder {
  text-align: left;
  text-align-last: left;
}

:-moz-placeholder {
  /* Firefox 18- */
  text-align: left;
  text-align-last: left;
}

::-moz-placeholder {
  /* Firefox 19+ */
  text-align: left;
  text-align-last: left;
}

:-ms-input-placeholder {
  text-align: left;
  text-align-last: left;
}
input#email::placeholder {
  text-align-last: left;
  text-align: left;
}

.secondFormheader {
  padding: 4px 0 90px;
}

.thankyou-message.embed {
  line-height: 1;
}

input#email + label.error {
  /* width: calc(100% - 30px); */
  /* margin-right: 0; */
  /* margin-left: auto; */
  position: static;
  bottom: 64px;
}

label.error {
  color: #ff0000;
  text-align: left;
  display: block;
  letter-spacing: 1px;
  font-size: 8px;
}
.mlistLightBox label.error {
  color: red;
  font-size: 13px;
  padding-top: 4px;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 600;
  width: 59%;
  margin: 0 auto;
  text-align: center;
}
input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
input:-moz-placeholder {
  /* Firefox 18- */

  color: #fff;
  opacity: 1;
}
input::-moz-placeholder {
  /* Firefox 19+ */

  color: #fff;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
select::-ms-expand {
  display: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fda1b7 inset;
}
.FollowSharedSecondForm input:-webkit-autofill,
.FollowSharedSecondForm textarea:-webkit-autofill,
.FollowSharedSecondForm select:-webkit-autofill {
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fd91bc inset;
}

br.mobile {
  display: none;
}
label[for="emailId"],
label[for="country"] {
  display: block;
  text-align: left;
  font-size: 12px;
  color: #555;
  letter-spacing: 1.4px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.email-error {
  color: red;
  font-size: 13px;
  padding-top: 4px;
  display: none;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 600;
  max-width: 326px;
  margin: 0 auto;
}

.submitButton a.overflowButton:hover,
.emailSubmitButton a.overflowButton:hover,
.submitButton a.overflowButton:hover {
  background: transparent;
}
.emailSubmitButton a:hover,
.submitButton a:hover {
  /* background: #fff; */
  /* color: #000; */
  /* opacity: 0.5; */
}

.mlist-field {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
}
input#email.error {
  border: 2px solid #ff0000;
  box-sizing: border-box;
  margin: 0 auto;
}

.followWrapper a.active {
  background: #fff;
  color: #000;
}
.desk {
  display: block;
}

a.spotifyButton.buttons.tilter {
  background: #21bf55;
  border-radius: 25px;
  color: #fff;
}

span.icon-spotify {
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

a.spotifyButton.buttons.tilter.active {
  opacity: 0.5;
}

a.appleButton.tilter {
  color: #ff2e55;
  background: #fff;
}

span.icon-appleinc {
  padding-right: 10px;
}
a.appleButton.tilter.active {
  opacity: 0.5;
}

a.appleButton.tilter {
  border-radius: 25px;
}

label.agree {
  font-size: 12px;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}

label.agree a {
  color: #fff;
  text-decoration: underline;
}

.submitButton a.overflowButton {
  height: 122px;
  line-height: 112px;
  letter-spacing: 0.6px;
}
ul.footer-social {
  width: 100%;
  padding-inline-start: unset;
  margin-block-start: unset;
  margin-block-end: unset;
}
ul.footer-social-icons li {
  text-decoration: none;
  list-style-type: none;
  display: inline-block;
  font-weight: 500;
  padding: 0 6px;
}
.footerWrapper span,
.footerWrapper a {
  background: transparent;
}

.footerFollowWrapper a.icon-soundcloud {
  font-size: 26px;
  margin-left: 0;
}
.footerWrapper a:hover,
.followLinks a:hover {
  color: #fff;
  opacity: 0.5;
}
.footerFollowWrapper {
  width: 22%;
  display: inline-block;
  vertical-align: middle;
  float: left;
  text-align: left;
  padding-left: 7px;
}
.copyrightWrapper {
  width: 35%;
  display: inline-block;
  vertical-align: middle;
  float: right;

  font-weight: 400;
  text-align: right;
  padding-right: 13px;
}
.footerWrapper span,
.footerWrapper a {
  font-style: normal;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  font-weight: 400;
}
.footerWrapper {
  padding: 47px 0 15px;
  margin-top: 0vh;
  position: static;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-top: 0;
}
.footerFollowWrapper a,
.footerFollowWrapper iframe {
  display: inline-block;
  vertical-align: middle;
}

span.separator {
  padding: 0;
}
.footerWrapper span,
.footerWrapper a {
  font-size: 10px;
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  vertical-align: middle;
  line-height: 17px;
  text-align: center;
  display: inline-block;
  font-weight: 400;
}
.footerFollowWrapper a {
  font-size: 18px;
  margin-right: 15px;
  color: #000;
}
.copyrightWrapper {
}
.copyrightWrapper span {
  display: inline-block;
  vertical-align: middle;
}
a.icon-instagram {
}

ul.footer-social-icons li a {
  font-size: 16px;
  border: 1px solid #e94397;
  border-radius: 50px;
  background: #e94397;
  padding: 9px;
}
.copyrightsWrapper {
  font-size: 10px;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 17px;
  margin-top: 18px;
}
.followPopupSection {
  margin-top: 30px;
}
.small {
  font-size: 22px;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  padding-top: 18px;
  padding-bottom: 20px;
}

.inputItem.birthday label {
  display: block;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
a.tilter.listenlink span {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  text-align: left;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  /* width: 258px; */
  text-transform: none;
  padding-left: 11px;
}

.music-rightWrapper {
}

a.tilter.listenlink span:first-child {
  width: 53px;
  text-align: left;
  font-weight: normal;
  font-size: 0;
  padding-left: 0;
  border: 1px solid #fff;
  width: auto;
  padding: 14px 13px 14px 18px;
  border-radius: 50%;
  background: #fff;
}

.secondForm.sweepsWrapper.spotifySignUp.centerer {
  padding-top: 28vh;
  min-height: 74vh;
  box-sizing: border-box;
  position: relative;
}

.secondForm.sweepsWrapper.spotifySignUp.centerer .music-section {
  padding-top: 0;
}
option {
  background: rgb(253, 132, 192);
}
.mobile-show {
  display: none;
}
.submitButton:hover {
  position: relative;
  width: 133px;
  display: block;
  margin-top: 20px;
  margin: 23px auto;
  height: 132px;
  background: url("../images/Heart_Pink.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.submitButton:hover a.overflowButton {
  color: #fff;
}
ul.footer-social-icons {
  padding: 0;
}
ul.footer-social-icons li a:hover {
  border: 1px solid #fff;
  border-radius: 50px;
  background: #fff;
  color: #e94397;
  opacity: 1;
}
.headerSection.hider-class {
  display: none;
}
.popupWrapper {
  background: #e94397;
  font-size: 20px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  /* top: 0; */
  /* left: 50%; */
  /* transform: translate(-50%,0); */
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-style: italic;
  font-weight: 400;
}
.popupWrapper a {
  font-size: 20px;
  display: inline-block;
}
a.popupClose {
  position: absolute;
  top: 2%;
  right: 2%;
  text-decoration: none;
  font-size: 22px;
  color: #fff;
}
a.appleButton.tilter:hover,
a.spotifyButton.buttons.tilter:hover {
  opacity: 0.5;
}
.popupWrapper {
  display: none;
}
.iconer {
  max-width: 137px;
  margin: 0 auto;
  padding-top: 47px;
}
@media only screen and (max-width: 1023px) {
  .banner-wrapper {
    position: absolute;
    top: 50px;
    right: -60px;
}
  .lefter-wrapper {
    display: block;
    width: 100%;
    position: static;
    /* height: auto; */
    background: transparent;
    background-size: cover;
    height: auto;
  }

  .doll.box-image-wrapper {
    width: 100%;
    margin: 0 auto;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .left-image-wrapper {
    padding-top: 50px;
    height: auto;
    margin-top: 0;
  }

  .righter-wrapper {
    width: 100%;
    display: block;
    margin: 0 auto;
    background: rgb(253, 132, 192);
    /* background: linear-gradient(
      180deg,
      rgba(253, 132, 192, 1) 0%,
      rgba(253, 179, 179, 1) 100%
    ); */
    /* background: rgb(255,255,255); */
    /* background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(253,136,191,0.25) 22%, rgba(253,146,188,0.5998774509803921) 42%, rgba(253,179,179,1) 100%); */
    background: red;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(253, 132, 192, 0.3) 3%,
      rgba(253, 136, 191, 1) 19%,
      rgba(253, 179, 179, 1) 100%
    );
  }
  .mobile-show {
    display: block;
  }
  .desktop-show {
    display: none;
  }
  ul.footer-social-icons {
    padding: 0;
  }

  .banner-image-wrapper {
    max-width: 110px;
    margin: 0 auto;
    /* top: 5%;
    right: 0%; */
  }

  .banner-text-wrapper {
    font-size: 12px;
    /* right: 3.5%;
    top: 6.7%; */
  }
  .firstForm.sweepsWrapper {
    padding-top: 0;
  }

  .contentWrapper {
    background: url(../images/mob-bg.png);
    background-size: 100% auto;
    position: relative;
  }
  ul.footer-social-icons li a {
    font-size: 16px;
    padding: 8px;
  }

  .copyrightsWrapper span.copy-linker {
    width: 100%;
  }

  span.hide.mobSpan {
    display: none;
  }

  br.mobdesk {
    display: none;
  }
  .headerSection.hider-class {
    display: block;
  }

  .lefter-wrapper.second-hider-class {
    display: none;
  }

  .headerSection.hider-class {
  }

  .headerSection.hider-class .enter-text {
    display: none;
  }

  .headerSection.hider-class .abir-logo {
    padding-top: 50px;
  }

  .headerSection.hider-class .right-doll-image {
    display: none;
  }

  .secondForm.sweepsWrapper.spotifySignUp.centerer {
    padding-top: 6vh;
    padding-bottom: 20vh;
    min-height: auto;
  }
  .followOnSpotify span.icon-spotify {
    padding-bottom: 1px;
  }

  .followOnApple {
  }

  .followOnApple span.icon-appleinc {
    font-size: 16px;
  }
  .commonHeaderText {
    font-size: 22px;
    padding: 20px 0;
  }
  .footerWrapper.animateClass {
    padding-top: 0;
  }
  .secondForm.sweepsWrapper .termsWrapper.first {
    display: none;
  }
  .innerSweeps {
    padding-top: 20vh;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .banner-image-wrapper {
    /* position: absolute;
    top: 0; */
    max-width: 188px;
    width: 100%;
    /* right: 0%;
    top: 6%; */
  }

  .banner-text-wrapper {
    /* position: absolute; */
    font-size: 20px;
    /* right: 4%;
    top: 8.1%; */
    text-align: center;
    font-style: italic;
  }
  .secondForm.sweepsWrapper.spotifySignUp.centerer {
    padding-top: 0px;
    padding-bottom: 20vh;
    min-height: 58vh;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1024px) {
  .lefter-wrapper {
    width: 59%;
  }

  .doll.box-image-wrapper {
    position: absolute; */
    width: 100%;
    /* left: 32%; */
    top: 47%;
    transform: translateY(-50%);
    max-width: 585px;
  }

  .righter-wrapper {
    width: 41%;
    margin-left: 59%;
  }

  .left-image-wrapper {
    position: relative;
  }

  .banner-image-wrapper {
    /* top: 0;
    right: 0; */
    /* max-width: 40%; */
    width: auto;
  }

  .banner-text-wrapper {
    /* top: 9%;
    right: 4.5%; */
  }
}
@media only screen and (min-width: 1900px) {
  .doll.box-image-wrapper {
    /* max-width: 100%;
    width: 76%; */
    /* position: relative; */
    margin: 0 auto;
    /* position: absolute; */
    top: 47%;
    /* left: 17%; */
    transform: translateY(-48%);
    position:relative;
  }
  .banner-text-wrapper {
    /* position: absolute; */
    font-size: 20px;
    /* right: 11%;
    top: 14%; */
    text-align: center;
    font-style: italic;
  }
  .banner-image-wrapper {
    /* position: absolute;
    top: 0; */
    max-width: 188px;
    width: 100%;
    /* right: 8%;
    top: 8%; */
  }
  .secondForm.sweepsWrapper {
    padding-top: 16vh;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .banner-image-wrapper {
    max-width: 150px;
    /* top: 7%; */
  }

  .banner-text-wrapper {
    /* top: 9%; */
    font-size: 15px;
    /* right: 3.6%; */
  }
  .doll.box-image-wrapper{
    max-width:410px;
  }
  .banner-wrapper{
    right:-35px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .banner-text-wrapper {
    /* top: 11%;
    right: 7%; */
  }
}
@media only screen and (max-width:767px){
  .banner-wrapper {
    position: absolute;
    top: 30px;
    right: -6px;
}
.followWrapper > div{
  width:140px;
}
ul.footer-social-icons li a{
  font-size:14px;
}
}

.artWork{
  margin-bottom: 10px;
}