/*********************************************default_css*************************************************/

@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

.container {
  padding: 0 10px;
  overflow: hidden;
  width: 100%;
}

.overflow-visible {
  overflow: visible;
}

.h1 {
  font-family: Rajdhani;
  font-size: 44px;
  font-weight: 700;
  line-height: 53.24px;
  text-align: center;
  color: var(--root-black-color);
}

.p {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.04px;
  text-align: center;
  color: var(--root-black-color);
  margin-top: 12px;
}

@media (min-width: 1440px) {
  .container {
    width: 1440px;
    max-width: 1440px;
  }
}

:root {
  --root-black-color: #3f3f3f;
  --gradient-color: linear-gradient(244.73deg, #04bfd7 -48.91%, #63388b 79.49%);
  --white-color: #fff;
}

/* ****************************************************header-css-start******************************************** */
.header-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 17.4px 0px #00000040;
  z-index: 999;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
}

.header-wrapper .container {
  overflow: visible;
  width: 100%;
}

.header-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 10px;
  height: 89px;
}

.transcodezy-logo img {
  width: 100%;
}

.transcodezy-navbar-ul {
  display: flex;
  gap: 43px;
}

.transcodezy-navbar-ul > li > a {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.13px;
  color: var(--root-black-color);
  position: relative;
}

.transcodezy-navbar-ul > li > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -6px;
  left: 0;
  border-radius: 150px;
  background: var(--gradient-color);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.transcodezy-navbar-ul > li > a:hover {
  color: #406aa7;
}

.transcodezy-navbar-ul > li > a:hover::before {
  visibility: visible;
  width: 100%;
}

.services-nav {
  position: relative;
}

.industries-nav {
  position: relative;
}

.services-nav:hover .dropdown-con {
  display: block;
  padding-top: 20px;
  /* margin-top: 10px; */
}
.industries-nav:hover .dropdown-con {
  display: block;
  padding-top: 20px;
  /* margin-top: 10px; */
}

.services-nav .dropdown-con {
  position: absolute;
  background-color: var(--white-color);
  display: none;
  left: -150%;
}

.industries-nav .dropdown-con {
  position: absolute;
  background-color: var(--white-color);
  display: none;
  left: -120%;
}

.dropdown-con li {
  width: 310px;
  padding-inline: 6px;
  display: flex;
  flex-direction: column;
  margin-block: 10px;
}

.dropdown-list {
  display: flex;
  align-items: center;
  padding: 9px 14px;
}

.dropdown-list:hover {
  background: linear-gradient(
    244.73deg,
    rgba(4, 191, 215, 0.3) -48.91%,
    rgba(99, 56, 139, 0.3) 79.49%
  );
  border-radius: 3px;
}

.dropdown-list:hover .drop-down-rightt-icon {
  display: block;
}

.dropdown-list > p {
  margin-left: 12px;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: var(--root-black-color);
}

.drop-down-rightt-icon {
  margin-left: auto;
  text-align: center;
  display: none;
}

.header-contact-us-button {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.78px;
  background: var(--gradient-color);
  color: var(--white-color);
  border-radius: 57px;
  padding: 11px 24px;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
}

.header-contact-us-button a {
  color: var(--white-color);
}

.header-contact-us-button:hover {
  background-color: transparent;
  border: 2px solid black;
  background: none;
}

.header-contact-us-button:hover.header-contact-us-button a {
  color: #63388b;
}

.header-contact-us-button-con .navbar-bars-icon {
  display: none;
}

.transcodezy-navbar-ul .close-icon {
  display: none;
}

.dropdown-list .services-dropdown-white-icon {
  display: none;
}

.transcodezy-navbar-ul .nav-plus-icon {
  display: none;
}

.transcodezy-navbar-ul .nav-minus-icon {
  display: none;
}

/* ******************************************************banner-css-start********************************************************* */

