@font-face {
    font-family: 'PPObjectSans-Regular';
    src: url('fonts/PPObjectSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'PPObjectSans-Bold';
    src: url('fonts/PPObjectSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'PPObjectSans-Heavy';
    src: url('fonts/PPObjectSans-Heavy.ttf') format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: 'Hello-America';
    src: url('fonts/Hello-America.otf') format('truetype');
    
}

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* body {
    font-family: 'PPObjectSans-Regular';
} */


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, span {
    font-family: 'PPObjectSans-Bold';   
}

.btn, b, a {
    font-family: 'PPObjectSans-Bold';

}

li, p, select, .txt {
    font-family: 'PPObjectSans-Regular';
}

.fw-400 {
    font-family: 'PPObjectSans-Regular';
    font-weight: 400 !important;
}

.main-bg {
    background-color: #151515 !important;
}

.sub-bg {
    background-color: #151515 !important;
}

.text-green {
    color: #00FF7F  !important;
}

.text-black {
    color: #151515 !important;
}

.ff-hello {
    font-family: 'Hello-America' !important;
}

.fz-100 {
    font-size: 100px !important;
}

.fz-90 {
    font-size: 90px !important;
}

.fs-40 {
    font-size: 2.5rem !important;
}

.title-black, .text-dark {
    color: #151515!important;
}

.sub-title {
    letter-spacing: 0px !important;
    font-weight: 400 !important;
}

.text-orange {
    color: #FF8300 !important;
}


.text-red {
    color: #FF0049 !important;
}

.text-blue {
    color: #00DBFF !important;
}

.text-wrap-balance {
    text-wrap: balance;
}

.placeholder-newsletter::placeholder {
    color: #808080 !important;
}

.pb-40 {
    padding-bottom: 40px;
}

.mt-20 {
    padding-bottom: 20px;
}

.w-526 {
    width: 526px;
}

.f-bold {
    font-family: 'PPObjectSans-Bold' !important;
    font-weight: 700 !important;
}

.bg-dark {
    background-color: #151515!important;
}

.bg-dark-light {
    background-color: #1D1D1D!important;
}

.bg-purple {
    background-color: #753CFF!important;
}

.bg-green {
    background-color:#00FF91!important;
}

.icon-img-180 {
    width: 180px;
}

.btn-white {
    border-radius: 50px;
    background-color: #ffffff;
    border-color: #ffffff;
    color: #753CFF;
    font-weight: 700;
    padding: 12px 32px;
    text-transform: uppercase;
    display: inline-block;
    
}



.butn.butn-bord {
    font-size: 16px;
    font-family: 'PPObjectSans-Bold';
    background-color: #00FF7F !important;
    border-radius: 8px;
    border-color: #00FF7F !important;
    width: auto;
    padding: 12px 25px;
    white-space: nowrap;

    span {
        color: #151515;
    }


    &.white {
        background-color: transparent !important;
        border-radius: 8px;
        border: 2px solid #ffffff !important;

        .text {
            color: #ffffff;
        }

        &:hover{
            background-color: #00FF7F !important;

            .text {
                color: #000 !important;
            }
            
        }
    }
    &.dark {
        background-color: transparent !important;
        border-radius: 8px;
        border: 2px solid #151515 !important;

        .text {
            color: #151515;
        }

        &:hover{
            background-color: #00F078 !important;
            border-color: #00F078;
        }

        &.active {
            background-color: #00FF7F !important;
            border-color: #00FF7F !important;
        }
    }
}

.butn.butn-bord:hover {
    background-color: #00F078!important;
    border-color: #00F078!important;

    span {
        color: #151515;
    }
}

.butn.butn-bord:active {
    background-color: #151515!important;
    border-color: #151515!important;

    span {
        color: #ffffff;
    }
}


.lead-regular{
    font-size: 20px;
    font-family: 'PPObjectSans-Regular';
    font-weight: 400;
}

.lead-bold {
    font-size: 20px;
    font-family: 'PPObjectSans-Bold';
    font-weight: 700;
}


h5, h6, p {
    line-height: 1.4!important;
}

.text-description {
    font-size: calc(16px + 0.2vw);
    line-height: 1.3;
}

.cover {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}


.word-container {
    text-decoration: underline;
}


/*---------------------------navbar---------------------------------*/

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.remove-bg {
    background: none !important;
    border: none !important;
    border-radius: none !important;
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
}

.navbar .menu-icon {
    padding: 30px 30px;
} 

/* .navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
} */



.navbar .navbar-toggler {
    display: none;
}


.nav-icon {
    padding: 25px 30px;
}

.hamenu {
    padding: 80px 30px 30px;
}

.hamenu .cont-info {
    margin-top: 20px;
}


/*---------------------------header---------------------------------*/
header.full-height {
    padding: 170px 0 80px !important; 
}

.bg-form {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 11px;
    padding: 30px;
}

.contact-crev input, .contact-crev textarea {
    border: 1px solid #fff !important;
}

::placeholder {
    color: #fff;
}

.title-form {
    color: #fff;
    font-size: 20px;
    font-family: 'PPObjectSans-Bold' !important;
    margin-bottom: 30px !important;
}

.text-tel-footer {
    font-size: 16px !important;
    font-family: 'PPObjectSans-Bold' !important;
}

span.up-text {
    text-wrap: balance;
}

.img-logos-about {
    width: 500px !important;
}

.intro-corp .imgs .img1:before {
    background-image: none;
}
.intro-corp .imgs .img1:after {
    background: none;
}

.intro-corp .imgs .img1 {
    width: 100% !important;
    margin-left: 0 !important;
}

.sub-title-we-make {
    font-size: 16px;
    font-family: 'PPObjectSans-Bold' !important;
    font-weight: 700;
}

.main-colorbg {
    background-color: #00FF7F;
}

.sec-head h2 {
    font-size: 44px !important;
    font-family: 'PPObjectSans-Bold' !important;
    font-weight: 700;
}

.text-templet {
    font-size: 110px;
    text-transform: uppercase;
    font-family: 'PPObjectSans-Bold' !important;
    font-weight: 700;

    span {
        text-transform: none !important;
        font-weight: 400 !important;
    }
}

.img-85 {
    width: 85px !important;
}

.text-icos {
    font-size: 18px;
    font-weight: 400 !important;
    text-wrap: balance;
}

.title-what-can-me {
    font-size: 40px;
    font-family: 'PPObjectSans-Bold' !important;
    font-weight: 700;

    span {
        font-weight: 400 !important;
    }
}


.bord-thin-top {
    border-top: 1px solid #808080 !important;
}

.testim-swiper h6 {
    font-family: 'PPObjectSans-Bold'!important;
}

.modal-content {
    background-color: transparent!important;
    border: 0px solid rgba(0, 0, 0, 0)!important;
}

.modal-header {
    border-bottom: 0px solid #dee2e6!important;
}

.btn-close {
    background-color: white; 
    border-radius: 100px;
}
.btn-close:hover,
.btn-close:focus {
    background-color: white; 
}

.modal-body {
    color: #fff !important;
    background-color: #000 !important;
    border-radius: 11px;
}

div#exampleModal1 {
    background: rgba(0, 0, 0, 0.7);
}

.contact-crev p>span {
    font-family: 'PPObjectSans-Regular';
}

.contact-crev .contact-info {
    display: flex;
    gap: 8px;
}

.contact-crev .contact-info span {
    font-size: 26px;
    font-family: 'PPObjectSans-Bold';
}

/* .contact-crev .butn.butn-bord:hover span {
    color: #ffffff;
} */

.contact-crev .butn:disabled span {
    color: #ffffff !important;
}

.contact-crev .butn.butn-bord .spinner-border {
    width: 1.1rem;
    height: 1.1rem;
}

/*===========custom styles new site templet=========*/

.header-digital .title {
    font-size: 90px !important;
    line-height: 90px;
    font-family: 'PPObjectSans-Bold';
    text-wrap: balance;
}

.header-digital .subtitle {
    max-width: 360px;
}


.header-digital .title .typewrite.box {
    background-color: #00FF91;
    padding: 24px 44px 8px 26px;
    border-radius: 60px;
    line-height: 50px;
    margin-bottom: 0;

    .ff-hello {
        font-size: 70px;
        line-height: 70px;
    }
    
}

.header-digital .half-img-right {
    z-index: -1;
    left: 10%;
    width: 90%;
}



.section-three .box-container {
        background-color: #1D1D1D;
        border-radius: 30px;
        padding: 50px 20px;
    

    ul{
        margin-left: .5rem;
        padding-left: .5rem;
    }

}


.section-five {
    h6 {
        font-size: 24px;
        font-weight: 700;
    }

    .text-description {
        font-size: 18px;
    }
}

.intro-pan .numbers h2 {
    font-size: 100px;
    font-family: 'PPObjectSans-Heavy';
}

.intro-pan .numbers h6 {
    font-size: 20px;
}

.intro-pan .numbers .item  {
    padding-top: 80px;
    border: none !important;
}

.intro-pan .content {
    border-bottom: 1px solid #262626;
}

.section-six {

    .numbers .dark-text {
        color: #151515 !important;
    }

    .exp-box {
        padding: 20px 50px 10px 50px;
        border-top: none;
        position: relative;
        background-color: #00FF91!important;
        border-radius: 100px;

        .numb, .cont {
            color: #151515;
            margin-bottom: 0;
        }

        h6{
            font-size: 26px;
            font-weight: 400 !important;
        }
        
    }

    .awards-list .cont li{
        margin-bottom: 0;
        border-bottom: none;
    }

    .call-action-center {
        .title, .text {
            color: #151515;
        }

        .title>span {
            font-size: 48px!important;
            line-height: 1.2;
        }   
    }
}


.section-seven {
    .ff-hello {
        color: #151515;
    }

    .swiper-controls.arrow-out .left, .swiper-controls.arrow-out .right {
        color: #151515;
        border-color: #707070;
    }

    .container-two {
        .brand {
            background-color: #00FF7F!important;
        }
    }
    
    .serv-item {
        background-color: #151515;
        padding: 40px;
        height: 330px;
        
        .text-description {
            color: white;
        }

        .item-title-hover, .item-description-hover {
            display: none;
        }

        &.two {
            background-color: #00FF91;
            .text-description {
                color: #151515;
            }
        }

        &:hover {
            background-color: #FFFFFF;
            
            h6, p, img {
                display: none;
            }
    
            .item-title-hover, .item-description-hover {
                display: block;
                color: #151515;
            }
        }
    }

    
}


.section-seven .serv-item h6 {
    font-size: 24px;
    line-height: 1.4;
}

.section-seven .serv-item .item-title-hover {
    font-size: 24px;
    line-height: 1.4;
}

.section-seven .serv-item .text-description {
    font-size: 18px;
    line-height: 1.4;
}

.section-seven .serv-item .text-description-hover {
    font-size: 18px;
    line-height: 1.4;
}

.section-eight .box-img {
    width: 500px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    overflow: hidden;
    position: absolute;
    top: -120px;
    right: 0;
    
}

.section-eight .box-img>img {
    width: 100%
}



.section-ten {
    .slide-har>.box{
        display: flex;
        align-items: center;
    }

    .item {
        padding-left: 50px!important;
        padding-right: 50px!important;
    }
    .icon-img-100 {
        max-width: 220px!important;
    }

    .icon-img-220 {
        width: 220px!important;
    }

}

.testim-crv2 .bord-qoute .qoute-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 0px;
    position: relative;
    z-index: 4;
    right: 20px;
}

.blueprints-wrapper {
    .swiper-slide {
        .item {
            background-color: #151515;
            img {
                padding: 30px;
            }
        }
    }
}

.line-height-50 {
    line-height: 50px!important;
}

.navbar.nav-crev {
    width: calc(100% - 80px);
    left: 40px;
    top: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    min-height: auto;
    transform: translate(0) !important;
    background-color: rgba(33, 33, 33, .8);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.navbar.nav-crev.nav-scroll {
    background-color: rgba(33, 33, 33, .8);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-color: rgba(255, 255, 255, 0.05);
    padding: 0;
    position: fixed;
    top: -80px;
    transform: translateY(80px) !important;
    left: 0;
    width: 100%;
    border-radius: 0;
}

