:root {
    --tix-stock-purple: #350066; /* for button and bg */
    --tix-stock-text-purple: #0D0019; /* for text */
    --tix-stock-green: #00d900; /* for button */
    --tix-stock-text-green: #00e500; /* for text */
    --tix-stock-text-grey: #404040; /* for text */
    --tix-stock-bright-purple: #6F6CFF; /* for text */
    --tix-stock-artex-font: 'Artex', sans-serif;
    --tix-stock-artex-semi-font: 'Artex-semi', sans-serif;
    --tix-stock-basier-font: 'Basier Square', sans-serif;
    --tix-stock-sfmono-font: 'SF-mono', sans-serif;
}
.bg-gray{
    background-color: #f2f2f2;
}
.bg-purple{
    background-color: var(--tix-stock-purple);
    color: white;
}
.navbar-section{
    transition: .3s;
}
.wtc-page .carousel-dark .carousel-indicators [data-bs-target],
.wtc-page .swiper-pagination-bullet{
    border-color: var(--tix-stock-text-grey);
    background-color: transparent;
    opacity: 1;
    background-clip: inherit;
}
.wtc-page .carousel-dark .carousel-indicators .active,
.wtc-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: var(--tix-stock-text-grey);
}
.wtc-page .global-reach-section.bg-purple .swiper-pagination-bullet{
    /* border-color: white; */
    border:1px solid white !important;
    background-color: transparent;
}
.wtc-page .global-reach-section.bg-purple .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: white;
}

