:root {   
    --white: #ffffff;
    --navyblue: #101B2F;
    --darkblue: #1B3463;
    --skyblue: #00BAFF;
    --specialcolor:  : '#00BAFF', '#13C78B';
    --buttoncolor : '#24AEA4', '#5572FE';
    --black: #000000;
    --gray: #E5E7EB;
    --common-font: Mukta;
    --font-family-Poppins: 'Poppins', serif;
    --clientscolor : '#21262E00', '#00BAFF4D';
    --gradient-bg: linear-gradient(to right, rgba(12, 5, 18, 1), rgba(80, 33, 120, 1));
    --gradient-border: linear-gradient(90deg, rgba(0, 186, 255, 1), rgba(19, 199, 139, 1));
    --duriation: 12s;
    --totalitems: 6;
  
  }

  body{
    overflow-x: hidden;
  }

#-white-section{
    background-color: var(--white) !important;
    color: var(--black) !important;
}

.webdevelopment-gap-section{
  height: 700px;
}


/* carousel-section */


.our-product-carousel-section{
  padding-top: 0%;
   background-color: var(--white);
   color: var(--black) !important;  

   position: relative ;
}
.carousel-container {
 width: 90%;
 margin: auto;
 overflow: hidden;
 position: relative;
}

.carousel-track {
 display: flex;
 border-radius: 16px;

}

.carousel-navigation{
 display: flex;
 justify-content: space-between;
 width: 82%;
 height: 100%;
 align-items: center;
 position: absolute;
 top: 0px;
 z-index: 2;
 margin-left: 3%;
}

.carousel-btn{
 border-color: transparent;

 background-color: var(--black);
 height: 40px;
 width: 40px;
 border-radius: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
}

.carousel-btn>i{
 font-size: 14px;
 color:#F9F9F9 !important; 
}

.keera-item {
 flex: 0 0 100%;
 box-sizing: border-box;
}

.main-mobile-img-div {
 display: flex;
 width: 100%;
 height: 450px;
 margin: 5% 0;
 border-radius: 16px;
}

.carousel-mobile-img-div {
  width: 40%;

}


.carousel-mobile-img-div > img {
 width: 100%;
 height: 100%;
 border-top-left-radius: 16px;
 border-bottom-left-radius: 16px;
 object-fit: cover;
} 

.mobile-img-content-div {
 width: 60%;

 background-color:#F9F9F9;
 border-top-right-radius: 16px;
 border-bottom-right-radius: 16px;
 color: black;
 padding: 5%;  
 display: flex;
 flex-direction: column;
 justify-content: space-evenly;
}


.mobile-img-contents{
 font-weight: 400;
 font-size: 15px;
 line-height: 26px;
 text-align: justify;
}

.technology-title{
 color: #8D8D8D;
 font-weight: 400;
 font-size: 15px;
 line-height: 26px;
}

