

/*
Theme Name: TEK2D
Theme URI: https://example.com
Author: TEk2D Developers
Author URI: https://tek2d.com/
Description: Tek2D is a custom and minimalist WordPress theme that was built specifically to work seamlessly with custom functionality. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the custom code. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Version: 2.0.0
Tags: custom-background, custom-logo, custom-menu, featured-images, theme-options
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: TEK2D
*/

/* Tek2d journal css */
body,html{
    overflow-x:hidden !important;
}

@font-face {
  font-family: 'Mena Grotesk';
  src: url('assets/fonts/Mena Grotesk Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mena Grotesk';
  src: url('assets/fonts/Mena Grotesk Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* Apply Medium font to all headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Mena Grotesk', sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

/* Apply Regular font to paragraphs and other body text */
body, p, li, span, a, blockquote {
  font-family: 'Mena Grotesk', sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.heading-span{
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #FC5438;
}

html,body{
    margin: 0;
    padding: 0;
}

/*.main-container{*/
/*  width: 100%;*/
/*  max-width: 1440px;*/
/*  margin: 0 auto;*/
/*  padding: 0px 0px 0px 0px; */
/*  box-sizing: border-box;*/
/*}*/

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}

a{
  font-family: 'Mena Grotesk', sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0%;
}

h1{
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -0.76px;
}

h2{
  font-size: 45px;
  line-height: 100%;
  letter-spacing: -0.76px;
  text-align: center;
}

h3{
  font-size: 45px;
  /*line-height: 100%;*/
  letter-spacing: -0.76px;
  text-align: center;
}

h4{
font-size: 20px;
line-height: 100%;
letter-spacing: 0px;
}

img{
 width:100%;
}

.bottom-design-wrapper img{
    max-width: 480px;
    height: 244px;
    object-fit: cover;
    margin: 0 auto;
}


/* all Button style */

.Btn-primary {
    padding: 10px 21px;
    border: 1px solid;
    border-color: #FC5438;
    border-radius: 34px;
    background: #FC5438;
}

.Btn-primary:hover{
    border-color: #FC5438;
    background: #ffffff;
    color: #FC5438;
}

.Btn-secondary {
    border: 1px solid;
    padding: 10px 21px;
    border-radius: 34px;
}

.Btn-secondary:hover{
    border-color: #FC5438;
    background: #ffffff;
    color: #FC5438;
}

.Btn-Three {
    text-decoration: underline;
}

.Btn-Three:hover {
    color: #FC5438;
}

/* header css starts */

.header {
    width: 100%;
    display: flex;
    justify-content: center;
    
}

.nav-container {
    position: fixed;
    top: 17px;
    width: 100%;
    z-index: 999;
}

nav {
    background-color: #2109054D;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px 15px 34px;
    border-radius: 100px;
    backdrop-filter: blur(20px);
}

.col-one {
    width: 25%;
    display: flex;
    justify-content: flex-start;
}

.col-two {
    width: 50%;
    display: flex;
    justify-content: center;
}

.col-three {
    width: 25%;
    display: flex;
    justify-content: end;
}

.col-one img {
    width: 100%;
    max-width: 112px;
}

nav a{
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  font-size: 15px;
}

.col-two ul {
    display: flex;
    gap: 37px;
    padding: 0;
}

.col-two ul li {
    list-style: none;
}

.col-two a:hover{
  color: #FC5438;
}

.col-two .current-menu-item a{
  color: #FC5438;   
}

.col-three a{
  border: 1px solid #FC5438;
  border-radius: 28px;
  padding: 13px 28px 13px 28px;
}

.col-three a:hover{
  border-color: #FC5438;
  background-color: #ffffff;
  color: #FC5438;
}

/* footer css */

section.Contact-section {
    background: #F3E5E3;
}

.main-bg-color {
  background: linear-gradient(0deg, #47150C 0%, #210905 100%);
}

.text-slider {
    padding-top: 80px;
}

.marquee-heading h2 {
  margin-top: 0;
  margin-bottom: 9px;
  text-transform: uppercase;
  font-size: 44px;
  text-align: center;
}

/* Overall Container */
.marquee-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  white-space: nowrap;
}

/* Marquee Inner Wrapper */
.marquee-inner {
  display: inline-flex;
  animation: marquee-animation 45s linear infinite;
  /* Allow hover to stop the animation */
  animation-play-state: running;
}

/* Marquee Container Hover Effect: Pause animation on hover */
  .marquee-container:hover .marquee-inner {
    animation-play-state: paused;
  }

/* Individual Marquee Items */
.marquee-item {
  display: inline-block;
  padding: 0 20px;
  flex-shrink: 0;
}

.marquee-slide-cover {
  display: flex;
  align-items: center;
}

.marquee a {
  text-decoration: none;
}


/* Text Styling */
.marquee-text {
  margin-left: 15px;
}

.marquee-text p {
    color: #ffffff;
    font-size: 90px;
    font-weight: 500;
    line-height: 100px;
    letter-spacing: -0.75px;
    text-align: center;
}

/* Marquee Animation */
@keyframes marquee-animation {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}

.footer {
    padding-top: 93px;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}

.footer-col-one {
    width: 313px;
}

.footer-col-three {
    width: 207px;
}

.footer-col-four {
    width: 300px;
}

.footer h5 {
  font-size: 22px;
  letter-spacing: -1%;
  margin-bottom: 30px;
}

.footer p {
  font-size: 15px;

  letter-spacing: 0px;
  opacity: 80%;
}

.footer h6 {
    font-size: 16px;
   
    letter-spacing: 0%;
    margin-bottom: 9px;
}

.footer p {
    margin-bottom: 9px;
}

.contact-links {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.footer a {
    font-size: 16px;
    opacity: 80%;
    
    letter-spacing: 0%;
}

.footer a:hover {
    color: #FC5438;
    opacity: 100%;
}

.social-icon {
    margin-top: 22px;
    display: flex;
    gap: 11px;
}

.social-icon svg:hover circle {
    fill: #FC5438;
}

.social-icon svg:hover path {
    fill: #ffffff;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.footer-menu ul li {
    list-style: none;
}

.footer-bottom img {
    width: 348px;
    height: 77px;
    margin-top: -30px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 33px;
}

.footer-bottom p{
    opacity: 80%;
    color: #8A8D91;
}


/* home page css */

.hero-section-cover-wrapper {
    background: radial-gradient(48.73% 48.73% at 50% 50%, #47150C 0%, #210905 100%);
    /*padding: 187px 0;*/
    text-align: center;
}

.hero-section-bg-wrap {
    padding: 187px 0px;
    background-image: url(https://new.tek2d.com/wp-content/uploads/2025/06/red_dots_blinking_pattern.svg);
}

.hero-section-content-wrapper {
    color: #ffffff;
}

.span-space h1 {
    max-width: 465px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.span-space span {
    font-family: "Playfair Display",    serif;
    font-style: italic;
    color: #fff;
    display: inline-block;
    margin-right: 17px;
}
.hero-section-paragraph {
    font-weight: 400;
    letter-spacing: 0;
    font-size: 19px;
    text-align: center;
    max-width: 620px;
    opacity: 80%;
    margin: 0 auto;
    padding-bottom: 28px;
}
.hero-section-button a {
    background-color: #FC5438;
    padding: 12px 24px;
    border-radius: 35px;
    display: inline-block;
    font-size: 22px;
    
}
.carousel-with-text-carousel {
    padding-top: 25px;
}
/* home page slider css */

.ls-curved-carousel {
  --viewport-height: 35rem;
  --perspective: 1400px;
  --fadeout: none;
  position: relative;
  width: 100%;
  height: var(--viewport-height);
  transform-style: preserve-3d;
  user-select: none;
  overflow: visible;
  z-index: 10;
  -webkit-mask-image: var(--fadeout);
  mask-image: var(--fadeout);
}
.ls-curved-carousel__stage {
  perspective: var(--perspective);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); /* ✅ This centers the entire carousel ring */
}
.ls-curved-carousel__ring {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.ls-curved-carousel__slide {
  position: absolute;
  transform-style: preserve-3d;
  overflow: hidden;
}
.ls-curved-carousel__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.hero-slider-wrapper {
    overflow: hidden;
}
/* --------home-----slider---------- */
.carousel-with-text-carousel .swiper-container {
  width: 100%;
  height: auto;
}

.carousel-with-text-carousel .swiper-slide {
  overflow: hidden;
}
.carousel-with-text-carousel .swiper-slide img {
    /*aspect-ratio: 16 / 9;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.carousel-with-text-carousel .swiper-free-mode {
  > .swiper-wrapper {
    transition-timing-function: linear;
    margin: 0 auto;
  }
}
.process-container{
    padding-bottom: 60px;
}
.about-process-main
 {
    padding-bottom: 80px;
}
.process-home-main {
    padding: 80px 0;
}
.process-wraper {
    background: #FFF3F2;
    border-radius: 30px;
    padding: 70px 110px;
    width: 100%;
}

.process-heading h3 {
    text-align: center;
    color: #06141B;
    max-width: 450px;
    margin: 0 auto;
}

.process-data-wraper {
    display: flex;
}

.process-data-col {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.process-data-col span{
color: #FC5438;  
font-size: 15px;

letter-spacing: 0px;
text-transform: uppercase;
}

.process-data-col h4 {
    letter-spacing: -0.75px;
    color: #06141B;
}

.process-data-col p {
    color: #06141B;
    font-size: 16px;
    
    letter-spacing: 0px;
}

.divider {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.divider::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #FFB8AE;
}

.dot-animaction{
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: linear-gradient(180deg, #FF3210 0%, #FF826D 100%);
  box-shadow: 0px 0px 4.5px 1.5px #FFFFFFE5 inset;
  box-shadow: 0px 0px 13.5px 0px #FFA798;
  backdrop-filter: blur(0.75px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.dot {
    background: #FFB8AE;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    box-shadow: 0px 0px 4.5px 1.5px #FFFFFFE5 inset;
    box-shadow: 0px 0px 13.5px 0px #FFA798;
    backdrop-filter: blur(0.7499999403953552px);
}
.home-blog{
    padding-top:115px;
}
.home-blog .bs-service-heading{
    padding-bottom: 64px;
}
.home-blog .hs-service-main-cover{
    padding: 90px 50px 65px;
}
.home-blog-buttton {
    padding-top: 62px;
    text-align: center;
}

.hs-service-main-cover.home-blog-wrapper{
    background-image:unset !important;
    background-color:#210905!important;
}
/* ////////////////////-----------REVIEW SLIDER----------////////////// */
.service .span-space h1 {
    max-width: 650px;
}
 .service .span-space h1 span {
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #FC5438;
}

 .service-review-slider {
      padding: 60px 0px 60px 0px;
    }

    .subheading {
      text-align: center;
      font-size: 16px;
      color: #888;
      margin-bottom: 10px;
    }

 .subheading {
    text-align: center;
    font-size: 22px;
    color: rgba(252, 84, 56, 1);
    margin-bottom: 12px;
    
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.review-slider-heading {
    font-size: 45px;
    
    letter-spacing: -0.75px;
    color: rgba(6, 20, 27, 1);
}
.review-slider-heading  h3 span{
  color: rgba(252, 84, 56, 1);

}
.main-slider-review-wrapper{
  padding-top: 44px;
}
   .review-cards-wrapper{
    text-align: center;
   }
  
    .swiper {
      width: 100%;
      height: 100%;
    }

.service-review-slider .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 20px;
     
    }
.service-review-slider .swiper-wrapper{
      margin-right: -65px;
    }
    .slider-container{
      max-width: 100%;
      margin-right: 0;
    }
/* .slide-content-wrapper {
  position: relative;
  border-radius: 20px;
  padding: 0.8px; 
  background: conic-gradient(
    from 180deg at 50% 50%,
    #FC5438 -10.38deg,
    #FC5438 1.73deg,
    rgba(255, 150, 136, 0) 88.27deg,
    #FC5438 171.35deg,
    rgba(255, 150, 136, 0) 256.15deg,
    #FC5438 349.62deg,
    #FC5438 361.73deg
  );
} */

.slide-inner-content {
  background: rgba(255, 248, 247, 1); /* inner card background */
  border-radius: 30px;
  padding: 22px;
  height: 100%;
}
     .slider-card-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .slider-card-logo img {
      width: 75px;
      height: 45px;
    }
    .user-img img {
    width: 75px;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

    .quote-icon {
      font-size: 30px;
      text-align: left;
      margin: 20px 0 10px;
      color: #bbb;
    }
    .inner-card-review{
      min-height: 272px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
.slide-card-instruction {
    text-align: left;
    font-size: 22px;
    color: rgba(33, 9, 5, 1);
    margin-bottom: 20px;
    /*line-height: 27px;*/
    letter-spacing: 0;
}

    .card-footer {
      text-align: left;
      font-size: 14px;
      color: #666;
    }

   .card-footer span {
    display: block;
    font-weight: bold;
    color: #222;
    font-size: 18px;
    /*line-height: 18px;*/
    margin-bottom: 5px;
}
   .card-footer p {
     font-size: 12px;
     /*line-height: 12px;*/
     color: rgba(138, 141, 145, 1);
     padding: 2px 0;
}
.service-review-slider .swiper-slide-active .slide-inner-content .inner-card-review p {
   color: #ffffff;
}
.service-review-slider .swiper-slide-active .slide-inner-content {
  background: linear-gradient(0deg, #47150C 0%, #210905 100%);
  color: #ffffff;
}
.service-review-slider .swiper-slide-active .slide-inner-content .inner-card-review span {
   color: #ffffff;
}
.service-review-slider .swiper-slide-active .slide-inner-content .card-footer p{
 color: rgba(138, 141, 145, 1);
}
.service-review-slider .swiper-slide-active .slider-card-logo img{
 filter: brightness(60);
}
@media (min-width: 768px) {
.service-review-slider .swiper-slide:hover .slider-card-logo img{
 filter: brightness(60);
}

.service-review-slider .swiper-slide:hover .slide-inner-content {
    background: linear-gradient(0deg, #47150C 0%, #210905 100%);
}
.service-review-slider .swiper-slide:hover .slide-inner-content .inner-card-review p {
   color: #ffffff;
}
.service-review-slider .swiper-slide:hover .slide-inner-content .inner-card-review span {
   color: #ffffff;
}
.service-review-slider .swiper-slide:hover .slide-inner-content .card-footer p{
 color: rgba(138, 141, 145, 1);
}

}
.slider-card-logo {
    padding-right: 15px;
}

.swiper-button-prev:after,
.swiper-button-next:after{
  content: none !important;
}
.swiper-button-prev,
.swiper-button-next{
  position: unset !important;
}
.btn-inner-content {
  display: flex;
  margin: 0 auto;
  margin-top: 64px;
  gap: 41px;
  justify-content: center;
  background: linear-gradient(180deg, #FF3210 0%, #FF826D 100%);
  width: fit-content;
  box-shadow:
    0px 0px 4.5px 1.5px rgba(255, 255, 255, 0.9) inset,
    0px 0px 13.5px 0px rgba(255, 167, 152, 1);
  backdrop-filter: blur(0.75px);
  border-radius: 52px;
  padding:17px 18px ;
}
.swiper-button-next svg,
 .swiper-button-prev svg {
    width: 14px!important;
    height: 14px !important;
    object-fit: contain;
    transform-origin: center;
}
.swiper-button-next,
.swiper-button-prev {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}
.process-heading {
    padding-bottom: 44px;
}
/*---------Pricing-Table----------*/

section.tabletek2d {
  margin-top: 92px;   
  /*position: relative;*/
}
.tabletek2d .choice-heading h3 {
    max-width: unset !important;
    color: #fff;
}
    .table-scrollbar-wrapper {
        max-width: 230px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        padding-top: 55px;
    }
    .table-scrollbar-wrapper .swiper-scrollbar.swiper-scrollbar-horizontal{
    height:10px !important;
    background-color: #FFFFFF !important;
    }
    .swiper-scrollbar-drag{
    background-color:#FC5438 !important;
    }
.tabletek2d .choice-paragraph p {
    color: #FFF;
	  max-width:unset;
	  padding-top: 25px;
	  opacity: 80%;
}
.label-ins-why-require p,
.why-instruction p{
    opacity: 80%;
}

.table-wraper {
  display: flex;
  padding-top: 108px;
}

.table-col {
  display: flex;
  justify-content: center;
}
.table-col-1 {
    width: 26% !important;
}
.swiper-table-column {
    width: 74%;
}
/*.table-col.table-col-1 .text-col h4:first-child {*/
/*    border: none;*/
/*    padding: 16px 0 !important;*/
    /*height: 35px!important;*/
/*}*/
/*.table-col.table-col-1 .text-col h4:last-child {*/
/*    border: none;*/
/*    padding: 16px 0 !important;*/
    /*height: 35px!important;*/
/*}*/

.text-col {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  border-radius: 22px;
  background: radial-gradient(168.89% 86.5% at 89.84% 7.3%, #FF7D67 0%, #FC5438 100%);
  /*box-shadow: 0px 0px 57.08px -45.2px #FF745DB2;*/
    box-shadow: 0px 0px 50px 5.8px #FF745DB2;
}

.text-col h4 {
  text-align: left !important;
  padding-left: 46px;
  justify-content: flex-start !important;
  width: auto !important;
}

.icon-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*justify-content: center;*/
}

.table-wraper h4 {
  position: relative;
  width: 100%;
  height: 85px;
   /*padding: 36px 40px;*/
  text-align: center;
  border-bottom: 1px solid #F5F5F733;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-col h4:last-child {
  border: none !important;
}

.icon-col h4:last-child {
  border: none !important;
}

.heading-color {
  background: #25090550;
}

.border-radius h4:nth-child(6) {
  border-radius: 0px 0px 22px 0px;
}

.border-radius h4:nth-child(6) {
  border-radius: 0px 0px 50px 0px;
}

.border-radius h4:first-child {
  border-bottom: none;
}

.border-radius h4:nth-child(2) {
  border-top: 1px solid #F5F5F733;
  border-radius: 0px 22px 0px 0px;
}
.icon-col img{
    max-width:66px;
}
.pricing-header {
    text-align: center;
}
.price-sub-heading {
    font-size: 22px;
    /*line-height: 26px;*/
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(252, 84, 56, 1);
    margin-bottom: 10px;
}
.price-section-heading {
    font-size: 45px;
    /*line-height: 48px;*/
    letter-spacing: -0.75px;
    color: rgba(6, 20, 27, 1);
    max-width: 500px;
    margin: 0 auto;
}
.pricing-box-container {
    padding: 0px 0px 0px 0px;
}
.GRAPHIC-BOX-WRAPPER {
    background: rgba(255, 243, 242, 1);
    padding: 40px 37px;
    border-radius: 30px;
    max-width: 425px;
}
.price-section-heading h3 span {
    color: rgba(252, 84, 56, 1);
    font-style: italic;
}
.pricing-box-container{
    display: flex;
    gap: 22px;
    justify-content: center;
}

.plans .gradient-border {
  padding: 1px; 
  border-radius: 30px;
  background: conic-gradient(
    from 180deg at 50% 50%,
    #FC5438 -10.38deg,
    #FC5438 1.73deg,
    rgba(255, 150, 136, 0) 88.27deg,
    #FC5438 171.35deg,
    rgba(255, 150, 136, 0) 256.15deg,
    #FC5438 349.62deg,
    #FC5438 361.73deg
  );
  max-width: 425px;
}
.gr-heading-sub h4{
    font-size: 20px;
    /*line-height: 26px;*/
    color: rgba(6, 20, 27, 1);
    letter-spacing: -0.75px;

}
.gr-heading-sub p{
    font-size: 16px;
    color: rgba(6, 20, 27, 1)!important;
    margin-top: 5px;
}
.gr-heading-sub span {
    font-size: 48px;
    letter-spacing: -1.1px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: rgba(252, 84, 56, 1) !important;
    margin-top: 31px;
    text-transform: uppercase;
}
.gr-heading-sub span p{
    text-transform: none;
}
.graphic-header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 24px;
    border-bottom: 0.75px solid rgba(42, 46, 53, 1);
}
.active-more{
    background: rgba(252, 84, 56, 1);
    border: 0.75px solid rgba(252, 84, 56, 1);
}

.graphic-header-btn{
    Padding:16px 21px 16px 21px;
    background: rgba(34, 10, 6, 1);
    border-radius: 52px;
    margin-top: 30px;
    text-align: center;
}
.graphic-center {
    padding: 26px 0;
}
.including-tags-wrap {
    Padding: 11px 15px 11px 15px;
    border: 0.75px solid rgba(252, 84, 56, 1);
    border-radius: 37px;
}
.including-tags-wrap span{
    font-size: 16px;
    color: rgba(6, 20, 27, 1);
}
.included-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    row-gap: 14px;
    column-gap: 10px;
}
.requirments-content {
    display: flex;
    gap: 18px;
    Padding: 9px 12px 9px 12px;
    border-bottom: 0.75px solid rgba(6, 20, 27, 0.2);
}
.requir-first{
     border-top: 0.75px solid rgba(6, 20, 27, 0.2);
}
.graphic-included {
    display: flex;
    flex-direction: column;
    gap: 22px;
    min-height: 250px;
}
.graphic-header{
    border: none;
}
.last-small-box{
    background: rgba(255, 243, 242, 1);
    padding: 40px 37px;
    border-radius: 30px;
}
.last-boxes-wrap{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.last-padding-remove,
.padding-remove{
    padding-bottom: 0px;
}
/* .GRAPHIC-BOX-WRAPPER:hover{*/
/*    background: linear-gradient(0deg, #47150C 0%, #210905 100%);*/
/*    color: #FFFFFF;*/
/*}*/


 .active-box-2{
    background: linear-gradient(0deg, #47150C 0%, #210905 100%);
    color: #FFFFFF;
}
 
 
.active-box-2 .graphic-inner-content-wrapper
span{
 color: rgba(255, 255, 255, 1);
 opacity: 80%;
 
}
.active-box-2 .graphic-inner-content-wrapper
p{
 color: rgba(255, 255, 255, 1)!important;
 opacity: 80%;
}
.active-box-2.graphic-inner-content-wrapper
h4{
 color: #FFFFFF;
}
.active-box-2 .graphic-inner-content-wrapper
.graphic-header-btn{
 background: rgba(255, 243, 242, 1);
}
.active-box-2 .graphic-inner-content-wrapper
.graphic-header-btn a{
color: #210905;
}
.active-box-2  .gr-heading-sub h4 {
    color: #FFFFFF;
}
.pricing-box-wrapper {
    padding: 60px 0px 0px 0px; 
}

.plans .gradient-border{
  height: auto !important;
}











/* portfolio page css */

.bg-wraper {
    background-color: #F3E5E3;
    border-radius: 60px 60px 0px 0px;
    margin-top: -87px;
    padding: 116px 0px 100px 0px;
}

.Contact-section .main-wrapper {
    padding: 0px 0px 150px 0px;
}
.main--cards-ptf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(445px, 1fr));
    row-gap: 54px;
    column-gap: 38px;
}

.gradient-border {
    padding: 1px;
    border-radius: 30px;
    background: conic-gradient(from 180deg at 50% 50%, #FC5438 -10.38deg, #FC5438 1.73deg, rgba(255, 150, 136, 0) 88.27deg, #FC5438 171.35deg, rgba(255, 150, 136, 0) 256.15deg, #FC5438 349.62deg, #FC5438 361.73deg);
    display: inline-block;
    width: 100%;
}

 .ptf--card-element {
  background: #F3E5E3;
  border-radius: 30px;
  padding: 39px 39px;
  font-size: 11px;
  /*line-height: 11px;*/
  color: rgba(138, 141, 145, 1);
}
.card--ptf-img {
    width: 100%;
    height: 100%;
}
.card--ptf-img img {
    width: 100%;
    height: 436px;
    border-radius: 23px;
    object-position: center;
    object-fit: cover;
}
.img-ptf-label {
    display: flex;
    justify-content: space-between;
    padding: 25px 0 0;
    gap: 20px;
}
.heading--bottom-heading {
    font-size: 29px;
    /*line-height: 33px;*/
    letter-spacing: -.67px;
    color: #06141B;
}

/*.card--botom-headng {*/
/*    width: 50%;*/
/*}*/

.card--ptf-btn {
    padding: 8px 11px 8px 11px;
    border: 1px solid #8A8D91;
    border-radius: 6px;
    color: #8A8D91;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0;
    max-height: 10px;
}

.card--ptf-btn span {
    color: #8A8D91;
}

.ptf--btn-wrapper {
    /*width: 50%;*/
    display: flex;
    justify-content: flex-end;
    gap: 13px;
    flex-wrap: wrap;
}
.ptf--contact {
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
}
.ptf--contact--wrapper {
    background: linear-gradient(0deg, #47150C 0%, #210905 100%);
    padding: 122px 0;
    border-radius: 30px;
}
.ptf--contact--sub--heading {
    text-align: center;
    font-size: 23px;
    /*line-height: 26px;*/
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.ptf--contact--sub--heading span a{
        color: rgba(252, 84, 56, 1);
}
 .ptf--contact--heading h3{
    font-size: 45px;
    /*line-height: 48px;*/
    letter-spacing: -.75px;
    color: rgba(255, 255, 255, 1);

}
 .ptf--contact--heading span{
    color: rgba(252, 84, 56, 1);
    font-style: italic;
 }

.ptf--contact--discription p {
    font-size: 18px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    margin-top: 13px;
    max-width: 550px;
    margin: 0 auto;
    margin-top: 14px;
}

.ptf--contact--buttons {
    margin-top: 37px;
    display: flex;
    gap: 22px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
/*.ptf--contact--buttons a {*/
/*    text-decoration: underline;*/
/*    font-size: 15px;*/
/*    line-height: 24.24px;*/
/*    letter-spacing: 0;*/
/*}*/
.btn--main-ptf{
    display: flex;
    gap: 22px;
}

.card--ptf {
  height: 100%;
  display: flex;
}

.top--gallery .gradient-border {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ptf--card-element {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card--ptf-img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}


.main--cards-ptf > .card--ptf {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.portfolio-pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.portfolio-pagination span.page-numbers.current {
    color: #FC5438;
}

.portfolio-pagination a {
    color: #000000 !important;
}

.portfolio-pagination a:hover {
    color: #FC5438 !important;
}
.swiper-button-prev.home-review-slider-btn {
    border: none;
}

/* ////////////////////-----------Abou-us--////////////// */

.about-us .span-space h1 {
    max-width: 750px !important;
}
.about-us .span-space span {
    color: #FC5438;
}
.about-us  .hero-section-paragraph {
    max-width: 1075px;
}
/*-----about-us--image---gallery------*/
.images-main-wrapper img{
    width: 100%;
    height: 100%;
}
.image-gallery2{
    padding:60px 50px ;
}
.images-main-wrapper, .secimg-wrap {
    display: flex;
    gap: 22px;
    justify-content: center;
}
.wrap-last-two {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
section.about-rquire{
    padding: 60px 0px;
}
.require-row-one {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.content-1-card1 h4 {
    font-size: 26px;
    /*line-height: 26px;*/
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    padding: 35px 0 20px 35px;
    z-index: 2;
}
.content-1-card1 p {
    font-size: 16px;
    letter-spacing: 0;
    opacity: 80%;
    color: #ffffff;
    padding-left: 35px;
}
.row1-card1 {
    background: rgba(33, 9, 5, 1);
    border-radius: 30px;
    width: 100%;
    position: relative;
    height: 356px;
    overflow: hidden; 
}

.img-1-card1 {
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 1;
    min-height: 215px;
    max-width: 342px;
}

.img-1-card1 svg{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.row1-card2 .img-1-card1 {
    right: 40px;
    bottom: 48px;
    height: 215px;
    right: 40px;
    top: unset;
}
.row2-card1,
.row2-card2,
.row2-card3{
    width: 100%;
}
.require-row-wrap {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.row2-card1 .img-1-card1,
.row2-card2 .img-1-card1,
.row2-card3 .img-1-card1{
    height: 100%;
    width: 100%;
    max-width: 100%;
}
 .row2-card2 .img-1-card1{
    min-height: 390px;
}

.content-1-card1 {
    max-width: 330px;
}
.wrapper-bg-why{
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: rgba(255, 243, 242, 1);
}
.content-wrapper-why{
  padding: 48px 50px;
}
.why-header-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: center;
    align-items: center;
}
.header-label-why {
    padding: 7px 25px;
    border: 0.75px solid rgba(252, 84, 56, 1);
    /* max-width: 274px; */
    border-radius: 34px;
    color: rgba(252, 84, 56, 1);
    font-size: 13px;
    /*line-height: 26px;*/
    letter-spacing: 1.51px;
    text-transform: uppercase;
}
.why-heading h3{
    font-size: 45px;
    /*line-height: 48px;*/
    letter-spacing: -0.75px;
    color: rgba(6, 20, 27, 1);
    margin-top: 5px;
}
.why-heading h3 span{
    color: rgba(252, 84, 56, 1);
}
.why-require-card {
    display: flex;
    gap: 14px;
}
.massive-content-wrapper .label-ins-why-require h4{
    font-size: 22px;
    /*line-height: 26px;*/
    /* letter-spacing: -0.75px; */
    color: rgba(6, 20, 27, 1);

}
.massive-content-wrapper .label-ins-why-require p {
    font-size: 18px;
    letter-spacing: 0;
    color: rgba(6, 20, 27, 1);
    opacity: 80%;
    letter-spacing: -0.75px;
    /*line-height: 26px;*/
}
.flex-wrapper-labels {
    display: flex;
    flex-direction: column;
    gap: 0;
    /* padding: 20px 0; */
}
.why-label-review-wrapper {
    padding: 75px 50px;
}
.label-ins-why-require {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.align-flex-row {
    display: flex;
    justify-content: space-between;
    padding: 35px 100px;
}
.massive-content-wrapper 
.content-wrapper-why,.why-label-review-wrapper{
padding-left: 0;
padding-right: 0;
}
.inner-paddingwrapper {
     border-bottom: 0.5px solid rgba(6, 20, 27, 0.5)
}
.last-bottom-remove{
    border: none;
}
.massive-label-wrap {
    width: 260px;
    text-align: start;
}
.messive{
    padding: 60px 0px;
}
.massive-tek2d-wrapper {
    padding-bottom: 52px;
    width: 100%;
    border-radius: 30px;
    background-color: #fff;
}
.massive-label-review-wrapper {
    padding-top: 80px;
}
.massive-heading h3 {
    font-size: 45px;
    /*line-height: 48px;*/
    letter-spacing: -0.75px;
    color: #000;
    margin-top: 5px;
}

.massive-heading h3 span {
    color: #FC5438 !important;
    font-style: italic !important; 
    font-family: "Playfair Display", serif !important;
}
.massive-wrapper-why .why-header-content{
    padding-top:70px !important;
}
section.leading-slider{
    padding: 60px 0px 0 0;
}
.slide-header-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    text-align: center;
}

.header-label span {
    border: 0.75px solid rgba(252, 84, 56, 1);
    Padding: 7px 28px;
    border-radius: 34px;
    color: rgba(252, 84, 56, 1);
    font-size: 14px;
    /*line-height: 26px;*/
    letter-spacing: 1.5px;
}
.lead-heading h3 {
    font-size: 45px;
    /*line-height: 48px;*/
    letter-spacing: -0.75px;
    color: rgba(6, 20, 27, 1);
    margin-bottom: 6px;
}
.lead-heading h3 span {
   color: rgba(252, 84, 56, 1);
}
.lead-instruction p {
    max-width: 883px;
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 auto;
}
/* ////////////////////// swiper-styling////////////// */
/* .swiper-wrapper-leading{
    max-width: 1300px;
} */
 .swiper-wrapper-leading-main {
    padding: 60px 0;
}
.swiper {
      width: 100%;
      height: 100%;
    }
     .img-wrap {
    position: absolute;
    bottom: 0;
    z-index: 1;
}
    .img-wrap img{
        width:100% ;
        height: 100%;
        border-radius: 30px;
        margin-bottom: -6px;
    }
    .slide-content-wrap{
        position: relative;
        min-height: 453px;
        display: flex;
      justify-content: center;
      align-items: center;
      background-image: url('https://new.tek2d.com/wp-content/uploads/2025/07/slide-bg.png');
      background-position: bottom;
      background-repeat: no-repeat;
      border-radius: 30px;
    }
.content-wrap {
    position: absolute;
    z-index: 2;
    bottom: 17px;
    color: #ffffff;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.content-wrap span {
    font-size: 26px;
    /*line-height: 25px;*/
    letter-spacing: -1px;
    color: #ffffff;
}
.content-wrap p {
    font-size: 16px;
    /*line-height: 17px;*/
    letter-spacing: -1px;
    color: rgba(252, 84, 56, 1);
}
.swiper-pagination{
    position: unset!important;
    width: 38.2%!important;
    margin: 0 auto;
    background: rgba(216, 216, 216, 1)!important;

}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:  rgba(252, 84, 56, 1)!important;
}
 .leading-swiper-slider{
    display: flex!important;
    flex-direction: column;
    gap: 75px;
}
.swiper-wrapper-leading-main .swiper-button-next{
    position: absolute !important;
    right: -47px;
    top: 43%;
}
.swiper-wrapper-leading-main .swiper-button-prev{
     left: -47px;
    top: 43%;
     position: absolute !important;
}
.swiper-wrapper-leading-main {
    padding: 60px 0;
    position: relative;
}
.swiper-wrapper-leading-main .swiper-button-next:after, .swiper-button-prev:after{
    content: unset!important;
}
.swiper-wrapper-leading-main .swiper-button-next svg, .swiper-button-prev svg{
    width: 14px!important;
    height: 16px!important;
}
.swiper-wrapper-leading-main .swiper-button-next, .swiper-button-prev  {
    border: 1px solid #000;
    border-radius: 53%;
    width: 40px!important;
    height: 40px!important;
}









/* contact us page css */

.contact-heading h1 {
    width: 580px;
    margin: 0 auto;
}

.form-bg {
    background: #210905;
    padding: 45px 34px 65px 34px;
    border-radius: 30px;
    margin-top: 56px;
}

.contact-form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.contact-form-wrapper input, textarea {
    width: -webkit-fill-available;
    max-width: 100%;
    border: .5px solid #FC5438;
    border-radius: 33px;
    background: #FC543814;
    padding: 17px 33px 17px 33px;
    font-size: 18px;
    /*line-height: 100%;*/
}

.form-buttons input {
    width: unset !important;
    font-size: 22px;
    /*line-height: 24px;*/
    color: #ffffff;
    background: #FC5438;
    padding: 10px 21px !important;
}

.two-column {
    display: flex;
    gap: 35px;
}

.form-group {
    width: 100%;
}

.form-buttons p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.form-buttons .Btn-secondary {
    font-size: 22px;
    /*line-height: 24px;*/
    border-color: #FC5438;
    color: #FC5438;
}

.contact-form-wrapper input::placeholder, textarea::placeholder {
    color: #ffffff;
}

.contact-form-wrapper label {
    color: #ffffff;
    font-size: 18px;
    /*line-height: 100%;*/
}

.contact-form-wrapper label {
    color: #ffffff;
    font-size: 18px;
    /*line-height: 100%;*/
    display: block;
}

.form-buttons .or-text {
    color: #ffffff;
    font-size: 18px;
    /*line-height: 100%;*/
}

.contact-form-wrapper textarea {
    resize: none;
}

.card {
            background: linear-gradient(42.85deg, #210905 59.35%, #872514 110.29%);
            background-repeat: no-repeat;
            border-radius: 8px;
            width: 210px;
            height: 145px;
            box-shadow: 9.04px 10.55px 27.87px 0px #FC543866;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 11px 38px;
            text-align: center;
            gap: 10px;
            position: relative;
            margin-bottom: 100px;
        }
        
        .card img {
    width: 29px !important;
}

        .card h4 {
            font-size: 17px;
            /*line-height: 100%;*/
            color: #ffffff;
        }

        .card p {
            font-size: 12px;
            /*line-height: 100%;//*/
            letter-spacing: 0px;
            color: #ffffff;
        }

        .card::after {
            content: "";
            position: absolute;
            width: 34px;
            height: 22px;
            background-image: url(https://new.tek2d.com/wp-content/uploads/2025/06/Polygon-8.png);
            background-repeat: no-repeat;
            background-size: contain;
            bottom: -18px;
        }

.map-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.pk {
    position: absolute;
    inset: auto 14.4vw 14.6vw auto;
}

.uk {
    position: absolute;
    inset: auto auto 18vw 25.2vw;
    display: none;
}

.Us {
    position: absolute;
    inset: auto auto 14.2vw 11.5vw;
    display: none;
}

.heading-map-wraper {
    margin: 103px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.heading-map-wraper h3 {
    width: 800px;
    margin: 0 auto;
}

.heading-map-wraper p {
   font-size: 18px;
   /*line-height: 100%;*/
   letter-spacing: 0px;
}

.location-wrapper {
    margin: 56px 0px 0px 0px;
    display: flex;
    text-align: center;
    gap: 30px;
    justify-content: center;
    flex-wrap: nowrap;
}
.location-card {
    width: 370px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.location-card p {
    font-size: 22px;
    /*line-height: 100%;*/
    letter-spacing: 0px;
    color: #06141B;
}
.location-card h4 {
    color: #000000;
}






































































/*-------------service----page---------------*/

.sercard-section {
    padding-top: 67px;
   padding-bottom: 125px;
}
.sermain-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.sercard--services {
    position: relative;
    background-color: rgba(255, 249, 249, 1);
    padding: 40px 50px 40px 50px;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
}

/*.sercard-wrapper--s {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 24px;*/
/*}*/
.service-card-iwt-wrap{
  display: flex;
  /*flex-direction: column;*/
  justify-content: space-between;
  width: 100%;
}

/* 1. HEADER */
.sercard-header--s {
    display: flex;
    /* justify-content: space-between; */
    /* align-items: center; */
    flex-direction: column;
    gap: 30px;
}

.sercard-title--s {
    font-size: 45px;
    letter-spacing: 0;
    margin: 0;
    /*line-height:54px;*/
    font-weight:500;
    text-align: left;
    
}
.sercard--services .Btn-secondary a{
    color:#FC5438 !important;
}
.sercard-image img {
  width: 132px !important;
  height: 100%;
  object-fit: contain;
}

/* 2. DESCRIPTION */
.sercard-description p {
    font-size: 18px;
    color: #333;
    /*line-height: 22px;*/
    letter-spacing: 0;
    font-weight:300;
    /*padding-bottom: 13px;*/
    max-width: 500px;
}
.service-card-bottom-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
}
.service-card-footer-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* 3. LABELS */
.sercard-labels {
    display: flex;
    flex-wrap: wrap;
    row-gap: 17px;
    column-gap: 13px;
    max-width: 500px;
}

.sercard-labels span {
 Padding: 10px 13px 10px 13px;
  color:#06141B ;
  border-radius: 8px;
  font-size: 14px;
}

.serlabel {
  background: rgba(252, 84, 56, 0.08);
}

/* 4. BUTTONS */
.sercard-buttons {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  margin-top: 6px;
}
.last-wrapper {
    width: 100%;
}

/* .sercard-buttons  {
  Padding:10px 25px 10px 25px;
  background-color: #fc5438;
  border: none;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  border-radius: 31px;
} */
.btn-on{
  background-color: transparent!important;
  border: 1px solid rgba(255, 50, 16, 1) !important;
}
.btn-on a{
  color: rgba(6, 20, 27, 1) !important;
}
/* -------------------cards hover effects-----------------------  */
.sercard--services:hover{
  background: linear-gradient(0deg, #47150C 0%, #210905 100%);
 color: #FFFFFF;
}
.sercard--services:hover .Btn-secondary a{
 color: #FFFFFF;
}
.sercard--services:hover .sercard-description p{
   color: #FFFFFF;
}
.sercard--services:hover .serlabel p{
   color: #FFFFFF;
}
/* .sercard--services:hover .sercard-buttons button{
   color: #FFFFFF!important;
   box-shadow: 0px 0px 45.18px 0px rgba(252, 84, 56, 0.6);

} */
.sercard--services:hover .btn-on{
  box-shadow: none!important;
}
.sercard--services:hover .btn-on a{
   color: #FFFFFF!important;
}

.sermain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 40px;
  align-items: stretch;
}

/* 2. Make sure each card fills the height */
.gradient-border {
  display: flex;
  height: 100%;
}

/* 3. Ensure internal wrapper takes full height and spreads content */
.sercard--services {
  background-color: rgba(255, 249, 249, 1);
  padding: 40px 50px;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 4. Stretch inner content */
.sercard-wrapper--s {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 24px;
}
/* ////////////////////-----------why tek2d----------////////////// */


.wrapper-bg-why{
  background-image: url('https://new.tek2d.com/wp-content/uploads/2025/06/Frame-1000015557.png');
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.content-wrapper-why{
  padding: 48px 50px;
}
.why-header-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: center;
    align-items: center;
}
.header-label-why {
    padding: 7px 25px;
    border: 0.75px solid rgba(252, 84, 56, 1);
    /* max-width: 274px; */
    border-radius: 34px;
    color: rgba(252, 84, 56, 1);
    font-size: 13px;
    /*line-height: 26px;*/
    letter-spacing: 1.51px;
    text-transform: uppercase;
}
.why-heading h3{
    font-size: 45px;
    /*line-height: 48px;?*/
    letter-spacing: -0.75px;
    color: rgba(255, 255, 255, 1);
    margin-top: 5px;
}
.why-instruction p{
    font-size: 18px;
    max-width: 475px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
}
.label-ins-why-require h4{
    font-size: 22px;
    /*line-height: 26px;*/
    letter-spacing: -0.75px;
    color: rgba(255, 255, 255, 1);
}
.label-ins-why-require p{
    font-size: 18px;
    letter-spacing: 0;
    color: #ffffff;
}
.grid-wrapper-labels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
   gap: 85px;
}
.why-label-review-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 75px 0;
}
.label-ins-why-require {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.why-tek2d-wrapper{
  padding-bottom: 70px;
}

.why-tek2d .why-heading h3 span{
    color: #FC5438;
    font-style: italic;
    font-family: "Playfair Display", serif;
}
.why-tek2d .img-label-why {
    width: 100%;
    max-width: 53px;
    height: 100%;
    min-height: 47px;
    height: 47px;
}
.service-card-footer-wrapper .Btn-secondary {
    border: 1.14px solid #FF3210 !important;
} 

.service-card-footer-wrapper .Btn-primary:hover {
    color: #000 !important;
}










































































































/* Responsive Queries */

@media screen and (max-width: 1366px) {
    .swiper-button-prev.home-review-slider-btn{
        height: unset!important;
    }
    .swiper-button-next.home-review-slider-btn{
        height: unset!important;
    }
          .leading-slide-header {
            padding: 0 50px;
        }
  .single-title {
    font-size: 48px;
  }
.container{
  max-width: 100%;
   padding: 0 50px;
}
.image-gallery2 {
    padding: 0;
}
 section.about-rquire {
    padding: 60px 0px;
}
}

  @media (max-width: 1210px) {
     
     .bottom-turnaround-wrapper{
        width: 87%!important;
    }
.row1-card2 .img-1-card1 {
    right: 20px;
    bottom: 0px;
}  
.row1-card2 .img-1-card1 {
    max-width: 270px;
} 
.sercard--services {
    padding: 40px 20px;
}
.service-card-iwt-wrap {
    gap: 10px;
}
   .pricing-box-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    row-gap: 30px;
   }
  .pricing-box-container .gradient-border.GRAPHIC-BOX-WRAPPER {
    max-width: 440px;
   }
    .pricing-box-container{
        padding-left: 0;
        padding-right: 0;
    }
     .bs-service-card-wrapper .gradient-border {
        width: 30% !important;
    }
    .bs-service-card-wrapper {
        flex-wrap: wrap;
    }
    /*-----home-page-cards------*/
    .choice-cards-wrappper {
    position: relative;
}
.choice-card-left-wrapper {
    width: 50% !important;
}
/*.top-card-wrapper.card-list-wrapper {*/
/*    height: 37.5% !important;*/
/*    min-height: 37.5% !important;*/
/*}*/
/*.top-card-wrapper img{*/
/*    min-height: 280px;*/
/*    height: 280px;*/
/*}*/
.choice-card-right-wrapper {
    width: 50% !important;
}
.choice-card-right-top-wrapper {
    width: 100% !important;
}
.right-choice-inner-wrapper {
    flex-direction: column;
}
.choice-track-wrapper {
    width: 89% !important;
}
.choice-teams-wrapper {
    width: 89% !important;
    min-height: 281px !important;
}
.choice-card-right-bottom-wrapper {
    width: 100% !important;
}
.bottom-design-wrapper{
    position: absolute;
    left: 0;
    /*min-height: 447px;*/
    bottom: 0;
}
.bottom-turnaround-wrapper {
    background-size: auto!important;
    background-repeat: no-repeat;
    width: 89%;
    min-height: 400px;
    background-position: bottom center;
}
.bottom-design-wrapper img {
    max-width: 482px;
    /*height: 299px;*/
    object-fit: contain;
}
/*.top-card-wrapper img {*/
/*    min-height: 289px;*/
/*    height: 289px;*/
/*    object-fit: fill;*/
/*}*/
 
.right-choice-inner-wrapper {
    justify-content: center;
}   
.bottom-design-wrapper {
    width: 48.5% !important;
}
}

@media screen and (max-width: 1024px) {
        .leading-slide-header {
        padding: 0 40px;
    }
    .process-data-wraper {
        flex-wrap: wrap;
        row-gap: 50px;
    }
    .process-data-col {
        width: 50% ;
    }



    section.about-rquire {
    padding: 60px 0px;
}
.require-row-2 .row2-card3{
    grid-column:1 / -1;  
    justify-self:center; 
  }
.require-row-2{
    display: grid;
    grid-template-columns:repeat(2, 1fr);  
}
  .content-grid {
    flex-direction: column;
  }

  .left-col, .right-col {
    flex: 0 0 100%;
  }

  .single-title {
    font-size: 42px;
  }
.container{
    padding: 0 40px;
  }
.pricing-box-container .gradient-border.GRAPHIC-BOX-WRAPPER  {
    max-width: 348px;
       
}
.GRAPHIC-BOX-WRAPPER{
    padding: 30px 40px;
}
.hs-service-main-cover {
    padding: 60px 40px;
}
.bs-service-heading h2 {
    max-width: 630px;
    font-size: 38px;
}
.grid-wrapper-labels {
    gap: 60px;
}
.table-col-1 {
    width: 33% !important;
     /*box-shadow: 0px 0px 50px 5.8px #FF745DB2;*/
}
.swiper-table-column {
    width: 67%;
}
.hs-service-main-cover.home-blog-wrapper{
       padding: 90px 40px 65px;
}







}

@media screen and (max-width: 880px) {
          .leading-slide-header {
        padding: 0 30px;
    }
    .Process {
    padding-top: 60px;
}
  .bg-wraper {
   
    padding: 100px 0px 100px 0px;
}
section#carousel-with-text{
      padding: 0px!important;
}
.carousel-with-text-carousel{
     padding: 50px 0px 50px 0px!important;
}
    section.about-rquire {
    padding: 60px 0px;
}
.hs-service-main-cover {
    padding: 60px 30px;
}
/*////////////////// section inner padding////////////////*/
.hs-service-main-cover,
.hs-service-main-cover{
    padding-left: 30px!important;
    padding-right: 30px!important;
}









.row1-card1 {
    height: 410px;
}
.grid-wrapper-labels {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
}
.container{
    padding: 0 30px;
  }
.pricing-box-container .gradient-border.GRAPHIC-BOX-WRAPPER  {
        max-width: 460px;
        width: 100%;
}
.GRAPHIC-BOX-WRAPPER{
    padding: 30px 30px;
}
  .ptf--contact--wrapper{
        padding: 115px 0;
    }
    .ptf--contact--discription p {
       font-size: 17px;
   }
   .ptf--contact--buttons{
    flex-direction: column;
   }
   .ptf--contact {
      padding: 0 30px;
}    
  .single-title {
    font-size: 36px;
  }

  .section-title {
    font-size: 26px;
  }

  .section-description {
    font-size: 16px;
  }
  .bs-service-heading h2 { 
    max-width: 464px;
    font-size: 33px;
}
.bs-service-card {
    
    height: 240px;
    padding: 30px 30px 0 30px;
}
.bs-service-card-wrapper .gradient-border {
    width: 47% !important;
    
}
.bs-service-card-wrapper{
padding-top: 50px;
}
.bs-service-heading h2{
padding-top: 40px;
}
.bottom-design-wrapper img {
     max-width: 360px;
    /*height: 246px;*/
}
.bottom-design-wrapper {
    width: 49%;
    /*min-height: 430px;*/
}
  .GRAPHIC-BOX-WRAPPER{
        max-width: 100%;
    }
    .plans .gradient-border{
        max-width: 540px;
    }
    section.Process {
    margin-top: 0px;
}
.align-flex-row{
    flex-direction: column;
    gap: 20px;
      padding: 35px 30px;
}
.massive-tek2d-wrapper{
    padding-bottom: 0
}
}



















@media only screen and (max-width: 767px) {
 
    .swiper-wrapper-leading-main {
    padding: 60px 0 0 0;
}
    /*.bg-wraper{*/
    /*    padding-bottom: 34px;*/
    /*}*/
    .slider-container {
        padding: 75px 0;
    }
     .span-space h1 {
        max-width: 380px;
    }
    h1 {
        font-size: 50px;
        line-height: 56px;
    }
    .hero-section-paragraph {
        font-size: 18px;
        max-width: 420px;
        padding-bottom: 24px;
    }
    .images-main-wrapper, .secimg-wrap {
        gap: 15px;
        flex-direction: column;
        justify-content: center;
    }
    .ptf--contact--heading h3 {
        font-size: 32px;
        max-width: 270px;
        margin: 13px auto;
        /*line-height: 39px;*/
    }
    .ptf--contact--discription p{
        max-width: 490px;
        margin: 0 auto;
    }
    .card--ptf-img img{
    width: 100%;
    height: 100%;
  }
   .img-ptf-label{
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .main--cards-ptf{
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .ptf--btn-wrapper {
    display: flex;
    gap: 10px;
}
.btn--main-ptf{
    flex-direction: column;
}
.ptf--contact--buttons button{
    width: 220px;
}
 .ptf--contact--wrapper {
     padding: 70px 0;
  }
 .ptf--contact {
        padding: 0px 25px;
    }
    .ptf--btn-wrapper {
     display: flex;
     gap: 8px;
    }
.ptf--card-element{
  padding: 23px 24px;
}
    .main-wrapper {
    padding: 60px 20px 60px 20px;
}
  .hero-section {
    padding: 60px 0 20px;
  }

  .cta-heading {
    font-size: 28px;
  }

  .cta-buttons {
    flex-direction: column;
  }
  .container{
    padding: 0 20px;
  }
   section.pricing-table{
    padding: 0px;
  }
 
.GRAPHIC-BOX-WRAPPER{
    padding: 30px 20px;
}
 
  .price-section-heading {
    font-size: 26px;
    /*line-height: 30px;*/
    max-width: 350px;
    letter-spacing: 0;
}
    .GRAPHIC-BOX-WRAPPER {
        padding: 30px 25px;
    }
    .gr-heading-sub span {
    font-size: 26px;
    margin-top: 25px;
}
    .graphic-included {
        min-height: 210px;
    }
.price-sub-heading {
    font-size: 18px;
    margin-bottom: 10px;
}
.bs-service-card{
     width: 100% !important;
}
    .bs-service-card-wrapper .gradient-border{
    width: 100% !important;
    max-width: 100% !important;
    }
    .bs-service-sub-heading {
        font-size: 20px;
    }
    .bs-service-bottom-icon-wrapper{
        margin-bottom: 0px;
    }
    .bs-service-heading h2 {
        max-width: 389px;
        font-size: 24px;
    }
    .choice-heading h3 {
    max-width: 330px;
    padding-top: 35px;
    font-size: 36px;
    }
    .choice-card-left-wrapper {
    width: 100% !important;
}
.choice-card-right-wrapper {
    width: 100% !important;
}
.choice-teams-wrapper {
    width: 100% !important;
    padding: unset;
}
.choice-track-wrapper {
    width: 93% !important;
}
.choice-track-wrapper {
    padding: 20px 13px 36px 13px;
}
.selection-card-wrapper {
    padding: 20px 24px 36px 24px;
}
.choice-teams-wrapper {
    /* width: 50%; */
    border-radius: 22px;
    /* padding: 20px 24px 36px 24px; */
    /* display: flex
; */
    flex-direction: column;
    background-size: cover;
    background-position: center;
}
    .choice-teams-wrapper {
        /* width: 89% !important; */
        min-height: 310px !important;
    }
.bottom-choice-inner-wrapper {
    flex-direction: column;
}
.bottom-design-wrapper {
    position: unset !important;
    width: 100% !important;
    /*min-height: 400px !important;*/
}
    /*.bottom-design-wrapper img {*/
    /*    max-width: 475px !important; */
    /*    height: 282px !important;*/
    /*    object-fit: cover !important;*/
    /*}*/
.top-card-wrapper {
    min-height: 510px !important;
}
.choice-heading h3 {
    max-width: 320px;
    padding-top: 37px;
    font-size: 28px;
}
.choice-paragraph p {
    font-size: 16px;
    padding-top: 22px;
    max-width: 350px;
}
.choice-cards-inner-cover {
    flex-wrap: wrap;
} 
.choice-teams-wrapper {
    padding:unset !important;
}
.sermain-grid {
    grid-template-columns: 1fr;
  }
  .sermain-grid {
    display: flex !important;
    flex-wrap: wrap !important;
}
.sercard--services {
    padding: 24px 20px;
}
.sercard-title--s {
    font-size: 30px;
    /*line-height: 36px;/*/
}
.sercard-image img {
    width: 73px !important;
    height: 100%;
    object-fit: contain;
}
a{
    font-size: 12px;
}
.grid-wrapper-labels .why-require-card {
    display: flex;
    gap: 14px;
    flex-direction: column
    ;
}
.why-tek2d .img-label-why {
    width: 100%;
    max-width: 63px;
    height: 100%;
    min-height: 54px;
    height: 54px;
}
.content-wrapper-why {
    padding: 48px 20px;
}
.sercard-section {
    padding-bottom: 35px;
    padding-top: 0 !important;
}
.service-review-slider {
    padding: 0px 0px 0px 0px !important;
}
/*.bg-wraper {*/
/*    padding: 35px 0px 100px 0px !important;*/
/*}*/
.hero-section {
    padding: 0 !important;
}
   section.about-rquire {
    padding: 60px 0px;
}
.require-row-2{
    display: grid;
    grid-template-columns:repeat(1, 1fr);  
}
.row2-card1, .row2-card2, .row2-card3 {
    width: 100%;
    align-items: center;
    max-width: 404px;
    margin: 0 auto;
}
.row1-card1 {
    min-height: 390px;
    max-width: 410px;
    }
.require-row-one {
    flex-direction: column;
}
.require-row-one {
    flex-direction: column;
    justify-content: center;
    align-items: center;
 }
 .table-col-1 {
    width: 55% !important;
}
.swiper-table-column {
    width: 45%;
}

.pricing-box-container{
        padding-bottom: 14px!important;
    }
    .hs-service-main-cover{
        padding: 60px 0px 20px 0px!important;
         background-image: unset !important; 
        background: linear-gradient(0deg, #47150C 0%, #210905 100%) !important;
    }
      .choice-track-wrapper{
        padding: unset!important;
    }
        .choice-track-wrapper {
        width: 100% !important;
    }
    .bottom-turnaround-wrapper{
        width: 100%!important;
        padding: unset!important;
    }
    .selection-card-description {
        max-width: 270px;
    }
    .top-card-wrapper img {
        min-height: 402px;
        height: 402px;
        
    }
    .home-blog{
        padding-top: unset;
    }
    .hs-service-main-cover {
    padding: 60px 30px;
}
/*////////////////// section inner padding////////////////*/
.hs-service-main-cover,
.home-blog .hs-service-main-cover.home-blog-wrappe.r,
.hs-service-main-cover{
    padding-left: 20px!important;
    padding-right: 20px!important;
}
#choice {
    padding-top: 90px;
    padding-bottom: 100px;
}


/*////////////////////font sizes//////////////////*/

    
    .choice-paragraph p{
        max-width: 376px!important;
        /*line-height: 22px!important;*/
    }
    .choice-track-wrapper{
        padding: unset!important;
    }
        .choice-track-wrapper {
        width: 100% !important;
    }
    .bottom-turnaround-wrapper{
        width: 100%!important;
        padding: unset!important;
    }
   
   
    .process-wraper {
        padding: 50px 30px!important;}

    .process-heading h3{
        font-size: 32px!important;
    }
    section.tabletek2d {
        margin-top: 45px!important;
    }
    .price-section-heading h3 {
        font-size: 32px!important;
        /*line-height: 33px!important;*/
    }
        .price-sub-heading span {
        font-size: 22px!important;
        margin-bottom: 10px!important;
       
        letter-spacing: 1.5px!important;
    }
        .ptf--contact--discription p {
        max-width: 290px;
        margin: 0 auto;
        font-size: 18px!important;
    }
    .ptf--contact--sub--heading span{
         font-size: 22px;
        
    }
    /*//////////////////////////////////////////////////////////////// about us page ////////////////////////////////////////////////////*/
    .align-flex-row {
        max-width: 264px;
        /* text-align: center; */
        margin: 0 auto;
         padding: 30px 20px;
    }
    .why-require-card {
        text-align: start;
        flex-direction: row;
        
    }
    .massive-label-wrap {
        text-align: start;
    }
        .align-flex-row {
        gap: 24px;
   
    }
    .swiper-wrapper-leading-main .swiper-button-prev{
        display: none;
    }
    .swiper-wrapper-leading-main .swiper-button-next{
        display: none;
    }
       .process-data-wraper {
        flex-wrap: wrap;
        row-gap: 60px;
    }
    .process-data-col {
        width: 100% ;
    }
    .leading-slider .container{
        padding: 0!important;
    }
    .leading-slide-header {
        padding: 0 20px;
    }
    .swiper-wrapper-leading-main {
        margin-right: -20px;
        margin-left: -20px;
    }
    .slide-content-wrap{
        height: 420px;
    }
    
    
    
    
    
    
    
    
    
    /*universal sizes of fonts////////////////*/
       h1{
        font-size: 40px!important;
        line-height: 100%!important;
    }
    h3{
         font-size: 32px!important;
        line-height: 100%!important;
    }
    /*p{*/
    /*     font-size: 18px!important;*/
    /*    line-height: 100%!important;*/
    /*}*/

}












































/* ====== MOBILE NAVBAR STYLING ====== */
@media (max-width: 991px) {
  nav {
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 20px;
  }

  .col-two {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #210905;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
  }

  .col-two ul {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }

  .col-two.active {
    max-height: 300px;
    opacity: 1;
  }

  .col-three {
    display: none;
  }

  /* Hamburger Icon */
  .hamburger {
    display: block;
    cursor: pointer;
    z-index: 1000;
  }

  .hamburger div {
    width: 28px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
  }

  .hamburger.active div:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
  }

  .hamburger.active div:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active div:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -4px);
  }
  .process-container {
    padding-bottom: 45px;
}
}









