@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
@import url(https://db.onlinewebfonts.com/c/38a367caf669011075e5d4107ee090a3?family=TitlingGothicFBExtended-Normal);

body {
  font-family: "TitlingGothicFBExtended-Normal" !important;
  background-color: rgba(0, 0, 0, 1);
  overflow-x: hidden !important;
}

@font-face {
  font-family: "TitlingGothicFBNormal";
  src: url("/fonts/TitlingGothicFBNor-Stand-AF65ddb1368137c.otf") format("opentype");

  font-style: normal;
}

html {
  scroll-behavior: smooth !important;
}

/* .btn-shine {
  position: relative;
 
 
 
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 7s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
  
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
} */

img.line {
  position: absolute;
}

:root {
  --secondary-color: rgba(255, 255, 255, 1);
  --primary-color: rgba(175, 255, 193, 1);
  --netural-color: rgba(138, 138, 138, 1);
  --dark-color: rgba(49, 53, 56, 1);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px !important;
}

a,
a:hover {
  text-decoration: none !important;
  color: inherit;
}

.container {
  max-width: 90% !important;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 60px 40px 70px;
}

.logo {
  width: 76px;
  height: 71px;
  transition: transform 500ms ease, opacity 500ms ease;
  cursor: default;
}

.logo:hover {
  transform: scale(1.1);
  opacity: 0.95;
}

.header ul {
  display: inline-flex;
  padding: 0px;
  margin: 0px;
  margin-left: 90px;
  gap: 70px;
}

.offcanvas ul {
  padding: 0px;
  margin: 0px;
}

.btn-close {
  --bs-btn-close-bg: url(/images/Close.png) !important;
  font-size: 40px !important;
  --bs-btn-close-opacity: 1 !important;
}

.font-p {
  font-family: "Poppins";
  padding: 50px !important;
}

.font-p p,
.font-p ul {
  color: #8a8a8a !important;
}

.green {
  color: #7cb78a;
}

.green:hover {
  color: #afffc1;
}

.offcanvas ul li {
  list-style-type: none;
  padding: 15px;
  cursor: pointer;
  font-family: Poppins;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: white;
  position: relative;
  display: block;
}

.offcanvas {
  padding-top: 26px;
}

.offcanvas-menu li {
  list-style: none;
  padding: 15px 0;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: white;
  position: relative;
}

.offcanvas-menu li a {
  color: white;
  text-decoration: none;
}

.offcanvas-menu li a span {
  position: relative;
  display: inline-block;
}

.offcanvas-menu li a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 300ms ease-in-out;
}

.offcanvas-menu li:hover a span::after {
  transform: scaleX(1);
}

.header ul li {
  list-style-type: none;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: white;
  position: relative;
  display: inline-block;
}

.header ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 100%;
  background-color: white;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 300ms ease-in-out;
}

.header ul li:hover::after {
  transform: scaleX(1);
}

.header button {
  font-family: Poppins;
  font-weight: 800;
  font-size: 32px;
  line-height: 48px;
  background-color: transparent;
  color: var(--primary-color);
  border: none;
  transition: transform 500ms ease, opacity 500ms ease;
}

.header button:hover {
  transform: scale(1.1);
  opacity: 0.95;
}

.hero {
  padding: 0 70px;
  flex: 1;
}

.hero .align-items-center {
  transform: translateY(-4%);
}

.hero h1 {
  font-weight: 500;
  font-size: 100px;
  line-height: 100px;
  color: var(--primary-color);
  cursor: default;
}

.hero h3 {
  font-family: TitlingGothicFBNormal;

  font-weight: 400;
  font-size: 34px;
  line-height: 38.27px;
  letter-spacing: 25.5px;
  color: var(--netural-color);
  cursor: default;
}

.hero h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 64px;
  color: var(--secondary-color);
  text-transform: uppercase;
  cursor: default;
}

.btn-white {
  font-family: Poppins;
  font-weight: 700;
  font-size: 30px;
  line-height: 44px;
  border-radius: 8px;
  padding: 18px 44px;
  border: none;
  position: relative;
  overflow: hidden;
  background-color: white;

  color: black !important;
  transition: transform 500ms ease, opacity 500ms ease;
}

.swal-popup-success {
  background-color: black !important;
  border: 2px solid rgb(56, 56, 56) !important;

}

/* Custom styles for the error modal */
.swal-popup-error {
  background-color: black !important;
  border: 2px solid rgb(56, 56, 56) !important;

}

/* Customize the title to have white text */
.swal-title {
  color: white !important;
}

/* Custom styles for the button */
.swal-button-success {
  background-color: white !important;
  color: black !important;

}

/* Custom styles for the error button */
.swal-button-error {
  background-color: white !important;
  color: black !important;



}

.btn-white:hover {
  transform: scale(1.05);
  /* opacity: 0.95; */
}

.btn-outline {
  font-family: Poppins;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  border-radius: 8px;
  padding: 15px 30px;
  border: none;
  position: relative;
  overflow: hidden;
  border: 1px solid #ffffff;
  color: var(--secondary-color);

  background-color: transparent;
}

/* .transparent-btn {
  font-family: TitlingGothicFBNormal;
  font-weight: 400;
  font-size: 34px;
  line-height: 36.27px;
  font-style: normal;
  border: none;
  color: rgba(138, 138, 138, 1);
  background-color: transparent;
} */
.transparent-btn {
  font-family: TitlingGothicFBNormal;
  font-weight: 400;
  font-size: 34px;
  line-height: 36.27px;
  font-style: normal;
  border: none;
  color: rgba(138, 138, 138, 1);
  background-color: transparent;
  position: relative;
  display: inline-block;
  padding: 0;
  transition: color 0.3s ease;
  cursor: default !important;
}

.transparent-btn span {
  position: relative;
  display: inline-block;
  z-index: 1;
  color: inherit;
  /* transition: background-position 0.5s linear; */
}

/* 
.transparent-btn:hover span,
.services .schedule:hover,
.schedule-h2:hover,
.ring:hover {
  color: transparent;
  background-image: linear-gradient(90deg, #000000, #808080, #ffffff, #000000);
  background-clip: text;
  -webkit-background-clip: text;
  background-position: 100%;
  background-size: 300% 100%;
  animation: scanBeamRightToLeft 3s forwards;
} */

.more {
  position: relative;
  display: inline-block;
  cursor: default;
  transition: background-position 0.5s linear;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: initial;
  color: inherit;
}