.banner-wrapper {
  background: url(../assets/images/banner-bg-3.png);
  background-position: center;
  background-repeat: no-repeat;
  min-height: 800px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: -99;
}

.banner-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45%;
  gap: 19px;
}

.banner-text h2 {
  font-family: Rajdhani;
  font-size: 46px;
  font-weight: 700;
  line-height: 58.7px;
  text-align: left;
  color: var(--root-black-color);
}

.banner-text p {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.48px;
  text-align: justify;
  color: var(--root-black-color);
}

.read-more {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.78px;
  text-align: center;
  background: var(--gradient-color);
  padding: 9px 32px;
  border: none;
  outline: none;
  color: var(--white-color);
  border-radius: 50px;
  margin-top: 8px;
  margin-right: auto;
  cursor: pointer !important;
}

.read-more:hover {
  background-color: transparent;
  color: #63388b;
  border: 2px solid black;
  background: none;
}

.banner-img {
  width: 47%;
}

.banner-img img {
  width: 100%;
}

/* ****************************************************services-section-css-start***************************************** */
.services-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
  margin-top: -7%;
}

.services-container {
  overflow: visible;
}
.services-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.services-card-con {
  width: 45%;
  display: flex;
  gap: 65px;
}

.service-card-inner-con-left {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.service-card-inner-con-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-card {
  background-color: var(--white-color);
  border-radius: 10px;
  padding-inline: 36px;
  padding-top: 60px;
  padding-bottom: 36px;
  width: 303px;
  height: 263px;
  box-shadow: 0px 0px 16.1px 0px #00000040;
  position: relative;
}

.services-card-img {
  height: 87px;
  width: 87px;
  border-radius: 50%;
  background-color: #eff1f3;
  box-shadow: 0px 0px 24px 0px #00000040;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -45px;
  left: calc(303px / 2.8);
}

.services-card h2 {
  font-family: Rubik;
  font-size: 22px;
  font-weight: 700;
  line-height: 25.83px;
  text-align: center;
  margin-top: 18px;
  position: relative;
}

.services-card h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20%;
  top: 104%;
  left: 40%;
  border-radius: 30px;
  background-color: #5e3f8f;
}

.services-card p {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: justify;
  margin-top: 21px;
}

.services-text-con {
  display: flex;
  flex-direction: column;
  gap: 21px;
  width: 45%;
}
.services-text-con h1 {
  font-family: Rajdhani;
  font-size: 44px;
  font-weight: 700;
  line-height: 56.14px;
  text-align: left;
  color: var(--root-black-color);
}

.services-text-con p {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.04px;
  text-align: justify;
  color: var(--root-black-color);
}

.services-text-buttons-con {
  margin-top: 15px;
  display: flex;
  gap: 45px;
  align-items: center;
}

.discover-more {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 600;
  line-height: 15.78px;
  text-align: center;
  padding: 9px 17px;
  color: var(--white-color);
  cursor: pointer;
  border: none;
  outline: none;
  background: var(--gradient-color);
  border-radius: 50px;
}

.discover-more:hover {
  background-color: transparent;
  color: #63388b;
  border: 2px solid black;
  background: none;
}

.discover-more > i {
  color: var(--white-color);
  margin-left: 8px;
}

.discover-more:hover i {
  color: black;
}

.services-call-info {
  display: flex;
  gap: 8px;
}

.call-icon-con {
  border: 2px solid #63388b;
  /* border-image: linear-gradient(180deg, #406aa7 0%, #63388b 100%) 1; */
  overflow: hidden;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-info-text {
  display: flex;
  flex-direction: column;
  margin-block: auto;
  gap: 5px;
}

.call-info-text p:first-child {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.97px;
  text-align: center;
  color: #595959;
}

.call-info-text p:last-child {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.09px;
  text-align: center;
  color: #515199;
  display: flex;
  align-items: start;
}

/* ******************************************************driving-rapid-change-section-start************************** */

#driving-rapid-change-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 60px;
}

