/* @import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap"); */


html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    font-family: "Nunito";
}
a,
p,
i {
    color: #000000;
    text-decoration: none !important;
}
.main-content {
    box-shadow: 0 0 10px -5px #000 !important;
    padding: 5px;
    position: relative;
}
a.flag-link {
    display: flex;
    align-items: center;
    gap: 10px;
}
a.skip-btn,
.language a,
a.flag-link {
    text-decoration: none;
    font-size: 0.7em !important;
    color: #000;
    line-height: 28px;
}
.language button.langchange {
    border: none;
    background: transparent;
    font-size: 0.7em !important;
    text-transform: uppercase;
    color: #000;
}
 li.access {
    position: relative;
    padding: 0 13px;
}
.socials img{
    width: 15px;
}
 a.img-skip img{
    width: 25px;
}
ul.right-content {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    gap: 0px;
}
ul.right-content li.access:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    background: #bbb9b9;
    z-index: 45;
    left: auto;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}
ul.accessability button {
    border: 1px solid #0000;;
    background: transparent;
    font-size: 0.8em !important;
    padding: 0px 5px;
}
ul.accessability button:hover {
    color: #3656ff;
}
ul.accessability button#normal {
    background: transparent;
    border: 1px solid #6b6b6b;
    color: #6b6b6b;
}
.top-bar i {
    font-size: 0.8em;
}
ul.accessability button#high-contrast {
    background: #6b6b6b;
    border: 1px solid #6b6b6b;
    color: #fff;
}
.search-feild {
    display: none;
    position: absolute;
    background: #fff;
    padding-left: 10px;
    box-shadow: 4px 2px 5px -3px #000;
    left: 0;
    top: 22px;
}
.top-bar form:hover .search-feild {
    display: flex;
}
.search-feild input {
    border: none;
    font-size: 14px;
    outline: transparent !important;
}
.search-feild button.search-btn {
    background: #000;
    padding: 5px 10px;
}
.search-feild button.search-btn i {
    color: #fff;
}
button.search-btn {
    border: none;
    background: transparent;
}
ul.accessability,
ul.language {
    display: flex;
    align-items: center;
    padding: 0;
    list-style: none;
    margin: 0;
}
ul.language {
    display: flex;
    align-items: center;
    padding: 0;
    list-style: none;
    gap: 15px;
    margin: 0;
}

.socials ul li:hover{
    background:#efefef;
}
.socials ul li {
    padding: 5px 10px;
}
.socials ul li svg {
    width: 15px;
    height: 15px;
}
.socials ul {
    display: none;
    position: absolute;
    top: 22px;
    background: #fff;
    list-style: none;
    margin: auto;
    left: 0;
    padding: 0;
    right: 0;
    width: max-content;
}
.socials:hover ul{
    display: block
}
/* Banner Section */
.Logo img {
    width: 60px;
    position: relative;
    filter: contrast(10);
}
.logo-txt {
    border-left: 1px solid #7e7e7e;
}
.Logo {
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: flex-start;
    width: 15%;
}
.Logo .logo-txt h2 {
    font-family: "Mulish";
    font-weight: 800;
    font-size: 2.5rem;
    margin: 0;
    color: #3656ff;
    line-height: 40px;
}
.Logo .logo-txt p {
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    color: #000;
    line-height: 1.1em;
    font-family: "Mulish";
}
.containe.banner-area {
    padding: 50px;
}
.banner-area .text-right img {
    float: right;
    margin-right: 25px;
}
section#banner-sec {
    background: #e5eefd;
    padding: 25px;
}
section#banner-sec .content-part h1 {
    font-family: "Nunito";
    font-weight: 800;
}
section#banner-sec .content-part p {
    font-family: "Nunito";
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.2em;
    color: #000;
}
button.btn-blue {
    border: none;
    background: #3656ff;
    color: #fff;
    padding: 23px 50px;
    border-radius: 40px;
    width: max-content;
    font-weight: 600;
    font-size: 1em;
}
button.btn-white {
    border: none;
    background: #fff;
    color: #000;
    padding: 11px 15px 11px 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1em;    
    align-items: center;
}
section#banner-sec .content-part .d-flex {
    gap: 15px;
    align-items: center;
}
button:hover {
    background: #000;
    color: #fff;
}
button:hover i {
    color: #fff !important;
}
section#banner-sec .content-part button.btn-white i {
    font-size: 50px;
    margin-left: 15px;
    color: #000;
}

