@font-face {
  font-family: "Geomanist";
  src: url("/assets/fonts/GEOMANIST-THIN.TTF");
  font-weight: 200; /* Thin */
}
@font-face {
  font-family: "Geomanist";
  src: url("/assets/fonts/GEOMANIST-LIGHT.TTF");
  font-weight: 300; /* Thin */
}
/* Define Geomanist Regular */
@font-face {
  font-family: "Geomanist";
  src: url("/assets/fonts/GEOMANIST-REGULAR.TTF");
  font-weight: 400; /* Regular */
}

.lets-btn {
  background-color: #f6d067;
  padding: 2px 25px;
  border: none;
  width: fit-content;
}
.lets-btn a {
  background-color: #f6d067;
  border: none;
  width: fit-content;
}
.hamburger {
  cursor: pointer;
  width: 24px;
  position: absolute;
 right: 60px;
  z-index: 10;
}

.hamburger-icon {
  border-radius: 1px;
  height: 2px;
  width: 18px;
  background-color: #fff; /* Color of the hamburger lines */
  position: relative;
  transition: transform 0.3s ease; /* Smooth transformation for rotation */
}

.hamburger-icon:before,
.hamburger-icon:after {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 1px;
  height: 2px;
  width: 18px;
  background-color: #fff; /* Color of the hamburger lines */
  transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease;
}

.hamburger-icon:before {
  top: -6px; /* Adjust as needed */
}

.hamburger-icon:after {
  top: 6px; /* Adjust as needed */
}

/* Active state, transforming hamburger into a cross */
.hamburger.active .hamburger-icon {
  background-color: transparent; /* Hide the middle bar */
}

.hamburger.active .hamburger-icon:before {
  top: 0;
  transform: rotate(45deg);
  background: #000;
}

.hamburger.active .hamburger-icon:after {
  top: 0;
  transform: rotate(-45deg);
  background: #000;
}

/* Style for mobile navigation page */
.nav-mob-page {
  display: none; /* Initially hide the mobile navigation */
  transition: all 0.3s ease;
  transform: translateY(-20px);
  opacity: 0;
  padding-inline: 20px;
  position: fixed; /* Use fixed to place it over other content */
  top: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 9; /* Lower than the hamburger menu */
}

.tech-tal {
  max-width: 680px;
  margin-inline: 0 auto;
  line-height: 1.8;
}

.nav-mob {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: absolute;
  top: 85px;
  background-color: #fff;
  width: 100%;
  z-index: 10;
}
.nav-mob a {
  font-family: var(--ff-body);
  font-size: 25px;
  font-weight: 600;
  color: var(--clr-black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 87%;
}

.nav-mob button a {
  font-size: unset;
  width: fit-content;
}
.nav-tag {
  display: flex;
  position: relative;
}
@media (min-width: 900px) {
  .hamburger {
    display: none;
  }
  .head-container:hover .head-logo {
    display: none;
  }
  
}
.play-btn-img {
  animation: rotate 8s infinite linear;
  width: 140px;
}
.play-btn-img img {
  width: 100px;
  height: 100px;
}

.play-btn-01-img img {
  width: 200px;
  height: 200px;
}
.arr-img img {
  width: 40px;
  height: 60px;
}
.arr-img-y {
  width: 40px;
  height: 60px;
}
.arr-img img:hover {
  fill: #eb7b37;
  transition: 0.2s ease;
}

.play-btn {
  position: absolute;
  top: 30%;
  left: 38%;
}
.play-btn-y{
  position: absolute;
  top: 39%;
  left: 38%;
}
.play-btn-3 {
  position: absolute;
  top: 30%;
  left: 8%;
}
.new-gap{
  gap:30%;
}
.about-font{
  font-size: clamp(20px, 2vw, 30px);
  padding-bottom: 3%;
    width: 39%;
    display: none;
}
.bd-lft {
  border-left: 10px solid #f6d067;
  padding-left: 13px;
  width: max-content;
}
.des-img {
  height: 510px;
  object-fit: cover;
  width: 100%;
}

.busi-img {
  object-fit: cover;
}
.txt-pos {
  position: absolute;
  top: 13%;
  left: 18%;
}
.txt-pos-1 {
  position: absolute;
  top: 13%;
  left: -58px;
}
.pos-1 {
  position: relative;
  margin-bottom: 50px;
  margin-top: 30px;
}
.pos-3 {
  position: absolute;
  top: 43%;
  left: 40%;
}
.bg-img {
  background-image: url(/assets/images/Innovation.png);
  background-position: 6%;
  background-size: cover;
  background-repeat: no-repeat;
}
.gra-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newr-img{
  position: absolute;
  left: 0;
  /* top: 0; */
  bottom: 0;
  height: 100%;
}
.num-wid p {
  max-width: 55%;
}

@media (max-width: 1400px) {
  .des-img {
    height: 400px;
  }
  .tech-tal {
    width:  500px;
  }
  .play-btn-3{
    left: 10%;
  }
}

@media (max-width: 1300px) {
  .num-wid p {
    max-width: 63%;
  }
 .des-img{
  height: 400px;
  object-fit: contain;
 }
 
}
@media (max-width: 1150px) {
  .num-wid p {
    max-width: 75%;
  }
  
  .frow{
    gap: 80px !important;
  }
  
  
  .home-pg-grid {
    grid-template-columns: auto !important;
    width: inherit;
    height: auto;
  }
  .new-flex{
    height: auto !important;
  }
  .tech-tal {
    width:  auto !important;
  }
  .new-mobile-flex{
    display: flex;
    justify-content: space-between;
  }
  .play-btn-01-img{
    width: 100px !important;
  }
  .arr-img img {
    width: 30px;
    height: 45px;
  }
 .play-btn-3 {
        left: 36%;
        top: 9%;
    }

.res-sec li{
  padding-top: 16px !important;
}
}
@media (max-width: 900px) {
  .num-wid p {
    max-width: 85%;
  }
  .index-heading{
    width: auto !important;
  }
}
@media (max-width: 600px) {
  .num-wid p {
    max-width: 100%;
  }
}
.col-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 30px;
  margin-bottom: 20px;
}
.grid {
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-template-rows: auto;
}
.pos-4 {
  position: absolute;
  padding-inline: 20px;
  top: 0;

  right: 0;
}
.round {
  width: 120px;
  height: 120px;
  border: 2px solid #e0653e;
  border-radius: 50%;
  position: relative;
}
.icon-sec {
  display: flex;
  gap: 18%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.innovate-img {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 24px;
  top: 24px;
  object-fit: cover;
}
.accelerate-img {
  width: 41px;
  height: 65px;
  position: absolute;
  top: 30px;
  left: 37px;
  object-fit: cover;
}
.trans-img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 35px;
  left: 33px;
  object-fit: cover;
}
.border-box {
  border: 2px solid #000;
  width: 339px;
  height: 320px;
  padding: 20px;
  background-color: #000;
  border-radius: 20px;
}
.mx-wid-90 {
  max-width: 90%;
}
.border-box-1 {
  border: 2px solid #000;
  width: 339px;
  height: 320px;
  padding: 20px;
  border-radius: 20px;
}
.cloud-img {
  width: 60px;
  height: 60px;
}
.Ai-img {
  width: 80px;
  height: 55px;
}
.tech-img {
  width: 80px;
  height: 70px;
}
.col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 7vw;
}
.btn {
  font-family: var(--ff-brand);
  background-color: #7fbcce;
  width: fit-content;
  padding: 2px 10px;
  border: none;
}
.border {
  border-left: 3px solid #eb7b37;
  padding-left: 30px;
}
.col-2-1 {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-template-rows: auto;
  gap: 10px;
}
.item {
  border: 2px solid #000;
  max-width: 885px;
  padding: 20px;
  background-color: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
}
.img-1 {
  width: 61px !important;
  height: 28px;
}
.owl-theme .owl-dots .owl-dot span {
  background: #eb7b3720 !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #eb7b37 !important;
}
.owl-nav {
  display: none;
}
.owl-dots {
  margin-top: 60px;
}
.owl-item.active.center {
  transform: scale(1) !important;
  transition: transform 0.3s ease;
}

.owl-item.active.center .item {
  background-color: #000;
}
.owl-item.active.center .item p {
  color: #fff;
}
.owl-item .item p {
  color: var(--clr-black);
  font-weight: 300;
}
.carousel-img {
  width: 100%;
  height: 230px;
  object-fit: contain;
}
.owl-item {
  transform: scale(0.8) !important;
  transition: transform 0.3s ease;
}
.line-svg {
  margin: 0 auto;
  width: 700px;
}
.beceip-img {
  width: 40px;
  height: 40px;
}
.play-btn-1 {
  position: absolute;
  top: 32%;
  left: 29%;
}

/* Contact */

.form-container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
}

form {
  display: flex;
  flex-direction: column;
}

input[type="text"],
input[type="email"],
textarea {
  border: 1px solid #969696 !important;
  padding: 12px;
  margin-bottom: 30px;
  border-radius: 5px;
  background: transparent;
  width: 100%;
  color: #fff !important;
}

textarea:focus {
  border: none;
  border-color: transparent;
}

.country-code {
  padding: 10px;
  border-radius: 5px 0 0 5px;
}

.phone-container {
  border: 1px solid #969696;
  padding: 12px;
  margin-bottom: 30px;
  border-radius: 5px;
  background: transparent;
  width: 100%;
  display: flex;
}
select#phone-numbers {
  background: transparent;
  color: #969696;
  border: none;
  width: 70px;
}
.phone-container input[type="tel"] {
  background: transparent;
  border: none;
  color: #fff;
}

textarea {
  height: 140px;
  resize: none;
}
input#upload {
  display: none;
}
.formbold-input-label {
  background: transparent;
  border: 1px solid rgb(150, 150, 150);
  color: rgb(150, 150, 150);
  padding: 5px 10px;
  font-family: var(--ff-body);
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  display: flex;
  justify-content: center;
}
button#submit-button {
  background: rgb(246, 209, 103);
  border: none;
  color: rgb(0, 0, 0);
  padding: 5px 65px;
  font-family: var(--ff-body);
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.img-2 {
  max-width: 90%;
  margin: 0 auto;
}
.border-1 {
  border-left: 1px solid #969696 !important;
  border-bottom: 0px;
  border-top: 0px;
  border-right: 0px;
  margin-inline: 20px;
}

/* News & Blogs  */