/* .rapid-container {
  width: 1383px;
  margin: 0 auto;
} */

.driving-rapid-change-con h1 {
  text-align: center;
  font-family: Rajdhani;
  font-size: 35px;
  font-weight: 700;
  line-height: 44.66px;
  color: var(--root-black-color);
  padding-inline: 13%;
}

.driving-rapid-change-con > p {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.04px;
  text-align: center;
  margin-top: 21px;
  color: var(--root-black-color);
  /* padding-inline: 60px; */
}

.driving-rapid-box-con {
  display: flex;
  margin-top: 41px;
  gap: 90px;
}

.driving-rapid-box {
  display: flex;
  align-items: end;
  gap: 22px;
  width: calc(25% - 45px);
  border-inline-end: 1px solid #343737;
}

#driving-rapid-box-last {
  border-inline-end: none;
}

.box-right p:first-child {
  font-family: Rubik;
  font-size: 40px;
  font-weight: 600;
  line-height: 47.4px;
  text-align: left;
  color: var(--root-black-color);
}

.box-right p:last-child {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.33px;
  text-align: left;
  color: var(--root-black-color);
}

/* ************************************our-services-section-start*********************************************** */

#our-services-wrapper {
  padding-block: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#our-services-wrapper .container {
  overflow: visible;
}

