@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-Thin.ttf');
  font-display: swap;
  font-weight: 100;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-UltraLight.ttf');
  font-display: swap;
  font-weight: 200;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-Light.ttf');
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-Regular.ttf');
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-Medium.ttf');
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-SemiBold.ttf');
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-Bold.ttf');
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-ExtraBold.ttf');
  font-display: swap;
  font-weight: 800;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-Black.ttf');
  font-display: swap;
  font-weight: 900;
}
body{
    font-family: 'Gilroy';
    overflow-x: hidden !important;
    color: var(--themeDark);
    position: relative;
}
section{
    overflow: hidden !important;
}
:root {
    --themeColor: #6C6C6C;
    --themeColor2: #2A9DF4;
    --themeDark: #101010; 
}
.container{
    position: relative;
}
a, button, svg{
    transition: .5s !important;
    text-decoration: none!important;
}
ul{
    list-style: none;
    padding-left: 0 !important;
}
input{
    box-shadow: none;
    outline: none!important;
}
.theme-color{
    color: var(--themeColor);
}
.theme-dark{
    color: var(--themeDark);
}
.bi-btn{
    padding: 14px 30px;
    border-radius: 10px;
    background-color: var(--themeDark);
    color: #fff;
    border: none;
    transition: .5s;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
}
.bi-btn:hover{
    background-color: #2A9DF4;
}
.bi-hero {
    padding: 170px 0 0;
    position: relative;
    min-height:100vh;
}
.bi-header {
    position: absolute;
    width: 100%;
    top: 35px;
    z-index: 99;
}
.header-right-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.header-right-wrapper .bi-btn{
    margin-left: 10px;
}
.hero-content-wrapper, h1{
    color: var(--themeColor);
    font-size: 32px;
}
.bi-hero h1{
    letter-spacing: -2px;
}
.hero-heading {
    margin-left: -8px;
    font-size: 150px;
    letter-spacing: -8px;
    text-transform: capitalize;
    line-height: 1em;
}
.hero-heading.second {
    margin-top: -20px;
    text-align: right;
    margin-bottom: 70px;
}
.hero-content-wrapper{
    padding-bottom: 102px;
    padding-left: 100px;
}
.hero-img-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 1000px;
}
.hero-content-wrapper p {
    font-size: 18px;
    font-weight: 500;
}
.bi-link {
    color: var(--themeDark);
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline !important;
}
.hero-badges {
    margin-top: 50px;
}
.bi-portfolio {
    background-color: #fff;
    height: 700px;
    overflow: hidden;
    background: url('../img/webp/portfolio-bg.webp') no-repeat center;
    background-size: cover;
}
.portfolio-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    margin-right: -400px !important;
    margin-left: 150px;
}
.portfolio-wrapper {
    rotate: -20deg;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    animation: portfolio-slider 50s linear 0s infinite alternate;
    transition: .4s linear;
    transform: translateY(100%);
}
.portfolio-wrapper.alt{
    animation-name: portfolio-slider-alt;
}
.portfolio-item {
    height: 100%;
    width: 100%;
    transition: .5s;
}
.portfolio-item:hover {
    scale: .95;
    filter: brightness(1.2) contrast(1.2);
}
.portfolio-item img {
    height: 100%;
    width: 100%;
}

@keyframes portfolio-slider {
    0%{
        transform: translateY(-75%);
    }
    100%{
        transform: translateY(0%);
    }
}
@keyframes portfolio-slider-alt {
    0%{
        transform: translateY(0%);
    }
    100%{
        transform: translateY(-75%);
    }
}
.bi-about {
    padding: 150px 0 200px;
}
.about-content-wrapper {
    max-width: 63%;
}
.sub-heading {
    color: #2A9DF4;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
}
.theme-para.big {
    font-size: 35px;
    color: #6c6c6c;
    line-height: 1.3em;
}

