@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Instrument Sans", sans-serif;
  color: #45556C;
}

.f-light{
 font-family: "Instrument Sans", sans-serif;
 font-weight: 300;
}
.f-regular{
 font-family: "Instrument Sans", sans-serif;
 font-weight: 400;
}
.f-medium{
 font-family: "Instrument Sans", sans-serif;
 font-weight: 500;
}
.f-semibold{
 font-family: "Instrument Sans", sans-serif;
 font-weight: 600;
}
.f-bold{
 font-family: "Instrument Sans", sans-serif;
 font-weight: 700;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{

  font-weight:300;
}
.f-regular{

 font-weight:400;
}
.f-medium{

  font-weight:500;
}
.f-semibold{

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{

    font-weight:800;
}
.f-black{

  font-weight:900;
} 
p{
  font-weight:600;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    height: 4.2vw;
    padding: 0px 0 0px;
    transition: all 0.3s ease-in-out;
    background: #fff;
    border-bottom: 1px solid #ccc;
    border-bottom: 1.5px solid #ECECEC;
}

header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #45556C;
    padding: 0;
    transition: all 0.3s ease-in-out;
    position: relative;
    font-weight: 500;
/*    margin: 12px 8px;*/
    position: relative;
/*    padding: 8px 15px;*/
    line-height: 1.04vw;
    font-family: "Instrument Sans", sans-serif;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    cursor: pointer;
}
.navbar-expand-md .navbar-nav .nav-link.active {
    /*background: #fff;*/
    color: #1876F4;
    border-radius: 76px;
}
ul.navbar-nav {
    background: #F1F1F1;
    border-radius: 43px;
    margin-top: 0.8vw;
    padding: .5rem;
    gap: .25rem;
}
.navbar-brand {
    position: absolute;
    top: 24px;
    left: 0;
    padding: 0;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 55px;
    /*margin-top: 36px;
    margin-bottom: 2vw;*/
}
footer {
    position: relative;
    background: linear-gradient(180deg, #0F172B 37.77%, #1876F4 587.31%);
    padding-top: 80px;
    padding-bottom: 2rem;
}
.main-footer {

    position: relative;
    background-size: cover;
    background-position: center;

}

.btm-strip p {
    color: #FFFFFF;
    font-size:0.73vw;
    font-weight: 400;
}
a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
} 
.column:nth-child(1) {
    width: 67%;
    margin-right: 0;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 0.3vw;
    font-size: 0.73vw;
    /* line-height: 22px; */
    width: 100%;
    font-weight: 500;
    margin-bottom: 0;
}
footer .container{
    padding: 0;
}
.social-box a {
    margin-right: 0.7vw;
    padding-bottom:0px !important;
}
footer .container {
    padding: 0;
    max-width: 66vw;
}
.social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2.8vw;
}

.column:nth-child(2) {
    width: 18%;
    position: relative;
}
.column h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 14px;
}
.column:nth-child(3) {
    width: 22%;
}
.column:nth-child(4) {
    width: 16%;
}
.column:nth-child(5) {
    width: 20%;
}
.column:nth-child(5) p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 13px 0px;
}
.column a {
    display: block;
    padding-bottom: 0.9vw;
    line-height: 20px;
    color: #F1F5F9;
    font-size: 0.73vw;
    font-weight: 500;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
.footerlogo {
    width: 55%;
}

.column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.footer-wrapper img {
    margin-right: 0.4vw;
    width:0.99vw;
}
.footer-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 1.9vw;
}
.footer-wrapper p{
    margin-bottom: 0;
    font-size: 0.73vw;
    line-height: 1.04vw;

}
.footer-wrapper a {
    padding-bottom: 0;
    font-size: 0.73vw;
    font-weight: 500;
    /* text-decoration: underline; */
    color: #fff;
    border-bottom: 1px solid #ffffff94;
}
footer a,
footer p{
    color: #a8a4a4;
    font-size: 16px;
}
footer p{
    margin-bottom: 0;
}
.common-btn {
/*    width: 8.33vw;*/
    height: 2.5vw;
    background: #fff;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    color: #45556C;
    font-size: 0.73vw;
    transition: all 0.7s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    overflow: hidden;
    outline: none;
    border-radius: 0.73vw;
    cursor: pointer;
    border: 1px solid #45556C;
    font-weight: 500;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: .875rem;
    padding-bottom: .875rem;
}
.common-btn:hover{
   color:#45556C;
}
/*.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#313D46;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}*/
.address-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
/*.common-btn:hover{
    color: #fff !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}*/
