@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lalezar&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[class*="grid-"] {
  float: left;
  padding: 10px;
  width: 100%;
}

.clear-grid {
  clear: both;
  float: inherit;
}
.container {
  margin: 0%;
  width: 100%;
   background-image: url("../images/ivas-memory-aggressive-backg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
}
.container:after,
.container:before {
  display: table;
  clear: both;
  content: " ";
}
.nest {
  margin: 0 -10px;
  padding: 0;
  width: auto;
}

/*********************************************************************************************

2.  Mobile Grid

*********************************************************************************************/

.grid-m-12 {
  width: 100%;
}
.grid-m-11 {
  width: 91.666663%;
}
.grid-m-10 {
  width: 83.33%;
}
.grid-m-9 {
  width: 74.999997%;
}
.grid-m-8 {
  width: 66.66666664%;
}
.grid-m-7 {
  width: 58.333%;
}
.grid-m-6 {
  width: 50%;
}
.grid-m-5 {
  width: 41.6665%;
}
.grid-m-4 {
  width: 33.33%;
}
.grid-m-3 {
  width: 24.99%;
}
.grid-m-2 {
  width: 16.66666%;
}
.grid-m-1 {
  width: 8.33%;
}

/*********************************************************************************************

3.  Grid 720px+

*********************************************************************************************/

@media (min-width: 720px) {
  .grid-12 {
    width: 100%;
  }
  .grid-11 {
    width: 91.666663%;
  }
  .grid-10 {
    width: 83.33%;
  }
  .grid-9 {
    width: 74.999997%;
  }
  .grid-8 {
    width: 66.66666664%;
  }
  .grid-7 {
    width: 58.333%;
  }
  .grid-6 {
    width: 50%;
  }
  .grid-5 {
    width: 41.6665%;
  }
  .grid-4 {
    width: 33.33%;
  }
  .grid-3 {
    width: 24.99%;
  }
  .grid-2 {
    width: 16.66666%;
  }
  .grid-1 {
    width: 8.33%;
  }

  .grid-t-12 {
    width: 100%;
  }
  .grid-t-11 {
    width: 91.666663%;
  }
  .grid-t-10 {
    width: 83.33%;
  }
  .grid-t-9 {
    width: 74.999997%;
  }
  .grid-t-8 {
    width: 66.66666664%;
  }
  .grid-t-7 {
    width: 58.333%;
  }
  .grid-t-6 {
    width: 50%;
  }
  .grid-t-5 {
    width: 41.6665%;
  }
  .grid-t-4 {
    width: 33.33%;
  }
  .grid-t-3 {
    width: 24.99%;
  }
  .grid-t-2 {
    width: 16.66666%;
  }
  .grid-t-1 {
    width: 8.33%;
  }
}

/*********************************************************************************************

4.  Grid 1024px+

*********************************************************************************************/

@media only screen and (min-width: 1024px) {
  .grid-tl-12 {
    width: 100%;
  }
  .grid-tl-11 {
    width: 91.666663%;
  }
  .grid-tl-10 {
    width: 83.33%;
  }
  .grid-tl-9 {
    width: 74.999997%;
  }
  .grid-tl-8 {
    width: 66.66666664%;
  }
  .grid-tl-7 {
    width: 58.333%;
  }
  .grid-tl-6 {
    width: 50%;
  }
  .grid-tl-5 {
    width: 41.6665%;
  }
  .grid-tl-4 {
    width: 33.33%;
  }
  .grid-tl-3 {
    width: 24.99%;
  }
  .grid-tl-2 {
    width: 16.66666%;
  }
  .grid-tl-1 {
    width: 8.33%;
  }
}

/*********************************************************************************************

5.  Grid 1200px+

*********************************************************************************************/

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1180px;
    margin: 0 auto;
  }
  .container-fluid {
    max-width: 90%;
    margin: 0 5%;
  }
  .grid-d-12 {
    width: 100%;
  }
  .grid-d-11 {
    width: 91.666663%;
  }
  .grid-d-10 {
    width: 83.33%;
  }
  .grid-d-9 {
    width: 74.999997%;
  }
  .grid-d-8 {
    width: 66.66666664%;
  }
  .grid-d-7 {
    width: 58.333%;
  }
  .grid-d-6 {
    width: 50%;
  }
  .grid-d-5 {
    width: 41.6665%;
  }
  .grid-d-4 {
    width: 33.33%;
  }
  .grid-d-3 {
    width: 24.99%;
  }
  .grid-d-2 {
    width: 16.66666%;
  }
  .grid-d-1 {
    width: 8.33%;
  }
}


