@font-face {
  font-family: ICPangeaTextRegular;
  src: url("./ICPangeaText/ICPangeaText-RegularWeb.woff2");
  font-display: swap;
}

@font-face {
  font-family: ICPangeaTextLight;
  src: url("./ICPangeaText/ICPangeaText-LightWeb.woff2");
  font-display: swap;
}

@font-face {
  font-family: ICPangeaTextMedium;
  src: url("./ICPangeaText/ICPangeaText-MediumWeb.woff2");
  font-display: swap;
}

@font-face {
  font-family: ICPangeaTextSemiBold;
  src: url("./ICPangeaText/ICPangeaText-SemiBoldWeb.woff2");
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  direction: rtl !important;
  font-family: ICPangeaTextRegular, sans-serif;
}

.loader_modal {
  justify-content: center;
  align-items: center;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: fixed;
}

.loader_modal .fa-spin {
  color: white;
}

.error {
  outline: solid 3px tomato !important;
  border-bottom: 2px solid transparent !important;
}

.desktop {
  display: none;
}

.mobile {
  display: flex;
}

.main_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 5vw; */
}

.main_section {
  display: flex;
  flex-direction: column-reverse;
  width: 100vw;
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 17.6vw;

}

.text_container {
  display: flex;
  flex-direction: column;
  gap: 7vw;
}

.titles_container {
  display: flex;
  flex-direction: column;
  gap: 2.42vw;
  align-items: center;
}

.title1 {
  color: #000;
  font-family: ICPangeaTextSemiBold;
  font-size: 11.08vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  }

.title2 {
  color: #7A7AFB;
  text-align: center;
  font-family: ICPangeaTextSemiBold;
  font-size: 8.31vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.text_container .text {
  font-size: 4.5vw;
  margin-top: 5vw;
}

.text .plus {
  vertical-align: super;
}

.text_container .text .cashback {
  font-weight: bold;
}

.text_container .text .plus {
  font-weight: bold;
  font-size: 3.5vw;
}

.logo {
  object-fit: contain;
  width: 30vw;
  height: 5vw;
}

.logo_1{
  object-fit: contain;
  width: 82.4vw;

}

.card {
  object-fit: contain;
  width: 94.4vw;
  /* height: 60.12vw; */
  align-self: end;
}

.sale_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.47vw;
  /* margin-top: -7vw; */
  width: 100vw;
  /* height: 55vw; */
  position: relative;
}

.link {
  background-color: #FF95B5;
  color: white;
  text-decoration: none;
  text-align: center;
  font-family: ICPangeaTextMedium;
  font-weight: 500;
  font-size: 5.34vw;
  /* width: 40vw; */
  /* padding: 3vw 7vw; */
  padding: 3.34vw 6.68vw;
  border-radius: 1.2vw;
  cursor: pointer;
  display: flex;
  gap: 2vw;
  align-items: center;
  justify-content: space-between;
}

.link .arrow {
  width: 5vw;
  height: 3.5vw;
}

.link .plus {
  vertical-align: super;
  font-size: 3.5vw;
}

.sale_container {
  text-align: center;
  width: 100%;
  /* border-top: 1.5px solid black;
  border-bottom: 1.5px solid black; */
}

.sale_container .text {
  color: #7A7AFB;
  text-align: center;
  font-size: 6.41vw;
  font-style: normal;
  line-height: normal;
  font-family: ICPangeaTextMedium;
  font-weight: 300;
  margin-top: 8vw;
}

.sale_container .text span {
  color: #000;
  font-family: ICPangeaTextRegular;
  font-weight: 500;
}

.scroll {
  object-fit: contain;
  width: 6vw;
  height: 12vw;
  position: absolute;
  bottom: 15vw;
  animation: upanddown 3s infinite ease;
}

.plus_section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin-top: 10.92vw;
}

.plus_section .title {
  flex-direction: column;
  font-size: 6vw;
  text-align: center;
  padding: 10vw 0;
  line-height: 1.1;
  position: relative;
}

.plus_section .title span {
  font-family: ICPangeaTextSemiBold;
}