.common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #ffffffc4;
    transform: rotate(323deg);
    position: relative;
    top: 1px;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {
    position: relative;
    border-top: 1px solid #FFFFFF1A;
    padding-top: 2rem;
}
.btm-strip a {
    font-size: 14px;
    color: #fff;
}
.btm-strip {
  color:#fff;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 9px 30px;
    color: #00339C;
    font-size: 13px;
    margin-top: 16px;
}
.home-slider h2 {
    font-size: 80px;
    text-align: center;
    background: linear-gradient(to right, #246bb3, #639a9d, #b0b772, #e42c2f);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.caption-left {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
}


header .container, .banner .container{max-width: 90vw;}
.banner h1{
    font-size: 4.17vw;
    color: #272729;
    line-height: 4.6vw;
/*    letter-spacing: -0.1vw;*/
}
.banner h1 span {
    color: #1876F4;
    font-family: "Syne", sans-serif;
    font-size: 4.2vw;
    letter-spacing: -1.5px;
}
.banner p {
    color: #45556C;
    font-size: 1.04vw;
    font-weight: 400;
    line-height: 1.46vw;
    margin-top: 1.9vw;
    margin-bottom: 1.7vw;
}
.btn-wrapper a:nth-child(1) {
    background-color: #1876F4;
    color: #fff;
    border: 1px solid #1876F4;
    margin-right: 0.7vw;
    gap: .625rem;
}
.btn-wrapper a:nth-child(1):hover{
    box-shadow:
  -3px 2px 7px 0px #4F4F4F26,
  -12px 7px 13px 0px #4F4F4F21,
  -26px 15px 18px 0px #4F4F4F14,
  -46px 26px 21px 0px #4F4F4F05,
  -72px 41px 23px 0px #4F4F4F00;
}
.banner .text-box {
    top: 0vw;
    position: relative;
}
.banner .img-box {
    margin-top: 7.2vw;
    width: 36.46vw;
}
.banner .container{padding-right: 0;}
.global {
    border-top: 1px solid #E2E8F0;
    top: 9.9vw;
    position: relative;
}
.global p {
    font-size: 0.73vw;
    font-weight: 500;
    margin-top: 1vw;
    color: #45556C;
    margin-bottom: 10px;

}
.heading{
    font-weight: 500;
    color: #0A0A0A;
    font-size: 3.13vw;
    line-height: 3.75vw;

}
.subheading{
    color: #4A5565;
    font-size: 1.04vw;
    line-height: 1.46vw;
    font-weight: 400;
}
.about {
    padding: 10.6vw 0 5.5vw;
}
.design h2{
    margin-bottom: 15px !important;
}
.design-single img {
    width: max-content;
    height: auto;
}
.about .img-box {
    height: 33.5vw;
    background: #F1F1F1;
    border-radius: 1.46vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 32.5vw;
}
.about .img-box img.main-img {
    width: 81%;
    position: relative;
    left: -0.4vw;
}
.about-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4vw;
    margin-top: 5vw;
}
.about-wrapper .top {
    width: 32.5vw;
    height: 13.33vw;
    background: #F1F1F1;
    border-radius: 1.46vw;
    display: flex;align-items: center;
    padding-left: 2.5vw;
    margin-bottom: 1.6vw;
}
.about-wrapper .top h2 {
    color: #272729;
    font-size: 2.19vw;
    line-height: 2.6vw;margin-bottom: 0;
}
.about-wrapper .top h2 span{color: #1876F4;font-style: italic;}
.bottom img {
    border-radius:1.46vw;
}
.how-it-work .container-fluid {
    background: #171717;
    padding: 4vw 0 4vw;
    /* margin: 0 1vw; */
    width: 97.6%;
    margin: 0 auto;
    border-radius: 1.67vw;
}
.work-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 76%;
    margin: 4vw auto 0;
    position: relative;
}
.work-wrapper.row1{
    margin-left: 6vw;
}
.work-wrapper.row2 {
    margin-left: 17vw;
    margin-top: 0vw;
}
.work-wrapper.row2  .work-single h5{
    margin-bottom: 1.4vw;
}
.work-wrapper .work-single {
    width: 30%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.work-wrapper .work-single h5 {
    background: #1876F4;
    color: #fff;
    width: 14.58vw;
    height: 4.17vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.04vw;
    text-align: center;
    margin: 1.2vw auto 4.3vw;
    border-radius:1.04vw;
}
.work-wrapper .work-single h5 img {
    margin-right: 0.5vw;
}
.work-wrapper .work-single:nth-child(4) h5,
.work-wrapper .work-single:nth-child(5) h5,
.work-wrapper .work-single:nth-child(6) h5{
    margin-bottom: 1.2vw;
}
.heading span{
    font-style: italic;color: #1876F4;
}
.design .right-box h4 {
    color: #1876F4;
    font-size: 1.67vw;
    line-height: 2.19vw;
    margin-top: 0px;
    margin-bottom:0px;
}
.design .right-box p{
    color: #45556C;
    font-size: 0.94vw;
}
.design-single {
    margin-bottom: 3.5vw;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.design-single:last-child{margin-bottom: 0;}
.design .container {
    max-width: 90vw;
}
.design {
    padding-top: 8vw;
    padding-bottom: 5.4vw;
}
.design .right-box {
    left: 2.3vw;
    position: relative;
}
.integration {
    background: #F3F3F3;
    padding: 4.5vw 0 3.5vw;
}
.integration-wrapper h3{
    color: #272729;
    font-size: 2.19vw;
    line-height: 2.71vw;
}
.integration-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    border-radius: 1.46vw;
    height: 9.1vw;
    padding: 1.67vw;
    margin-bottom: 1.3vw;
    flex-direction: column;
    /* width: 20%; */
}
.integration-wrapper.bg-blue{
    background: #1876F4;
}
.integration .container{
    max-width: 73.05vw;
}
.integration .subheading{margin-bottom: 5vw;}
.paymnet-single h4 {
    color: #45556C;
    font-size: 0.94vw;
    margin-bottom: 0;
    margin-top: 11px;
    padding-left: 5px;
}
.paymnet-single h4 img {
    margin-right: 0.6vw;
    border-radius: 3px;
}
.payment {
    padding: 4.8vw 0 5vw;
}
.paymnet-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    margin-top: 3.5vw;
}
.paymnet-single {
    background: #F1F1F3;
    border-radius: 0.938vw;
    padding: 0.417vw;
}

