* {
    margin:0;
    padding: 0;
    outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    scroll-padding-top: 100px;
}
a{
    text-decoration: none;
}
.sticky-top {
    z-index: 999999;
}
.navbar{
    background-color: #050603;
}
.navbar-toggler {
    color: rgb(255 255 255 / 55%);
    border-color: #fff;
}
.navbar-toggler-icon {
    background-image: url(../image/toggler-icon.svg);
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}
a.nav-link {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    padding: 1rem;
}
a.nav-link.active {
    color: #FFBD00;
}
.nav-link:focus {
    color: #FFF;
}
.nav-link:hover {
    color: #FFBD00;
}
.btn:focus{
    box-shadow: none;
}
a.btn.btn-one{
    color: #050603;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    border-radius: 9999px;
    background: #FFBD00;
    padding: 8px 22px;
    border: 1px solid #FFBD00;
    transition: all 0.3s ease-in-out;
}
a.btn.btn-one:hover{
    border: 1px solid #FFBD00;
    color: #FFBD00;
    background: transparent;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    border-radius: 9999px;
}
a.btn.btn-two{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    border-radius: 9999px;
    background: #FFBD00;
    padding: 14px 30px;
    border: 1px solid #FFBD00;
    transition: all 0.3s ease-in-out;
}
a.btn.btn-two:hover{
    border: 1px solid #FFBD00;
    color: #FFBD00;
    background: transparent;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    border-radius: 9999px;
}
a.btn.btn-three{
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    border-radius: 9999px;
    padding: 14px 30px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #FFBD00;
    color: #FFBD00;
    background: transparent;
}
a.btn.btn-three:hover{
    border: 1px solid #FFBD00;
    color: #FFF;
    background: #FFBD00;
}
a.btn.btn-four{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    background: #FFBD00;
    padding: 14px 24px;
    border: 1px solid #FFBD00;
    transition: all 0.3s ease-in-out;
}
a.btn.btn-four:hover{
    border: 1px solid #FFBD00;
    color: #FFBD00;
    background: transparent;
}
button.btn.btn-four{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    background: #FFBD00;
    padding: 14px 24px;
    border: 1px solid #FFBD00;
    transition: all 0.3s ease-in-out;
}
button.btn.btn-four:hover{
    border: 1px solid #FFBD00;
    color: #FFBD00;
    background: transparent;
}
a.btn.btn-five{
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    padding: 14px 24px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #FFBD00;
    color: #FFBD00;
    background: transparent;
}
a.btn.btn-five:hover{
    border: 1px solid #FFBD00;
    color: #FFF;
    background: #FFBD00;
}

/* Button Four */
.button-four {
    display: inline-flex;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    padding: 14px 24px;
    border: 1px solid #FFBD00;
    text-decoration: none;
    letter-spacing: 1.1px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #FFBD00;
}
/* .button-four:hover{
    background-color: transparent;
} */

#button-4 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-4 a {
  position: relative;
  transition: all .45s ease-Out;
  color: #FFF;
}

#circle-four {
  width: 0%;
  height: 0%;
  opacity: 0;
  border-radius: 50%;
  background: #262626;
  position: absolute;
  transition: all .5s ease-Out;
}

#button-4:hover #circle-four {
  width: 200%;
  height: 500%;
  opacity: 1;
  background: #262626;
    transition: all 0.5s ease-in-out;
}

#button-4:hover a {
  color: #FFBD00;
}

/* Button Five */
.button-five {
    display: inline-flex;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    padding: 14px 24px;
    border: 1px solid #FFBD00;
    text-decoration: none;
    letter-spacing: 1.1px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#button-5 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-5 a {
  position: relative;
  transition: all .45s ease-Out;
  color: #FFBD00;
}

#circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  border-radius: 50%;
  background: #FFBD00;
  position: absolute;
  transition: all .5s ease-Out;
}

#button-5:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
    transition: all 0.5s ease-in-out;
}

#button-5:hover a {
  color: #FFF;
}



