:root {
     --primary-color: #7e2e84;
     --primary-font: "Apex New";
     --secondary-font: "Gotu";
     --logo-max-height: 50px;
     --content-font-size: 18px;
     --font-size-16: 16px;
     --font-size-14: 16px;
     --font-size-20: 20px;
     --font-size-25: 25px;
     --section-space-top: 40px;
     --section-space-bottom: 40px;
     --section-heading-size: 40px;
     --section-middle-heading-space: 35px;
     --text-letter-spacing: 2px;
     --section-panel-h2-size: 50px;
     --section-panel-h4-size: 1.5rem;
     --primary-border-radius: 15px;
     --primary-row-v-space: 2rem;
     --primary-row-h-space: 2rem;
     --home-blog-image-width: 300px;
     --blog-main-gap: 25px;
     --blog-main-space: 25px;
     --cta-top-space: 3rem;
     --testimodial-space-padding: 0 120px;
     --testimodial-button-width: 60px;
     --yellow-color: #e6b25c;
}

html,
body {
     overflow-x: hidden;
}

/* Global Css */
body {
     font-family: var(--primary-font);
     font-size: var(--content-font-size);
     font-weight: normal;
     color: #000;
}

.primary-bg {
     background-color: var(--primary-color) !important;
}

.primary-color {
     color: var(--primary-color);
}

.secondary-font {
     font-family: var(--secondary-font);
}

/* All Global */
.comman-cta a,
.btn-common {
     padding: 10px 40px;
     background-color: #e6b25c;
     color: #000;
     border-radius: 40px;
     font-weight: 500;
     font-size: var(--font-size-16);
     border: none;
}

.comman-cta a:hover {
     background-color: #000;
     color: #e6b25c;
}

.common-section {
     padding-top: var(--section-space-top);
     padding-bottom: var(--section-space-bottom);
}

.common-space-bottom {
     margin-bottom: var(--section-space-bottom);
}

.middle-heading {
     padding-bottom: var(--section-middle-heading-space);
}

.middle-heading h3 {
     font-size: var(--section-heading-size);
     margin: 0;
}

.space-y {
     --bs-gutter-y: var(--primary-row-v-space);
}

.space-x {
     --bs-gutter-x: var(--primary-row-h-space);
}

.common-detail h2 {
     font-size: var(--section-panel-h2-size);
}

.common-detail h4 {
     font-size: var(--section-panel-h4-size);
}

.space-margin-bottom {
     margin-bottom: var(--section-space-bottom);
}

.space-margin-top {
     margin-top: var(--section-space-top);
}

.common-border {
     border: 1px solid #939597;
     border-radius: var(--primary-border-radius);
}

.border-devide-section>div+div {
     padding-top: calc(var(--section-space-top) / 1.2);
     margin-top: calc(var(--section-space-top) / 1.2);
     border-top: 1px solid #06152b;
}

.slick-vertical .slick-slide {
     border: none;
}

.cta-top-space {
     margin-top: var(--cta-top-space);
}

.text-justify {
     text-align: justify;
}

/* Header Style */
.main-logo img {
     max-height: var(--logo-max-height);
}

.nav-menu>ul {
     margin: 0;
     padding: 0;
     list-style: none;
     display: flex;
     gap: 30px;
}

.nav-menu>ul>li>a {
     color: #fff;
     text-decoration: none;
     font-weight: 500;
     font-size: var(--font-size-16);
}

.nav-menu>ul>li>a:hover {
     color: var(--yellow-color);
}

.mobile-menu {
     background-color: var(--primary-color);
     z-index: 99;
}

.mobile-nav ul {
     list-style: none;
     padding: 0;
     margin: 0;
     font-family: var(--content-font);
     display: flex;
     gap: 20px;
     flex-direction: column;
}

.mobile-nav ul li a {
     color: #fff;
     font-size: 25px;
     text-decoration: none;
}

.mobile-nav ul li a:hover {
     color: #e6b25c;
}

.mobile-nav {
     overflow-y: auto;
     height: 100%;
}

/* Footer Style */
.address-info {
     font-size: var(--font-size-16);
}

.copyright {
     font-size: var(--font-size-14);
}

.contact-email-detail {
     margin-top: 5px;
}

/* Our Teams */
.team-logo-inner {
     width: 180px;
     height: 180px;
     position: relative;
}

.team-logo-inner::before {
     position: absolute;
     content: "";
     background-color: #e6b25c;
     width: 100%;
     height: 100%;
     border-radius: 100%;
}