.paymnet-single .img-box {
    background: #fff;
    border-radius: 0.625vw;
    /*height: 6.46vw;*/
    aspect-ratio: 55 / 31;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.paymnet-single .img-box img {
    position: relative;
    width: 100%;
    left: -6.9vw;
    transform: translateX(0) scale(0.66);
    transition: none; /* IMPORTANT */
    border-radius: 0.63vw;
}
.paymnet-single:hover .img-box img {
    animation: moveZoomSettle 0.5s ease forwards;
}
/*.paymnet-single:not(:hover) .img-box img {
    animation: moveZoomOut 1.00s ease forwards;
}*/
@keyframes moveZoomSettle {
    0% {
        left: -6.9vw;
        transform: translateX(0) scale(0.66);
    }
    55% {
        left: 50%;
        transform: translateX(-50%) scale(0.66);
    }
    75% {
        left: 50%;
        transform: translateX(-50%) scale(1.04); /* zoom */
    }
    100% {
        left: 50%;
        transform: translateX(-50%) scale(1);   /* settle */
    }
}
@keyframes moveZoomOut {
    0% {
        left: 50%;
        transform: translateX(-50%) scale(1);
    }
    25% {
        left: 50%;
        transform: translateX(-50%) scale(0.66);
    }
    100% {
        left: -6.9vw;
        transform: translateX(0) scale(0.66);
    }
}
.paymnet-single:hover .img-box img {
    left:0%;
    transform: scale(1.1);
}
.freedom {
    background: #F3F3F3;
    padding: 5.4vw 0;
}
.freedom-main{
    background: #fff;
    border-radius: 28px;
}
.freedom-main {
    background: #fff;
    border-radius: 1.50vw;
    display: flex;
    align-items: center;
    padding: 0.6vw;
    border: 1.5px solid #45556C1A
}
.freedom-single {
    background: #fff;
    border-radius: 1.25vw;
    padding: 0.6vw;
    /* height: 12.4vw; */
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    /* justify-content: center; */
    border: 1.5px solid #45556C1A;
    padding-left: 1.8vw;
    padding: 2.25rem;
    gap: 2rem;
}
.freedom-main .text-box {
    padding-left: 2.9vw;
    padding-top: 1.1vw;
}
.freedom-main:hover img, .freedom-single:hover img {
    transform: rotate(-8deg);
}
.freedom-single img{
   transition: all 0.5s ease-in-out; 
}
.freedom-main .text-box .heading{
    margin-bottom: 1vw;
    font-size: 42px;
    line-height: 50px;
}
.freedom-main .text-box img {
    margin-bottom: 1.5vw;
    transition: all 0.5s ease-in-out;
    width: 12%;
}
.freedom-single h5{
    color: #272729;
    font-size: 1.88vw;
    margin-bottom: 0;
    line-height: 2.5vw;
}
.freedom-single h5 span{color: #1876F4;font-style: italic;}
.freedom-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4vw;
    margin-top: 1.4vw;
}
.freedom-single img {
    margin-bottom:0px;
    width: 9%;
}
.freedom .container, .about .container{
    max-width: 67vw;
}
.domain-wrapper {
    background: #F8FAFC;
    border-radius: 1.88vw;
    display: flex;
    align-items: center;
    padding: 0.6vw;
    border: 1px solid #DBEDFF;
    margin-bottom: 1vw;
}
.domain-wrapper h5 {
    font-size: 0.73vw;
    line-height: 1.04vw;
    color: #30A54E;
    background: #DAEDE2;
    width: fit-content;
    border-radius: 20px;
    padding: 0.42vw 0.63vw;
    margin-bottom: 1vw !important;
}
.domain-wrapper h3 {
    font-size: 2.5vw;
    line-height: 2.92vw;
    color: #272729;
    margin-bottom: 1vw;
}
.domain-wrapper li {
    color: #45556C;
    font-size: 0.83vw;
    line-height: 1.25vw;
    position: relative;
    margin-bottom: 1vw;
}
.domain-wrapper li::before {
    position: absolute;
    content: "";
    background: url(../images/bullet.svg) no-repeat;
    width: 1.042vw;
height: 1.042vw;
background-size: contain;
    left: -1.51vw;
}
.domain-wrapper .text-box {
    padding-left: 4vw;
    padding-top: 20px;
}
.domain-wrapper ul {
    padding-left: 1.4vw;
}
.domain-wrapper.reverse .text-box {
    padding-left: 3vw;
}
.domain-wrapper.reverse .text-box h5{
    color: #AD46FF;
    background: #EDDFFC;
}
.domain-wrapper:last-child .text-box h5{
    color: #1876F5;
    background: #D6E6FB;
}
.domain-wrapper:last-child .text-box h5 {
    color: #EDAA00;
    background: #D6E6FB;
    background: #EDAA0033;
}
.domain-wrapper.reverse{
    justify-content: space-between;
}
.domain {
    padding-top: 4vw;
}
.domain .subheading {
    margin-bottom: 3.5vw;
    font-size: 1rem;
    line-height: 1.5rem;
}
.domain .container {
    max-width: 71.5vw;
}
.product .container-fluid {
    background: #171717;
    padding: 4.2vw 0 5vw;
    /* margin: 0 1vw; */
    width: 97.6%;
    margin: 0 auto;
    border-radius: 1.67vw;
}
.product-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 90%;
    margin: 4.3vw auto 0;
    gap: 1.2vw;
}
.product-single h4 {
    font-size: 2.19vw;
    color: #fff;
    margin-top: 1vw;
    margin-bottom: 0.8vw;
}
.product-single h5 {
    font-size: 1.04vw;
    color: #fff;
    margin-bottom: 1.4vw;
}
.product-single p{
    font-size: 0.83vw;
    line-height: 1.46vw;
    color: #EFEFEF;
}
.product-single h6 {
    font-size: 1.04vw;
    color: #FFFFFF;
    margin-bottom: 1.3vw;
    margin-top: 1.7vw;
}
.product-single ul li {
    font-size: 0.83vw;
    line-height: 1.25vw;
    font-weight: 400;
    color: #EFEFEF;
    margin-bottom: 0.8vw;
    position: relative;
}
.product-single {
    border: 2px solid #3D3D4C;
    border-radius:1.67vw;
    padding: 1.88vw;
    height: 15.83vw;
}
.product-single ul {
    padding-left: 1.4vw;
    margin-bottom: 1.7vw;
}
.product-single li::before {
    position: absolute;
    content: "";
    background: url(../images/bullet.svg) no-repeat;
    width: 100%;
    height: 100%;
    left: -1.51vw;
}
.product-single .common-btn {
    background: #25252E;
    color: #EFEFEF;
    border: 0;
    font-weight: 400;
    width: fit-content;
    height: 2.2vw;
}
.lightsubheading{
    color: #D1D1D1;
}
.product-single img {
    transition: all 0.5s;
    height: 2.92vw;
    width: 2.92vw;
}
.product-single:hover img{
    transform: rotate(-8deg);
}
.product-single:hover{
    background: #25252E;
}
.product-single:hover .common-btn{
    background: #171717;
}
.crafting p{
    font-size: 0.83vw;
    color: #45556C;
}
.crafting {
    background: #F3F3F3;
    padding: 5vw 0;
    margin-top: 1vw;
}
.crafting .common-btn {
    background: #1876F4;
    color: #fff;
    width: fit-content;
    height: 2.5vw;
    border: 0;
    margin: 1.6vw auto 0;
}
.crafting .common-btn img  {
    margin-left: 0.5vw;
}
.contact-modal .modal-dialog{
    max-width: 30vw;
}
.contact-single {
    display: flex;
    align-items: center;
    border: 1px solid #45556C1A;
    border-radius: 0.83vw;
    width: 50%;
}
.contact-single h4 {
    font-size: 0.73vw;
    color: #272729;
    font-weight: 500;
    margin-bottom: 0;
}
.contact-single a, .contact-single a:hover {
    font-size: 0.73vw;
    color:#1876F4;
    font-weight: 500;
    margin-bottom: 0;
}
.contact-single div {
    margin-left: 0.8vw;
}
.contact-single {
    display: flex;
    align-items: center;
    border: 1px solid #45556C1A;
    border-radius: 16px;
    width: 49%;
    padding: 0.83vw;
    margin-bottom: 1.4vw;
}
.contact-modal label {
    font-size: 0.73vw;
    font-weight: 500;
    color: #272729;
}
.contact-modal .form-control {
    background: #F3F3F5;
    font-size: 0.73vw;
    border: 0;
    border-radius: 0.52vw;
    padding: 0.7vw;
}
.contact-modal .form-group {
    margin-bottom: 1.4vw;
}
.contact-modal button {
    background: #1876F4;
    height: 2.5vw;
    border: 0;
    color: #fff;
    justify-content: center;
}
.contact-modal button img {
    margin-left: 0.6vw;
}
.contact-modal button:hover {color: #fff;}
.contact-modal button:hover:after {transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);}
.contact-modal button:hover:after {left: 180%;}
.contact-modal .modal-header {
    display: block;
    padding: 1.4vw;
}
.contact-modal .modal-header h2{
    font-size: 1.67vw;
    color: #272729;
}
.contact-modal .modal-header p{
    font-size: 0.73vw;
    color: #45556C;
    margin-bottom: 0;
}
.contact-modal .modal-body{
    padding: 1.4vw;
}
.contact-modal .btn-close{
    opacity: 1;
    position: absolute;
    background: unset !important;
    top: 0.6vw;
    right: 2vw;
}
.contact-modal button:focus{
    box-shadow: unset;
}
.domain-wrapper:hover .img-box img{
    transform: scale(1.06);
}
.domain-wrapper .img-box {
    overflow: hidden;
    border-radius: 1.2vw;
}
.domain-wrapper .img-box img{
    transition: all 0.3s;
}
.freedom-main:hover .img-box img{
    transform: scale(1.05);
}
.freedom-main .img-box img{
    transition: all 0.3s;
}
.freedom-main .img-box{
    overflow: hidden;
    border-radius: 20px;
}
.contact-modal .modal-content {
    border-radius: 26px;
}
.product {
    margin-top: 4.5vw;
}
.how-it-work{
    position: relative;
}
.how-it-work .zig-zag {
    position: absolute;
    top: 25vw;
    left: 50vw;
    transform: translate(-50%, -50%);
}