.arrow-img {
  width: 70px;
  height: 70px;
  position: absolute;
  right: -19px;
  top: -16px;
}
.blog p {
  font-family: var(--ff-body);
  font-weight: 500;
  font-size: 35px;
  line-height: 1.2;
  position: absolute;
  bottom: 10%;
  left: 5%;
}
.read-more {
  background: transparent;
  border: none;
  border-bottom: 2px solid #e0653e;
  bottom: 5%;
  left: 5%;
  position: absolute;
  padding: 0;
}
.arrow-img-1 {
  width: 70px;
  height: 70px;
  position: absolute;
  right: -26px;
  top: -20px;
}
.blog-1 p {
  font-family: var(--ff-body);
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  position: absolute;
  bottom: 17%;
  left: 5%;
}
.read-more-1 {
  background: transparent;
  border: none;
  border-bottom: 2px solid #e0653e;
  bottom: 7%;
  left: 5%;
  position: absolute;
  padding: 0;
}
.explore {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.explore p {
  font-family: var(--ff-body);
  font-weight: 400;
  font-size: 25px;
}
.explore h1 {
  font-family: var(--ff-brand);
  font-weight: 600;
  font-size: clamp(20px, 3vw, 50px);
  line-height: 1.5;
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
}
.border-2 {
  border: 1px solid #1c1824;
}
.read-btn {
  background: transparent;
  border: none;
  padding: 0;
}
.dash {
  display: inline-block;
  width: 100%;
  height: 1.5px;
  max-width: 70%;
  background-color: #e0653e;
  margin-left: 20px;
  margin-right: 0px;
}

/* Inner News & Blogs  */

.art-btn {
  font-family: var(--ff-body);
  font-weight: 400;
  font-size: clamp(15px, 2vw, 25px);
  border: none;
  background-color: #7fbcce;
  padding: 5px 20px;
  color: #fff;
  max-width: 100%;
  margin-inline: auto;
  text-transform: uppercase;
  display: flex;
}
.left-content {
  position: sticky;
  top: 0;
  max-height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
}
.post {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.post p {
  font-family: var(--ff-body);
  font-weight: var(--fw-light);
  font-size: clamp(15px, 1vw, 25px);
}
.circle {
  width: 10px;
  height: 10px;
  background-color: #1c182450;
  border-radius: 50%;
}
.post-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.post-head li a {
  font-family: var(--ff-body);
  font-weight: var(--fw-regular);
  font-size: clamp(14px, 1.8vw, 20px);
  color: #cccccc;
}
.post-head li {
  padding-left: 15px;
}
.post-head li {
  border-left: 4px solid transparent;
  padding-left: 10px;
}

.post-head li a {
  color: #cccccc;
  transition: color 0.3s;
}
.post-head li.active,
.post-head li:hover {
  border-left: 4px solid #eb7b37;
}

.active a,
.post-head li:hover a {
  color: #1c1824;
}

.col-2-2 {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-rows: auto;
  gap: 10px;
}
.post-dec h4 {
  font-family: var(--ff-body);
  font-weight: 500;
  font-size: clamp(15px, 1.5vw, 30px);
}
.post-dec p {
  font-family: var(--ff-body);
  font-weight: 400;
  font-size: clamp(15px, 1.2vw, 25px);
}
.post-dec ol li {
  list-style: decimal;
  font-family: var(--ff-body);
  font-weight: 400;
  font-size: clamp(15px, 1.2vw, 25px);
}

/* Job-Board Inner Page */

.job_board ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 20px;
  line-height: 1.8;
}
.job_board li {
  font-family: var(--ff-body);
  font-weight: var(--fw-regular);
  font-size: clamp(14px, 2vw, 16px);
  list-style: disc;
  margin-left: 4%;
  line-height: 1.8;
}

.li-auto {
  list-style: auto !important;
  padding-left: 5px;
}

.apply-btn {
  background: #e0653e;
  border: none;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-family: var(--ff-body);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 100%;
}
.cl-mg{
  margin-top: 20px;
}
/* Aligned Studios */

.box {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid #bc441e;
  border-right: 3px solid #bc441e;
  background-color: #e0653e;
  border-radius: 3px 5px 1px 0px;
}
.box-2 {
  height: 280px;
}
.box-3 {
  height: 360px;
}
.box-4 {
  height: 440px;
}
.box p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.orange-cir {
  width: 225px;
  height: 225px;
}
.comment-img {
  width: 440px;
  height: 170px;
  position: relative;
}
.cir-txt {
  position: relative;
}
.cir-txt p {
  position: absolute;
  bottom: 25%;
  left: 3%;
}
.comment-txt {
  position: absolute;
  left: 14.5%;
  bottom: 63%;
  z-index: 1;
}
.comment-txt p {
  position: absolute;
  top: 15%;
  left: 22%;
  max-width: 59%;
  font-size: 20px;
}
.cir-txt-1 {
  position: absolute;
  right: 0;
  bottom: -83px;
}
.cir-txt-1 p {
  position: absolute;
  bottom: 25%;
  right: 30px;
}
.comment-txt-1 {
  position: absolute;
  right: 13%;
  bottom: 45px;
  z-index: 1;
}
.comment-txt-1 p {
  position: absolute;
  top: 15%;
  left: 22%;
  max-width: 59%;
  font-size: 20px;
}
.grow-btn {
  background: #e0653e;
  border: none;
  border-radius: 50px;
  color: #fff;
  margin-top: 20px;
  padding: 7px 22px;
  font-family: var(--ff-body);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 100%;
}
.line-arr {
  position: absolute;
  right: 38px;
  top: 5%;
}
.line-arr img {
  width: 333px;
  height: 187px;
  transform: rotate(7.85deg);
}
.li-arr {
  position: absolute;
  left: 0px;
  bottom: -37px;
}
.li-arr img {
  width: 271px;
  height: 272px;
}

@media (max-width: 1200px) {
  /* .play-btn-3 {
    top: 35%;
    left: 18%;
  } */
   .newr-img{
    height: 85%;
   }
}

@media (max-width: 1024px) {
  .orange-cir {
    width: 200px;
    height: 200px;
  }
  .cir-txt p {
    left: 6%;
  }
  .cir-txt-1 p {
    right: 20%;
  }
  .play-btn-img img {
    width: 160px;
    height: 160px;
  }
  .play-btn-01-img img {
    width: 160px;
    height: 160px;
  }
  .arr-img svg {
    width: 34px;
    height: 34px;
  }
  .play-btn {
    top: 39%;
    left: 39%;
  }
}

@media (max-width: 1100px) {
  .des-img {
    height: 400px;
    object-fit: contain;
  }
  .pos-5 {
    bottom: -70px;
  }
  .tec-sol {
    display: grid;
    grid-template-columns: 0.3fr 2fr;
  }
  .pos-1 {
    margin-bottom: 0;
  }
  .lt-arrow {
    left: 40%;
    bottom: 20%;
  }
  .rt-arrow {
    right: 40%;
    bottom: 20%;
  }
  .txt-pos {
    left: 25%;
    top: 8%;
  }
  .res-sec ul{
    width: 120%;
  }
}

@media (max-width: 900px) {
  .play-btn-img img {
    width: 132px;
    height: 132px;
  }
  .play-btn-01-img img {
    width: 132px;
    height: 132px;
  }
  .play-btn-img {
    width: 110px;
  }
  .arr-img svg {
    width: 32px;
    height: 32px;
  }
  .arr-img img {
    width: 20px;
    height: auto;
  }
  /* .play-btn-3 {
    top: 39%;
    left: 24%;
  } */
  .container-7 {
    padding-block: 20px;
  }
  .play-btn {
    position: absolute;
    top: 38%;
    left: 36%;
  }
  .des-img {
    height: 362px;
    /* width: 250px; */
    object-fit: contain;
  }
  .pos-3 {
    position: absolute;
    top: 43%;
    left: 36%;
  }
  .busi-img {
    height: auto;
  }
  .txt-pos {
    position: absolute;
    top: 13%;
    left: 30%;
  }
  .pos-4 {
    position: absolute;
    top: 0;
    max-width: 580px;
    right: 0;
  }

  .line-svg {
    width: 565px;
  }
  .plane-img {
    width: 244px;
  }
  .plane-img-1 {
    position: absolute;
    width: 175px;
    top: 43%;
    left: 27%;
  }
  .nav-mob-page.show {
    display: block;
    transform: translateY(0);
    opacity: 1;
  }
  .item {
    max-width: 100%;
  }
  .col-2-1 {
    grid-template-columns: auto;
  }
  .owl-item.active.center .item p {
    font-size: 14px !important;
  }
  .owl-item .item p {
    font-size: 14px !important;
  }
  .line-arr {
    right: 13px;
  }
  .line-arr img {
    width: 210px;
    height: 165px;
    transform: rotate(7.85deg);
  }
  .li-arr img {
    width: 150px;
    height: 150px;
  }
  .li-arr {
    bottom: -12px;
  }
}

@media (max-width: 600px) {
  .col-3 {
    grid-template-columns: 1fr;
  }
  .col-2-1 {
    grid-template-columns: 1fr;
  }
  .col-2 {
    grid-template-columns: 1fr;
  }
  .play-btn-3 {
    top: 34%;
    left: 36%;
  }

  .pos-1 {
    margin-top: 10px;
  }
  .fl-wp-mob {
    flex-direction: column !important;
    gap: 0px !important;
  }
  .al-cn-mob {
    align-items: center;
  }
  .container-9 {
    padding-block-start: 10px;
  }
  .border-box-1 {
    width: fit-content;
    height: auto;
  }
  .border-box {
    width: fit-content;
    height: auto;
  }
  .fl-gp-mob {
    gap: 30px !important;
  }
  .plane-img {
    width: 200px !important;
  }
  .plane-img-1 {
    width: 140px !important;
    top: 22% !important;
    left: 52% !important;
  }

  .max-wid-1 {
    width: 100% !important;
  }
  .mx-wid-3 {
    max-width: 100% !important;
  }
  .mx-wid-5{
    max-width: 100%;
}
  .form-btn {
    margin: 0;
    gap: 30px !important;
  }
  .arrow-img,
  .arrow-img-1 {
    width: 35px;
    height: 35px;
  }
  .arrow-img-1 {
    right: -15px;
    top: -15px;
  }
  .blog p {
    font-size: 18px;
    bottom: 15%;
  }
  .read-more,
  .read-more-1 {
    font-size: 16px;
    padding: 0;
  }
  .blog-1 p {
    font-size: 18px;
    bottom: 23%;
  }
  .explore h1 {
    max-width: 100%;
  }
  .dash {
    max-width: 64%;
  }
  .col-2-2 {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .container {
    overflow: hidden;
  }
  .shape-img {
    width: 270px;
    height: 270px;
    position: unset;
    margin: 0 auto;
  }
  .orange-cir {
    width: 120px;
    height: 120px;
  }
  .comment-img {
    width: auto;
    height: auto;
  }
  .comment-txt p {
    font-size: 14px;
  }
  .comment-txt-1 p {
    font-size: 14px;
  }
  .fl-col-mob {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .comment-txt {
    position: unset;
  }
  .comment-txt p {
    bottom: 25%;
    top: unset;
  }
  .comment-txt-1 {
    position: unset;
  }
  .fl-ed-mob {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .fl-end-1 {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    /* text-align: end; */
  }
  .al-end-mob {
    align-items: end;
  }
}

@media (max-width: 1024) {
  .form-btn {
    margin: 0 29%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .arrow-img,
  .arrow-img-1 {
    width: 45px;
    height: 45px;
  }
  .rt-arr {
    left: 480%;
  }
  .blog p {
    font-size: 22px;
    line-height: 1.1;
    bottom: 15%;
  }
  .read-more,
  .read-more-1 {
    font-size: 15px;
  }
  .blog-1 p {
    font-size: 22px;
    bottom: 23%;
  }
  .dash {
    max-width: 53%;
  }
  .pos-4 {
    max-width: 686px;
  }
  .pos-3 {
    left: 40%;
  }
  .shape-img {
    width: 300px;
    height: 300px;
    position: unset;
    margin: 0 auto;
  }
  .comment-img {
    width: 350px;
    height: 125px;
  }
  .orange-cir {
    width: 150px;
    height: 150px;
  }
  .comment-txt p {
    font-size: 16px;
  }
  .comment-txt-1 p {
    font-size: 16px;
  }
  .cir-txt p {
    bottom: 29%;
  }
}
@media (min-width: 2560px) {
  .bg-img {
    height: 775px;
  }
  .gra-img {
    height: auto;
  }
  .pad-rt {
    padding-right: 5% !important;
  }
  .padding-inline-0 {
    padding-inline: 0px !important;
  }
}

/* Vignesh */

.container {
  width: 100%;
  margin-inline: auto;
  max-width: var(--container-max-size);
  padding-block: var(--container-padding-block);
  padding-inline: var(--container-padding-inline);
  overflow: hidden;
}

.container-1 {
  width: 100%;
  margin-inline: auto;
  max-width: var(--container-max-size);
  padding-block: var(--container-padding-block);
  padding-inline-start: var(--container-padding-inline);
}

.container-2 {
  width: 100%;
  margin-inline: auto;
  max-width: var(--container-max-size);
  padding-block: var(--container-padding-block);
  padding-inline-end: var(--container-padding-inline);
}

.container-3 {
  width: 100%;
  margin-inline: auto;
  max-width: var(--container-max-size);
  padding-block-start: 100px;
}
.container-4 {
  width: 100%;
  margin-inline: auto;
  max-width: var(--container-max-size);
  padding-block: var(--container-padding-block);
}
.container-5 {
  width: 100%;
  margin-inline: auto;
  max-width: var(--container-max-size);
  padding-block-end: var(--container-padding-block);
}

.container-6 {
  width: 100%;
  margin-inline: auto;
  max-width: var(--container-max-size);
  padding-inline-start: var(--container-padding-inline);
}
.container-7 {
  width: 100%;
  margin-inline: auto;
  max-width: var(--container-max-size);
  padding-block: 30px;
  padding-inline: var(--container-padding-inline);
  border-bottom: 1px solid #737373;
}
.container-8 {
  width: 100%;
  margin-inline: auto;
  max-width: var(--container-max-size);
  padding-block-start: var(--container-padding-block);
  padding-inline: var(--container-padding-inline);
  padding-block-end: 2px;
}

.container-9 {
  width: 100%;
  margin-inline: auto;
  max-width: var(--container-max-size);
  padding-block-start: 30px;
  padding-inline: var(--container-padding-inline);
  padding-block-end: var(--container-padding-block);
}
.container-10 {
  width: 100%;
  margin-inline: auto;
  max-width: var(--container-max-size);
  padding-block-start: var(--container-padding-block);
  padding-inline: var(--container-padding-inline);
}
.container-11 {
  width: 100%;
  margin-inline: auto;
  max-width: var(--container-max-size);
  padding-block-start: var(--container-padding-block);
  padding-inline-start: var(--container-padding-inline);
}
.container-12 {
  width: 100%;
  margin-inline: auto;
  max-width: var(--container-max-size);
  padding-block-start: 30px;
  padding-inline: var(--container-padding-inline);
  padding-block-end: 30px;
}
.container-13 {
  width: 100%;
  margin-inline: auto;
  max-width: var(--container-max-size);
  padding-block-start: var(--container-padding-block);
  padding-inline: var(--container-padding-inline);
  padding-block-end: 30px;
}
.head-container {
  width: 100%;
  padding-block: 20px;
  padding-inline: var(--container-padding-inline);
}

.head-logo {
  width: 230px;
}

.sec-1 {
  background-color: #1c1824;
}
@media (max-width: 900px) {
  .container-7 {
    padding-block: 20px;
  }
}

.head-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 40px;
}

.head-nav ul li {
  z-index: 2;
}

.head-nav a {
  color: #fff;
  font-size: clamp(14px, 2vw, 18px);
  font-family: var(--ff-brand);
  font-weight: 400;
}

.head-nav button a {
  color: #000;
  padding: unset;
}

.main-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  margin-inline: auto;
}

.arch-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.arch-grid span {
  background-color: #eb7b37;
  width: fit-content;
  padding: 0 10px;
}

.latest-text .white-text{
  background-color: #1C1824;
  padding: 0px 3px;
}

.build-statue {
  position: absolute;
  top: 50px;
  right: 8%;
}

.design-page h2 {
  text-align: center;
  margin-inline: auto;
  max-width: 850px;
  font-weight: 400;
}

.design-page span {
  background-color: #7fbcce;
  padding-inline: 10px;
  color: white;
}

.off-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(30px, 4vw, 50px);
}

.off-grid button {
  background-color: transparent;
  border: none;
}

.cloud-box {
  background-color: #1c1824;
  border-radius: 20px;
  gap: 50px;
  padding: 25px;
}

.tech-box {
  border-radius: 20px;
  gap: 50px;
  padding: 25px;
  border: 1px solid;
}

.tech-box img {
  width: 90px;
}

.cloud-box img {
  width: 82px;
}

.cloud-grid img {
  width: 28px;
}

.cloud-grid-1 img {
  width: 28px;
}

.cloudh2 h2 {
  margin-bottom: 30px;
  max-width: 600px;
}

.cloud-grid {
  display: grid;
  grid-template-columns: 47% 45%;
  gap: clamp(40px, 7vw, 100px);
  align-items: flex-end;
}

.cloud-grid-1 {
  display: grid;
  grid-template-columns: 47% 47%;
  gap: clamp(40px, 8vw, 120px);
  align-items: flex-end;
}
.index-heading{
  width: max-content;
}
/* .cl-off{
    margin-block-end: 20px;
} */

.cl-off p {
  font-weight: 400;
}

.tackle img {
  width: 600px;
  float: right;
}

.tackle-1 img {
  width: 600px;
  float: left;
}

.tackle-2 img {
  width: auto;
}

.tackle-2 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  object-fit: cover;
  align-items: end;
  justify-content: end;
}

.step-txt {
  max-width: 630px;
  margin-inline: auto;
}

.emp-page button {
  background-color: #eb7b37;
  border: none;
  padding: 12px 45px;
  border-radius: 50px;
  margin-bottom: 100px;
}

.emp-page {
  position: relative;
}

.emp-page h2 {
  padding-bottom: 30px;
}

.lft-lift {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
}

.rt-lift {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
}

.foot-grid {
  display: grid;
  grid-template-columns: 2fr 3fr 1.1fr;
  gap: 80px;
}
.ft-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  align-items: flex-end;
}