.team-logo-inner img {
     border-radius: 50%;
     max-width: 100%;
     max-height: 100%;
     position: relative;
}

.team-panel-column:nth-child(2n + 1) .team-logo-inner::before {
     left: 15px;
}

.team-panel-column:nth-child(2n) .team-logo-inner::before {
     left: -15px;
}

.team-detail-link img {
     max-width: 20px;
}

.team-main-data {
     letter-spacing: var(--text-letter-spacing);
}

.team-content-link {
     letter-spacing: var(--text-letter-spacing);
}

/* Service Page */
.service-panel-content+.service-panel-content {
     padding-top: var(--section-space-top);
     margin-top: var(--section-space-top);
     border-top: 1px solid #06152b;
}

/* Service Detail Page */
.we-do-logo {
     height: 65px;
}

.we-do-information p:last-child,
.how-we-do-information p:last-child {
     margin: 0;
}

.how-we-do-bg {
     background-color: #e6e7e8;
}

/* Career Page */
.career-for-content p:last-child {
     margin: 0;
}

.career-for-logo {
     height: 65px;
}

/* Our Client */
.client-box-ls {
     height: 170px;
     border: 1px solid #a7a9ac;
     width: 25%;
     margin: -0.5px;
     align-items: center;
     justify-content: center;
     display: flex;
}

.client-box-ls img {
     max-width: 85%;
}

.client-box-ls img {
     max-height: 100%;
     filter: grayscale();
     object-fit: contain;
}

/* Contact US */
.address-detail {
     --contact-image-height: 270px;
     --letter-spacing-text: 3px;
}

.address-detail-image {
     height: var(--contact-image-height);
     padding-bottom: 30px;
}

.address-detail-content h4 {
     letter-spacing: var(--letter-spacing-text);
}

.link-dir {
     border: 1px solid var(--primary-color);
     padding: 8px 20px;
     border-radius: 39px;
     vertical-align: middle;
}

.contact-form .form-group+.form-group {
     margin-top: 20px;
}

.contact-form .form-group p {
     margin: 0;
}

.contact-form .form-control {
     border: none;
     box-shadow: none;
     border-bottom: 1px solid #a7a9ac;
     border-radius: 0px;
     font-family: var(--content-font);
     font-size: var(--font-size-20);
     font-weight: 400;
     padding: 6px 0;
     color: #000;
}

.contact-form textarea.form-control {
     height: 100px;
}

.contact-form .form-control::-webkit-input-placeholder {
     color: #000;
}

/* For Firefox */
.contact-form .form-control::-moz-placeholder {
     color: #000;
}

/* For Internet Explorer 10-11 */
.contact-form .form-control:-ms-input-placeholder {
     color: #000;
}

/* For Microsoft Edge */
.contact-form .form-control::-ms-input-placeholder {
     color: #000;
}

.discover-radio-input {
     font-size: var(--content-font-size);
     --label-btn-padding: 10px 60px;
}

.discover-radio-input input[type="radio"] {
     display: none;
}

.discover-btn .wpcf7-list-item {
     margin: 0;
}

.discover-btn {
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
     justify-content: center;
}

.discover-btn .wpcf7-list-item-label {
     border: 1px solid var(--primary-color);
     padding: var(--label-btn-padding);
     border-radius: 36px;
     display: flex;
     font-weight: 500;
     cursor: pointer;
}

.discover-radio-input input[type="radio"]:checked+.wpcf7-list-item-label {
     background-color: var(--primary-color);
     color: #fff;
}

/* Home Page */
.blog-home-list-content a {
     position: relative;
     transition: transform 0.3s ease;
     display: inline-block;
}

.blog-home-list-content a:hover {
     /* transform: translateX(10px); */
     color: var(--primary-color) !important;
}

.blog-home-list-image {
     min-width: var(--home-blog-image-width);
     max-width: var(--home-blog-image-width);
}

.blog-home-list-content {
     border-bottom: 1px solid #000;
}

.blog-home-list {
     gap: var(--blog-main-gap);
}

.blog-home-list-content {
     padding-right: var(--blog-main-space);
}

.img-logo-client {
     padding: 0 20px;
     display: flex;
     height: 35px;
     align-items: center;
     justify-content: center;
}

.img-logo-client img {
     max-height: 100%;
     filter: grayscale();
     object-fit: contain;
}

.brand-data-list h2 {
     transition: all 0.1s ease;
     color: #cbcbcb;
}