.nav {
  position: relative;
  display: flex;
  gap: 10px;
}

.nav-link {
  position: relative;
  padding: 10px 20px;
  z-index: 2;
  text-decoration: none;
  color: #000;
}

.nav-indicator {
    position: absolute;
    bottom: 0.4vw;
    left: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 3.958vw;
    transition: all 0.35s ease;
    z-index: 1;
    height: 1.9vw;
}
.about video{
    border-radius: 1.46vw;
}
.about .img1 {
    position: absolute;
    top: 6vw;
    left: 2.5vw;
    transition: all 0.7s;
}
.about .img2 {
    position: absolute;
    top: 5.3vw;
    right: 3.4vw;
    transition: all 0.7s;
}
.about .img3 {
    position: absolute;
    bottom: 4.2vw;
    left: 2.2vw;
    transition: all 0.7s;
}
.about .img4 {
    position: absolute;
    bottom: 4.4vw;
    right: 4vw;
    transition: all 0.7s;
}
.about .logo-element {
    position: absolute;
    top: 51%;
    left: 44%;
}
.about .about-img-box{
    display: none;
}

.about .img-box{
    transition: transform 0.3s ease;
}
.about .img-box .logo-element {
  display: block;
  transition: transform 0.5s ease;
  transform:scale(1.0);
}

