﻿@font-face {
    font-family: 'Syne-VariableFont_wght';
    src: url('../fonts/Syne-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Kanit-Regular';
    src: url('../fonts/Kanit-Regular.ttf') format('truetype');
}

.signalicon {
    width: 15px;
}


p {
    font-size: 24px;
    color: #000;
    line-height: 2;
}

.revenue {
    font-size: 16px;
}


.aboutbox {
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .09);
    height: 100%;
}

.hr {
    border: 2px solid #000;
}


.grayhr {
    border: 2px solid #495b6b;
    width: 400px;
    margin: auto;
}


.graytxt {
    color: #495b6b;
}

.blackform {
    background-color: #000;
}

.graybck {
    background-color: #dadee1;
}

.graybtn {
    background-color: #495b6b;
}


.blackcard {
    position: relative;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 8px rgba(12, 18, 38, 0.06);
    padding: 35px;
    height: 100%;
}

/*.casestudy {
    max-width: 800px;
    margin: auto;
}*/

.instagram-card {
    height: 560px;
}


.para {
    font-size:16px;
}

.fas.fa-long-arrow-alt-up {
    color: #000;
    rotate: 40deg;
}

.fas.fa-check-circle{
    margin-right:10px;
}

.colapsiblesec h3{
    margin-bottom: 0;
}


.ctaarrow {
    position: absolute;
    display: block;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    background: #fff;
    font-size: 25px;
    color: #fff;
}

.counting {
    position: relative;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    margin: 0 0 25px;
    height: 200px;
    background: linear-gradient(var(--gradient-angle), #495b6b, #ddd);
    animation: rotation 5s linear 0s infinite normal forwards;
    z-index: 0;
}

.counting h2{
    font-size: 4rem;
    font-family:Roboto;
    font-weight: 400;
}

.counting::before {
    content: "";
    position: absolute;
    inset: 5px;
    background-color: #fff;
    border-radius: 4px;
    z-index: -1;
}

@keyframes rotation {
    0% {
        --gradient-angle: 0deg;
    }

    100% {
        --gradient-angle: 360deg;
    }
}

@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.clientname {
    background-color: #fff;
    position: absolute;
    left: 0;
    padding: 10px 20px;
    border-radius: 0 5px 5px 0;
    margin-bottom: 20px;
}

.clientname h4{
    margin-bottom: 0;
}

.clientdata {
    margin-top: 5rem;
}

.tabbing {
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    padding: 15px;
}

.tabbing  nav a.active{
    background-color: #495b6b;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
}

    .tabbing nav a {
        padding: 10px 20px;
        color: #fff;
        font-size: 20px;
    }

    .tabbing nav a:hover {
        color: #fff;
    }

.product-tab-content .desc-content {
    padding: 0 50px;
}

a, a:hover {
  color:  #000;
}

.countingsec  h3{
    font-size: 2rem;
}


.countingsec h6 {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 50px;
}

.boderdiv {
    border-left: 2px solid #fff;
}

.otherfootlink {
    border: 1px solid rgb(255 255 255 / 5%);
    padding: 25px;
    height: 100%;
}

.footer-widget-wrapper {
    max-width: 1200px;
    margin: auto;
}

.underline {
    border-bottom: 1px solid #fff;
}

.hrwhite {
    border: 1px solid #fff;
}

.Subscribefoot {
    border: 1px solid rgb(255 255 255 / 5%);
    padding: 25px;
    height: 100%;
}


.btn-white {
    background-color: #fff;
    color: #071C1F;
}

.btn-bordered {
    background-color: transparent;
    border: 2px solid #fff !important;
    color: #fff;
}

.btn-blackborder {
    background-color: transparent;
    border: 2px solid #000 !important;
    color: #000;
}

.DigitalEmpire .contact-form input, .DigitalEmpire .contact-form textarea {
    border-radius: 0;
}


.aaccordion.width {
    display: flex;
}

.aaccordion.width .card {
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    min-width: min-content;
    margin: 0 5px;
}

    .aaccordion.width .card .card-header {
        cursor: pointer;
        transform: rotate(180deg);
        writing-mode: vertical-rl;
        width: 90px;
        text-align: center;
    }


.aaccordion .collapsing.width {
    transition: width 0.35s ease;
    height: auto;
    width: 0;
}

.aaccordion .card-body {
    width: 100%;
    height: 100%;
    padding: 30px;
}

.aaccordion .card-header h3 {
    margin: 0;
    padding: 0;
}


.footlinks .footer-menu-item a {
    opacity: 0.7;
}

.labelwhite label {
    color: #fff;
    float: right;
    line-height: 5;
}

.blackbox {
    box-shadow: 0px 0px 8px rgb(255 255 255 / 45%);
}


input::placeholder {
    color: #878787 !important;
}

.btn-black {
    background-color: #000;
    color: #fff;
}


@media (max-width: 768px) {

    /*.casestudy {
        max-width: 100%;
        margin: auto;
    }*/

    .labelwhite label {
        float: left;
        line-height: 2;
    }


    .footer-newsletter-form {
        width: auto;
    }

    .mb-dnone {
        display: none !important;
    }

    .mb-dblock {
       display: block !important;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }

    .tabsec .tabbing .nav {
        display: grid;
    }

    .tabsec .product-tab-content .desc-content {
        padding: 10px;
    }

    .tabsec .product-tab-link {
        margin-left: 0;
    }


    .countingsec {
        text-align: center;
    }

    .countingsec h3 {
        font-size: 2rem;
    }

    .countingsec h6 {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .section-heading {
        margin-bottom: 20px;
    }

    .about-service-wrapper {
        margin-top: 0;
    }

    .grayhr {
        width: 200px;
    }


    .boderdiv    {
        border-left: none;
    }

    .otherfootlink {
        padding-left: 0;
    }

    .footer-widget-wrapper {
        max-width: 100%;
        margin: auto;
    }

    .footer-menu {
        display: block;
    }

    
}