.more:hover {
  background-image: linear-gradient(90deg, #000000, #808080, #ffffff, #000000);
  background-size: 300% 100%;
  background-position: 100%;
  animation: scanBeamRightToLeft 3s forwards;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

@keyframes scanBeamRightToLeft {
  0% {
    background-position: 100%;
  }

  100% {
    background-position: -100%;
  }
}

.buttons {
  margin-top: 80px;
}

.main-hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.asset-3d {
  text-align: right;
  transform: translateY(-10%);
  perspective: 1000px !important;
}

.asset-3d-img {
  width: 550px;
  object-fit: contain;
  height: auto;
  scale: 0.85;
}

.hero-about-bg {
  background-image: url(/images/hero-about-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
}

.about-img {
  margin-left: -30px;
  height: 100%;
  object-fit: fill !important;
}

.one-img {
  width: 100%;
  height: 100%;
}

.brands {
  border-top: 1px solid rgba(48, 48, 48, 1);
  border-bottom: 1px solid rgba(48, 48, 48, 1);
  padding: 50px 0px;
}

.brands img {
  width: 90px;
  height: auto;
  margin: 0 auto;
  filter: grayscale(1);
}

.brand-card {
  display: flex;
  border: 1px solid #303030;
  position: relative;
  height: 144px;
  background-color: black;
  width: 100% !important;
  margin: 0 10px;
  align-items: center;
  justify-content: center;
}

.effect {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
}

.effect img {
  object-fit: contain;
}

.effect::before,
.effect::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.effect::before {
  left: 0;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 1) 44%,
      rgba(0, 0, 0, 0) 100%);
}

.effect::after {
  right: 0;
  background: linear-gradient(to left,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%);
}

.about h2 {
  font-weight: 500;
  font-size: 100px;
  line-height: 100px;
  color: var(--secondary-color);
}

.about {
  margin: 100px 0px;
}

.about .first {
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  color: #303030;
}

.about .second {
  font-family: TitlingGothicFBNormal;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #303030;
}

.services {
  /* margin: 15% 0px;
  width: 100% !important; */
  padding: 0 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
  margin: 0 auto !important;
}

.services h2 {
  font-weight: 500;
  font-size: 100px;
  line-height: 100px;
  color: var(--secondary-color);
}

.service-small,
.schedule-small {
  display: none;
}

.contento,
.c-industry,
.about {
  cursor: default;
}

.contento h3 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 60px;
  line-height: 72px;
  color: var(--secondary-color);
  margin-bottom: 16px !important;
}

.contento p {
  font-family: TitlingGothicFBNormal;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: var(--netural-color);
}

.container-page {
  padding-right: 100px;
}

.services-cards {
  border: 1px solid #303030;
  padding: 20px 20px 20px 80px;
  position: relative;
  height: auto;
  cursor: default;
}

.services-cards h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: var(--secondary-color);
}

.services-cards p {
  font-family: TitlingGothicFBNormal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #8a8a8a;
}

.numbering {
  background-color: #afffc1;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: TitlingGothicFBNormal;
  font-weight: 500;
  font-size: 20px;
  line-height: 56px;
  text-align: center;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.industry h3 {
  font-weight: 600;
  margin: 40px 0 20px 0 !important;
}

.margin {
  padding: 100px 0px;
}

.services p {
  font-family: TitlingGothicFBNormal;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #8a8a8a;
}

.steps {
  display: flex;
  align-items: center;
  gap: 80px;
  margin: 30px 0px;
}

.steps p {
  font-family: TitlingGothicFBNormal;
  font-weight: 400;
  font-size: 20px;
  line-height: 56px;
  color: var(--secondary-color);
}

.steps h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 56px;
  color: var(--secondary-color);
}

.steps:hover p {
  color: var(--primary-color) !important;
}

.steps:hover h3 {
  color: var(--primary-color) !important;
}

.contact {
  padding: 100px 0;
}

.contact h2 {
  font-weight: 500;
  font-size: 60px;
  line-height: 100px;
  color: var(--secondary-color);
}

.contact p {
  font-family: TitlingGothicFBNormal;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #8a8a8a;
  width: 90%;
}

.contact input {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 56px;
  color: var(--secondary-color);
  width: 100%;
  border-radius: 8px;
  padding: 15px 30px;
  border: none;
  background-color: #111111;
  margin-bottom: 20px;
}

.contact input:focus-visible {
  outline: none;
  border: none;
}

.contact textarea:focus-visible {
  outline: none;
  border: none;
}

.contact input::placeholder {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 56px;
  letter-spacing: 2%;
  color: #8a8a8a;
}

/* .form-check {
  display: inline;
  justify-content: space-between;
  align-items: center;
} */

.form-check-input[type="checkbox"] {
  width: 10px !important;
  height: 10px;
  padding: 10px !important;
  cursor: pointer;
  border: 2px solid #7ca962;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-check-input[type="checkbox"]:hover {
  border: 2px solid #7cb78a;
  /* box-shadow: 0 0 0 2px rgba(124, 183, 138, 0.3); */
}

.form-check-input:checked {
  background-color: #7cb78a;
}

.form-check-label {
  color: #8a8a8a;
  font-size: 16px;
  font-family: "TitlingGothicFBNormal";
  margin-top: 4px;
  cursor: pointer;
}

.margin2 {
  padding: 150px 0px 0 0;
}

.contact textarea {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 56px;
  color: var(--secondary-color);
  width: 100%;
  border-radius: 8px;
  padding: 15px 30px;
  border: none;
  background-color: #111111;
  margin-bottom: 20px;
  height: 90px;
}

.contact textarea::placeholder {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 56px;
  letter-spacing: 2%;
  color: #8a8a8a;
}

.footer {
  padding: 140px 0px;
  border-top: 1px solid #303030;
}

.footer label {
  font-family: Poppins;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #8a8a8a;
}

.footer ul {
  margin: 0px;
  padding: 0px;
}

.footer label {
  margin-bottom: 20px;
}

.footer ul li {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: var(--secondary-color);
  list-style-type: none;
  padding: 13px 0px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.portfolio h2 {
  font-weight: 500;
  font-size: 100px;
  line-height: 120px;
  color: var(--secondary-color);
}

.portfolio p {
  font-weight: 500;
  font-size: 35.8px;
  line-height: 39.5px;
  color: #8a8a8a;
}

.portfolio .pa-2 {
  font-family: TitlingGothicFBNormal;
  font-weight: 500;
  font-size: 35.8px;
  line-height: 39.5px;
  color: #8a8a8a;
}

.portfolio-card {
  border: 1px solid #303030;
  margin-bottom: 50px;
}

.portfolio-card h4 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: var(--secondary-color);
}

.portfolio-card p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  color: #8a8a8a;
}

.padding2 {
  padding: 150px 0px;
}

.offcanvas {
  background-color: black;
}

