@import url('https://fonts.googleapis.com/css2?family=Amiko:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

:root {
    --theme-color: #704545;
    --theme-color2: #7045455d;
    --text-color: #575757; 
    --secondary-1: #736D6D;
    --secondary-2: #454545;
    --white: white;
    --black: #000;
    --transparent: transparent;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: transparent;
    width: 15px;
}

::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    border: 3px solid transparent;
    cursor: pointer;    
    background-clip: content-box;
    border-radius: 9px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    height: 0;
    overflow-x: hidden;
    font-family: 'Amiko', sans-serif!important;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.navbar-brand {
    padding: 0;
}
.tehub-hero-image-block {
    text-align: center;
    display: flex;
    justify-content: end;
    align-items: center;
}
.th-trusted-image-block {
    text-align: center;
    display: flex;
    justify-content: start;
    align-items: center;
}
.hero-img, .th-trusted-image {
    width: 80%;
}
.th-main-logo {
    width: 50px;
}
.popUp {
    position: fixed;
    top: -10%;
    width: 100%;
    max-width: 500px;
    background: var(--theme-color);
    color: white;
    transform: translate(-50%, -50%);
    padding: 20px;
    left: 50%;
    text-align: center;
    border-radius: 10px;
    transition: .3s ease;
}

.btn-coner button{
    border: none;
    padding: 5px 20px;
    border-radius: 10px;
    margin-top: 1em;
    cursor: pointer;
}

.th-brand-block-image {
    background: black;
    border-radius: 10px;
    text-align: center;
    color: white;
    padding: 20px;
}

.brand-block-image {
    width: 12%;
    height: auto;
}

.lastt {
    width: 10%;
    border-radius: 50%;
    margin-left: 20px;
}

.pop {
    top: 50%;
}

.th-navbar {
    padding: 20px 0;
}

.space {
    padding-top: 50px;
}

.nav-item {
    position: relative;
}

.th-active a {
    color: var(--theme-color);
}

.underlined {
    height: 2px;
    width: 80%;
    left: 19%;
    position: absolute;
    bottom: 10px;
    background: var(--theme-color);
    transform: translate(-50%, -50%);
    transition: .3s ease-in-out;
    opacity: 0;
}

.service:hover .underlined {
    left: 10%;
    width: 100%;
}

.th-active .underlined {
    opacity: 1;
    left: 50%;
}

.nav-item:hover a{
    color: var(--theme-color);
}

.nav-item:hover .underlined {
    left: 50%;
    opacity: 1;
}

/* .mg-right {
    margin-right: 10px;
} */

.tehub-hero, .th-trusted,
.problem-solving, .th-portfolio, 
.th-product, .th-brand-block,
.th-page, .projects-catalogue,
.colaborate {
    padding-top: 129px;
    padding-bottom: 158px;
}

.tehub-hero-header-text {
    color: var(--black);
    font-size: 55px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.sd-head {
    font-size: 40px;
    padding-bottom: 40px;
}

.tehub-hero-header-text  span {
    color: var(--theme-color);
}

.tehub-hero-header-paragraph, .th-product-block-paragraph {
    color: var(--text-color);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 65px;
}

.tehub-hero-button.btn-link {
    color: var(--white);
    border-radius: 50px;
    background: var(--theme-color);
    padding: 12px 63px;
    text-decoration: none;
}

.tehub-offer-header-text, .th-portfolio-block-header, 
.th-product-block-header, .th-brand-block-header {
    color: var(--black);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tehub-offer-header-paragraph, .th-product-block-paragraph {
    color: var(--text-color);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}

.tehub-offer-image {
    height: 2px;
    vertical-align: middle;
}

.tehub-offer-explore {
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.tehub-offer-box1, .tehub-offer-box2 {
    background: var(--secondary-1);
    color: var(--white);
    border-radius: 10px;
    padding: 25px;
}

.tehub-offer-box2 {
    background: var(--black);
}

.tehub-offer-tab, .explanation {
    width: 100%;
    margin: 0 auto;
}

.number-one {
    color: var(--white);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    padding: 0!important;
}

.tehub-offer-flex-header {
    color: var(--white);
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px
}

.tehub-offer-svg-block, .tehub-offer-svg-block2 {
    background: var(--white);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
}

.tehub-offer-svg-block2 {
    background: var(--black);
}

.tehub-offer-svg-block2 svg {
    fill: var(--white);
}

.th-trusted-block-header {
    color: var(--black);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 34px;
}

.th-trusted-block-header span, .th-portfolio-block-header span, 
.th-product-block-header span, .th-brand-block-header span {
    color: var(--theme-color);
}

.th-portfolio-block-header span, .th-brand-block-header span {
    font-weight: 500!important;
}

.th-trusted-block-paragraph, .th-portfolio-block-paragraph, 
.th-product-block-paragraph, .the-page-paragraph,
.th-spec-header {
    color: var(--text-color);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}

.th-portfolio-block-paragraph {
    max-width: 600px;
    margin: 0 auto;
}

.scrollable-grid {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }

/* .scrollable-grid::-webkit-scrollbar {
   
} */
.scrollable-grid::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    border: 7px solid transparent;
    cursor: pointer;    
    background-clip: content-box;
    border-radius: 9px;
}

  .scrollable-grid .grid-item {
    display: inline-block;
    flex: 0 0 auto;
  }

  .grid-item {
    width: auto;
  }
  .scrollable-grid button {
    border: none;
    color: var(--theme-color);
    background: none;
  }

  .th-port-active .underlined {
    left: 50%;
    opacity: 1;
  }

  .grid-item {
    position: relative;
  }

  .grid-item .underlined {
    width: 90%;
    bottom: 0;
  }

  .grid-item:hover .underlined {
    left: 50%;
    opacity: 1;
  }

.th-spec-header {
    font-size: 20px;
}

.the-page-paragraph {
    margin-bottom: 42px;
}

.th-brand-block-paragraph {
    color: var(--text-color);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-align: right;
}

.th-trusted-button.btn-link {
    text-decoration: none;
    color: var(--black);
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.th-product-button.btn-link {
    text-decoration: none;
    color: var(--theme-color);
    background: var(--transparent);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.th-footer {
    background: var(--black);
    color: var(--white);
    padding: 71px 127px;
}

.th-footer-header {
    color: var(--white);
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.56px;
}

.th-footer-num {
    color: var(--white);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.th-footer-header-text {
    color: var(--white);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0;
}

.th-footer-link {
    color: var(--white);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    margin-bottom: 9px;
}

.th-page-header {
    color: var(--black);
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.11px;
}

.th-spec-flex {
    color: var(--text-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}

.th-spec-flex-head {
    width: 70%;
}

.page-image {
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 15px;
    margin-top: 56px;
}

.th-page-header-content {
    color: var(--black);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
}

.th-page-paragraph-content {
    color: var(--text-color);
    font-size: 21px;
    font-style: normal;
    line-height: 35px;
}

.th-page-block-area {
    margin-top: 64px;
}

.th-bottom-catalogue-header {
    color: var(--secondary-2);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.case-tabs-header {
    color: #454545;
    font-family: 'Abel', sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.case-tabs-text {
    color: #828282;
    font-family: Amiko;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.case-tabs-subtext {
    color: #8D8D8D;
    font-family: Amiko;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.case-tabs-subtext b {
    color: var(--theme-color);
}

.th-bottom-catalogue-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.th-catalogue-flex {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.fBox {
    border-radius: 20px;
    border: 1px solid #BBB;
    background: var(--white);
    padding: 34px 48px;
}

.th-socialIcons {
    width: 200px;
}

/* .th-profile-pic {
    width: 72px;
    height: 72px;
} */

.th-story-image {
    width: 10px;
    height: auto;
}

.star {
    /* padding: 0; */
    padding-right: 0;
    width: 10px;
}

.th-testimonial-text {
    color: #575757;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.big-tab {
    width: 48%;
}

.th-navbar-image-block {
    width: 46px;
    height: 46px;
}

.side-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.dropdown-item {
    text-align: center;
}

.dropdown-item p {
    color: #787878;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 4px;
}

.notShow {
    display: none;
}

.custom-grid-item {
    padding: 10px;
  }

  /* Media query for screens 768px and above */
  @media (min-width: 768px) {
    /* Adjust the number of items per row using Bootstrap classes */
    .custom-grid-item {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
  }

.input-box input, .input-box textarea {
    border-radius: 5px;
    background: #F5F5F5;
    padding: 15px 20px;
    border: none;
    width: 100%;
    outline: none;
}

.input-box textarea {
    height: 120px;
}

.input-box {
    margin-top: 18px;
}

.th-form button{
    background: var(--theme-color);
    color: var(--white);
    border: none;
    width: 100%;
    padding: 11px;
    border-radius: 50px;
    margin-top: 30px;
}

.radio-box label {
    color: var(--black);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}

.input-box label {
    color: var(--black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}

.social-icons p {
    margin-bottom: 0;
}

.gapped {
    margin-right: 10px;
}

.stroke {
    height: 1px;
    width: 80%;
    background: #5C5C5C;
    margin: 59px 0;
}

.social-icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 70%;
    margin: 0 auto;
}

.form-box {
    padding-bottom: 158px;
}

.file-upload label {
    border: .7px dashed var(--black);
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #676767;
    width: 100%;
}

.file-upload label span {
    color: var(--theme-color);
    text-decoration: underline;
}

.named {
    color: var(--black);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}

.th-form-header {
    color: var(--black);
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.75px;
}

.footer-link-block {
    position: relative;
    transition: .3s ease-in-out;
}

.th-footer-link {
    transition: .3s ease-in-out;
}

.th-footer-link:hover {
    color: var(--theme-color);
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.to-left {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(30%);
    transition: all .6s ease;
    overflow: hidden;
}

.to-right {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-30%);
    transition: all .6s ease;
    overflow: hidden;
}

.to-top {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(30%);
    transition: all .6s ease-in-out;
    overflow: hidden;
}

.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

.show2 {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

.delay1 {
    transition-delay: 100ms;
}

.delay2 {
    transition-delay: 200ms;
}

.delay3 {
    transition-delay: 300ms;
}

.delay4 {
    transition-delay: 400ms;
}

.delay4 {
    transition-delay: 500ms;
}

input[type=radio] {
    accent-color: var(--theme-color);
}

.sub-div {
    display: none; 
}

/* .content-mad-all, .content-wad-all, .content-es-all {
    opacity: 0;
    transition: .3s ease-in-out;
} */

.th-image-block {
    text-align: center;
}

.whatWeDo {
    background: #F1F1F1;
    margin-top: 70px;
    padding: 40px 0;
}

/* .whatWeDoContent img{
    width: 150px;
    height: 150px;
} */

.wwd {
    color: #000;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.wwd span{
    color: #704545;
}

.th-whatWeDo-content {
    color: #575757;
    font-family: "DM Sans";
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
}
.th-description {
    padding-top: 60px;
    padding-bottom: 60px;
}
.th-description-block {
    gap: 10px;
}
.th-description-tab {
    background: #736D6D;
    color: white;
    padding: 40px 20px;
    border-radius: 10px;
    width: 48%;
}

.th-description-tab h3 {
    padding-bottom: 20px;
}

.explanation {
    padding-top: 50px;
    gap: 10px;
}

.explain {
    border-radius: 10px;
    padding: 30px;;
}

.mini-explanation {
    padding-bottom: 30px;
}

.colored {
    background: #F1F1F1;
}

.brown-part {
    background: #FEF8F3;
}

.navbar-nav {
    gap: 20px;
}

#initial {
    width: 30px;
    height: 30px;
    margin-top: 3px;
}

@media screen and (max-width: 991px) {
    .navbar-nav {
        gap: 0;
    }
    .tehub-hero, .th-trusted, 
    .problem-solving, .th-portfolio, 
    .th-product, .th-brand-block, 
    .th-page, .projects-catalogue, 
    .colaborate {
        padding-top: 109px;
        padding-bottom: 108px;
    }
    .form-box {
        padding-bottom: 108px;
    }
    .tehub-hero-header-text, .th-trusted-block-header, 
    .th-portfolio-block-header, .th-product-block-header,
    .th-brand-block-header {
        font-size: 45px;
    }

    .tehub-offer-header-paragraph, .th-portfolio-block-paragraph, 
    .th-product-block-paragraph, .th-spec-header {
        font-size: 16px;
    }

    .tehub-offer-header-text {
        font-size: 34px;
    }
    .tehub-offer-tab {
        width: 100%;
        margin: 0 auto;
    }
    .tehub-offer-tab {
        gap: 20px;
    }
    .tehub-offer-box1, .tehub-offer-box2 {
        margin: auto;
        padding: 18px;
        width: 100%;
    }
    .th-brand-block-header {
        text-align: center;
    }
    .th-brand-block-paragraph {
        font-size: 21px;
        text-align: center;
    }
    .th-footer {
        background: var(--black);
        color: var(--white);
        padding: 71px;
    }

    .th-spec-flex-head {
        width: 80%;
    }
    .page-image {
        height: 210px;
    }

    .th-page-header-content {
        font-size: 22px;
    }

    .th-page-paragraph-content {
        font-size: 18px;
    }

    .th-testimonial-text {
        font-size: 17px;
    }
    .fBox1 {
        width: 92.5%;
        margin: 0 auto;
    }

    .social-icons {
        margin-top: 100px;
    }

    .th-form-header {
        font-size: 23px;
    }
    .wwd {
        font-size: 30px;
    }
    .th-whatWeDo-content {
        font-size: 18px;
    }
    /* .dis {
        display: none;
    } */
}

@media screen and (max-width: 767px) {
    .nav-link {
        font-size: 10px;
    }
    .wwd {
        font-size: 20px;
    }
    .tehub-hero, .th-trusted, 
    .problem-solving, .th-portfolio, 
    .th-product, .th-brand-block,
    .th-page, .projects-catalogue,
    .colaborate {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .form-box {
        padding-bottom: 80px;
    }
    .tehub-hero-header-text, .th-trusted-block-header, 
    .th-portfolio-block-header, .th-product-block-header,
    .th-brand-block-header, .th-page-header {
        font-size: 25px;
    }
    .th-trusted-block-paragraph, .th-portfolio-block-paragraph, 
    .th-product-block-paragraph, .th-brand-block-paragraph,
    .the-page-paragraph, .th-spec-header {
        font-size: 16px;
    }
    .th-spec-header {
        font-size: 15px;
    }
    .th-spec-flex {
        font-size: 12px;
    }
    .tehub-hero-block, .tehub-offer-block {
        gap: 50px!important;
    }
    .tehub-offer-header-paragraph {
        text-align: left!important;
    }
    .tehub-offer-explore {
        margin: 0;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
    .th-trusted-button.btn-link {
        font-size: 19px;
    }
    .th-trusted-image-block {
        margin-bottom: 40px;
    }
    .th-business {
        flex-direction: column-reverse!important;
    }
    .th-business2 {
        flex-direction: column!important;
    }
    .th-footer {
        padding: 21px 70px;
        width: 100%!important;
    }
    .th-footer-col {
        width: 100%!important;
        margin-bottom: 50px;
    }
    .page-image {
        height: 110px;
    }

    .th-page-header-content {
        font-size: 20px;
    }

    .th-page-paragraph-content {
        font-size: 16px;
    }

    .tehub-hero-button.btn-link {
        color: var(--white);
        border-radius: 50px;
        background: var(--theme-color);
        padding: 12px 33px;
        text-decoration: none;
    }

    .th-testimonial-text {
        font-size: 15px;
    }

    .big-tab {
        width: 80%;
    }

    .th-form-header {
        font-size: 20px;
    }

    .radio-box label {
        font-size: 12px;
    }

    .fBox {
        padding: 34px;
    }

    .mg-botom {
        margin-bottom: 50px;
    }

    .underlined {
        display: none;
    }

    .close-sm {
        display: none;
    }
    .tehub-hero-image-block,  .th-trusted-image-block {
        display: block;
    }
    .hero-img, .th-trusted-image {
        width: 100%;
    }
    .th-description-block {
        gap: 10px;
        width: 100%;
        margin: 0 auto;
    }
    .th-description-tab {
        width: auto;
    }

    .tehub-hero-image-block {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 576px) {
    .navbar-nav {
        padding: 10px;
    }
    .navbar-nav button {
        padding: 8px 0;
    }
    .navbar-nav button a {
        margin-top: 5px;
    }
    .nav-link {
        font-size: 14px!important;
    }
    #initial {
        width: 25px;
        height: 25px;
        margin-top: 9px;
        margin-left: 7px;
    }
    .sm-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
    .tehub-hero, .th-trusted, 
    .problem-solving, .th-portfolio, 
    .th-product, .th-brand-block,
    .th-page, .projects-catalogue,
    .colaborate {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .form-box {
        padding-bottom: 50px;
    }
    .tehub-hero-header-paragraph, .th-product-block-paragraph {
        margin-bottom: 35px;
    }
    .number-one {
        font-size: 29px;
    }

    .tehub-offer-box1, .tehub-offer-box2 {
        margin: auto;
        padding: 18px 25px;
    }
    
    .tehub-offer-flex-header {
        font-size: 21px;
    }

    .tehub-offer-explore {
        font-size: 14px;
    }

    .tehub-offer-svg-block {
        width: 27px;
        height: 27px;
    }

    .tehub-offer-svg {
        width: 18px;
        height: 18px;
    }

    .th-footer-block {
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .drop {
        margin-top: 10px;
    }
    .th-spec-flex-head {
        width: 100%;
    }
    .big-tab {
        width: 100%;
    }
    .fBox {
        padding: 34px 24px;
    }
        .whatWeDoContent img{
        width: 130px;
        height: 100px;
    }
    .th-whatWeDo-content {
        margin-top: 20px;
    }
}