.plus_section .title .cashback {
  font-family: ICPangeaTextSemiBold;
}

.title .plus {
  vertical-align: super;
}

.plus_section .title .plus {
  font-family: ICPangeaTextSemiBold;
  font-size: 3.5vw;
}

.pluses_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.93vw;
}

#pluses_container_2{
  flex-direction: column-reverse;
  margin: 16vw 0;
}

.plus_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4.28vw;
}

.plus_section .link {
  margin: 10vw 0;
}

.plus_icon {
  object-fit: contain;
  /* width: 8vw; */
  /* margin-bottom: 3vw; */
}
#icon_1{
  width: 16.18vw;
}
#icon_2{
  width: 16.79vw;
}
#icon_3{
  width: 15.23vw;
}
#icon_4{
  width: 18.34vw;
}
#icon_5{
  width: 23.86vw;
}
#icon_6{
  width: 12.21vw;
}

#plus_text_1{
  font-size: 5.71vw;
  line-height: 5.71vw;
}
/* #plus_text_2{} */
#plus_text_3{
  font-size: 5.71vw;
  line-height: 5.71vw;
}
#plus_text_4{
  font-size: 5.71vw;
}

#plus_text_4 > .bold{
  line-height: 5.71vw ;
}

#plus_text_5 > .bold{
  line-height: 5.71vw ;

}
#plus_text_5 {
  line-height: 4.76vw;

}
#plus_text_6{
  font-size: 5.71vw;
  line-height: 5.71vw;
}

.plus_container .text {
  color: #000;
  font-family: ICPangeaTextRegular;
  font-size: 4.76vw;
  font-style: normal;
  font-weight: 400;
  line-height: 5.71vw;
}

.plus_container .text .bold {
  font-family: ICPangeaTextMedium;
  color: #000;
  text-align: center;
  font-size: 5.71vw;
  font-style: normal;
  font-weight: 500;
  line-height: 6.19vw; /* 108.333% */
}

.plus_container .text .plus {
  line-height: 0.6;
}

.sec-link-sec{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20.73vw;
}

.qa_container{
  position: relative;
  width: 80.53vw;
  height: 108.477px;
  border-radius: 2.78vw;
  border: 0.69vw solid #FF95B5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qa-title{
  position: absolute;
  top: -5.33vw;
  background-color: white;
  color: #7B7BFF;
  text-align: center;
  font-family: ICPangeaTextMedium;
  font-size: 9.26vw;
  font-style: normal;
  font-weight: 500;
  line-height: 9.26vw; /* 100% */
  direction: ltr !important;
  padding: 0 1.5vw;
}
/* .qa-text{

  color: #000;
  text-align: center;
  font-family: ICPangeaTextRegular;
  font-size: 17.356px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.356px; 
} */

.qa-text{
  color: #000;
  text-align: center;
  font-family: ICPangeaTextRegular;
  font-size: 4.63vw;
  font-style: normal;
  font-weight: 400;
  line-height: 4.63vw;
}

.qa-text-pn{
  color: #000;
  text-align: center;
  font-family: ICPangeaTextRegular;
  font-size: 5.55vw;
  font-style: normal;
  font-weight: 400;
  line-height: 0;
  
}

.asterisk{
  color: #000;
  text-align: center;
  font-family: ICPangeaTextRegular;
  font-size: 8.33vw;
  font-style: normal;
  font-weight: 400;
  /* line-height: normal; */
  /* vertical-align: text-top; */
  vertical-align: -webkit-baseline-middle;
  margin-right: -1vw;
}


.small_words {
  font-size: 3.5vw;
}

.form_section {
  display: flex;
  justify-content: center;
  width: 100vw;
  position: sticky;
  bottom: 0;
}

.buttons_container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background-color: #7B7BFF;
  padding: 7.2vw 9.87vw;
  position: relative;
}

.call_centre_closed_container {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #2020ba;
  top: 0;
  right: 0;
  padding: 3vw 0;
}

#call_centre_close_btn {
  position: absolute;
  left: 2vw;
  top: 2vw;
}