.bi-about img {
    position: absolute;
    right: 0;
    top: -60px;
    height: 765px;
    filter: drop-shadow(5px 10px 15px rgb(0 0 0 / .4))
}
.counter-wrapper {
    margin-top: 90px;
}
.stats .counting {
    font-size: 96px;
    display: block;
    line-height: 1em;
    font-weight: 500;
    margin-top: -10px;
}
.stats h5 {
    color: #2a9df6;
    font-size: 14px;
    text-transform: uppercase;
}
.stats.margins {
    margin-left: 50px;
}
.stats .counting:after {
    content: "+";
    font-size: 36px;
    vertical-align: text-top;
    font-weight: 700;
    line-height: 1.6em;
}
.bi-impact {
    padding: 80px 0;
    background-color: #000;
}
.impact-content-wrapper {
    max-width: 60%;
}
.bi-paralax-section {
    height: 650px;
    background: url('../img/webp/section-bg.webp') no-repeat center;
    background-size: cover;
    /* overflow: visible !important; */
}
.paralax-content-wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    height: 100%;
}
.paralax-main-img {
    position: absolute;
    bottom: -80px;
    left: 0;
}
.paralax-one-slider {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin-right: 100px;
    position: relative;
    z-index: 2;
    gap: 17px;
}
.bi-paralax-section.second{
    position: relative;
}
.bi-paralax-section.second .paralax-one-slider {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
    height: 100%;
}
.paralax-two img {
    max-width: 75%;
}
.bi-paralax-section.three{
    background: url('../img/webp/paralax-bg-3.webp') no-repeat center;
    background-size: cover;
}
.bi-paralax-section.three .paralax-main-img {
    bottom: -140px;
}
.bi-benefits{
    padding: 110px 0 30px;
    background-color: #F9F9F9;
}
.benefits-content-wrapper .theme-para.big {
    max-width: 40%;
    font-size: 42px;
}
.benefits-highlight {
    margin-top: 60px;
}
.highlight-items {
    padding: 30px 110px 20px;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    transition: .5s;
}
.highlight-items h3 {
    font-size: 26px;
}
.highlight-items .theme-para {
    max-width: 700px;
    font-size: 24px;
    color: #848484;
    font-weight: 300;
}
.highlight-items:hover {
    background-color: #fff;
}
.bi-work {
    padding: 100px 0;
    background-color: #101010;
}
.bi-work .theme-para{
    max-width: 50%;
}
.bi-work .work-item {
    margin: 0 10px;
    transition: .5s;
    border: 2px solid #bebdbd;
}
.work-slider-1 {
    margin-top: 30px;
    rotate: -2.5deg;
}
.bi-work .work-item:hover {
    scale: 1.03;
}
.bi-work .slick-track {
    padding: 10px 0;
}
.work-slider-2 {
    rotate: -2.5deg;
}
.work-slider-3 {
    rotate: -2.5deg;
}
.bi-testimonials{
    padding: 120px 0;
    background-color: #F9F9F9;
}
.bi-testimonials .theme-para.big {
    font-size: 42px;
    max-width: 65%;
}
.testimonial-slider {
    margin-top: 70px;
}
.testimonial-item {
    padding: 30px 25px;
    border-radius: 20px;
    background-color:#fff;
    margin: 0 18px;
}
.stars {
    margin-bottom: 25px;
}
.testimonial-para {
    font-size: 20px;
    color: #6C6C6C;
    padding-right: 12px;
}
.testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.author h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
.author p {
    font-size: 12px;
    color: #6c6c6c;
    margin-bottom: 0;
}
.bi-contact{
    padding: 120px 0;
    background-color: #000;
}
.bi-contact .theme-para {
    font-size: 42px;
    max-width: 40%;
}
.bi-form input {
    height: 50px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    width: 100%;
    margin: 10px 0;
    color: #fff;
    text-indent: 20px;
}
.bi-form {
    max-width: 60%;
}
.bi-form .bi-btn {
    width: fit-content;
    border: 1px solid #ffffff7d;
    margin-top: 30px;
}
.bi-footer{
    padding: 110px 0 50px;
}
.upper-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.middle-footer {
    margin: 50px 0;
}

.upper-footer ul {
    display: flex;
    gap: 30px;
    font-size: 23px;
}

.upper-footer ul a {
    color: #6c6c6c;
}

.bottom-footer {
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #8f8c8c;
}

.bottom-footer p {
    font-size: 18px;
    margin-bottom: 0;
}
.modal-content {
    background-color: #000;
}

.modal-header {
    border: none;
    padding: 0;
}
.modal-header .btn-close {
    opacity: 1;
    filter: invert(1);
    margin-left: auto;
    position: absolute;
    right: 15px;
    top: 15px;
}

.modal-content .sub-heading {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.modal-content .bi-form {
    max-width: 100%;
}

.modal-body {
    padding: 30px;
}
.bi-showcase.bi-benefits {
    padding: 110px 0;
    background-color: #fff;
}

.showcase-wrapper {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap:50px
}

.showcase-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap:50px;
}

.showcase-item a {
    width: 48%;
}
.showcase-item a.small {
    width: 38%;
}

.showcase-item a.big {
    width: 58%;
}