/* // feedback */
.feedbackForm {
    background: linear-gradient(162deg, #3656ff, #0163db, #12a8ff);
    padding: 45px;
    border-radius: 25px;
    margin: 50px 80px !important;
    position: relative;
}
.feedbackForm p,
.feedbackForm img {
    font-size: 1.35rem;
    color: #fff;
    font-weight: 400;
    font-family: "Mulish";
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
.feedbackForm:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #33cfff52;
    width: 240px;
    height: 240px;
    border-radius: 25px 0px 250px 0px;
    z-index: 0;
}
.benefits-box img , .benefits-box svg{
    background: linear-gradient(169deg, #3656ff, #74c9f9);
    padding: 15px;
    border-radius: 100%;
    width: 4.7em;
    height: 4.7em;
    margin-bottom: 1.25em;    
  transition: 300ms;
}
.feedbackForm:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: #001a7f40;
    width: 280px;
    height: 240px;
    border-radius: 300px 0px 40px 0px;
    z-index: 0;
}
h2.heading {
    text-align: center;
    font-weight: 800;
    font-family: "Mulish";
    margin-bottom: 1.65em;
    font-size: 1.9em;
}
.benefits a {
    color: #000;
}
.benefits .benefits-box {
    box-shadow: 0 0 26px -14px #0000003d;
    padding: 10px 15px;
    border-radius: 1.01em;
    text-align: center;
    border: 2px solid #0000;
    height: 14.4em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in ;
}
.benefits .benefits-box svg {
    width: 70px;
    height: 70px;
}
.benefits .benefits-box h4 {
    font-size: 1em;
    font-weight: 500;
    font-family: "Nunito";
}
.benefits .benefits-box:hover,
.benefits .benefits-box.active,
.benefits .benefits-box:focus {
    border: 3px solid #0074ff;
  transition: all .2s ease-out;
  color: #000;
    
}

/* // How it workes */
section.how-it-works {
    margin: 70px 0;
}

.flow-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    background: linear-gradient(215deg, #f5e7fd, #e7f3fd);
    padding: 10em 5em;
    border-radius: 1.25em;
    position: relative;
}
.flow-container:before {
    content: "";
    background-image: url(../images/dots-bg.svg);
    position: absolute;
    left: -200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 13%;
    height: 100%;
}
.flow-container:after {
    content: "";
    background-image: url(../images/dots-bg.svg);
    position: absolute;
    right: -200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 13%;
    height: 100%;
}
.step:hover {
    color: #000;
}
.step {
        position: relative;
    width: 10.6em;
    height: 10.6em;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    flex-direction: column;
    font-size: 18px;
    font-family: 'Mulish';
    font-weight: 900;
    color:rgb(80, 79, 79);
}

.step svg {
    width: 14.3em;
    height: 14.3em;
    z-index: -1;
    position: absolute;
    top: 33px;
}
.reverse svg#half-circle {
    transform: rotate(181deg);
    top: -100px;
}
.circle:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: -20px;
    bottom: 2px;
    margin: auto 0;
    width: 50px;
    height: 50px;
    background: #8845df;
    clip-path: polygon(50% 18%, 0% 94%, 85% 100%);
    right: -24px;
}
.reverse:after {
    transform: rotate(164deg);
    right: -21px;
    bottom: -35px;
    background: #f2ab34;
}
.step svg path {
    fill: none;
    stroke-width: 8;
    stroke-linecap: round;
    pointer-events: none;
}
.circle:nth-child(3)::after {
    background: #e9e36d;
}
.circle {
    width: 15.65em;
    height: 15.65em;
    border: dashed 3px #3f66fe;
    border-radius: 190px;
    margin: 0;
    padding: 25px;
    position: relative;
}

/* Responsive for smaller screens */
@media screen and (max-width: 768px) {
    .flow-container:after, .flow-container:before{
        display: none;
    }
    .step {
        width: 200px;
        height: 200px;}
        #high-contrast .step{            
        color: #f6ff00 !important;
        }
    .reverse svg#half-circle {
        transform: rotate(181deg);
        top: -95px;
    }
    .step svg {
        top: 38px;
        left: -27px;
    }
    .circle {
        padding: 20px;
    }
    .triangle,
.triangle:before,
.triangle:after{
    display: none;
}
}

.triangle {
    position: relative;
    background-color: #e5eefd;
    text-align: left;
}
.triangle:before,
.triangle:after {
    content: "";
    position: absolute;
    background-color: inherit;
}
.triangle,
.triangle:before,
.triangle:after {
    width: 9em;
    height: 9em;
    border-top-right-radius: 30%;
}