.technologies{
 margin-top: -10px;
 font-weight: 400;
 font-size: 15px;
 line-height: 26px;
}


  
.bris-h1-h2-h31 {
    padding-left: 6em;
    line-height: 1.83em;
    letter-spacing: 1;

    margin-top: 0px;
  
  }

  .bris-h4 {
    color: #222;
    font-size: 40px;
    text-align: left;
  
    justify-content: center;
    padding-top: 30px;
   
    margin-right: 20px;
    padding-right: 0px;
  }

    
  .bris-h4 span {
    cursor: pointer;
  }

  .bris-h1-h2-h3 {
    padding-left: 20em;
    line-height: 1.83em;
    letter-spacing: 1;
    margin-top: 0px;
  
  }
  
  .bris-h1-h2-h3-h4 {
    padding-left: 5em;
    padding-right: 20em;
    line-height: 1.83em;
    letter-spacing: 1;

    margin-top: 20px;
  
  }

  #digital-section .develope-head{
    color: var(--gray);
  }

  .develop-ul {
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    margin-top: 15px;
      color: #222;
    line-height: 1.5em;
    font-size: 15px;
    font-weight: 600;
  }

  .develop-ul-new {
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    margin-top: 15px;
  
    color: #222;
    line-height: 1.5em;
    font-size: 15px;
    font-weight: 600;
  }

  .develop-li {
    list-style: inside;
    text-indent: -1.4em;
    font-size: 16px;
    margin-top: 10px;
   
  }
  
  .develop-li-new {
    text-indent: 0.5em;
    font-size: 16px;
    margin-top: 20px;
   
    padding-top: 10%;
  }

  .bris-h5 {
    font-size: 18px;
    color: #222;
    text-align: left;
  
    justify-content: center;
    padding-top: 15px;
    
    margin-right: 20px;
    font-weight: 600;
    width: 70%;
  }


  .bris-h1 {
    color: #222;
    font-size: 65px;
    text-align: left;

    justify-content: center;
    margin-top: 50px;
  }
  
  .bris-h2 {
    color: #222;
    text-align: left;
  
    justify-content: center;
    font-size: 36px;
    font-weight: 600;
    margin-top: 30px;
    width: 70%;
  }

  .carousel-inner {
    position: relative;
    top: 0;
    height: 350px;
    border-radius: 10px;
  }
  
  
  
  .develop-foot {
    margin-top: 40px;
    font-size: 13px;
    font-weight: 500;
    color: #222;
   
    text-align: center;
  }
  
  .develop-h2 {
    line-height: 1.5em;
    min-height: 2.5em;
  }
  
  .nft-banner-section{
    padding-top: 40px;
  }
  
  .takeurself {
    text-align: left;
    font-size: 40px;
    font-weight: 500;
    color: gray;
    
    margin-left: 20px;
    margin-right: 20px;
    opacity: 0.3;
  }
  
  .wiselys {
    text-align: left;
    color: #222;
    font-size: 28px;
    font-weight: 600;
    margin-top: -40px;
    padding-left: 45px;

    margin-left: 20px;
    margin-right: 20px;
    z-index: 1;
  
  }
  
  .big-number {
    font-size: 10px;
    gap: 50px;
    margin-left: 15%;
    opacity: 0.1;
  }
  
  .rounded-start {
    height: 300px;
    width: 600px;
    border-radius: 10px;
    margin-right: 100px;
    padding-left: 0px;
  
  }
  
  .flutter-img-1 {
    width: 700px;
    height: 400px;
    object-fit: cover;
  
  }
  
  
  
  .bris-hr {
    color: #0082B3;
    margin: 60px 180px 0px 280px;
  }
  
  .clients {
    padding-left: 175px;
    margin-top: 30px;
  }
  
  .bris-btn {
    color: #222;
    font-size: 15px;
    margin-left: 20px;
    margin-right: 20px;

  }
  
  .bris-clients {
    font-size: 55px;

    color: #F3F3F3;
    padding-top: 20px;
    text-align: left;
  
  }
  
  .bris-clients-1 {
 
    font-size: 16px;
    color: #F3F3F3;
    margin-top: 25px;
    font-weight: lighter;
    text-align: left;
    padding-left: 70px;
    padding-right: 50px;
  
  }
  
  .Clients-2 {

    color: #F3F3F3;
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 40px;
    margin-top: 20px;
    text-align: left;
  }
  
  .list-3 {
    padding-left: 30em;
  }
  

  .third-section-heading{
    margin-bottom: 5%;
  }

  .third-side-heading{
    margin-bottom: 3%;
  }
  
  .develope-head {
    font-size: 20px;
    color: #222;
    
    margin-right: 20px;
    text-align: left;
    font-weight: 600;
   
  }
  
  .bris-contact {
    margin-left: 70px;
    border: none;
    border-radius: 5px;
    color: #222;
    height: 40px;
    margin-bottom: 30px;
    padding: 0px 20px 0px 20px;
    font-size: 16px;
    margin-top: 20px;
    float: left;

  }
  
  .bris-contact-11 {
    border: none;
    border-radius: 10px;
    color: #222;
    height: 40px;
    margin-bottom: 30px;
    padding: 0px 20px 0px 20px;
    font-size: 16px;
    margin-top: 20px;

    width: auto;
  }
  
  
  .develop-icon {
    border-radius: 15px;
    height: 5em;
    background-color: #FFFFFF;
    position: relative;
  }
  
  .develop-img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .develop {
    margin-top: 30px;
    margin-left: 0px;
  }
  
  .para-develop {
    padding-left: 50px;
  }
  
  .style-button {
    color: white;
    background-color: #6e98ec;
    border: none;
    border-radius: 30px;
    height: 40px;
    padding: 0px 5px;
    width: 180px;
    margin-left: 10px;
    margin-top: 10px;

  }
  
  .flutter-head {
    background-color: #FBFBFB;
    margin-bottom:  40px ;
    
  }
  
  
  .flutter-head  a{
    text-decoration: none;
  }
  .takeurself-2 {
    font-size: 100px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
    opacity: 0.1;
    z-index: -1;

  }
  
  .wiselys-2 {
    text-align: justify;
    font-size: 45px;
    margin-top: -70px;
    padding-left: 0%;
    z-index: 99999;
    color: #333;
  
  }
  
  .bris-h4-2 {
    font-size: 30px;
  }
  
  .bris-icon-2 {
    font-size: 13px;
    margin-top: 20px;
    color: #0484b4;
    font-weight: 800;

    margin-left: 19px;
    margin-right: 20px;
    margin-bottom: 40px;
    text-align: left;
  }
  
  .navbar-brand {
    margin-left: 4em;
    margin-top: 0em;
  }
  
  .navbar-nav {
    margin-left: 0em;
    margin-top: 5em;
  }
  
  .nav-item {
    padding-left: 30px;
  }
  
  .tab {
    background-color: transparent;
  
    padding-top: 30px;
  
  
  
  }
  
  .tab button {
    background-color: transparent;
    float: left;
    cursor: pointer;
    margin: 14px 36px;
    transition: 0.3s;
    font-size: 17px;
 
    border-bottom: 2px solid black;
  }
  
  
  .tab button:hover {
    border-bottom: 2px solid #0082B3;
  
  }
  
  .tab button:active {
    border-bottom: 2px solid #0082B3;
  }
  
  .card-size {
    width: 600px;
  
  }
  
  nav.scrolled {
    background-color: #fff;
    width: auto;
  }
  
  
  
  .index-4-h {
    padding-left: 200px;
    text-align: left;
    font-size: 40px;
    font-weight: 500;
    color: gray;
   
    margin-left: 20px;
    margin-right: 20px;
    opacity: 0.3;
  }
  
  
  .develop-ul-two {
    margin-left: 50px;
  }
  
  .develop-ul-two-2 {
    margin-left: 50px;
  }
  
  .analytics-bris {
    font-size: 15px;
    margin-top: 6px;
  }
  
  
  .index-4-p {
    margin-right: 50px;
  }
  
  .bris-techno {
    margin-top: 10px;
  }
  
  .image-edit-1 {
    padding-left: 0px;
    padding-right: 0px;
    object-fit: cover;
    width: 90%;
    height: 550px;
  
  }
  
  .bris-hr-2 {
    width: 45%;
    border: 0px solid #fff;
    margin-left: 20px;
    margin-top: 130px;
    color: #fff;
  }
  
  .bris-hr-2:hover {
    width: 65%;
    border: 2px solid #6e98ec;
    margin-left: 20px;
  }
  
  .services-footer {
    margin-top: 1em;
    margin-left: 1em;
    padding-left: 0px;
  }
  
  .services-footer-2 {
    margin-top: 5em;
    margin-left: 23em;
    padding-left: 0px;
  
  
  }
  
  .form-control {
    border: none;
  }
  
  
  .bris-contact-1 {
    margin-left: 0em;
    border: none;
    color: #222;
    margin-bottom: 30px;
    padding: 0px 20px 0px 20px;
    font-size: 18px;
    margin-top: 40px;
    float: left;

    background-image: linear-gradient(#222, #222);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: .4s;
    background-color: #fff;
    height: 50px;
    width: 150px;
    border-radius: 0px;
  }
  
  .newsec-1 {
    padding-left: 4em;
  }
  
  .newsec-2 {
    font-size: 25px;

    color: #F3F3F3;
    padding-top: 10px;
    text-align: left;
    margin-right: 50px;
  
  }
  
  .newsec-3 {
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    margin-top: 10px;

    color: #fff;
    line-height: 1.5em;
    min-height: 2.5em;
    font-size: 16px;
    letter-spacing: 0;
    align-content: space-between;
    justify-content: baseline;
    margin-left: 0px;
  }
  
  .newsec-4 {

    text-align: left;
    letter-spacing: 1;
 
    color: #fff;
    list-style-type: initial;
  
  
  }
  
  .button-5 {
    color: black;
    background-color: #F3F3F3;
    text-align: center;
    border-radius: 30px;
    padding: 10px 10px;
    border: 1px solid #0082B3;

  }
  
  .two-colum-midspace-margin {
    margin-left: 80px;
    margin-right: 0px;
  }
  
  
  .develop-li-2 {
    padding-top: 7px;
  }
  
  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  
    100% {
      -webkit-transform: translateX(calc(-250px * 7));
      transform: translateX(calc(-250px * 7));
    }
  }
  
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  
    100% {
      -webkit-transform: translateX(calc(-250px * 7));
      transform: translateX(calc(-250px * 7));
    }
  }
  
  .client-slider {
    background: transparent;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin-top: 0px;
    margin-right: 130px;
    margin-left: 20px;
    padding-top: 25px;
  }
  
  .client-slide {
    height: 800px;
    width: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .client-slide {
    background-color: #e9e9e9;
    margin: 0px 20px;
    height: fit-content;
  }
  
  .client-slider::before,
  .client-slider::after {
    content: "";
    height: 100px;
    position: absolute;
    width: 50px;
    z-index: -1;
  }
  
  .client-slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
  
  .client-slider::before {
    left: 0;
    top: 0;
  }
  
  .client-slider .client-slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: -webkit-box;
    display: flex;
    width: calc(150px * 12);
  }
  
  .client-slider .client-slide {
    height: 100px;
    width: 350px;
  }
  
  
  .numbers-sec {
    background-color: #06ADDB;
    border-radius: 8px;
    margin-left: 21em;
    margin-right: 21em;
    height: auto;
    margin-top: 5em;
    margin-bottom: 5em !important;
  }
  
  .numbers-head {
    margin-left: 50px;
    font-size: 42px;
    margin-top: 35px;
    color: #ffffff;
    opacity: 1.0;
  }
  
  .number-para {
    margin-left: 50px;
    margin-right: 50px;
    color: #ffffff;
    margin-top: 0px;
    font-size: 14px;
  }
  
  .count {
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;
  }
  
  .soft-deve-plat {
    float: right;
    font-size: 63px;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
  }
  
  .soft-deve-plat-para {
    float: right;

    font-size: 40px;
  }
  
  .kick-row-back {
    background-color: #0082B3;
    position: relative;
    left: 0;
    right: 100px;
    width: 75%;
    border-radius: 10px;
  }
  
  .h1-head {
    padding-left: 10px;
    font-size: 20px;
  }
  
  
  
  
  .p1-para {
    padding-left: 10px;
    font-size: 11px;
  }
  
  
  
  .abovefutter-section {
    text-align: center;
    margin-left: 0em;

  }
  
  .abovefutter-section-2 {
    padding-top: 0px;
    padding-left: 0px;
    text-align: center;

  }
  
  .big-image {
    width: 1200;
    height: 600px;
    position: absolute;
    right: 0;
    left: 0;
    margin-left: 11em;
    margin-top: -7em;
    opacity: 1;
  }
  
  .footer-section {
    height: auto;
    background-color: #0484b4 !important;
    margin-top: 20em;
    padding-left: 7em;
    margin-bottom: -10px;
    z-index: -1;
  }
  
  .say-hello {
    text-decoration: none;
    margin-left: 15px;
    font-size: 55px;
    color: #fff
  }
  
  .Copyrights {
    font-size: 16px;
    color: #fff;
    padding-left: 29em;
    margin-top: 70px;
  }
  
  .footer-bg-bris {
    height: auto;
    background-color: #0484b4;
    position: relative;
    z-index: 99999;
    margin-top: 20em;
    padding-left: 10em;
  }
  
  
  
  .client-count-num {
    margin-top: 0px;
    padding-top: 5%;
    font-size: 22px;

    color: #fff;
  }
  
  .bris-carousel {
    padding-left: 21em;
    padding-right: 21em;
    margin-top: 60px;
    height: auto;
  
  }
  
  .discover-para {
    padding-left: 50px;
  }
  
  .mobile-soft-bris {
    margin-top: 70px;
  }
  
  .img-21 {
    position: absolute;
    margin-left: 40em;
    margin-top: 3em;
    left: 0;
  
  }
  
  .bris-offcanvas {
    background-color: #0484b4;
    height: 750px;
  }
  
  #music-sec{
    margin-top: -8%;
  }
  
  .music-section {
    background-color: black;
    height: 350px;
    width: auto;
    margin: 150px 26em 100px 21em;
    border-radius: 20px;
    position: relative;
  }
  
  .music-section-2 {
  
    background-color: #027DFD;
    height: 310px;
    width: auto;
    object-fit: cover;
    background-position: center;
    margin: 130px 20em 150px 21em;
    border-radius: 20px;
  }
  
  .podcast-bris {
    position: absolute;
    width: 220px;
    height: 440px;
    bottom: 0;
    margin-left: 100px;
    margin-bottom: -40px;
  }
  
  .podcastcartoon {
    position: absolute;
    width: 350px;
    height: 350px;
    top: 63%;
    left: 70%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .podcastmusic {
    position: absolute;
    width: 390px;
    height: 390px;
    top: 0;
    left: 0;
    margin: -40px 0px 0px 32em;
  }
  
  .ondemand-sec {
    color: #fff;
    font-size: 25px;
    padding-left: 20px;
    text-align: left;
    padding-top: 50px;
  }
  
  
  .music-span {
    font-size: 30px;
    font-weight: 900;
  }
  
  
  
  .develop-bound-bris {
    padding-right: 170px;
  }
  
  .writing-mode {
    margin-bottom: 1px;
    margin-left: 30px;
    text-align: left;
  }
  
  .develop-ul-2 {
    letter-spacing: normal;
    line-height: 0px;
    text-align: left;
    margin-top: -7px;

    color: #222;
    line-height: 1.5em;
    font-size: 13px;
    font-weight: 600;
  }
  
  .para-10 {
    font-size: 13px;
   
    color: #0484b4;
    margin-top: 5px;
  }
  
  
  .a-bris-nav {
    text-decoration: none;

    padding: 0px 100px 0px 0px;
  }
  
  .a-bris-nav:hover{
    color: #0083B3;
  }
  
  .logo-bris-brand{
    width:170px;
    height:40px;
  }
  
  .develope-li-ul {
    padding-top: 10px;
  }
  
  .image-not-showing {
    background-color: #0082B3;
    border-radius: 100%;
    width: 30px;
    height: 30px;
  }
  
  .image-not-showing:hover {
    background-color: green;
    border-radius: 100%;
  
  }
  
  .carousel-dark-slide {
    height: auto;
  }
  
  .progressbar-text {
    font-size: 250px;
    margin-left: 190px;
    opacity: 0.1;
    position: absolute;
  }
  
  .progressbar-text-bris {
    font-size: 200px;
   
  
    opacity: 0.1;
    position: absolute;
    
  }
  
  .MVP-App{
    font-size: 90px;
    margin-top: 100px;
  }
  
  .progressbar-text-2 {
    padding: 0px 0em 0px 18.5em;
  }
  
  .progressbar-text-3 {
    font-size: 100px;
    margin-left: 190px;
    opacity: 0.1;
    position: absolute;
  }
  
  .progressbar-text-4 {
    font-size: 180px;
    margin-left: 190px;
    opacity: 0.1;
    position: absolute;
    margin-top: 30px;
  }
  
  .animation-element.slide-left {
  
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
  }
  
  .animation-element.slide-left.in-view {
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  
  
  .animation-element.slide-right {
    opacity: 0;
    -moz-transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
  }
  
  .animation-element.slide-right.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  
  .animation-element.slide.testimonial {
    float: left;
    width: 47%;
    margin: 0% 1.5% 3% 1.5%;
    background: #F5F5F5;
    padding: 15px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    border: solid 1px #EAEAEA;
  }
  
  .animation-element.slide.testimonial:hover,
  .animation-element.slide.testimonial:active {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  }
  
  .animation-element.slide.testimonial:nth-of-type(odd) {
    width: 48.5%;
    margin: 0% 1.5% 3.0% 0%;
  }
  
  .animation-element.slide.testimonial:nth-of-type(even) {
    width: 48.5%;
    margin: 0% 0% 3.0% 1.5%;
  }
  
  .animation-element.slide.testimonial .header {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .animation-element.slide.testimonial .left {
    float: left;
    margin-right: 15px;
  }
  
  .animation-element.slide.testimonial .right {
    float: left;
  }
  
  .animation-element.slide.testimonial img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.5);
  }
  
  .animation-element.slide.testimonial h3 {
    margin: 0px 0px 5px 0px;
  }
  
  .animation-element.slide.testimonial h4 {
    margin: 0px 0px 5px 0px;
  }
  
  .animation-element.slide.testimonial .content {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  
  
  .animation-element.slide.testimonial i {
    color: #aaa;
    margin-right: 5px;
  }
  
  

  @media screen and (max-width: 678px) {
  
    .animation-element.slide.testimonial,
    .animation-element.slide.testimonial:nth-of-type(odd),
    .animation-element.slide.testimonial:nth-of-type(even) {
      width: 100%;
      margin: 0px 0px 20px 0px;
    }
  
    .animation-element.slide.testimonial .right,
    .animation-element.slide.testimonial .left,
    .animation-element.slide.testimonial .content,
    .animation-element.slide.testimonial .rating {
      text-align: center;
      float: none;
    }
  
    .animation-element.slide.testimonial img {
      width: 85px;
      height: 85px;
      margin-bottom: 5px;
    }
  
  }

  .web_module_image{
    height: 480px;
    width: 780px;
    border-radius: 10px;
    margin: 40px 0;
  }

  .takethefirststep-section{
    padding-bottom: 70px;
  }

  /* block-chain-styles */

  .bris-h6 {
    color: #222;
    font-size: 32px;
    font-weight: bold;
   
    letter-spacing: normal;
    text-align: left;
    line-height: 1.1em;
    height: auto;
    margin-top: 120px;
  
    padding-left: 4.2em;
    position: relative;
  
  }

  .block-chain-img-2-div{
    margin-top: 60px;
    margin: auto;
    width: 850px;
    height: 400px;
  }

  .block-chain-img-2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .block-chain-img {
   margin-bottom: 30px;
 }

  /* about-us-style */

  .description {
    margin-top: 150px;
  }
  
  .description-2 {
    margin-top: 250px;
  }

  .bris-flut-1 {
    background-color: #fff;
    border-radius: 20px;
    margin: 0px 0px 0px 0px;  
    height: 100vh;
    padding: 0px 180px 0px 180px;
   
  
  }

  .designers {
    font-size: 55px;
    margin-top: 0px;
  }
  
  .bris-flut-2 {
    color: #0484b4;
    text-align: left;
    font-size: 70px;
    line-height: normal;
    letter-spacing: 1px;
  }

  .layer-image {
    left: 0;
    margin-left: -7em;
    width: 600px;
    height: 50px;
    margin-top: 255px;
  }
  
  .thinking-layer {
    margin-top: 0px;
    margin-left: -80px;
    margin-right: 0px;
  }

  .explore {
    background-color: #eff4ff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    height: 100px;
    width: 100px;
  }
  
  .explore-2 {
    font-size: 13px;
    text-align: center;
    height: 50px;
    margin-top: 30px;
  }

  @media screen and (min-width: 1920px){

     .carousel-navigation{
      width: 74%;
    }
}


  @media screen and (max-width: 1280px){

    .main-mobile-img-div {
      height: 380px;
    }

    .designers {
      font-size: 35px;
    }
  
    .bris-flut-2 {
      color: #0484b4;
      text-align: left;
      
      font-size: 30px;
      line-height: normal;
      letter-spacing: 1px;
    }
  
    .description {
      margin-top: 105px;
    }
  
    .description-2 {
      margin-top: 170px;
    }
  
    .layer-image {
      left: 0;
      margin-left: -7em;
      width: 500px;
      height: 50px;
      margin-top: 155px;
    }
  
    .thinking-layer {
      margin-top: 0px;
      margin-left: -80px;
      margin-right: 0px;
    }
  
    .explore {
      background-color: #eff4ff;
      border-radius: 100%;
      height: 100px;
      width: 100px;
    }

    .bris-flut-1 {
      background-color: #fff;
      border-radius: 20px;
     
      height: 550px;
      padding: 0px 100px 0px 100px;
    }

    .develop-p {
      letter-spacing: normal;
      line-height: 20px;
      text-align: left;
      margin-top: 18px;
     
      color: #222;
      line-height: 1.5em;
      font-size: 14px;
      letter-spacing: 0;
      font-weight: 600;
      padding-left: 0px;
      padding-right: 0px;
      line-break: auto;
      width: auto;
    }
  
    .develope-head {
      font-size: 20px;
      color: #222;
    
      font-style: normal;
      padding-left: 0px;
      padding-right: 0px;
      text-align: left;
      font-weight: 600;
      width: 100%;
    }
  
    .bris-h1-h2-h3 {
      padding-left: 10em;
      line-height: 1.83em;
      letter-spacing: 1;
      font-style: normal;
    }

    .bris-h1-h2-h3-h4 {
      padding-left: 1em;
      padding-right: 170px;
      line-height: 1.83em;
      letter-spacing: 1;
      font-style: normal;
      margin-top: 30px;
  
    }

    .develop-p {
      letter-spacing: normal;
      line-height: 20px;
      text-align: left;
      margin-top: 18px;
      font-weight: 400;
      color: #222;
      line-height: 1.5em;
      font-size: 14px;
      letter-spacing: 0;
      
      padding-left: 0px;
      padding-right: 0px;
      line-break: auto;
      width: auto;
    }

    .develope-head {
      font-size: 20px;
      color: #222;
      
      
      padding-left: 0px;
      padding-right: 0px;
      text-align: left;
      font-weight: 600;
      width: 100%;
    }

    .two-colum-midspace-margin-2 {
      margin-left: 2em;
    }

    .two-colum-midspace-margin {
      margin-left: 7em;
    }
  
    .progressbar-text {
      font-size: 250px;
      margin-left: 50px;
      opacity: 0.1;
      position: absolute;
    }

    .progressbar-text-2 {
      padding: 0px 0em 0px 8em;
    }

  }

  @media screen and (max-width: 800px){

    .webdevelopment-gap-section{
      height: 22vh;
    }

    .custom-row{
      margin-right: 2%;
    }

        .carousel-container {
          width: 100%;         
        }
        
.carousel-navigation{
  display: flex;
  justify-content: space-between;
  width: 96%;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0px;
  z-index: 2;
  margin-left: -4%;
}

.carousel-btn{
  height: 35px;
  width: 35px;
}

.carousel-btn>i{
  font-size: 12px;
}

        .main-mobile-img-div{
          flex-direction: column;
          height: auto;
          align-items: center;
          margin: 60px 0;
         
        }
      
        .carousel-mobile-img-div{
          width: 100%;   
          height: 300px !important;      
        }
      
        .carousel-mobile-img-div>img{
          
          border-radius: 0 !important;
          width: 100%;
          height: 100%;
         border-top-left-radius:16px;
         border-top-right-radius:16px;
         border-bottom-left-radius:0px;
         object-fit: cover;
        }
      
        .mobile-img-content-div{
          width: 100%;
          border-radius: 0px !important;
          
          height: 320px !important;
        }

        .mobile-img-content-heading{
          font-size: 20px;
          line-height: 20px;
         }

         .mobile-img-contents{
          font-size: 14px;
          text-align: justify;
         }
       
         .technology-title{
          color: #8D8D8D;
          font-weight: 600;
          font-size: 15px;
         }

         .technologies{
          font-size: 13px;
          margin-top: -10px;
         
         }

         .bris-nav-1 {
          margin-top: 0px;
          height: auto;
          width: auto;
          margin-left: 1em;
      
        }

        .bris-h1-h2-h3 {
          padding-left: 1em;
          line-height: 1.83em;
          letter-spacing: 1;
        
          margin-top: 0px;
      
        }
      
        .bris-h1-h2-h3-h4 {
          padding-left: 1em;
          line-height: 1.83em;
          letter-spacing: 1;
     
          margin-top: 0px;
          padding-right: 0px;
      
        }
      
        .bris-h1 {
          color: #222;
          font-size: 35px;
          text-align: left;
    
          justify-content: center;
          margin-top: 50px;
        }

        
    .bris-h2 {
      color: #222;
      text-align: left;
  
      justify-content: center;
      font-size: 34px !important;
      font-weight: 400 ;
      margin-top: 30px;
      width: 100%;
    }
  
     
    .web_module_image{
      height:280px !important; 
      max-width:340px !important;
      margin-top: 20px;
      object-fit: cover;
    }

    .bris-h1-h2-h31 {
      padding-left: 1em;
        line-height: 4em;
        letter-spacing: 1;
       
        margin-top: 0px;
        padding-right: 1em;
    
    }

    .bris-h4 {
      color: #222;
      font-size: 25px;
      text-align: left;
      justify-content: center;
      padding-top: 30px;
      margin-left: 4%;
      width: auto;
    }

    .develop-p {
      letter-spacing: normal;
      line-height: 20px;
      text-align: left;
      margin-top: 15px;
   
      color: #222;
      line-height: 1.5em;
      min-height: 2.5em;
      font-size: 16px;
      letter-spacing: 0;
      
      margin-left: 4%;
      line-break: auto;
      margin-right: 10px;
    }

    .develope-head {
      font-size: 20px;
      color: #222;
      margin-left: 4%;
      margin-right: 4%;
      text-align: left;
      font-weight: 600;
    }
  
    .bris-h4-2 {
      font-size: 30px;
    }

    .two-colum-midspace-margin-2 {
      margin-left: 0em;
    }

    .two-colum-midspace-margin {
      margin-left: 0px;
    }

    .custom-note{
      margin-top:0px;
    }

    .develop-li-2 {
      padding-top: 0px;
    }

    .develop-li {
      list-style: inside;
      text-indent: -1.4em;
      font-size: 15px !important;
      
      margin-top: 10px;
    }

    .bris-h5-2 {
      margin-left: 1.5em;
    }

    .bris-h5 {
      font-size: 18px;
      color: #222;
      text-align: left;
      
      justify-content: center;
      padding-top: 15px;
      margin-left: 4%;
      font-weight: 600;
      width: auto;
    }

    /* web3 styles */

    .flutter-head {
      padding-left: 2em;
      padding-right: 3em;
    }

    .progressbar-text {
      font-size: 160px !important;
      margin-left: 0px;
      position: absolute;
      padding-top: 0px;
    }

    .big-number {
      font-size: 250px;
      font-stretch: expanded;
      gap: 50px;
      margin-left: 165px;
      opacity: 0.1;
    }

    .takeurself {
      text-align: left;
      font-size: 40px;
      font-weight: 500;
      color: gray;
      font-family: 'colfax-medium';
      margin-left: 5px;
      opacity: 0.3;
    }
  
    .progressbar-text-2 {
      padding: 80px 0em 0px 0em;
    }
  
      
 

    /* block-chain-img-style */

    .bris-h6 {
      color: #222;
      font-size: 32px;
      font-weight: bold;
      
      letter-spacing: normal;
      text-align: left;
      line-height: 1.1em;
      height: auto;
      margin-top: 120px;
      
      padding-left: 4.2em;
      position: relative;
  
    }

    .block-chain-img {
      position: absolute;
      margin-top: 105px;
      left: 0;
      margin-left: 0px;
      color: #fff;
      width: 70%;
      font-size: 16px;
    }

    .block-chain-img-2-div{
      object-fit: cover;
      border-radius: 10px;
      margin-top: 60px;
      max-width: 350px;
      height: 280px;
    }

    /* about-us */

    .designers {
      font-size: 20px;
      margin-top: 0px;
    }

     
    .bris-flut-2 {
      color: #0484b4;
      text-align: left;
   
      font-size: 25px;
      line-height: normal;
      letter-spacing: 1px;
    }

    .layer-image {
      display: none;
    }
 
    .thinking-layer {
      margin-top: 30px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 50px;
    }

    .explore {
      background-color: #eff4ff;
      border-radius: 100%;
      height: 100px;
      width: 100px;
    }
  
    .explore-2 {
      font-size: 14px;
      padding-top: 30px;
    }

    .description-2 {
      
      margin-top: -60px;
    }
  
    .bris-flut-1 {
      background-color: #fff;
      border-radius: 20px;
      margin: 0px 0px 0px 0px;
      padding: 0px 10px 0px 10px;
      height: 100vh;
      padding-right: 4%;
      padding-left: 4%;
    }

    .explore-2 {
       
      margin-top: -30px !important;
      text-align: center;
    }

  }


  
@media screen and (max-width: 400px){

  .mobile-img-content-div{
    width: 100%;
    border-radius: 0px !important;
    
    height: 420px !important;
  }
}
