@import url("/public/assets/fonts/stylesheet.css");
[data-scroll-container], [data-scroll-section] { transform-style: preserve-3d; will-change: transform; }
body{
    overflow-x: hidden;
}
/*section{*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    background: #FFF;*/
/*}*/
html {
    scroll-behavior: smooth;
}
.dot {
    min-width: 10px;
    min-height: 10px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    z-index: 1000;
    transition: all 0.2s,width 0.5s ease-out;
    width: fit-content;
    pointer-events: none;
    top: -100px;
}

a{
    text-decoration: none;
}
:root{
    --primary-red: #DF2E2E;
    --primary-black: #181818;
    --primary-gray: #8D8D8D;
    --primary-purple: #784978;
}
.bg_primary{
    background: var(--primary-black);
}
/*GLOBAL STYLING*/
.red_btn{
    color: var(--primary-red) !important;
    border: 1px solid var(--primary-red);
    width: 141px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 27px 48px rgba(225, 56, 56, 0.2));
    border-radius: 20px;
    font-family: 'Whyte';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 170.19%;
    transition: 0.3s ease-in-out;
}
.red_btn:hover{
    color: #FFF !important;
    border: 1px solid black;
    background: #000;
}
.primary-heading{
    font-family: 'Whyte';
    font-style: normal;
    font-weight: 300;
    font-size: 96px;
    line-height: 110px;
    color: #FFFFFF;
}
.primary-heading b{
    font-weight: 500;
    display: block;
}
.primary-heading .border-bot{
    border-bottom: 1px solid #FFF!important;
}
.secondary-heading{
    font-family: 'Whyte';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: 0.07em;
    color: #FFFFFF;
}

.heading_3{
    font-family: 'Whyte';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.07em;
    color: #FFFFFF;
}

.primary-para{
    font-family: 'Whyte';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
}

.secondary_para{
    font-family: 'Whyte';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.07em;
    color: #000000;
}

.sub-heading{
    font-family: 'Whyte';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: var(--primary-black);
}
.sub-para{
    font-family: 'Whyte';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--primary-black);
}

.text-purply{
    color: var(--primary-purple);
}
.back_drop_heading{
    font-family: 'Whyte';
    font-style: normal;
    font-weight: 700;
    font-size: 127.235px;
    line-height: 62px;
    color: #fff !important;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 6, 6, 0.1);
    margin-bottom: -25px;
}
.des_sec_case_studies h2.secondary-heading.fw-bold{
    font-size: 84px;
}
.des_sec_case_studies .mini-heading{
    font-weight: 700;
    font-size: 16px;
}
.des_sec_case_studies .red_btn{
    width: 210px;
    height: 58px;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 40px;
}
.animate_border{
    position: relative;
    float: left;
    clear: both;
}
a.animate_border:hover:after{
    width: 30%;
}
.animate_border:after{
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    background: transparent;
    transition: width .7s ease, background-color .7s ease;
    width: 100%;
    background: #FFFFFF;
}
.animate_border.animate_border_black:after{
    background: #000;
}

.animate_image{
    position: relative;
    min-height: 500px;
    overflow: hidden;
}
.animate_image:after{
    content: " ";
    position: absolute;
    width: 100%;
    height: 20%;
    background: #fff;
    z-index: 1000;
    display: block;
    top: 0px;
    -webkit-transition: height 0.8s ease;
    transition: height 0.8s ease;
}
.animate_image_on_height:after{
    height: 0px !important;
    transition: height 1.5s ease;
}
.animate_image img{
    transition: 0.5s ease;
}


/*GLOBAL STYLING*/
.navbar-container{
    position: fixed;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    z-index: 9999;
}
nav{
    background: #FFFFFF;
    box-shadow: 0px 15px 40px rgba(16, 16, 16, 0.1);
    border-radius: 10px;
    width: 100%;
    height: 71px;
    padding: 10px 35px;
    overflow: hidden;
    padding-top: 13px !important;
}
nav .red_btn{
    padding: 10px 0px;
    text-align: center;
    display: inline-block;
    line-height: unset;
}
#navbarLinks a.nav-link.active,
#navbarLinks .accordion-button.active{
    color: #DF2E2E;
}
#navbarLinks a.nav-link,
#navbarLinks .accordion-button{
    font-family: 'Whyte';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #181818 !important;
    margin: 0px 10px;
}
#navbarLinks a.nav-link:hover,
#navbarLinks .accordion-button:hover{
    color: var(--primary-red) !important;
}
.dropdown_menu{
    border-top: 1px solid #DBDBDB;
}
.dropdown_menu .nav_item > p{
    font-size: 24px;
    color: #D2D2D2 !important;
}
.dropdown_menu .nav_item .heading_3{
    font-size: 24px;
    color: var(--primary-black) !important;
}
.dropdown_menu .nav_item .heading_3:after{
    background-color: #000000;
    margin-top: 10px !important;
}
#nav-icon {
    width: 25px;
    height: 10px;
    position: relative;
    margin: 5px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 1.6px;
    width: 100%;
    background: var(--primary-black);
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(2) {
    top: 6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
    left: 7px;
}