a.btn.btn-six{
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 24px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #262626;
    color: #FFF;
    border-radius: 8px;
    background: #262626;
    transition: all 0.5s ease-in-out;
}
a.btn.btn-six:hover{
    border: 1px solid #FFBD00;
    color: #FFBD00;
    background: transparent;
}
.start-learn-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 0;
    margin-right: 24px;
    padding-left: 0;
    transition: all 0.3s ease-in-out;
}
.py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.py-90{
    padding-top: 90px;
    padding-bottom: 90px;
}
.py-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.py-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.py-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.py-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.home-main-section{
    background: url(https://cdn.4born.com/assets/image/4born-home-bg.svg) no-repeat center center / cover;
    background-color: #171717;
}
.two-button{
    display: flex;
    flex-wrap: wrap;
    white-space: no-wrap;
    gap: 24px;
    margin-bottom: 40px;
}
.for-born-first{
    margin-right: 80px;
}
.for-born-first h1{
    color: #FFF;
    font-family: Nunito;
    font-size: 55px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 15px;
}
.for-born-first h1 span{
    color: #FFBD00;
}
.for-born-first p{
    color: #D4D4D4;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 34px;
}
.for-born-check{
    display: flex;
    align-items: center;
    gap: 20px;
}
.for-born-check p{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0 !important;
}
.for-born-check p i{
    color: #FFBD00;
    margin-right: 8px;
}
.home-first-slider{
    position: relative;
}
.successful-project{
    transform: translate(-50%, -50%) !important;
    left: 100% !important;
    top: 0 !important;
    position: absolute !important;
    z-index: 99999;
    /* top: 0 !important; */
    /* right: 0 !important; */
}
/* .successful-project {
    display: none;
    text-align: center;
    margin-bottom: 20px;
} */

.successful-project{
    padding: 15px 20px;
    border-radius: 8px;
    background: #262626;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 8px 10px -6px rgba(0, 0, 0, 0.10);
    text-align: start;
    width: fit-content;
}
.successful-project h2{
    color: #FFF;
    font-family: Inter;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 4px;
}
.successful-project p{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 9px;
    white-space: nowrap;
}
.successful-project a{
    color: #FFF;
    font-family: Inter;
    font-size: 10px;
    font-weight: 700;
    border-radius: 4px;
    background: #FFBD00;
    padding: 3px 13px;
}
.owl-theme .owl-dots .owl-dot span {
    background: #525252;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFBD00;
}
.home-first-for-box{
    padding-top: 60px;
}
.industries-served{
    border-radius: 8px;
    background: rgba(38, 38, 38, 0.50);
    backdrop-filter: blur(2px);
    text-align: center;
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.industries-served h2{
    color: #FFBD00;
    font-family: Inter;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
}
.industries-served p{
    color: #D4D4D4;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.bg-light-dark{
    background: #171717 !important;
}
.bg-full-dark{
    background: #0D0D0D !important;
}
.for-born-about-section{
    margin-right: 20px;
}
.for-born-about-section h2{
    color: #FFBD00;
    font-family: Nunito;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 18px;
}
.for-born-about-section p{
    color: #D1D5DB;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.vision{
    border-radius: 8px;
    background: #262626;
    padding: 16px;
    height: 100%;
}
.vision h3{
    color: #FFBD00;
    font-family: Nunito;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
}
.vision p{
    color: #D1D5DB;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0 !important;
}
.about-first-img img{
    border-radius: 10px;
}
.about-four-images{
    position: relative;
    margin-top: 30px;
}
.about-four-images::before{
    content: '';
    width: 100%;
    height: -webkit-fill-available;
    border-radius: 8px;
    border: 2px solid #FFBD00;
    display: block;
    position: absolute;
    top: -16px;
    bottom: 16px;
    right: 16px;
}
.about-four-images .row{
    position: relative;
    z-index: 1;
}
.our-values{
    border-radius: 8px;
    background: #262626;
    padding: 24px;
    margin-top: 32px;
}
.our-values h3{
    color: #FFBD00;
    font-family: Nunito;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
}
.innovation{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.innovation-icon{
    display: flex;
    width: 100%;
    height: 32px;
    max-width: 32px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    background: #FFBD00;
    color: #FFF;
}
.innovation-text h4{
    color: #FFF;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}
.increased-efficiency{
    height: 100%;
    border-radius: 12px;
    background: #171717;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -4px rgba(0, 0, 0, 0.10);
}
.increased-efficiency img{
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}
.increased-efficiency-content{
    padding: 20px;
}
.increased-efficiency-content h5{
    color: #FFBD00;
    font-family: Nunito;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
}
.increased-efficiency-content p{
    color: #D1D5DB;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 18px;
}
.increased-pr{
    display: flex;
    align-items: center;
    gap: 8px;
}
.increased-pr h4{
    color: #FFBD00;
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0;
}
.increased-pr span{
    color: #9CA3AF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.featured-case-study{
    border-radius: 16px;
    background: #171717;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 8px 10px -6px rgba(0, 0, 0, 0.10);
}
.featured-case-study-img img{
    border-radius: 0 16px 16px 0;
}
.fcs-img-about img{
    border-radius: 16px 0 0 16px;
}
.featured-case-study-content{
    padding: 30px;
}
.featured-case-study-content h6{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 9999px;
    background: #FFBD00;
    padding: 5px 15px;
    margin-bottom: 16px;
    width: fit-content;
}
.featured-case-study-content h3{
    color: #FFBD00;
    font-family: Nunito;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 16px;
}
.featured-case-study-content p{
    color: #D1D5DB;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 26px;
}
.faster-processing h4{
    color: #FFBD00;
    font-family: Inter;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0;
}
.faster-processing p{
    color: #9CA3AF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}
.success-metrics{
    padding: 30px;
    border-radius: 12px;
    background: #171717;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -4px rgba(0, 0, 0, 0.10);
}
.success-metrics h4{
    color: #FFBD00;
    font-family: Nunito;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
}
.client-star{
    display: flex;
    gap: 4px;
    margin-bottom: 27px;
}
.client-star i{
    color: #FFBD00;
    font-size: 16px;
}
.success-metrics p{
    color: #D1D5DB;
    font-family: Inter;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 72px;
}
.client-img-name{
    display: flex;
    align-items: center;
    gap: 16px;
}
.client-img-name img{
    width: 48px;
    height: 48px;
    border-radius: 9999px;
}
.client-name h6{
    color: #FFF;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    line-height: normal;
}
.client-name p{
    line-height: normal;
    color: #9CA3AF;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    font-style: normal;
}
.client-rating{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.client-rating p{
    color: #D1D5DB;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    font-style: normal;
}
.client-rating h6{
    color: #FFBD00;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
.progress-bar{
    background: #FFBD00;
    border-radius: 9999px;
}
.progress{
    border-radius: 9999px;
    background: #404040;
    height: 8px;
    margin-bottom: 23px;
}
.ready-to-transform{
    text-align: center;
}
.ready-to-transform h4{
    color: #FFBD00;
    text-align: center;
    font-family: Nunito;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 24px;
}
.ai-machine{
    border-radius: 10px;
    background: #262626;
    height: 100%;
}
.ai-machine img{
    /* height: 200px; */
    width: 100%;
    /* object-fit: cover; */
    border-radius: 10px 10px 0 0;
}
.ai-machine-text{
    padding: 20px;
}
.ai-machine-text h5{
    color: #FFF;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 14px;
}
.ai-machine-text h5 a{
    color: #FFF;
}
.ai-machine-text h5 a:hover{
    color: #FFBD00;
}
.ai-machine-text p{
    color: #D1D5DB;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 18px;
}
.tex-project{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tex-project p{
    color: #FFBD00;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}
.tex-project a{
    color: #FFBD00;
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
}
.tex-project.learn-more a{
    margin-top: 30px;
    color: #FFBD00;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
}
.export-team h3{
    color: #FFF;
    font-family: Nunito;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 26px;
}
.export-team p{
    color: #D4D4D4;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 26px;
}
.export-team ul li{
    color: #D4D4D4;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.export-team ul{
    padding-left: 1rem;
}
.innovation-text p{
    color: #D1D5DB;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0 !important;
}
.meet-our-team{
    margin-top: 32px;
}
.team-images img{
    border-radius: 8px;
}
.projects-delivered{
    border-radius: 8px;
    background: #FFBD00;
    padding: 16px;
    width: fit-content;
    margin-top: -32px;
    z-index: 9;
    position: relative;
    margin-left: -16px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -4px rgba(0, 0, 0, 0.10);
}
.projects-delivered h4{
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
}
.projects-delivered p{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.tech-icon{
    display: flex;
    align-items: start;
    /* gap: 32px; */
    gap: 80px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.react-icon{
    display: flex;
    margin: auto;
    width: 80px;
    height: 80px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #262626;
    margin-bottom: 8px;
}
.react-tech p{
    color: #D4D4D4;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 18px;
}
.our-process-box{
    border-radius: 8px;
    background: #171717;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -4px rgba(0, 0, 0, 0.10);
    padding: 20px;
    position: relative;
    height: 100%;
    transition: all 0.5s ease-in-out;
}
.our-process-box:hover .one-abs{
    background-color: #FFF;
}
.our-process-box:hover .one-abs p{
    color: #FFBD00;
}
.our-process-box img{
    width: 100%;
    /* height: 200px; */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}
.our-process-box-content h5{
    color: #FFBD00;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 14px;
}
.our-process-box-content p{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.our-process-point p span{
    width: 100%;
    height: 16px;
    max-width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: #FFBD00;
    color: #000;
    font-size: 10px;
    margin-top: 4px;
}
.our-process-point p{
    display: flex;
    gap: 8px;
    align-items: start;
    margin-bottom: 14px;
}
.our-process-point p:nth-last-child(1){
    margin-bottom: 0;
}
.one-abs{
    display: flex;
    width: 40px;
    max-width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    background: #FFBD00;
    position: absolute;
    transform: translate(-50%, -50%) !important;
    left: 0;
    top: 0;
}
.one-abs p{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
}
.text-yellow{
    color: #FFBD00 !important;
}
.data-driven{
    position: relative;
}
.data-driven img{
    border-radius: 10px;
}
.data-driven-text{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px;
    right: 0;
}
.data-driven-text h6{
    color: #FFF;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px;
}
.data-driven-text p{
    color: rgba(255, 255, 255, 0.90);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.discovery-icon{
    display: flex;
    width: 80px;
    height: 80px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #FFBD00;
    color: #FFF;
    font-size: 26px;
    margin: auto;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.discovery-icon:hover{
    color: #FFBD00;
    background-color: #FFF;
}
.discovery-text::before{
    content: '';
    border-radius: 0;
    background: #404040;
    height: 8px;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
}
.discovery-text h5{
    color: #FFF;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 9px;
    padding-top: 16px;
}
.discovery-text p{
    color: #D1D5DB;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.discovery-one{
    text-align: center;
}
.discovery-five {
    gap: 25px 0;
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
    display: grid;
}
.discovery-text {
    padding: 0 25px 0 25px;
    position: relative;
}
.regular-icon{
    display: flex;
    width: 36px;
    height: 36px;
    max-width: 36px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #FFBD00;
}
.regular-icon-text h5{
    color: #FFF;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
}
.regular-icon-text{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 13px;    
}
.regular-updates p{
    color: #D1D5DB;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.regular-updates{
    border-radius: 8px;
    background: #404040;
    padding: 16px;
}
.client-collaboration img{
    border-radius: 10px;
}
.transparent-client{
    border-radius: 12px;
    padding: 20px;
    background: #171717;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 8px 10px -6px rgba(0, 0, 0, 0.10);
}
.custom-blockchain-bg{
    border-radius: 12px;
    border: 1px solid #404040;
    background: #262626;
    padding: 50px;
}
.black-shad{
    position: relative;
}
.black-shad img{
    height: 260px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    position: relative;
}
.black-shad::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #171717 0%, rgba(0, 0, 0, 0.00) 100%);
    pointer-events: none;
    z-index: 1;
}
.advanced{
    position: absolute;
    bottom: 45px;
    left: 15px;
    z-index: 9;
}
.advanced p{
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    border-radius: 9999px;
    background: #FFBD00;
    padding: 4px 12px;
    position: absolute;
    margin-bottom: 0;
    white-space: nowrap;
}
.what-we-offer p{
    margin-bottom: 60px;
}
.custom-sol-box{
    display: flex;
    width: 100%;
    height: 48px;
    max-width: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #FFBD00;
    color: #FFF;
}
.custom-sol-box i{
    font-size: 20px;
}
.tailored-technology{
    position: relative;
}
.tailored-technology img{
    border-radius: 10px;
    height: 25rem;
    width: 100%;
    object-fit: cover;
}
.tailored-microchip{
    display: flex;
    width: 48px;
    max-width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    background: #FFBD00;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -4px rgba(0, 0, 0, 0.10);
    color: #FFF;
    font-size: 18px;
}
.tailored-technology-content{
    border-radius: 8px;
    background: rgba(255, 189, 0, 0.80);
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 8px 10px -6px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(2px);
    padding: 24px;
    text-align: center;
    margin: 0 130px;
}
.tailored-technology-content h5{
    color: #FFF;
    text-align: center;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}
.tailored-technology-content p{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.tailored-upload{
    display: flex;
    width: 48px;
    max-width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    background: #262626;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -4px rgba(0, 0, 0, 0.10);
    color: #FFBD00;
    font-size: 18px; 
    margin-left: auto;
}
.tailored-icon-desc{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 25px;
}
.fintech-box{
    border-radius: 12px;
    background: #262626;
    padding: 24px;
    transition: all 0.5s ease-in-out;
    height: 100%;
}
.fintech-box:hover .fintech-icon{
    background-color: #FFBD00;
    color: #FFF;
}
.fintech-icon{
    display: flex;
    width: 56px;
    max-width: 56px;
    height: 56px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: rgba(255, 189, 0, 0.20);
    color: #FFBD00;
    font-size: 28px;
    margin-bottom: 20px;
}
.fintech-text h5{
    color: #FFF;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 14px;
}
.fintech-text p{
    color: #D4D4D4;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.fintech-text a{
    color: #FFBD00;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.increase-icon{
    display: flex;
    width: 100%;
    max-width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    background: #262626;
    color: #FFBD00;
    font-size: 20px;
}
.pro-time p i{
    color: #FFBD00;
    margin-right: 4px;
}
.pro-time p{
    color: #D4D4D4;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
}
.fast-trans{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fast-trans p{
    color: #FFBD00;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.fast-trans a{
    color: #525252;
    font-size: 24px;
    transition: all 0.5s ease-in-out;
}
.fast-trans a:hover{
    color: #FFBD00;
}
.blockchain{
    position: relative;
}
.blockchain-tag{
    position: absolute;
    top: 16px;
    right: 16px;
}
.blockchain-tag p{
    color: #171717;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    border-radius: 4px;
    background: #FFBD00;
    padding: 4px 12px;
    width: fit-content;
}
.full-stack p{
    background: #16A34A;
}
.data-ana p{
    background: #9333EA;
}
.client-satisfaction-box{
    padding: 24px;
    border-radius: 8px;
    background: #262626;
    height: 100%;
}
.client-satisfaction-box h3{
    color: #FFBD00;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 9px;
}
.client-satisfaction-box p{
    color: #D4D4D4;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 0 !important;
    font-weight: 400;
    line-height: 20px;
}
.client-testimonials{
    position: relative;
    padding: 60px 40px 44px 40px;
    border-radius: 12px;
    background: #262626;
    margin-top: 18px;
}
.double-quotes{
    width: 48px;
}
.client-testimonials p{
    color: #D4D4D4;
    font-family: Inter;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 36px;
}
.client-photo-name{
    display: flex;
    align-items: center;
    gap: 16px;
}
.client-photo img{
    width: 56px !important;
    height: 56px;
    max-width: 56px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-name h6{
    color: #FFF;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 2px;
}
.testimonial-name p{
    color: #A3A3A3;
    font-family: Inter;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}
.double-quotes{
    transform: translate(-50%, -50%) !important;
    left: 50px !important;
    top: 0 !important;
    position: absolute;
}
.acme-crop{
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    display: grid;
    justify-content: center;
}
.acme-crop h6{
    border-radius: 8px;
    background: #262626;
    color: #D4D4D4;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
    padding: 60px 15px;
    text-align: center;
}
.hear-it-form img{
    border-radius: 12px;
}
.satisfaction-score{
    border-radius: 8px;
    background: #262626;
    padding: 24px;
    margin-bottom: 24px;
}
.star-line{
    display: flex;
    align-items: center;
    gap: 4px;
}
.star-line i{
    color: #FACC15;
}
.star-line p{
    color: #A3A3A3;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 8px;
}
.star-line{
    margin-bottom: 23px;
}
.avg-score {
    display: flex;
    align-items: center;
    gap: 6px;
}
.avg-score p{
    color: #D4D4D4;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}
.avg-score p span{
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}
.technical-expertise {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.technical-expertise p{
    color: #D4D4D4;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    width: 240px;
}
.technical-expertise .progress{
    width: 100%;
    margin-bottom: 0;
}
.video-btn{
    border-radius: 9999px;
    background: #FFBD00;
    display: flex;
    width: 80px;
    height: 80px;
    max-width: 80px;
    justify-content: center;
    align-items: center;
}
.video-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
    width: 80px;
    height: 80px;
    max-width: 80px;
  background: #FFBD00;
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
}

.video-btn:after {
  content: "";
  position: absolute;
  background: #FFBD00;
  border-radius: 50%;
  transition: all 200ms;
}

@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;
  }
}
.video-btn a{
    font-size: 36px;
    color: #FFF;
    display: flex;
    z-index: 9;
}
.hear-it-form{
    position: relative;
}
.video-btn-pos{
    background: rgba(23, 23, 23, 0.50);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.technology-stack{
    border-radius: 8px;
    background: #404040;
    padding: 24px;
}
.frontend{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.frontend p{
    color: #FFF;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
}
.frontend i{
    color: #FFBD00;
    font-size: 30px;
}
.frontend-img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 18px;
}
.frontend-img ul{
    padding-left: 1.2rem;
    color: #FFBD00;
    margin-bottom: 0;
}
.frontend-img ul li{
    color: #D1D5DB;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 8px;
}
.frontend-img ul li:nth-last-child(1){
    margin-bottom: 0;
}
.frontend-img ul li::marker{
    color: #FFBD00;
    font-size: 20px;
}
.blockchain-date{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.blockchain-date h6{
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    border-radius: 9999px;
    background: #FFBD00;
    padding: 4px 12px;
    margin-bottom: 0;
}
.blockchain-date span{
    color: #9CA3AF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.data-ana h6{
    background: #16A34A;
}
.ai-ml h6{
    background: #9333EA;
}
.technology h6{
    background: #DC2626;
}
.technology-img img{
    border-radius: 10px 0 0 10px;
    height: 26rem;
    object-fit: cover;
    width: 100%;
}
.c-succ-story img{
    border-radius: 0 10px 10px 0;
}
.c-succ-story{
    position: relative;
}
.technology-blog{
    border-radius: 10px;
    background: #262626;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 8px 10px -6px rgba(0, 0, 0, 0.10);
}
.popular-topic-box{
    border-radius: 10px;
    background: #262626;
    padding: 16px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.popular-topic-box:hover i{
    color: #FFBD00;
    transition: all 0.5s ease-in-out;
}
.popular-icon i{
    font-size: 32px;
    margin-bottom: 10px;
    color: #FFF;
}
.popular-topic-box p{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.subscribe{
    padding: 45px 200px;
    border-radius: 8px;
    background: #262626;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
}
.subscribe-text h4{
    color: #FFF;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 14px;
}
.subscribe-text p{
    color: #D1D5DB;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.subscribe-form input.form-control,
.subscribe-form textarea.form-control,
.subscribe-form select.form-select{
    padding: 14px 16px;
    border-radius: 8px;
    background: #404040;
    border-color: #404040;
    color: #bec3ce;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.form-control::placeholder{
    color: #bec3ce !important;
}
.form-select option{
   color: #bec3ce !important;
}
.form-control:focus,
.form-select:focus{
    box-shadow: none;
}
.contact-bg{
    background: url(../image/contact-form.svg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.get-in-touch{
    border-radius: 8px;
    background: #262626;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -4px rgba(0, 0, 0, 0.10);
    padding: 30px;
}
label.form-label,
label.form-check-label{
    color: #D1D5DB;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
}
.form-check-input:checked {
    background-color: #FFBD00;
    border-color: #FFBD00;
}
.form-check-input:focus{
    box-shadow: none;
    border-color: #FFBD00;
}
.get-in-touch h4{
    color: #FFF;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 24px;
}
.get-in-touch p{
    color: #D4D4D4;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 26px;
}
.contact-image img{
    border-radius: 8px;
    margin-bottom: 32px;
}
.partner-with-us{
    border-radius: 8px;
    background: #262626;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -4px rgba(0, 0, 0, 0.10);
    padding: 24px;
}
.partner-with-us h4{
    color: #FFF;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 16px;
}
.partner-with-us p i{
    color: #FFBD00;
    margin-right: 8px;
}
.partner-with-us p{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 14px;
    display: flex;
    align-items: baseline;
}
.partner-with-us p:nth-last-child(1){
    margin-bottom: 0;
}
.email-box{
    border-radius: 8px;
    background: #262626;
    padding: 24px;
    text-align: center;
    height: 100%;
    /* transition: all 0.3s ease-in-out; */
    transition: all 0.5s ease-in-out;
}
.email-box:hover .email-contact-icon{
    color: #FFBD00;
    transition: all 0.5s ease-in-out;
    background-color: #FFF;
}
.email-contact-icon{
    display: flex;
    width: 64px;
    max-width: 64px;
    height: 64px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    background: #FFBD00;
    font-size: 26px;
    color: #FFF;
    margin: auto;
    margin-bottom: 16px;
}
.email-box h5{
    color: #FFF;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 8px;
}
.email-box p{
    color: #D1D5DB;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 18px;
}
.email-box a{
    color: #FFBD00;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.challenge-identification{
    border-radius: 12px;
    background: #262626;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -4px rgba(0, 0, 0, 0.10);
    padding: 24px;
    transition: all 0.5s ease-in-out;
}
.challenge-flex:hover .challenge-step{
    background-color: #FFF;
}
.challenge-flex:hover .challenge-step p{
    color: #FFBD00;
}
.challenge-identification h4{
    color: #FFF;
    font-family: Nunito;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.challenge-identification h5{
    color: #FFBD00;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
}
.challenge-identification p{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.journey-right{
    text-align: right;
    margin-right: 36px;
}
.journey-left{
    text-align: start;
    margin-left: 36px;
}
.challenge-flex{
    /* display: flex;
    align-items: start;
    gap: 24px; */
    position: relative;
}
.challenge-step{
    display: flex;
    width: 100%;
    max-width: 48px;
    border-radius: 9999px;
    background: #FFBD00;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -4px rgba(0, 0, 0, 0.10);
    height: 48px;
    justify-content: center;
    align-items: center;
}
.challenge-step p{
    margin-bottom: 0;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}
.challenge-step-left{
    position: absolute;
    left: -38px;
    top: 0;
}
.challenge-step-right{
    position: absolute;
    right: -38px;
    top: 0;
}
.client-success-img img{
    height: 35rem;
    object-fit: cover;
    border-radius: 0 16px 16px 0;
    width: 100%;
}
.e-com-img img{
    height: 31rem;
    object-fit: cover;
    border-radius: 0 16px 16px 0;
    width: 100%;
}
.after-border{
    border-right: 4px solid #404040;
}
.for-born-about-section hr{
    height: 4px;
    color: #FFBD00;
    opacity: 1;
    width: 100px;
    margin: auto;
}
.google-map{
    border-radius: 12px;
    background: #171717;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 8px 10px -6px rgba(0, 0, 0, 0.10);
    padding: 30px;
}
.footer-section a img{
    margin-bottom: 25px;
}
.footer-section-link iframe{
    border-radius: 10px;
    width: 100%;
    height: 200px;
}
.footer-section-link h5{
    color: #FFBD00;
    font-family: Nunito;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer-section-link p{
    color: #D1D5DB;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 26px;
}
.footer-social{
    display: flex;
    align-items: center;
    gap: 16px;
}
.footer-social p{
    margin-bottom: 0;
}
.footer-social p a{
    font-size: 20px;
    color: #FFF;
    transition: all 0.5s ease-in-out;
}
.footer-social p a:hover{
    color: #FFBD00;
}
.footer-section-link ul{
    padding: 0;
    margin-bottom: 0;
}
.footer-section-link ul li{
    list-style: none;
    margin-bottom: 12px;
}
.footer-section-link ul li:nth-last-child(1){
    margin-bottom: 0;
}
.footer-section-link ul li a{
    color: #D1D5DB;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
}
.footer-section-link ul li a:hover{
    color: #FFBD00;
}
.location-footer{
    margin-bottom: 14px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.location-footer i{
    width: 100%;
    max-width: 20px;
    color: #9CA3AF;
}
.location-footer p{
    color: #D1D5DB;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.location-footer p a{
    color: #D1D5DB;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: all 0.5s ease-in-out;
}
.location-footer p a:hover{
    color: #FFBD00;
}
.footer-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid #262626;
    padding-top: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
}
.footer-bottom p{
    color: #9CA3AF;
    font-family: Inter;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}
.bottom-link{
    display: flex;
    align-items: center;
    gap: 16px;
}
.bottom-link a{
    color: #9CA3AF;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
}
.bottom-link a:hover{
    color: #FFBD00;
}
.about-i-bg{
    background: rgba(255, 189, 0, 0.10);
}
.about-i-bg i{
    color: #FFBD00;
}
.team-social{
    display: flex;
    align-items: center;
    gap: 12px;
}
.team-social a{
    color: #D1D5DB;
    transition: all 0.5s ease-in-out;
}
.team-social a:hover{
    color: #FFBD00;
}
.join-our-team{
    border-radius: 8px;
    background: #262626;
    padding: 30px 300px;
    text-align: center;
}
.join-our-team h4{
    color: #FFBD00;
    font-family: Nunito;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}
.join-our-team p{
    color: #D1D5DB;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 26px;
}
.reduction{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.reduction:nth-last-child(1){
    margin-bottom: 0;
}
.reduction-icon{
    border-radius: 9999px;
    background: rgba(255, 189, 0, 0.10);
    display: flex;
    width: 100%;
    max-width: 40px;
    height: 40px;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.reduction-icon i{
    color: #FFBD00;
}
.reduction p{
    color: #D1D5DB;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.reduction p span{
    color: #FFBD00;
    font-weight: 600;
}
.global-financial{
    background: linear-gradient(0deg, rgba(23, 23, 23, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 30px;
}
.global-financial h6{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.global-financial p{
    color: #FFF;
    margin-bottom: 11px;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 24px;
}
.finance-box h6{
    color: #FFF;
    text-align: center;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.finance-icon{
    border-radius: 9999px;
    background: rgba(255, 189, 0, 0.10);
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    color: #FFBD00;
    font-size: 32px;
    margin: auto;
    margin-bottom: 12px;
    transition: all 0.5s ease-in-out;
}
.finance-icon:hover{
    background-color: #FFBD00;
    color: #FFF;
    transition: all 0.5s ease-in-out;
}
.w-fit-content{
    width: fit-content;
}
.footer-right-padding{
    padding-right: 100px;
}
hr.row-bottom{
    color: #FFBD00;
    opacity: 1;
    width: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 2px;
}

/* Mega Menu  */
.dropdown-menu {
  z-index: 99999 !important;
}

.dropdown .dropdown-menu {

    transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .dropdown-menu.show {
    display: flex;
    justify-content: space-between;
  }
}
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}
.megamenu-design {
  background: #262626 !important;
  border-top: 2px solid #FFBD00 !important;
  /* border-bottom: 2px solid #FFBD00 !important; */
  box-shadow: 0px 2px 37px rgba(0, 0, 0, 0.1) !important;
  border-radius: 0 0 20px 20px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.dropdown-menu.megamenu.megamenu-design.show {
  margin-top: -8px;
  box-shadow: 0px 2px 37px rgba(0, 0, 0, 0.1) !important;
}

.navbar .megamenu {
  padding: 1rem;
}
.navbar .has-megamenu{    
    transition: all 0.3s ease-in-out;
}
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}

.list-unstyled li.square {
  list-style: none;
}
.list-unstyled p{
    color: #FFF;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.col-megamenu ul li h6 {
  font-weight: 600;
  font-family: Nunito;
  font-size: 18px;
  color: #FFBD00;
  margin-bottom: 0;
}

.col-megamenu ul li a {
    color: #D1D5DB;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.col-megamenu ul li a:hover{
    color: #FFBD00;
}

.col-megamenu ul li h3 {
  font-weight: 600;
  font-size: 18px;
  color: #FFF;
}

.col-megamenu ul li {
  margin-bottom: 8px;
}

.col-megamenu ul li .header-about-link a i {
  transform: rotate(-45deg);
  visibility: hidden;
  margin-left: 5px;
}

.col-megamenu ul li .header-about-link a:hover i {
  visibility: visible;
}


.col-megamenu ul li .header-contact-link a i {
  transform: rotate(-45deg);
  visibility: hidden;
  margin-left: 5px;
}

.col-megamenu ul li .header-contact-link a:hover i {
  visibility: visible;
}


.col-megamenu ul li .header-contact-blue-link a i {
  transform: rotate(-45deg);
  visibility: hidden;
  margin-left: 5px;
}

.col-megamenu ul li .header-contact-blue-link a:hover i {
  visibility: visible;
}
.col-megamenu ul li .header-contact-red-link a i {
  transform: rotate(-45deg);
  visibility: hidden;
  margin-left: 5px;
}

.col-megamenu ul li .header-contact-red-link a:hover i {
  visibility: visible;
}
.navbar-expand-lg .navbar-nav{
    align-items: center;
}

.header-about-link a{
    color: #FFBD00 !important;
    font-family: Nunito !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}
.all-in-one{
    border: 1px solid #FFBD00;
    padding: 20px;
    border-radius: 10px;
    margin-right: 100px;
}
.lan-tag{
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
.lan-tag span{
    color: #FFBD00;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    border-radius: 9999px;
    border: 1px solid #FFBD00;
    padding: 4px 12px;
    transition: 0.5s;
}
.lan-tag span:hover{
    color: #FFF;
    background-color: #FFBD00;
}
.new-bg{
    background-color: #262626 !important;
}
.secure-start{
    text-align: start;
}
.secure-start .email-contact-icon{
    margin-left: 0;
}
.secure-start h5{
    color: #FFBD00;
    font-size: 20px;
    font-weight: 600;
}
.blockchain-bg{
    background: linear-gradient(90deg, #171717 0%, rgba(23, 23, 23, 0.90) 50%, rgba(23, 23, 23, 0.80) 100%), url(../image/service-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.healthcare-bg{
    background: linear-gradient(90deg, #000000 -2.06%, rgba(0, 0, 0, 0.9) 47.94%, rgba(0, 0, 0, 0.8) 97.94%), url(../image/healthcare-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.manufacturing-bg{
    background: linear-gradient(90deg, #000000 -2.06%, rgba(0, 0, 0, 0.9) 47.94%, rgba(0, 0, 0, 0.8) 97.94%), url(../image/manufacturing-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.logistics-supply-chain-bg{
    background: linear-gradient(90deg, #000000 -2.06%, rgba(0, 0, 0, 0.9) 47.94%, rgba(0, 0, 0, 0.8) 97.94%), url(../image/logistics-supply-chain-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.retail-e-commerce-bg{
    background: linear-gradient(90deg, #000000 -2.06%, rgba(0, 0, 0, 0.9) 47.94%, rgba(0, 0, 0, 0.8) 97.94%), url(../image/retail-e-commerce-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.finance-banking-bg{
    background: linear-gradient(90deg, #000000 -2.06%, rgba(0, 0, 0, 0.9) 47.94%, rgba(0, 0, 0, 0.8) 97.94%), url(../image/finance-banking-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.real-estate-bg{
    background: linear-gradient(90deg, #000000 -2.06%, rgba(0, 0, 0, 0.9) 47.94%, rgba(0, 0, 0, 0.8) 97.94%), url(../image/real-estate-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.corporate-services-it-bg{
    background: linear-gradient(90deg, #000000 -2.06%, rgba(0, 0, 0, 0.9) 47.94%, rgba(0, 0, 0, 0.8) 97.94%), url(../image/corporate-services-it-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.security-serveillance-bg{
    background: linear-gradient(90deg, #000000 -2.06%, rgba(0, 0, 0, 0.9) 47.94%, rgba(0, 0, 0, 0.8) 97.94%), url(../image/security-serveillance-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.block-overview{
    position: relative;
}
.block-overview img{
    border-radius: 12px;
    padding-right: 40px;
    padding-bottom: 40px;
}
.block-over img{
    position: absolute;
    right: 0;
    padding: 0;
    border-radius: 12px;
    bottom: 0;
    width: 430px;
    height: 250px;
    object-fit: cover;
    z-index: 1;
}
/* .block-overview::after{
    content: '';
    border-radius: 12px;
    background: linear-gradient(45deg, rgba(30, 58, 138, 0.9) 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 40px;
    padding-bottom: 40px;
    width: 100%;
    height: 100%;
} */
.our-technology-stack{
    border-radius: 12px;
    border: 1px solid #404040;
    background: #171717;
    padding: 25px;
    position: relative;
    z-index: 1;
}
.orange-shad-img{
    position: relative;
}
.our-technology-stack h4{
    color: #FFF;
    font-family: Nunito;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 22px;
}
.ethereum-stack{
    display: flex;
    align-items: center;
    gap: 12px;
}
.ethereum-stack h5{
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    width: 40px;
    max-width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    background: #404040;
    transition: 0.5s;
}
.ethereum-stack h5:hover{
    background-color: #FFBD00;
}
.ethereum-stack p{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.our-right-img{
    position: absolute;
    bottom: 0;
    right: -40px;
}
.our-left-img{
    position: absolute;
    top: 0;
    left: -40px;
}
.tex-roi{
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tex-roi p{
    color: #A3A3A3;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.tex-roi a{
    color: #FFBD00;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
}
.ethereum-stack-box{
    border-radius: 8px;
    background: #262626;
    padding: 16px;
    display: flex;
    flex-direction: column;
}
.new-bg-opacity{
    background-color: #404040 !important;
}
.rounded-circle{
    border-radius: 50%;
}
.accordion-item {
    border-radius: 12px;
    background: #171717;
}
.accordion-button{
    border-radius: 12px;
    border: 1px solid #404040;
    background: #171717;
}
.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type{
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.accordion-button:focus{
    box-shadow: none;
    border: 1px solid #FFBD00;
}
.accordion-button:not(.collapsed){
    border: 1px solid #FFBD00;
    background: #171717;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-button{
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
}
.accordion-button:not(.collapsed){
    color: #FFBD00;
    box-shadow: none;
}
.accordion-body p{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
}
.accordion-body{
    border: 1px solid #404040 !important;
    background: #171717;
    border-radius: 0 0 12px 12px;
}
.accordion-collapse.collapse.show{
    border: none !important;
}
.accordion-button:not(.collapsed)::after{
    background: url(../image/SVG.svg);
}
.accordion-button::after{
    background: url(../image/SVG.svg);
}
.contract-plus{
    padding: 40px 0 20px;
}
.contract-plus button{
    color: #525252;
    background-color: transparent;
    font-size: 30px;
    border: 3px solid #525252;
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 16px;
}
.contract-plus p{
    color: #A3A3A3;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
p.bottom-border{
    border-bottom: 1px solid #404040;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
.loading-data{
    border-radius: 8px;
    background: #404040;
    height: 380px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.loading-data p{
    color: #A3A3A3;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.loading-data img{
    animation: rotate-animation 3s infinite linear;
}
@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.mi-demo {
    border-radius: 12px;
    border: 1px solid #404040;
    background: #171717;
}
.mi-demo ul.nav.nav-pills{
    display: flex;
    flex-wrap: nowrap !important;
    border-bottom: 1px solid #404040;
}
.mi-demo li.nav-item{
    width: 100%;
}
.mi-demo .nav-pills .nav-link {
    color: #A3A3A3;
    border-radius: 0;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 0;
    padding: 18px 20px;
    width: 100%;
}
.mi-demo .nav-pills .nav-link:hover {
    border-bottom: 2px solid #FFBD00;
    color: #FFBD00;
}
.mi-demo .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
    color: #FFBD00;
    border-bottom: 2px solid #FFBD00;
}
.mi-demo-content{
    padding: 25px;
}
.launch-demo p{
    color: #D4D4D4;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.header-img img{
    border-radius: 12px;
    margin-bottom: 16px;
}
.industries-project {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 65px;
    margin-bottom: 40px;
}
.industries-box{
    background-color: transparent !important;
    padding: 0 !important;
}
.industries-box p{
    margin-bottom: 0 !important;
}
.down-arrow{
    text-align: center;
    margin-top: 40px;
}
.down-arrow a{
    color: #FFBD00;
    font-size: 24px;
    display: inline-block;
    transition: color 0.3s ease;
}

.down-arrow {
  z-index: 1000;
  text-align: center;
}

.down-arrow a:hover {
  color: #FFF;
}

.down-arrow a i {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.icon-square{
    border-radius: 8px !important;
    background: rgba(255, 189, 0, 0.20);
}
.iot-sensore{
    border-radius: 8px;
    background: #262626;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 24px;
}
.iot-icon{
    color: #FFBD00;
    font-size: 20px;
    display: flex;
    width: 48px;
    height: 48px;
    max-width: 48px;
    border-radius: 8px;
    background: rgba(255, 189, 0, 0.20);
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 16px;
    transition: 0.5s;
}
.iot-sensore h6{
    color: #FFBD00;
    text-align: center;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}
.iot-sensore p{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.iot-sensore-box {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.iot-sensore:hover .iot-icon{
    color: #FFF;
    background-color: #FFBD00;
}
.after-orange{
    position: relative;
}
.after-orange::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background: linear-gradient(45deg, rgba(255, 189, 0, 0.40) 0%, rgba(5, 6, 3, 0.10) 100%);
}
.text-red h3{
    color: #EF4444;
}
.text-red .innovation-icon{
    background-color: #EF4444;
}
.text-green h3{
    color: #22C55E;
}
.text-green .innovation-icon{
    background-color: #22C55E;
}
.table thead tr th{
    color: #FFBD00;
    font-size: 20px;
    font-weight: 700;
    font-family: Nunito;
    padding: 16px 24px !important;
}
.table tbody tr td{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.table{
    margin-bottom: 0;
    border-radius: 8px;
    border: 1.333px solid #404040;
    background: #171717;
}
.table tbody tr th{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
}
.table tbody tr:first-child th{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
}
tbody, td, tfoot, th, thead, tr{
    border-bottom: 1.333px solid #404040;
    background: #171717;
    padding: 12px 24px !important;
}
.table-responsive{
    scrollbar-width: none;
}
.border-right{
    border-right: 4px solid rgba(13, 13, 13, 0.50);
}
.header-bottom{
    background: #171717;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.home-bottom-link a{
    color: #D4D4D4;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
    margin-left: 5px;
}
.home-bottom-link a:hover{
    color: #FFBD00;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
    margin-left: 5px;
}
.home-bottom-link span{
    color: #D4D4D4;
}
span.border-trade{
    text-decoration: underline;
    text-decoration-color: #FFBD00;
}

/* Video Section  */

.ifrem-height {
    height: 600px !important;
    border-radius: 12px;
    object-fit: cover;
}

.video-play-btn {
    position: relative;
}
.video-play-btn img{
    border-radius: 12px;
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.video-main {
    position: relative;
    display: inline-block;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play:before {
    content: "\f04b";
}

.video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #232325;
    display: inline-block;
    background: #FFF;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}

.video:hover{
    background: #FFBD00;
}
.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #FFF;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.waves:hover {
    background: #FFBD00;
}
.video:hover {
    color: #FFF;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.videoCoverImage {
    border-radius: 20px;
}

img.thumb.img-fluid {
    /*border-right: 9px solid #FFCD02;*/
    /*border-bottom: 9px solid #FFCD02;*/
    border-radius: 14px;
    width: -webkit-fill-available;
}

/* Video Section  */

.portfolio-tab .nav-pills .nav-link {
    border-radius: 6px;
    border: 1px solid #D1D5DB;
    color: #D1D5DB;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
}
.portfolio-tab .nav-pills .nav-link:hover {
    background: #FFBD00;
    border-color: #FFBD00 !important;
    color: #FFF !important;
}
.portfolio-tab .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #FFBD00;
    border-color: #FFBD00 !important;
    color: #FFF !important;
}
.portfolio-tab ul{
    gap: 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    justify-content: center;
    white-space: nowrap;
}
.h-100{
    height: 100%;
}
.button-five.b-white{
    border-color: #D1D5DB;
}
#button-5 a.c-white{
    color: #D1D5DB;
}
.button-five.b-white:hover{
    border-color: #FFBD00;
}
.button-five:hover , #button-5 a.c-white{
    color: #FFF;
}
.john-doe-box{
    border-radius: 12px;
    border: 1px solid #404040;
    background: #171717;
    padding: 25px;
    text-align: center;
    height: 100%;
}
.john-doe-box h4{
    color: #FFF;
    font-family: "Nunito";
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}
.john-doe-box h6{
    color: #FFBD00;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 13px;
}
.john-doe-box p{
    color: #D4D4D4;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.jd{
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    margin: auto;
    margin-bottom: 16px;
    background: #404040;
}
.jd h3{
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}
.blog-pagination ul li a{
    height: 32px;
    width: 32px;
    max-width: 32px;
    color: #FFBD00;
    border: 1px solid #FFBD00;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: transparent;
}
.blog-pagination ul li a:hover{
    color: #FFF;
    background-color: #FFBD00;
    border: 1px solid #FFBD00;

}
.blog-pagination ul{
    justify-content: center;
    gap: 5px;
}
.blog-pagination ul li:first-child{
    margin-right: 15px;
}
.blog-pagination ul li:last-child{
    margin-left: 15px;
}
.blog-pagination ul li a:focus{
    color: #FFF;
    background-color: #FFBD00;
    border: 1px solid #FFBD00;
    box-shadow: none;
}
.blog-text h4{
    color: #FFF;
    font-family: "Nunito";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 8px;
}
.blog-text p{
    color: #D4D4D4;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px !important;
}
.blog-text ul li{
    color: #D4D4D4;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px !important;
}
.blog-text ul{
    padding-left: 1rem;
}
.blog-text img{
    border-radius: 12px;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 8px 10px -6px rgba(0, 0, 0, 0.10);
    margin-bottom: 24px !important;
}
.job-apply{
    display: flex;
    align-items: start;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gallery-img img{
    border-radius: 8px;
}
.short-menu{
    width: fit-content !important;
    left: auto !important;
    right: auto !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

/* media  */

/* 1680 */
@media (max-width: 1700px) {

}

/* 1500 */
@media (max-width: 1679px) {
    .successful-project {
        transform: translate(-50%, -50%) !important;
        left: 95% !important;
    }
}

/* 1440 */
@media (max-width: 1499px) {
    .successful-project {
        transform: translate(-50%, -50%) !important;
        left: 90% !important;
    }
}

/* 1280 */
@media (max-width: 1439px) {
    .for-born-first {
        margin-right: 20px;
    }
    .successful-project{
        padding: 15px;
    }
    .successful-project h2 {
        font-size: 26px;
    }
    .successful-project p{
        margin-bottom: 5px;
    }
    .for-born-first p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .for-born-check {
        gap: 20px;
        flex-wrap: wrap;
    }
    .py-100 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .py-90{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .py-80{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .for-born-first h1 {
        font-size: 52px;
        line-height: 65px;
        margin-bottom: 15px;
    }
    .industries-project {
        gap: 20px 55px;
        margin-bottom: 40px;
    }
    .two-button {
        display: flex;
        gap: 15px;
        margin-bottom: 35px;
    }
    .home-first-for-box {
        padding-top: 45px;
    }
    .featured-case-study-content h3,
    .export-team h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 16px;
    }
    .increased-efficiency-content h5 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .increased-pr h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .faster-processing h4 {
        font-size: 28px;
        line-height: 34px;
    }
    .featured-case-study-img img {
        height: 30rem;
        object-fit: cover;
    }
    .success-metrics p {
        font-size: 18px;
        font-style: italic !important;
        line-height: 28px;
        margin-bottom: 45px;
    }
    .client-rating p{
        font-size: 16px !important;
        font-weight: 400 !important;
        margin-bottom: 0 !important;
        font-style: normal !important;
    }
    .client-name p {
        font-size: 14px !important;
        font-weight: 400 !important;
        margin-bottom: 0 !important;
        font-style: normal !important;
    }
    .ai-machine-text h5 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 14px;
    }
    .ai-machine-text {
        padding: 15px;
    }
    .our-process-box {
        padding: 15px;
    }
    .discovery-five {
        gap: 25px 0;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .discovery-text {
        padding: 0 16px 0 16px;
    }
    .client-collaboration img {
        border-radius: 10px;
        height: 25rem;
        object-fit: cover;
    }
    .acme-crop {
        gap: 25px;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .acme-crop h6 {
        font-size: 20px;
        padding: 50px 15px;
    }
    .frontend i {
        font-size: 22px;
    }
    .subscribe {
        padding: 40px 150px;
        gap: 30px;
    }
    .join-our-team {
        padding: 30px 260px;
    }
    .footer-right-padding {
        padding-right: 20px;
    }
    .all-in-one {
        margin-right: 30px;
    }
    .ifrem-height {
        height: 500px !important;
    }
    .video-play-btn img{
        height: 500px;
    }
.john-doe-box {
    padding: 15px;
}
}

/* 1025 */
@media (max-width: 1279px) {
    .successful-project {
        transform: translate(-50%, -60%) !important;
        left: 85% !important;
    }
    .industries-project {
        gap: 20px 40px;
        margin-bottom: 25px;
    }
    .for-born-about-section h2 {
        font-size: 34px;
        margin-bottom: 14px;
    }
    .our-values {
        border-radius: 8px;
        padding: 20px;
        margin-top: 32px;
    }
    .for-born-first h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 15px;
    }
    .for-born-first p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    .for-born-check p {
        font-size: 16px;
        margin-bottom: 0 !important;
    }
    .for-born-check {
        gap: 15px 20px;
        flex-wrap: wrap;
    }
    a.btn.btn-three,
    a.btn.btn-two {
        font-size: 16px;
        padding: 12px 26px;
    }
    a.btn.btn-four,
    button.btn.btn-four,
    a.btn.btn-five,
    a.btn.btn-six {
        font-size: 16px;
        padding: 12px 22px;
    }
    .button-four,
    .button-five{
        font-size: 16px;
        padding: 12px 22px;
    }
    .industries-served h2 {
        font-size: 26px;
    }
    .py-100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .py-90{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .py-80{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .successful-project h2 {
        font-size: 24px;
    }
    .py-50 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .increased-efficiency-content {
        padding: 15px;
    }
    .increased-efficiency-content h5 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .increased-pr h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .featured-case-study-content {
        padding: 25px 0px 25px 25px;
    }
    .featured-case-study-content h3,
    .export-team h3 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .faster-processing h4 {
        font-size: 26px;
        line-height: 32px;
    }
    .featured-case-study-img img {
        height: 28rem;
    }
    .success-metrics {
        padding: 25px;
        border-radius: 12px;
    }
    .discovery-five {
        gap: 20px 0;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
    .client-collaboration img {
        height: 28rem;
    }
    .tailored-technology-content {
        padding: 24px;
        margin: 0 80px;
    }
    .fintech-box {
        border-radius: 12px;
        padding: 20px;
    }
    .client-success-img img {
        height: 34rem;
        border-radius: 0 16px 16px 0;
    }
    .client-satisfaction-box {
        padding: 20px;
    }
    .client-success-img img {
        height: 32rem;
        border-radius: 0 16px 16px 0;
    }
    .challenge-identification {
        padding: 20px;
    }
    .client-satisfaction-box h3{
        margin-bottom: 6px;
    }
    .acme-crop{
        gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    }
    .acme-crop h6 {
        font-size: 18px;
        padding: 50px 15px;
    }
    .technical-expertise p {
        font-size: 16px;
        width: 270px;
    }
    .frontend-img img {
        height: 150px;
        margin-bottom: 14px;
    }
    .technology-stack {
        padding: 20px;
    }
    .frontend p {
        font-size: 18px;
    }
    .subscribe-form {
        width: 300px;
    }
    .featured-case-study-content p,
    .export-team p {
        margin-bottom: 20px;
    }
    .join-our-team {
        padding: 30px 220px;
    }
    .all-in-one {
        margin-right: 10px;
    }
    .block-overview img {
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .block-over img {
        padding: 0;
        width: 300px;
        height: 200px;
    }
    .black-shad img {
        height: 220px;
    }
    .custom-blockchain-bg {
        padding: 30px;
    }
.john-doe-box {
    padding: 25px;
}
}

/* 992 */
@media (max-width: 1024px) {
    .successful-project {
        transform: translate(-50%, -70%) !important;
        left: 80% !important;
    }
    .discovery-text {
        padding: 0 10px 0 10px;
    }
    .join-our-team {
        padding: 30px 180px;
    }
    .footer-right-padding {
        padding-right: 0;
    }
    .footer-section-link iframe {
        height: 160px;
    }
.our-left-img {
    top: -50px;
    left: 0;
}
.our-right-img {
    bottom: 0;
    right: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 18px;
}
    .ifrem-height {
        height: 400px !important;
    }
    .video-play-btn img{
        height: 400px;
    }
}

/* 768 */
@media (max-width: 991px) {
    .home-first-slider {
        margin-top: 3rem;
    }
    .border-right {
        border-right: none;
        border-bottom: 4px solid rgba(13, 13, 13, 0.50);
        padding: 0 0 20px 0 !important;
    }
    a.nav-link{
        padding: 0.5rem 1rem;
    }
    .c-margin{
        margin-top: 8px;
    }
    .d-box-none{
        display: none;
    }
    .c-succ-story img{
        border-radius: 8px 8px 0 0;
    }
    .successful-project {
        transform: translate(-50%, -50%) !important;
        left: 85% !important;
    }
    .navbar-toggler {
        padding: .25rem 0.30rem;
        font-size: 1rem;
        line-height: 1;
        border: 1px solid #FFBD00;
        border-radius: 0;
    }
    .for-born-first {
        margin-right: 0px;
    }
    .py-60 {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .for-born-about-section h2 {
        font-size: 30px;
        margin-bottom: 14px;
    }
    .for-born-about-section {
        margin-right: 0;
    }
    .py-50 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .featured-case-study-img img{
        height: 400px;
        width: 100%;
        border-radius: 16px 16px 0 0;
        object-fit: cover;
    }
    .featured-case-study-content {
        padding: 25px;
    }
    .success-metrics {
        padding: 20px;
        border-radius: 12px;
    }
    .success-metrics p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 26px;
    }
    .client-star {
        margin-bottom: 20px;
    }
    .client-img-name {
        gap: 12px;
    }
    .success-metrics h4 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 18px;
    }
    .client-collaboration img {
        height: auto;
        width: 100%;
        margin-bottom: 20px;
    }
    .tailored-technology img {
        height: 20rem;
        width: 100%;
    }
    .e-com-img img {
        height: 26rem;
        border-radius: 16px 16px 0 0;
    }
    .client-success-img img {
        height: 26rem;
        border-radius: 16px 16px 0 0;
    }
    .journey-right {
        text-align: right;
        margin-right: 0;
        margin-left: 36px;
    }
    .challenge-step-right {
        left: -27px;
    }
    .challenge-step-left {
        left: -27px;
    }
    .after-border {
        border-right: 0;
    }
    .challenge-flex {
        border-left: 4px solid #404040;
        padding-bottom: 20px;
        margin-left: 11px;
    }
    .journey-right {
        text-align: start;
        margin-left: 36px;
    }
    .frontend-img img {
        height: 200px;
        margin-bottom: 14px;
    }
    .subscribe {
        padding: 40px;
        gap: 30px;
    }
    .google-map {
        border-radius: 12px;
        background: #171717;
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 8px 10px -6px rgba(0, 0, 0, 0.10);
        padding: 20px;
    }
    .featured-case-study-content p,
    .export-team p {
        margin-bottom: 16px;
    }
    .join-our-team {
        padding: 30px 100px;
    }
  .megamenu-design {
    padding-top: 20px !important;
    padding-bottom: 5px !important;
  }

  .col-megamenu ul li {
    margin-bottom: 8px;
  }

  .col-megamenu ul li h6 {
    margin-bottom: 0;
  }
.navbar-expand-lg .navbar-nav {
    align-items: start;
}
    .all-in-one {
        margin-right: 0px;
    }
    .block-over img {
        padding: 0;
        width: 400px;
        height: 250px;
    }
.loading-data {
    height: 300px;
    gap: 22px;
    margin-bottom: 24px;
}
.down-arrow {
    margin-top: 25px;
}
    .ifrem-height {
        height: 450px !important;
    }
    .video-play-btn img{
        height: 450px;
    }

    .portfolio-tab ul{
        justify-content: start;
    }
    .dropdown-menu.megamenu.megamenu-design.show{
        margin-top: 0px;
    }
    .short-menu{
        width: 100% !important;
        padding: 1rem !important;
    }
    .navbar .has-megamenu{
        width: 100% !important;
    }
}
/* 576 */
@media (max-width: 767px) {
    .successful-project {
        transform: translate(-50%, -50%) !important;
        left: 75% !important;
    }
    .our-values {
        border-radius: 8px;
        padding: 15px;
        margin-top: 25px;
    }
    .for-born-about-section h2 {
        font-size: 28px;
        margin-bottom: 14px;
    }
    .our-values h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 18px;
    }
    .py-90{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .py-80{
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .ready-to-transform h4 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 24px;
    }
    .tech-icon {
        gap: 20px;
        margin-bottom: 25px;
    }
    .projects-delivered {
        padding: 14px;
        margin-top: -32px;
        margin-left: -16px;
    }
    .one-abs {
        left: 50% !important;
        top: 0 !important;
    }
    .our-process-box{
        padding: 35px 15px 15px;
    }
    .data-driven-text {
        padding: 15px;
    }
    .regular-updates {
        padding: 16px;
        height: 100%;
    }
    .discovery-text::before {
        height: 0;
    }
    .tailored-technology-content h5 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .fintech-icon {
        margin-bottom: 16px;
    }
    .fintech-text h5 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 6px;
    }
    .e-com-img img {
        height: 20rem;
        border-radius: 16px 16px 0 0;
    }
    .client-success-img img {
        height: 20rem;
        border-radius: 16px 16px 0 0;
    }
    .client-testimonials {
        padding: 40px 25px 29px 25px;
        margin-top: 18px;
    }
    .client-testimonials p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 30px;
    }
    .frontend p {
        font-size: 20px;
    }
    .subscribe {
        padding: 40px;
        gap: 25px;
        flex-direction: column;
        text-align: center;
    }
    .subscribe-text h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .technology-img img {
        border-radius: 8px 8px 0 0;
        height: 200px;
    }
    .c-succ-story img {
        border-radius: 8px 8px 0 0;
        height: 350px;
    }
    .get-in-touch h4 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .footer-section-link p {
        margin-bottom: 18px;
    }
    .location-footer p{
        margin-bottom: 0;
    }
    .footer-bottom {
        justify-content: center;
    }
    .team-photo img{
        height: 350px;
    }
    .join-our-team {
        padding: 30px 50px;
    }
    .footer-section-link iframe {
        height: 300px;
    }
    .get-in-touch {
        padding: 20px;
    }
    .block-over img {
        padding: 0;
        width: 350px;
        height: 200px;
    }
    .mi-demo-content {
        padding: 20px;
    }
    .custom-blockchain-bg {
        padding: 20px;
    }
    .email-box {
        padding: 18px;
    }
.email-contact-icon {
    width: 56px;
    max-width: 56px;
    height: 56px;
    font-size: 22px;
}
    .loading-data {
        height: 250px;
        gap: 18px;
        margin-bottom: 20px;
    }
    .ifrem-height {
        height: 400px !important;
    }
    .video-play-btn img{
        height: 400px;
    }
.john-doe-box {
    padding: 15px;
}
.jd {
    width: 70px;
    height: 70px;
}
.jd h3 {
    font-size: 20px;
}
.john-doe-box h4 {
    font-size: 18px;
}
}

/* 525 */
@media (max-width: 575px) {
    .successful-project{
        position: relative !important;
    }
    .successful-project {
        transform: translate(-50%, -15%) !important;
        left: 50% !important;
        top: 0;
    }
    .home-first-slider {
        margin-top: 0;
    }
    .py-100 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .about-four-images {
        margin-top: 30px;
        margin-left: 16px;
    }
    .about-first-img img {
        border-radius: 10px;
        width: 100%;
    }
    .py-90{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .py-80{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .py-60 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .for-born-about-section p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .featured-case-study-img img {
        height: 300px;
        border-radius: 16px 16px 0 0;
    }
    .featured-case-study-content {
        padding: 20px;
    }
    .featured-case-study-content h3,
    .export-team h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .faster-processing h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .team-images img {
        width: 100%;
    }
    .projects-delivered {
        padding: 14px;
        margin-left: 0;
        margin: auto;
        margin-top: 20px;   
    }
    .challenge-flex {
        margin-left: 24px;
    }
    .challenge-identification {
        padding: 15px;
    }
    .challenge-identification h5,
    .challenge-identification h4 {
        font-size: 18px;
    }
    .footer-section-link h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .subscribe-form.w-auto{
        width: fit-content !important;
    }
    .join-our-team {
        padding: 30px;
    }
    .global-financial{
        padding: 20px;
    }
.accordion-button {
    font-size: 16px;
}
    .industries-project {
        gap: 20px 20px;
        margin-bottom: 25px;
    }
.industries-box h2{
    font-size: 22px !important;
}
    .ifrem-height {
        height: 350px !important;
    }
    .video-play-btn img{
        height: 350px;
    }
}

/* 480 */
@media (max-width: 524px) {
    .py-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .for-born-first h1 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 15px;
    }
    .for-born-check {
        gap: 15px 20px;
        margin-bottom: 20px;
    }
    .for-born-about-section h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .react-tech p{
        margin-bottom: 5px;
    }
    .discovery-text {
        padding: 0 15px 0 15px;
    }
    .tailored-technology-content {
        padding: 16px;
        margin: 0 80px;
    }
    .e-com-img img {
        height: 19rem;
        border-radius: 16px 16px 0 0;
    }
    .client-success-img img {
        height: 18rem;
        border-radius: 16px 16px 0 0;
    }
    .video-btn {
        width: 70px;
        height: 70px;
        max-width: 70px;
    }
    .video-btn a {
        font-size: 30px;
    }
    .fast-trans a {
        color: #525252;
        font-size: 20px;
    }
    .google-map {
        padding: 15px;
    }
    .footer-bottom {
        padding-top: 20px;
        margin-top: 20px;
    }
    .join-our-team {
        padding: 20px 25px;
    }
    .global-financial {
        padding: 15px;
    }
.our-technology-stack {
    padding: 20px;
}
.custom-blockchain-bg {
        padding: 15px;
    }
.accordion-button {
    padding: 12px 15px;
}
.accordion-body {
    padding: 12px 15px;
}
.accordion-body p {
    font-size: 15px;
}
.mi-demo .nav-pills .nav-link {
    font-size: 16px;
    padding: 14px 10px;
}
.loading-data {
    height: 210px;
    gap: 14px;
    margin-bottom: 20px;
}
    .ifrem-height {
        height: 300px !important;
    }
    .video-play-btn img{
        height: 300px;
    }
}

/* 425 */
@media (max-width: 479px) {
    .for-born-first h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    .for-born-first p {
        font-size: 16px;
        line-height: 24px;
    }
    .two-button {
        margin-bottom: 20px;
    }
    .featured-case-study-content h3,
    .export-team h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .faster-processing h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .featured-case-study-img img {
        border-radius: 12px 12px 0 0;
    }
    .featured-case-study {
        border-radius: 12px;
    }
    .ready-to-transform h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 24px;
    }
    .our-process-box-content h5 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 14px;
    }
    .tailored-icon-desc {
        padding: 15px;
    }
    .tailored-technology-content {
        padding: 16px;
        margin: 0 55px;
    }
    .e-com-img img {
        height: 16rem;
        border-radius: 12px 12px 0 0;
    }
    .client-success-img img {
        height: 16rem;
        border-radius: 12px 12px 0 0;
    }
    .journey-right {
        text-align: start;
        margin-left: 28px;
    }
    .journey-left {
        text-align: start;
        margin-left: 28px;
    }
    .navbar-brand img{
        width: 110px;
    }
    .client-testimonials {
        padding: 35px 20px 20px;
        margin-top: 18px;
    }
    .testimonial-name p {
        font-size: 14px !important;
        line-height: normal !important;
    }
    .testimonial-name h6{
        font-size: 16px;
    }
    .double-quotes img{
        width: 40px !important;
    }
    .client-photo-name {
        gap: 10px;
    }
    .technical-expertise p {
        width: 290px;
    }
    .satisfaction-score {
        padding: 20px;
        margin-bottom: 20px;
    }
    .star-line {
        margin-bottom: 16px;
    }
    .subscribe {
        padding: 25px;
        gap: 25px;
    }
    .partner-with-us {
        padding: 15px;
    }
    .get-in-touch {
        padding: 20px;
    }
    .join-our-team {
        padding: 20px;
    }
    .team-photo img {
        height: 280px;
    }
    .navbar .megamenu {
        padding: 1rem 0;
    }
    .short-menu{
        padding: 15px 14px 5px 14px !important;
    }
    .megamenu-design{
        border-radius: 0 0 10px 10px !important;
    }
    .block-over img {
        padding: 0;
        width: 250px;
        height: 160px;
    }
    .tex-roi {
        margin-top: 18px;
    }
    .mi-demo ul.nav.nav-pills {
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
        scrollbar-width: none;
    }
    .mi-demo .nav-pills .nav-link {
        font-size: 16px;
        padding: 15px 15px;
    }
    .mi-demo-content {
        padding: 15px;
    }
    .all-in-one {
        padding: 15px;
    }
.industries-box h2{
    font-size: 20px !important;
}
    .ifrem-height {
        height: 250px !important;
    }
    .video-play-btn img{
        height: 250px;
    }
}

/* 375 */
@media (max-width: 424px) {
    .for-born-first h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .successful-project h2 {
        font-size: 20px;
    }
    .home-first-for-box {
        padding-top: 40px;
    }
    .success-metrics {
        padding: 20px 15px;
        border-radius: 12px;
    }
    .featured-case-study-content {
        padding: 20px 15px;
    }
    .success-metrics h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .client-star i {
        font-size: 14px;
    }
    .featured-case-study-img img {
        height: 250px;
    }
    .increased-efficiency-content h5 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .increased-pr h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .featured-case-study-content h3,
    .export-team h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .success-metrics h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .ready-to-transform h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .transparent-client {
        padding: 15px;
    }
    .e-com-img img {
        height: 14rem;
    }
    .acme-crop h6 {
        font-size: 18px;
        padding: 40px 15px;
    }
    .star-line {
        margin-bottom: 12px;
        flex-wrap: wrap;
    }
    .star-line p {
        margin-left: 0;
        margin-top: 5px;
    }
    .technical-expertise {
        margin-bottom: 16px;
        flex-wrap: wrap;
    }
    .technical-expertise p {
        margin-bottom: 10px;
    }
    .video-btn {
        width: 60px;
        height: 60px;
        max-width: 60px;
    }
    .video-btn a {
        font-size: 24px;
    }
    .challenge-flex {
        margin-left: 20px;
    }
    .subscribe-text h4 {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .get-in-touch h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .subscribe-form {
        width: 100%;
    }
    .join-our-team {
        padding: 20px 15px;
    }
    .team-photo img {
        height: 245px;
    }
    .footer-section-link iframe {
        height: 250px;
    }
    .block-over img {
        width: 200px;
        height: 119px;
    }
    .ethereum-stack {
        gap: 10px;
        flex-direction: column;
    }
    .our-technology-stack {
        padding: 15px;
    }
.ethereum-stack p {
    font-size: 15px;
}
.fintech-text p {
    margin-bottom: 15px;
}
.ethereum-stack-box {
    padding: 14px 10px;
}
.contract-plus {
    padding: 25px 0 20px;
}
.contract-plus p {
    font-size: 15px;
}
    .loading-data {
        height: 170px;
        gap: 14px;
        margin-bottom: 20px;
    }
.loading-data p {
    font-size: 15px;
}
.industries-project {
        gap: 20px 30px;
        margin-bottom: 25px;
    }
.industries-box h2{
    font-size: 18px !important;
    margin-bottom: 4px;
}
    .ifrem-height {
        height: 200px !important;
    }
    .video-play-btn img{
        height: 200px;
    }
}

/* 320 */
@media (max-width: 374px) {
    .for-born-first h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 14px;
    }
    a.btn.btn-three,
    a.btn.btn-two,
    a.btn.btn-four,
    button.btn.btn-four,
    a.btn.btn-five,
    a.btn.btn-six {
        font-size: 16px;
        padding: 10px 15px;
    }
    .button-four,
    .button-five{
        font-size: 16px;
        padding: 10px 15px;
    }
    .tailored-technology-content {
        padding: 16px;
        margin: 0 0px;
    }
    .fintech-box {
        padding: 15px;
    }
    .tex-project.learn-more a {
        margin-top: 20px;
    }
    .tailored-technology img {
        height: 18rem;
        width: 100%;
    }
    .e-com-img img {
        height: 200px;
    }
    .challenge-step {
        max-width: 40px;
        height: 40px;
    }
    .journey-right {
        margin-left: 24px;
    }
    .journey-left {
        margin-left: 24px;
    }
    .client-success-img img {
        height: 200px;
    }
    .challenge-step-left,
    .challenge-step-right{
        left: -22px;
    }
    .satisfaction-score {
        padding: 15px;
        margin-bottom: 20px;
    }
    .client-testimonials p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 26px;
    }

    .client-photo img{
        width: 50px !important;
        height: 50px;
        max-width: 50px;
        border-radius: 50%;
        object-fit: cover;
    }
    .avg-score p {
        font-size: 15px;
    }
    .video-btn a {
        font-size: 24px;
    }
    .star-line p {
        font-size: 15px;
    }
    .avg-score p span{
        font-size: 18px;
    }
    .technology-stack {
        padding: 15px;
    }
    .frontend-img img {
        height: 170px;
        margin-bottom: 14px;
    }
    .frontend p {
        font-size: 18px;
    }
    .frontend i {
        font-size: 20px;
    }
    .frontend-img ul li {
        margin-bottom: 5px;
    }
    .client-testimonials {
        padding: 30px 20px 20px;
    }
    .subscribe {
        padding: 25px;
        gap: 20px;
    }
    .partner-with-us {
        padding: 20px;
    }
    .get-in-touch {
        padding: 20px;
    }
    .location-footer{
        gap: 6px;
    }
    .bottom-link {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .email-box {
        padding: 15px;
    }
    .team-photo img {
        height: 210px;
    }
    .industries-project {
        gap: 15px 20px;
        margin-bottom: 25px;
    }
}

/* 280 */
@media (max-width: 319px) {

}

