@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
	margin:0px;
    padding:0px;
    font-family: 'Lexend Deca', sans-serif;
}
html {
    scroll-behavior: smooth;
  }
h1{
    font-size: 2.8em;
}
h3{
    font-size: 2.5em;
}
h1, h3{
    font-weight: 800;
}
a, a:hover, a:focus{
    text-decoration: none;
    color: inherit;
}
*::-webkit-scrollbar {
    width: 6px;
  }
  *::-webkit-scrollbar-track {
    background: var(--light-gray);
  }
  *::-webkit-scrollbar-thumb {
    background: var(--brown-white);
    border-radius: 20px;
  }
  *::-webkit-scrollbar-thumb:hover {
    background: var(--dark-red);
  }
/* Colors */
.light{
    --primary:#02b8d9;
    --secondary:#FAFAFA !important;
    --blue:#0747A6;

    --gray:#172B4D;
}
.new-color{
    --light-gray: #f2fdff;
    --dark-red: #d9534f;
    --pale-gray: #e5f6fe;
    --flat-white-blue: #f2f5ff;
    --bg: #faffff;
    --brown-white: #808080;
    --dark-grey: #d9f0eb;
    --profile-blue: rgb(204 251 254 / 60%);
    --bar-blue: #a4dcd7;
    --bright-white: #ffffff;
    --tommato: #dd2e2e;
}

.moible_only{
    display: none;
}
/* /Colors */

.p0{
    padding: 0;
}
.p30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.p15{
    padding-left: 15px;
    padding-right: 15px;
}
.m0{
    margin: 0px !important;
}
.p50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.p100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.pr0{
    padding-right: 0;
}
.pl0{
    padding-left: 0;
}
.navbar-brand img{
    width: 140px;
}
.navbar-nav{
    width: 100%;
    justify-content: space-between;
}
.navbar-nav>div{
    display: flex;
}
.nav-link{
    border-bottom: solid 2px transparent;
    margin: 0 10px;
    transition: all 300ms;
}
.nav-link:hover{
    border-color: var(--primary);
}

/*slider*/
.slider{
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23b3bac5' fill-opacity='0.06' fill-rule='evenodd'/%3E%3C/svg%3E");
    position: relative;
}
.slider .img{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    padding: 0;
    background-image: url(../img/slider.png);
    background-size: cover;
    background-position: center;
    height: 100%;
}
.joinform{
    padding: 25px;
    background-color: var(--white);
    text-align: center;
    margin-top: 50px;
    border-radius: 8px;
    border: solid 1px #eee;
}
.joinform h2{
    font-size: 20px;
}

.joinform h2 span{
    color: var(--primary);
}
.joinform form .row{
    justify-content: space-between;
    margin: 15px 0;
}
.joinform form input{
    margin-bottom: 20px;
}
.joinform form input:nth-of-type(1){
    width: calc(66.66% - 15px);
}
.butn{
    outline: none;
    border: solid 1px var(--blue);
    padding: 8px 15px;
    border-radius: 4px;
    background-color: var(--blue);
    color: var(--white);
    cursor: pointer;
    transition: all 300ms;
}
.butn:hover{
    background: transparent;
    color: var(--blue);
}

.joinform .butn{
    width: 100%;
}
p{
    color: var(--gray);
}

.our-clients{
    padding: 50px 15px;
}
.our-clients h3{
    margin-bottom: 20px;
}
.our-clients p{
    margin-bottom: 30px;
    color: #777;
}
.our-clients .col-md-2{
    display: flex;
    align-items: center;
}
.our-clients .col-md-2 img {
    margin: auto;
    display: block;
}