/********** animation *********/

.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}


/* Main Styles */



body {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 300;
    direction: rtl;
    color: #111;
    overflow-x: hidden;
    height: auto;
    background: #fff;
    text-align: center;
    min-height: 100vh;

}
.image-box{
 background-image: url(../images/vivideo-ksa-img-back-p311.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 450px;
    margin: auto;
    height: auto;
    min-height: 100vh;
}
.errorpage{
     background: #fff;
    text-align: center;
}

.contents {
  width: 100%;
  padding: 10px;
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}

.images-wrapper {
  width: 100%;
  position: relative;
  margin-top: 15px;
}

.images-wrapper  {
  width: 100%;
  /*max-width: 270px;*/
  display: block;
  margin: auto;
  
}

.image-holder {
    height:157px;
}

.primary-img {
  width: 100%;
  max-width: 250px;
  display: block;
  margin: auto;
  margin-top: 20px;
  
}

.primary-img2 {
  width: 100%;
  max-width: 250px;
  display: block;
  margin: 20px auto;
  margin-bottom: 52px;
}

.topPromo-container p {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.top-promoImg {
  max-width: 220px !important;
  margin-top: 5px;
}

.promo {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.smsBtn {
    display: inline-block;
    /* color: #000;
    width: 250px;
    background-color: #ffbd00;
    padding: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.6);
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    margin: 12px auto; */
}

.price-container{
  margin-top: 15px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  direction: ltr;
}

.price-container .top-link{
  padding: 5px 0;
  border-radius: 4px;
  max-width: 420px;
  margin: 0 auto;
  background: #606d7d;
  direction: ltr;
}

.price-container a{
  color: #ffbd00;
}

.regulation {
  width: 85%;
  margin: auto;
  margin-top: 90px;
  direction: ltr;
max-width: 390px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 12.9419px;
line-height: 15px;
text-align: justify;
color: #969696;
}

.regulation div {
  margin: 10px auto;
}
.primary-holder{
min-height: 160px;
}
.contents3  {
  max-width: 420px;
  margin: 0 auto;
  display: none;
  margin-top: 80px;
}

.contents3 .normal-description {
  padding-top: 30px;
  margin-bottom: 25px;

font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 16.26px;
line-height: 22px;
/* or 138% */

text-align: center;
letter-spacing: -0.01em;

color: #FFFFFF;
}

.contents3 .btn  {
    font-family: 'Roboto', sans-serif;
    font-size: 12.18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.02px;
    letter-spacing: -0.01em;
  


color: #000;

    letter-spacing: -0.01em;
    align-items: center;
    justify-content: center;
    height: 42px;
    text-align: center;
    position: relative;
    display: block;
    text-decoration: none;
    width: 80%;
    margin: 20px auto;
    padding: 8px 0;

    background: #FEBD33;
border-radius: 5px;
}

.button-pulse {
    margin: 10px auto;
    max-width: 420px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    position: relative;
}

.button__wrapper {
    position: relative;
    width: 85%;
    height: 55px;
}

/* .scale{
  animation: scale 1.5s ease-in-out infinite;
} */

@-webkit-keyframes scale {
  0%,
  100% {
    transform: scale(0.95)
  }
  50% {
    transform: scale(1.05)
  }
}

@keyframes scale {
  0%,
  100% {
    transform: scale(0.95)
  }
  50% {
    transform: scale(1.05)
  }
}

.button-pulse a {
position: absolute;
    top: 0;
    width: 73%;
    height: 55px;
    /* max-width: 223px; */
    z-index: 2;
    padding: 4px;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    color: #000;
    padding-top: 14px;
    background: #FEBD33;
    border-radius: 10px;
  }

.pulsing {
  width: 99%;
  height: 99%;
  border-radius: 50px;
  z-index: 1;
  position: relative;
}

.pulsing:before, .pulsing:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: inherit;
  top: 0;
  left: 0;
  z-index: 0;
  background: #ffbd00;
  border-radius: inherit;
  -webkit-animation: pulsing 1s linear infinite;
          animation: pulsing 1s linear infinite;
}

.pulsing:after {
  -webkit-animation: pulsing1 1s linear infinite;
          animation: pulsing1 1s linear infinite;
}

@-webkit-keyframes pulsing {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.7;
  }
  70% {
    opacity: 0.5;
    -webkit-transform: scaleY(1.8) scaleX(1.3);
            transform: scaleY(1.8) scaleX(1.3);
  }
  80% {
    opacity: 0;
    -webkit-transform: scaleY(1.8) scaleX(1.3);
            transform: scaleY(1.8) scaleX(1.3);
  }
  90% {
    opacity: 0;
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
}

@keyframes pulsing {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.7;
  }
  70% {
    opacity: 0.5;
    -webkit-transform: scaleY(1.8) scaleX(1.3);
            transform: scaleY(1.8) scaleX(1.3);
  }
  80% {
    opacity: 0;
    -webkit-transform: scaleY(1.8) scaleX(1.3);
            transform: scaleY(1.8) scaleX(1.3);
  }
  90% {
    opacity: 0;
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
}

@-webkit-keyframes pulsing1 {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.7;
  }
  70% {
    opacity: 0.5;
    -webkit-transform: scaleY(1.3) scaleX(1.15);
            transform: scaleY(1.3) scaleX(1.15);
  }
  80% {
    opacity: 0;
    -webkit-transform: scaleY(1.3) scaleX(1.15);
            transform: scaleY(1.3) scaleX(1.15);
  }
  90% {
    opacity: 0;
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
}

@keyframes pulsing1 {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.7;
  }
  70% {
    opacity: 0.5;
    -webkit-transform: scaleY(1.3) scaleX(1.15);
            transform: scaleY(1.3) scaleX(1.15);
  }
  80% {
    opacity: 0;
    -webkit-transform: scaleY(1.3) scaleX(1.15);
            transform: scaleY(1.3) scaleX(1.15);
  }
  90% {
    opacity: 0;
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
}


.img-hand {
  position: absolute;
  right: 0px;
  top: 20px;
  transform: rotate(-45deg);
}

.handMovement{
  animation: handMovement 1.5s linear infinite;
}

@keyframes handMovement{
  0%,100%{
    right: 0px;
    top: 20px;
  }

  25%{
    right: 60px;
    top: 10px;
  }

  40%{
    right: 60px;
    top: 10px;
    transform: rotate(-45deg) scale(0.8);
  }
  50%{
    right: 60px;
    top: 10px;
    transform: rotate(-45deg) scale(1);
  }
  60%{
    right: 60px;
    top: 10px;
    transform: rotate(-45deg) scale(0.8);
  }
  70%{
    right: 60px;
    top: 10px;
    transform: rotate(-45deg) scale(1);
  }

  80%{
    right: 30px;
    top: 40px;
  }
}

.img-hand {
  position: absolute;
  right: 0px;
  top: 20px;
  transform: rotate(-45deg);
}

.handMovement{
  animation: handMovement 1.5s linear infinite;
}

@keyframes handMovement{
  0%,100%{
    right: 0px;
    top: 20px;
  }

  25%{
    right: 60px;
    top: 10px;
  }

  40%{
    right: 60px;
    top: 10px;
    transform: rotate(-45deg) scale(0.8);
  }
  50%{
    right: 60px;
    top: 10px;
    transform: rotate(-45deg) scale(1);
  }
  60%{
    right: 60px;
    top: 10px;
    transform: rotate(-45deg) scale(0.8);
  }
  70%{
    right: 60px;
    top: 10px;
    transform: rotate(-45deg) scale(1);
  }

  80%{
    right: 30px;
    top: 40px;
  }
}

div.top-lang {
 display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 999;
    justify-content: space-between;
    width: 100%;
    max-width: 450px;
    text-align: center;
    margin: auto;
  
}
div.top-lang p{
  font-family: 'Roboto';
font-weight: 400;
font-size: 16.2857px;
line-height: 19px;
text-align: center;
color: #fff;
}
#lang {
    /* position: absolute; */
    top: 5px;
    right: 5px;
    text-decoration: none;
    display: block;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    z-index: 99;
    margin: 9px;
    background: transparent;
border: 2px solid #FEBD33;
box-sizing: border-box;
color: #FEBD33;
border-radius: 50%;
width: 25px;
height: 25px;
}
.top-lang img{
  width: 31px;
  height: 31px;
}
.top-desc {
    color: #000;
    font-size: clamp(11px, 1vw, 12px);
    text-align: center;
    width: 100%;
    margin: 10px auto;
    margin-right: 30px;
    font-family: Cairo;
}
.header {
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.header .main-img {
       margin: auto;
    max-width: 282px;
    margin-top: -10px;
    width: 138px;
    padding-top: 30px;
    height: 132px;
}
.img-main-2{
  width: 80%;
  margin: 5px auto;
  /* width: 336px; */
height: 100px;
}
.img-main-2 img{
  width: 100%;
  display: block;
  max-width: 350px;
  margin: auto;
  height: 100px;
}

.txt-box-1{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 34px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 143.19%;
    text-align: center;
    letter-spacing: 0.125em;
    color: #EFAB2D;
}
.txt-box-1 div{
  font-weight: 700;
  font-size: 30px;
  margin: 0 5px;
}

.txt-box-2{
  width: 100%;
  margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row-reverse;
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 132.19%;
text-align: center;
color: #4C4B50;
}
.txt-box-2 div{
  font-weight: 700;
  margin: 0 5px;
}


.text-box{
display: flex;
    flex-direction: column;
    direction: ltr;
    width: 90%;
    margin: auto;
}
.text-img{
    width: 281px;
    margin: auto;
    margin-top: -13%;
    max-width: 340px;
    margin-bottom: -20px;
}
.icon-app{
      width: 20px;
  height: 25px;
    position: absolute;
    left: 19px;
    top: 8px;
}


@media(max-height: 570px){
  .top-promoImg {
    max-width: 180px !important;
  }
  .images-wrapper .primary-img {
    max-width: 220px;
  }

}
@media only screen and (max-width: 600px) {
  .text-img{
    margin-top: -42%;
}
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');

.total-logo{
     width: 100%;
    max-width: 450px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 29px;
}

.total-logo p{
  font-family: Roboto;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 14px;
letter-spacing: 0em;
text-align: center;
color: #000;
padding-right: 10px;
}

.logo-img{
width: 38px;
    height: 38px;
    margin-left: 10px;
}
.click-text{
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(83, 83, 83, 1);
    margin-top: 50px;
    margin-bottom: -18px;
}
.contents2 .normal-description {
    color: #6C6C6C;
    padding-top: 30px;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: center;
}
.contents2 .btn {
    background-color: #96C139;
    margin: 0 auto 20px;
    color: #fff;
    width: 281px;
    border-radius: 5px;
    letter-spacing: -0.01em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 39px;
    font-family: Rounded Mplus 1c;
font-size: 11px;
font-style: normal;
font-weight: 500;
line-height: 16px;
letter-spacing: -0.01em;
}
.img-hand {
  position: absolute;
  right: 0px;
  top: 20px;
  transform: rotate(-45deg);
 z-index: 10;
margin-top: -10px;
}

.handMovement{
  animation: handMovement 1.5s linear infinite;
}

@keyframes handMovement{
  0%,100%{
    right: 0px;
    top: 20px;
  }

  25%{
    right: 60px;
    top: 10px;
  }

  40%{
    right: 60px;
    top: 10px;
    transform: rotate(-45deg) scale(0.8);
  }
  50%{
    right: 60px;
    top: 10px;
    transform: rotate(-45deg) scale(1);
  }
  60%{
    right: 60px;
    top: 10px;
    transform: rotate(-45deg) scale(0.8);
  }
  70%{
    right: 60px;
    top: 10px;
    transform: rotate(-45deg) scale(1);
  }

  80%{
    right: 30px;
    top: 40px;
  }
}

.ios {
  display: none;
}

.android {
  display: none;
}

.wrapper{
  width: 90%;
  margin: 20px auto;
box-sizing: border-box;
border-radius: 36px;
padding-bottom: 20px;
}

.txt-new{
  direction: ltr;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 13.5px;
line-height: 168.19%;
text-align: center;
letter-spacing: 0.025em;
color: #FFFFFF;
}

table {
font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 75%;
    max-width: 320px;
    margin: 10px auto;
    direction: ltr;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
td img{
  width: 17px;
  height: 12px;
}
tr td:nth-child(2){
    text-align: center;
    width: 23%;
}
tr td:nth-child(1){
  font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 13.4821px;
line-height: 16px;
color: #525252;
}
.black-box{
    background-color: #000;
    width: 100%;
    max-width: 450px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-right: 6px;
       padding-left: 6px;
          padding-top: 2px;
             padding-bottom: 2px;
    height: 50px;
}
.black-box img:nth-child(1){
 width: 26.1px;
    height: 28px;
}

.black-box img:nth-child(2){
width: 155px;
    height: 36.79px;
}
.gray-box{
  background: #393939;
  width: 100%;
  max-width: 450px;
  height: 13px;
  margin: auto;
  position: relative;
}
.img-row{
display: flex;
    align-items: center;
    width: 96%;
    max-width: 450px;
    margin: auto;
    margin-top: 71px;
    flex-direction: row;
    justify-content: space-between;
    height: 100px;
}
.img-row img{
  width: 48%;
}
.new-pop{

    box-sizing: border-box;
    width: 90%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    z-index: 9999999;
    height: 177px;
    padding-top: 20px;
    max-width: 400px;


    background: #2C4158;
box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.5);
border-radius: 33.6px;
}
.new-pop p{
text-align: center;
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 42.826px;
line-height: 62px;
color: #FFFFFF;
}
.line1 {
    font-family: 'Lalezar', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 68.54px;
    line-height: 134.95px;
    letter-spacing: -1%;
    color: #FEBD33;
    margin-top: -20px;
}
.line2 {
    font-family: 'Lalezar', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 42.8px;
    line-height: 90.8px;
    letter-spacing: -1%;
    color: #fff;
    margin-top: -73px;
    margin-bottom: -55px;
}
.line3 {
    font-family: 'Lalezar', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 55.72px;
    line-height: 115.52px;
    color: #FEBD33;
}
.line3 span{
  color: #D5D8DC;
}
.line4 {
    font-family: 'Lalezar', cursive;
    font-weight: normal;
    font-style: normal;
    font-size: 71.4535px;
    line-height: 164px;
    letter-spacing: 0.015em;
    color: #fff;
    margin-top: -85px;
    margin-bottom: -70px;
}
.primary-img2 {
    width: 278px;
    display: block;
    margin: 20px auto;
}
.Through-txt{
  font-family: Roboto;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 23px;
letter-spacing: 0.29em;
text-align: center;
color: #fff;
margin-top: 19px
}

.privacy-link {
    text-align: center;
    margin: 10px auto;
    color: red;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 700;
    width: 100%;
    display: block;
    margin-top: 30px;
}