
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');

@font-face {
    font-family: 'GE SS Two';
    src: url('../fonts/GESSTwoBold-Bold.eot');
    src: url('../fonts/GESSTwoBold-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GESSTwoBold-Bold.woff2') format('woff2'),
        url('../fonts/GESSTwoBold-Bold.woff') format('woff'),
        url('../fonts/GESSTwoBold-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GE SS Two';
    src: url('../fonts/GESSTwoLight-Light.eot');
    src: url('../fonts/GESSTwoLight-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GESSTwoLight-Light.woff2') format('woff2'),
        url('../fonts/GESSTwoLight-Light.woff') format('woff'),
        url('../fonts/GESSTwoLight-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GE SS Two';
    src: url('../fonts/GESSTwoMedium-Medium.eot');
    src: url('../fonts/GESSTwoMedium-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GESSTwoMedium-Medium.woff2') format('woff2'),
        url('../fonts/GESSTwoMedium-Medium.woff') format('woff'),
        url('../fonts/GESSTwoMedium-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "AudiType-Normal";
    src: url("../fonts/AudiType-Normal_4.03.woff2") format("woff2"),
         url("../fonts/AudiType-Normal_4.03.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "AudiType-ExtendedNormal";
    src: url("../fonts/AudiType-ExtendedNormal_4.03.woff2") format("woff2"),
         url("../fonts/AudiType-ExtendedNormal_4.03.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "AudiType-ExtendedBold";
    src: url("../fonts/AudiType-ExtendedBold_4.03.woff2") format("woff2"),
         url("../fonts/AudiType-ExtendedBold_4.03.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }

  html {
    scroll-behavior: smooth;
  }
  label {
    transition: all 0.2s ease-in-out;
  }
  body {
    color:#fff;
    font-family: 'GE SS Two';
    background: #000;
    direction: rtl;
    font-weight: 500;
   }
   a {
    color:#0000ff;
    text-decoration:none;
   }
  
   h1,
  h2,
  h1 *,
  h2 *,
  h1 * *,
  h2 * *,
  h4,
  h4 *,
  h4 * * {
 
  }
  
  h1 {
      font-size: 56px;
      text-align: center;
     margin-bottom: 20px;
     font-weight: 300;
  }
  
  h4 {
      font-size: 25px;
  }
  
  .banner-section{
    position: relative;
  }
  img.rings {
    position: absolute;
    top: 30px;
    padding-right: 3%;
  }
  a.lang {
    position: absolute;
    top: 30px;
    padding-left: 3%;
    color: #fff;
    text-align: left;
    left: 0;
    font-family: "AudiType-ExtendedNormal";
    font-weight: normal;
  }
  a.lang:hover{
    color: #212020;
  }
  .hero-inner {
    position: relative;
    min-height: 670px;
    width: 100%;
  
  }
  .hero-inner:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 67%;
    background: linear-gradient(180deg, transparent 10%, #000 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  }
  .banner-tags {
    position: absolute;
    bottom: 0;
    z-index: 9;
    transform: translate(-50%, -50%);
    left: 50%;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .banner-tags h1 span{
    font-family: 'GE SS Two';
    font-weight: bold;
  }
  .hero-inner img{
    width: 100%;
  }
  .hero-inner .audi-logo img{
    width: inherit;
  }
  .mobile{
    display: none;
  }
  .banner-tags p {
    font-size: 25px;
    line-height: 30px;
    font-family: 'GE SS Two';
    font-weight: 300;
  }
  .banner-tags p span{
    font-family: 'GE SS Two';
    font-weight: bold;
  }
  .banner-tags p span.eng{
    font-family: "AudiType-ExtendedNormal";
    font-weight: normal;
  }
  .benefitsTitle {
    text-align: center;
    margin-bottom: 55px;
    margin-top: 20px;
  }
  .decades {
    margin-bottom: 115px;
  }
  .decades h4{
    font-family: 'GE SS Two';
    line-height: 30px;  
    font-weight: 500;
  }
  .bItem {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding-bottom: 7px;
    margin-bottom: 30px;
    border-bottom: 1px solid #666666;
  }
  .bFigure h2 {
    font-size: 44px;
    line-height:54px;
    font-family: "AudiType-ExtendedNormal";
    font-weight: normal;
    position: relative;
  }
  .bDetails.bDetails-left-pad{
    margin-left: 21px;
  }
  .bFigure h2 sup{
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    top: -3px;
    left: 28px;
  }
  .bDetails {
    margin-left: 10px;
    margin-right: 10px;
  }
  .bDetails h3 {
    font-size: 18px;
    line-height: 22px;
    font-family: 'GE SS Two';
    font-weight: 300;
  }
  .bDetails h3 span{
    font-family: 'GE SS Two';
    font-weight: 500;
  }
  .bDetails h3 span.eng {
    font-family: "AudiType-ExtendedNormal";
    font-weight: normal;
}
  .bDisclaimer {
    text-align: center;
    padding-top: 60px;
  }
  .bDisclaimer h5 {
    font-family: 'GE SS Two';
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
  }
  .bDisclaimer h5 span.eng {
    font-family: "AudiType-Normal";
    font-weight: normal;
  }
  input:-internal-autofill-selected {
    background-color: transparent;
  }
  .cardContent {
    width: 100%;
    text-align: center;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    padding: 0 20px;
  }
  .cardTitle h4, .cardSubtitle h2, .cardDesc p {
    margin: 7px;
    padding: 3px;
    line-height: 1.0;
  }
  .cardTitle h4{
    font-size: 25px;
    line-height: 30px;
    font-family: "AudiType-ExtendedNormal";
    font-weight: normal;
  }
  hr {
    height: 1px;
    background: #fff;
    border: 0;
    opacity: 0.5;
    margin: 0px 5%;
  }
  .cardButton {
    padding: 15px 0;
  }
  .cardButton a {
    text-decoration: none;
    color: #fff;
    transition: 0.2s all ease-out;
    font-family: 'GE SS Two';
    font-size: 15px;
    line-height: 19px;
    letter-spacing: .97px;
    font-weight: 300;
  }
  select option { color: black; }
  
  .btnArrow {
    display: inline-block;
    padding-right: 10px;
    transition: 0.2s all ease-out;
  }
  .btnArrow svg {
    transform: rotate(180deg);
}
  .cardButton a:hover .btnArrow {
    transform: translateX(-30%);
  }
  .swiper-button-next::after, .swiper-button-prev::after {
  
    text-shadow: 1px 2px 5px #000;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 30px !important;
    color: #fff;
  }
  #form {
    padding-bottom: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  #form h4{
    line-height: 30px;
    font-family: 'GE SS Two';
    font-weight: 500;
  }
  
  .newFormContainer {
    display: flex;
    justify-content: center;
  }
  section.product-swiper {
    margin-bottom: 94px;
  }
  .contact-form-wrap {
    margin-top:65px;
    padding-bottom: 50px;
    width: 1000px;
  }
  .form-column {
    margin-bottom: 18px;
  }
  .contact-form-wrap .form-div #container_phone_number input{
    font-family: "AudiType-ExtendedNormal";
    padding-right: 0;
  }
  .contact-form-wrap .form-div input, .contact-form-wrap .form-div textarea {
    margin-bottom: 0px;
    border: 0;
  }
  .contact-form-wrap .form-div input.email{
    font-family: "AudiType-ExtendedNormal";
  }
  .form-div{
    position: relative;
  }
  .modeltypeD select {
  }
  .form-div input, .form-div select, .form-div textarea {
    width: 100%;
    height: 42px;
    margin-top: 20px;
    background-color:transparent;
    border-bottom: solid 1px #fff !important;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    border-color: #000;
    color: #fff;  
    padding-top: 0;
    text-align: right;
    font-family: 'GE SS Two';
  }
  .form-div select{
  -webkit-appearance: none;
  border: 0;
  background: none;
  }
  .modeltypeD select {
    background:url(../../images/drop-arrow.svg)  20px center no-repeat;
    padding-top: 0;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
  }
  .other_modelsD select {
    background:url(../../images/drop-arrow.svg)  20px center no-repeat;
    padding-top: 0;
    color: #fff !important;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
  }
  .text-centeralign{
    text-align: center;
  }
  :focus-visible {
    outline: 0;
  }
  #lp-pom-form-207 .lp-pom-form-field .lp-form-label {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #ffffff;
    display: block;
    margin-bottom: 4px;
    width: auto;
    margin-right: 0px;
  }
  
  #label_model_of_interest {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
    line-height: 15px;
    pointer-events: none;
  }
  #label_title {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
    line-height: 20px;
  }
  .form-div label{
    position: absolute;
    top: 6px;
    right: 0px;
    font-size: 12px;
    line-height: 15px;
    pointer-events: none;
    font-weight: 300;
  }
  select.sValid+label, select:valid+label, input:focus+label {
    font-size: 12px !important;
    transform: translate(0, 0) !important;
  }
  :placeholder-shown+label, select:not(:valid)+label, #phone_number:placeholder-shown+label {
    transform: translate(19px, 26px) !important;
    font-size: 16px !important;
  }
  .flex-div {
    display: flex;
    width: 100%;
    align-items: end;
    
  }
  .codeContainer {
    width: auto !important;
    height: 100% !important;
    border-bottom: solid 1px;
    padding-bottom: 9.4px;
    padding-right: 20px;
  }
  #container_phone_number {
    position: relative;
    width: 100%;
  }
  .hidden{
    display: none;
  }
  .show{
    display: block;
  }
  .codeLabel {
    padding-bottom: 6px;
    font-size: 12px;
    width: 65px;
  }
  ::placeholder {
      color: RGBA(0, 0, 0, 0) !important;
  }
  
  :placeholder-shown+label,
  select:not(:valid)+label {
      transform: translate(-19.00px, 26px) !important;
      font-size: 16px !important;
  }
  #phone_number:placeholder-shown+label {
    transform: translate(0px, 26px) !important;
    font-size: 16px !important;
}
  .code {
    font-weight: 300;
    font-family: "AudiType-ExtendedNormal";
  }
  
  #lp-pom-button-208 {
    display: block;
    border-style: none;
    border-radius: 0px;
    width: 286px;
    height: 60px;
    background: rgba(255,255,255,1);
    box-shadow: none;
    text-shadow: none;
    color: #000;
    font-size: 19px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'GE SS Two';
    font-style: normal;
    text-align: center; 
    margin-bottom: 38px; 
  }
  #lp-pom-button-208:hover {
    background: rgba(76,76,76,1);
    box-shadow: none;
    color: #fff;
  }
  #group_promotional_material div {
    width: auto !important;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    padding-left: 0;
    margin-bottom: 30px;
    margin-top: 18px;
  }
  input[type="checkbox"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-area: interaction / input / interaction / input;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 24px !important;
    min-height: 24px !important;
   
    border: 1px solid rgb(255, 255, 255) !important;
    -webkit-transition: border-color 0.25s cubic-bezier(0.75, 0.02, 0.5, 1) 0s;
    -o-transition: border-color 0.25s cubic-bezier(0.75, 0.02, 0.5, 1) 0s;
    transition: border-color 0.25s cubic-bezier(0.75, 0.02, 0.5, 1) 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
  
    position: relative;
  
  }
  input[type="checkbox"]:checked::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  input[type="checkbox"]::before {
    display: block;
    position: absolute;
    width: 24px !important;
    height: 24px !important;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% center;
    -ms-transform-origin: 50% center;
    transform-origin: 50% center;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.75, 0.02, 0.5, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.75, 0.02, 0.5, 1) 0s;
    -o-transition: transform 0.3s cubic-bezier(0.75, 0.02, 0.5, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.75, 0.02, 0.5, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.75, 0.02, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.75, 0.02, 0.5, 1) 0s;
    content: url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M6%2012.2l4.3%204.2%208.1-10.3%22%20stroke%3D%22%23FFFFFF%22%20fill%3D%22none%22%20%2F%3E%0A%20%20%20%20%20%3C%2Fsvg%3E);
    top: 0px !important;
  }
  label.opt-label.form-builder-checkbox-label {
    padding-right: 15px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'GE SS Two';
    font-weight: 300;
  }
  .footer-p{
    font-size: 12px;
    line-height: 30px;
    font-family: 'GE SS Two';
    font-weight: 300;
  }
  #ub-option-promotional_material-item-0 input:focus+label {
    font-size: 16px !important;
    transform: inherit !important;
  }
  
  /*thank you*/
  .thanku-box {
    text-align: center;
  }
  .audi-logo-thanks {
    padding-top: 180px;
    margin-bottom: 55px;
  }
  .thanku-box h4 span.eng {
    font-family: "AudiType-ExtendedNormal";
}
  .thanku-box h4 {
    line-height: 65px;
    font-size: 36px;
    margin-bottom: 20px;
    font-family: 'GE SS Two';
    max-width: 920px;
    margin: auto;
    margin-bottom: 20px;
  }
  .thanku-box h5 {
    line-height: 65px;
    font-size: 20px;
    font-family: 'GE SS Two';
    font-weight: 500;
  }
  .ramdan-timings h6 {
    font-size: 20px;
    font-family: 'GE SS Two';
    font-weight: bold;
    line-height: normal;
  }
  .thanku-box p {
    margin-bottom: 55px;
}
  .ramdan-timings{
    margin-bottom: 55px;
  }
  .ramdan-timings span span.eng {
    display: inline-block;
    font-family: "AudiType-ExtendedNormal";
}
  .ramdan-timings span{
    font-size: 20px;
    font-family: 'GE SS Two';
    font-weight: 500;    
    display: block;
  }
  .ramdan-timings p{
    font-size: 20px;
    font-family: 'GE SS Two';
    font-weight: 500;
    line-height: 29px;
    padding: 8px;
    margin-bottom: 28px;
  }
  .footer-base {
    background: rgba(76, 76, 76, 1);
    height: 44px;
    text-align: center;
    padding-top: 10px;
  }
  .footer-base span {
    font-size: 14px;
    font-family: 'GE SS Two';
    font-weight: 300;
  }
  .footer-base span.eng{
    font-family: "AudiType-ExtendedNormal";
  }
  body .thankyou-section .container {
    max-width: 1200px;
  }
  img.thnkslogo {
    width: 45%;
  }
  /*thank you ends*/
  
  
  @media(min-width:1300px) {
    body .container {
      max-width: 1300px;
  }
  .benefitsItems [class*="row"] {
    margin-left: -32px;
    margin-right: -32px;
  }
  .benefitsItems [class*="col-"] {
    padding-left: 32px;
    padding-right: 32px;
  }
  }
  @media(min-width:1475px) {
    .hero-inner:after{
      bottom: 0;
    }
  }
  @media(max-width:1024px) {
    .hero-inner {
      min-height: 550px;
    }
  }
  @media(max-width:991px) {
    .hero-inner:after{
      bottom: 80px;
      height: 70%;
    }
    .bItem{
      min-height: 89px;
    }
  .hero-inner {
    min-height: 635px;
  }
  .thanku-box h4 {
    line-height: 38px;
    font-size: 28px;
  }
  .ramdan-timings span {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .thanku-box h5 {
    line-height: normal;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .audi-logo-thanks {
    padding-top: 110px;
    margin-bottom:45px;
  }
  }
  @media(max-width:812px) {
    .hero-inner:after {
      bottom: 209px;
      height: 50%;
  }
  }
  @media(max-width:767px) {
    .hero-inner:after {
      bottom: 30px;
      height: 50%;
  }
    .cardButton {
      padding: 15px 0 28px;
  }
    .bDisclaimer h5{
      font-size: 15px;
      line-height: 19px;
    }
    .decades h4{
      font-size: 20px;
      text-align: right;
    }
    #form h4{
      font-size: 20px;
    }
    .bDisclaimer {
      text-align: right;
    }
    section.product-swiper {
      margin-bottom: 75px;
  }
    .contact-form-wrap {
      margin-top: 30px;
    }
    .text-centeralign {
        text-align: right;
        padding-left: 90px;
  }
  #ub-option-promotional_material-item-0 input:focus+label {
    font-size: 14px !important;
    transform: inherit !important;
  }
    label.opt-label.form-builder-checkbox-label {
      font-size: 14px;
      line-height: 17px;
    }
    .decades {
      margin-bottom: 80px;
  }
    .bDisclaimer {
      padding-top: 36px;
  }
    .benefitsTitle {
      text-align: left;
      margin-bottom: 31px;
  }
    .benefitsItems [class*="row"] {
      margin-left: 0px;
      margin-right: 0px;
    }
  
    .cardTitle h4 {
      font-size: 20px;
      line-height: 25px;
      text-align: center;
    }
    .banner-tags{
      text-align: left;
      bottom: -45px;
    }
    h1 {
      font-size: 24px;
      line-height: normal;
      text-align: right;
  }
  .banner-tags p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    text-align: right;
  }
  .hero-inner {
    min-height: 410px;
  }
  }
  @media(max-width:600px) {
    .hero-inner:after {
      bottom: 60px;
      height: 60%;
  }
    .hero-inner .audi-logo img {
      width: 30%;
  }
    .footer-p {
      font-size: 12px;
      line-height: 20px;
    }
    .bDetails h3 {
      font-size: 12px;
      line-height: 20px;
    }
    .mobile{
      display: block;
    }
    .desktop{
    display: none;
    }
    .hero-inner {
      min-height: 440px;
  }
  .cardButton {
    padding: 15px 0 30px;
  }
  }
  @media(max-width:475px) {
   
    .hero-inner:after{
      height: 45%;
      bottom: 122px;
    }
  .hero-inner {
    min-height: 340px;
  }
  }
  @media(max-width:400px) {
    .hero-inner:after {
      height: 46%;
      bottom: 125px;
  }
  .hero-inner:after{
    background: linear-gradient(180deg, transparent 10%, #000 60%);
  }
  }


  /* style added by joe */

  .audio-approved-plus{
    position: absolute;
    top: 34px;
    padding-right: 3%;
    color: #fff;
    text-align: left;
    left: 110px;
    max-width: 300px;
    font-family: 'GE SS Two';
    font-weight: 300;
  } 
  .banner-tags p span {
    font-family: 'AudiType-ExtendedNormal' !important;
    font-weight: 300;
}
  a.lang {
    top: 35px !important;
  }
  
  @media (max-width:900) {
    .audio-approved-plus{
      display: none;
    } 
    a.lang {
      top: 30px !important;
    }
  }

  /* form alignment */



.form-div select {
  font-family: 'AudiType-ExtendedNormal' !important;
}
.benefitsItems .bItem {
    justify-content: center;
}

/* :end */
.footer-p {
  margin-top: 20px;
}
.terms-and-condition{
  font-size: 12px;
  line-height: 30px;
  font-family: "AudiType-Normal";
  font-weight: normal;
  margin-top: 20px;
  color: #fff;
}
.banner-tags p{
  font-family: 'AudiType-ExtendedNormal' !important;
}


.benefitsItems .row{
  justify-content: center;
}

.banner-tags h1 span.eng {
    font-family: "AudiType-ExtendedNormal";
}
  /* end */