.brand-data-list .slick-center h2 {
     color: var(--primary-color);
     font-weight: 600;
}

.prt-slider .slick-slide {
     min-height: auto;
}

.testimonial-content .title-testimonial {
     letter-spacing: 3px;
}

.testimonial-panel {
     padding: var(--testimodial-space-padding);
}

.textimonial-box {
     border-radius: 10px;
     box-shadow: 6px 1px 20px 0px #d7d7d7;
     padding: 90px 71px 30px;
     margin-top: 90px;
     background-image: url(../images/testimonial.png);
     background-repeat: no-repeat;
     background-position: center;
}

.ox-testimonial {
     margin: 20px;
}

.testimonial-image {
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: -180px;
     margin-bottom: 25px;
}

.test-uma {
     width: 170px;
     height: 170px;
     position: relative;
}

.test-uma img {
     position: relative;
     z-index: 1;
     max-width: 100%;
}

.test-uma::before {
     position: absolute;
     width: 100%;
     height: 100%;
     background-color: #e6b25c;
     border-radius: 100%;
     left: -20px;
     top: -7px;
     content: "";
}

.testimonial-panel .slick-arrow {
     width: var(--testimodial-button-width);
     height: var(--testimodial-button-width);
     background-color: #e6b25c;
     padding: 0;
     border: none;
     border-radius: 50%;
     position: absolute;
     top: calc(50% + var(--testimodial-button-width) / 2);
     font-size: 0;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 50% auto;
}

.testimonial-panel .slick-arrow.slick-prev {
     left: 0;
     background-image: url(../images/t-1.png);
}

.testimonial-panel .slick-arrow.slick-next {
     right: 0;
     background-image: url(../images/t-2.png);
}

/* Case Styidy */
.quote-heading-case {
     max-width: 565px;
}

.common-filter li {
     cursor: pointer;
}

.common-filter li.active {
     color: var(--primary-color);
}

.outcome-box {
     display: flex;
     flex-direction: column;
     padding: 25px 25px;
     box-shadow: 0 0 5px #cac5c9;
     height: 100%;
     text-align: center;
     width: 90%;
}

.case-study-inner-banner::before {
     position: absolute;
     width: 100%;
     height: 50%;
     background-color: var(--primary-color);
     content: "";
     left: 0;
     top: 0;
}

.case-study-inner-banner .container {
     position: relative;
}

.cs-study-banner {
     padding-right: 30px;
     padding-bottom: 30px;
}

.cs-study-banner::before {
     position: absolute;
     width: 50%;
     height: 50%;
     bottom: 0;
     right: 0;
     background-color: #e4b05b;
     content: "";
}

.shadow-case-std {
     box-shadow: 0 0 20px 0px #27042a7d;
}

/* Work Page */
.work-page-box+.work-page-box {
     margin-top: 30px;
}

.load-more-btn {
     margin-top: 30px;
}

.load-more-btn a {
     width: 45px;
     height: 45px;
     background-color: #e6b25c;
     display: inline-block;
     border-radius: 100%;
     vertical-align: middle;
     margin-top: 10px;
}

.load-more-btn a img {
     max-height: 25px;
}

/* Blog */
.blog-description-detail h2 {
     font-family: var(--secondary-font);
     /* color: var(--primary-color); */
     font-size: 35px;
     font-weight: 600;
}

.blog-description-detail h3 {
     font-family: var(--secondary-font);
     /* color: var(--primary-color); */
     font-size: 28px;
     font-weight: 600;
}

.blog-description-detail h4 {
     /* color: var(--primary-color); */
}

/* Mobile Slider */
.mobile-detail-view {
     position: relative;
}

.mobile-detail-view .slick-arrow {
     width: var(--testimodial-button-width);
     height: var(--testimodial-button-width);
     background-color: #e6b25c;
     padding: 0;
     border: none;
     border-radius: 50%;
     position: absolute;
     bottom: 25px;
     font-size: 0;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 50% auto;
     z-index: 1;
}

.mobile-detail-view .slick-arrow.slick-disabled {
     display: none !important;
}

.mobile-detail-view .slick-arrow.slick-next {
     right: 25px;
     background-image: url(../images/t-2.png);
}

.mobile-detail-view .slick-arrow.slick-prev {
     left: 25px;
     background-image: url(../images/t-1.png);
}

/* Cursor Style */

[no-click] {
     pointer-events: none;
}