.call_centre_closed_text {
  font-size: 4vw;
  color: white;
  text-align: center;
}

.call_btn {
  background-color: white;
  outline: 0.28vw solid white;
  color: black;
  text-decoration: none;
  display: flex;
  gap: 2vw;
  /* padding: 3vw; */
  font-size: 4.69vw;
  line-height: 4.69vw;
  font-weight: 500;
  border-radius: 0.98vw;
  width: 37.87vw;
  align-items: center;
  justify-content: center;
  font-family: ICPangeaTextMedium;
}

.arrow {
  object-fit: contain;
  width: 5vw;
  height: 3.33vw;
}

.call_me {
  font-family: ICPangeaTextMedium;
  font-size: 4.69vw;
  line-height: 4.69vw;
  border-radius: 0.98vw;
  padding: 3vw;
  width: 37.87vw;
  background-color: #7B7BFF;
  outline: 1px solid white;
  color: white;
  border: none;
}

.form_modal {
  display: none;
  background-color: #7B7BFF;
  padding: 10vw 7.5vw;
  position: absolute;
  flex-direction: column;
  gap: 5vw;
  height: 102vw;
  bottom: 0;
}

.close_btn {
  width: 5vw;
  height: 5vw;
  align-self: flex-end;
}

.form {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85vw;
  gap: 3vw;
}

.form .text {
  text-align: center;
  margin-bottom: 2vw;
  font-size: 5vw;
}

.input {
  width: 60vw;
  border: 1px solid white;
  color: white;
  background-color: transparent;
  padding: 3vw 4vw 3vw 3vw;
  font-size: 4vw;
  border-radius: 2vw;
}

.input::placeholder {
  color: white;
  font-size: 4vw;
}

#id,
#mobile_id {
  -moz-appearance: textfield;
}

#id::-webkit-outer-spin-button,
#id::-webkit-inner-spin-button,
#mobile_id::-webkit-outer-spin-button,
#mobile_id::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.submit_btn {
  background-color: white;
  color: black;
  text-decoration: none;
  display: flex;
  gap: 3vw;
  padding: 3vw 4vw 3vw 3vw;
  border: none;
  font-size: 4vw;
  border-radius: 2vw;
  width: 80%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 5vw;
}

.thanks_container {
  display: none;
  width: 85vw;
  height: 100%;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 5vw;
}

.baloon {
  object-fit: contain;
  width: 17vw;
  height: 32.25vw;
}

.thanks_message {
  color: white;
  text-align: center;
  font-size: 6vw;
}

.cloud {
  object-fit: contain;
  position: absolute;
}

.right {
  right: -7.5vw;
  top: 15vw;
}

.left {
  left: -7.5vw;
  top: 30vw;
}

.terms_section {
  /* width: 90vw; */
  text-align: right;
  padding: 12.38vw 6.4vw 3vw 6.67vw;
}

.terms {
  color: #000;
  text-align: right;
  font-family: ICPangeaTextRegular;
  font-size: 3.2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2vw; 
  /* width: 86.93vw; */
}

@keyframes upanddown {
  0% {
    bottom: 5vw;
  }

  50% {
    bottom: 0;
  }

  100% {
    bottom: 5vw;
  }
}

