@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Poppins:wght@100;200&display=swap');
body{
    background-color: #090F36 ;
    font-family: 'Inter';
}
.navbar{
    background-color: #00002A;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border:none;
    transition: padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;
}
.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.navbar-nav .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #FFFFFF;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;

}
#mainNav .navbar-nav .nav-item .nav-link {
  font-family: 'Almarai', sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.0625em;
  font-weight: 400;
  padding: 16px;
}

.nav-item .active {
    color: #FFFFFF;
    background-color: #090F36;
}
#mainNav .navbar-nav .nav-item .nav-link:focus,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #FFFFFF;
    background-color: #090F36

}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.15rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.background-banner{
    height: auto;
    margin-top: 4rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
  }
.btn-paymes1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #24D05E;
    padding: 12px 32px;
    border-radius: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #00002A;
  }    
  .btn-paymes1:hover{
    background-color: #009D30;
  }
  .btn-paymes1:active{
    background-color: #66DE8F;
    color: #FFFFFF;
  }

  .ms-1 {
    margin-left: 0 !important;
   }
  
   a {
    text-decoration: none;
  }
    .language-select{
      background-color: transparent;
      color: #FFFFFF;
      border: none;
      min-width: 50px;
      min-height: 40px;
    }
    .language-select-mobile{
      display: none;
    }
    @media screen and (max-width: 992px) {
      .language-select{
       display: none;
      }
      .language-select-mobile{
        display: block;
        background-color: transparent;
        color: #FFFFFF;
        border: none;
        min-width: 50px;
        min-height: 40px;
      }
    
    }
    
    .language-option{
      background-color: #000000;
      color: #FFFFFF;
      font-size: 14px;
      min-width: 50px;
      min-height: 40px;
    }
  
    .form-select:focus {
      text-decoration: none;
      outline: 0;
      box-shadow: 0 0 0 0.15rem rgb(255, 255, 255);
    }



.banner-head{
    font-style: normal;
    font-weight: 300;
    font-size: 96px;
    line-height: 116.7%;
    text-align: center;
    letter-spacing: -1.5px;
    color: #00002A;
    display: block !important;
    }

.desc{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    text-align: left;
    letter-spacing: 1px;
    color: #F5F3FB;
}

.header-img{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 100vh;
    width: 100%;
}

h1{
    display:inline-block;
    padding-bottom:5px;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 116.7%;
    text-align: center;
    color: #FFFFFF;
    border-bottom: 2px solid #24D05E;
}

.hero{
  width: 765px;
  height: 395px;
  border-radius: 32px;
  object-fit: cover;
}

.card-col{
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: flex-start;
  bottom: 24px;
  border-radius: 16px;
  background-color: #00002A;;
  border: 1px solid #2E2C49;
}
      .card-title{
        padding: 40px 40px 20px;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 160%;
        letter-spacing: 1px;
        color: #FFFFFF;
        width: 100%;
        flex-direction: row;
        align-items: center;
        border-bottom: 1px solid #2E2C49;
    }
    .dot {
        height: 36px;
        width: 36px;
        right: 40px;
        background: #D5D5F8;
        display: inline-block;
        color:#00002A;    
        background: #D5D5F8;
        border-radius: 43px;
        flex: none;
   
    }
    .dot-font{
      font-family: 'Inter';
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 160%;
      /* identical to box height, or 32px */
      
      text-align: center;
      letter-spacing: 1px;
    }
.box-body{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  padding: 20px 40px 40px;
  color: #FFFFFF;

}    
.navbar-nav ul li {
  color: #FFFFFF;
}

p{

  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 1px;
  color: #F5F3FB;
  }

.phone{
  max-width: 278.17px;
  max-height: 473.54px;
  bottom: 30px;
}

.sual-card{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  bottom: 20px;
  background-color: #00002A;
  border: 1px solid #2E2C49;
  border-radius: 16px;
  height: auto;
  min-height: 356px;
}

.cart-title{
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    padding: 40px 40px 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 1px;
    color: #FFFFFF;
    border-bottom: 1px solid #2E2C49;
}

.sual-card-body{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px 40px 40px;
    gap: 197px;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 1;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;   
    letter-spacing: 0.15px;
    color: #FFFFFF;
}
.container-box-body{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;  
    line-height: 123.5%;
    letter-spacing: 0.25px;
    margin: auto;
    color: #FFFFFF;
   }
  .container-box{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0px 60px;
    height: auto;
    width: 100%;
    border-radius: 24px;
    border: 1px solid #2E2C49;
    background-color: transparent;
   }
 
.gradient-cont{
  height: 410px;
}

 .card-form{
    left:45rem;
  }
.paymes-card{
    z-index: 1;
    position: relative;
    left: 50%;
    top: 40%;
}
@media (max-width: 767.98px) {
    .card-form{
      left:0;
      width: 100%;
        margin-top: 55px;
    }
    .paymes-card{
      position: relative;
      z-index: 1;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      top:2rem
   }
    .animation-card{
        max-width: 75%;
    }

   .card-col{
    align-items: center;
    justify-content: center;
    bottom:-15rem;
  }
  .phone{
    bottom: 230px;
  }
  .price-card{
    border: none;
  }
  .sual-card{
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: auto;
  }
  .sual-card-body {
    padding: 10px 20px 20px;
  }
.hero{
  width: 100%;
  border-radius: 0;
}
.img-contain{
  padding: 0!important;
}
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .paymes-card{
      position: relative;
      z-index: 1;
      top:2rem;
   }
   .card-form{
      left:auto;
      right: auto;
    }
    .cardy{
      margin-top: 15rem;
     }
     .phone{
      bottom: 8rem;
    }
    .price-card{
      border: none;
    }
 
  }

  @media (min-width: 992px) and (max-width: 1400px) {
    .paymes-card{
      position: relative;
      z-index: 1;
      left: 2rem;
      top: 73px;
   }
   .card-form{
      left:30rem;
    }

  }


.policy{
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 123.5%;
  letter-spacing: 0.25px;
  color: #FFFFFF;
  padding-bottom: 16px;
  }



.info-link{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
letter-spacing: 0.15px;
color: #FFFFFF;
text-align: center;

  }


.emphasize {
    margin-top: 0.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    background-color: #ffffff;
    border-radius: 50px;
    white-space: nowrap;
}
.emphasize:hover{
    background-color: #E0E0E0;
}

.emphasize_login {
    border-radius: 50px;
    margin-top: 0.5rem;
    white-space: nowrap;
    padding-right: 2rem;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
    border: 1px solid white;
}
.emphasize_login a {
    color: #FFFFFF !important;
    text-decoration: none;
}

.emphasize_login:hover{
    color: #000000 !important;
    background-color: #262626;
}


.emphasize_login:active{
    color: #000000 !important;
    background-color: #404040;
}

.emphasize a {
    color: #000000 !important;
    text-decoration: none;
}
.intl-tel-input,
.iti{
    width: 100%;
}