.banner-hexa-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    margin-top: -11.75rem;
    pointer-events: none;
    display: flex;
    justify-content: center;
}
.banner-hexa-image img{
    height: 107%;
    width: 118%;
    object-fit: cover;
}
.banner-content-wrap{
    display: flex;
    align-items: center;
    height: 100svh;
    min-height: 50rem;
    padding: 7.5rem 0 6.25rem;
}
.banner-content-wrap .section1-sub-heading {
    font-size: 1.25rem;
    line-height: 1.5;
}
.banner-content-wrap .nav-rgt-btn,
.banner-content-wrap .nav-lft-btn{
    min-width: 13.125rem;
}
.banner-content-wrap .nav-lft-btn {
    margin-top: 1.875rem;
}
.wtc-page .nav-rgt-btn{
    backdrop-filter: blur(2px);
    --webkit-backdrop-filter: blur(2px);
}
.industry-video-section{
    position: relative;
    padding: 150px 0;    
}
.industry-video-section:after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 72%;
    bottom: 0;
    background: linear-gradient(rgba(53, 0, 102, 0) 0%, var(--tix-stock-purple) 100%);
    z-index: 1;
    pointer-events: none;
}
.industry-video-section:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--tix-stock-purple);
    z-index: 1;
    pointer-events: none;
}
.industry-video-section .clipped{
    position: relative;
    padding-top: calc(780 / 1400 * 100%);
    background-color: black;
    clip-path: polygon(45% 20%, 45% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
    overflow: hidden;
    pointer-events: none;
    border-radius: 16px;
}
.industry-video-section .clipped video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.industry-video-section .vid-wrap{
    position: relative;
    z-index: 2;
}
.industry-video-section .vid-wrap .btn-wrap{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1.25rem 0 0 1.25rem;
    background-color: var(--tix-stock-purple);
    border-top-left-radius: 1rem;
}
.industry-video-section .vid-wrap .btn-wrap:after,
.industry-video-section .vid-wrap .btn-wrap:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 1rem;
    height: 1rem;
    background: url(../imgs/curve.svg) no-repeat right bottom / 100%;
    scale: -1;
}
.industry-video-section .vid-wrap .btn-wrap:after{
    bottom: 100%;
    right: 0;
}
.industry-video-section .vid-content p{
    margin-bottom: 0;
    line-height: 1.5;
}
.industry-video-section .vid-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 47%;
    padding: 0 1.875rem 1.875rem 0;
    background-color: var(--tix-stock-purple);
    color: #fff;
    z-index: 1;
    border-radius: 0 0 1rem 0;
}
.industry-video-section .vid-content:after,
.industry-video-section .vid-content:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 1rem;
    height: 1rem;
    background-image: url(../imgs/curve.svg);
}
.industry-video-section .vid-content:after{
    top: 0;
    left: 100%;
}
.industry-video-section .vid-wrap .industry-vid{
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.industry-video-section .vid-wrap video:-webkit-full-screen {
    width: 100%;
    height: 100%;
}

.industry-video-section .vid-wrap video:-moz-full-screen {
    width: 100%;
    height: 100%;
}

.industry-video-section .vid-wrap video:-ms-fullscreen {
    width: 100%;
    height: 100%;
}

.industry-video-section .vid-wrap video:fullscreen {
    width: 100%;
    height: 100%;
}
/* fifty-fifty-section */
.section-heading{
    font-size: 2.8125rem;
    font-family: 'Artex';
    margin-bottom: 1.875rem;
    color: var(--tix-stock-text-purple);
    font-weight: 400;
}
.bg-purple .section-heading{
    color: white;
}
.primary-btn{
    display: inline-block;
    font-size: 1.25rem;
    padding: .75rem 1.25rem .875rem;
    background-color: #41007F;
    line-height: 1;
    text-decoration: none;
    font-family: 'Artex';
    border-radius: 4px;
    color: white;
    transition: .3s;
}
.secondary-btn{
    display: inline-block;
    font-size: 1.25rem;
    padding: .75rem 1.25rem .875rem;
    line-height: 1;
    text-decoration: none;
    font-family: 'Artex';
    border-radius: 4px;
    border:1px solid white;
    color: white;
    transition: .3s;
}
.secondary-btn:hover,
.primary-btn:hover{
    background-color: var(--tix-stock-green);
}
.secondary-btn:hover{
    border-color: var(--tix-stock-green);
}
.play-icon-btn:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../imgs/icons/play.svg) no-repeat center / contain;
    margin-right: .9375rem;
    width: 1.125rem;
    height: 1.25rem;
}
.content-wrap {
    position: relative;
    font-size: 1.25rem;
    font-family: var(--tix-stock-basier-font);
    font-weight: 400;
}
.fifty-fifty-section{
    position: relative;
    padding: 6.25rem 0 0;
    z-index: 2;
    overflow: hidden;
}
.new-second-div-container {
    overflow: hidden;
    z-index: 2;
}
.fifty-fifty-section.grediant-bg:before, .new-second-div-container.grediant-bg:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(#fff 0%, #f2f2f2 100%);
    z-index: -1;
}
.ff-content{
    color: var(--tix-stock-text-purple);
}
.fifty-fifty-section.bg-purple .custom-list li,
.fifty-fifty-section.bg-purple .ff-content{
    color: white;
}
.ff-content p{
    margin-bottom: 1.875rem;
}
.custom-list li{
    position: relative;
    font-size: 1rem;
    line-height: 1.25rem;
    list-style: none;
    margin: 20px 0;
    color: var(--tix-stock-text-grey);
}
.custom-list li:before{
    content: '';
    position: absolute;
    top: 1px;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../imgs/icons/green-tick.svg);
}
.eyebrow-text{
    display: inline-block;
    font-size: 1.25rem;
    font-family: 'Artex';
    margin-bottom: 1.25rem;
    color: var(--tix-stock-green);
    line-height: 1;
}
.ff-img {
    position: relative;
}
.ff-img img{
    width: 100%;
}
.ff-img .fancybox-video{
    display: none;
}
.ff-img .primary-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
}
.fancybox-content .fancybox-close-small{
    right: 0;
}
.three-col-section{
    padding: 3.75rem 0 2.5rem;
}
.three-col-section .carousel-indicators .active {
    background-color: var(--tix-stock-text-grey);
}
.three-col-section .carousel-indicators [data-bs-target]{
    opacity: 1;
    border: 1px solid var(--tix-stock-text-grey);
}
.three-col-section .tc-container{
    overflow: visible;
}
.global-reach-section .gr-row,
.three-col-section .tc-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.25rem;
    width: auto;
}
.three-col-section .tc-col{
    padding: 0 1.25rem;
    margin-bottom: 2.5rem;
    height: auto;
}
.three-col-section .card-body{
    padding: 2.1875rem 2.5rem 2.5rem;
}
.three-col-section .card{
    border: 0;
    border-radius: .5rem;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}
