    @import url('https://fonts.googleapis.com/css2?family=Borel&amp;family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap');
    html.lenis, html.lenis body {
        height: auto;
      }
      
      .lenis.lenis-smooth {
        scroll-behavior: auto !important;
      }
      
      .lenis.lenis-smooth [data-lenis-prevent] {
        overscroll-behavior: contain;
      }
      
      .lenis.lenis-stopped {
        overflow: hidden;
      }
      
      .lenis.lenis-scrolling iframe {
        pointer-events: none;
      }
      
    
    body{
        margin: 0;
        padding: 0;
        overflow-X: hidden;
        font-weight: 400;
        font-size: 16px;
        font-family: "Montserrat";
        line-height: 1;
    }
    *{
        box-sizing: border-box;
    }
    p,h1,h2,h3,h4,h5,h6{
        padding: 0;
        margin: 0;
    }
    .container{
        max-width: 1200px;
        padding: 0;
        margin: 0 auto;
    }
    .d-flex{
        display: flex;
    }
    .header .row {
        align-items: center;
        justify-content: space-between;
    }
    img{
        width: auto;
    }
    a{
        text-decoration: none;
        color: #131316;
        font-size: 16px;
        font-family:"Montserrat" ;
        font-weight: 500;
    }
    .textGradient{
        background: -webkit-linear-gradient(0deg, #eb7128 0%, #eb7128 60%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .solidBtn{
        transition: all .3s ease-in-out;
        color: #fff;
        padding: 12px 22px;
        border-radius: 14px; 
        line-height: 1.5;
        display: inline-block;
        background-image: linear-gradient(to right, #eb7128, #eb7128, #eb7128, #eb7128);
        background-size: 300% 100%;
    }
    .solidBtn:hover,.footerbtn:hover{
        transition: all .3s ease-in-out;
        transform: translateY(-4px);
        background-position: 100% 0% !important;
    }
    .btnGroup {
        display: flex;
        align-items: center;
        justify-content: center; 
    }
    a.textBtn {
        color: #0126FF;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
        font-weight: 500;
        margin-left: 25px;
    }

    /* -----------------------Header css------------------ */
    .header {
        padding: 40px 20px;
        position: fixed;
        width: 100%;
        top: 0px;
        transition: all 0.2s ease-in-out;
        z-index: 99;
    }
    .headerStricky{
        background-color:#fff;
        z-index: 999;
        padding: 20px;
    }
    .header .menuCol ul.topnav {
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0px;
        list-style: none;
    }
    .header .menuCol ul.topnav li {
        padding: 8px 16px;
        margin: 0px 8px;
    }
    .header .rightMenu a.signIn {
        color: #0022FF;
        padding: 12px 22px;
        display: inline-block;
    }
    .header .rightMenu a.startTrialBtn {
        background-color: #295DE6;
        color: #fff;
        padding: 12px 22px;
        border-radius: 14px;
        margin-left: 5px;
        display: inline-block;
        transition: all .3s ease-in-out;
    }
    .header .rightMenu a.startTrialBtn:hover {
        transition: all .3s ease-in-out;
        transform: translateY(-4px);
    }
    .header .menuCol {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 68%;
    }
    .header .logoCol {
        width: 32%;
    }
    /* -----------------------Header css end------------------ */
    /* -----------------------Home page css ------------------ */
    .graphimage {
        width: 85%;
    }
    .graphvale {
        width: 15%;
    }
    ul.graphinfo li:last-child{
        margin: 0;
    }
    .comparerow {
        display: flex;
        align-items: flex-end;
        margin-top: 40px;
    }
    ul.graphinfo {
        margin: 0;
        padding: 0;
    }
    ul.graphinfo li {
       list-style: none;
       text-align: left;
       font-size: 17px;
       color: #4F4F4F;
       margin-bottom: 48px;
    }
    .compareRightBox .para {
        font-size: 17px;
        font-weight: 400;
        color: #eb7128;
    }
    .heroSec  .subHeading{
        color: #eb7128;
        font-family:"Montserrat" ;
        font-size: 17px;
        font-weight: 500;
        text-transform: uppercase;
        padding-bottom: 40px;
        letter-spacing: 0.5;

    }
    .heroSec  .mainHeading{
        font-size: 60px;
        font-weight: 400;
        color: #171717;
        font-family:"Montserrat";
        padding-bottom: 20px;

    }
    .heroSec  h2.textGradient{
        font-size: 60px;
        font-weight: 700;
        font-family:"Montserrat" ;
        padding-bottom: 25px;

    }
    .heroSec {
        padding: 200px 20px 150px;
        text-align: center;

        position: relative;
    }
    .heroSec:after{
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-image: url("../images/bgHero.png");
        background-repeat: no-repeat; 
        background-size: 100% 100%;
        z-index: -1;
    }
    .heroSec p{
        font-size: 18px;
        color:#383942;
        max-width: 500px;
        margin: 0 auto 40px;
        line-height: 1.4;

    }
    .heroSec .btnGroup{
        padding-bottom: 80px;
        position: relative;
    } 
    .heroSec .bannerImg{
        position: relative;
    }
    .heroSec .bannerImg::before{
        content: " ";
        position: absolute;
        width: 275px;
        height: 275px;
        right: -40px;
        top: -140px;
        background-image: url("../images/cubeBig.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        animation: float 6s ease-in-out infinite;
    }
    .heroSec .btnGroup::after{
        content: " ";
        position: absolute;
        width: 175px;
        height: 175px;
        left: 0;
        top: -90px; 
        background-image: url("../images/cube.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        animation: float 6s ease-in-out infinite;
    }
    .logoSliderSec .swiper-container ,.logoSliderSec .swiper-wrapper{
        height: auto;
    }
    .logoSliderSec {
        padding: 20px;
        overflow: hidden;
    }
    .logoSliderSec .swiper-wrapper {
        display: flex;
        align-items: center;
    }
    .logoSliderSec .swiper-slide{
        text-align: center;
        filter: grayscale(1);
    }
    .textContentSec{
        padding: 160px 0;
    }


    .textContentSec p{
        color: #081741;
        font-size: 40px;
        font-weight: 300;
        text-align: center;
        line-height: 1.3;
    }
    .textContentSec p span{ 
        font-weight: 500;
        
    }

    .box-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .box-container .boxin {
        display: flex;
        align-items: center;
    }
    .box-container h3 {
        font-size: 24px;
        font-weight: 500;
        color: #404040;
        line-height: 1.4em;
    }
    .box-container p {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.4em;
        color: #404040;
        margin-top: 15px;
    }
    .box-container .box {
        border: 1px solid #E4E6F1;
        border-radius: 30px;
        padding: 30px 45px;
    }
        .box-container  .box img {
        width: 60px;
        margin-right: 10px;
    }
    .headingSec {
        font-size: 56px;
        font-weight: 400;
        text-align: center;
    }
    .headingSubContent {
        font-size: 18px;
        text-align: center;
        color: #2A2A2A;
        margin: 20px 0 70px;
    }
    .headingSec span {
        font-weight: 600;
    }
    .possibility {
        padding: 70px 0 190px;
    }
    .possibility img{
    width: 100%;
    }
    .scalabilityrow .content h3 ,.noagreerow .content h3 {
        font-size: 32px;
        font-weight: 500;
        color: #000000;
        line-height: 1.4em;
        margin-bottom: 15px;
    }
    .scalabilityrow {
        background: #F7F5FB    ;
        border-radius: 30px;
        border: 1px solid #E4E6F1;
        padding: 40px;
        display: flex;
        align-items: center;
    }
    .scalabilityrow p,.noagreerow p {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.4em;
        color: #7F8386;
        max-width: 520px;
    }
    .scalabilityrow >div {
        width: 50%;
    }
    .whychoosetwo {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        margin-top: 25px;
    }
    .scalabilityrow .content {
        padding-left: 60px;
    }
    .whychoosetwo >div {
        background: #F7F5FB;
        border-radius: 30px;
        border: 1px solid #E4E6F1;
        padding: 40px;

    }
    .whychoose img {
        width: 100%;
    }
    .whychoosetwo h3 {
        font-size: 32px;
        font-weight: 500;
        color: #000000;
        line-height: 1.4em;
        max-width: 300px;
        margin: 20px 0;
    }
    .whychoosetwo p {
        font-size: 18px;
        color: #6E6F75;
        line-height: 1.4em;
    }
    .whychoose a.solidBtn {
        background: transparent;
        color: #6A6B6F !important;
        border: 1px solid #DBDBDD;
    }
    .whychoose .btnGroup {
        justify-content: flex-start;
        margin-top: 20px;
    }
    .whychoose  .solidBtn:hover {
        background: linear-gradient(84deg, rgba(73, 123, 255, 1) 0%, rgba(165, 65, 249, 1) 100%) !important;
        color: #fff !important;
    }
    .noagreerow {
        background: #F7F5FB;
        border-radius: 30px;
        border: 1px solid #E4E6F1;
        padding: 40px;
        display: flex;
        align-items: center;
        margin-top: 25px;
    }
    .noagreerow >div {
        width: 50%;
    }
    .noagreerow img {
        max-width: 90%;
        margin-right: auto;
        margin-left: 0;
    }
    .noagreerow .imagescalable {
    text-align: right;
    }
    .noagreerow .content h3 {
        max-width: 200px;
    } 
    .zataCompareSec{
        text-align: center;
        padding: 0px 0px;
    }
    .zataCompareSec .row {
        gap: 25px;
    }
    .compareLeftBox {
        width: 35%;
        background-color: #F7F5FB;
        border: 1px solid #8058fb;
        border-radius: 30px;
        padding: 30px 40px;
        text-align: right;
    }
    .compareRightBox{
        width: 60%;
        background-color: #F7F5FB;
        border: 1px solid #E4E6F1;
        border-radius: 30px;
        padding: 55px 45px;
    }
    .compareLeftBox h6 {
        background-color: #eb7128;
        color: #fff;
        padding: 5px 10px;
        display: inline-block; 
        border-radius: 5px;
        line-height: 1;
        font-size: 12px;
        font-weight: bold;
    }
    .compareLeftBox h3.textGradient {
        text-align: left;
        font-size: 26px;
        font-weight: bold;
        padding: 30px 0px 30px;
    }
    .compareLeftBox ul {
        padding: 0;
        margin: 0px;
        list-style: none;
        text-align: left;
    }
    .compareLeftBox ul li {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .compareLeftBox ul li+li {
        padding-top: 30px; 
    }
    .compareLeftBox  .boxFooter h3 {
        text-align: left;
        font-size: 30px;
        font-weight: 400;
        color: #171717;
        padding: 30px 0px 10px;
    }
    .compareLeftBox  .boxFooter h3 span.textGradient {
        font-size: 45px;
        font-weight: bold;
        padding-right: 5px;
    }
    .compareLeftBox .boxFooter a.solidBtn {
        font-size: 20px;
        font-weight: bold;
        display: block;
        text-align: center;
        border-radius: 16px;
        padding: 10px 22px;
    }
    .cloudStorageSec {
        padding: 100px;
        margin: 160px 0px 0;
        align-items: flex-start;    
    } 
    .cloudStorageSec .rightCol  p {
        color: #4A4A4A;
        font-size: 20px;
        font-weight: 500;
        text-align: left;
        line-height: 2;
        padding-bottom: 30px;
    }
    .cloudStorageSec .content ,.cloudStorageSec .rightCol {
        text-align: left;
    }
    .cloudStorageSec .content h3 {
        font-size: 48px;
        font-weight: 400;
        color: #4A4A4A;
        display: inline;
        text-align: left;
        max-width: 100%;
        line-height: 1.2;
    }
    .cloudStorageSec .content h3 span{
        font-size: 48px;
        font-weight: 600;
        line-height: 1.2;
    }    

    .scalabilityrow:hover,.whychoosetwo >div:hover {
        border: 1px solid #8058fb;
    }
    .boxFooter p {
        text-align: center;
        font-size: 14px;
        color: #909090;
        margin-bottom: 20px;
        padding-top: 20px;
        margin: 0;
    }

    .solidborder {
        background: #ffffff1a;
        height: 1px;
        width: 95%;
        margin: 0 auto;
    }
    /* -----------------------home page css end------------------ */
    /* ==========================Footer Css==============================*/
    .site-footer {
        background-color: #010C29;
        padding: 100px 20px 80px;
    }
    .footerContent h2 {
        text-align: center;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        line-height: 1.2;
        font-family: "Montserrat";
        padding-bottom: 20px;
    }
    .footerContent p {
        color: #ffffffcc;
        text-align: center;
        font-size: 20px;
        line-height: 1.4;
        font-weight: 400;
        margin: 40px auto 70px;

    }
    .footerBottomBar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 30px;
    }
    .footerBottomBar p {
        font-weight: 400;
        font-size: 12px;
        color: #fff;
    }
    .footerBottomBar ul.socialIconList {
        padding: 0;
        margin: 0px;
        list-style: none;
        display: flex;
        gap: 15px;
        align-items: center;
    }
    .footerBottomBar ul.socialIconList li {
        border-radius: 50px;
        border: 2px solid #ffffff26;
        height: 40px;
        width: 40px;
        /* line-height: 40px; */
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease-in;
    }
    .menuToggle{
        display: none;
    }


    /* Basic modal styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
}

.modal-content {
    background-color: #fff;
    margin: 0% auto;
    padding: 20px;
    width: 100%;
    height: 100vh;
}

.close-btn {
    color: #000;
    float: right;
    font-size: 50px;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-nav {
    list-style: none;
    padding: 0;
    margin-top: 60px !important;
}

.modal-nav li {
    margin: 30px 0;
}

.modal-buttons a {
    display: block;
    margin: 10px 0;
}



/* animations css */




  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #eb7128;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }
  
  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #0126ff2e;
    border-radius: 50%;
    transition: all 200ms;
  }
  

  
  .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  
  .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
      border-top: 22px solid transparent;
      border-bottom: 22px solid transparent;
  }
  a.textBtn span {
    position: relative;
}
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }
  

/* 
  @keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
} */


.heroSec:after, .animatedtextone, .animatedtexttwo, .animatedtextthree, .animatedtextfour, .animatedtextfive, .animatedtextsevn{
    opacity: 0;
}
  @keyframes fadeInUp{
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
  }
  .heroSec:after{
    opacity: 0;
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;
    animation-delay: 0s;
  }

  .animatedtextone{
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;    
    animation-delay: 500ms;

  }
  .animatedtexttwo{
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;
    animation-delay: 1000ms;
  }
  .animatedtextthree{
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;
    animation-delay: 1500ms;
  }
  .animatedtextfour{
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;
    animation-delay: 2000ms;

  }
  .animatedtextfive{
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;
    animation-delay: 2500ms;
  }
  .animatedtextsevn{
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;
    animation-delay: 3000ms;
  }

  /* .logoSliderSec{
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;
    animation-delay: 3500ms;

  }
  .textContentSec{
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;
    animation-delay: 4000ms;

  }

.storage .headingSec{
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;
    animation-delay: 4500ms;

  }
  .storage .headingSubContent{
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;
    animation-delay: 5000ms;
  }

  .box-container
  {
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;
    animation-delay: 5500ms;

  }
  .possibility{
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;
    animation-delay: 6000ms;
  }

.whychoose .headingSec{
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;
    animation-delay: 6500ms;
  }
  .whychoose .headingSubContent{
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;
    animation-delay: 7000ms;
  }


  .scalabilityrow{
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;
    animation-delay: 7500ms;
  }
  .whychoosetwo{
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;
    animation-delay: 8000ms;

  }
  .noagreerow {
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;
    animation-delay: 8500ms;
  }
  .zataCompareSec .headingSec{
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;
    animation-delay: 9000ms;
  }
  .zataCompareSec .headingSubContent{
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;
    animation-delay: 9500ms;
  }
  .zataCompareSec .row{
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;
    animation-delay:10000ms;
  }
  .noagreerow.cloudStorageSec{
    animation: fadeInUp 500ms cubic-bezier(0.49, -0.01, 0.5, 0.99) forwards;
    animation-delay:10500ms;
  } */
  @keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

  .compareRightBox img {
    width: 100%;
    padding-top: 30px;
}

.header .rightMenu a.startTrialBtn:hover {
    background-color: #143fb1;
}

.textContentSec span {
    /* -webkit-text-stroke: 1px #081741; */
    color: #ccc;
}


/* Footer css */
.location {
    margin: 40px 0 16px;
}
.footerContent {
    text-align: center;
}

ul.footerinfo li a {
    color: #8F9FA3;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease-in;
}
.fisrtpara {
    font-size: 16px !important;
}
ul.footerinfo li {
 list-style: none;
 margin-bottom: 15px;
}
.footercolumns h4 {
    font-size: 18px;
    font-weight: 500;
    color: #Fff;
}
ul.footerinfo {
    padding: 0;
    margin: 20px 0;
}
.footercolumns >div:last-child p{
    margin-top: 20px;
}
.footercolumns p {
    font-size: 14px;
    color: #8F9FA3;
    line-height: 1.5em;
    font-weight: 500;
    margin-top: 32px;
    max-width: 360px;
}
.footercolumns >div:last-child ul.footerinfo li {
    margin-bottom: 5px !important;
}
.footercolumns {
    display: grid;
    margin-top: 100px;
    padding-bottom: 112px;
    grid-template-columns: 2.2fr 1fr 1fr 1fr;
    gap: 40px;
}
.footerbtn {
    transition: all .3s ease-in-out;
    color: #fff;
    padding: 25px 22px;
    border-radius: 16px;
    line-height: 1.5;
    display: inline-block;
    background-size: 300% 100%;
    background: linear-gradient(90.06deg, #eb7128 0.05%, #eb7128 83%);
    max-width: 998px;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
}
.footerContent img {
    max-width: 100%;
}
ul.footerinfo li a:hover {
    color: #295DE6;
}
.footerBottomBar ul.socialIconList li:hover {
    background: #295DE6;
    cursor: pointer;
}

    /* ==========================Footer Css==============================*/
    @media only screen and (max-width: 1024px){
        .menuToggle{
            display: block;
        }
        a { 
            font-size: 14px; 
        }
        .header {
            padding: 10px;
        }
        .header .logoCol {
            width: 20%;
        }
        .header .menuCol {
            width: 80%;
            justify-content: end;
        }
        .header .menuCol ul.topnav li {
            padding: 5px 10px;
            margin: 0px 5px;
        }
        .header .menuCol ul.topnav {
            display: none;
        }
        .heroSec .mainHeading {
            font-size: 46px;
        }
        .heroSec h2.textGradient {
            font-size: 46px;
        }
        .heroSec p {
            font-size: 16px; 
            max-width: 430px;
            margin: 0 auto 40px; 
        }
        .heroSec .subHeading { 
            font-size: 16px;  
            padding-bottom: 30px; 
            line-height: 1.6em;
        }
        .heroSec .bannerImg img {
            max-width: 75%;
        }
        .heroSec .bannerImg::before { 
            width: 90px;
            height: 90px;
            right: -10px;
            top: -100px; 
        }
        .heroSec .btnGroup::after { 
            width: 90px;
            height: 90px;
            left: 0;
            top: -45px; 
        }
        .heroSec {
            padding: 150px 20px 100px; 
        }
        .logoSliderSec .swiper-slide img {
            width: 80px;
        }
        .textContentSec {
            padding: 120px 20px;
        }
        .textContentSec p { 
            font-size: 28px; 
        }
        .headingSec {
            font-size: 42px;  
        }
        .storage {
            padding: 0px 20px;
        }
        .headingSubContent {
            font-size: 16px; 
            margin: 20px 0 50px;
            line-height: 1.4em;
        }
        .box-container .box { 
            border-radius: 20px;
            padding: 20px;
        }
        .box-container h3 {
            font-size: 18px; 
        }
        .box-container p {
            font-size: 15px; 
        }
        .box-container .box img {
            width: 50px; 
        }
        .possibility {
            padding: 70px 0 120px;
        }
        .whychoose {
            padding: 0px 20px;
        }
        .scalabilityrow .content h3, .noagreerow .content h3 {
            font-size: 26px; 
        }
        .scalabilityrow p, .noagreerow p ,.whychoosetwo p {
            font-size: 14px; 
            max-width:100%;
        }
        .whychoosetwo h3 {
            font-size: 26px; 
            max-width: 100%; 
        }
        .zataCompareSec {
            text-align: center;
            padding: 120px 20px;
        }
        .zataCompareSec .row { 
            display: block;
        }
        .compareLeftBox {
            width: 100%; 
            margin-bottom: 30px;
        }
        .compareRightBox {
            width: 100%; 
        }
        .compareRightBox img {
            width: 100%;
        }
        .compareLeftBox .boxFooter h3 span.textGradient {
            font-size: 42px; 
        }
        .cloudStorageSec {
            padding: 60px;
            margin: 120px 0px 0; 
        }
        .cloudStorageSec .content h3 span {
            font-size: 32px; 
        }
        .cloudStorageSec .content{
            padding-right: 20px;
        }
        .cloudStorageSec .rightCol {
            padding-left: 20px;
        }
        .cloudStorageSec .rightCol p { 
            font-size: 16px;  
        }
        .footerContent h2 { 
            font-size: 34px;  
        }
     
        
        .rightMenu{
            display: none;
        }


        .modal-buttons{
            display: flex;
        }

        .modal-nav li a{
            font-size: 16px;
        }
        
        a.startTrialBtn {
            background-color: #295DE6;
            color: #fff;
            padding: 12px 22px;
            border-radius: 14px;
            margin-left: 0px;
            display: inline-block;
        }
        a.signIn {
            color: #0022FF;
            padding: 12px 30px 12px 0px;
            display: inline-block;
        }

        .menuToggle .burger{
            border: none !important;
            background: transparent !important;
            font-size: 24px !important;
        }

    }


    @media only screen and (max-width: 767px) {
        .footercolumns {
            grid-template-columns: 1fr 1fr 1fr 1fr;
            display: block;

        }
        .footerbtn {
            padding: 15px 22px; 
        }
        .footercolumns {
            margin-top: 40px;
            padding-bottom: 40px;
        }
        .footercolumns>div {
            margin-bottom: 40px;
        }
        .compareRightBox .para {
            font-size: 14px;
        }
        ul.graphinfo li {

            font-size: 14px;  
            margin-bottom: 25px;
        }
        .compareRightBox img {
            padding-left: 20px;
        }
        .heroSec .bannerImg::before { 
            width: 60px;
            height: 60px;
            top:-90px !important;

        }
        .heroSec .btnGroup::after { 
            width: 60px;
            height: 60px;
            top:80px !important;
        }
        .heroSec .bannerImg img {
            max-width: 100%;
        }
        .footerBottomBar {
            text-align: left;
            display: block;
            padding-top: 50px;
        }
       
        .site-footer {
            padding: 50px 20px;
        }
    
        .footerContent h2 {
            font-size: 28px;
        }
    
        .box-container,
        .whychoosetwo,
        .noagreerow {
            grid-template-columns: repeat(1, 1fr);
        }
    
        .noagreerow > div {
            width: 100%;
            margin-bottom: 20px;
        }
    
        .scalabilityrow {
            padding: 20px;
            display: flex;
        }
    
        .scalabilityrow > div {
            width: 100%;
        }
    
        .scalabilityrow .content {
            padding-left: 0px;
        }
    
        .scalabilityrow p {
            font-size: 14px;
            max-width: 100%;
        }
    
        .heroSec .btnGroup {
            padding-bottom: 120px;
        }
    
        .heroSec .btnGroup::after {
            top: 56px;
        }
    
        .textContentSec {
            padding: 50px 20px;
        }
    
        .noagreerow {
            display: block;
         
        }
    
        .cloudStorageSec {
            padding: 20px;
            margin: 30px 0px;
        }
    
        .cloudStorageSec .rightCol {
            padding: 0px;
        }
    
        .zataCompareSec {
            padding: 50px 20px;
        }
    
        .noagreerow img {
            max-width: 100% !important;
        }
    
        .scalabilityrow .content h3, 
        .noagreerow .content h3 {
            margin-top: 20px;
        }
    
        .noagreerow .content h3 {
            max-width: 100%;
        }
    
        .heroSec .mainHeading {
            line-height: 1.2em;
            font-size: 22px;
        }
    
        .heroSec h2.textGradient {
            font-size: 32px;
        }
    
        .heroSec {
            padding: 150px 20px 50px;
        }
    
        .possibility {
            padding: 50px 0 50px;
        }
    
        .headingSec {
            font-size: 32px;
        }
    
        .textContentSec p {
            font-size: 18px;
        }
    
        .cloudStorageSec .content h3 span {
            font-size: 24px;
        }
    
        .cloudStorageSec .content {
            margin-top: 20px;
            margin-bottom: 20px;
        }
    
        .footerBottomBar ul.socialIconList {
            place-content: left;
            margin-top: 28px;
        }
        .footerContent p {

            font-size: 16px;
            margin: 40px auto 40px;
        }
        .footerContent img {
            max-width: 70%;
        }
        .whychoosetwo > div,
        .noagreerow, 
        .compareLeftBox, 
        .compareRightBox {
            padding: 20px;
        }
        .scalabilityrow {
            padding: 20px;
            display: block;
        }
    }
    







    /* Signup Page CSS */

    .sign_up_page_heading{font-size: 30px; line-height: 36px; font-weight: 500; margin-bottom: 30px; text-align: center;}
    .sign_up_form_label{font-size: 14px; line-height: 20px; font-weight: 400; margin-bottom: 10px; width: 100%;}
    .sign_up_form_input{font-size: 14px; line-height: 20px; font-weight: 400; margin-bottom: 10px; width: 100%; padding: 10px 5px; border-radius: 4px; border: none;}
    .sign_up_form_text{font-size: 42px; line-height: 48px; font-weight: 500; margin-bottom: 10px;}
    .sign_up_form_p{font-size: 18px; line-height: 24px; font-weight: 400; margin-bottom: 20px;}
    .sign_up_form_list{margin-left: -16px;}
    .sign_up_form_list li{font-size: 18px; line-height: 20px; font-weight: 400; margin-bottom: 5px;}
    .sign_up_logo{margin-bottom: 30px; width: 60%;}
    .signup {
        padding: 100px 20px 50px;
        position: relative;
    }
    .signup:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-image: url(../images/bgHero.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: -1;
    }
    .signup_btn{background-color: #295DE6; width: 100%; padding: 10px 20px; font-size: 18px; line-height: 20px; font-weight: 500; color: #ffffff; margin-bottom: 30px;}
    .signup_btn:hover{background-color: #143fb1; color: #ffffff;}
    .signup_page_already_text{font-size: 14px; line-height: 20px; font-weight: 400; margin-bottom: 5px; text-align: center;}
    .signup_page_login_link{color: #295DE6; text-decoration: underline; font-size: 14px; line-height: 20px;}
    .password_error_heading{font-size: 16px; line-height: 20px; font-weight: 600; margin-bottom: 5px;}
    
    
    #message {
  display:none;
  background: #f1f1f1;
  color: #000;
  position: absolute;
  padding: 20px;
  margin-top: 10px;
}

#message p {
  padding: 5px 35px;
  font-size: 12px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "✖";

}
















    