/*#preloader {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background-color: #fefefe;*/
/*    z-index: 9999;*/
/*    height: 100%;*/
/*}*/

/*#status {*/
/*    width: 200px;*/
/*    height: 200px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    background-image: url('../tt_loader.gif');*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    margin: -100px 0 0 -100px;*/
/*}*/

#preloader {
    display: flex;
    align-items: center;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: #000000;*/
    z-index: 8888;
    position: absolute;
}
#preloader:before{
    content: '';
    width: 100%;
    z-index: 7777;
    height: 100%;
    background-color: #000000;
    position: absolute;
    transition: 1s;
}
/*#preloader:before{*/
/*    top: 0px;*/
/*}*/
/*#preloader:after{*/
/*    bottom: 0px;*/
/*}*/
/*#preloader.complete_loading:before{*/
/*    top: -50%;*/
/*}*/
/*#preloader.complete_loading:after{*/
/*    bottom: -50%;*/
/*}*/
#preloader .laoding_bars{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#preloader .bar {
    display: inline-block;
    width: 3px;
    height: 20px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 10px;
    animation: scale-up4 1s linear infinite;
}

#preloader .bar:nth-child(2) {
    height: 35px;
    margin: 0 5px;
    animation-delay: .25s;
}

#preloader .bar:nth-child(3) {
    animation-delay: .5s;
}

#md-footer-links {
    justify-content: end;
    gap: 40px;
} 

@keyframes scale-up4 {
    20% {
        background-color: #ffff;
        transform: scaleY(1.5);
    }

    40% {
        transform: scaleY(1);
    }
}



section{
    overflow-y: hidden !important;
}
/*---------------------FOOTER STYLING STARTS--------------------*/
footer *{
    text-align: left !important;
    color: #FFF !important;
}
footer{
    padding: 0px 0px 30px;
    background-image: url("../images/footer-wave.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain ;
    background-color: #000;
    /* margin-top: -100px; */
    width: 100%;
    /*bottom: 0px;*/
    /*z-index: 0;*/
    /*position: fixed;*/
    height: 100%;
    min-height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*position: sticky;*/
    /*left: 0;*/
}
footer .row{
    margin: 50px 0px;
}
footer .sub-heading{
    font-size: 40px;
    padding-right: 95px;
    line-height: 160%;
}
footer .secondary_para{
    letter-spacing: unset;
    font-weight: 400;
}
footer .animate_border:after{
    margin-top: 30px !important;
}
footer .primary-para:after,
footer .ft_social_link:after{
    margin-top: 10px !important;
}
footer .sub-para{
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize;
    color: #ADACAC !important;
}
#chat_icon_container{
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    right: 70px;
    bottom: 60px;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    z-index: 999;
}
#chat_icon_container img{
    width: 25px;
    transition: 0.5s ease-in-out;
}
#chat_icon_container:hover{
    transform: scale(1.1);
}
#chat_icon_container:hover img{
    transform: scale(0.9);
}

#book-meeting-btn {
    background: #FFFFFF;
    /* width:90%; */
    width:70%;
    height:80px;
    border-radius: 30px 30px 30px 30px;
    font-size: 16px;
    font-weight:700px;
    text-align: center !important;
}

#book-meeting-btn span {
    margin-left: 10px;
    color: #181818 !important;
}

#faqs{
    padding: 100px 0px;
}
#faqs .sub-heading{
    font-size: 44px;
    margin-bottom: 30px;
}
#faqs .accordion-item{
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#faqs .accordion-item .accordion-body,
.accordion-item .accordion-button{
    padding-left: 0px;
    padding-right: 0px;
}
.accordion-button:focus{
    border-color: transparent;
    box-shadow: none;
}
#faqs .accordion-button{
    font-weight: 700;
    color: #000;
}
#faqs .accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: none;
}
#faqs .accordion-button:not(.collapsed)::after{
    background-image : url("../images/icon_opened.svg");
}
#faqs .accordion-button::after{
    background-image : url("../images/icon_closed.svg");
}
#faqs .accordion-item .accordion-body{
    padding: 8px 0px;
}