.about .img-box:hover .logo-element {
/*  animation: zoomPress 0.6s forwards;*/
transform: scale(1.1);
}

@keyframes zoomPress {
  0% {
    transform: scale(1);
}
40% {
    transform: scale(1.05); /* zoom a little */
}
70% {
    transform: scale(0.95); /* press effect */
}
100% {
    transform: scale(1); /* back to normal */
}
}

.about .img-box:hover .img1,
.about .img-box:hover .img3{
    transform: rotate(-8deg);
}

.about .img-box:hover .img2,
.about .img-box:hover .img4{
    transform: rotate(8deg);
}

.common-btn.white-btn:hover{
   color: #1876f4;
   border: 1px solid #1876f4;
   box-shadow:none !important;
}

.common-btn img {
    position: relative;
    left:0px;
    transition: all 0.3s ease-in-out;
}

.common-btn:hover img{
    position: relative;
    left:0px;
/*    transition:all 0.5s ease-in-out;*/
}

.common-btn:hover{
   
/*box-shadow: -3px 2px 7px 0px rgba(79, 79, 79, 0.15);

box-shadow: -12px 7px 13px 0px rgba(79, 79, 79, 0.13);

box-shadow: -26px 15px 18px 0px rgba(79, 79, 79, 0.08);

box-shadow: -46px 26px 21px 0px rgba(79, 79, 79, 0.02);

box-shadow: -72px 41px 23px 0px rgba(79, 79, 79, 0);
*/


}
.footer-wrapper p span {
    border-bottom: 1px solid #ffffff94;
}