.triangle {
    transform: rotate(270deg) skewX(-30deg) scale(1, 0.866);
    position: absolute;
    right: 5em;
    right: 4.4em;
    z-index: -1;
    bottom: 8rem;
}
.triangle:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}
.triangle:after {
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}
.slider .carousel-item .row {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
}
.slider h5 {
    font-size: 2.5em;
    text-align: right;
    font-weight: 900;
    font-family: "Mulish";
    color: #514c4c;
}
.carousel-indicators {
    left: 30% !important;
    bottom: -60px !important;
    align-items: center;
}
.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%;
    border: none;
}
.carousel-indicators button.active {
    background: #000;
    width: 10px !important;
    height: 10px !important;
    border: 0 !important;
}
.caption {
    position: relative;
}
.row.cta-area {
    margin: 100px auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.row.cta-area h3 {
    margin-bottom: 0.9em;
    font-family: "Nunito";
    font-weight: 700;
}
.row.cta-area h3 span {
    color: #3656ff;
}

/* // Footer Starts */
footer.footer {
    text-align: center;
}
footer.footer h5 {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 25px;
    color: #7a7979;
    font-weight: 400;
    font-size: 1.4em;
}
footer.footer h5 a {
    color: #979696;
    font-weight: 400;
}
footer.footer .logo-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    padding: 0;
}
footer.footer .logo-footer img {
    width: 150px;
}
/* // help popup */
.help-popup .button {
    position: absolute;
    right: 40px;
    bottom: 150px;
    background: #000;
    width: 80px;
    height: 80px;
    color: #fff;
    border-radius: 100%;
    font-size: 18px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    line-height: 80px;
    text-align: center;
    transition: all 0.3s ease-out;
}
.langchange::after {
    content: attr(data-en);
}

/* .box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.overlay {
  position: fixed;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  background: rgba(0, 0, 0, 0);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.langchange::after {
  content: attr(data-en);}
.popup {
    margin: 0;
    padding: 35px;
    background: #000000;
    border-radius: 5px;
    width: 100%;
    position: relative;
    transition: all 5s ease-in-out;
    float: right;
}
.popup input, .pupup input:focus, .popup textarea, .popup textarea:focus {
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent !important;
    border-radius: 0;
    color: #fff !important;
    font-size: 0.8em;
    font-weight: 300;
    outline: none !important;
    box-shadow: none !important;
        display: block;
    width: 100%;
}
.popup ::placeholder {
    color: #bbbaba;

}
.popup label {
    margin-top: 0;
    color: #fff;
    font-size: 0.8em;
}
.popup .close {
  position: absolute;
      top: 0px;
    right: 10px;
  transition: all 200ms;
  font-size: 1.9em;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.popup .close:hover {
  color: #fff;
}
.popup .form {
  max-height: 30%;
  overflow: auto;
  color: #fff;
}
.popup button.btn {
    background: #fff;
    font-size: 0.8em;
    font-weight: 700;
    border-radius: 5px;
    width: 100%;
    margin-top: 20px;
} */
.feedbackForm img {
    width: 100%;
}
a.img-skip {
    display: none;
}
@media screen and (max-width: 768px) {
    a.flag-link, ul.right-content{
        justify-content: center;
    }
    a.img-skip {
    display: block;
}
.Logo {
    width: 30%;}
a.skip-btn {
    display: none;
}
    .main-content, .main-content .col-sm-12{
        padding: 0;
        background-color: #efefef;
    }
    body#font-down, body#font-down a {
    font-size: 3vw !important;
}
body#font-up, body#font-up a {
    font-size: 4vw !important;
}
    .top-bar .row {
    flex-direction: column-reverse;
}
    ul.right-content li.access:after {
   height: 30px;
}
    .main-content:after {
        content: "";
        width: 100%;
        height: 0.1px;
        background: #c3c3c3;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
}
    .containe.banner-area {
        padding: 0;
    }
    .banner-area .text-right img {
        float: none;
        margin: auto;
        width: 100%;
        margin-bottom: 1.25em;
    }
    section#banner-sec .content-part .d-flex {
        flex-direction: column;
    }
    button.btn-white {
        justify-content: center;
    }
    .row.feedbackForm {
        margin: 35px 10px !important;
    }
    section#banner-sec .content-part .d-flex button {
        width: 100%;
    }
    .feedbackForm img {
        width: 100%;
    }
    .row.feedbackForm {
        margin: 30px 0px !important;
        padding: 20px;
    }
    .how-it-works .inner {
        padding: 30px;
        gap: 30px;
        margin: 0 20px;
    }
    .slider .carousel-item .caption {
        display: block !important;
    }
    .slider .carousel-item .caption h5 {
        text-align: center;
        font-size: 1.9em;
        line-height: 35px;
        margin-bottom: 0.9em;
    }
    .carousel-indicators {
        left: -5% !important;
    }
    .slider .carousel-item .caption:before {
        display: none;
    }
    .box {
        width: 70%;
    }
    .popup {
        width: 70%;
    }
    .how-it-works .inner .work-box {
        width: 250px;
        height: 250px;
    }
    .flow-container {
        gap: 30px !important;
    }
}
@media screen and (max-width: 1200px) {
    .flow-container {
        gap: 15px;
    }
    .flow-container:after, .flow-container:before{
        display: none;
    }
    .triangle,
.triangle:before,
.triangle:after{
    display: none;
}
    button.btn-white {
        padding: 9px 10px 9px 15px;
        font-size: 0.8em;
        width: 200px;
        justify-content: center;
    }
    button.btn-blue {
        padding: 15px 30px;
        width: 200px;
        font-size: 0.8em;
    }
    section#banner-sec .content-part button.btn-white i {
        font-size: 1.9em;
    }
    section#banner-sec .content-part h1 {
        font-size: 35px;
    }
    .feedbackForm {
        padding: 35px;
        margin: 50px 0px !important;
        align-items: center;
    }
    .slider .carousel-item .caption:before {
        display: none;
    }
    .benefits .benefits-box {
        margin-bottom: 25px;
    }
    .how-it-works .inner {
        padding: 25px;
    }
    .how-it-works .inner .work-box {
        width: 150px;
        height: 150px;
    }
    .how-it-works .inner .work-box h4 {
        font-size: 1em;
    }
    .slider .carousel-item .caption h5 {
        font-size: 35px;
        line-height: 40px;
    }
    .row.cta-area h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1500px) {
    .flow-container {
        gap: 15px;
    }
    .flow-container:after, .flow-container:before{
        display: none;
    }
    .triangle{
        bottom: 6rem;
        right: 3.4em;
    }
    .triangle, .triangle:before, .triangle:after {
        width: 7em;
        height: 7em;
    }
    section#banner-sec .content-part h1 {
        font-size: 35px;
    }
    button.btn-white {
        padding: 13px 10px 13px 15px;
        font-size: 0.8em;
        width: 200px;
        justify-content: center;
    }
    button.btn-blue {
        padding: 15px 30px;
        width: 200px;
        font-size: 0.8em;
    }
    section#banner-sec .content-part button.btn-white i {
        font-size: 1.9em;
    }
    .feedbackForm {
        padding: 35px;
        margin: 50px 0px !important;
        align-items: center;
    }
    .slider .carousel-item .caption:before {
        display: none;
    }
    .benefits .benefits-box {
        margin-bottom: 25px;
    }
    .how-it-works .inner {
        padding: 25px;
    }
    .how-it-works .inner .work-box {
        width: 150px;
        height: 150px;
    }
    .how-it-works .inner .work-box h4 {
        font-size: 1em;
    }
    .slider .carousel-item .caption h5 {
        font-size: 35px;
        line-height: 40px;
    }
    .row.cta-area h3 {
        font-size: 20px;
    }
}
/* Acessability css */

