@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;900&display=swap');

body {
  margin: 0;
  padding: 0;
  background-color: #95769F;
  font-family: 'Cairo', sans-serif;
  background-repeat: no-repeat;
}

.container {
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  max-width: 420px;
  font-family: 'Roboto', sans-serif;
}

.fontCario {
  font-family: 'Cairo', sans-serif;
  direction: rtl;
}

/* header */
.background {
  position: relative;
  margin-top: -220px;
  width: 100%;
  max-width: 420px;
  z-index: 0;
}

#lang {
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  color: #000;
  background-color: #e0e0e0;
  display: block;
  border-radius: 5px;
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  padding: 5px 8px;
  z-index: 99;
  border: none;
}

/* header */
.header {
  margin: 0px auto 0;
  position: relative;
  z-index: 9;
}

.header .logo {
    max-width: 180px;
    position: relative;
    z-index: 9;
    margin-top: 32px;
    margin-bottom: -20px;
}

.header .header-title {
  margin: 0px auto 5px;
  position: relative;
  z-index: 9;
}

.header .header-title p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}

.header .header-title .strong-title {
  font-weight: 700;
  font-size: 35px;
}

.header .header-title .strong-title-arab {
  font-weight: 900;
  font-size: 31px;
}

.header .main-img {
  position: relative;
  z-index: 9;
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0px auto 0px;
}

.unsubscribe-header{
  padding: 50px 0 ;
}

/* main */
.content {
  margin-top: 40px;
  position: relative;
  z-index: 99;
}

.en-desc {
  font-size: 11px;
  font-weight: 500;
  margin: 20px 0 10px;
  color: #fff;
}

.arabic-desc {
  font-size: 13px;
  font-weight: 500;
  margin: 20px 0 10px;
  color: #fff;
}

.top-desc{
  padding: 50px 0 10px;
  margin: 0px 0 10px;
}
.bottom-desc{
  margin-bottom: 40px;
}

.input-desc{
  color: #fff;
  font-size: 12px;
  margin: 10px 0 10px;
}

.unsubscribe{
  font-size: 16px;
  margin-bottom: 20px;
}

.welcome-number{
  color: #fff;
  font-size: 12px;
  margin: 0px 0 10px;
}

.subscription-txt {
  text-align: center;
  font-size: 12px;
  margin: 5px auto 0px;
  color: #fff;
  font-weight: 300;
}

.subscription-txt a {
  text-decoration: none;
  color: #fff;
}

/* input */
.input-wrapper {
  margin: 0px auto 8px;
  padding: 0;
  direction: ltr;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
}
.codebox{
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    border: none;
    outline: none;
    border-radius: 11px;
    display: block;
    padding: 12px 10px;
    text-align: center;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 13px #555;
}

.input-wrapper input {
  font-size: 14px;
  font-weight: bold;
  width: 206px;
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
  border: none;
  outline: none;
  border-radius: 11px;
  display: block;
  padding: 12px 10px;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
}

.themeOne {
  background-color: #fff;
  color: #000;
}

.input-wrapper .themeOne::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #464646;
  font-size: 14px;
  letter-spacing: 4px;
}

.input-wrapper .themeOne:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #464646;
  font-size: 14px;
  letter-spacing: 4px;
}

.input-wrapper .themeOne::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #464646;
  font-size: 14px;
  letter-spacing: 4px;
}
.exit-btn,
.resend-btn {
  display: block;
  width: 280px;
  font-family: 'Roboto', sans-serif;
  margin: 0px auto 0;
  padding: 16px 0 18px;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  color: #000;
}
.submit-btn{
    display: block;
    width: 300px;
    font-family: 'Roboto', sans-serif;
    margin: 0px auto 0;
    padding: 13px 0 14px;
    border: none;
    outline: none;
    font-size: 15px;
    /* font-weight: 700; */
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    margin-top: 15px;
}

.exit-btn{
  width: 100px;
  background-color: #e60000;
  color: #fff;
  font-size: 16px;
  margin: 10px auto;
  font-weight: 700;
  border-radius: 15px;
  padding: 8px 12px;
  box-shadow: -2px 3px 4px rgba(0,0,0,0.7);
}

.exit-btn-arabic{
  font-family: 'Cairo', sans-serif;
}

.resend-btn{
  width: 220px;
  padding: 13px 0 15px;
}

.btn-back {
  width: 100%;
  height: auto;
}


/* success page */

.success-header{
  margin-top: 30px;
}

.success-title{
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
  margin: 40px 0 0;
}

.success-subtitle{
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  margin: 0;
}

.unsubscribe-success {
  font-weight: 400;
  font-size: 18px;
}

.success-title-en{
  font-size: 46px;
  font-weight: 700;
}

.success-subtitle-en{
  font-weight: 500;
  font-size: 20px;
}

#btn_Download{
  font-size: 22px;
  padding-top: 10px;
  height: 30px;
  font-weight: 900;
}

#btn_GoToWebsite{
  width: 220px;
  font-size: 22px;
  font-weight: 900;
}

#btn_unsubscribe{
  width: 180px;
  color: #fff;
  font-size: 16px;
}

.goldenBtn{
    background-color: #5F3E91;
    border-radius: 30px;
    background-size: 100% 100%;
    color: #fff;
}

.greenBtn{
  background-image: url('../images/Clipo-page1-greenbtn.png');
  background-size: 100% 100%;
}

.redBtn{
  color: #fff;
  background-image: url('../images/Clipo-page1-redbtn.png');
  background-size: 100% 100%;
}

#number-edit {
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  display: block;
  width: 80px;
  margin: 30px auto;
  color: #fff;
  font-size: 12px;
}

.normal-text {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.error-msg {
  color: red;
  text-align: center;
  font-size: 12px;
}

.error-message {
  background: #f94040;
  border-radius: 5px;
  direction: rtl;
  line-height: 2;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin: 0 auto 10px;
  font-family: 'Roboto', sans-serif;
}

.arabic{
  font-family: 'Cairo', sans-serif;
}

.arabText {
  direction: rtl;
  font-size: 14px;
  margin-top: -10px;
}


.heartbeat {
  animation: heartbeat 1.5s ease-in-out infinite both;
}

@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1.1);
    animation-timing-function: ease-out;
  }
}

/* loading */
#divProcessing {
  margin: 0;
  margin-top: 10px;
}

#divProcessing .load-spn {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
}

#divProcessing #text {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  font-family: Iransans;
}

#divProcessing #spn1 {
  animation: load linear 0.9s infinite;
}

#divProcessing #spn2 {
  animation: load linear 0.9s 0.3s infinite;
}

#divProcessing #spn3 {
  animation: load linear 0.9s 0.6s infinite;
  -webkit-animation: load linear 0.9s 0.6s infinite;
}

@keyframes load {
  0% {
    width: 10px;
    height: 10px;
    background-color: #fff;
  }
  25% {
    background-color: #f56c6c;
    width: 11px;
    height: 11px;
  }
  50% {
    background-color: #df0000;
    width: 12px;
    height: 12px;
  }
  75% {
    background-color: #f56c6c;
    width: 11px;
    height: 11px;
  }
  100% {
    background-color: #fff;
    width: 10px;
    height: 10px;
  }
}

@media only screen and (max-width: 420px) {
  .first-section .header .owl-carousel {
    width: 100%;
    max-width: unset;
  }
}

@media only screen and (max-width: 360px) {
  /* footer */
  .footer .bottom-img {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .success-title-en{
    font-size: 40px;
  }
  .success-subtitle-en{
    font-size: 18px;
  }
}