@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
     box-sizing: border-box;
     flex-wrap: wrap;
     box-sizing: border-box;
     transform: capitalize;
     font-weight: normal;
}
:root{
     --asas1: #00A79D;
     --asas2:#303642;
     --asas3: #C0EEF2;
     --asas4: #E9F8F9;
     --asas1-hover: #00a79dab;
     --asas-shodow: 0 0 10px #00a79d29;
}
body{
    margin: 0;
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}
html{
    scroll-behavior: smooth;
    height: 100%;    
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
a{
  text-decoration: none;
}
/*Nav bar start*/
header {
    display: flex;
    flex-direction: column;
    top: 0;
    padding: 0 !important;
    width: 100%;
    z-index: 150;
}
.logo-nav-bar-mobile{
    display:none !important;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    background: white;
    box-shadow: 0 0 10px #ddd;
    padding: 0 150px;
    width: 100%;
}
.header .logo{
    width: 260px;
    height: 100%;
    overflow:hidden;
    display: flex;
    align-items: center;
}
.contact-link i{
    color: var(--asas1);
}
.header .logo img{
    width: 100%;
    transform: scale(1.0);
    transition: 0.25s ease;
}
.header .logo img:hover {
    transform: scale(1.1);
}


.NHKBHJ-p:hover {
    transform: translateY(-2px);
}
.NHKBHJ-p{
    transition: 0.25s ease;
    padding: 15px 19px;
    border-radius: 10px;
    box-shadow: var(--asas-shodow);
}
.NHKBHR-p{
    box-shadow: none;
    background: var(--asas1);
    color: white;
    font-weight: 700;
    padding: 15px 19px;
    font-size: 14px;
    margin-left: 15px;

}
.rNHKBHR-p{
    background: white;
    color: #4a4a4a;
    border-radius: 10px;
    padding: 10px 19px;
    margin-left: 21px;
}
.main{
    padding: 0 150px;
}  
.ul-div{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.ul-div-2{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.ul-div p{
    margin: 0 10px;
    color: #4a4a4aba;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.1s;
}
.ul-div p:hover{
    color: #4a4a4a;
    transition: all 0.2s;
}
.bars-menu{
    font-size: 29px;
    color: #4a4a4aba;
    cursor: pointer;
    transition: all 0.1s;
    display: none !important;
}
.bars-menu:hover{
    color: #4a4a4a;
    transition: all 0.2s;
}
/*end nav bar */
/* start section 1 */
.section-jgg{
    background: hsl(240, 100%, 99%);
    position: relative;
}
.HJJ-Green{
    color: var(--asas1);
    font-weight: 700;
    /*margin-left:10px;*/
}
.Set-JLOGGv {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2,1fr);
    -webkit-column-gap: 24px !important;
    -moz-column-gap: 24px !important;
    column-gap: 24px !important;
    row-gap: 26px !important;
}
.Set-JLOGGhjv{ 
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 87px;

}
.Set-JLOGGv h1 {
    font-size: 52px;
    line-height: 1.1;
    margin: 0;
    padding-bottom: 24px;
    display: flex;
    font-weight: 700;
}
.Set-JLOGGv p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.28;
    color: #4a4a4aba;
}
.Set-JLOGGv .HUHJ-btn {
    background: var(--asas1);
    color: white;
    padding: 12px 25px;
    width: fit-content;
    border-radius: 30px;
    margin-top: 30px;
    cursor: pointer;
}
.btn-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.NHKBHJ-p span{
    font-weight: 700;
    font-size: 14px;
}
.Set-JLOGGv .HOGYFYG {
    display: flex;
    justify-content: flex-end;
    align-items:center;
}
.Set-JLOGGv .HOGYFYG img {
    width: 100%;
}
.about{
    padding-bottom: 35px !important;
    padding-top: 35px !important;
}
.about-icon {
    background: hsl(247, 69%, 95%);
    color: var(--asas1);
}
.about .container {
    display: flex;
    align-items: center;
    gap: 50px;  
    padding-inline: 15px;
    margin-inline: auto;
}

.about-content {
    margin-bottom: 0;
    width: 40%;
    margin-bottom: 30px;
}
.about-icon {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    font-size: 40px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.hydrated {
    visibility: inherit;
}
.about-title {
    margin-bottom: 10px;
}
.h2 {
    font-size: 28px;
    margin: 0;
    font-weight: 700;
}
.about-text {
    color: #757979;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 20px;
}
.btn-outline {
    border: 1px solid var(--asas1);
    color: var(--asas1);
}

.btn {
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    background-color: transparent;
    padding: 15px 30px;
    border-radius: 4px;
    transition: 0.25s ease;
}
.btn-outline:is(:hover, :focus) {
    background: var(--asas1);
    color: white;
    box-shadow: 0 3px 10px var(--asas-shodow);
}
.about-list {
    gap: 30px;
    padding-bottom: 50px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 20px;
}
.about-list li:nth-child(odd) {
    transform: translateY(50px);
}
.about-card {
    width: 300px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 3px 12px  #537fe72e;
    border-radius: 4px;
    transition: 0.25s ease;
}
.about-card .card-icon {
    width: 60px;
    height: 60px;
    background: hsl(247, 69%, 95%);
    display: grid;
    place-items: center;
    color: var(--asas1);
    font-size: 28px;
    border-radius: 50%;
    margin-inline: auto;
    margin-bottom: 20px;
    transition: 0.25s ease;
}
.about-card .card-title {
    margin-bottom: 10px;
    transition: 0.25s ease;
    text-transform: uppercase;
}
.h3 {
    font-size: 20px;
}
.about-card .card-text {
    max-width: 300px;
    margin-inline: auto;
}

.about-card .card-text {
    color: hsl(244, 17%, 61%);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    transition: 0.25s ease;
}
.about-card:hover {
    background: var(--asas1);
    transform: translateY(-5px);
    box-shadow: 0 5px 18px hsl(245deg 67% 59% / 40%);
}
.about-card:hover .card-title {
    color: white;
}
.about-card:hover .card-text {
    color: hsla(0, 0%, 100%, 0.5);
}
.about-card:hover .card-icon {
    background: hsla(0, 0%, 100%, 0.15);
    color: hsl(0deg 0% 100%);
    box-shadow: 0 0 0 8px hsl(0deg 0% 100% / 5%);
}
.shield-check{
    width: 1em;
    height: 1em;
    contain: strict;
    fill: currentcolor;
    box-sizing: content-box !important;
}
.features {
    padding-block: 80px;
    background: hsl(240, 100%, 99%);
}
.features .section-title {
    margin-bottom: 15px;
}
.section-title {
    text-align: center;
}
.section-text {
    color:  hsl(244, 17%, 61%);
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
}
.features-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}
.features-banner {
    margin-bottom: 35px;
}
.features-banner img {
    width: 100%;
}
.features-content-subtitle {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: var(--fs-5);
    color: var(--eerie-black);
    margin-bottom: 20px;
}
.features-content-subtitle ion-icon {
    color: var(--asas1);
    font-size: 20px;
}
.features-content-title {
    font-size: 28px;
    color:hsl(245, 17%, 27%);
    font-weight: 600;
    margin-bottom: 25px;
}
.features-content-text {
    font-size: 15px;
    color: hsl(244, 17%, 61%);
    line-height: 1.7;
    margin-bottom: 25px;
}
.features-list-item p {
    width: calc(100% - 28px);
    font-size: 15px;
    color: hsl(244, 17%, 61%);
    margin: 0;
}
.features-list {
    margin-bottom: 40px;
}
.btn-primary {
background: var(--asas1);
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.btn-secondary {
    background: hsla(245, 67%, 59%, 0.15);
    color: var(--asas1);
    border: none;
    margin-left: 10px;
}
.btn:is(:hover, :focus) {
    transform: translateY(-2px);
}
.btn-secondary {
    background: hsla(245, 67%, 59%, 0.15);
    color: var(--asas1);
}
.gtttd{
    display: block;
    height: 99%;
    width: 3%;
    fill: var(--asas1);
}
.features-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: hsl(244, 17%, 61%);
}
.contact {
    padding-block: 80px;
    background: hsl(240, 100%, 99%);
}
.newsletter {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    background: var(--asas1-hover); 
}
.newsletter .img-HKS {
    width: 40%;
    height: 100%;
}

.newsletter .input-HKS{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 80px;
}
.input-HKS-cont{
    margin: 20px 0;
    }
    .inut-3{
        display: flex;
  min-width: 60%;
  position:relative;
    }
    .inut-2{ 
  min-width: 40%;
    }
    .inut-3 input{        
        font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    background-color: transparent;
    padding: 15px 30px;
    border-radius: 30px;
    transition: 0.25s ease;
    background: #ffffff;
    border: none;
    width: 100%;
    outline: none;
    margin-top: 60px;
    }
.newsletter .input-HKS h1{
    margin: 0;
    font-size: 60px;
    font-weight: 700;
}
.newsletter .input-HKS p{
    margin: 0;
    font-size: 20px;
    color: hsl(244, 17%, 61%);
}
.newsletter .input-HKS input{
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin-top: 15px;
    padding-left: 0;
    outline: none;
}
.newsletter .img-HKS img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.JOHkh6-BTyN{
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    background-color: transparent;
    padding: 15px 43px;
    border-radius: 30px;
    transition: 0.25s ease;
    background: var(--asas1);
    color: white;
    border: none;
    position: absolute;
    bottom: 0;
    height: 55.83px;
    right: 0;
}
.JOHkh6-BTN:is(:hover, :focus) {
    transform: translateY(-2px);
}
.container {
    margin-inline: auto;
    padding-inline: 15px;
    display: block !important;
}
.about  .container {
    display: flex !important;
}
.contact .section-title {
    margin-bottom: 15px;
    padding-top: 60px;
}

.section-title {
    text-align: center;
}
.contact .section-text {
    margin-bottom: 60px;
}
.ionicon-fill-none {
    fill: none;
}

.section-text {
    color: hsl(244, 17%, 61%);
    font-size: 15px;
    line-height: 1.7;
    max-width: 450px;
    margin-inline: auto;
    text-align: center;
}
.contact-wrapper {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 80px;
    padding-bottom: 60px;
    align-items: center;
}
.contact label {
    color: hsl(245, 17%, 27%);
    font-weight: 500;
    margin-bottom: 10px;
}

a, img, span, input, label, button, ion-icon, textarea {
    display: block;
}
.contact .input-field {
    background: transparent;
    color:hsl(245, 17%, 27%);
    font-size:14px;
    padding: 10px 15px;
    border: 1px solid hsla(244, 17%, 67%, 0.3);
    border-radius: 4px;
}
.contact-form .wrapper-flex {
    display: flex;
}

textarea.input-field {
    margin-bottom: 20px;
    resize: vertical;
    min-height: 50px;
    height: 100px;
    max-height: 200px;
}
input, textarea {
    border: none;
    font: inherit;
    width: 100%;
}
.wrapper-flex .input-wrapper {
    width: 100%;
}

.input-wrapper {
    margin-bottom: 20px;
}
.btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;    
    margin-top: 60px;
}
.contact-list li:not(:last-child) {
    margin-bottom: 25px;
}
.contact-link {
    color: hsl(244, 17%, 61%);
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items:center;
    gap: 5px;
}
.contact-list{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.contact .container{
    margin-inline: auto;
    padding-inline: 15px;
    display: block !important;
}
footer {
    background: var(--asas2);
    color: hsla(0, 0%, 100%, 0.5);
    font-weight: 500;
}
.footer-top {
    padding-block: 80px;
}
.footer-bottom {
    background: var(--asas2);
    padding-block: 20px;
    text-align: center;
}
.footer-top .container {
    display: flex  !important;
    justify-content:center;
    align-items: flex-start;
    gap: 50px;
}
.container {
    margin-inline: auto;
    padding-inline: 15px;
}
.footer-brand {
    margin-bottom: 0;
    max-width: 300px;
}

.footer-brand {
    margin-bottom: 60px;
}
footer .logo {
    margin-bottom: 25px;
}
.footer-text {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
}
.social-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.footer-brand {
    margin-bottom: 60px;
}
.footer-link-box {
    margin-right: 40px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 120px;
}
.footer-list {
    width: 170px;
}
.footer-list li:first-child {
    margin-bottom: 20px;
}
.footer-item-title {
    color: white;
    font-weight: 700;
}
.footer-link {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 15px;
    transition: 0.25s ease;
    text-transform: uppercase;
    margin:0;
    padding-block: 10px;
}
.copyright a {
    display: inline-block;
    color:  hsla(0, 0%, 100%, 0.5);
    transition: 0.25s ease;
}
/* login */
/*   sign in */
.sombre_removed {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #0000004d;
    z-index: 8000; 
}
.cont-AyAUpsk{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #00000095;
    visibility: hidden;
    opacity: 0;
    z-index: 10000;
    transition: all cubic-bezier(0.85, -0.06, 0, 1.14) 0.7s;
}
.cont-AyAUpsk.now{
    visibility: visible;
    opacity: 1;
    z-index: 1000;
    transition: all cubic-bezier(0.85, -0.06, 0, 1.14) 0.1s;
}
.overflow{
overflow: hidden;
}
.error_result{
    padding-top: 8px;
    font-size: 14px;
    line-height: 21px;
    color: #f43737;
}
.success_result{
    font-size: 15px;
    margin-top: 11px;
    color: #22b50e;
}
.cont-AyAUpsk_sign-in{
    background: white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 400px; 
    z-index: 9000;  
    padding: 0 36px 24px;
    transition: all cubic-bezier(0.85, -0.06, 0, 1.14) 0.3s;
    transform: scale(0);
    margin: 0 25px;
}
.cont-AyAUpsk.now .cont-AyAUpsk_sign-in{
    transform: scale(1);
    transition: all cubic-bezier(0.85, -0.06, 0, 1.14) 0.5s;
}

.cont-AyAUpsk_sign-in_input{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.cont-AyAUpsk_sign-in_input input{
    border: 1px solid #c5c6c9;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #404145;
    font: inherit;
    padding: 8px 12px;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    width: 100%;
    outline: none;
}
.form-cont-AyAUpsk{
    padding: 32px 0;
    text-align: center;
}
.form-cont-AyAUpsk h4{
    color: #404145;   
    font-size: 24px;
    line-height: 130%; 
    font-weight: 700;
}
.btn_login{
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 12px 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 70ms cubic-bezier(.75,0,.25,1);
    -o-transition: 70ms cubic-bezier(.75,0,.25,1);
    transition: 70ms cubic-bezier(.75,0,.25,1);
    background: var(--asas1);
    color: white;
}
.AyAUpsk{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;  
}
.AyAUpsk-remember-Me{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.AyAUpsk-Forgot-Password{
    color: var(--asas1);
    cursor: pointer;
}
.AyAUpsk-Forgot-Password:hover{
    text-decoration: underline;
}
.Join-now{
    margin-top: 27px;
    padding-top: 9px;
    text-align: center;
    border-top: 1px solid #ddd
}
.AyAUpsk-Join-now{
    color: var(--asas1);
    cursor: pointer;
}
.AyAUpsk-Join-now:hover{
    text-decoration: underline;
}
.none{
    display:none !important;
}
.login-span {
    padding-top: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 21px;
    width: 100%;
}
.btn_join {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 12px 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 70ms cubic-bezier(.75,0,.25,1);
    -o-transition: 70ms cubic-bezier(.75,0,.25,1);
    transition: 70ms cubic-bezier(.75,0,.25,1);
    background: var(--asas1);
    color: white;
}
.AyAUpsk-remember-Me {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cont-AyAUpsk_sign-in_input input {
    border: 1px solid #c5c6c9;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #404145;
    font: inherit;
    padding: 8px 12px;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    width: 100%;
    outline: none;
}
/* section live chat */

.GVJVUHB{
    padding: 40px 0;
    background: #f2f2f2;
    line-height: 1.25;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn--KHBKB{
    border-color: var(--asas1);
    background: var(--asas1);
    color: #fff;
    text-shadow: 0 -1px 1px var(--asas1);
    display: inline-block;
    height: 38px;
    padding: 0 1em;
    border-radius: 5px;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    touch-action: manipulation;
    margin-left: 15px;    
    transition: 0.25s ease;
}
.btn--KHBKB:hover{
    background: var(--asas1-hover);
}
.border_error{
  border:   1px solid #ff0000 !important;
}
.border_error_bottom{
  border-bottom:   1px solid #ff0000 !important;
}
#alert{
  font-size: 15px;
  position: fixed;
  bottom: -100%;
  background: #444343;
  color: white;
  padding: 20px;
  left: 14px;
  border-radius: 15px;
  transition: all ease-in-out 0.2s;
  z-index: 101;
}
.alert_success{
  bottom: 24px !important;
  transition: all ease-in-out 0.4s !important;
}
.load_send_data{
  opacity: 0.6 !important;
  pointer-events: none !important;
  position: relative !important;
}
.load_container_send{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  HEIGHT: 100%;
  left: 0;
  top:0;
}
.load_container_send img{
  width: 100px;
}
.selected-HJIG{
     width: 39px;
    overflow: hidden;
    margin-left: 15px;
    border-radius: 4px;
    cursor: pointer;
}

.selected-HJIG img{
  width: 100%;
}
.select-lang-Ang{
    position: absolute;
    top: 39px;
    right: -15px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px #ddd;
    transform: scale(0.0);
    transition: all cubic-bezier(0.85, -0.06, 0, 1.14) 0.2s;
}
.GUVY-ang{
    transition: all cubic-bezier(0.85, -0.06, 0, 1.14) 0.5s;
    transform: scale(1.0);
    padding: 5px 5px;
}

.select-lang-Ang .info-contry {
    display: flex;
    margin: 9px;
    align-items: center;
    border-radius: 10px;
    transition: all ease 0.3s;
    cursor: pointer;
}
.select-lang-Ang .info-contry:hover{
    background: #f5f1f1;
    transition: all ease 0.2s;
}
.select-lang-Ang .info-contry span{
    margin-left: 11px;
}
.select-lang-Ang .info-contry img{
    width: 39px;
    border-radius: 4px;
}
.box-etap-v{
    display: grid;
    grid-template-columns: 12fr 75fr;
    margin-bottom: 25px;
}
.box-step-nb{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: var(--asas1);
}
#JHGHGOIJHJKL{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0px;
}
#JHGHGOIJHJKL .box{
    margin: 20px;
}
.box-etap h1{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.box-etap p{
    margin: 0;
    font-size: 1.0625rem;
    font-weight: 300;
}
.boxer{
    display: flex;
    justify-content: center;
}
.arg-pad{
    margin: 20px;
    width: 250px;
    cursor: pointer;
    height: fit-content;
}
.p-paragh{
    margin: 0;
    font-size: 1.0625rem;
    font-weight: 300;
    text-align: initial;
}
.price-bjb{
    font-size: 20px;
    background: var(--asas1);
    color: white;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 22px;
    font-weight: 600;
    margin-top: 5px;
}
.about-card:hover .price-bjb{
    color: var(--asas1);
    background: white;
}
.disp-lay{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.container_img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
.container_img img{
    width: 100px;
    margin: 22px;
}
.progras {
    background: hsl(240, 100%, 99%);
}
.faq-text {
    margin-top: 25px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}
.faq-text li {
    list-style: none;
    cursor: pointer;
    font-size: 20px;
    width: 100%;
}
.faq-text li .question-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 1s;
}

.faq-text span {
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
}
.faq-text li.showAnswer .question-arrow .question, .accordion-text li.showAnswer .question-arrow .arrow {
    color: var(--asashover);
    transition: 1s;
}
  .ask .accordion-text .title{
    font-size: 35px;
    font-weight: 600;
      font-family: 'Roboto Condensed', sans-serif;
  }
  .ask .accordion-text .faq-text{
      margin-top: 25px;
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
  }
  .ask .accordion-text .faq-text span{
     font-weight: 500;
     font-family: 'Roboto Condensed', sans-serif;   
  }
  .faq-text::-webkit-scrollbar{
    display: none;
  }
  .ask .accordion-text li{
    list-style: none;
    cursor: pointer;
    font-size: 20px;
    width: 100%;
  }
  .accordion-text li .question-arrow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 1s;
  }
  .accordionaccordion-text li .question-arrow .question{
    font-size: 18px;
    font-weight: 500;
    color: white;
    transition: all 0.3s ease;
    transition: 1s;
  }
  .accordion-text li .question-arrow .arrow{
      font-size: 20px;
      transition: none;
      color: #4a4a4a;
  }
  .accordion-text li.showAnswer .question-arrow .arrow{
    transform: rotate(-180deg);
    transition: 1s;
  }
  .accordion-text li:hover .question-arrow .question,
  .accordion-text li:hover .question-arrow .arrow{
    color: var(--asashover);
    transition: 1s;
  }
  .accordion-text li.showAnswer .question-arrow .question,
  .accordion-text li.showAnswer .question-arrow .arrow{
    color: var(--asashover);
    transition: 1s;
  }
  .accordion-text li .line{
    display: block;
    height: 2px;
    width: 100%;
    margin: 10px 0;
    background: rgba(0, 0, 0, 0.1);
  }
  .accordion-text li  p{
      font-size: 15px;
      display: none;
      margin-top: 10px;
  }
  .accordion-text li.showAnswer p{
    display: block;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
  }
  .accordion-text li .question-arroww{
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 1s;
  }
  .accordionaccordion-text li .question-arroww .question{
    font-size: 18px;
    font-weight: 500;
    color: white;
    transition: all 0.3s ease;
    transition: 1s;
  }
  .accordion-text li .question-arrow .arroww{
    font-size: 20px;
    color: white;
    transition: all 0.3s ease;
    transition: 1s;
  }
  .accordion-text li.showAnswer .question-arrow .arroww{
    transform: rotate(-180deg);
    transition: 1s;
  }
  .accordion-text li:hover .question-arrow .question,
  .accordion-text li:hover .question-arrow .arroww{
    color: var(--asashover);
    transition: 1s;
  }
  .accordion-text li.showAnswer .question-arroww .question,
  .accordion-text li.showAnswer .question-arroww .arrow{
    color: var(--asashover);
    transition: 1s;
  }


  .accordion-text li p {
    font-size: 15px;
    display: none;
    margin-top: 10px;
}
.arab{
    right: auto;
    left: 0;
}
.social-list  > li  > a  > i{
    font-size: 30px;
    color: white;
}
#decris{
    width: 100%;
}
#decris .input-field {
    background: transparent;
    color: hsl(245, 17%, 27%);
    font-size: 14px;
    padding: 10px 15px;
    border: 1px solid hsla(244, 17%, 67%, 0.3);
    border-radius: 4px;
    margin-bottom: 15px;
}
#decris label{
    color: hsl(245, 17%, 27%);
    font-weight: 500;
    margin-bottom: 20px; 
}
h4{
    margin:0;
}
.YIDUGUjTU{
    padding: 25px 30px;
    z-index: 111;
    background: var(--asas1);
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_page{
    margin-top: 102px;
    display: flex;
    justify-content: center;
}
.help-center{
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;    
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: var(--asas2) !important;
    height: 347px;
    margin-top: 150px;
}

.help-center .img {
    opacity: 0.7;
}
.input-help {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; 
    background: #18182378;
}
.input-help .box h1{
    color: #ffffff;
    font-weight: 800;
    margin: 0;
    background: var(--asas1);
    line-height: 1.5;
    text-align: center;
    padding: 9px 30px;
    width: fit-content;
    border-radius: 70px;
}
.input-help .box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.input-back8i{
    padding: 10px 15px;
    padding-left: 42px;
    border-radius: 50px;
    outline: none;
    font-size: 15px;
    font-weight: 500; 
    width: 300px;
}
.box-input-KKo{
    margin-top: 25px;
    position: relative;
    overflow: hidden;
    height: fit-content;
}
.box-input-KKo i{
    position: absolute;
    left: 12.9px;
    top: 12.5px;
    font-size: 18px;
}
.send-ail-btn{
    background: var(--asas1);
    padding: 10px;
    color: white;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
}
.about-card:hover .send-ail-btn{
    background: white;
    color: var(--asas1);
}
#home{
    position: relative;
}
.des-flex{
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.image-wrapper.home-contact-link-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin-right: 14px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 14px;
    background-color: var(--asas1);
    box-shadow: 0 2px 9px 0 rgb(93 79 255 / 11%);
}
.home-contact-links-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.home-contact-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #181443;
    line-height: 1.111em;
    text-decoration: none;
}
.VBHJKHBj{
    margin-top: -190px; 
}
.box-services{
    width: 400px;
    background: white;
    box-shadow: var(--asas-shodow);
    border-radius: 16px;z-index: 100;
    margin: 20px 10px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: box-shadow 350ms ease, border-color 350ms ease, -webkit-transform 350ms ease;
    transition: box-shadow 350ms ease, border-color 350ms ease, -webkit-transform 350ms ease;
    transition: box-shadow 350ms ease, transform 350ms ease, border-color 350ms ease;
    transition: box-shadow 350ms ease, transform 350ms ease, border-color 350ms ease, -webkit-transform 350ms ease;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: #efeef6;
    border-radius: 32px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgb(93 79 255 / 3%), 0 1px 13px 0 rgb(15 12 49 / 2%);
}
.box-services:hover{
    -webkit-transform: translate(0px, -8px);
    -ms-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
    border-color: var(--asas1);
}
.card-service-content {
    padding: 32px 32px 45px;
}
.box-services .card-img img{
    width: 100%;
    -webkit-transition: box-shadow 350ms ease, border-color 350ms ease, -webkit-transform 350ms ease;
    transition: box-shadow 350ms ease, border-color 350ms ease, -webkit-transform 350ms ease;
    transition: box-shadow 350ms ease, transform 350ms ease, border-color 350ms ease;
    transition: box-shadow 350ms ease, transform 350ms ease, border-color 350ms ease, -webkit-transform 350ms ease;
}
.box-services:hover .card-img img {
    transform-style: preserve-3d;transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.card-service-content  h1{
    margin-top: 0px;
    text-transform: capitalize;
    margin-bottom: 16px;
    color: #181443;
    font-size: 24px;
    line-height: 1.25em;
    font-weight: 700;
}
.card-service-content  p{
    margin-bottom: 24px;
}
.underline {
    width: 100%;
    height: 2px;
    margin-top: 5px;
    transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); 
    transform-style: preserve-3d;
    -webkit-transition: box-shadow 350ms ease, border-color 350ms ease, -webkit-transform 350ms ease;
    transition: box-shadow 350ms ease, border-color 350ms ease, -webkit-transform 350ms ease;
    transition: box-shadow 350ms ease, transform 350ms ease, border-color 350ms ease;
    transition: box-shadow 350ms ease, transform 350ms ease, border-color 350ms ease, -webkit-transform 350ms ease;
}
.box-services:hover .underline {
    background-color: var(--asas1);
    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.card-service-content  a{
        display: inline-block;
        overflow: hidden;
        color: var(--asas1);
        font-size: 16px;
        line-height: 1.5em;
        font-weight: 700;
        text-decoration: none;
    }
    .slide-left-arrow:hover {
        background-color: var(--asas1);
        box-shadow: 0 1px 3px 0 rgb(24 20 67 / 7%), 0 8px 14px 0 rgb(74 58 255 / 60%);
        -webkit-transform: translate(0px, -4px);
        -ms-transform: translate(0px, -4px);
        transform: translate(0px, -4px);
        color: #fff;
    }
    .slide-right-arrow:hover {
        background-color: var(--asas1);
        box-shadow: 0 1px 3px 0 rgb(24 20 67 / 7%), 0 8px 14px 0 rgb(74 58 255 / 60%);
        -webkit-transform: translate(0px, -4px);
        -ms-transform: translate(0px, -4px);
        transform: translate(0px, -4px);
        color: #fff;
    }
    .slide-left-arrow {
        left: 25PX;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 80px;
        height: 80px;
        min-width: 80px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 1000px;
        background-color: #fff;
        box-shadow: 0 1px 3px 0 rgb(24 20 67 / 7%), 0 1px 6px 0 rgb(93 79 255 / 10%);
        -webkit-transition: box-shadow 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
        transition: box-shadow 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
        transition: transform 300ms ease, box-shadow 300ms ease, color 300ms ease, background-color 300ms ease;
        transition: transform 300ms ease, box-shadow 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
        color: var(--asas1);
        display: flex !important;
        position: absolute;
        cursor: pointer;
        z-index: 99;
        font-size: 32px;
    }
    .slide-right-arrow {
        display: flex !important;
        position: absolute;
        z-index: 99;
        right: 25px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 80px;
        height: 80px;
        min-width: 80px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 1000px;
        background-color: #fff;
        box-shadow: 0 1px 3px 0 rgb(24 20 67 / 7%), 0 2px 6px 0 rgb(93 79 255 / 10%);
        -webkit-transition: color 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
        transition: color 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
        transition: transform 300ms ease, color 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
        transition: transform 300ms ease, color 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
        color: var(--asas1);
        font-size: 32px;
        cursor: pointer;
    }
    .w-slider-arrow-right {
        z-index: 4;
        left: auto;
    }
    .w-slider-arrow-left, .w-slider-arrow-right {
        position: absolute;
        width: 80px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        cursor: pointer;
        overflow: hidden;
        color: white;
        font-size: 40px;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        tap-highlight-color: rgba(0,0,0,0);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select:none;
    }
    .sld-section{
        margin: 100px 0;
    }
    .subtitle {
        display: inline-block;
        margin-bottom: 20px;
        padding: 12px 14px;
        border-style: solid;
        border-width: 1px;
        border-color: #efeef6;
        border-radius: 8px;
        background-color: #fff;
        box-shadow: 0 1px 4px 0 rgb(15 12 49 / 2%), 0 5px 15px 0 rgb(93 79 255 / 12%);
        color: var(--asas1);
        font-size: 16px;
        line-height: 1.125em;
        font-weight: 700;
    }
    .home-about-p {
        margin-top: 0px;
        margin-bottom: 16px;
        color: var(--asas1);
        font-size: 38px;
        line-height: 1.237em;
        font-weight: 700;
        letter-spacing: 0.03em;
    }
    .button-primary {
        padding: 24px 32px;
        border-radius: 12px;
        background-color: var(--asas1);
        box-shadow: 0 0 0 0 rgb(74 58 255 / 12%);
        -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
        transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
        transition: transform 300ms ease, box-shadow 300ms ease;
        transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
        color: #fff;
        line-height: 1.111em;
        font-weight: 700;
        text-align: center;
        -webkit-transform-style: preserve-3d;
        width: fit-content;
        cursor: pointer;
        transform-style: preserve-3d;
    }
    .about-section{
        position: relative;
        overflow: hidden;
        background-color: #faf9fc;    
         padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .container-default {
        max-width: 1268px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 24px;
        padding-left: 24px;
    }
    .info-about-us{
        position: relative;
        z-index: 1;
        max-width: 43%;
    }
 .container-about{
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .button-primary:hover {
        box-shadow: 0 4px 15px 0 #00a79d29;
        -webkit-transform: translate3d(0px, -4px, 0.01px);
        transform: translate3d(0px, -4px, 0.01px);
        color: #fff;
    }
    .LKLJ_img_about{
        max-width: 77%;
        margin-bottom: -187px;
        border-radius: 40px;    
        display: inline-block;
    }
    .LKLJ_img_abhout{
        display: inline-block;
            max-width: 76%;
            -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
            align-self: flex-end;
            border-radius: 40px;
            box-shadow: 0 1px 7px 0 rgb(0 0 0 / 4%), 0 15px 64px 0 rgb(24 20 67 / 17%);
        }
        .images-about-us{
            position: relative;
            z-index: 1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            max-width: 50%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .card.home-contact {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            max-width: 649px;
            min-height: 683px;
            padding: 72px 48px 74px;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }.w-form {
    margin: 0 0 15px;
}
.home-contact-form-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 28px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.success-message {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    background-color: var(--asas1);
    color: #faf9fc;
    text-align: center;
}
.error-message {
    margin-top: 20px;
    padding: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-radius: 12px;
    background-color: #fef1f1;
    color: #f08;
    text-align: center;
}
.input {
    height: 60px;
    margin-bottom: 0px;
    padding-right: 18px;
    padding-left: 18px;
    border-style: solid;
    border-width: 1px;
    border-color: #efeef6;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgb(17 4 73 / 2%);
    -webkit-transition: color 350ms ease, border-width 350ms ease, border-color 350ms ease;
    transition: color 350ms ease, border-width 350ms ease, border-color 350ms ease;
    color: #5d4fff;
    font-size: 18px;
    line-height: 1em;
    outline: none;
} 
textarea.w-input, textarea.w-select {
    height: auto;
}.home-contact-form-block {
    width: 100%;
    margin-bottom: 0px;
}
.card {
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: #efeef6;
    border-radius: 32px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgb(93 79 255 / 3%), 0 1px 13px 0 rgb(15 12 49 / 2%);
}
#w-node-b561bf12-f15e-e68a-fee6-89283d5e85db-bf8169fb {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

.text-area {
    max-height: 200px;
    max-width: 100%;
    min-height: 147px;
    min-width: 100%;
    margin-bottom: 0px;
    padding: 22px 18px;
    border-style: solid;
    border-width: 1px;
    border-color: #efeef6;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgb(17 4 73 / 2%);
    -webkit-transition: color 350ms ease, border-width 350ms ease, border-color 350ms ease;
    transition: color 350ms ease, border-width 350ms ease, border-color 350ms ease;
    color: #5d4fff;
    font-size: 18px;
    outline: none;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
label {
    margin-bottom: 16px;
    color: var(--asas1);
    line-height: 1.111em;
    font-size: 18px;
    font-weight: 700;
}

.input:hover {
    border-color: #5d4fff;
    box-shadow: 0 4px 12px 0 rgb(94 59 245 / 9%);
}
.text-area:hover {
    border-color: #5d4fff;
    box-shadow: 0 4px 12px 0 rgb(94 59 245 / 9%);
}
.input:focus {
    border-width: 1.5px;
    border-color: #5d4fff;
    box-shadow: 0 4px 12px 0 rgb(94 59 245 / 9%);
    color: #5d4fff;
}
.text-area:focus {
    border-width: 1.5px;
    border-color: #5d4fff;
    box-shadow: 0 4px 12px 0 rgb(94 59 245 / 9%);
    color: #5d4fff;
}
#load{
    z-index: 1000000000;
    position: fixed;
    height: 100%;
    width: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

#load img{
    width: 400px; 
    -webkit-animation-name: "slide";
    -webkit-animation-duration: 1.3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}
.hover{
    overflow:hidden;
}
@-webkit-keyframes slide {
    0% {
        -webkit-transform: scale(1.0);
    }
    
    25% {
        -webkit-transform: scale(1.2);
    }
    
    50% {
        -webkit-transform: scale(1.3);
    }
    
    75% {
        -webkit-transform: scale(1.2);
    }
    
    100% {
        -webkit-transform: scale(1.0);
    }
}