.cursor_move {
     width: 200px;
     position: absolute;
     opacity: 0;
     padding-bottom: 10px;
     overflow: hidden;
     pointer-events: none;
     /* position: fixed; */
}

.cursor_tag {
     color: #fff;
     text-align: center;
     text-transform: uppercase;
     background-color: #000;
     border-radius: 50px;
     justify-content: flex-start;
     align-items: center;
     padding: 0.25rem 2rem;
     font-weight: 700;
     display: flex;
     position: static;
     position: relative;
}

.cursor_tag::before {
     width: 6px;
     height: 6px;
     background-color: #000000;
     left: calc(50% - 3px);
     bottom: -3px;
     content: "";
     position: absolute;
     transform: rotate(45deg);
}

.cursor_tag.text-animation {
     justify-content: space-around;
     padding: 0.125rem 0;
}

.cursor_tag.text-animation.is-diff1 {
     width: auto;
     max-width: none;
     padding-left: 0;
     padding-right: 0;
     position: static;
}

.cursor_tag.text-animation.is-diff1.animated-text {
     padding-top: 0.25rem;
     padding-bottom: 0.25rem;
}

.cursor_tag.text-animation.is-diff1.animated-text.is-orange {
     background-color: #ef5a37;
}

.cursor_text {
     color: #fff;
     text-transform: capitalize;
     /* width: 100%;
     height: 100%; */
     margin-left: 0;
     margin-right: 10px;
     padding: 0.75rem 0;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.4;
     display: block;
     position: static;
}

.cursor_text.text {
     letter-spacing: normal;
     letter-spacing: 1px;
     margin-right: 20px;
     padding-top: 10px;
     padding-bottom: 10px;
     font-size: 15px;
     font-weight: 500;
}

.cursor-4 {
     z-index: 1010;
     opacity: 0;
     justify-content: center;
     align-items: center;
     width: 100%;
     height: 100vh;
     display: flex;
     position: fixed;
     inset: 0%;
}

.div-block-82 {
     flex-wrap: nowrap;
     justify-content: flex-start;
     /* width: 500vw; */
     display: flex;
     position: relative;
}

.text {
     /* display: inline-block;
     animation: scroll-text 2s linear infinite;
     animation-fill-mode: both;
     white-space: nowrap; */
}

@keyframes scroll-text {
     0% {
          transform: translateX(100%);
     }

     100% {
          transform: translateX(-150%);
     }
}

/* Flip Card */
.flip-box {
     -webkit-perspective: 1000;
     perspective: 1000;
}

.flip-box .back,
.flip-box .front {
     -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
     transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
     transform-style: preserve-3d;
}

.flip-box .front {
     position: relative;
     z-index: 10;
}

.flip-box .back {
     position: absolute;
     left: 0;
     top: 0;
     bottom: 0;
     width: 100%;
     z-index: -1;
     transform: rotateY(-180deg);
}

.flip-box.flip-start .front {
     transform: rotateY(180deg);
     z-index: -1;
}

.flip-box.flip-start .back {
     transform: rotateY(0deg);
     z-index: 10;
}

@media (min-width: 1100px) {
     .home-banner {
          min-height: 328px;
     }

     .service-info-logo {
          max-width: 300px;
     }
}

.we-do-content:hover {
     background-color: var(--yellow-color);
     border-color: var(--yellow-color);
}

.link-dir:hover {
     background-color: var(--yellow-color);
     border-color: var(--yellow-color);
}

#prt-slider-1 .mobile-view-change {
     direction: ltr;
}

.prt-slider a:hover .text-white {
     color: var(--yellow-color) !important;
}

.service-home-content a {
     color: #fff;
     text-decoration: none;
}

.service-home-content a:hover {
     color: var(--yellow-color);
}

#client-slider-1 {
     display: flex;
}

.marquee-wrapper {
     width: 100%;
     overflow: hidden;
}

.video-details {
     transform: scale(1);
}

.blog-desc a,
.case-study-content a,
.d-block a {
     color: #000;
     text-decoration: none;
}

.blog-desc a:hover,
.case-study-content a:hover,
.d-block a:hover {
     color: var(--primary-color);
}

.service-content-list>ul>li>a:hover {
     color: #e6b25c !important;
}

.social-media-footer a {
     color: #fff;
}

.social-media-footer a:hover {
     color: var(--yellow-color);
}

.work-page-desc a,
.common-link a {
     color: #000;
     text-decoration: none;
}