@media only screen and (min-width: 767px) {
  .desktop {
    display: flex;
  }

  .mobile {
    display: none;
  }

  .main_container {
    justify-content: center;
    align-items: center;
    /* padding: 4vw 13vw; */
    overflow-x: hidden;
  }

  .main_section {
    flex-direction: row;
    height: unset;
    /* background-image: url(../images/bg.png); */
    padding: 0vw 1.51vw;
    width: 100vw;
    box-sizing: border-box;
    margin: unset;
    gap: 4.65vw;
    /* background: #FFF; */
    box-shadow: 0px -31px 41.9px -17px rgba(0, 0, 0, 0.05) inset;
  }

  .titles_container {
    gap: 0.93vw;
  }

  .text_container {
    padding-top: unset;
    gap: 3vw;
    align-items: center;
    justify-content: center;
  }

  .logo {
    width: 12vw;
    height: 2vw;
  }

  .logo_1{
    object-fit: contain;
    width: 31.61vw;

  }

  .title1 {
    /* font-size: 2.5vw; */
    margin-top: unset;
    color: #000;
    font-family: ICPangeaTextSemiBold;
    font-size: 4.26vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .title2 {
    color: #7A7AFB;
    text-align: center;
    font-family: ICPangeaTextSemiBold;
    font-size: 3.19vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .text_container .text {
    font-size: 2vw;
    margin-top: 2vw;
  }

  .text_container .text .plus {
    font-size: 1.7vw;
  }

  .card {
    width: 49.54vw;
    height: unset;
    content: url("../images/image_desk.png");
  }

  .plus_section {
    padding-top: 3vw;
    margin: unset;
    gap: 3.54vw;
    margin-bottom: 3.54vw;
  }


  .sale_section {
    gap: 1.3vw;
    margin-top: 3.07vw;
    width: 40%;
    position: relative;
    height: unset;
  }


  .sec-link-sec {
    gap: 4.27vw;
  }

  .qa-title {
    position: absolute;
    top: -1.33vw;
    color: #7B7BFF;
    /* text-align: center; */
    /* font-family: "IC Pangea Text"; */
    font-size: 2.08vw;
    /* font-style: normal; */
    /* font-weight: 500; */
    line-height: 2.08vw; /* 100% */
  }


  .qa-text-pn {

    font-size: 1.25vw;
    font-weight: 400;
    line-height: 0;
}

.asterisk {

    font-size: 1.67vw;

    /* line-height: normal; */
    /* vertical-align: text-top; */
    vertical-align: -webkit-baseline-middle;
    margin-right: -0.1vw;
}

.qa-text {
    font-size: 1.25vw;
    line-height: 1.5vw;
}

  .link {
    font-size: 1.6vw;
    width: unset;
    padding: 1vw 3vw 1.3vw 3vw;
    border-radius: 1vw;
  }

  .link .plus {
    font-size: 1.2vw;
  }

  .link .arrow {
    width: 2.5vw;
    height: 1.66vw;
  }

  .sale_container {
    /* border-top: 2px solid black;
    border-bottom: 2px solid black; */
  }

  .sale_container .text {
    font-size: 2.5vw;
    padding: 1vw 0;
    margin-top: unset;
    padding: unset;
  }

  .scroll {
    width: 2vw;
    height: 4.37vw;
    bottom: 1vw;
    animation: upanddown 2.4s infinite ease;
  }

  .plus_section .title {
    font-size: 1.7vw;
    padding: 3vw;
  }

  .plus_section .title .plus {
    font-size: 1.7vw;
  }

  .pluses_container {
    gap: 0;
    flex-direction: row;
    align-items: flex-start;
  }

  .plus_container {
    gap: 2vw;
    height: 11vw;
    justify-content: end;
    width: 13.65vw;
  }

  .plus_container:nth-child(1) {
    padding-left: 5.76vw;
  }

  .plus_container:nth-child(2) {
    position: relative;
    padding: 0 5.76vw;
  }

  .plus_container:nth-child(3) {
    padding-right: 5.76vw;
    /* padding-left: 7vw; */
  }

  .plus_container:nth-child(2) ::before,
  .plus_container:nth-child(2) ::after {
    content: "";
    position: absolute;
    width: 0.08vw;
    height: 80%;
    background-color: black;
    bottom: 0;
    display: flex;
    align-items: center;
  }

  .plus_container:nth-child(2) ::before {
    right: 0;
  }

  .plus_container:nth-child(2) ::after {
    left: 0;
  }

  #pluses_container_2{
    flex-direction: row;
    margin: unset;
  }

  .plus_icon {
    width: 4vw;
    margin-bottom: 0;
  }

  #icon_1{
  width: 3.26vw;
}
#icon_2{
  width: 3.68vw;
}
#icon_3{
  width: 4.44vw;
}
#icon_4{
  width: 4.06vw;
}
#icon_5{
  width: 5.77vw;
}
#icon_6{
  width: 3.91vw;
}