.our-services-info-box-left {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.our-services-con > h1 {
  font-family: Rajdhani;
  font-size: 44px;
  font-weight: 700;
  line-height: 56.14px;
  text-align: center;
  color: var(--root-black-color);
}

.our-services-con > p {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.04px;
  text-align: center;
  color: var(--root-black-color);
  margin-top: 12px;
  padding-inline: 5%;
}

.our-services-info-con {
  margin-top: 47px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.our-services-sub-box {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 5px 0px #00000030;
  padding: 14px 32px;
  cursor: pointer;
}

/* .our-services-sub-box-img {
  width: 8%;
} */

.our-services-sub-box:hover {
  background: linear-gradient(
    244.73deg,
    rgba(4, 191, 215, 0.17) -48.91%,
    rgba(99, 56, 139, 0.17) 79.49%
  );
}

.our-services-sub-inner-box {
  display: flex;
  align-items: center;
}

.our-services-sub-inner-box > p {
  padding-left: 10px;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.46px;
  text-align: left;
  white-space: nowrap;
}

.right-arrow-sub-box {
  margin-left: auto;
  padding-left: 135px;
}

.our-services-info-box-right {
  width: 60%;
  padding-block: 17px;
  display: none;
}

.our-services-info-box-right > h1 {
  font-family: Rubik;
  font-size: 32px;
  font-weight: 500;
  line-height: 37.76px;
  text-align: left;
  color: #494949;
  margin-right: 20%;
}

.our-services-info-box-right > p {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 27.9px;
  text-align: justify;
  color: #494949;
  margin-top: 17px;
}

.check-services-data-con {
  margin-top: 44px;
  display: flex;
  gap: 48px;
}

.check-services-data {
  display: flex;
  gap: 11px;
}

.check-services-data > p {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.38px;
  text-align: left;
  color: #494949;
  white-space: nowrap;
}

.check-services-data-con-left {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.get-more-info {
  padding-block: 12px;
  padding-left: 24px;
  padding-right: 16px;
  background: var(--gradient-color);
  color: white;
  cursor: pointer;
  outline: none;
  border: none;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.96px;
  text-align: center;
  margin-top: 70px;
  border-radius: 50px;
}

.get-more-info:hover {
  background-color: transparent;
  color: #63388b;
  border: 2px solid black;
  background: none;
}

.get-more-info i {
  margin-left: 12px;
}

/* **********************************************it-success-start********************************************* */

#it-success-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 60px;
}

.it-success-con {
  display: flex;
  align-items: center;
  gap: 80px;
}

.it-sucess-box-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 520px;
}
.it-success-box-left-upper {
  width: 100%;
  display: flex;
  gap: 15px;
  height: 45%;
}

.it-sucees-upper-img-left {
  width: 70%;
}

.it-sucees-upper-img-left img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.it-sucees-upper-right {
  flex: 1;
  border-top-right-radius: 50px;
  background: var(--gradient-color);
  padding: 45px 35px;
  color: var(--white-color);
}

.number-plus {
  display: flex;
  align-items: center;
  justify-content: center;
}

.number-plus > h1 {
  font-family: Rubik;
  font-size: 45px;
  font-weight: 500;
  line-height: 53.33px;
}

.it-sucees-upper-right > p {
  font-family: Rubik;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.7px;
  text-align: center;
  margin-top: 25px;
}

.it-success-box-left-bottom {
  width: 100%;
  display: flex;
  gap: 15px;
}

.it-sucees-bottom-img-left {
  flex: 1;
}

.it-sucees-bottom-img-left img {
  width: 100%;
  height: 70%;
}

.it-sucees-bottom-img-right {
  width: 60%;
}

.it-sucees-bottom-img-right img {
  width: 100%;
}

.it-sucess-box-right {
  flex: 1;
}

.it-sucess-box-right > h1 {
  font-family: Rajdhani;
  font-size: 44px;
  font-weight: 700;
  line-height: 56.14px;
  text-align: left;
  color: var(--root-black-color);
}

.it-sucess-box-right p {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.04px;
  text-align: justify;
  margin-top: 20px;
  color: var(--root-black-color);
}

.approches-con {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 35px;
}

.approches-box {
  display: flex;
  gap: 25px;
  align-items: center;
}

.approches-box-left {
  border-radius: 50%;
  background-color: #f1f2f7;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  padding: 18px;
}

.approches-box-right > h3 {
  font-family: Rubik;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.7px;
  text-align: left;
  color: #343737;
}

.approches-box-right > p {
  font-family: Rubik;
  font-size: 15px;
  font-weight: 300;
  line-height: 22.65px;
  text-align: left;
  color: #343737;
  margin-top: 8px;
  margin-right: 25%;
}

/* <!-- **************************************************technology-expertise -start************************************** --> */

#technology-expertise-wrapper {
  padding-block: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.technology-expertise-container {
  width: 1150px;
  padding: 0 10px;
  /* width: 100%; */
}
.technology-expertise-con h1 {
  font-family: Rajdhani;
  font-size: 44px;
  font-weight: 700;
  line-height: 50.01px;
  text-align: center;
  color: var(--root-black-color);
}

.technology-expertise-con > p {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.58px;
  text-align: center;
  margin-top: 15px;
  color: #494949;
}

.technology-frameworks-con {
  margin-top: 45px;
}

.technology-frameworks-heading-con {
  display: flex;
  padding: 7px 81px;
  margin-inline: 26px;
  gap: 83px;
  border-block-end: 1px solid #b0b0b0;
  /* overflow-x: scroll; */
}

.technology-frameworks-heading {
  width: 25%;
}

.technology-frameworks-heading h1 {
  font-family: Rubik;
  font-size: 26px;
  font-weight: 400;
  line-height: 30.68px;
  text-align: center;
  color: #494949;
  cursor: pointer;
  white-space: nowrap;
}

.frameworks-image-box-con {
  margin-top: 40px;
  gap: 40px;
  display: none;
}

.frameworks-image-box {
  padding: 40px;
  width: 30%;
  box-shadow: 0px 0px 15.9px 0px #00000040;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.frameworks-image-box > p {
  font-size: 20px;
  font-family: Rubik;
  color: #494949;
  text-align: center;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 7px;
  white-space: nowrap;
}

/* ********************************************************work-portfolio-start****************************************/

#work-portfolio-wrapper {
  padding-block: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#work-portfolio-wrapper .container {
  overflow: visible;
}