.common-btn:after {
    content: "";
    height: 100px;
    width: 100px;
    position: absolute;
    top: -50px;
    transform: rotate(-45deg);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    filter: blur(4px);
    left: -120px;
}

.common-btn:hover:after {
    left: 180px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer-wrapper p a {
    display: contents;
}
.integration-wrapper p {
    font-size: 0.833vw;
}

.footer-logo {
    width: 17%;
}
.social-box img {
    width: 1.25vw;
}
.linkdin-icon{
    width:1.042vw !important;
}
.freedom-main .subheading {
    margin-bottom: 0;
}


.navbar-expand-md img {
    width: 54%;
}
a.common-btn.white-btn:after {
    display: none;
}
.payment .subheading {
    font-size: 1rem;
    line-height: 1.5rem;
}

.fade-up-div {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up-div.show {
  opacity: 1;
  transform: translateY(0);
}

/* Optional stagger effect */
.fade-up-div:nth-child(1) { transition-delay: 0.2s; }
.fade-up-div:nth-child(2) { transition-delay: 0.4s; }
.fade-up-div:nth-child(3) { transition-delay: 0.6s; }
.fade-up-div:nth-child(4) { transition-delay: 0.8s; }

.product-single .common-btn:after {
    display: none;
}

.left-box .fade-up-div{
  transition-delay: 0.2s;  
}
.how-it-work .main-img{
    padding: 100px 0px;
    margin: 0 auto;
    display: block;
}
.banner .img-box img{
    animation: zoomFadeLeft 1s ease forwards;
}
@keyframes zoomFadeLeft {
  from {
    opacity: 0;
    transform: translateX(30px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.errors {
    font-size: 12px;
    color: red;
    display: none;
}
.integration-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3vw;
}