.how_it_works .heading{
    text-align: center;
}
.how_it_works .step{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.how_it_works .step .stepimg{
    margin: auto;
    display: block;
}
.how_it_works .step h4{
    font-size: 1.3em;
    padding-top: 30px;
    margin-top: 30px;
    border-top: solid 1px;

}

.why_us .img{
    position: relative;
}
.why_us .img .vector{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-30%, -30%);
}
.why_us .img img{
    width: 80%;
    display: block;
    margin: auto;
}
.content h3{
    margin-bottom: 20px;
}
.content p{
    margin-bottom: 25px;
}
.why_us ul,.everything_in ul{
    list-style: none;
    margin-bottom: 35px;
}
.why_us ul li,.everything_in ul li{
    margin-bottom: 10px;
}
.why_us ul li .fa-check,.everything_in ul li .fa-check{
    margin-right: 5px;
    color: var(--primary);
}
.content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.why_us ul{
    display: flex;
    justify-content: space-between;
}
.why_us ul li{
    margin-right: 10px;
}
.everything_in .content{
    padding: 30px;
    background: var(--secondary);
}
.everything_in .img{
    position: relative;
}
.everything_in .img .vector{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: 1;
    transform: translateX(50%);
}
.location{
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23b3bac5' fill-opacity='0.06' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-color: var(--gray);
}
.location h3{
    color: var(--white);
}
.location p{
    color: var(--secondary);
}
.location b{
    color: var(--white);
    margin-bottom: 20px;
}
.location .butn{
    background: transparent;
    color: var(--primary);
}
.location .butn:hover{
    background: var(--primary);
    color: var(--white);
}
.location .img .img-fluid{
    display: none;
    width: 100%;
    margin: auto;
}
.location .img svg{
    display: block;
}
.location path.marker{
    cursor: pointer;
}
.location path.marker:hover{
    fill:var(--primary);
}
.pricing{
    overflow: hidden;
}
.pricing .price{
    padding: 40px;
    background: var(--secondary);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: solid 1px #eee;
    height: 100%;
    position: relative;
}
.pricing .col-md-4:nth-of-type(1) .price .vector {
    z-index: 1;
    position: absolute;
    bottom: -40px;
    right: -40px;
}
.pricing .col-md-4:nth-of-type(3) .price .vector {
    z-index: 1;
    position: absolute;
    bottom: -40px;
    left: -40px;
}
.pricing .col-md-4:nth-of-type(2) .price{
    background: var(--white);
    border-color: transparent;
}
.pricing .col-md-4 p,.pricing .col-md-4 h4{
    margin-bottom: 30px;
    font-weight: 600
}
.launching{
    background-image: url(../img/launching_bg.png);
    background-size: cover;
    position: relative;
}
.launching::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #0005
}
.launching h3{
    color: var(--white)
}
.launching .joinform{
    padding: 50px;
    background: var(--secondary);
}
.aboutOops .container{
    background: #F5FCFD;
    text-align: center;
    border-radius: 10px;
}
.aboutOops .container p{
    margin-top: 20px;
}
.foot h1{
    color: var(--gray);
    font-weight: 800
}
.foot ul{
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.foot ul li{
    margin-bottom: 15px;
}
.foot ul li a{
    color: var(--blue);
}
.foot > .row >div{
    display: flex;
    flex-direction: column;
}
.foot > .row >div:nth-of-type(3) ul{
    display: flex;
    justify-content: space-between;
}
.foot > .row:nth-of-type(2)>div:nth-of-type(3) ul{
    margin: 0;
}
.foot > .row .logo{
    align-items: flex-start;
    filter: grayscale(1);
    opacity: 0.5;
}
.foot > .row:nth-of-type(2),
.foot > .row:nth-of-type(2) p{
    color: #999
}
.foot > .row:nth-of-type(2){
    padding-top: 50px;
    border-top: solid 1px #eee;
}
.fa-info-circle{
    color: var(--primary);
    cursor: pointer;
}

#emailModal .btn{
    background: transparent;
    color: var(--gray-dark);
    padding: 6px 40px;
    border-color: #ccc;
}

#emailModal .vector{
    margin: 20px 0;
}
/*Responsive*/
@media (max-width: 767px) {
    .moible_only{
        display: inherit;
    }
    .navbar-nav>div{
        flex-direction: column;
    }
    .navbar-nav{
        text-align: center;
    }
    .p100{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .slider .container{
        padding: 0;
        text-align: center;
    }
    .slider .img{
        position: unset;
        height: 100vw;
        background-size: 100vw;
        margin-top: 20px;
        background-position: center;
        background-repeat: no-repeat;
    }
    h1{
        font-size: 2.3em
    }
    h3{
        font-size: 1.75em;
    }
    .joinform{
        padding: 15px;
    }
    .joinform form input {
        font-size: 0.85em;
        padding: 5px;
    }
    .joinform input:nth-of-type(1){
        width: 100% !important;
    }
    .joinform .row{
        align-items: flex-start;
    }
    .joinform .row p{
        order: 1;
    }
    .joinform .row .butn{
        width: calc(66.66% - 15px);
        font-size: 0.85em;
    }
    .our-clients{
        padding: 50px 15px;
    }
    .our-clients .row > div{
        margin-bottom: 20px;
    }
    .how_it_works .col-md-4{
        margin-bottom: 20px;
    }
    .how_it_works .step h4{
        border: none;
    }
    .how_it_works .step{
    padding-bottom: 80px;
    border-bottom: solid 1px;
    }
    .why_us{
        overflow: hidden;
    }
    .why_us .col-md-7{
        order: 1;
    }
    .why_us .img{
        padding: 0;
    }
    .why_us .img img{
        width: 100%;
        margin-bottom: 50px;
    }
    .why_us .img .vector {
        right: -40px;
    }
    .everything_in .img{
        margin-bottom: 50px;
        padding: 0;
    }
    .everything_in .img .vector{
        display: none;
    }
    .location .content{
        text-align: center;
        margin-bottom: 50px;
        align-items: center;
    }
    .location .img .img-fluid{
        display: block;
    }
    .location .img svg{
        margin: auto;
        display: none;
    }
    .pricing  .row{
        padding: 0;
    }
    .pricing  .row .col-md-4:nth-of-type(1){
        margin-bottom: 20px;
    }
    .pricing  .row .col-md-4:nth-of-type(2){
        order: -1;
    }
    .launching {
        background-image: url(../img/launching_bg_mob.png);
        padding-top: 200px;
    }
    .launching h3{
        font-weight: 400;
        font-size: 1.3em
    }
    .launching .joinform{
        margin-top: 20px;
    }
    .launching .joinform{
        padding: 15px;
    }
    .foot .logo img{
        margin: auto;
    }
    .foot .row:nth-of-type(2)  .col-md-4:nth-of-type(2){
        margin: 20px 0;
        text-align: center
    }
    .foot .row:nth-of-type(2) .col-md-4:nth-of-type(2) p,
    .foot .row:nth-of-type(2) .col-md-4:nth-of-type(3) ul{
        margin: 0
    }
}