.work-portfolio-con > h1 {
  font-family: Rajdhani;
  font-size: 44px;
  font-weight: 700;
  line-height: 56.14px;
  text-align: center;
  color: var(--root-black-color);
}

.work-portfolio-con > p {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 300;
  line-height: 28.04px;
  text-align: center;
  color: var(--root-black-color);
  margin-top: 10px;
}

.work-portfolio-cards-con {
  margin-top: 30px;
  display: flex;
  gap: 85px;
}

.work-portfolio-card {
  padding: 16px;
  box-shadow: 0px 0px 15px 0px #00000040;
  background: #fbfbfb;
  width: calc(33% - 52px);
}

.work-portfolio-card img {
  width: 100%;
}

.work-portfolio-card-heading {
  padding-block: 3px;
  border-block-end: 0.5px solid #343737;
}

.work-portfolio-card-heading > h1 {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.96px;
  text-align: left;
  color: #343737;
}

.work-portfolio-card > p {
  font-family: Rubik;
  font-size: 12px;
  font-weight: 300;
  line-height: 18.12px;
  text-align: left;
  color: var(--root-black-color);
  margin-top: 6px;
}

.work-portfolio-read-more {
  margin-top: 10px;
  cursor: pointer;
  border: none;
  outline: none;
  font-family: Rubik;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.22px;
  text-align: left;
  background-color: transparent;
}

.work-portfolio-read-more a {
  color: #343737;
}

.work-portfolio-read-more i {
  margin-left: 8px;
  color: #343737;
}

/* <!-- *************************************************industries-we-serve-section-start***************************** --> */

#industries-we-serve-wrapper {
  padding-block: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#industries-we-serve-wrapper .container {
  overflow: visible;
}

.industries-we-serve-con > h1 {
  font-family: Rajdhani;
  font-size: 44px;
  font-weight: 700;
  line-height: 56.14px;
  text-align: center;
  color: var(--root-black-color);
}

.industries-we-serve-con > p {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.04px;
  text-align: center;
  color: var(--root-black-color);
  margin-top: 10px;
  margin-inline: 13%;
}