.bottom-grid {
  background-image: url(/images/frame.png);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.industry {
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-bottom: 0 !important;
  height: 100%;
}

.choose-card {
  padding: 44px;
  background: black;
  border: 1px #afffc1 solid;
}

.choose-card h3 {
  color: white;
  font-size: 44px;
  font-weight: 500;
  line-height: 56px;
  word-wrap: break-word;
}

.choose-card p {
  color: #8a8a8a;
  font-size: 24px !important;
  font-family: TitlingGothicFBNormal;
  font-weight: 400;
  line-height: 40px !important;
  word-wrap: break-word;
}

.about .p {
  font-family: TitlingGothicFBNormal;
  font-weight: 400;
  font-size: 36px;
  line-height: 38.27px;
  color: #8a8a8a;
}

.outer-services h2 {
  margin-bottom: 20px !important;
}

.outer-services h3 {
  font-family: Poppins;
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  color: var(--secondary-color);
}

.tie {
  position: absolute;
  top: -21px;
  left: -23px;
}

.appointment {
  background-color: #0b0b0b;
  height: 100vh;
  display: flex;
  align-items: center;
}

.tie::after {
  content: "";
  border-top: 1px solid var(--primary-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.tie-right {
  position: absolute;
  top: -21px;
  right: -23px;
}

.contact-img {
  object-fit: fill;
  width: 95%;
  float: right;
}

.full-logo {
  width: 70% !important;
  height: auto;
  gap: 10px;
}

.full-logo img {
  width: 75px;
  height: 70px;
}

.logo-t1 {
  color: #AFFFC1;
  font-weight: 500;
  font-size: 30.71px;
  line-height: 30.71px;
}

.logo-t2 {
  color: #8A8A8A;
  font-weight: 400;
  font-size: 9.21px;
  line-height: 9.79px;
  letter-spacing: 5.4px;
}

/* Transform animation */
.sections {
  width: 100%;
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.panels {
  width: 100%;
  background: transparent;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.panel {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 50px;
  padding: 20px 0;
  position: absolute;
  opacity: 0;
}

.panel:first-child {
  position: relative;
  opacity: 1;
  margin-bottom: 2%;
}

.container-page {
  width: 100%;
  /* Take full width */
  padding-bottom: 20px;
}

.services-cards {
  width: 100%;
  margin-bottom: 20px;
  background-color: black;
}

.transition-cards {
  width: 48% !important;
}

.scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.black {
  background-color: transparent;
}

section.spacer {
  width: 100%;
  height: 100vh;
  background: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.greensock-icon {
  width: 200px;
  height: 64px;
}

.contento h2 span {
  opacity: 0.3;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contento h2 {
  display: flex;
  gap: 20px;
  margin-bottom: 38px;
  font-size: 80px;
  width: 100%;
  justify-content: space-between;
  font-weight: 500;
  line-height: 130px;
  color: var(--secondary-color);
  text-transform: capitalize;
}

.contento h2 span.active {
  opacity: 1;
}

.contento h2 span.active img {
  opacity: 1;
}

.fifth-card,
.sixth-card,
.seventh-card,
.eighth-card {
  transform: translateY(-297%) !important;
}


.mob-view h3,
.mob-view button {
  display: none;
}

.open-collapse {
  width: 20px;
  height: 20px;
  background: url("/images/collapsed.png") no-repeat center;
  background-size: 12px;
  border: none;
  cursor: pointer;
  display: none;
  padding: 0;
}

.mob-view .open-collapse {
  width: 20px;
  height: 20px;
  background: url("/images/collapsed.png") no-repeat right;
  background-size: 12px;
  border: none;
  cursor: pointer;
  display: none;
  padding: 0;
}

.open-collapse.open {
  background-image: url("/images/opened.png");
}

.small-transition {
  display: none;
}

.transform-small {
  display: none;
}

.green-arrow {
  display: none;
}

.toggle-open-close {
  display: none;
}

.collapse-content2 {
  display: none;
}

.fifth-card2,
.sixth-card2,
.seventh-card2,
.eighth-card2 {
  display: none;
}

.footer-link-img {
  margin-left: 5px;
}

.transformation {
  object-fit: cover !important;
  width: 100% !important;
  /* margin: 200px 0; */
  height: 100%;
  margin: 200px 0;
  opacity: 0;
}

.services-cards.industry {
  position: relative;
  background: #000;
  /* black background */
  color: #fff;
  z-index: 1;
  overflow: hidden;
}

.services-cards.industry::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(270deg, #afffc1, #000, #7cc58d);
  background-size: 400% 400%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  padding: 4px;
  animation: borderFlow 5s linear infinite;
}

.services-cards.industry:hover::before {
  opacity: 1;
}

@keyframes borderFlow {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  transition: color 0.3s;
}

.close-btn:hover {
  color: #ff6347;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background-color: #1a1a1a;
  padding: 0;
  width: 80%;
  max-width: 600px;
  border-radius: 6px;
  overflow: hidden;
}

.modal-content iframe {
  width: 100%;
  height: 600px;
  border: none;
  border-radius: 10px;
}

@media only screen and (max-width: 1920px) {
  .header ul li {
    font-size: 24px;
  }

  .hero h1 {
    font-size: 120px;
    line-height: 114px;
  }

  .hero h3 {
    font-size: 36px;
    line-height: 38.27px;
    letter-spacing: 33.5px;
  }

  .hero h2 {
    font-size: 60px;
    line-height: 80px;
  }

  .outer-services h3,
  .services-cards h3 {
    font-size: 33px;
    line-height: 50px;
  }

  .contento h3 {
    font-size: 52px !important;
    line-height: 64px !important;
  }

  .industry-para {
    padding-top: 20px;
  }

  .services-cards p,
  .outer-services p,
  .card-para,
  .contact p {
    font-size: 24px;
    line-height: 40px;
  }

  .services h2 {
    font-size: 100px;
  }

  .contact h2 {
    font-size: 60px;
    line-height: 100px;
  }

  .contact input {
    padding: 10px 30px;
    line-height: 40px;
  }

  .contact .btn-white {
    /* height: 50px; */
    justify-content: center;
    align-items: center;
    padding: 1.5%;
  }

  .footer ul li {
    font-size: 18px;
    line-height: 18px;
  }

  .footer-link-img {
    width: 14px;
    height: auto;
  }

  .hero .align-items-center {
    transform: none;
  }

  .industry-img {
    width: 100px;
    height: 100px;
  }

  .asset-3d-img {
    transform: translateY(-4%) !important;
  }

  .btn-white {
    font-size: 32px;
  }

  .transparent-btn {
    font-size: 36px;
  }

  .about h2 {
    margin-top: 25px !important;
  }
}

@media only screen and (max-width: 1880px) {
  .hero .align-items-center {
    transform: none;
  }

  .contento {
    margin-bottom: 10px !important;
  }

  .contento h2 {
    font-size: 72px;
    margin-bottom: 10px !important;
    line-height: 76px;
  }

  .contento h3 {
    font-size: 46px !important;
    line-height: 73px !important;
    margin-bottom: 5px !important;
  }

  .contento p {
    font-size: 24px;
    line-height: 40px;
  }

  .transition-cards {
    padding: 20px 10px 20px 80px !important;
  }

  .transition-cards .h3 {
    margin-bottom: 5px !important;
  }

  .second-set {
    transform: translateY(-300%) !important;
  }

  .panel:first-child {
    margin-bottom: 5%;
  }
}

@media only screen and (max-width: 1780px) {

  .second-set {
    transform: translateY(-300%) !important;
  }

  .btn-white {
    font-size: 32px !important;
    line-height: 44px;
    border-radius: 8px;
    padding: 18px 36px;
  }
}

@media only screen and (max-width: 1600px) {
  .asset-3d-img {
    width: 100%;
  }

  .hero h1 {
    font-size: 90px;
    line-height: 90px;
  }

  .hero h3 {
    font-size: 28px;
    line-height: 28.27px;
    letter-spacing: 25px;
  }

  .hero h2 {
    font-size: 45px;
    line-height: 60px;
  }

  .about h2 {
    font-size: 80px;
    line-height: 80px;
    margin-top: 20px !important;
  }

  .services h2 {
    font-size: 70px;
    line-height: 70px !important;
  }

  .portfolio h2 {
    font-size: 70px;
    line-height: 70px;
  }

  .contact h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .about .first {
    font-size: 40px;
    line-height: 50px;
  }

  .services-cards {
    padding: 30px 80px;
  }

  .services p {
    font-size: 22px;
    line-height: 30px;
  }

  .choose-card h3 {
    font-size: 26px;
    line-height: 38px;
  }

  .choose-card p {
    font-size: 21px !important;

    line-height: 30px !important;
  }

  .btn-white {
    font-size: 22px !important;
    padding: 12px 30px;
    line-height: 26px;
  }

  .transparent-btn {
    font-size: 26px !important;
  }

  .second-set {
    transform: translateY(-325%) !important;
  }

  .brand-card {
    height: 100px;
  }

  .brands img {
    width: 50px;
  }
}

@media only screen and (max-width: 1500px) {
  .header button {
    font-size: 26px;
  }

  .header ul li {
    font-size: 16px;
  }

  .hero h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .hero h3 {
    font-size: 22px;
    line-height: 22.27px;
    letter-spacing: 14.5px;
  }

  .hero h2 {
    font-size: 30px;
    line-height: 34px;
    margin-top: 8px !important;
  }

  .asset-3d-img {
    width: 80%;
  }

  .hero .align-items-center {
    transform: none;
  }

  .buttons {
    margin-top: 50px;
  }

  .about h2 {
    font-size: 62px;
    line-height: 68px;
    margin-bottom: 24px !important;
  }

  .services h2,
  .outer-services h2 {
    font-size: 72px !important;
    line-height: 76px !important;
  }

  .outer-services h3 {
    font-size: 21px;
    line-height: 21px;
  }

  .industry h3 {
    margin: 10px 0 !important;
  }

  .portfolio h2 {
    font-size: 48px !important;
    line-height: 50px !important;
  }

  .contact h2 {
    font-size: 42px !important;
    line-height: 48px !important;
  }

  .contact p {
    font-size: 16px !important;
    line-height: 26px !important;
    margin-bottom: 15px !important;
  }

  .about .first {
    font-size: 24px;
    line-height: 38px;
  }

  .about .second {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px !important;
  }

  .about .p {
    font-size: 26px !important;
    margin: 20px 0 !important;
  }

  .about img {
    object-fit: fill !important;
  }

  .services p {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .choose-card h3 {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .choose-card p {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .panel {
    gap: 20px;
  }

  .contento h2 {
    font-size: 38px;
    margin-bottom: 10px !important;
    line-height: 48px;
  }

  .contento h3 {
    font-size: 24px !important;
  }

  .contento p {
    font-size: 18px;
    line-height: 22px;
  }

  .second-set {
    transform: translateY(-260%) !important;
  }

  .transition-cards h3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 0 !important;
  }

  .transition-cards p {
    font-size: 18px !important;
    line-height: 22px !important;
    margin-top: 10px !important;
  }

  .btn-white {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .transparent-btn {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .numbering {
    font-size: 14px;
    padding: 8px;
    width: 40px;
    height: 40px;
  }

  .transition-cards {
    padding: 15px 10px 15px 50px !important;
  }

  .footer ul li {
    font-size: 14px !important;
    line-height: 14px !important;
  }

  .footer-link-img {
    width: 12px;
  }

  .contact {
    padding: 0;
  }

  .contact input {
    padding: 8px 30px !important;
  }
}

@media only screen and (max-width: 1380px) {
  .contento h2 {
    font-size: 54px;
    margin-bottom: 10px !important;
    line-height: 60px;
  }

  .second-set {
    transform: translateY(-275%) !important;
  }
}

@media only screen and (max-width: 1300px) {
  .header ul {
    gap: 30px;
    margin-left: 50px;
  }

  .hero-about-bg {
    background-size: contain;
  }
}

@media only screen and (max-width: 1200px) {
  .industries .col-lg-4 {
    height: 220px;
  }

  .industry-img {
    width: 70px;
    height: 70px;
  }

  .services h2,
  .outer-services h2 {
    font-size: 54px !important;
    line-height: 54px !important;
  }
}

/* Styles for screens up to 1K */

@media only screen and (max-width: 1100px) {
  .contento p {
    font-size: 18px;
    line-height: 26px;
  }

  .contento h2 {
    font-size: 34px;
    line-height: 36px;
  }

  .second-set {
    transform: translateY(-290%) !important;
  }

  .sections {
    padding: 0px !important;
  }
}

@media only screen and (max-width: 992px) {
  .container {
    max-width: 95% !important;
  }

  .logo-menu {
    width: 200px !important;
    min-width: 150px !important;
    height: auto;
  }

  .offcanvas ul li {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 8px 15px;
  }

  .offcanvas-header .btn-close {
    background-image: url("./images/Close.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
  }

  .header {
    padding: 40px 56px;
  }

  .main-hero {
    height: auto;
  }

  .hero {
    padding: 20px 0px;
  }

  .d-none-small {
    display: none;
  }

  .effect::before,
  .effect::after {
    width: 40px;
  }

  .about img {
    margin-left: -20px;
    margin-bottom: 50px !important;
  }

  .contento h2 {
    flex-direction: column;
  }

  .contento h2 span.active .green-arrow {
    display: block;
  }

  .transform-heading,
  .transform-para {
    display: none;
  }

  .panel {
    flex-direction: column;
    gap: 0 !important;
    position: absolute !important;
  }

  .mob-view2 {
    display: flex;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .transition-cards {
    width: 95% !important;
    margin: 0 auto !important;
    opacity: 1 !important;
  }

  .transition-cards h3 {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .numbering {
    height: 100% !important;
  }

  .transition-cards button {
    display: block;
  }

  .collapse-content2 {
    display: none;
    transition: all 0.3s ease;
  }

  .collapse-content2.show {
    display: block;
    margin-top: 10px;
  }

  .card-para {
    display: none;
  }

  .panel:nth-child(2) .services-cards {
    width: 100%;
    transition: opacity 0.5s ease;
    pointer-events: auto;
    opacity: 0;
    transform: scale(0.8);
  }

  .panel:nth-child(2) .services-cards.first-set {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }

  .panel:nth-child(2) .services-cards.second-set {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    transform: translateY(0) !important;
  }

  .panel:nth-child(2) .services-cards.fade-layer {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: scale(1) !important;
  }

  .large-screen-sections {
    height: 80vh !important;
    max-height: 80vh !important;
    display: grid;
    grid-template-columns: 1fr;
  }

  .large-screen-sections .container-fluid {
    height: fit-content;
    align-items: center;
    grid-column: 1 / -1;
    display: flex;
    width: 100%;
    transform: translateY(5%);
  }

  .panels {
    transform: translateY(0%) !important;
    height: inherit;
  }

  .section1,
  .section3 {
    transform: translateY(20%);
  }

  .m-small {
    padding: 0;
  }

  .numbering {
    width: 26px;
    height: 26px;
    font-size: 8px;
  }

  .portfolio p {
    font-size: 24.8px;
    line-height: 42.5px;
  }

  .portfolio .pa-2 {
    font-size: 25.8px;
    line-height: 35.5px;
  }

  .contact-img-container {
    display: none;
  }

  .sections {
    padding: 0 !important;
  }

  .contact .container {
    justify-content: center;
  }

  .outer-services .margin2 {
    padding: 30px 0;
  }

  .one-img {
    display: none;
  }

  .effect {
    margin: 0px !important;
  }

  .effect img {
    object-fit: contain;
    height: auto;
  }

  .brand-card {
    margin: 0;
  }

  .brand-card img {
    margin: 0px auto !important;
  }

  .industries .col-lg-4 {
    height: auto;
  }

  .c-industry .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .c-industry .container .c-row {
    padding: 0 20px;
  }

  .services-cards.industry:hover::before {
    opacity: 0 !important;
  }

  .appointment {
    height: auto;
    padding: 50px 0 !important;
  }

  .footer {
    padding: 40px 0;
  }

  .footer img {
    margin-bottom: 50px !important;
  }

  .footer .col-lg-3 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 877px) {
  .schedule-h2 {
    display: none !important;
  }

  .services .schedule {
    display: block !important;
    width: 85% !important;
    font-size: 50px !important;
    line-height: 56px !important;
    color: white;
    font-family: "TitlingGothicFBExtended-Normal", sans-serif;
  }
}

@media only screen and (max-width: 867px) {

  .transition-cards p {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .numbering {
    font-size: 12px;
    padding: 6px;
    width: 30px;
    height: 30px;
  }

  .about h2,
  .services h2 {
    font-size: 50px !important;
    line-height: 60px !important;
    margin-bottom: 14px !important;
  }

  .about .first {
    font-size: 18px;
    line-height: 28px;
  }

  .about .second {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px !important;
  }

  .about .p {
    font-size: 18px !important;
    margin: 5px 0 !important;
  }

  .outer-services h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 35px 48px;
  }

  .contento h2 {
    gap: 26px;
  }

  .buttons {
    flex-direction: column;
    justify-content: start;
    align-items: start !important;
    gap: 50px !important;
  }

  .effect::before,
  .effect::after {
    width: 26px;
    /* height: 41%; */
  }

  .services h2 {
    font-size: 47px;
    line-height: 55px;
  }

  .portfolio h2 {
    font-size: 47px;
    line-height: 55px;
  }

  .contact h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .industry {
    flex-direction: column;
    align-items: start !important;
    justify-content: start !important;
  }

  .steps h3 {
    font-size: 20px;
    line-height: 35px;
  }

  .steps {
    gap: 50px;
  }

  .choose-card h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .choose-card p {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .margin2 {
    padding: 50px 0px;
  }

  .margin {
    padding: 50px 0px;
  }

  img.line {
    display: none;
  }
}

@media only screen and (max-width: 534px) {
  .bottom-grid {
    background-image: none !important;
  }

  .industry {
    justify-content: center !important;
    align-items: center !important;
    padding: 10px 20px !important;
    margin-bottom: 0 !important;
    height: auto;
  }

  .industry img {
    width: 50px;
    height: 50px;
  }

  .industry h3 {
    display: none;
  }

  .transformation {
    display: none;
  }

  .transform-small {
    display: block;
    width: 100% !important;
  }

  .mob-view {
    display: flex;
    width: 100%;
    align-items: center;
  }

  .mob-view h3,
  .mob-view button {
    display: block;
    margin-left: 15px !important;
  }

  .mob-view button {
    margin-left: auto !important;
    background-color: transparent;
    border: none;
  }

  .collapse-content {
    display: none;
    transition: all 0.3s ease;
  }

  .collapse-content.show {
    display: block;
    margin-top: 10px;
  }

  .services .schedule {
    width: 90% !important;
  }

  .btn-white {
    width: 100%;
    padding: 10px 24px !important;
    font-size: 14px !important;
    line-height: 100% !important;
    border-radius: 6px;
    font-weight: 700;
  }

  .transparent-btn {
    font-size: 16px;
  }

  .contento h3 {
    line-height: 22px !important;
  }

  .services p {
    line-height: 20px;
    margin: 10px 0;
  }

  .header {
    padding: 24px 30px;
  }

  .offcanvas {
    padding-top: 15px;
  }

  .about {
    margin: 0 0 50px 0;
  }

  .service-big,
  .schedule-big {
    display: none;
  }

  .service-small,
  .schedule-small {
    display: block;
  }
}

@media only screen and (max-width: 500px) {
  .hero {
    height: 65vh !important;
  }

  .hero h1 {
    line-height: 70px;
  }

  .hero h3 {
    line-height: 30px;
  }

  .hero h2 {
    line-height: 40px;
  }

  .buttons {
    gap: 20px !important;
    margin-top: 20px;
  }

  .services h2,
  .services .schedule {
    font-size: 40px !important;
    line-height: 44px !important;
  }

  .contact h2 {
    font-size: 30px !important;
  }

}

@media only screen and (max-width: 432px) {
  .contento h2 {
    margin-top: 60px !important;
  }

  .panel:first-child {
    position: static;
    transform: translateY(20%);
  }

  .panel:nth-child(3) {
    transform: translateY(20%);
  }

  .contact input,
  .contact textarea {
    line-height: 20px !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
  }


  .services .schedule {
    width: 100% !important;
  }

  .form-check {
    display: flex;
    height: 30px;
  }

  .form-check-label {
    font-size: 14px !important;
  }

  .footer {
    margin-top: 30px;
  }

  .contact {
    height: fit-content;
  }
}

@media only screen and (max-width: 390px) {
  .hero h1 {
    font-size: 54px;
    line-height: 55.84px;
  }

  .hero h3 {
    font-size: 18px;
    line-height: 20.62px;
    letter-spacing: 14px;
  }

  .hero h2 {
    font-size: 27px;
    line-height: 34px;
  }

  .contento h2 {
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 380px) {
  .contento h2 {
    margin-top: 0px !important;
    gap: 10px;
    font-size: 28px;
  }

  .panel {
    padding: 0;
  }

  .logo {
    width: 44px;
    height: 41.04px;
  }

  .menu {
    width: 24px;
    height: 24px;
  }

  .hero h1 {
    font-size: 45.84px;
    line-height: 45.84px;
  }

  .hero h3 {
    font-size: 13.75px;
    line-height: 14.62px;
    letter-spacing: 13px;
  }

  .hero h2 {
    font-size: 22.92px;
    line-height: 30px;
  }

  .transparent-btn {
    font-size: 18px !important;
    line-height: 18.27px !important;
  }

  .btn-outline {
    font-size: 24px !important;
    line-height: 24.27px !important;
  }

  .portfolio h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .services h2,
  .services .schedule {
    font-size: 32px !important;
    line-height: 36px !important;
  }

  .outer-services h3 {
    font-size: 18px;
  }

  .contact h2 {
    font-size: 24px !important;
  }

  .contact p {
    line-height: 20px !important;
  }

  .services-cards h3 {
    font-size: 18px !important;
    line-height: 20px !important;
  }

  .services-cards p {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .service-big {
    display: none !important;
  }

  .service-small {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: white;
  }

  .services-cards {
    padding: 30px 50px;
  }

  .transition-cards {
    padding: 15px 10px 15px 40px !important;
  }

  .portfolio-card p {
    font-size: 18.8px;
    line-height: 30.5px;
  }

  .portfolio-card h4 {
    line-height: 30px;
    font-size: 20px;
  }
}

/* Height based responsiveness */

@media only screen and (min-height: 760px) and (max-height: 900px) and (min-width: 1800px) {
  .panels {
    transform: translateY(5%) !important;
  }

  .second-set {
    transform: translateY(-200%) !important;
  }
}

@media only screen and (min-height: 660px) and (max-height: 900px) and (min-width: 1600px) {

  .second-set {
    transform: translateY(-200%) !important;
  }
}

@media only screen and (min-height: 1081px) and (max-height: 1249px) {
  .panels {
    transform: none !important;
  }
}

/* @media only screen and (min-height: 1250px) and (max-height:1500px) {
  .panels {
    transform: translateY(40%) !important;
  }

  .fifth-card {
    transform: translateY(-200%) !important;
  }
} */

@media only screen and (min-height: 1501px) and (max-height: 1600px) {
  .panels {
    transform: translateY(50%) !important;
  }
}

@media only screen and (min-height: 1601px) {
  .panels {
    transform: translateY(40%) !important;
  }

  .second-set {
    transform: translateY(-210%) !important;
  }

  .header button {
    font-size: 48px;
  }

  .header ul li {
    font-size: 36px;
  }

  .hero h1 {
    font-size: 150px;
    line-height: 170px;
  }

  .hero h3 {
    font-size: 52px;
    line-height: 62.27px;
    letter-spacing: 38px;
  }

  .hero h2 {
    font-size: 74px;
    line-height: 80px;
    margin-top: 48px !important;
  }

  .contento {
    margin-bottom: 10px !important;
    /* padding-top: 90px; */
  }

  .contento h2 {
    font-size: 120px;
    margin-bottom: 50px !important;
    line-height: 130px;
  }

  .contento h3 {
    font-size: 70px;
    line-height: 92px;
    margin-bottom: 15px !important;
  }

  .contento p {
    font-size: 48px;
    line-height: 58px;
  }

  .numbering {
    font-size: 34px;
    padding: 8px;
    width: 80px;
    height: 80px;
  }

  .transition-cards {
    padding: 80px 120px;
  }

  .transition-cards h3 {
    font-size: 64px !important;
  }

  .transition-cards p {
    font-size: 42px !important;
    line-height: 52px !important;
  }

  .btn-white {
    font-size: 36px !important;
  }

  .transparent-btn {
    font-size: 40px !important;
  }

  .asset-3d-img {
    min-width: 60%;
  }
}

@media only screen and (min-width: 1900) {
  .contento h2 {
    margin-bottom: 10px !important;
  }
}

@media only screen and (min-height: 900px) and (max-height: 1090px) and (min-width: 1880px) and (max-width: 1930px) {
  .panel {
    gap: 20px;
    padding: 60px 0 20px 0;
  }

  .second-set {
    transform: translateY(-250%) !important;
  }

  .panel:first-child {
    margin-bottom: 5%;
  }

  .contento h2 {
    margin-bottom: 30px !important;
    padding-top: 0px;
    line-height: 100px;
  }

  .asset-3d-img {
    transform: translateY(6%);
  }
}

@media only screen and (min-height: 700px) and (max-height: 899px) and (min-width: 1500px) and (max-width: 1599px) {

  .second-set {
    transform: translateY(-200%) !important;
  }

  .panel {
    gap: 20px;
  }
}

@media only screen and (min-height: 450px) and(max-height: 533px) {

  .second-set {
    transform: translateY(-200%) !important;
  }
}

/*2K above and 3K responsiveness */

@media only screen and (min-width: 1931px) and (max-width: 2154px) {
  .hero h1 {
    font-size: 120px;
    line-height: 120px;
  }

  .hero h3 {
    font-size: 36px;
    line-height: 52.27px;
    letter-spacing: 33.5px;
  }

  .hero h2 {
    font-size: 60px;
    line-height: 78px;
  }

  .header ul li {
    font-size: 25px;
  }

  .header button {
    font-size: 36px;
    line-height: 48px;
  }

  .btn-white {
    font-size: 33px;
    line-height: 45px;
  }

  .transparent-btn {
    font-size: 36px;
  }

  .about h2 {
    margin-top: 24px !important;
  }

  .about .first {
    font-size: 43px;
    line-height: 59px;
  }

  .about .second {
    font-size: 26px;
    line-height: 45px;
  }

  .about .p {
    font-size: 40px;
    line-height: 70px;
  }

  .asset-3d-img {
    scale: 1;
  }

  .panels {
    transform: translateY(10%) !important;
  }
}

@media only screen and (min-width: 2155px) and (max-width: 2559px) {
  .header ul {
    gap: 100px;
  }

  .header ul li {
    font-size: 30px !important;
  }

  .header button {
    font-size: 38px;
  }

  .asset-3d-img {
    scale: 1;
  }

  .hero h1 {
    font-size: 118px;
    line-height: 118px;
  }

  .hero h3 {
    font-size: 42px;
    line-height: 44.27px;
    letter-spacing: 29.5px;
  }

  .hero h2 {
    font-size: 59px;
    line-height: 79px;
  }

  .btn-white {
    font-size: 33px;
    line-height: 48px;
  }

  .transparent-btn {
    font-size: 38px;
    line-height: 38.27px;
  }

  .brand-card {
    height: 188px;
  }

  .about h2 {
    margin-top: 32px !important;
  }

  .about .first {
    font-size: 46px;
    line-height: 63px;
  }

  .about .second {
    font-weight: lighter;
    font-size: 30px;
    line-height: 50px;
  }

  .about .p {
    font-size: 42px;
    line-height: 79.27px;
  }

  .second-set {
    transform: translateY(-260%) !important;
  }
}

@media (min-width: 2260px) and (min-height: 1400px) {
  .panels {
    transform: translateY(6%) !important;
  }

  .panel:first-child {
    margin-bottom: 5%;
  }

  .services h2 {
    font-size: 120px;
    line-height: 120px;
    margin-bottom: 20px !important;
  }

  .about h2 {
    font-size: 120px;
    line-height: 134px;
  }

  .contact h2 {
    font-size: 87px;
    line-height: 140px;
  }

  .contact p {
    font-size: 34px;
    line-height: 56px;
    margin-bottom: 80px !important;
  }

  .outer-services h3,
  .services-cards h3 {
    font-size: 48px;
    line-height: 60px;
    margin: 40px 0 !important;
  }

  .services p,
  .contento p,
  .card-para {
    font-size: 34px !important;
    line-height: 54px !important;
  }

  .industry-img {
    width: 150px;
    height: 150px;
  }

  .contact input,
  .contact input::placeholder {
    font-size: 28px;
    padding: 40px 30px !important;
  }

  .contact textarea,
  .contact textarea::placeholder {
    font-size: 28px;
    padding: 20px 30px !important;
  }

  .contact .btn-white {
    font-size: 33px !important;
    line-height: 48px;
    /* height: 116px; */
  }

  .footer label {
    font-size: 24px;
    line-height: 20px;
  }

  .footer ul li {
    font-size: 34px;
    line-height: 34px;
  }

  .footer-link-img {
    width: 22px;
    height: 21px;
    margin-left: 10px;
  }

  .contento h2 {
    font-size: 110px;
    line-height: 168px;
    margin-bottom: 30px !important;
  }

  .contento h3 {
    font-size: 82px;
    line-height: 96px;
  }

  .transition-cards {
    padding: 30px 30px 30px 100px;
  }

  .numbering {
    font-size: 28px;
    width: 80px;
    height: 80px;
  }

  .second-set {
    transform: translateY(-260%) !important;
  }

  .panel:first-child {
    margin-bottom: 5%;
  }
}

@media only screen and (min-width: 2560px) {
  .logo {
    width: 104px;
    height: 99px;
  }

  .header {
    padding: 80px 80px 00px 70px;
  }

  .header ul {
    gap: 100px;
    margin-left: 140px;
  }

  .header ul li {
    font-size: 38px !important;
  }

  .header button {
    font-size: 50px;
  }

  .asset-3d-img {
    scale: 1.1;
    transform: translate(-25%, -5%);
  }

  .hero h1 {
    font-size: 148px;
    line-height: 148px;
  }

  .hero h3 {
    font-size: 46px;
    line-height: 60.27px;
    letter-spacing: 40.5px;
  }

  .hero h2 {
    font-size: 74px;
    line-height: 97px;
    margin-top: 26px !important;
  }

  .btn-white {
    font-size: 41px !important;
    line-height: 60px;
    padding: 18px 56px;
  }

  .transparent-btn {
    font-size: 43px !important;
  }

  .brand-card {
    height: 224px;
  }

  .brands img {
    width: 108px;
  }

  .about h2 {
    margin-top: 32px !important;
    font-size: 140px !important;
    line-height: 140px !important;
  }

  .about .first {
    font-size: 60px;
    line-height: 82px;
    margin-bottom: 40px !important;
  }

  .about .second {
    font-size: 36px;
    line-height: 64px;
  }

  .about .p {
    font-size: 48px;
    line-height: 104.27px;
  }

  .second-set {
    transform: translateY(-260%) !important;
  }

  .panel:first-child {
    margin-bottom: 6%;
  }

  .services h2 {
    font-size: 140px;
    line-height: 140px;
    margin-bottom: 20px !important;
  }

  .contact h2 {
    font-size: 87px;
    line-height: 140px;
  }

  .contact p {
    font-size: 36px;
    line-height: 56px;
    margin-bottom: 80px !important;
  }

  .outer-services h3 {
    margin: 80px 0 !important;
    font-size: 57px;
    line-height: 65px;
  }

  .services-cards h3 {
    font-size: 48px;
    line-height: 60px;
    margin: 40px 0 !important;
  }

  .services p,
  .contento p,
  .card-para {
    font-size: 36px !important;
    line-height: 54px !important;
  }

  .industry-img {
    width: 150px;
    height: 150px;
  }

  .panels {
    transform: translateY(3%) !important;
  }

  .transformation {
    object-fit: cover !important;
    width: 100% !important;
    margin: 200px 0;
    height: 100%;
  }
}

/* 3K plus */
@media only screen and (min-width: 2900px) {
  .logo {
    width: 114px;
    height: 109px;
  }

  .header {
    padding: 80px 80px 00px 70px;
  }

  .header ul {
    gap: 100px;
    margin-left: 140px;
  }

  .header ul li {
    font-size: 42px !important;
  }

  .header button {
    font-size: 58px;
  }

  .asset-3d-img {
    scale: 1.1;
    transform: translate(-25%, -5%);
  }

  .hero h1 {
    font-size: 167px;
    line-height: 167px;
  }

  .hero h3 {
    font-size: 53px;
    line-height: 63.27px;
    letter-spacing: 45.5px;
  }

  .hero h2 {
    font-size: 84px;
    line-height: 108px;
    margin-top: 26px !important;
  }

  .btn-white {
    font-size: 46px !important;
    line-height: 65px;
    padding: 18px 65px;
  }

  .transparent-btn {
    font-size: 50px !important;
  }

  .brand-card {
    height: 240px;
  }

  .brands img {
    width: 118px;
  }

  .about h2 {
    margin-top: 32px !important;
    font-size: 146px !important;
    line-height: 146px !important;
  }

  .about .first {
    font-size: 64px;
    line-height: 94px;
    margin-bottom: 40px !important;
  }

  .about .second {
    font-size: 38px;
    line-height: 70px;
  }

  .about .p {
    font-size: 55px;
    line-height: 112.27px;
  }

  .contento h2 {
    font-size: 128px;
  }

  .contento h3 {
    font-size: 92px;
    line-height: 111px;
  }

  .second-set {
    transform: translateY(-260%) !important;
  }

  .panel:first-child {
    margin-bottom: 5%;
  }

  .services h2 {
    font-size: 162px;
    line-height: 162px;
    margin-bottom: 20px !important;
  }

  .contact h2 {
    font-size: 100px;
    line-height: 160px;
  }

  .contact p {
    font-size: 38px;
    line-height: 56px;
    margin-bottom: 80px !important;
  }

  .contact input,
  .contact input::placeholder {
    font-size: 36px;
    padding: 54px 30px !important;
  }

  .contact textarea,
  .contact textarea::placeholder {
    font-size: 36px;
    padding: 30px 30px !important;
    /* height: 650px; */
  }

  .outer-services h3 {
    margin: 60px 0 !important;
    font-size: 64px;
    line-height: 70px;
  }

  .services-cards h3 {
    font-size: 64px;
    line-height: 76px;
    margin: 40px 0 !important;
  }

  .services p,
  .contento p,
  .card-para {
    font-size: 38px !important;
    line-height: 54px !important;
  }

  .industry-img {
    width: 182px;
    height: 182px;
  }
}

@media only screen and (min-width: 3000px) {
  .second-set {
    transform: translateY(-250%) !important;
  }
}

@media only screen and (min-width: 3300px) {
  .logo {
    width: 150px;
    height: 149px;
  }

  .header ul li {
    font-size: 52px !important;
  }

  .header button {
    font-size: 66px;
  }

  .asset-3d-img {
    scale: 1.3;
    transform: translate(-25%, -5%);
  }

  .hero h1 {
    font-size: 200px;
    line-height: 200px;
  }

  .hero h3 {
    font-size: 62px;
    line-height: 77.27px;
    letter-spacing: 54.5px;
  }

  .hero h2 {
    font-size: 100px;
    line-height: 120px;
  }

  .btn-white {
    font-size: 62px !important;
    line-height: 94px;
    padding: 18px 45px;
  }

  .transparent-btn {
    font-size: 64px !important;
  }

  .brand-card {
    height: 264px;
  }

  .brands img {
    width: 124px;
  }

  .about h2 {
    margin-top: 42px !important;
    font-size: 180px !important;
    line-height: 180px !important;
  }

  .about .first {
    font-size: 74px;
    line-height: 109px;
  }

  .about .second {
    font-size: 48px;
    line-height: 80px;
  }

  .about .p {
    font-size: 66px;
    line-height: 112.27px;
  }

  .contento h2 {
    font-size: 146px;
  }

  .contento h3 {
    font-size: 106px;
    line-height: 142px;
  }

  .second-set {
    transform: translateY(-255%) !important;
  }

  .panel:first-child {
    margin-bottom: 2%;
  }

  .services h2 {
    font-size: 185px;
    line-height: 185px;
  }

  .outer-services h3 {
    margin: 60px 0 !important;
    font-size: 74px;
    line-height: 70px;
  }

  .services-cards h3 {
    font-size: 74px !important;
    line-height: 109px !important;
    margin: 40px 0 !important;
  }

  .services p,
  .contento p,
  .transition-cards p {
    font-size: 48px !important;
    line-height: 80px !important;
  }

  .industry-img {
    width: 200px;
    height: 200px;
  }

  .transition-cards {
    padding: 30px 30px 30px 140px;
  }

  .numbering {
    font-size: 36px;
    width: 100px;
    height: 100px;
  }

  .contact h2 {
    font-size: 114px;
    line-height: 175px;
  }

  .contact p {
    font-size: 48px;
    line-height: 66px;
  }

  .contact input,
  .contact input::placeholder {
    font-size: 40px;
    padding: 54px 30px !important;
  }

  .contact textarea,
  .contact textarea::placeholder {
    font-size: 40px;
    padding: 30px 30px !important;
    /* height: 650px; */
  }

  .contact .btn-white {
    font-size: 40px !important;
  }

  .footer label {
    font-size: 30px;
    line-height: 30px;
  }

  .footer ul li {
    font-size: 40px;
    line-height: 44px;
  }

  .footer-link-img {
    width: 28px;
    height: 27px;
    margin-left: 14px;
  }
}

/* 4K responsiveness */
@media only screen and (min-width: 3422px) {
  .second-set {
    transform: translateY(-255%) !important;
  }

  .panel:first-child {
    margin-bottom: 2%;
  }
}

@media only screen and (min-width: 3640px) {
  .second-set {
    transform: translateY(-238%) !important;
  }
}

@media only screen and (min-width: 3640px) {
  .hero h1 {
    font-size: 228px;
    line-height: 228px;
  }

  .hero h3 {
    font-size: 67px;
    line-height: 82.27px;
    letter-spacing: 64.5px;
  }

  .hero h2 {
    font-size: 114px;
    line-height: 138px;
  }

  .btn-white {
    font-size: 66px !important;
    line-height: 100px;
    padding: 18px 73px;
  }

  .transparent-btn {
    font-size: 70px !important;
  }

  .about .first {
    font-size: 76px;
    line-height: 110px;
  }

  .about .second {
    font-size: 52px;
    line-height: 86px;
  }

  .about .p {
    font-size: 75px;
    line-height: 160px;
  }

  .panel:first-child {
    margin-bottom: 6%;
  }
}

@media only screen and (min-width: 3800px) {
  .hero h1 {
    font-size: 244px;
    line-height: 244px;
  }

  .hero h3 {
    font-size: 72px;
    line-height: 86.27px;
    letter-spacing: 69.5px;
  }

  .hero h2 {
    font-size: 122px;
    line-height: 157px;
  }

  .btn-white {
    font-size: 66px !important;
    line-height: 100px;
    padding: 18px 94px;
  }

  .transparent-btn {
    font-size: 76px !important;
  }

  .contento h2 {
    font-size: 166px;
  }

  .contento h3 {
    font-size: 124px;
    line-height: 162px;
  }

  .services p,
  .contento p,
  .transition-cards p {
    font-size: 52px;
  }

  .second-set {
    transform: translateY(-238%) !important;
  }



  .services h2 {
    font-size: 185px;
    line-height: 185px;
  }

  .outer-services h3 {
    margin: 60px 0 !important;
    font-size: 74px;
    line-height: 70px;
  }

  .services-cards h3 {
    font-size: 74px !important;
    line-height: 109px !important;
    margin: 30px 0 !important;
  }

  .services p,
  .contento p,
  .transition-cards p {
    font-size: 50px !important;
    line-height: 72px !important;
  }

  .services h2 {
    font-size: 214px;
    line-height: 214px;
  }

  .outer-services h3 {
    font-size: 85px;
    line-height: 74px;
  }

  .industry-img {
    width: 220px;
    height: 220px;
  }

  .contact h2 {
    font-size: 134px;
    line-height: 208px;
  }

  .contact p {
    font-size: 52px;
    line-height: 66px;
  }

  .contact input,
  .contact input::placeholder {
    font-size: 42px;
    padding: 60px 30px !important;
  }

  .contact textarea,
  .contact textarea::placeholder {
    font-size: 42px;
    padding: 32px 30px !important;
    /* height: 740px; */
    overflow-y: auto;
  }

  .contact .btn-white {
    font-size: 42px !important;
    /* height: 150px; */
  }
}

/* tab responsiveness */
@media only screen and (min-width: 910px) and (max-width: 912px) and (max-height: 1368px) {
  .large-screen-sections .container-fluid {
    transform: translateY(155%) !important;
  }

  .panels {
    transform: translateY(34%) !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 770px) and (max-height: 1024px) {
  .large-screen-sections .container-fluid {
    transform: translateY(100%) !important;
  }

  .panels {
    transform: translateY(26%) !important;
  }
}

@media only screen and (min-width: 818px) and (max-width: 820px) and (max-height: 1180px) {
  .large-screen-sections .container-fluid {
    transform: translateY(130%) !important;
  }

  .panels {
    transform: translateY(30%) !important;
  }
}

@media only screen and (max-width: 541px) and (max-height: 721px) {
  .large-screen-sections .container-fluid {
    transform: translateY(5%) !important;
  }

  .panels {
    transform: translateY(0%) !important;
  }

}

@media only screen and (max-width: 1100px) and (min-height: 1360px) {
  .second-set {
    transform: translateY(-265%) !important;
  }
}