.work-page-desc a:hover,
.common-link a:hover {
     color: var(--primary-color);
}

.contact-form {
     width: 800px;
     margin: 0 auto;
}

/*
 * My Updated Css
 */

:root {
     --lp-space: 60px;
     --lp-h1-size: 60px;
     --section-heading-size: 50px;
     --section-sub-heading-size: 25px;

     --data-heading: 28px;
     --data-description: 22px;
}

.container {
     max-width: 1170px;
}

.logo-lp {
     padding-top: var(--lp-space);
     padding-bottom: var(--lp-space);
}

.f-banner {
     font-size: var(--lp-h1-size);
}

.middle-heading h4 {
     font-size: var(--section-sub-heading-size);
     margin-top: 20px;
}
.thankyou {
     background-color: var(--primary-color);
     color:#ffffff;
}
.data-box {
     padding: 30px 60px;
     border: 1px solid var(--yellow-color);
     border-radius: 30px;
     border-top-width: 10px;
}

.data-box h4 {
     font-size: var(--data-heading);
     font-family: var(--primary-font);
     color: var(--primary-color);
     margin-bottom: 15px;
     font-weight: 600;
}

.data-box p {
     margin: 0;
     font-size: var(--data-description);
}

.data-box-logo {
     width: 60px;
     height: 80px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 10px;
}

.data-box-logo img {
     max-height: 60px;
}

.solution-box {
     padding: 30px;
     border: 1px solid var(--primary-color);
     margin: 0 -0.5px;
     height: 350px;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     gap: 20px;
}

.solution-box h4 {
     font-size: 35px;
     font-weight: 600;
     margin: 0;
}

.space-sc {
     padding: 0 0.5px
}

.solution-box:hover {
     background-color: var(--yellow-color);
}

.information-words {
     height: 250px;
     border: 1px solid #a7a9ac;
     width: 33.33%;
     margin: -0.5px;
     align-items: center;
     justify-content: center;
     display: flex;
     flex-direction: column;
}

.information-words * {
     margin: 0;
}

.information-words h4 {
     font-size: 90px;
     color: var(--primary-color);
     font-weight: 400;
     font-family: var(--secondary-font);
     line-height: 100px;
}

.information-words p {
     font-size: 28px;
     color: #000;
}

.information-words:hover {
     background-color: var(--yellow-color);
}

.data-box-logo {
     position: relative;
}

.hov {
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     margin: auto;
     opacity: 0;
}

.data-box:hover .nml {
     opacity: 0;
}

.data-box:hover .hov {
     opacity: 1;
}

.data-box:hover {
     background-color: var(--primary-color);
}

.data-box:hover .data-box-content * {
     color: var(--yellow-color);
}

.contact-form-modal {
     position: fixed;
     width: 600px;
     background-color: #f4f4f4;
     height: calc(100% - 10%);
     top: 5%;
     right: -640px;
     padding: 20px 30px;
     border: 1px solid var(--yellow-color);
     border-radius: 30px 0px 0px 30px;
     border-top-width: 10px;
     border-right-width: 0;
     z-index: 9;
}

.contact-form-in {
     padding: 20px;
     background-color: #fff;
     margin: 10px 0;
     box-shadow: 0px 0 20px #22222208;
}

.service-panel-content {
     height: 100%;
     overflow-y: auto;
     overflow-x: hidden;
}

.contact-form-in label.name-label {
     color: var(--primary-color);
     font-family: var(--secondary-font);
     font-weight: 600;
     margin: 0 0 10px;
     font-size: 15px;
}

.check-box {
     font-size: 14px;
}

.contact-form-modal.active {
     right: 0;
}

#toogle-btn {
     cursor: pointer;
     transform: rotate(180deg);
}

.contact-form-modal {
     opacity: 0;
     transform: translateX(100px);
     transition: all 0.9s ease;
     /* <- smoothness here */
     visibility: hidden;
}

.contact-form-modal.active {
     opacity: 1;
     transform: translateX(0);
     visibility: visible;
     z-index: 9999;
}

/* Navbar always visible */
.sticky-header {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     z-index: 1050;
     background-color: var(--primary-color);
     padding: 20px 0;
     transition: all 0.3s ease-in-out;
}

body {
     padding-top: 75px;
}

/* When scrolled, shrink a bit */
.sticky-header.shrink {
     padding: 10px 0;
     background-color: rgba(126, 46, 132, 0.95);
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

html, body{
     overflow-x: hidden;
}