#plus_text_1{
  font-size: 1.38vw;
  line-height: 1.38vw;
}
#plus_text_2 > .bold{
  font-size: 1.38vw;
  line-height: 1.5vw;
}
#plus_text_2{
  font-size: 1.15vw;
  line-height: 1.38vw;
}
#plus_text_3{
  font-size: 1.38vw;
  line-height: 1.38vw;
  width: 120%;
}
#plus_text_4{
  line-height: 1.38vw;
  font-size: 1.38vw;
  width: 120%;
}

#plus_text_4 > .bold{
  line-height: 1.38vw;
  font-size: 1.38vw;
}

#plus_text_5 > .bold{
  font-size: 1.38vw;
  line-height: 1.38vw;

}
#plus_text_5 {
  font-size: 1.15vw;
  line-height: 1.15vw;

}
#plus_text_6{
  font-size: 1.38vw;
  line-height: 1.38vw;
}

  .plus_container .text {
    font-size: 1.5vw;
    margin-bottom: 0.5vw;
  }

  .qa_container{
  position: relative;
  width: 45.26vw;
  height: 6.61vw;
  border-radius: 1.04vw;
  border: 0.16vw solid #FF95B5;
}


  .small_words {
    font-size: 0.9vw;
  }

  .plus_section .link {
    margin: 3vw;
  }

  .form_section {
    width: unset;
  }

  .form_Container {
    flex-direction: column;
    background-color: #7B7BFF;
    align-items: center;
    gap: 1.88vw;
    width: 100vw;
    padding: 3.02vw 13vw;
  }

  .form_Container .text {
    font-size: 1.88vw;
    line-height: 1.88vw;
    margin-bottom: unset;
    color: white;
  }

  .form_Container .text span {
    font-family: ICPangeaTextSemiBold;
  }

  .form {
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 2vw;
  }

  .input {
    width: 10.1vw;
    padding: 0.6vw 0.52vw;
    font-size: 1.25vw;
    line-height: 1.25vw;
    /* border-radius: 0.5vw; */
    border-radius: 0.26vw;
    border: 0.08vw solid #FFF;
  }

  .input::placeholder {
    font-family: ICPangeaTextMedium;
    font-size: 1.25vw;
    line-height: 1.25vw;
  }

  .submit_btn {
    gap: 1vw;
    padding: 0.75vw 1vw;
    font-family: ICPangeaTextMedium;
    font-size: 1.25vw;
    line-height: 1.25vw;
    /* border-radius: 0.5vw; */
    width: 10.1vw;
    margin-bottom: 0;


    border-radius: 0.26vw;
    border: 0.08vw solid #FFF;
  }

  .arrow {
    width: 2vw;
    height: 1.4vw;
  }

  .thanks_container {
    width: 100%;
    height: unset;
  }

  .thanks_message {
    font-size: 2vw;
  }

  .terms_section {
    padding: 6.26vw 4.95vw 1vw 4.95vw;
  }

  .terms {
    font-size: 0.83vw;
    line-height: 0.83vw;
  }

  @keyframes upanddown {
    0% {
      bottom: 1vw;
    }

    50% {
      bottom: 0;
    }

    100% {
      bottom: 1vw;
    }
  }
}

@media only screen and (min-width: 1300px) {
  /* .info_container {
    margin: 2vw 0;
  }

  .form_section {
    gap: 1.2vw;
  } */
}

@media only screen and (width: 2560px) and (max-height: 999px) {
  /* .content_section {
    height: 69%;
  }

  .card {
    height: 90%;
  }

  .content_section_right_section {
    gap: 1vw;
  }

  .title {
    margin: 0;
  }

  .man {
    height: 21vw;
    width: 23vw;
  }

  .logo {
    width: 20vw;
    height: 2vw;
  }

  .info_container {
    margin: 0;
  }

  .info_text {
    font-size: 1vw;
  }

  .form_section {
    gap: 1vw;
    height: 28%;
    padding: 1vw 6vw 1.5vw 1vw;
  }

  .form_text {
    font-size: 2.2vw;
  } */
}