body#font-down,
body#font-down a {
    font-size: 0.7vw;
}
body#font-up,
body#font-up a {
    font-size: 0.8vw;
}
body#high-contrast,
body#high-contrast .how-it-works .inner .work-box {
    background: #000;
    color: #f6ff00;
}
body#high-contrast #banner-sec,
#high-contrast .how-it-works .inner {
    background: #3d3d3d;
    color: #f6ff00;
}
body#high-contrast a,
body#high-contrast p,
body#high-contrast i {
    color: #f6ff00 !important;
}
body#high-contrast button,
body#high-contrast button.active:hover,
body#high-contrast .news-updates .block ul li span {
    color: #000;
    background: #f6ff00;
}
body#high-contrast button {
    background: #f5fe00;
    color: #000000;
}
#high-contrast h5 {
    color: #f5fe00;
}
body#high-contrast .flow-container,
body#high-contrast .step {
    background: #000000;
    border: 1px solid #f6ff00;
}
body#high-contrast button.langchange {
    background: transparent;
    color: #f5fe00;
}
body#high-contrast .socials img {
    filter: invert(1);
}
/* // animation */
.drop-in {
    animation: drop-in 1s ease 200ms backwards;
}

.drop-in-2 {
    animation: drop-in 1200ms ease 500ms backwards;
}
#high-contrast .benefits-box {
    border-color: #f6ff00;
}
@keyframes drop-in {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translate(0px);
    }
}

.embed-bground {
    enable-background:new 0 0 512 512;
}
.embed-bground .svg-bg {
  fill: #1B80E4;
}

.embed-bground .svg-icon {
  fill: #FCFCFC;
}