.three-col-section .wn-img-width{
    width: auto;
    height: 4.25rem;
    margin-bottom: 2.1875rem;
}
.three-col-section .card-heading{
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    line-height: 1.25;
    font-family: Basier-Square-medium;
}
.three-col-section .card-body p{
    color: var(--tix-stock-text-grey);
    font-family: var(--tix-stock-basier-font);
}
.three-col-section .swiper-pagination{
    position: static;
    margin-top: .625rem;
}

.wtc-page .main-content {
    font-size: 1.25rem;
    line-height: 1.25;
    color: #0D0019;
}
.wtc-page .tenth-div-container .cta-wrapper{
    max-width: 57.5rem;
    margin: 0 auto;
}
.wtc-page .footer-main-heading{
    font-size: 3.375rem;
    color: #00D900 !important;
}
.home-hero.first-section{
    height: auto;
}
.home-hero .nav-rgt-btn,
.home-hero .nav-lft-btn{
    padding: .875rem .75rem;
    font-size: 1.25rem;

}
.tenth-div-container .nav-rgt-btn, 
.tenth-div-container .nav-lft-btn{
    min-width: 13.125rem;
    padding: .875rem .75rem;
    font-size: 1.25rem;
}
.wtc-page .tenth-div-container{
    padding: 11.875rem 0;
    background-image: url(../imgs/footer-bg.png);
    background-size: cover;
}
/* Contact popup */
.contact-expert-popup{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.contact-expert-popup.show{
    opacity: 1;
    visibility: visible;
}
.cep-wrap{
    position: relative;
    width: 90%;
    padding: 1.875rem 1.25rem;
    max-width: 37rem;
    margin: 0 auto;
    border-radius: .75rem;
}
.cep-wrap .close-cep{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 0;
}
.cep-wrap .close-cep::after,
.cep-wrap .close-cep::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    width: 1px;
    height: 14px;
    background-color: var(--tix-stock-text-purple);
    transition: .5s;
}
.cep-wrap .close-cep::before{
    transform: translate(-50%,-50%) rotate(-45deg);
}
.cep-wrap .close-cep:hover::after,
.cep-wrap .close-cep:hover::before{
    background-color: var(--tix-stock-bright-purple);
}
.cep-wrap h2{
    font-size: 1.25rem;
    margin-bottom: 20px;
    color: var(--tix-stock-text-purple);
}
.cep-wrap p{
    color: var(--tix-stock-text-grey);
}
.cep-wrap .cta-wrapper{
    margin-top: 1.875rem;
    gap: 20px;
}
.cep-wrap .cta-wrapper a{
    font-size: 1.125rem;
    font-family: var(--tix-stock-artex-font);
    min-width: 9.875rem;
    padding: .9375rem .9375rem .6875rem;
    text-decoration: none;
    background-color: var(--tix-stock-bright-purple);
    color: #fff;
    transition: .5s;
    border-bottom: 4px solid rgb(65 0 127 / 20%);
    border-radius: .5rem;
    line-height: 1;
}
.cep-wrap .cta-wrapper a:hover{
    background-color: var(--tix-stock-green);
}
.footer-main-content{
    font-size: 1.25rem;
}
.main-sub-content {
    font-size: 1rem;
    line-height: 1.5;
}
.ff-subheading {
    margin: 1.875rem 0;
}
.wtc-page .worldmap-heading{
    font-size: 2.25rem;
    line-height: 1.333333;
}
.light-purple-border{
    border: 1px solid #41007F;
}
#goToTopBtnDiv{
    position: relative;
    display: inline-block;
}
#goToTopBtnDiv:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var(--tix-stock-bright-purple);
    border-radius: .25rem;
    pointer-events: none;
}
.goToTopBtn:hover{
    background-color: var(--tix-stock-bright-purple);
}
@media(max-width:1600px){
    .section-heading{
        font-size: 2.5rem;
    }
    .wtc-page .footer-main-heading{
        font-size: 2.8125rem;
    }
}
@media(max-width:1200px){
    .banner-hexa-image{
        min-height: 110vh;
    }
    .industry-video-section .vid-content{
        position: relative;
        width: 100%;
        padding: 0 0 1.875rem 0;
        background: transparent;
    }
    .industry-video-section .clipped {
        clip-path: none;
    }
    .banner-hexa-image{
        margin-top: 0;
    }
    .industry-video-section .vid-content:after,
    .industry-video-section .vid-content:before{
        display: none;
    }
    .section-heading, .wtc-page .worldmap-heading{
        font-size: 2rem;
    }
    .wtc-page .tenth-div-container {
        padding: 130px 0;
    }
}
@media(max-width:991px){
    .three-col-section .tc-container{
        overflow: hidden;
        margin: -10px;
    }
    .three-col-section .card-body{
        padding: 1.5625rem;
    }
    .three-col-section .wn-img-width{
        margin-bottom: 1.5625rem;
    }
    
    .wtc-page .worldmap-heading{
        font-size: 1.5rem;
    }
    .wtc-page .footer-main-heading {
        font-size: 1.875rem;
    }
    .wtc-page .tenth-div-container{
        padding: 32px 0;
    }
}
@media(max-width:767px){
    .primary-btn,
    .secondary-btn{
        padding: .375rem .625rem;
        font-size: .9375rem;
    }
    .three-col-section .tc-row{
        flex-wrap: nowrap;
        margin: 0;
    }
    .play-icon-btn:before{
        width: .625rem;
        height: .75rem;
        margin-right: .625rem;
    }
    .wtc-page .container{
        --bs-gutter-x: 3.75rem;
    }
    .home-hero{
        background-color: var(--tix-stock-purple);
    }
    .section-heading{
        font-size: 1.75rem;
        margin-bottom: .9375rem;
    }
    .section-heading br{
        display: none;
    }
    .banner-hexa-image{
        display: none;
    }
    .banner-content-wrap{
        display: block;
        padding-bottom: 0;
        min-height: 700px;
        /* max-height: 800px; */
    }
    .banner-content-wrap h1{
        font-size: 1.75rem;
        line-height: 1.25;
    }
    .banner-content-wrap .section1-sub-heading {
        margin-top: 1.5625rem;
        font-size: .9375rem;
    }
    .wtc-page .nav-rgt-btn,
    .wtc-page .nav-lft-btn{
        font-size: .9375rem;
        min-width: 8rem;
    } 

    .wtc-page .nav-rgt-btn,
    .wtc-page .nav-lft-btn{
        padding: .375rem;
    }
    .banner-content-wrap .for-mobile-first-banner {
        pointer-events: none;
    }
    .banner-content-wrap .first-sec-bg-mob {
        margin-top: -10rem;
        height: 36.5rem;
        object-position: 50%;
    }

    .industry-video-section {
        padding: 3.75rem 0 2.5rem 0;
    }
    .industry-video-section .clipped,
    .industry-video-section .clipped video{
        border-radius: .5rem;
    }
    .industry-video-section .vid-wrap .btn-wrap{
        padding: .625rem 0 0 .625rem;
        border-top-left-radius: .5rem;
    }
    .industry-video-section .vid-wrap .btn-wrap:after,
    .industry-video-section .vid-wrap .btn-wrap:before{
        width: .5rem;
        height: .5rem;
    }
    .new-second-div-container{
        padding: 2.5rem 0;
    }
    .fifty-fifty-section{
        padding: 2.5rem 0 0;
    }
    .head-block{
        margin-bottom: 0;
    }
    .with-map .head-block h2{
        font-size: 1.125rem;
    }
    .eyebrow-text{
        font-size: .9375rem;
        margin-bottom: .9375rem;
    }
    .three-col-section{
        padding: 2.5rem 0;
    }
    .content-wrap p{
        font-size: .9375rem;
    }
    .three-col-section .tc-col{
        height: auto;
        margin: 0;
    }
    .three-col-section .tc-col{
        padding: 10px;
    }   
    .custom-list{
        padding-left: 0;
    }
    
    .custom-list li{
        font-size: .8125rem;
        padding-left: 1.4375rem;
        margin: 15px 0;
    }
    .custom-list li:before{
        width: .9375rem;
        height: .9375rem;
        background-size: contain;
        top: 3px;
        left: 0;
    }
    .new-second-div-container.grediant-bg:before{
        top: unset;
        height: 376px;
    }
    .three-col-section .wn-img-width{
        height: 2.8125rem;
    }
    .fifth-div-container h1 br{
        display: none;
    }
    .fifth-div-container h6.main-content {
        margin-top: 20px;
    }
    .fifth-div-container .carousel-item .main-sub-content{
        margin-top: 20px;
    }
    .global-reach .carousel-item .gr-img, .image-carousel{
        margin-top: 1.875rem;
    }
    
    .wtc-page .footer-main-heading{
        font-size: 2.0625rem;
    }
    .wtc-page .tenth-div-container{
        padding: 3.75rem 0 5rem !important;
    }
    .scroll-to-down-div{
        bottom: 1.875rem;
    }
    .global-reach h6{
        margin-top: 20px;
    }
    .global-reach .padding-t60px{
        padding-top: 20px;
    }
    .cep-wrap{
        padding: 1.875rem 1.25rem;
    }
    .cep-wrap h2{
        font-size: .9375rem;
    }
    .cep-wrap p{
        font-size: .8125rem;
    }
    .cep-wrap .cta-wrapper{
        flex-wrap: wrap;
    }
    .footer-main-content,
    .wtc-page .main-content,
    .three-col-section .card-heading{
        font-size: .9375rem;
    }
    .three-col-section .card-body p{
        font-size: .8125rem;
    }
    .ff-subheading {
        margin: 1.25rem 0 1.5625rem;
    }
    .wtc-page .worldmap-heading.main-content{
        font-size: 1.125rem;
    }
}
@media (max-width:575px){
    .cep-wrap .cta-wrapper a{
        font-size: 1rem;
        width: 100%;
        min-width: 8.875rem;
    }
    .main-sub-content {
        font-size: .8125rem;
    }
}
@media (max-width:370px){
    .wtc-page .nav-rgt-btn, .wtc-page .nav-lft-btn{
        min-width: 6rem;
    }
    .wtc-page .nav-rgt-btn{
        margin-left: 0.825rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .wtc-page .container,.wtc-page  .container-md, .wtc-page .container-sm {
        max-width: 740px;
    }
}

/******new css ******/
@media (min-width:1600px) {
    .container{
        min-width: 1424px;
    }
}
@media (min-width:1200px) {
    .navbar-section .nav-lft-btn, 
    .navbar-section .nav-rgt-btn {
        min-width: 11.5rem;
    }
    .banner-hexa-image{
        min-height: calc(100vh + 12rem);
    }
}

.fifth-div-container .margin-b40px, .global-reach .margin-b40px{
    margin-bottom: 2.5rem ;
}
.max-w-920px{
    max-width: 57.5rem;
}
.row-gap30px{
    row-gap: 1.875rem;
}
.purple-gradient {
    position: relative;
    z-index: 1;
}
.purple-gradient:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(65,0,127,1) 0%, rgba(65,0,127,0) 100%);
    z-index: -1;
}
.gr-img img {
    width: 100%;
}
.fifth-div-container .carousel-indicators button {
    background-clip: inherit;
    border-color:  #fff;
    opacity: 1;
}
.fifth-div-container .carousel-indicators button.active {
    background-color: #fff;
}