/*Promotion 1 style starts*/

.PROMOTIONPOPUP-1 {
  font-family: "Roboto", sans-serif;
}

.PROMOTIONPOPUP-1 .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 99;
}

.PROMOTIONPOPUP-1 .popup {
  width: 100%;
  height: 100%;
  border: 1px rgba(255, 255, 255, 0.4) solid;
  max-width: 430px;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.PROMOTIONPOPUP-1 .popup .logo {
  padding: 20px;
  z-index: 1;
}

.PROMOTIONPOPUP-1 .popup .textarea {
  width: 100%;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}

.PROMOTIONPOPUP-1 .popup:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(150, 0, 96, 0.7) 0%,
    rgba(150, 0, 96, 0.13) 82%,
    rgba(125, 185, 232, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(150, 0, 96, 0.7) 0%,
    rgba(150, 0, 96, 0.13) 82%,
    rgba(125, 185, 232, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(150, 0, 96, 0.7) 0%,
    rgba(150, 0, 96, 0.13) 82%,
    rgba(125, 185, 232, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3960060', endColorstr='#007db9e8', GradientType=0);
}

.PROMOTIONPOPUP-1 .popup * {
  position: relative;
  color: #f9f9f9;
}

.PROMOTIONPOPUP-1 .popup .textarea h4 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Dancing Script", cursive;
}

.PROMOTIONPOPUP-1 .popup .textarea p.text {
  font-size: 30px;
  font-weight: 300;
  padding: 0 15px;
  margin: 0;
  line-height: normal;
}

.PROMOTIONPOPUP-1 .popup .textarea p.code {
  font-size: 20px;
  font-weight: 700;
  padding: 0 15px;
  margin: 30px 0 30px;
  line-height: normal;
}

.PROMOTIONPOPUP-1 .popup .textarea a.bttn {
  border: 2px #fff solid;
  padding: 15px 80px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-table;
}

.PROMOTIONPOPUP-1 .popup .cross {
  background: rgba(0, 0, 0, 0.8);
  border: 1px rgba(255, 255, 255, 0.4) solid;
  z-index: 3;
  border-left: none;
  padding: 5px 15px;
  font-size: 26px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 530px) {
  .PROMOTIONPOPUP-1 .popup .cross {
    right: auto;
  }
  .PROMOTIONPOPUP-1 .popup .textarea h4 {
    font-size: 30px;
  }
}

/******End*******/

/*Promotion 2 style starts*/

.PROMOTIONPOPUP-2 {
  font-family: "Roboto", sans-serif;
}

.PROMOTIONPOPUP-2 .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 99;
  display: none;
}

/*.PROMOTIONPOPUP-2 .popup {
  width: 100%;
  background: #d94602;
  height: 100%;
  background-repeat: no-repeat;
  border: 1px #ffcab1 solid;
  max-width: 430px;
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  background-size: cover;
}*/

.PROMOTIONPOPUP-2 .popup {
  width: 100%;
  background: #d94602;    
  height: 430px;
  background-repeat: no-repeat;
  border: 5px #fff solid;
  max-width: 430px;
  margin: 0;
  position: fixed;
  top: 50%;
  right: 0; 
  text-align: center;
  background-size: cover;
  z-index: 99999;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.PROMOTIONPOPUP-2 .popup::after {
  content: "";
  background: rgba(0,0,0,0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.PROMOTIONPOPUP-2 .popup .logo {
  padding: 20px;
}

.PROMOTIONPOPUP-2 .popup .textarea {
  width: 100%;
  padding: 50px 0;
  position: relative;
}

.PROMOTIONPOPUP-2 .popup * {
  position: relative;
  z-index: 1;
  color: #f9f9f9;
  font-size: 24px !important;
}

.PROMOTIONPOPUP-2 .popup .textarea h4 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Montez", cursive;
  padding: 0 10%;
  margin-top: 30px;
}

.PROMOTIONPOPUP-2 .popup .textarea p.text {
  font-size: 30px;
  font-weight: 300;
  padding: 0 15px;
  margin: 0;
  line-height: normal;
}

.PROMOTIONPOPUP-2 .popup .textarea p.code {
  font-size: 20px;
  font-weight: 700;
  padding: 0 15px;
  margin: 30px 0 30px;
  line-height: normal;
}

.PROMOTIONPOPUP-2 .popup .textarea a.bttn {
  border: 2px #fff solid;
  padding: 15px 80px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px !important;
  text-transform: uppercase;
  display: inline-table;
}

.PROMOTIONPOPUP-2 .popup .cross {
  background: rgba(0, 0, 0, 0.8);
  border: 5px #fff solid;
  z-index: 2;
  /* border-right: none; */
  padding: 5px 15px;
  font-size: 26px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: -5px;
  left: -5px;
}

@media only screen and (max-width: 530px) {
  .PROMOTIONPOPUP-2 .popup .cross {
    left: auto;
  }
  .PROMOTIONPOPUP-2 .popup .textarea h4 {
    font-size: 30px;
  }
}

/******End*******/

/*Promotion 5 style starts*/

.PROMOTIONPOPUP-5 {
  font-family: "Roboto", sans-serif;
}

.PROMOTIONPOPUP-5 .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 9999;
}

.PROMOTIONPOPUP-5 .popup {
  width: 100%;
  max-height: calc(100vh - 60px);
  max-width: 430px;
  margin: 0;
  background-repeat: no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  text-align: center;
  overflow-y: auto;
}

.PROMOTIONPOPUP-5 .popup .logo {
  background: #fff;
  padding: 20px;
}

.PROMOTIONPOPUP-5 .popup .textarea {
  background-image: url(../images/demo-image.jpg);
  border: 1px rgba(0, 0, 0, 0.25) solid;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding: 0;
  position: relative;
}

.PROMOTIONPOPUP-5 .popup .textarea:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.PROMOTIONPOPUP-5 .popup .textarea.background_color:after {
  display: none;
}

.PROMOTIONPOPUP-5 .popup .textarea * {
  position: relative;
  z-index: 1;
  color: #f9f9f9;
}

.PROMOTIONPOPUP-5 .popup .textarea > a {
  display: block;
}

.PROMOTIONPOPUP-5 .popup .textarea > a img {
  width: 100%;
}

.PROMOTIONPOPUP-5 .popup .textarea strong {
  font-size: 16px;
  padding: 10px 15px;
  display: block;
}

.PROMOTIONPOPUP-5 .popup .textarea strong span {
  color: #fff !important;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  display: block;
}

.PROMOTIONPOPUP-5 .popup .textarea strong + br,
.PROMOTIONPOPUP-5 .popup .textarea strong + br + br {
  display: none;
}

.PROMOTIONPOPUP-5 .popup .textarea h4 {
  font-size: 50px;
  font-weight: 700;
}

.PROMOTIONPOPUP-5 .popup .textarea p.text {
  font-size: 30px;
  font-weight: 300;
  padding: 0 15px;
  margin: 0;
  line-height: normal;
}

.PROMOTIONPOPUP-5 .popup .textarea p.code {
  font-size: 20px;
  font-weight: 500;
  padding: 0 15px;
  margin: 0 0 30px;
  line-height: normal;
}

.PROMOTIONPOPUP-5 .popup .textarea a.bttn {
  background: #02a493;
  padding: 15px 80px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-table;
}

.PROMOTIONPOPUP-5 .popup .cross {
  background: rgba(0, 0, 0, 0.8);
  border: 1px rgba(255, 255, 255, 0.25) solid;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
}

@media only screen and (max-width: 530px) {
  .PROMOTIONPOPUP-5 .popup .cross {
    right: 2px;
  }
  .PROMOTIONPOPUP-5 .popup .textarea h4 {
    font-size: 30px;
  }
}

/******End*******/
