@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'hk_groteskbold';
    src: url('../fonts/hkgrotesk-bold-webfont.woff2') format('woff2'), url('../fonts/hkgrotesk-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hk_groteskextrabold';
    src: url('../fonts/hkgrotesk-extrabold-webfont.woff2') format('woff2'), url('../fonts/hkgrotesk-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'hk_groteskmedium';
    src: url('../fonts/hkgrotesk-medium-webfont.woff2') format('woff2'), url('../fonts/hkgrotesk-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hk_groteskregular';
    src: url('../fonts/hkgrotesk-regular-webfont.woff2') format('woff2'), url('../fonts/hkgrotesk-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hk_grotesksemibold';
    src: url('../fonts/hkgrotesk-semibold-webfont.woff2') format('woff2'), url('../fonts/hkgrotesk-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.launch_b {
    font-size: 7.98vw;
    text-align: right;
    font-weight: 800;
    color: var(--white);
    margin-right: -7.7vw;
    letter-spacing: 5px;
    font-family: Roboto !important;
    line-height: 118px;
}


.text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
}

:root {
    --dblue: #07131f;
    --ddblue: #030b13;
    --white: #ffffff;
    --logored: #C02739;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #f00;
}


html,
body {
    scroll-behavior: smooth;
}

p,
span {
    font-family: hk_groteskregular !important;
}

h1.mt-3.text-white-50.fs-18.font-weight-normal {
    font-family: hk_groteskregular !important;
}

.about-page {
    background: var(--dblue);
}

.ddblue {
    background: var(--ddblue);
}

.dblue {
    background: var(--dblue);
}

.logored {
    background: var(--logored);
}

#timeline-s {
    padding-top: 500px;
    padding-bottom: 400px;
    background: var(--ddblue);
    position: relative;
    pointer-events: none;
}

#timeline-s .btm {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}

.fs-1rem {
    font-size: 1rem;
}

.fs-2rem {
    font-size: 2rem;
}

.fs-3rem {
    font-size: 3rem;
}

.fs-4rem {
    font-size: 4rem;
}

.fs-6rem {
    font-size: 6rem;
}

.fs-09rem {
    font-size: 0.9rem;
}

/*h1, h2 , h3 {
  font-family: hk_groteskregular!important;
}*/
.case-bg{
   background-image: url('../images/casestudy/sp-case-header.jpg'); 
   background-size: cover;
   background-repeat: no-repeat;
   height: 80vh;
}

.view-more {
    position: absolute;
    right: 10%;
    bottom: 5%;
}

.cover-2 {
    background-color: #c02739;
    position: absolute;
    width: 100%;
    height: 100vh;
}

.cover-3 {
    background-color: #ad2333;
    position: absolute;
    width: 100%;
    height: 100vh;
}

.cover-4 {
    background-color: #9a1f2e;
    position: absolute;
    width: 100%;
    height: 100vh;
}

.cover-5 {
    background: linear-gradient(to bottom, #8e6eab 17%, #61559e 100%);
    position: absolute;
    width: 100%;
    height: 100vh;
}

.cover {
    background-color: #be262d;
    position: absolute;
    width: 100%;
    height: 100vh;
}

.cover-heading {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cover-heading h1 {
    color: white;
    font-size: 52px;
    font-weight: 900;
    display: inline-block;
    font-family: "Roboto", sans-serif;
}

.cover-heading span {
    color: white;
    font-size: 52px;
    font-weight: 900;
    display: inline-block;
    font-family: "Roboto", sans-serif !important;
}

.imsrk2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: black;
    font-size: 48px;
    font-weight: 600;
    z-index: -2;
    color: #2d2d2d;
    font-family: "Roboto", sans-serif;
    line-height: 1;
}

.imsrk2 .load1 {
    font-size: 38px;
    font-weight: 500;
    font-family: "Roboto", sans-serif !important;
}

.load2 {
    font-weight: 500;
    font-family: "Roboto", sans-serif !important;
}

.dedcription-btn {
    width: 100%;
    position: relative;
    display: inline-block;
    border-radius: 30px;
    background-color: transparent;
    color: #ffa000;
    text-align: center;
    text-decoration: none !important;
    font-size: 18px;
    padding: 9px 0;
    transition: all 0.3s;
    padding-right: 40px;
    margin: 20px 5px;
}

.dedcription-btn .btn-icon {
    background-color: #4285f4;
    width: 45px;
    height: 45px;
    float: right;
    position: absolute;
    border-radius: 30px;
    right: 0px;
    top: 0px;
    transition: all 0.156s;
}

.dedcription-btn:hover .btn-icon {
    width: 100%;
    border-radius: 30px;
}

.dedcription-btn:hover .btn-icon::after {
    display: none;
    opacity: 0.1;
}

.dedcription-btn:hover .name-descripeion {
    opacity: 1;
}

.name-descripeion {
    position: relative;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s;
    text-decoration: none !important;
    font-weight: 500;
    color: var(--white);
}

.btn-icon i {
    position: absolute;
    right: 13px;
    top: 13px;
    color: var(--white);
    z-index: 253;
}

.btn-icon i.fa-phone {
    right: 16px;
}

.heart {
    background-color: #db4437 !important;
}

.book {
    background-color: #f4b400 !important;
}

.brain {
    background-color: #0f9d58 !important;
}

.menu-div {
    width: 180px;
    position: fixed;
    right: 37px;
    top: 30%;
}

.btn-start {
    background: #8d71ae;
    padding: 8px;
    font-size: 1vw;
    color: var(--white);
    width: 10vw;
    margin-right: 25px;
    font-weight: 500;
    border: 1px solid var(--white);
    outline: none;
    text-decoration: none;
}

.btn-start:active {
    background: #8d71ae;
    padding: 8px;
    font-size: 1vw;
    color: var(--white);
    width: 10vw;
    margin-right: 25px;
    font-weight: 500;
    border: 1px solid var(--white);
    outline: none;
    text-decoration: none;
}

.btn-start:focus {
    background: #8d71ae;
    padding: 8px;
    font-size: 1vw;
    color: var(--white);
    width: 10vw;
    margin-right: 25px;
    font-weight: 500;
    border: 1px solid var(--white);
    outline: none;
    text-decoration: none;
}

h1.headings {
    font-size: 5rem;
    color: var(--white);
    text-shadow: 2px 1px 8px #676767;
}

.clients {
    align-items: center;
    -webkit-box-align: center;
    display: grid;
    gap: 2.8rem 2.8rem;
    grid-template-columns: auto auto;
    justify-items: center;
    margin: 3.8rem auto;
}

.clients li {
    list-style: none;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.clients li:hover {
    -webkit-transform: translateY(-0.3rem);
    transform: translateY(-0.3rem);
}

.clients img {
    height: 3.2rem;
}

.clients img:hover {
    background: none;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.clients:hover li {
    filter: blur(0px);
    -webkit-filter: blur(0px);
}

.clients:hover li:not(:hover) {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

#ball3 {
    opacity: 0;
}

#box1 {
    opacity: 0;
}


.mobile_svg {
    height: 35vw;
    top: 11vw;
    left: 42vw;
    position: absolute;
}

.fixed_bar {
    position: absolute;
    width: 13vw;
    z-index: 45;
    top: -7vw;
    left: 44vw;
    opacity: 0;
}

.greyscale {
    filter: grayscale(100%);
}

.fixed_bar#bar_text {
    top: 13vw;
}

.full_mobile {
    background-image: url('./images/bar2.png');
    background-size: cover;
    text-align: center;
    color: white;
    position: absolute;
    display: inline-block;
    width: 160px;
    height: 320px;
    background-color: transparent;
    opacity: 0;
}

#digital_market {
    background-image: url('./images/digital.png');
    background-size: cover;
    text-align: center;
    color: white;
    position: absolute;
    display: inline-block;
    width: 554px;
    height: 286px;
    background-color: transparent;
    opacity: 0;
}

.product {
    position: fixed;
    z-index: 23;
    margin: auto 0;
    width: 100%;
    text-align: center;
    padding-top: 40vh;
}

#scroll-down-animation {
    position: fixed;
    bottom: 3%;
    margin: auto 0;
    width: 100%;
    z-index: 454;
    text-align: center;
    pointer-events: none;
    opacity: 0;
}

#scroll-down-animation p {
    font-size: 12px;
    color: var(--white);
    text-align: center;
    padding-top: 12px;
    pointer-events: none;
}