.industries-we-serve-cards-con {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.industries-we-serve-cards {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 65px;
}

.industries-we-serve-subcard {
  width: 25%;
  display: flex;
  gap: 10px;
  box-shadow: 0px 0px 8.8px 0px #00000040;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

.industries-we-serve-subcard p {
  font-family: Rubik;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.7px;
  text-align: left;
  color: #343737;
}

.industries-we-serve-cards-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* <!-- *******************************************************testimonial-section-start*************************************** --> */
#testimonial-wrapper {
  padding-block: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-container {
  width: 1270px;
}

.testimonial-con > h1 {
  font-family: Rajdhani;
  font-size: 44px;
  font-weight: 700;
  line-height: 56.14px;
  text-align: center;
  color: var(--root-black-color);
}

.testimonial-con > p {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.04px;
  text-align: center;
  color: var(--root-black-color);
  margin-top: 10px;
  margin-inline: 18%;
}

.testimonial-cards-con {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-card {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.testimonial-card-upper {
  padding: 45px 35px;
  box-shadow: 0px 0px 16.6px 0px #00000040;
  position: relative;
  background-color: white;
}

.testimonial-card-upper::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  margin-left: -0.5em;
  bottom: -2em;
  left: 12%;
  border: 1em solid black;
  border-color: transparent transparent white white;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 4px 1px rgba(0, 0, 0, 0.1);
}

.testimonial-star-con {
  display: flex;
  gap: 12px;
}

.testimonial-card-upper > p {
  font-family: Rubik;
  font-size: 20px;
  font-weight: 300;
  line-height: 30.2px;
  text-align: justify;
  color: var(--root-black-color);
  margin-top: 27px;
}

.testimonial-card-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 51px;
}

.testimonial-card-bottom h3 {
  font-family: Rubik;
  font-size: 22px;
  font-weight: 500;
  line-height: 33.22px;
  text-align: left;
  color: var(--root-black-color);
}

.testimonial-card-bottom p {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 27.18px;
  text-align: left;
  color: var(--root-black-color);
}

/* <!-- **********************************************cutting-edge-it-solution-section-start************************************ --> */

#cutting-edge-wrapper {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../assets/images/cutting-edge-img1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cutting-edge-con {
  padding-block: 55px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cutting-edge-con h1 {
  font-family: Rubik;
  font-size: 32px;
  font-weight: 500;
  line-height: 37.92px;
  text-align: left;
  color: var(--white-color);
}

.cutting-edge-con p {
  font-family: Rubik;
  font-size: 20px;
  font-weight: 300;
  line-height: 30.2px;
  text-align: left;
  color: var(--white-color);
}

.get-in-touch {
  font-family: Rajdhani;
  font-size: 24px;
  font-weight: 700;
  line-height: 30.62px;
  text-align: left;
  color: #5f3e8e;
  border-radius: 50px;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 9px 44px;
  margin-top: 4px;
  width: fit-content;
}

.get-in-touch:hover {
  background-color: transparent;
  color: white;
  border: 2px solid black;
  background: none;
}

/* <!-- *****************************************************footer-start********************************************* --> */

#footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 0px 36.4px 0px #00000040;
}

.footer-con {
  display: flex;
  flex-direction: column;
  /* gap: 50px; */
}

.footer-upper {
  padding-block: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-upper-box {
  width: 20%;
}

.footer-upper-box > p {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.59px;
  text-align: left;
  color: var(--root-black-color);
  margin-top: 5px;
}

.footer-get-in-touch {
  font-family: Rubik;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.59px;
  text-align: center;
  padding: 7px 17px;
  cursor: pointer;
  border: none;
  outline: none;
  color: var(--white-color);
  background: var(--gradient-color);
  margin-top: 17px;
  border-radius: 50px;
}

.footer-get-in-touch:hover {
  background-color: transparent;
  color: #5f3e8e;
  border: 2px solid black;
  background: none;
}

.footer-link-heading {
  font-family: Rubik;
  font-size: 29px;
  font-weight: 500;
  line-height: 34.37px;
  text-align: left;
  color: #5f3e8e;
}

.footer-upper-link-con {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-upper-link-con a {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.96px;
  text-align: left;
  color: var(--root-black-color);
}

.footer-upper-link-con a:hover {
  color: #63388b;
}

.footer-upper-link-con > a > img {
  margin-right: 13px;
}

.footer-upper-last-box {
  width: 25%;
}

.contact-box {
  display: flex;
  align-items: center;
  gap: 19px;
  padding-block: 15px;
  border-block-end: 1px solid #494949;
}

.contact-box p {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.64px;
  text-align: left;
  color: #494949;
}

.last-contact-box {
  border-block-end: none;
}

.footer-middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -20px;
}

.footer-middle h1 {
  font-family: Rubik;
  font-size: 35px;
  font-weight: 500;
  line-height: 41.48px;
  text-align: left;
  color: #5f3e8e;
}

.footer-middle p {
  font-family: Rubik;
  font-size: 20px;
  font-weight: 400;
  line-height: 26.99px;
  text-align: left;
  color: var(--root-black-color);
  margin-top: 7px;
}

.footer-explore-career {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Rubik;
  font-size: 34px;
  font-weight: 500;
  line-height: 40.29px;
  text-align: left;
  color: var(--root-black-color);
  outline: none;
  border: none;
  background-color: transparent;
}

.footer-explore-career i {
  margin-left: 15px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 18px;
  border-block-start: 1px solid #494949;
  margin-top: 40px;
  width: 100%;
}

.footer-bottom-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.social-media-link-con {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-social-link {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social-link i {
  font-size: 25px;
  color: #3f3f3f;
}

.footer-social-link i:hover {
  color: black;
}

.footer-bottom p {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.96px;
  text-align: center;
  color: var(--root-black-color);
}