.address-gap{
  margin-top: 7%;
}

.ft-col a:hover {
  color: #f6d167;
}
.foot-grid p {
  font-weight: 300;
}

.copy-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
input:focus {
  outline: none;
  border-color: transparent;
}

.copy-grid p {
  font-weight: 300;
}

.copy-grid a {
  font-weight: 300;
}

.bg-aligned {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(50, 50, 50, 0.5)),
    url(/assets/images/Mask\ group.png);
}

.align-cont {
  padding-block: 20px;
}

.align-cont h2 {
  font-size: 90px; /* Adjust to match the size in your image */
  font-family: var(--ff-brand);
  font-weight: bold;
  /* leading-trim: both; */
  /* text-edge: cap; */
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width:0.00001px; /* Adjust to match the outline in your image */
  text-transform: uppercase;
  color: transparent;
  letter-spacing: 20px; /* Adjust to match the spacing in your image */
  /* -webkit-text-stroke-width: 0.00001px; */
  /* -webkit-text-stroke-color: #FFF; */
  color: #fff; /* Adjust color and width to match the outline */
  text-align: center;
}

.ham-btn {
  display: none;
}

.pad-top02 {
  padding-top: 20px;
}
.pad-top10{
  padding-top: 10px;
}
.ln-svg:hover path {
  fill: #eb7b37;
}
.ln-svg:hover circle {
  stroke: #eb7b37;
}
@media (max-width: 1024px) {
  .align-cont h2 {
    font-size: 60px;
  }
  .container-3 {
    padding-block-start: 80px;
  }
  .foot-grid {
    grid-template-columns: 1.9fr 3fr 1.4fr;
  }
  .arch-grid {
    align-items: start;
  }
}