.main {
    width: 100%;
    display: flex;
    position: absolute;
    z-index: 100;
}

.section_1_01 {
    position: absolute;
    top: 3vh;
    right: -9vw;
}

.section_1_02 {
    position: absolute;
    top: 14vh;
    right: -2vw;
}

.section_1_03 {
    position: absolute;
    top: 15vh;
    right: -8vw;
}

.section_1_04 {
    position: absolute;
    top: 25vh;
    right: -4vw;
}

.section_1_05 {
    position: absolute;
    top: 30vh;
    right: -2vw;
}

.section_1_06 {
    position: absolute;
    top: 20vh;
    right: 1vw;
}

.section_1_07 {
    position: absolute;
    top: 26vh;
    right: -10vw;
}

.section_1_08 {
    position: absolute;
    top: 40vh;
    right: -5vw;
}

.section_1_09 {
    position: absolute;

    top: 43vh;
    right: -10vw;

}

.second-section {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.second-section .images-wrapper {
    position: absolute;
    display: flex;
    padding: 200px 0;
    top: 20%;
    overflow: hidden;
}

.image-container {
    overflow: hidden;
    height: 100%;
}

.third-section {
    width: 100%;
    height: 150vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.third-section .images-wrapper {
    margin-top: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.third-section .images-wrapper img {
    position: absolute;
}

.forth-section {
    width: 100%;
    height: 150vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.forth-section .images-wrapper {
    margin-top: 150vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.forth-section .images-wrapper img {
    position: absolute;
}

.my_pro {
    color: var(--ddblue);
    opacity: 0.7;
    font-weight: 700;
    font-size: 2.5vw;
    text-align: left;
    padding-left: 15px;
    padding-top: 13%;
}

.wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.section {
    height: 100%;
    width: calc(100% / 5);
    float: left;
    position: relative;
    background: #61559e;
}

.section:nth-child(1) {
    background: linear-gradient(to bottom, #61559e 17%, #8e6eab 100%);
}

.section:nth-child(2) {
    background: linear-gradient(to bottom, #8e6eab 50%, #133a5c 100%);
}

.section:nth-child(3) {
    background: linear-gradient(to bottom, #133b5c 50%, #133a5c 100%);
}

.section:nth-child(4) {
    background: linear-gradient(to left, #133b5c 50%, #133a5c 100%);
}

.section:nth-child(5) {
    background: linear-gradient(to left, #133b5c 50%, #133a5c 100%);
}

.section22 {
    height: 100%;
    width: calc(100%);
    float: left;
    position: relative;
    background: linear-gradient(to bottom, #8e6eab 17%, #61559e 100%);
}

.sections {
    width: 500%;
    height: 100%;
}

.btn-explore {
    position: absolute;
    bottom: 1vh;
    left: 50.5vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all ease-in-out .1s, transform ease-in-out .05s;
    animation: flicker 5s 1s linear infinite;
    font-size: 1em;
    cursor: pointer;
    outline: none;
    color: var(--white);
    background: transparent;
    border-radius: 50px;
    padding: 5px 30px;
    border: solid 2px var(--white);
    transition: .5s;
    margin-top: 20px;
    font-size: 15px;


}

.btn-explore:hover {
    box-shadow: inset 0 0 5px #61559e, inset 0 0 10px #f28143, inset 0 0 8px #f28143, 0 0 25px #f28143, 0 0 5px #f28143, 0 0 12px #f28143;
    text-shadow: 0 0 10px #f28143, 0 0 20px #f28143;
}

.neon {
    color: var(--white);
    text-shadow:
        0 0 2px var(--white),
        0 0 8px var(--white),
        0 0 15px var(--white),
        0 0 30px #0ff,
        0 0 40px #0ff
}

.btn-explore.ecom {
    left: 50.5vw;
}

.sectionTitle.design {
    left: 41vw;
}

.sectionTitle#title2 {
    left: 33vw;
}

.sectionTitle#title3 {
    left: 33vw;
}

.sectionTitle#title4 {
    left: 33vw;
}

.sectionTitle {
    position: absolute;
    top: 9vh;
    left: 36%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-10%, -50%);
    font-size: 5rem;
    color: var(--white);
    font-weight: 700;
    font-family: 'Raleway', sans-serif !important;
    opacity: 0.8;
}

.pizz_ind.chese {
    height: 120px;
}

.pizz_ind.chese-sm {
    height: 120px;
}

.pro_details {
    position: absolute;
    top: 45%;
    left: 11%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-10%, -50%);
    font-size: 1.3vw;
    color: var(--white);
    width: 20vw;
    font-weight: 400;
    opacity: 1;
    font-family: hk_groteskmedium;
}

.pro_details.pc {
    position: absolute;
    top: 50%;
    right: -3%;
    width: 12vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-10%, -50%);
    font-size: 1.2vw;
    color: #1d2d50;
    left: auto;
    font-weight: 600;
    font-family: raleway !important;
    opacity: 1;
}

.area {
    background: #4e54c8;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 100vh;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.1);
    animation: animate 25s linear infinite;
    bottom: -150px;
    z-index: 1;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 40px;
    height: 40px;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 1s;
    animation-duration: 5s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 32px;
    height: 32px;
    animation-delay: 0s;
    animation-duration: 10s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 41px;
    height: 41px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 52px;
    height: 52px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 15px;
    height: 15px;
    animation-delay: 12s;
    animation-duration: 18s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 9s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 45px;
    height: 20px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.customer-logos {
    list-style: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-left: 0;
}

.customer-logos li {
    display: inline-block;
}

.customer-logos li img {
    height: 180px;
    width: 180px;
    padding: 1px;
    background: #eaeaea;
    margin-bottom: 5px;
}

.client-tab{
    font-family: hk_groteskregular !important;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.client-tab.active{
    background-color:#07131f !important;
    color: #fff !important;
}

.circle-half:hover {
    fill: var(--white);
}

.service_title {
    top: 7%;
    font-size: 30px;
    font-weight: 600;
    color: var(--white);
    text-align: center;
    padding-top: 5vh;
    font-family: raleway !important;
}

.pc_div {
    height: 30vw;
    top: 11.5vw;
    left: 24.5vw;
    position: absolute;
    width: 52vw;
}

.pc_div.asum {
    width: 37vw;
    left: 32vw;
    top: 14vW;
    height: 24vW;
}

.digitalm {
    height: 33vw;
    top: 9vw;
    left: 32vw;
    position: absolute;
}

#journey_of_pro {
    opacity: 0;
    top: -1vw;
    height: 100vw;
}



.info_text {
    margin-left: 9.5vw;
    width: 25vw;
}

.tower {
    position: absolute;
    height: 501vh;
    margin-left: -17vw;
    width: 35vw;
    z-index: 2;
    top: 160vw;
    opacity: 0.25;
}

.mor_bar {
    height: 45vh;
    margin: auto 0;
    position: absolute;
    top: 14vw;
    left: 45vw;
    opacity: 0;
}

.first-section {
    text-align: center;
    margin: 0 auto;
}

.head_text {
    font-size: 5rem;
    color: var(--white);
    font-weight: 700;
    font-family: 'Raleway', sans-serif !important;
    opacity: 0.8;
}

.px100 {
    height: 100px;
}

.ingredient-images {
    position: absolute;
    top: 20vh;
    right: 40vw;
    left: 40vw;
    transform: translate(-100%, -100%);
}

.pijja {
    width: 590px;
    margin-top: -30px;
}
.email-modaltitle{
    margin-left: 108px;
}
.case-postimg{
    height: 197px;
}
.btn-caseread{
    background: #c02739 !important;
    padding: 6px 12px !important;
}
.case-title{
    position: relative;
    top: 35%;
    font-size: 60px;
}
@media screen and (max-height: 800px) {

    .sectionTitle#title2,
    .sectionTitle#title3,
    .sectionTitle#title4 {
        left: 25vw;
    }

    .sectionTitle.design {
        left: 36vw;
    }

    .pijja {
        width: 490px;
        margin-top: -30px;
    }
}

.intro_text {
    padding: 25px;
    text-align: center;
    font-weight: 400;
    opacity: 0.8;
    margin-bottom: 25px;
    font-size: 17px;
}

.wave {
    width: 100%;
    margin-top: -200px;
    pointer-events: none;
}

.wave3 {
    width: 100%;
    margin-top: -230px;
}

.wave2 {
    width: 100%;
    margin-top: -5px;
    transform: rotate(180deg);
    pointer-events: none;
}

.custom-input {
    background: var(--white);
    border: none;
    border-radius: 0;
    padding: 15px;
    /*height: 3em;*/
    font-family: 'FontAwesome', Raleway;
    outline: none;
    /*font-weight: 800;*/
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 5px -1px 25px -9px rgba(176, 176, 176, 0.45);
}

.custom-input::-webkit-input-placeholder {
    font-weight: 400;
}

.quick-footer a,
.quick-footer a:hover {
    color: var(--white);
    margin-bottom: 15px;
}

.social-icon {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
}


.footer-bottom {
    padding: 10px;
    text-align: center;
    color: var(--white);
    background: #000102;
    font-weight: 500;
}

.send-btn,
.send-btn:focus {
    float: right;
    color: white;
    background: var(--logored);
    margin-right: 5px;
    border: none;
    padding: 5px 20px;
    outline: none;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(10px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

.mouse {
    display: inline-block;
    height: 44px;
    width: 28px;
    border-radius: 12px;
    border: 2px solid var(--white);
    text-align: center;
}

.mouse:after {
    display: inline-block;
    height: 8px;
    width: 8px;
    background-color: #BEBCBC;
    border-radius: 50%;
    content: "";
    -webkit-animation: scroll 1.3s ease-out infinite forwards;
    -moz-animation: scroll 1.3s ease-out infinite forwards;
    animation: scroll 1.3s ease-out infinite forwards;
}

.btn-get,
.btn-get:focus {
    margin: 1% 2% 6% 2%;
    /* margin-bottom: 12%; */
    padding: 7px 35px;
    border: 2px solid var(--white);
    color: #4285f4;
    background: var(--white);
    border-radius: 50px;
    font-weight: 600;
}

.btn-get.rd {
    background: #143b5d;
}

.btn-get.inner {
    color: #f4b400;
    border-color: #f4b400;
    margin-bottom: 7%;
}


button {
    cursor: pointer;
}

.dcomma {
    font-size: 7rem;
    float: left;
    margin-top: -50px;
    color: #0f9d58;
    opacity: 0.5;
}

.mid-text {
    position: absolute;
    top: -3%;
    left: -8%;
    font-size: 18px;
    color: var(--white);
    background: #0f9d58;
    font-weight: 300;
    padding: 0px 20px;
    border-radius: 15px;
}

.timeline__content {
    position: relative;
}

.main-text {
    font-size: 6vw;
    text-align: left;
    color: #383636;
    font-weight: 700;
    text-transform: uppercase;
    font-family: hk_groteskblack;
    padding: 3rem;
    opacity: 0.7;
}

.Billboard {
    text-align: center;
    font-size: 3rem;
    line-height: 3.6rem;
    color: var(--white);
    font-weight: 600;
    font-family: lato;
}

.fs-17 {
    font-size: 20px;
    font-family: lato;
}

.fs-14rem {
    font-size: 1.4rem;
    font-weight: 600;
}


.op5rem {
    font-size: 1.5rem;
    font-family: lato;
}

.trem {
    font-size: 3rem;
    font-family: lato;
}

.talk-btn {
    background: var(--logored);
    border: none;
    padding: 5px 25px;
    font-size: 18px;
    color: var(--white);
    border-radius: 5px;
    margin: 10px;
}

.talk-btn.overyears {
    background: #32363F;
}

.big-underline {
    border-bottom: 5px solid #f4b400;
    padding-bottom: 6px;
}

.about-text {
    font-size: 13rem;
    position: absolute;
    top: 60%;
    color: var(--white);
    font-weight: 600;
    z-index: 1;
    opacity: 0.1;
}

.burger-menu input~nav>ul.social-menu {
    bottom: 2%;
    top: auto;
    right: 2%;
    display: inline-flex;
    left: auto;
}

.burger-menu input~nav>ul.social-menu li {
    padding: 15px;
}

.burger-menu input~nav>ul li a:hover {
    color: var(--logored);
    /*-webkit-text-stroke: 0.5px var(--white);*/
}

.burger-menu h1 {
    position: fixed;
    top: 40px;
    left: 40px;
    z-index: 6;
    font-size: 20px;
    font-weight: 900;
    font-family: sans-serif;
    text-transform: uppercase;
    color: var(--white);
}

.burger-menu h1>span {
    text-transform: none;
    opacity: .5;
    font-weight: 300;
    font-size: 12px;
}

.burger-menu input+label {
    position: fixed;
    top: 40px;
    right: 40px;
    height: 20px;
    width: 40px;
    z-index: 5;
}

#burger1 {
    position: absolute;
    opacity: 0;
}

.burger-menu input+label span {
    position: absolute;
    width: 75%;
    height: 4px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    display: block;
    background: #eaeaea;
    transition: .5s;
}

.burger-menu input+label span:first-child {
    top: 0px;
    width: 100%;
}

.burger-menu input+label span:last-child {
    top: 20px;
    width: 100%;
}

.burger-menu label:hover {
    cursor: pointer;
}

.burger-menu input:checked+label span {
    opacity: 0;
    top: 50%;
}

.burger-menu input:checked+label span:first-child {
    opacity: 1;
    transform: rotate(405deg);
}

.burger-menu input:checked+label span:last-child {
    opacity: 1;
    transform: rotate(-405deg);
}

.burger-menu input~nav {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 3;
    transition: .5s;
    transition-delay: .5s;
    overflow: hidden;
}

.burger-menu input~nav>ul {
    text-align: center;
    position: absolute;
    top: 20%;
    left: 20%;
    right: 20%;
    list-style: none;
    color: #e2e2e2;
}

.burger-menu input~nav>ul>li {
    opacity: 0;
    transition: .5s;
    transition-delay: 0s;
}

.burger-menu input~nav>ul>li>a {
    text-decoration: none;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 500;
    font-family: sans-serif;
    display: block;
    padding: 15px;
    font-size: 3rem;
    transition-duration: 0.6s;
    font-family: Roboto !important;
}

.burger-menu input:checked~nav {
    height: 100%;
    transition-delay: 0s;
    background: var(--dblue);
}

#footer {
    background: var(--dblue);
}

.burger-menu input:checked~nav>ul>li {
    opacity: 1;
    transition-delay: .5s;
}

.timeline-text {
    width: 13vw;
    left: -5vw;
    position: absolute;
    top: -200px;
    font-family: Raleway !important;
}

.timeline-text.second {
    top: 75px;
}

.timeline-text {
    font-size: 1vw;
    color: #e4e4e4;
}

.timeline-text p:nth-child(1) {
    font-size: 2rem;
    font-weight: bold;
}

.lines {
    background: #212121;
    height: 300px;
    width: 3px;
    margin-top: 3px;
    margin-left: 12px;
}

.lines.top {
    margin-top: -326px;
}

#timeline-wrap {
    margin: 4% 8% 4% 5%;
    position: relative;
}

#timeline {
    height: 2px;
    width: 100%;
    background-color: #e0ac1a;
    position: relative;
}

.marker {
    z-index: 1000;
    color: var(--logored);
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 0.8em;
    text-align: center;
    position: absolute;
    margin-left: -15px;
    background-color: #999999;
    border-radius: 50%;
}

.timeline-icon {
    background-color: var(--logored) !important;
    border: 2px solid var(--logored);
}

.mfirst {
    top: -15px;
}

.m2 {
    top: -15px;
    left: 9.09%
}

.m3 {
    top: -15px;
    left: 18.18%;
}

.m4 {
    top: -15px;
    left: 27.27%;
}

.m5 {
    top: -15px;
    left: 36.36%;
}

.m6 {
    top: -15px;
    left: 45.45%;
}

.m7 {
    top: -15px;
    left: 54.54%;
}

.m8 {
    top: -15px;
    left: 63.63%;
}

.m9 {
    top: -15px;
    left: 72.72%;
}

.m10 {
    top: -15px;
    left: 81.81%;
}

.m11 {
    top: -15px;
    left: 90.9%;
}

.m12 {
    top: -15px;
    left: 99.9%;
}

.border-cate {
    border-bottom: 1px solid #39393a;
    border-right: 1px solid #39393a;
    /*border-left: 1px solid #39393a;*/
    /*border-top: 1px solid #39393a;*/
}

.border-cate:nth-child(1),
.border-cate:nth-child(2) {
    border-top: 1px solid #39393a;
}

.border-cate.left {
    border: none;
    border-right: 1px solid #39393a;
}

.yellow-underline {
    height: 3px;
    width: 300px;
    background: #f5bb19;
    margin: auto;
    margin-bottom: 100px;
}

.yellow-underline.work {
    position: absolute;
    margin-left: -150px;
}

.process__subtitle {
    color: var(--white);
    width: 60%;
    margin: 0 auto;
    padding-bottom: 60px;
}

.process {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
}

.process__item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    position: relative;
    padding: 15px 35px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.process__item:hover {
    background: var(--logored);
}

.process__item:hover .process__number {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    color: #f4b400;
    -webkit-text-stroke: 0px;
}

.process__item:hover .process__title {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    color: #f4b400;
    -webkit-text-stroke: 0px;
}

.process__number {
    font-size: 6rem;
    -webkit-text-stroke: 1px var(--white);
    display: block;
    color: transparent;
    font-weight: 700;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    font-family: sans-serif !important;
}

.process__title {
    display: block;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 2vw;
    color: var(--white);
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 15px;
    /*-webkit-text-stroke: .8px #8c8c8c;*/
}

@media (min-width: 768px) {
    .process {
        display: inline-block;
    }

    .process__item {
        width: 49%;
        display: inline-block;
    }
    .foo-modal-logo{
        margin-left:120px;
    }
}


.full-vh {
    height: 100vh;
}

.logo {
    height: 80px;
    margin-top: -30px;
    position: absolute;
    z-index: 10;
}

.vh-90 {
    height: 90.8vh;
}

.bg-home {
    background: linear-gradient(to bottom, #8e6eab 17%, #61559e 100%)
}

.img-launch {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.p-absolute {
    position: absolute;
}

.bottom0 {
    bottom: 0px;
}

.p32 {
    padding: 24px;
}

.orange-gradient {
    background: linear-gradient(135deg, #f49e4c 1%, #f27740 100%);
}

.blue-gradient {
    background: linear-gradient(to right, #5b3548 5%, #8d5899 100%);
}

.bg-fred {
    background: var(--logored);
}

.img-fluid.work:hover {
    transform: scale(1.1);
    opacity: 1;
}

.img-fluid.work {
    transition: 0.22s;
    opacity: 0.8;
}

.overflow-hidden {
    overflow: hidden;
}

.market .list-img {
    height: 90px;
}


.neon-button,
.neon-button:active,
.neon-button:focus {
    transition: all ease-in-out .1s, transform ease-in-out .05s;
    font-size: 1em;
    cursor: pointer;
    outline: none;
    color: var(--white);
    background: transparent;
    border-radius: 0px;
    border: solid 2px var(--white);
    padding: 5px 30px;
    margin-top: 20px;
}

.neon-button:hover,
.neon-button:focus {
    animation: none;
    text-shadow: 0 0 10px #f28143, 0 0 20px #f28143;
    box-shadow: inset 0 0 5px #61559e, inset 0 0 10px #f28143, inset 0 0 8px #f28143, 0 0 25px #f28143, 0 0 5px #f28143, 0 0 12px #f28143;
}

.neon-button:active {
    transition: all ease-in-out .05s;
    transform: translate(0, 2px);
    background: #f28143;
    color: var(--white);
    border-color: #f28143;
    box-shadow: 0 0 50px #f28143;
}

@keyframes flicker {
    0% {
        opacity: 0.1;
    }

    2% {
        opacity: 1;
    }

    4% {
        opacity: 0.1;
    }

    8% {
        opacity: 1;
    }

    70% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.heading_top {
    font-size: 4rem;
    color: var(--ddblue);
    font-weight: 900;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    opacity: 0.8;
}

.Services_Web li {
    width: 30%;
    display: inline-block;
    margin: 15px;
}

.Services_Web.tech li {
    width: 16%;
    margin: 0;
    text-align: center;

}

.Services_Web.tech li img {
    height: 75px;
}

.Services_Web ul {
    padding: 0px;
    font-family: hk_groteskregular !important;
}

.border-cate.topborder {
    border-top: 1px solid #39393a;
}

.border-cate.leftborder {
    border-left: 1px solid #39393a;
}


.border-left {
    border-left: 1px solid #ef5163 !important;
}

.allservices ul {
    list-style: none;
    text-align: left;
    padding: 8px;
    font-weight: 400;
    font-size: 15px;
}

.allservices .partserv {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4%;
    font-family: "Roboto", sans-serif;
}

.allservices .partserv img {
    margin-bottom: 20px;
    height: 100px;
}

.allservices .partserv p {
    font-size: 2rem;
    text-align: center;
}

.allservices .partserv p,
.allservices .partserv ul {
    transition: 0.3s;
    opacity: 0.6;
}

.allservices .partserv:hover p,
.allservices .partserv:hover ul {
    opacity: 1;
}

.allservices .partserv:hover p {
    font-weight: 600 !important;
}

.allservices .partserv p {
    transition: 0s;
}

.allservices .partserv div {
    position: relative;
    z-index: 1;
}

.allservices .partserv li:before {
    content: "\f00c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
}

/*.zoom-out::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform .4s ease-in-out;
}

.zoom-out::after {
  transform: scale(1.05);
}
.zoom-out:focus::after, .zoom-out:hover::after {
  transform: scale(1);
}
*/
.list-img {
    height: 120px;
}


.logosc {
    background: #143b5d;
    margin-top: -115px;
    padding-top: 115px;
}

.burger-menu input~nav>ul>li>a.sub_services {
    font-size: 16px;
    display: inline-block;
}

a {
    cursor: pointer !important;
}

.c-pointer {
    cursor: pointer !important;
}

.fs-18 {
    font-size: 18px;
}

/*.grecaptcha-badge {*/
/*    display: none;*/
/*}*/

.col-mobno a {
    color: #fff !important;
    text-decoration: none !important;
}

ul.social {
    margin-left: -10px;
}

@media only screen and (min-width:1280px) and (max-width:1300px) {
    ul.social-menu {
        bottom: 0% !important;
    }
}