.btn-row-footer {
    text-align: end !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.schedule-call-btn-white {
    /* background: #FFFFFF;
    width:245px;
    height:58px;
    border-radius: 30px 30px 30px 30px;
    color: #181818 !important;
    font-size: 16px;
    font-weight:700px;
    border: none; */
    background: #FFFFFF;
    width: 245px;
    border-radius: 30px 30px 30px 30px;
    color: #181818 !important;
    font-size: 16px;
    font-weight: 700;
    border: none;
    display: block;
    padding: 15px;
    text-align: center;
    height: 58px;
    padding: 15px;
    padding-top: 19px;
    padding-bottom: 10px;
    font-family: 'Whyte';
}

.schedule-call-btn-white:hover {
    box-shadow: 0px 21px 21px 0px #eae5e540;
}

.link-white {
    color: #FFF !important;
}

.link-black {
    color: #181818 !important;
}

.schedule-call-btn-black {
    /* background: #181818;;
    width:245px;
    height:58px;
    border-radius: 30px 30px 30px 30px;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight:700px;
    border: none; */

    background:#181818;
    width: 245px;
    border-radius: 30px 30px 30px 30px;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 700;
    border: none;
    display: block;
    padding: 15px;
    text-align: center;
    height: 58px;
    padding: 15px;
    padding-top: 19px;
    padding-bottom: 10px;
    font-family: 'Whyte';
}

.schedule-call-btn-black:hover {
    box-shadow: 0px 40px 70px 0px #60606040;
}

.br-10 {
  border-radius: 10px;
}

/* Home page css */

.customer-photo {
    background-color: #e7e7e7;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .customer-photo img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
  }

  .customer-name {
    font-weight: 700;
    font-size: 16px;
    color: #DF2E2E;
    font-family: 'Whyte';
  }

  .quote-icon {
    font-size: 2rem;
    color: #d9534f;
    vertical-align: top;
  }

  .card {
      min-height: 204px;
      /* max-width: 590px; */
      /* max-width: 33vw; */
  }

  .customer-quote {
    color: #181818;
    font-family: Whyte;
    font-size: 16px;
    font-weight: 350;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

  }
  
  .customer-detail .info  {
      font-size: 12px;
      font-family: 'Whyte';
      font-weight: 300;
  }


  .review-card {
      box-shadow: 0px 5px 40px 0px #DBDBDB40;
      background: white;
      padding: 15px;
      border-radius: 8px;
      height: auto;
      min-height: 120px;
  }

  .mt-20 {
    margin-top: 20px;
  }

  .mt-30 {
      margin-top: 30px;
  }

  .t-center {
      text-align: center;
  }

  /* Styles for Slideshow */

  .slideshow-container {
          overflow: hidden;
          white-space: nowrap;
          width: 100%; 
      }
      .slideshow-track1 {
          display: inline-flex;
          animation: scroll 20s linear infinite;
      }

      .slideshow-track2 {
          display: inline-flex;
          animation: scroll 20s linear infinite;
      }
      .slide {
          min-width: 200px; 
          margin-right: 10px;
          color: black !important;
      }

      /* Animation for scrolling */
      @keyframes scroll {
          0% { transform: translateX(0); }
          100% { transform: translateX(-50%); }
      }

      /* Styles for Reviews Slider */
      .reviews_slider .slick-slide {
          margin-right: 50px; /* Adds 50px space between slides */
      }

      /* Remove extra right margin on the last slide */
      .reviews_slider .slick-slide:last-child {
          margin-right: 0;
      }

      @media (min-width: 551px) and (max-width: 1024px) {
          .card {
            width: 75vw;
            max-width: 75vw;
          }
      }

      @media (max-width: 550px) {
          .card {
              width: 90vw;
              max-width: 90vw;
          }
      }

   /* Home page Css End */

   [data-scroll-section] {
    will-change: transform;
    margin-bottom: -1px; /* Prevent tiny gap */
    backface-visibility: hidden;
    transform-style: preserve-3d;
    width: 100vw;
    -webkit-transform: translateZ(0);
}



.scroll_in{
    animation: animatedImage 2s linear;
}
@keyframes animatedImage {
    0% {
        height: 0px;
    }
    50% {
        height: 50%;
    }
    100% {
        height: auto;
    }
}
@media only screen and (min-width: 1600px) {
    .secondary-heading{
        font-size: 30px !important;
        line-height: 56px;
    }
    .sub-heading{
        font-size: 40px;
        line-height: 42px
    }
    .sub-para,
    .primary-para{
        font-size: 20px !important;
    }
}
@media (min-width: 600px) and (max-width: 1367px) {
    .primary-heading{
        font-size: 86px;
    }
    .dropdown_menu .nav_item .heading_3 {
        font-size: 22px;
    }
    .back_drop_heading{
        font-size: 110px;
    }
    .des_sec_case_studies h2.secondary-heading.fw-bold{
        font-size: 74px;
    }
    .home_animation2,
    .home_animation3,
    .home_animation4 {
        width: 190px;
        height: 380px;
    }




    .case_study_image {
        margin-left: -170px;
    }
}
/*FOOTER STYLING*/
@media only screen and (max-width: 992px) {
    nav{
        height: 61px;
    }
    .navbar-brand{
        display: flex;
        align-items: center;
    }
    .tt_log{
        width: 22px;
        height: 22px;
    }

    .red_btn{
        width: 100%;
        height: 40px;
        margin: 20px 0px;
    }
    nav{
        padding: 10px 4px;
    }
    .navbar-toggler{
        border: none;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .dropdown_menu{
        display: none !important;
    }
    #navbarLinks{
        height: fit-content;
    }
    #navbarLinks a.nav-link,
    #navbarLinks .accordion-button{
        text-align: center;
        font-weight: 700;
        font-size: 36px;
        line-height: 120%;
        letter-spacing: 0.02em;
    }
    .accordion-button:not(.collapsed){
        background-color: transparent;
        box-shadow: none;
    }
    .accordion-item {
        background-color: transparent;
        border: none;
    }
    .accordion-button{
        justify-content: center;
        background-color: transparent;
    }
    #collapseOne{
        width: fit-content;
    }
    .accordion-button::after{
        margin-left: 10px;
    }
    .accordion-button::after{
        background-image : url('../images/toggle_down.svg')
    }
    .accordion-button:not(.collapsed)::after{
        background-image : url('../images/toggle_down.svg');
        transform: rotate(180deg);
    }
    #navbarLinks li .sub-heading.animate_border:after{
        background-color: var(--primary-black);
    }
    #navbarLinks li .sub-heading{
        margin-bottom: 17px;
        font-size: 16px;
        line-height: 25px;
        padding-bottom: 0px;
        margin-left: 15px;
    }
    #navbarLinks li .secondary_para{
        letter-spacing: 0.07em;
        font-weight: 700;
        color: #D2D2D2;
        float: left;
    }

    #md-footer-links {
        gap: 10px;
    }
}
@media only screen and (max-width: 600px) {
    .dot {
        display: none;
    }
    .primary-heading{
        font-size: 32px !important;
        line-height: 46px;
    }
    .secondary-heading{
        font-size: 26px !important;
        line-height: 46px;
    }

    .sub-heading{
        font-weight: 500;
        font-size: 24px;
        line-height: 32px
    }

    .sub-para,
    .primary-para{
        font-weight: 400;
        font-size: 16px !important;
        line-height: 140%;
    }
    .back_drop_heading{
        font-size: 32px !important;
        line-height: 16px;
        margin-bottom: -15px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgb(255 6 6 / 5%);
    }
    .des_sec_case_studies h2.secondary-heading.fw-bold{
        font-size: 24px !important;
    }
    .des_sec_case_studies .red_btn{
        width: 150px;
        height: 40px;
        font-size: 14px;
    }
    .des_sec_case_studies{
        overflow: hidden;
    }
    #faqs {
        padding: 50px 0px;
    }
    #faqs .sub-heading{
        font-size: 24px;
    }

    .tangent-logo-mob {
        margin: 0 auto;
    }

    .btn-row-footer {
        text-align: center !important;
        margin-top: 30px;
    }


    .case_study_image {
        margin-left: -60px;
        margin-top: -40px;
        width: 120%;
    }
    .des_sec_case_studies .red_btn{
        width: 150px;
        height: 40px;
    }

    .animate_image{
        min-height: 100%;
    }


    footer{
        background-position-y: top;
        background-position-x: unset;
        padding: unset;
        /* min-height: 750px; */
        height: auto;
    }
    footer *{
        text-align: center !important;
    }
    footer .row:last-child{
        margin-bottom: 0px;
    }
    footer .secondary_para{
        font-weight: 300;
    }
    footer .sub-heading{
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        padding-right: 0px;
    }
    footer .row:last-child{
        margin-top: 0px;
        margin-bottom: 50px;
    }
    #chat_icon_container{
        right: 20px;
        bottom: 20px;
        width: 40px;
        height: 40px;
    }
    #chat_icon_container img {
        width: 20px;
    }
    /* .social_links_footer a:nth-child(2){
        margin: 0px 40px;
    } */

}

@media only screen and (max-width: 376px){
    .primary-heading{
        font-size: 30px;
        line-height: 44px;
    }
    .secondary-heading{
        font-size: 24px;
        line-height: 38px;
    }

    .sub-heading{
        font-weight: 500;
        font-size: 22px;
        line-height: 28px
    }

    .sub-para,
    .primary-para{
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
    }
    .back_drop_heading{
        font-size: 30px;
        line-height: 16px;
    }

    #navbarLinks a.nav-link,
    #navbarLinks .accordion-button{
        font-size: 30px;
    }

    #navbarLinks li .sub-heading{
        font-size: 14px;
    }


    footer .sub-heading{
        font-size: 22px;
    }
    #chat_icon_container{
        right: 30px;
        bottom: 30px;
    }
}