@media (max-width: 900px) {
  .arch-grid {
    grid-template-columns: auto;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .tech-build {
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .build-statue {
    right: inherit;
  }
  .copy-grid p {
    font-size: 12px;
  }
  .copy-grid a {
    font-size: 12px;
  }
  .align-cont h2 {
    font-size: 57px;
  }
  .container-3 {
    padding-block-start: 60px;
  }
  .head-nav {
    display: none;
  }
  .ham-btn {
    display: block;
  }
  .foot-grid {
    gap: 20px;
    grid-template-columns: 1.1fr 1.5fr 0.1fr;
  }
  .emp-page button {
    margin-bottom: 150px;
  }
  .head-logo {
    width: 195px;
  }
}

@media (max-width: 700px) {
  .off-grid {
    grid-template-columns: auto;
    align-items: center;
    justify-content: center;
  }
  .cloud-box {
    width: 280px;
    gap: 30px;
  }

  .step-txt {
    max-width: 100%;
    padding: 20px;
  }
  .txt-pos {
    top: 23%;
  }
  .pos-3 {
    display: none;
  }
  .tech-box {
    width: 280px;
    gap: 30px;
  }
  .cloud-grid {
    grid-template-columns: auto;
  }
  .cloud-grid-1 {
    grid-template-columns: auto;
  }
  .grid {
    grid-template-columns: auto;
  }

  .line-svg {
    display: none;
  }
  .border-box {
    margin-top: 30px;
  }
  .ai-bim {
    padding-left: 20px;
  }
  .foot-grid {
    grid-template-columns: auto;
  }
  .copy-grid {
    grid-template-columns: auto;
    gap: 20px;
  }
  .social-icons {
    align-items: self-start;
    justify-content: start;
  }
  .foot-nav {
    flex-wrap: wrap;
    gap: 15px;
  }
  .copy-grid a {
    font-size: 11px;
  }
  .align-cont h2 {
    font-size: 51px;
    -webkit-text-stroke-width: 0.00000001px;
  }
  .lft-lift {
    display: none;
  }
  .rt-lift {
    display: none;
  }
  .emp-page button {
    margin-bottom: 30px;
  }
  .container-3 {
    padding-block-start: 30px;
    padding-inline: 20px;
  }
  .design-page h2 {
    font-size: 20px;
  }
  .design-page span {
    padding-inline: 0;
  }
  .head-logo {
    width: 150px;
  }
  .tech-build {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .tech-build svg {
    height: fit-content;
  }
  .build-statue {
    top: 20px;
    width: 115px;
  }
  .cl-off {
    margin-block-end: 20px;
  }
  .container-9 {
    padding-block-start: 10px;
  }
  .container-12 {
    padding-block-start: 10px;
    padding-block-end: 20px;
  }
}

@media (max-width: 1100px) {
  .head-nav a {
    font-size: 12px;
  }
  .head-nav ul {
    gap: 20px;
  }
}
/* Process page */
.obs-1 {
  position: absolute;
  top: 0;
  left: 10px;
}

.obs-1 h1 {
  font-weight: 600;
}

.obs-2 h1 {
  font-weight: 600;
}

.obs-3 h1 {
  font-weight: 600;
}

.obs-2 {
  position: absolute;
  top: 32%;
  left: 6%;
}

.obs-3 {
  position: absolute;
  top: 66%;
  left: 11%;
}

.step-img img {
  position: absolute;
  bottom: 14px;
  width: -webkit-fill-available;
  height: 227px;
}

.step-img p {
  font-size: clamp(18px, 4vw, 40px);
  font-weight: 300;
  text-align: center;
  padding-top: 60px;
  padding-inline-end: var(--container-padding-inline);
}

.sec-2 {
  background-color: #fcf7f0;
}

.circle-arrow {
  margin-top: 50px;
}

.ali-obs {
  position: absolute;
  top: 17%;
  left: 8%;
}

.acc-obs {
  position: absolute;
  top: 17%;
  left: 39%;
}

.aug-obs {
  position: absolute;
  top: 17%;
  right: 9%;
}

.faq p {
  font-size: clamp(30px, 6vw, 70px);
  font-weight: var(--fw-medium);
}

.faq {
  margin-bottom: 60px;
}

.accordion {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: clamp(14px, 3vw, 25px);
  font-weight: var(--fw-regular);
  text-align: start;
}

.div-line {
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}

.panel {
  padding: 50px 0 10px;
  display: none;
}

.panel p {
  line-height: 2;
  font-weight: 300;
  /* font-size: 18px; */
  /* font-family: --ff-body; */
}

.panel.show {
  display: block;
  transition: transform 0.3s ease;
}

.acc-arrow {
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.txt-wid {
  max-width: 200px;
}

@media (max-width: 600px) {
  .stair-img {
    height: 150px;
  }
  .obs-1 h1 {
    font-size: 18px;
  }
  .obs-2 h1 {
    font-size: 18px;
  }
  .obs-3 h1 {
    font-size: 18px;
  }

  .obs-1 {
    top: 10px;
  }
  .obs-2 {
    top: 38%;
  }
  .obs-3 {
    top: 72%;
  }
  .mx-wid {
    max-width: 100%;
  }
  .max-wid-2 {
    width: 100%;
  }
  .step-img p {
    padding-top: 30px;
  }
  .step-img img {
    height: 116px;
  }

  .circle-arrow {
    margin-top: 30px;
  }
  .ali-obs {
    top: 0;
    left: 42%;
  }
  .acc-obs {
    top: 4%;
    right: 0;
    font-size: 18px;
    left: auto;
  }
  .aug-obs {
    top: 67%;
  }
  .pad-top30 {
    padding-top: 20px;
  }
  .div-line {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .panel {
    padding: 30px 0 10px;
  }
  .faq {
    margin-bottom: 30px;
  }
  .acc-arrow {
    width: 20px;
  }
  .comment-txt-1 p {
    bottom: 55%;
    top: unset;
  }
  .cir-txt-1 {
    position: relative;
    bottom: 0;
  }
  .cir-txt-1 p {
    right: 0;
    left: 7%;
  }
  .comment-txt-1 p {
    bottom: 30%;
  }
  .txt-wid {
    max-width: 100%;
  }
  .li-arr img {
    display: none;
  }
  .line-arr {
    display: none;
  }
}
@media (max-width: 350px) {
  .comment-txt-1 p {
    bottom: 19%;
  }
  .comment-txt p {
    bottom: 20%;
  }
  .cir-txt p {
    left: 10%;
  }
  .cir-txt-1 p {
    left: 10%;
  }
}
/* About-page */
.abt-1 p {
  width: 55%;
  font-weight: 300;
  line-height: 1.8;
  padding: 20px 0 80px;
}

.abt-1 img {
  position: absolute;
  bottom: 0;
  height: 697px;
  left: -15px;
  width: 100%;
  z-index: 0;
  display: none;
}

.pioneer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.collab-grid {
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  gap: 80px;
  align-items: center;
}

.ball-1 {
  width: 300px;
}

.arch-txt {
  font-weight: 400;
  font-size: clamp(30px, 5vw, 60px);
}

.int-txt {
  font-size: clamp(
    30px,
    5vw,
    60px
  ); /* Adjust to match the size in your image */
  font-weight: 700;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px #000; /* Adjust color and width to match the outline */
  text-align: center;
  white-space: nowrap;
}

.mep-txt {
  font-size: clamp(
    30px,
    5vw,
    60px
  ); /* Adjust to match the size in your image */
  font-weight: 700;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px #000; /* Adjust color and width to match the outline */
  text-align: center;
  white-space: nowrap;
}
.mep-txt:hover {
  color: #eb7b37;
  -webkit-text-stroke: 0px transparent;
}
.sur-txt {
  font-size: clamp(
    30px,
    5vw,
    60px
  ); /* Adjust to match the size in your image */
  font-weight: 700;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px #000; /* Adjust color and width to match the outline */
  text-align: center;
  white-space: nowrap;
}
.lead-box {
  background-color: #252031;
  padding: 40px 40px 50px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: auto;
  gap: 50px;
  margin-top: 80px;
}

.lead-box img {
  width: 100%;
}
.lead-sec {
  width: 85%;
}
.jaz-txt {
  margin-top: 20px;
}

.lead-box-5 {
  background-color: #252031;
  padding: 80px 60px 50px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  margin-top: 80px;
}

.lead-box-5 img {
  width: 290px;
}

.lead-box-6 {
  background-color: #252031;
  padding: 80px 60px 50px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
  margin-top: 80px;
}

.lead-box-6 img {
  width: 290px;
}

.lead-line {
  border-right: 2px solid #3e364f;
  padding-right: 35px;
}
.lead-line-1 {
  border-left: 2px solid #3e364f;
  padding-left: 35px;
}

.bod-1 {
  position: absolute;
  top: 0;
  left: 0px;
  width: 165px !important;
  height: 114px;
  display: none;
}

.bod-2 {
  position: absolute;
  top: 0;
  left: 0px;
  width: 164px !important;
  height: 206px;
  display: none;
}

.bod-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 83px !important;
  height: 56px;
}

.bod-4 {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 86px !important;
  height: 102px;
}

.lead-box-1 {
  background-color: #252031;
  padding: 40px 40px 50px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: auto;
  gap: 50px;
  margin-top: 80px;
}

.lead-box-1 img {
  width: 100%;
  border-radius: 10px;
}

.lead-padd {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}

.cult-page {
  max-width: 1380px;
  margin-inline: auto;
  font-weight: 400;
  margin-block: 30px;
  padding-inline: var(--container-padding-inline);
}

.cult-page span {
  background-color: #7fbcce;
  padding: 5px;
}

.inno-line {
  border: 1px solid #1c1824;
  width: 100%;
}

.cult-ino-page {
  margin-top: 100px;
}

.cult-ino-page h2 {
  padding: 30px 0;
  letter-spacing: 5px;
  font-family: var(--ff-body);
  font-weight: 300;
}

.clr-red {
  background-color: #e0653e;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.jn-btn {
  background-color: #f6d167;
  border: none;
  color: #000;
  padding: 3px 50px;
  border-radius: 50px;
  margin-top: 50px;
}

.menu-box a {
  color: #000;
}

.aec {
  padding: 3px 10px;
}

@media (max-width: 1024px) {
  .pioneer-grid {
    gap: 50px;
  }
  .stroke-txt {
    gap: 50px;
  }
  .lead-box {
    padding: 20px 30px 50px;
  }
  .lead-box-1 {
    padding: 20px 30px 50px;
  }
  .lead-box-5 img {
    width: 186px;
  }
  .lead-box-6 img {
    width: 186px;
  }
}

@media (max-width: 900px) {
  .aec-svg {
    width: 100px;
    height: 50px;
  }
  .abt-1 p {
    width: 67%;
  }
  .lead-box-5 {
    gap: 30px;
    padding: 80px 21px 50px;
  }
  .lead-box-6 {
    gap: 30px;
    padding: 80px 21px 50px;
  }
  .bod-4 {
    display: none;
  }
  .lead-line {
    padding-right: 10px;
  }
  .lead-line-1 {
    padding-left: 10px;
  }
}

@media (max-width: 600px) {
  .aec {
    flex-direction: column;
  }
  .abt-1 p {
    width: auto;
  }
  .pioneer-grid {
    grid-template-columns: auto;
  }
  .pioneer-grid img {
    width: auto;
    height: auto;
  }
  .collab-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 0px;
    padding-block-start: 30px;
  }
  .padd-lft {
    padding-left: 20px;
  }
  .lead-box {
    margin-top: 40px;
    grid-template-columns: auto;
    padding: 40px;
  }
  .lead-box-1 {
    grid-template-columns: auto;
    padding: 40px;
  }

  .lead-box-5 {
    grid-template-columns: auto;
  }

  .lead-line {
    border: none;
  }

  .lead-box-6 {
    grid-template-columns: auto;
  }

  .lead-line-1 {
    border: none;
  }

  .cult-ino-page {
    margin-top: 50px;
  }
  .bod-2 {
    display: none;
  }
  .bod-4 {
    display: none;
  }
  .abt-1 p {
    padding: 20px 0 20px;
  }
}

.pa-bl-en {
  padding-block: 0px;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .goal-img {
    position: absolute;
    bottom: -281px;
    max-width: 115%;
  }
  .pa-bl-en {
    padding-block: var(--container-padding-block);
  }
}
/* job-board */
.job-1 {
  max-width: 650px;
  margin-inline: auto;
}
.job-filter {
  display: grid;
  grid-template-columns: auto;
  gap: 40px;
}
.job-filter input {
  border: 2px solid #eb7b37;
  border-radius: 5px;
  padding: 5px 8px;
  width: 250px;
}

.search-svg {
  position: absolute;
  top: 10px;
  right: 10px;
}

input[type="checkbox"].check-remote {
  appearance: none;
  -webkit-appearance: none;
  background: white;
  border: 2px solid #eb7b37;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
}

input[type="checkbox"].check-remote:checked {
  background-color: #eb7b37;
  border: 2px solid #eb7b37;
}

input[type="checkbox"].check-remote:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 60%;
  width: 30%;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

.job-view p {
  color: #fff;
  background-color: #eb7b37;
  padding: 0px 20px;
  border-radius: 5px;
  width: fit-content;
  font-size: clamp(12px, 1vw, 14px);
}
.job-view a {
  color: #fff;
  background-color: #eb7b37;
  padding: 0px 20px;
  border-radius: 5px;
  width: fit-content;
  font-size: clamp(12px, 1vw, 14px);
}

.job-full p {
  padding: 0px 20px;
  border-radius: 5px;
  color: #6b6b6b;
  width: fit-content;
  font-size: clamp(12px, 2vw, 16px);
}

.job-full-1 p {
  font-size: clamp(12px, 2vw, 14px);
}

.ind-detail p {
  color: #6b6b6b;
  font-size: clamp(12px, 2vw, 16px);
}

.job-sect-details img {
  width: 30px;
}

.job-sect-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: fit-content;
  align-items: center;
}

.job-view {
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-head {
  display: grid;
  grid-template-columns: 2fr 1fr 0.8fr 1.1fr 1fr;
  background-color: #d2d1d3;
}

.lt-arr {
  position: absolute;
  top: 30px;
}

@media (max-width: 1330px) {
  .job-filter {
    grid-template-columns: auto;
    gap: 80px;
  }
  .filter-sect {
    border-right: none;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .locate {
    flex-direction: row;
  }
  .filter-search {
    flex-direction: row;
    gap: 20px;
  }
}

/* @media(max-width:900px) {
    .job-sect-details{
        grid-template-columns: 1fr 0.6fr 0.7fr 0.7fr 0.7fr 0.7fr;
    }
} */

@media (max-width: 700px) {
  .job-sect-details {
    grid-template-columns: auto;
    gap: 15px;
    align-items: start;
    justify-content: start;
  }
  .job-full {
    align-items: start;
    justify-content: start;
  }
  .ind-detail {
    align-items: start;
    justify-content: start;
  }
  .locate {
    flex-direction: column;
  }
  .filter-sect {
    flex-direction: column;
    align-items: baseline;
    justify-content: start;
    gap: 15px;
  }
}

.talent-pool h1 {
  max-width: 1070px;
  margin-inline: auto;
  width: fit-content;
}

.talent-pool h1 span {
  font-weight: 800;
  color: #eb7b37;
}

.pool-svg {
  position: absolute;
  left: -52px;
  top: 24px;
}

.pool-svg-1 {
  position: absolute;
  right: -52px;
  top: 24px;
}

.job-name {
  padding: 0 10px;
  border-radius: 5px;
}

.fill-grid input[type="text"],
.fill-grid input[type="email"] {
  margin-bottom: 0px;
  padding: 10px;
  width: 100%;
}

.fill-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  margin-top: 40px;
  align-items: center;
}

.fill-grid input[type="text"]:focus,
.fill-grid input[type="email"]:focus {
  outline: none;
}

.job-location {
  padding: 20px 10px;
  border-radius: 5px;
}

.job-location input[type="text"] {
  margin-bottom: 0px;
  width: 100%;
  padding: 10px;
}

.job-look {
  padding: 0px 20px;
  border-radius: 5px;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.7fr 2fr;
}

input[type="checkbox"].career-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
}

input[type="checkbox"].career-box:checked {
  background-color: #eb7b37;
}

input[type="checkbox"].career-box:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 60%;
  width: 30%;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

.career-cont {
  flex-wrap: wrap;
  row-gap: 10px;
  margin-top: 5px;
}

.cv-file {
  border-radius: 5px;
  padding: 8px 10px;
  margin: 20px 10px;
  border: 1px solid #eb7b37;
}

.cv-file-top {
  margin-top: 0px;
}

.apply-btn {
  background-color: #f6d167;
  border: none;
  color: #000;
  padding: 3px 60px;
  width: fit-content;
  border-radius: 0px;
  margin-top: 25px;
}
.form-box {
  border-radius: 5px;
  padding: 10px 20px 20px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.fill-top {
  margin-top: 40px;
}

.jb-zag {
  position: absolute;
  top: 0;
  left: 0;
  width: 380px;
}

.jb-max-width {
  max-width: 1100px;
  margin-inline: auto;
}

.jb-zag1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  z-index: 0;
}

.fill-down {
  padding-bottom: 50px;
}

.menu-grid a p {
  color: #000;
}

.al-end-1 {
  align-items: end !important;
}

@media (max-width: 1250px) {
  .job-name {
    grid-template-columns: 0.7fr 3fr;
  }
}

@media (max-width: 1100px) {
  .jb-zag {
    display: none;
  }
  .jb-zag1 {
    display: none;
  }
  .fill-down {
    padding-bottom: 0;
  }
  .pool-svg {
    top: 12px;
  }
  .pool-svg-1 {
    top: 12px;
  }
  .form-box {
    width: auto;
  }
  .job-name {
    padding: 0 20px 15px 20px;
  }
  .job-look {
    padding: 0 20px 15px;
  }
}

@media (max-width: 900px) {
  .fill-grid {
    grid-template-columns: auto;
    margin-top: 0px;
  }
  .cv-file {
    margin-top: 15px;
  }
  .fill-top {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .pool-svg-1 {
    width: 30px;
    height: 30px;
  }
  .pool-svg {
    width: 30px;
    height: 30px;
  }
  .job-location {
    padding: 0 20px 15px;
  }
  .cv-file {
    margin: 0 20px;
  }
  .career-cont {
    margin-top: 5px;
  }
  .hamburger{
    right: 40px;
  }
}

@media (max-width: 600px) {
  .job-name {
    gap: 10px;
    grid-template-columns: 1fr 3fr;
  }
  .fill-grid {
    gap: 20px;
    margin-top: 10px;
  }
  .cv-file {
    margin: 0;
  }
  .fill-top {
    margin-top: 40px;
    padding: 0;
  }
  .pool-svg-1 {
    display: none;
  }
  .pool-svg {
    display: none;
  }
  .job-head {
    display: none;
  }
  .b-first {
    padding-inline: var(--container-padding-inline);
  }
  .mht-col {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .dp-filter {
    flex-direction: column;
    align-items: start;
  }
  .job-filter {
    gap: 30px;
  }
  .job-name {
    padding: 0;
  }
  .job-location {
    padding: 0;
    margin-top: 10px;
  }
  .job-look {
    padding: 0;
    margin-top: 20px;
    grid-template-columns: auto;
  }
  .job-location input[type="text"] {
    margin-top: 0;
  }
  .job-full-1 {
    align-items: baseline;
    justify-content: start;
  }
  .job-view {
    align-items: baseline;
    justify-content: start;
  }
  .hamburger{
    right: 20px;
  }
}
@media (max-width: 450px) {
  .mb-size2{
    font-size: 18px;
  }
}

/* Remove the clear button in WebKit browsers */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

/* client sucess */
.cli-suc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.cli-suc-grid img {
  width: 450px;
  float: right;
}
.mid-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.team-size {
  background-color: #1c1824;
  padding: 30px;
  border-radius: 10px;
}

.t-size-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

.case-st {
  border-bottom: 3px solid #e0653e;
  width: fit-content;
  padding-bottom: 15px;
  margin-top: 40px;
}

.fill-top-1 {
  margin-top: 100px;
}

.f-top {
  margin-top: 60px;
}

@media (max-width: 900px) {
  .mid-grid {
    grid-template-columns: auto;
  }
}

@media (max-width: 600px) {
  .team-size {
    background: linear-gradient(
      to top,
      rgb(0, 0, 0) 0%,
      rgba(255, 255, 255, 0) 140%
    );
    padding: 5px 10px;
    width: 45%;
  }
  .t-size-grid {
    display: flex;
    gap: 15px;
    margin-top: 0px;
  }
  .cli-pos {
    position: absolute;
    top: 21%;
    left: 4%;
  }
  .cli-pos p {
    line-height: 1.5;
  }
  .cli-pos-1 p {
    line-height: 1.5;
  }
  .cli-pos-1 {
    position: absolute;
    left: 4%;
    bottom: 3%;
    z-index: 1;
  }
  .cli-suc-grid {
    grid-template-columns: auto;
  }
  .cli-suc-grid img {
    width: 280px;
    height: 280px;
  }
  .fill-top-1 {
    margin-top: 30px;
  }
  .mid-grid {
    gap: 30px;
  }
  .f-top {
    margin-top: 30px;
  }
  .case-st {
    margin-top: 20px;
  }
}

.talk-btn a {
  background-color: #f6d167;
  color: #000;
  padding: 5px 20px;
}

.talk-btn {
  border: none;
  background-color: transparent;
}
.new-flex{
  display: flex;
  /* align-items: center; */
  /* justify-content: space-between; */
  /* gap: 20px; */
  height: 700px;
}
.kn-de-grid {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 15px;
  /* align-items: end; */
  gap: 20px;
}

.tec-sol {
  display: grid;
  grid-template-columns: 0.6fr 2fr;
  margin-bottom: 100px;
}
.crle-tp{
  margin-top: 5%;
}
.pos-5 {
  /* position: ; */
  bottom: -70px;
  right: 0;
}
.d-yel span {
  background-color: #7fbcce;
}

.max-w-1 {
  max-width: 68%;
  margin-inline: auto;
}

.lt-arrow {
  position: absolute;
  bottom: 19%;
  left: 43%;
  background-color: transparent;
  border: none;
  width: 52px;
  height: 52px;
  z-index: 2;
}

.rt-arrow {
  position: absolute;
  bottom: 19%;
  right: 43%;
  background-color: transparent;
  border: none;
  width: 52px;
  height: 52px;
  z-index: 2;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px !important;
}

.knm-btn {
  background-color: #f6d067;
  padding: 2px 10px;
  border: none;
  width: fit-content;
}

.knm-btn a {
  font-size: clamp(18px, 1vw, 20px);
}

.lrn-btn {
  background-color: transparent;
  border: none;
}

.stats-grid {
  display: flex;
  /* grid-template-columns: 1fr 1fr 1fr; */
  gap: 60px;
  justify-content: center;
  margin-top: 70px;
  flex-wrap: wrap;
  /* width: 70%; */
  justify-self: center;
  flex-flow: wrap-reverse;
}

.stats-grid p {
  line-height: 1.5;
}
.srow{
  display: flex;
  gap: 200px;
}
.frow{
  display: flex;
  gap: 210px;

}
.owl-slide {
  padding-block-start: var(--container-padding-block);
}
.get-btn {
  background-color: #f6d067;
  padding: 2px 25px;
  border: none;
  margin-top: 30px;
}
.stroke-1 {
  -webkit-text-stroke-width: 2px;
  letter-spacing: 3px;
}

.slide {
  width: max-content;
  animation: 50s slide linear infinite;
  display: flex;
}

@keyframes slide {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-100%);
  }
}

.inner-blog a {
  color: #000;
}

.share-jobs a {
  color: #000 !important;
}

.share-jobs {
  background-color: #fcf7f0;
  padding: 30px 40px;
  display: none;
  position: absolute;
  top: 14%;
  right: 8%;
}

.arrow-share {
  cursor: pointer;
}

.shil-hov {
  display: none;
}

.statics {
  max-width: 800px;
  margin-inline: auto;
  margin-top: 30px;
}
.jaz-hov {
  display: none;
}

.algn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.acc-img {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.pos-obs {
  position: absolute;
}

.align-proc {
  position: absolute;
  top: 35%;
  bottom: 53%;
  left: 9%;
}

.aug-proc {
  position: absolute;
  top: 35%;
  right: 43%;
}

.acc-proc {
  position: absolute;
  top: 35%;
  right: 9%;
}

.aaa-img {
  display: none;
}
.dm-size {
  font-size: 40px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .pos-5 {
    bottom: -69px;
  }
  .stats-grid {
    gap: 65px;
  }
  .dm-size{
    font-size: 26px;
  }
 
}

@media (max-width: 900px) {
  .tec-sol {
    grid-template-columns: auto;
    margin-bottom: 50px;
  }
  .txt-pos-1 {
    left: 38%;
  }
  .pos-5 {
    bottom: -60px;
  }
  .rt-arrow {
    right: 35%;
    bottom: 17%;
  }
  .lt-arrow {
    left: 35%;
    bottom: 17%;
  }

  .stats-grid {
    gap: 35px;
  }

  .algn-txt {
    top: 44px;
    left: 34%;
    font-size: 12px;
  }

  .aug-txt {
    font-size: 12px;
  }
  .acc-txt {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .pos-5 {
    position: relative;
    bottom: 0;
  }
  .aaa-img {
    display: block;
  }
  .txt-pos-1 {
    left: 0;
  }
  .al-au-ac {
    display: none;
  }
  .max-w-1 {
    max-width: 100%;
  }
  .rt-arrow svg {
    width: 30px;
    height: 30px;
  }
  .srow{
    flex-wrap: wrap;
    justify-content: center;
  }
  .stats-grid {
    flex-direction: column-reverse;
  }
  .lt-arrow svg {
    width: 30px;
    height: 30px;
  }
  .rt-arrow {
    right: 29%;
    bottom: 9%;
  }
  .lt-arrow {
    left: 31%;
    bottom: 9%;
  }
  
  .play-btn-01-img {
    width: 92px !important;
  }
  .play-btn-img img {
    width: 100px;
    height: 100px;
  }
  .play-btn-img {
    width: 95px;
  }
  .play-btn-01-img img {
    width: 100px;
    height: 100px;
  }
  .play-btn {
    left: 36%;
    top: 36%;
  }
  .arr-img svg {
    width: 30px;
    height: 30px;
  }
  .stats-grid {
    grid-template-columns: auto;
    gap: 50px;
  }

  .ali-obs {
    top: 4%;
    left: 8%;
    font-size: 20px;
  }

  .aug-obs {
    top: 4%;
    left: 36%;
    font-size: 20px;
  }
  .acc-img {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 400px) {
  .rt-arrow {
    right: 22%;
    bottom: 9%;
  }
  .lt-arrow {
    left: 24%;
  }
}

@media (min-width: 900px) {
  .head-container:hover {
    background-color: #f4eddc;
    transition: 0.4s ease;
  }
  .head-container:hover .head-nav a {
    color: #000;
  }
  .head-container:hover .blk-logo {
    display: block;
    width: 230px;
  }
}

.sub-menu-sec {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 4;
  width: 100%;
  margin: 0 auto;
  min-height: 320px;
  border: none;
  padding-block: 45px;
  padding-inline: var(--container-padding-inline);
  background-color: #f4eddc;
}
.sub-menu-sec {
  display: none;
}

/* Show submenu when hovering over the specific link */
.head-nav a[href="#what-we-do"]:hover + .sub-menu-sec {
  display: block;
  transition: 0.3s ease;
}
.sub-menu-sec-1 {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 4;
  width: 100%;
  margin: 0 auto;
  min-height: 320px;
  border: none;
  padding-block: 45px;
  padding-inline: var(--container-padding-inline);
  background-color: #f4eddc;
}
.sub-menu-sec-1 {
  display: none;
}

.head-nav a[href="#who-we-are"]:hover + .sub-menu-sec-1 {
  display: block;
  transition: 0.3s ease;
}
.sub-menu-sec-2 {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 4;
  width: 100%;
  margin: 0 auto;
  min-height: 320px;
  border: none;
  padding-block: 45px;
  padding-inline: var(--container-padding-inline);
  background-color: #f4eddc;
}
.sub-menu-sec-2 {
  display: none;
}

.head-nav a[href="#careers"]:hover + .sub-menu-sec-2 {
  display: block;
  transition: 0.3s ease;
}
.sub-menu-sec-3 {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 4;
  width: 100%;
  margin: 0 auto;
  min-height: 320px;
  border: none;
  padding-block: 45px;
  padding-inline: var(--container-padding-inline);
  background-color: #f4eddc;
}
.sub-menu-sec-3 {
  display: none;
}

.head-nav a[href="#insights"]:hover + .sub-menu-sec-3 {
  display: block;
  transition: 0.3s ease;
}
.sub-menu-sec-4 {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 4;
  width: 100%;
  margin: 0 auto;
  min-height: 320px;
  border: none;
  padding-block: 45px;
  padding-inline: var(--container-padding-inline);
  background-color: #f4eddc;
}
.sub-menu-sec-4 {
  display: none;
}

.head-nav a[href="#learning"]:hover + .sub-menu-sec-4 {
  display: block;
  transition: 0.3s ease;
}
.sm-box {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #f3edde;
  padding: 3px;
  position: relative;
}
.menu-box {
  border-radius: 3px;
  border-left: 2px solid #7fbcce;
  width: 176px;
  height: 80px;
  padding: 12px;
  background-color: #f7f4ee;
  display: flex;
  gap: 20px;
  align-items: center;
}
.menu-box:hover {
  background-color: #1c1824; /* Change background color to #1C1824 on hover */
  border: none;
}

.menu-box:hover .sm-box {
  background-color: #dd8348; /* Change background color of .sm-box to #EB7D38 on hover */
}

.menu-box:hover .para-style {
  color: white; /* Change text color of .para-style to white on hover */
}
.menu-box:hover svg path {
  fill: #f3edde; /* Change fill color of path elements within the SVG to white on hover */
}

.head-nav a:hover {
  border-bottom: 5px solid #eb7d38;
  padding-bottom: 38px;
}

.head-nav button a:hover {
  border: none;
  padding-bottom: 0;
}
.menu-grid {
  display: grid;
  grid-template-columns: 2.5fr 4.5fr;
  grid-template-rows: auto;
  align-items: center;
  gap: 5vw;
  max-width: 1600px;
  margin-inline: auto;
}
.blk-logo {
  display: none;
}

.submenu a {
  font-family: var(--ff-body);
  font-size: 25px;
  font-weight: 600;
  color: var(--clr-black);
}
.submenu-1 a {
  font-family: var(--ff-body);
  font-size: 25px;
  font-weight: 600;
  color: var(--clr-black);
}
.submenu-2 a {
  font-family: var(--ff-body);
  font-size: 25px;
  font-weight: 600;
  color: var(--clr-black);
}
.submenu-3 a {
  font-family: var(--ff-body);
  font-size: 25px;
  font-weight: 600;
  color: var(--clr-black);
}
.submenu-4 a {
  font-family: var(--ff-body);
  font-size: 25px;
  font-weight: 600;
  color: var(--clr-black);
}
.submenu {
  position: absolute;
  width: 100%;
  transform: translateX(-100%);
  top: 20%;
  transition: transform 0.3s ease-in-out;
  display: none; /* Start hidden */
  flex-direction: column;
  gap: 30px;
  align-items: start;
  justify-content: center;
  text-align: center;
}
.submenu {
  transition: transform 0.3s ease-in-out;
}

.submenu.hidden {
  transform: translateX(100%);
}
.submenu-1 {
  position: absolute;
  width: 100%;
  transform: translateX(-100%);
  top: 20%;
  transition: transform 0.3s ease-in-out;
  display: none; /* Start hidden */
  flex-direction: column;
  gap: 30px;
  align-items: start;
  justify-content: center;
  text-align: center;
}
.submenu-1 {
  transition: transform 0.3s ease-in-out;
}

.submenu-1.hidden {
  transform: translateX(100%);
}
.submenu-2 {
  position: absolute;
  width: 100%;
  transform: translateX(-100%);
  top: 20%;
  transition: transform 0.3s ease-in-out;
  display: none; /* Start hidden */
  flex-direction: column;
  gap: 30px;
  align-items: start;
  justify-content: center;
  text-align: center;
}
.submenu-2 {
  transition: transform 0.3s ease-in-out;
}

.submenu-2.hidden {
  transform: translateX(100%);
}
.submenu-3 {
  position: absolute;
  width: 100%;
  transform: translateX(-100%);
  top: 20%;
  transition: transform 0.3s ease-in-out;
  display: none; /* Start hidden */
  flex-direction: column;
  gap: 30px;
  align-items: start;
  justify-content: center;
}
.submenu-3 {
  transition: transform 0.3s ease-in-out;
}

.submenu-3.hidden {
  transform: translateX(100%);
}
.bg-mob {
  width: 200px;
}
.bg-a-txt {
  font-family: var(--ff-body);
  font-weight: var(--fw-medium) !important;
  font-size: clamp(14px, 2vw, 16px) !important;
  line-height: 1.8;
  color: #000;
  max-width: 80%;
}
.submenu-4 {
  position: absolute;
  width: 100%;
  transform: translateX(-100%);
  top: 20%;
  transition: transform 0.3s ease-in-out;
  display: none; /* Start hidden */
  flex-direction: column;
  gap: 30px;
  align-items: start;
  justify-content: center;
  text-align: center;
}
.submenu-4 {
  transition: transform 0.3s ease-in-out;
}

.submenu-4.hidden {
  transform: translateX(100%);
}
.submenu.active {
  transform: translateX(0%);
  display: flex; /* Or block, depending on your layout */
}
.submenu-1.active {
  transform: translateX(0%);
  display: flex; /* Or block, depending on your layout */
}
.submenu-2.active {
  transform: translateX(0%);
  display: flex; /* Or block, depending on your layout */
}
.submenu-3.active {
  transform: translateX(0%);
  display: flex; /* Or block, depending on your layout */
}
.submenu-4.active {
  transform: translateX(0%);
  display: flex; /* Or block, depending on your layout */
}

.nav-mob.hidden {
  display: none;
}
.lt-arr {
  display: none;
}

@media (max-width: 1100px) {
  .menu-grid {
    grid-template-columns: 2fr 4fr;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav-mob-page {
    padding-inline: 40px;
  }
}

@media (max-width: 900px) {
  .head-container:hover .head-logo {
    display: block;
  }
  .statics {
    max-width: 100%;
  }
  .sub-menu-sec {
    display: none !important;
  }
  .sub-menu-sec-1 {
    display: none !important;
  }
  .sub-menu-sec-2 {
    display: none !important;
  }
  .sub-menu-sec-2 {
    display: none !important;
  }
  .sub-menu-sec-4 {
    display: none !important;
  }
}

.single-img {
  position: relative;
  width: 100%;
}

.jazib-image {
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #252031;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.single-img:hover .img-overlay {
  height: 100%;
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-family: var(--ff-body);
  font-weight: var(--fw-regular);
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.8;
  width: 100%;
}
.text span {
  font-weight: 300;
}

.link-area {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 15px;
  border-radius: 40px;
  background: tomato;
}
.link-area a {
  text-decoration: none;
  color: #fff;
  font-size: 25px;
}
.shilpi-img {
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 1100px) {
  .jazib-image {
    height: 205px;
  }
  .shilpi-img {
    height: 205px;
  }
}

@media (max-width: 900px) {
  .text {
    font-size: 10px;
  }
  .shilpi-img {
    height: auto;
  }
  .jazib-image {
    height: auto;
  }
  .lead-box {
    padding: 20px 20px 45px;
  }
  .lead-box-1 {
    padding: 20px 20px 45px;
  }
  .single-img svg {
    width: 25px;
    height: 25px;
  }
  .lead-padd {
    gap: 30px;
  }
  .tall-svg {
    width: 120px;
  }
}

@media (max-width: 700px) {
  .lead-padd {
    grid-template-columns: auto;
    align-items: center;
    justify-items: center;
  }
  .shilpi-img {
    height: auto;
  }
  .lead-box-1 {
    margin-top: 30px;
    width: 280px;
  }
  .lead-box {
    margin-top: 30px;
    width: 280px;
  }
  .text {
    font-size: clamp(14px, 1vw, 16px);
  }
  .max-wid-3 {
    width: 100%;
  }
  .talent-pool h1 {
    max-width: 100%;
    gap: 5px;
  }
  .jazib-image {
    height: auto;
  }
}

@media (max-width: 360px) {
  .talent-pool h1 {
    flex-direction: column;
  }
}

.cult-pos {
  position: absolute;
  bottom: 7%;
  margin-left: 4%;
  font-family: var(--ff-body);
  font-weight: var(--fw-regular);
  font-size: clamp(20px, 2vw, 30px);
  color: #fff;
}
.content {
  position: relative;
  margin: auto;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
  height: 300px;
  width: -webkit-fill-available;
}

.content .content-overlay {
  background: #1C1824B2;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.content .image-wrapper {
  position: absolute;
  height: 100%;
  width: 60%;
  left: 0;
  top: 90px;
  display: flex;
  justify-self: anchor-center;
  
}
.content.expanded {
  /* height: 800px;  */
  max-height: 560px;
}
.content-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease-in-out;
}
.h5-anim{
 
}
.res-sec {
  width: 100%;
  height: 100%;
  /* background: #1C1824B2; */
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 50%;
  top: 80%;
  left: 44%;
  opacity: 0;
  transform: translate(-50%, -50%);
  /* transition: all 0.4s ease-in-out; */
}

.know-more-btn {
  position: absolute;
  top: 25px;
  right: 0px;
  padding: 5px 10px;
  background: #f6d167;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-inline: 4%;
}

.btn-icon{
  height: 10px;
}
.code-wrapper{
  /* position: absolute; */
  z-index: 2;
  /* top: 10px; */
  height:100px;
}

/* Expanded state */
.content .expanded {
 
  height: 800px; /* Example fixed height when expanded */
}

.content.expanded .content-overlay,
.content.expanded .content-details {
  opacity: 1;
}

.content.expanded .content-image {
  transform: translateY(0%); /* Adjust if you want image to move down */
}
.pd-bl-en {
  padding-block-end: var(--container-padding-block);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content-details h3 {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 2px;
  }
  .content-details p {
    font-size: 12px;
  }
}

.depart {
  background-color: #bdbcbf;
  padding: 3px 20px;
  cursor: pointer;
  position: relative;
}

.toh-job {
  right: 18%;
  position: absolute;
  top: 0;
}

.noj-job {
  position: absolute;
  right: 31%;
}

.pt-job {
  position: absolute;
  right: 34%;
}

.rj-job {
  position: relative;
  left: 25%;
}

.port-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.port-txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 100px;
}
.port-txt p {
  font-weight: 500;
  font-size: clamp(35px, 1vw, 70px);
  color: #fff;
}
.port-txt .productp{
    font-size: large;
    font-weight: 300;
    text-align: left;
}
.view-btn {
  background-color: #f6d167;
  border: none;
  color: #000;
  padding: 5px 17px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
  width: 50%;
  align-self: center;
}
/* .res-sec {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(219 219 219 / 90%) 8%, rgba(255, 255, 255, 0) 214%);
  background: #1c182480;
} */
.res-sec ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 40px 25px;
  width: 70%;
}
.res-sec li {
  font-family: var(--ff-body);
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 400;
  border-top: 2px solid #ffffff;
  padding-top: 20px;
  text-align: left;
  color: #ffffff;
}
.new-padd{
  padding-bottom: 9%;
}
.pro-img {
  width: 50%;
}
.table-img {
  max-width: 45%;
}
.table-1-img {
  max-width: 45%;
}

@media (max-width: 1100px) {
  .toh-job {
    right: 16%;
  }
  .pt-job {
    right: 33%;
  }
}

@media (max-width: 900px) {
  .pro-img {
    width: 60%;
  }

  .res-sec ul {
    gap: 15px;
    padding: 35px 25px;
  }
  .pt-job {
    right: 31%;
  }
  .noj-job {
    right: 34%;
  }
}
@media (max-width: 600px) {
  .port-img {
    grid-template-columns: auto;
  }
  .res-sec ul {
    gap: 7px !important;
    padding: 50px 25px;
  }
  .res-sec li {
    font-size: clamp(18px, 2vw, 20px);
    padding-top: 25px;
  }
  .img-overlay {
    height: auto;
    background-color: transparent;
    position: unset;
  }
  .text {
    background-color: transparent;
    position: unset;
    transform: unset;
    text-align: start;
  }
  /* .content .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
  } */
}
.port-cost {
  position: absolute;
  top: 10%;
  left: 0;
}
.cost {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 5vw;
  max-width: 83%;
  margin-inline: auto;
}
.cost-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cost-txt h1 {
  font-family: var(--ff-body);
  font-weight: 500;
  font-size: clamp(35px, 4vw, 70px);
  color: #7fbcce;
}
.cost-txt p {
  font-size: clamp(13px, 2vw, 20px);
  font-weight: 400;
  color: #1f3d59;
  text-align: center;
  max-width: 67%;
}
.port-bg-img {
  width: 100%;
  height: 100vh;
}
@media (min-width: 1800px) {
  .port-cost {
    position: absolute;
    top: 10%;
    left: 19%;
  }
  .cost-txt p {
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .cost-txt p {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .cost {
    grid-template-columns: auto;
  }
  .port-bg-img {
    height: 80vh;
  }
  .cost-txt p {
    max-width: 50%;
  }
  .pos-obs {
    position: relative;
  }
  .kn-de-grid {
    align-items: start;
    gap: 10px;
  }
}
.emp-fb {
  background-color: #fff;
  padding: 20px;
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}
.emp-fb h2 {
  font-weight: 500;
  font-size: clamp(25px, 3vw, 50px);
}
.emp-sec {
  display: flex;
  flex-direction: column;
  gap: 130px;
  padding-top: 10%;
}
.comment {
  position: absolute;
  bottom: 55%;
  right: 11%;
  left: 31%;
}
.comment p {
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 18px);
  color: #fff;
  position: absolute;
  bottom: 40%;
  left: 8%;
  /* max-width: 44%; */
}
.comment img {
  width: 351px;
}
.feedback {
  position: absolute;
  right: 0;
  top: -82px;
}
.comment-1 {
  position: absolute;
  left: 40%;
  bottom: 18px;
}

.comment-1 img {
  width: 351px;
}

.comment-1 p {
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 18px);
  color: #fff;
  position: absolute;
  bottom: 50%;
  left: 10%;
}
/* Case Studies */

.case-btn {
  font-family: var(--ff-body);
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  border: none;
  background-color: #EB7B37;
  padding: 5px 10px;
  color: #fff;
  width: fit-content;
  text-transform: uppercase;
  display: flex;
}
.result-gd{
  display: grid;
  grid-template-columns: 1fr 1.2fr;
 
  align-items: flex-start;
}
@media (max-width: 2560px) {
  .comment {
    right: 16%;
  }
}
@media (max-width: 1360px) {
  .emp-sec {
    gap: 120px;
    padding-top: 9%;
  }
  .emp-fb {
    width: 32%;
  }
  .comment {
    bottom: 55%;
    left: 29%;
  }
  .comment p {
    bottom: 40%;
    left: 8%;
    /* max-width: 45%; */
  }
  .comment img {
    width: 350px;
  }
  .comment-1 {
    left: 41%;
  }
  .comment-1 img {
    width: 350px;
  }
}
@media (max-width: 1100px) {
  .emp-sec {
    gap: 110px;
    padding-top: 9%;
  }
  .emp-fb {
    width: 35%;
  }
  .comment img {
    width: 294px;
  }
  .feedback {
    top: -65px;
  }
  .comment p {
    bottom: 38%;
    left: 7%;
  }
  .comment-1 img {
    width: 294px;
  }
  .comment-1 p {
    bottom: 47%;
    left: 9%;
  }
  .comment-1 {
    left: 37%;
    bottom: 7px;
  }
}
@media (max-width: 1024px) {
  .emp-sec {
    gap: 105px;
    padding-top: 10%;
  }
  .comment {
    bottom: 53%;
    right: 24%;
    left: 29%;
  }
  .comment p {
    bottom: 36%;
    /* max-width: 51%; */
    left: 10%;
  }

  .emp-fb {
    width: 32%;
  }
  .feedback {
    right: 5%;
    top: -65px;
  }
  .comment-1 {
    left: 37%;
    bottom: 6px;
  }
  .comment-1 p {
    bottom: 45%;
    left: 10%;
  }
}
@media (max-width: 900px) {
  .emp-sec {
    gap: 120px;
  }
  .emp-fb {
    width: 40%;
  }
  .comment {
    bottom: 53%;
    left: 37%;
  }

  .feedback {
    right: 0;
    top: -54px;
  }
  .comment-1 {
    left: 26%;
    bottom: 0px;
  }
  .comment-1 img {
    width: 260px;
  }
  .comment-1 p {
    left: 6%;
  }
  .comment p {
    bottom: 36%;
    left: 16%;
    /* max-width: 100%; */
    padding-right: 10px;
  }
}
@media (max-width: 650px) {
  .comment p {
    font-size: 12px;
  }
  .comment-1 p {
    font-size: 12px;
  }
  .comment-1 img {
    width: 210px;
  }
}
@media (max-width: 600px) {
  .emp-sec {
    flex-wrap: wrap;
    padding-top: 16%;
    gap: 125px;
  }
  .comment {
    bottom: 53%;
    left: 41%;
    right: 4%;
  }
  .comment-1 img {
    width: 294px;
  }
  .comment p {
    bottom: 38%;
  }
  .comment-1 p {
    left: 14%;
    bottom: 48%;
  }
  .emp-fb {
    width: 50%;
    padding: 10px;
  }
  .feedback {
    right: 0;
    top: -50px;
  }
  .comment-1 {
    left: 5%;
    bottom: 0;
  }
   .result-gd{
    grid-template-columns:auto;
    gap: 20px;
    align-items: flex-start;
  }
  .result-gd svg{
    width: 30px;
    height: 30px;
  }
  .max-wid{
    max-width: 100%;
  
}
.gap-mob{
  gap: 0px !important;
}
}
@media (max-width: 426px) {
  .emp-sec {
    flex-wrap: wrap;
    padding-top: 21%;
    gap: 100px;
  }
  .comment {
    bottom: 53%;
    left: 41%;
    right: 4%;
  }
  .comment-1 img {
    width: 55%;
  }
  .comment p {
    font-size: 9px;
    bottom: 30%;
  }
  .emp-fb {
    width: 50%;
    padding: 10px;
  }
  .feedback {
    right: 0;
    top: -37px;
  }
  .comment-1 {
    left: 1%;
    bottom: -7px;
  }
  .comment-1 p {
    font-size: 9px;
    left: 4%;
  }
}

.cld-sec {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  bottom: 13%;
  left: 5%;
  z-index: 1;
}
.cld-sec2{
   display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  bottom: 13%;
  right: 9%;
  z-index: 1;
}
.cld-sec2 p{
   font-weight: 400;
  font-size: clamp(20px, 3vw, 40px);
  color: #fff;
  line-height: 1.2;
}
.cld-sec p {
  font-weight: 400;
  font-size: clamp(20px, 3vw, 40px);
  color: #fff;
  line-height: 1.2;
}
.cld-sec-btn {
  background: transparent;
  border: none;
  padding: 0;
  color: #fff;

  font-size: clamp(16px, 1.3vw, 25px);
}

.bd-lt {
  border-left: 10px solid #ad262d;
  padding-left: 30px;
}

.cld-sec-1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 10%;
  left: 4%;
  z-index: 1;
}
.cld-sec-1 p {
  font-weight: 400;
  font-size: clamp(20px, 3vw, 40px);
  color: #fff;
}
.cld-sec-1 button {
  background: transparent;
  border: none;
  padding: 0;
  color: #fff;

  font-size: clamp(16px, 1.3vw, 25px);
}
.num-sec {
  position: absolute;
  top: 5%;
  left: 4%;
}
@media (max-width: 768px) {
  .num-sec img {
    width: 40px;
    height: 40px;
  }
}
.contact-gd {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  grid-template-rows: auto;
  justify-self: anchor-center;
  align-items: baseline;
}
.contact-gd2{
 display: grid;
  grid-template-columns: 1fr 2.5fr;
  grid-template-rows: auto;
  justify-self: anchor-center;
  align-items: baseline; 
}
.contact-form input {
  border: 1px solid #969696;
  padding: 12px;
  margin-bottom: 30px;
  border-radius: 5px;
  background: transparent;
  width: 80%;
  color: #000 !important;
  font-size: larger;
}
.contact-form input[type="text"],
input[type="email"] {
  color: #1c1824;
}

.contact-form input[type="text"]:focus,
input[type="email"]:focus {
  outline: none;
}

.contact-form img {
  width: 42%;
  position: absolute;
  top: 11%;
  left: 69.5%;
}

.ft-mx-wid {
  max-width: 29%;
}

.rd-form {
  margin-bottom: 5px;
  margin-top: -25px;
}

@media (max-width: 1024px) {
  .contact-form img {
    width: 42%;
    top: 21%;
    left: 70%;
  }
  .contact-form input {
    width: 75%;
  }
  .view-btn {
    width: 75%;
  }
  .tech-tal {
    max-width: 610px;
  }
}
@media (max-width: 900px) {
  .contact-form img {
    width: 200px;
    position: absolute;
    top: 35%;
    left: 57.2%;
  }
  .contact-form input {
    width: 100%;
  }
  .tech-tal {
    max-width: 511px;
  }
}
@media (max-width: 600px) {
  .contact-gd {
    grid-template-columns: auto;
    justify-content: center;
    align-items: center;
    gap: 35px;
  }
  .view-btn {
    padding: 5px 25px;
  }
  .contact-form img {
    top: 22%;
    left: 56.2%;
  }
  .tech-tal {
    top: 0;
  }
  .jet-packs {
    flex-direction: column;
    gap: 10px;
  }
  .cld-sec p {
    font-size: 16px;
  }
  .contact-form input {
    width: 100% !important;
  }
  .vp-btn {
    width: 100% !important;
  }
}

/* .reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 1s ease;
   
}

.reveal.active1{
    transform: translateY(0px);
    opacity: 1;
    transform: scale(1);
    transition: all 1s ease;
} */
/* .main-anim{
    opacity: 0;
    transform: translateY(400px);
    animation: moveup 0.5s linear forwards;

} */

@keyframes moveup {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* .head-anim{
    opacity: 0;
    transform: translateY(-50px);
    animation: movedown 0.5s linear forwards;
} */

@keyframes movedown {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* @media(max-width:900px) {
    .reveal{
        position: relative;
        transform: translateY(50px);
        opacity: 0;
        transition: all 1s ease;
       
    }
}
@media(max-width:600px) {
    .reveal{
        position: relative;
        transform: translateY(20px);
        opacity: 0;
        transition: all 1s ease;
    }
} */

.play-btn-01-img {
  animation: rotate 8s infinite linear;
  width: 140px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-block-end: var(--container-padding-block);
  overflow: hidden;
  border: none;
}
.new-flex-display{
  display: grid;
 grid-template-columns: 1fr 1fr ;
  /* justify-content: space-between; */
  width: 100%;
  position: relative;
  align-items: center;
  /* flex-grow: 1 ; */
}
.new-text-display {
 height: auto;
  display: flex;
  flex-direction: column;
  /* width: 70%; */
 /* align-items: center; */
 gap: 25px;
 padding-inline: 15%;
}
.small-thund{
  height: 22px;
}
.review-text{
  font-size: clamp(18px, 1vw, 30px);
  letter-spacing: 1px;
}
.img-sec1 {
  width: 100%;
}
.img-sec1 img {
  width: 100%;
  height: auto;
}

.circle-container{
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.circle-container img {
  width: 170px;
  height: auto;
}
.circle-number {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(20px, 3vw, 40px);
  font-weight: 500;
  color: #0b0a0a;
}

.pd-2 {
  padding-top: 2px;
}

.cld-grid:hover {
  display: grid;
  grid-template-columns: 1fr;
  width: 38vw;
  transition: width 6s ease-in-out, opacity 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .cld-grid:hover {
    grid-template-columns: auto;
    width: 100%;
  }
}

.hov-img {
  height: 60vh;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1024px) {
  .hov-img {
    height: 413px;
  }
}
@media (max-width: 900px) {
  .hov-img {
    height: 390px;
  }
}
@media (max-width: 600px) {
  .cat-grid {
    display: grid;
    grid-template-columns: auto;
  }
  .hov-img {
    height: auto;
  }
}
.inn-hov {
  display: none;
}
.inn-hov-img:hover {
  background-color: #e0653e;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  .about-font{
    display: block;
  }
}
.inn-hov-img:hover h2 {
  color: #fff;
}
.inn-hov-img:hover .inn-hov {
  display: block;
  width: 500px;
}
@media (max-width: 1024px) {
  .inn-hov-img:hover .inn-hov {
    display: block;
    width: 400px;
  }
}
@media (max-width: 900px) {
  .inn-hov-img:hover .inn-hov {
    display: block;
    width: 300px;
  }
}
@media (max-width: 600px) {
  .inn-hov-img:hover .inn-hov {
    margin-bottom: 20px;
  }
  .inn-hov-img:hover {
    flex-wrap: wrap;
  }
}

/* .h1-anim {
    opacity: 0;
    transform: translateX(-100%);
    animation: slideFromLeft 1s linear forwards;
    animation-delay: .3s;
    animation-iteration-count: 1;
} */
@keyframes slideFromLeft {
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
/* .h5-anim {
    opacity: 0;
    transform: translateY(100%);
    animation: slideFromLeft 1s linear forwards;
    animation-delay: .6s;
} */
@keyframes slideFromLeft {
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.cloud-sec {
  transition: 0.5s ease-in-out;
}

.cld-off {
  transition: opacity 1s ease-in-out, max-height 1.2s ease-in-out;
  opacity: 0; /* Make element fully transparent by default */
  visibility: hidden; /* Make element not clickable by default */
  font-weight: 400;
  font-size: clamp(14px, 2vw, 18px) !important;
  font-family: var(--ff-body) !important;
  max-width: 80%;
  max-height: 0; /* Start with max-height at 0 */
  overflow: hidden; /* Prevent content from spilling out */
}

.cloud-sec:hover .cld-off {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}

@media (max-width: 1024px) {
  .cloud-sec:hover .cld-off {
    max-width: 85%;
  }
}
@media (max-width: 900px) {
  .cloud-sec:hover .cld-off {
    max-width: 95%;
  }
}
@media (max-width: 600px) {
  .cloud-sec .cld-off {
    max-width: 85%;
    display: block;
  }
  .cld-off {
    visibility: visible;
    max-height: 500px;
    opacity: 1;
  }
}

.tech-build {
  z-index: 1;
  width: 80%;
  height: 100%;
  object-fit: cover;
}

.ser-rec {
  position: absolute;
  bottom: 30%;
  z-index: 1;
  width: 407px;
  left: 15%;
}

.lt-rt {
  animation: slideLeftRight 2s ease-in-out infinite alternate;
}

@keyframes slideLeftRight {
  0% {
    left: 0;
  }
  100% {
    left: 100px; /* Change this value to how far right you want the element to move */
  }
}

.rt-lt {
  animation: slideRightLeft 2s ease-in-out infinite alternate;
}

@keyframes slideRightLeft {
  0% {
    right: 30%;
  }
  100% {
    right: 20%; /* Change this value to how far right you want the element to move */
  }
}

.up-dow {
  transform: translate(-50%, -50%);
  animation: moveUpDown 2s ease-in-out infinite;
}

@keyframes moveUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px); /* Move up by 50px */
  }
}

.ser-sqa {
  position: absolute;
  top: 0;
  right: 0;
  width: 115px;
  z-index: 1;
}

.ser-moon {
  position: absolute;
  top: -18px;
  left: 30%;
  z-index: 0;
}
/* .h3-anim {
    opacity: 0;
    transform: translateX(200%);
    animation: slidefromLeft 1s linear forwards;
    animation-delay: .6s;
    overflow: hidden;
} */

@keyframes slidefromLeft {
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

/* .bottom-anim{
    opacity: 0;
    transform: translateY(300%);
    animation: slidefrombot 1.5s linear forwards;
    animation-delay: .6s;
} */

@keyframes slidefrombot {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

 .top-anim{
    opacity: 0;
    transform: translateY(-300%);
    animation: slidefromtop 1.5s linear forwards;
    animation-delay: .6s;
} 

@keyframes slidefromtop {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes scaleUp {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.ser-moon {
  animation-name: scaleUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  opacity: 0;
}

.port-head {
  max-width: 47%;
  margin-inline: auto;
  color: #1f3d59;
  padding-bottom: 50px;
  font-size: large;
}

.port-build {
  z-index: 1;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.por-frame {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 350px;
}

.por-moon {
  position: absolute;
  top: 0%;
  right: 21px;
  z-index: 0;
}

.por-rec {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 50%;
}

@keyframes scaleUp {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

 .por-moon {
    animation-name: scaleUp; 
    animation-duration: 2s; 
    animation-fill-mode: forwards; 
    animation-timing-function: ease-out;
    opacity: 0;
  }  

.home-pg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
}
.index-changes {
  height:400px;
  justify-content: space-around;

}

.txt-sec p {
  position: absolute;
  top: 18%;
  left: 66%;
  font-family: "Geomanist", var(--ff-brand); /* First try Geomanist, then fallback */
  font-size: clamp(18px, 6vw, 60px);
  font-weight: 200;
  transform: rotate(-90deg);
}

.txt-sec-1 p {
  position: absolute;
  top: 26%;
  left: 60%;
  font-family: var(--ff-brand);
  font-size: clamp(18px, 6vw, 60px);
  font-weight: 200;
  transform: rotate(-90deg);
  line-height: 1;
}
@media (min-width: 1800px) {
  .txt-sec p {
    top: 14%;
    left: 72%;
  }
  .txt-sec-1 p {
    top: 20%;
    left: 68%;
  }
}
@media (max-width: 1350px) {
  .txt-sec p {
    top: 19%;
    left: 60%;
  }
  .txt-sec-1 p {
    top: 28%;
    left: 53%;
  }
}
@media (max-width: 1110px) {
  .txt-sec p {
    font-size: clamp(18px, 6vw, 50px);
    top: 18%;
    left: 63%;
  }
  .txt-sec-1 p {
    font-size: clamp(18px, 6vw, 50px);
    left: 57%;
    top: 26%;
  }
}
@media (max-width: 1024px) {
  .txt-sec p {
    font-size: clamp(18px, 6vw, 50px);
    top: 19%;
    left: 59%;
  }
  .txt-sec-1 p {
    font-size: clamp(18px, 6vw, 50px);
    left: 53%;
    top: 28%;
  }
}
@media (max-width: 900px) {
  .txt-sec p {
    font-size: clamp(18px, 6vw, 38px);
    top: 17%;
    left: 66%;
  }
  .txt-sec-1 p {
    font-size: clamp(18px, 6vw, 38px);
    left: 60%;
    top: 24%;
  }
}
@media (max-width: 768px) {
  .txt-sec p {
    font-size: clamp(18px, 5vw, 35px);
    top: 19%;
    left: 60%;
  }
  .txt-sec-1 p {
    font-size: clamp(18px, 5vw, 35px);
    left: 53%;
    top: 28%;
  }
}
@media (max-width: 600px) {
  .txt-sec p {
    font-size: 30px;
    top: 18px;
    right: -80px;
  }
  .txt-sec-1 p {
    font-size: 30px;
    top: 28px;
    right: -100px;
  }
}
@media (min-width: 1100px){
    .port-build{
        width: 430px;
    }
}
@media (min-width: 1300px) {
  .por-frame {
    width: 423px;
  }
  .port-build{
      width: 575px;
  }
  .por-rec{
      left: 8%;
  }
}

@media (max-width: 1110px) {
  .por-frame {
    right: 0;
    width: 325px;
  }
  .por-moon {
    top: 40%;
    right: 6px;
  }
}
@media (max-width: 1100px) {
  .ser-sqa {
    width: 80px;
  }
  .ser-moon {
    top: 19%;
    left: 20%;
    width: 60px;
    height: 60px;
  }
  .ser-rec {
    width: 330px;
    left: 11%;
  }
  .port-build {
    object-fit: cover;
  }
  .por-frame {
    width: 326px;
  }
}
@media (max-width: 1024px) {
  .por-moon {
    top: 2%;
    right: 4px;
  }
  .por-frame {
    right: 0;
  }
}
@media (max-width: 996px) {
  .tech-build {
    width: 85%;
  }
  .ser-sqa {
    right: 10%;
  }
  .ser-rec {
    width: auto;
    left: 25px;
  }
  .ser-moon {
    top: 0;
    left: 25%;
  }
  .port-build {
      width: 100%;
     object-fit: cover;
  }
  .por-moon {
    top: 39%;
    right: 3px;
  }
  .por-frame {
    width: 272px;
    /* right: -13px; */
  }
}

@media (max-width: 768px) {
  .por-frame {
    bottom: 0;
    width: 261px;
    right: -4px;
  }
  .por-rec {
    width: 50%;
    bottom: 10%;
  }
  .por-moon {
    top: 15%;
    right: 7px;
  }
  .ser-rec {
    width: auto;
    left: 0;
  }
}

@media (max-width: 600px) {
  .ser-rec {
    width: 93%;
    left: 5%;
    top: 63%;
  }
  .home-pg-grid {
    grid-template-columns: auto;
  }
  .crle-tp {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ser-sqa {
    width: 70px;
  }
  .ser-moon {
    top: 0%;
    left: 18%;
    width: 55px;
    height: 55px;
  }
  .por-frame {
    right: 0;
    width: 71%;
  }
  .por-rec {
    bottom: 9%;
  }
  .port-head {
    max-width: 100%;
  }
  .port-build {
    position: relative;
    height: auto;
  }
  .por-moon {
    top: -35px;
  }
}
@media (max-width: 380px) {
  .por-rec {
    bottom: 0px;
    left: 0;
  }
  .mb-size2{
    font-size: 16px;
  }
}

.build-pro {
  z-index: 1;
  position: absolute;
  bottom: -142px;
  height: -webkit-fill-available;
  object-fit: cover;
  right: 0;
}
@media (min-width: 1441px) {
  .build-pro {
    bottom: -100px;
  }
}
.cld-pro {
  position: absolute;
  top: 42%;
  right: 0px;
  z-index: 1;
}
.sq-pro {
  position: absolute;
  bottom: -17%;
  right: 8%;
  z-index: 1;
}
.rec-pro {
  position: absolute;
  right: 25%;
  bottom: -19%;
  z-index: 1;
}
.fr-blue {
  position: absolute;
  top: 0%;
  right: 8%;
}
.fr-sq {
  position: absolute;
  top: 0%;
  right: 8%;
  z-index: 1;
}

.moon-pro {
  position: absolute;
  top: 21%;
  right: 20%;
  /* animation-name: scaleUp;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    opacity: 0;  */
}
/* .bottom-anim{
    opacity: 0;
    transform: translateY(300%);
    animation: slidefrombot 1.5s linear forwards;
    animation-delay: .6s;
} */

@media (min-width: 1441px) {
  .fr-sq {
    top: 20%;
  }
  .fr-blue {
    top: 20%;
  }
  .moon-pro {
    top: 40%;
  }
}

@keyframes slidefrombot {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* .top-anim{
    opacity: 0;
    transform: translateY(-300%);
    animation: slidefromtop 1.5s linear forwards;
    animation-delay: .6s;
} */

@keyframes slidefromtop {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* .h3-anim {
    opacity: 0;
    transform: translateX(200%);
    animation: slidefromLeft 1s linear forwards;
    animation-delay: .6s;
} */

@keyframes slidefromLeft {
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@media (max-width: 1354px) {
  .sq-pro {
    bottom: -17%;
  }
  .rec-pro {
    right: 26.5%;
    bottom: -19%;
  }
  .build-pro{
    bottom: -70px;
  }
}
@media (max-width: 1100px) {
  .cld-pro {
    right: 2px;
    width: 37%;
    top: 40%;
    z-index: 2;
  }
  .fr-blue {
    top: 7%;
    right: 6%;
    width: 145px;
    height: 145px;
  }
  .fr-sq {
    top: 7%;
    right: 6%;
    z-index: 1;
    width: 145px;
    height: 145px;
  }
  .rec-pro {
    right: 30.5%;
    bottom: -7%;
    height: 40%;
    z-index: 1;
  }
  .sq-pro {
    bottom: -6%;
    right: 6%;
  }
  .moon-pro {
    top: 32%;
    right: 24%;
  }
  .build-pro {
    bottom: -70px;
    height: 314px;
  }
}
@media (max-width: 900px) {
  .moon-pro {
    top: 23%;
    left: 25%;
    width: auto;
    height: auto;
  }
  .fr-sq {
    top: 0%;
    right: 10%;
    z-index: 1;
    width: auto;
    height: auto;
  }
  .build-pro {
    position: relative;
    bottom: -60px;
  }
  .fr-blue {
    top: 0%;
    right: 10%;
    width: auto;
    height: auto;
  }
  .cld-pro {
    right: 14%;
    width: auto;
    top: 41%;
    z-index: 2;
  }
  .sq-pro {
    bottom: -3%;
    right: 13%;
    z-index: 1;
  }
  .rec-pro {
    bottom: -4%;
    height: auto;
    z-index: 1;
    left: 12%;
    right: 0;
  }
  @keyframes slideRightLeft {
    0% {
      right: 30%;
    }
    100% {
      right: 90%; /* Change this value to how far right you want the element to move */
    }
  }
}
@media (max-width: 768px) {
  .sq-pro {
    right: 10%;
  }
}
@media (max-width: 500px) {
  .cld-pro {
    right: 2px;
    width: 37%;
    top: 40%;
    z-index: 2;
  }
  .fr-blue {
    top: 0%;
    right: 0%;
    width: 130px;
    height: 130px;
  }
  .fr-sq {
    top: 0%;
    right: 0%;
    z-index: 1;
    width: 130px;
    height: 130px;
  }
  .mb-size{
    font-size: 12px;
  }
  .index-changes{
    height: 300px;
  }
  .arr-img img{
    width:18px;
  }
  .rec-pro {
    bottom: 0;
    height: 36%;
    z-index: 1;
    right: 0;
    left: 0;
  }
  .moon-pro {
    top: 15%;
    left: 15%;
  }
  .sq-pro {
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 35px;
    height: 35px;
  }
  .build-pro {
    height: auto;
    bottom: -31px;
  }
}

.pt-head {
  padding-block: var(--container-padding-block);
  margin-block: var(--container-padding-block);
}

.pt-head-4 {
  padding-block: var(--container-padding-block);
  margin-block-end: var(--container-padding-block);
}

.mg-head {
  padding-block: var(--container-padding-block);
  margin-block: clamp(20px, 3vw, 40px);
}

.cont-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.cont-col-grid img {
  width: 84%;
  position: relative;
  left: -80px;
}
.pt-head-1 {
  padding-block: var(--container-padding-block);
  margin-block-end: 0%;
}
.pt-head-5 {
  padding-block: var(--container-padding-block);
  margin-block-end: 2%;
}
@media (max-width: 1350px) {
  .pt-head-1 {
    margin-block-end: -3%;
  }
  .pt-head-5 {
    margin-block-end: -1%;
  }
}
@media (max-width: 1320px) {
  .pt-head-1 {
    padding-block: var(--container-padding-block);
    margin-block-end: -6%;
  }
  .pt-head-5 {
    padding-block: var(--container-padding-block);
    margin-block-end: -3%;
  }
}
@media (max-width: 1150px) {
  .pt-head-1 {
    margin-block-end: -15%;
  }
  .pt-head-1 {
    margin-block-end: -10%;
  }
  .newr-img{
    height: 80%;
  }
}
@media (max-width: 1100px) {
  .pt-head-1 {
    margin-block-end: -19%;
  }
  .pt-head-2 {
    margin-block-end: 75px;
  }
  .pt-head-5 {
    padding-block: 0px;
    margin-block-end: 10%;
  }
}
@media (max-width: 1024px) {
  .cont-col-grid img {
    width: 100%;
    left: -60px;
  }
  .pt-head {
    margin-block-start: 7px;
    margin-block-end: 10px;
  }
  .pt-head-1 {
    margin-block-end: -17%;
  }
  .pt-head-2 {
    margin-block-end: 75px;
  }
  .pt-head-5 {
    padding-block: 0px;
    margin-block-end: 13%;
  }
}

@media (max-width: 900px) {
  .shape-img {
    position: unset;
  }
  .newr-img{
    height: 70%;
  }
  .pt-head-1 {
    margin-block-end: 0px;
    padding-block: 0;
  }
  .pt-head-2 {
    margin-block-end: 0px;
  }
  .cont-col-grid {
    grid-template-columns: auto;
  }
  .cont-col-grid img {
    display: none;
  }
}

@media (max-width: 600px) {
  .pt-head {
    padding-block: 0;
  }
  .pt-head-4 {
    margin-block: 0;
    padding-block: 0;
  }
}
@media (max-width: 400px) {
  input[type="text"],
  input[type="email"],
  textarea {
    padding: 12px;
  }
  .phone-container {
    padding: 12px;
  }
  .formbold-input-label {
    font-size: 16px;
  }
  button#submit-button {
    font-size: 16px;
  }
  select#phone-numbers {
    width: auto;
  }
  
}
@media (max-width: 400px) {
  .crle-tp{
    align-items: baseline;
  }
}
@media (max-width: 360px) {
  input[type="text"],
  input[type="email"],
  textarea {
    width: 83%;
  }
  .phone-container {
    width: 83%;
  }
  .formbold-input-label {
    width: 83%;
  }
  button#submit-button {
    width: 83%;
  }
}

.depart .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  top: 38px;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.depart .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.depart .dropdown-content a:hover {
  background-color: #f1f1f1;
}

.depart:hover .dropdown-content {
  display: block;
}
.images-container{
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  width: 100%;
}
.career-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.career-grid span {
  background-color: #eb7b37;
  width: fit-content;
  padding: 0 10px;
}
.hand-img {
  position: relative;
  width: 100%;
  z-index: 3;
}
.car-bluefr {
  position: absolute;
  right: 55%;
  bottom: 20%;
  width: 200px;
  height: 200px;
}
.fr-sq-car {
  position: absolute;
  right: 55%;
  z-index: 3;
  bottom: 20%;
  width: 200px;
  height: 200px;
}
.Moon-car {
  position: absolute;
  right: 20%;
  bottom: 30%;
  height: 130px;
  width: 130px;
  animation-name: scaleUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  opacity: 0;
}

/* .ft-line{
    width: 100%;
    height: 1px;
    background-color: #737373;
    position: absolute;
    left: 0;
    bottom: 33%;
} */

.sust-career {
  max-width: 68%;
  margin-inline: auto;
}
.copy-link {
  cursor: pointer;
}
#cloudoffice {
  border-left: 5px solid #7fbcce;
  padding-left: 10px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.ai-bim-line {
  border-left: 5px solid #7fbcce;
  padding-left: 10px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.tch-up {
  border-left: 5px solid #7fbcce;
  padding-left: 10px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.people-img {
  object-fit: cover;
  margin-top: 40px;
}


.blue-rec{
  width: 150px;
  position: absolute;
  top: -26px;
  right: 20px;
}

.circle-2x{
  position: absolute;
  top: 19px;
  right: 20%;
  width: 85px;
  animation-name: scaleUp;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    opacity: 0;
}

.rec-lar {
  position: absolute;
  right: 30%;
  z-index: 1;
  bottom: -11px;
  width: 54px;
}

.rec-small {
  position: absolute;
  right: 0;
  bottom: 0;
}

.rec-img{
  position: absolute;
  bottom: 0;
}


@media (max-width: 1300px) {
  .car-bluefr {
    position: absolute;
    width: 200px;
    height: 200px;
  }
  .fr-sq-car {
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: 1;
  }
  .Moon-car {
    position: absolute;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1024px) {
  .car-bluefr {
    position: absolute;
    left: 5%;
    top: 0;
    width: 150px;
    height: 150px;
  }
  .fr-sq-car {
    position: absolute;
    left: 5%;
    top: 0;
    width: 150px;
    height: 150px;
    z-index: 1;
  }
  .Moon-car {
    position: absolute;
    right: 23%;
    top: 15%;
    width: 80px;
    height: 80px;
  }
}

@media(max-width:1100px) {
  .circle-2x{
    top: 0;
    right: 18%;
    width: 80px;
  }
  .blue-rec {
    width: 124px;
    position: absolute;
    top: -43px;
    right: 20px;
  }
  .rec-small{
    bottom: -23px;
    width: 80px;
  }
}

@media (max-width: 900px) {
  .mob-pad {
    padding-block: 80px;
  }
  .career-grid {
    grid-template-columns: auto;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .car-bluefr {
    position: absolute;
    left: 8%;
    top: 6%;
  }
  .fr-sq-car {
    position: absolute;
    z-index: 3;
    left: 8%;
    top: 6%;
  }
  .Moon-car {
    position: absolute;
    top: 20%;
    left: 56%;
  }
  .ft-line {
    bottom: 32%;
  }
  .people-img {
    width: auto;
  }
  .ft-col {
    column-gap: 30px;
  }
  .blue-rec{
    top: 35px;
    right: 40px;
  }
  .circle-2x {
    top: 23%;
    left: 20%;
    width: 70px;
  }
  .rec-lar{
    left: -20px;
  }
  .rec-small{
    right: 30px;
  }
}
@media (max-width: 600px) {
  .car-bluefr {
    right: 20.5%;
    bottom: 10px;
    width: 120px;
    height: 120px;
  }
  .sust-career {
    max-width: 100%;
  }
  .fr-sq-car {
    right: 20.5%;
    bottom: 10px;
    width: 120px;
    height: 120px;
  }
  .ft-line {
    bottom: 22%;
  }
  .Moon-car {
    right: 3%;
    bottom: 20px;
    width: 65px;
    height: 65px;
  }
  .mx-wid-1 {
    max-width: 100%;
  }
  .blue-rec {
    top: 0;
    right: 15px;
  }
  .circle-2x {
    top: 14%;
    width: 70px;
    left: 8%;
  }
  .rec-small{
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 360px) {
  .car-bluefr {
    right: 29.5%;
    bottom: 2px;
    width: 100px;
    height: 100px;
  }
  .fr-sq-car {
    right: 29.5%;
    bottom: 2px;
    width: 100px;
    height: 100px;
  }
  .Moon-car {
    right: 3%;
    bottom: 15px;
    width: 55px;
    height: 55px;
  }
}

.ft-col {
  font-size: clamp(10px, 0.8rem, 16px);
}
.color-red {
  color: #b02427;
}
@media (min-width: 1200px) {
  .stone-img {
    max-width: 450px;
  }
}

.br-max {
  max-width: 85%;
}

@media (max-width: 1281px) {
  .br-max {
    max-width: 100%;
  }
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
  bottom: -3px;
}

@media (max-width: 600px) {
  .content-grid {
    grid-template-columns: auto;
  }
}

.feed-img{
  width: 60%;
  height: 40%;
  object-fit: cover;
}

@media (max-width: 1350px) {
.res-sec ul{
  width: 95%;
}
.content .image-wrapper{
  top: 65px;
}
.code-wrapper{
  height: 75px;}
}

@media (max-width: 1150px) {
 .res-sec ul{
  gap: 18px;
  width: 100%;
}

 .port-txt .productp{
  font-size: 16px;
  }
  .srow{
    gap: 100px;
  }
  .circle-container img {
    width: 100px;
  }
}

@media (max-width: 1100px) {
 
 .content .image-wrapper{
    top: 57px;
  }
   .code-wrapper{
    height: 70px;
  }
  .res-sec ul{
      padding:20px 0;

  }
   .dm-text {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
 .content{
  height: 200px;
 }
 .code-wrapper{
  height: 55px;
 }
 .res-sec ul{
  width: 120%;
}
.content .image-wrapper{
    width: 65%;
  }
}

@media (max-width: 900px) {
 .content-image{
  height: 450px;
  object-fit: cover;
 }}

@media (max-width: 768px) {
.content .image-wrapper{
    width: 82%;
  }
  .btn-icon{
    height: 6px;
  }
  .know-more-btn{
    font-size: small;
  }
  .content-details{
    left: 35%;
  }
  .dm-size{
  font-size: 22px;
}
.new-text-display{
  padding-inline: 9% ;
} 
.small-thund {
  height: 16px;
}
.dm-text{
  font-size: small;
}
.new-text-display{
  gap: 12px;
}
}
@media (max-width: 700px) {
 .cld-sec p{
  font-size:clamp(18px, 1vw, 40px);;
 }
 .cld-sec2 p{
  font-size:clamp(18px, 1vw, 40px);;
 }
 .cld-sec{
  bottom: 18%;
 }
 .knm-btn a {
    font-size: clamp(12px, 1vw, 18px);
}
.arr-img-y{
  width: 25px;
}
/* .dm-size{
  font-size: 22px ;
}
.new-text-display{
  padding-inline: 9% ;
}
.dm-text{
  font-size: small;
} */
 .about-font{
  width: 70%;
 }
}
@media (max-width: 600px) {
 .content-details{
  left: 34%;
 }
 .res-sec li {
  font-size: clamp(16px, 1vw, 20px);
 /* padding-top: 25px; */
    } 
  .res-sec ul {
        width: 140%;
    }
  .dm-size{
    font-size: 14px;
  }
  .dm-text{
    font-size: 10px;
  }
  .cld-sec p{
    font-size:clamp(16px, 1vw, 20px);
  }
  .cld-sec2 p{
    font-size:clamp(16px, 1vw, 20px);
  }
  .circle-container img {
    width: 80px;
  }
  .tri-txt {
    font-size: 14px !important;
  }
}
@media (max-width: 500px) {
.code-wrapper{
  height: 45px;
}
.res-sec li {
  font-size: clamp(16px, 1vw, 20px);
 /* padding-top: 25px; */
    } 
.res-sec ul{
  width: 190%;
}
.know-more-btn{
  font-size: 12px;
}

.new-flex-display{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.new-text-display{
  padding-block: 5%;
}
.mobile-flex-index{

  flex-direction: column-reverse;
}
.img-sec1 img{
  height: 200px;
  object-fit: cover;
}
.img-sec2 img{
  height: 200px;
  width: 500px;
  object-fit: cover;
}
.cld-sec{
 top: 20%;
  left:8%
}
.cld-sec2{
  top: 20%;
  left:8%;
  }
  .frow{
    justify-content: center;
  }
.play-btn
 {
        left: 40%;
    }
}

@media (max-width: 450px) {
.code-wrapper{
  height: 35px;
}
.port-txt .productp {
        font-size: 14px;
    }
}