@font-face {
  font-family: "Roboto-Black";
  src: url("../font/roboto/Roboto-Black.ttf"), format("truetype");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../font/roboto/Roboto-Bold.ttf"), format("truetype");
}
@font-face {
  font-family: "Roboto-Extrabold";
  src: url("../font/roboto/Roboto-ExtraBold.ttf"), format("truetype");
}
@font-face {
  font-family: "Roboto-Extralight";
  src: url("../font/roboto/Roboto-ExtraLight.ttf"), format("truetype");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../font/roboto/Roboto-Light.ttf"), format("truetype");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../font/roboto/Roboto-Medium.ttf"), format("truetype");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../font/roboto/Roboto-Regular.ttf"), format("truetype");
}
@font-face {
  font-family: "TWKEverett-Regular";
  src: url("../font/twkeverett/TWKEverett-Regular.otf") format("opentype");
}
@font-face {
  font-family: "TWKEverett-Medium";
  src: url("../font/twkeverett/TWKEverett-Medium.otf") format("opentype");
}
@font-face {
  font-family: "TWKEverett-Light";
  src: url("../font/twkeverett/TWKEverett-Light.otf") format("opentype");
}
@font-face {
  font-family: "TWKEverett-Bold";
  src: url("../font/twkeverett/TWKEverett-Bold.otf") format("opentype");
}
@font-face {
  font-family: "TWKEverett-Ultralight";
  src: url("../font/twkeverett/TWKEverett-Ultralight.otf") format("opentype");
}
.hero-main {
  position: relative;
}
.hero-main .content-main {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(30px, -50px);
}
.hero-main .content-main h1 {
  font-size: 48px;
  line-height: 56px;
  font-family: "TWKEverett-Light";
  color: #fff;
  margin-bottom: 40px;
}
.hero-main .content-main p {
  color: #fff;
  margin-bottom: 20px;
}
.hero-main .content-main .home-btn {
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
}
.hero-main .content-main .btn-1:hover {
  background-color: #3d3c3c;
}
.hero-main .content-main .btn-2:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.hero-main .content-main .banner-links {
  display: flex;
  gap: 25px;
}

.key-points {
  padding: 100px 0px;
}
.key-points .left-line {
  position: relative;
}
.key-points .left-line::before {
  content: "";
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  width: 1px;
  height: 110%;
  left: -25px;
  top: 0;
}

.who-we-are {
  padding: 50px 0px;
}
.who-we-are h4 {
  font-family: "TWKEverett-Light";
}
.who-we-are .whoweare-links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 96px;
}
.who-we-are .whoweare-links a {
  font-size: 16px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.7019607843);
  font-family: "TWKEverett-Light";
}
.who-we-are .left {
  position: relative;
}
.who-we-are .left .text-anim {
  width: 900px;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.who-we-are .left .text-anim img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.who-we-are .left .text-anim .main {
  opacity: 1;
  z-index: 1;
}
.who-we-are .left .text-anim .slide {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 2;
}
.who-we-are .left .btn {
  margin-top: 30px;
  background: transparent;
  border: 2px solid #fff;
  padding: 12px 30px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border-radius: 6px;
  position: absolute;
  bottom: 40px;
  z-index: 9;
  left: 40px;
}
.who-we-are .left {
  position: relative;
  width: 100%;
  height: 422px;
}
.who-we-are .left video,
.who-we-are .left .text-anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.who-we-are #videoBox {
  display: none;
}

.kyndryl-helps {
  padding: 50px 0px 0px;
}
.kyndryl-helps h1 {
  font-size: 168px;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 0px;
  line-height: 126px;
  margin-left: -10px;
  color: rgb(242, 241, 238);
  margin-top: -3px;
  font-family: "TWKEverett-Bold";
  text-align: center;
}
.kyndryl-helps h1:last-of-type {
  color: #fff;
  background: #f2f1ee;
  font-size: 162px;
}
.kyndryl-helps h2 {
  color: #fb512f;
}
.kyndryl-helps .main-part {
  background-color: #f2f1ee;
  padding: 80px 0px 200px;
}
.kyndryl-helps .main-part .animate-card {
  text-decoration: none;
  position: relative;
  height: 100%;
}
.kyndryl-helps .main-part .animate-card .top-image {
  margin-bottom: 30px;
  transition: transform 0.4s ease;
}
.kyndryl-helps .main-part .animate-card h1,
.kyndryl-helps .main-part .animate-card .hover-image {
  transition: opacity 0.6s ease-in-out;
}
.kyndryl-helps .main-part .animate-card h1 {
  font-size: 128px;
  -webkit-text-stroke: 1px rgba(251, 81, 47, 0.8);
  -webkit-text-fill-color: transparent;
  font-family: "TWKEverett-Bold";
  line-height: 168px;
  opacity: 1;
}
.kyndryl-helps .main-part .animate-card .hover-image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  transition: opacity 0.6s ease-in-out;
}
.kyndryl-helps .main-part .animate-card h4 {
  font-size: 30px;
  line-height: 40px;
  font-family: "TWKEverett-Light";
  color: #29271f;
  margin-bottom: 35px;
}
.kyndryl-helps .main-part .animate-card p {
  color: #29271f;
  margin-bottom: 70px;
}
.kyndryl-helps .main-part .animate-card span {
  color: #29271f;
  font-family: "TWKEverett-Light";
}
.kyndryl-helps .main-part .animate-card:hover h1 {
  opacity: 0;
}
.kyndryl-helps .main-part .animate-card:hover .hover-image {
  opacity: 1;
}
.kyndryl-helps .main-part .animate-card:hover .top-image {
  transform: translateX(5px);
}

@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.delivery-process {
  padding: 96px 0px 0px;
}
.delivery-process h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 30px;
}
.delivery-process p {
  font-size: 20px;
  line-height: 28px;
}

.trend-inhights {
  overflow: hidden;
  background-color: #f2f1ee;
  padding-top: 50px;
}
.trend-inhights h2 {
  color: #fb512f;
}
.trend-inhights .product-slider .slick-track {
  display: flex !important;
}
.trend-inhights .product-slider .slick-track {
  padding: 50px 0px;
}
.trend-inhights .product-slider .slick-slide {
  float: none !important;
  height: auto;
  margin: 0 15px;
}
.trend-inhights .product-slider img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.trend-inhights h3 {
  font-size: 32px;
  line-height: 40px;
  font-family: "TWKEverett-Light";
  margin-bottom: 20px;
}
.trend-inhights p {
  margin-bottom: 40px;
}
.trend-inhights .slick-arrow {
  width: 50px;
  left: initial;
  right: 12px;
  background: #fff;
  height: 50px;
  padding: 10px;
  top: 75px;
  z-index: 99;
}
.trend-inhights .slick-next {
  top: 127px;
}
.trend-inhights .slick-disabled svg path {
  fill: #ebe5d4;
}
.trend-inhights .slick-prev:before,
.trend-inhights .slick-next:before {
  display: none !important;
}

.newsweek {
  padding: 80px 0px;
}
.newsweek .box {
  padding: 40px;
}
.newsweek .box-1 {
  background-color: #f2f1ee;
}
.newsweek .box-2 {
  background-color: #515151;
}
.newsweek h2 {
  color: #fb512f;
}
.newsweek h4 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-family: "TWKEverett-Light";
}
.newsweek a {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
}
.newsweek a:hover {
  text-decoration: underline;
}

.main-text {
  font-size: 168px;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 0px;
  line-height: 126px;
  margin-left: -10px;
  color: rgb(242, 241, 238);
  font-family: "TWKEverett-Bold";
  text-align: center;
}

.team-slides {
  background-color: #f2f1ee;
  padding: 80px 0px 0px;
}
.team-slides .team-heading {
  margin-bottom: 50px;
}
.team-slides h2 {
  font-size: 40px;
  line-height: 48px;
  color: #3d3c3c;
}
.team-slides p {
  font-size: 20px;
  line-height: 24px;
  color: #6e6854;
  font-family: "TWKEverett-Light";
}
.team-slides .team-members-slider h3 {
  font-size: 32px;
  line-height: 40px;
  color: #3d3c3c;
  font-family: "TWKEverett-Light";
  margin-bottom: 24px;
}
.team-slides .team-members-slider p {
  font-size: 16px;
  line-height: 24px;
  color: #6e6854;
  margin-bottom: 24px;
}
.team-slides .team-members-slider h6 {
  color: #a49d89;
}
.team-slides .team-members-slider .member-detail p {
  color: #6d6d6d;
}
.team-slides .team-members-slider .member-detail .linkedin {
  width: 30px;
}
.team-slides .detail-content {
  padding-bottom: 60px;
}
.team-slides .slick-arrow {
  width: 50px;
  left: initial;
  right: 50px;
  background: #fff;
  height: 50px;
  padding: 10px;
  top: 20px;
  z-index: 99;
}
.team-slides .slick-next {
  top: 72px;
}
.team-slides .slick-prev:before,
.team-slides .slick-next:before {
  display: none !important;
}
.team-slides .slick-disabled svg path {
  fill: #ebe5d4;
}

.secureserve-banner {
  padding-top: 50px;
  padding-bottom: 150px;
}
.secureserve-banner .banner-slider .slide {
  position: relative;
}
.secureserve-banner .banner-slider .slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
  z-index: 0;
}
.secureserve-banner .banner-slider .slide .container {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 10%;
}
.secureserve-banner .banner-slider .slide h1 {
  color: #FFF;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 20px;
  font-family: "TWKEverett-Light";
}
.secureserve-banner .banner-slider .slide h5 {
  color: #fff;
}
.secureserve-banner .banner-slider .slide p {
  color: #FFF;
  margin-bottom: 40px;
}
.secureserve-banner .progressBarContainer {
  position: relative;
  bottom: -40px;
  display: flex;
  left: 0;
  gap: 50px;
}
.secureserve-banner .progressBarContainer .item {
  cursor: pointer;
}
.secureserve-banner .progressBarContainer .item h6 {
  color: #000;
  font-size: 16px;
  line-height: normal;
  margin-top: 20px;
}
.secureserve-banner .progressBarContainer .progressBar {
  background-color: #a49d89;
  height: 2px;
  display: block;
  width: 150px;
}
.secureserve-banner .progressBarContainer .inProgress {
  background-color: #fb512f;
  height: 4px;
}
.secureserve-banner .banner-btn {
  border: 1px solid #fff;
  color: #fff;
}

.team-section {
  padding: 100px 0px;
}
.team-section h1 {
  font-size: 84px;
  line-height: 112px;
  color: #fb512f;
  font-family: "TWKEverett-Ultralight";
}
.team-section .member-name {
  background-color: #fb512f;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-section .member-name h4 {
  font-size: 55px;
  line-height: 65px;
  color: #fff;
  font-family: "TWKEverett-Regular";
}
.team-section .right-side-content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  height: 100%;
}
.team-section .right-side-content .bottom-line {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 60px;
}
.team-section .right-side-content h3 {
  font-size: 40px;
  line-height: 48px;
  color: #fb512f;
  font-family: "TWKEverett-Light";
  margin-bottom: 20px;
}
.team-section .right-side-content p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 40px;
}
.team-section img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-section .image-slider {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.team-section .image-slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.team-section .image-slider img.active {
  opacity: 1;
}

.faq-sec {
  border-top: 1px solid rgb(240, 240, 240);
  padding: 80px 0px;
}
.faq-sec .nav-pills {
  display: block;
  margin-top: 20px;
}
.faq-sec .nav-pills .nav-link {
  color: #000;
  font-size: 19px;
  line-height: 28px;
  font-family: "TWKEverett-Light";
}
.faq-sec .nav-pills .nav-link:hover {
  color: #fb512f;
}
.faq-sec .nav-pills .nav-link.active {
  background: transparent;
  color: #fb512f;
}
.faq-sec .collapse {
  visibility: visible;
}
.faq-sec .accordion-button:focus {
  box-shadow: none;
  background: transparent;
  color: #3d3c3c;
}
.faq-sec .accordion-header {
  padding: 15px;
}
.faq-sec .accordion-button {
  font-size: 20px;
  line-height: 28px;
}

.connect-us {
  background-color: #e4f4f1;
  overflow: hidden;
}
.connect-us h2 {
  font-size: 64px;
  line-height: 74px;
  font-family: "TWKEverett-Light";
  color: #fb512f;
}
.connect-us p {
  font-size: 24px;
  line-height: 32px;
  color: #3d3c3c;
}
.connect-us .talk-to {
  font-size: 24px;
  line-height: 32px;
  color: #fb512f;
}
.connect-us a {
  font-size: 20px;
  line-height: 24px;
  color: #3d3c3c;
  text-decoration: none;
  font-family: "TWKEverett-Light";
}
.connect-us a:hover {
  text-decoration: underline;
}
.connect-us .bg-img {
  position: relative;
  right: -160px;
}

footer {
  background-color: #f2f1ee;
  padding: 50px 0px;
}
footer .footer-logo {
  width: 50%;
}
footer .social-icon {
  width: 35px;
}
footer h5 {
  font-size: 28px;
  line-height: 36px;
  color: #3d3c3c;
  font-family: "TWKEverett-Light";
}
footer ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 2fr));
  gap: 15px;
}
footer ul li a {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto-Regular";
}
footer p {
  font-size: 14px;
  line-height: 18px;
  font-family: "Roboto-Regular";
  color: #6d6d6d;
  margin-top: 16px;
}

.selection-menu {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #e1f4f7;
  padding: 20px 0px;
}
.selection-menu a {
  color: #3d3c3c;
  text-decoration: none;
  font-size: 14px;
  line-height: 28px;
  font-family: "TWKEverett-Regular";
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
a,
p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto-Regular";
}

ul li {
  list-style: none;
}
ul li a {
  text-decoration: none;
  color: #272727;
  font-family: "Roboto-Light";
  font-size: 12px;
  line-height: 16px;
}

h5 {
  font-size: 12px;
  line-height: 25px;
  font-family: "TWKEverett-Medium";
  color: #3d3c3c;
  position: relative;
  margin-bottom: 30px;
}
h5::after {
  background: rgb(251, 81, 47);
  content: "";
  display: block;
  height: 2px;
  margin-top: 8px;
  width: 20px;
}

h4 {
  font-size: 24px;
  line-height: 32px;
  color: #3d3c3c;
  font-family: "TWKEverett-Regular";
  margin-bottom: 32px;
}

.btn-animation svg,
.btn-animation img {
  transition: all 0.3s;
}
.btn-animation:hover svg,
.btn-animation:hover img {
  transform: translateX(5px);
}

.learnmore-btn {
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #3d3c3c;
  color: #3d3c3c;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
}
.learnmore-btn:hover {
  background-color: #3d3c3c;
  color: #fff;
}

p {
  font-size: 16px;
  line-height: 24px;
  font-family: "TWKEverett-Light";
}

h2 {
  font-size: 48px;
  line-height: 56px;
  font-family: "TWKEverett-Light";
  margin-bottom: 40px;
}

header {
  position: absolute;
  z-index: 99;
  background: #fff;
  width: 100%;
}
header .logo {
  width: 10%;
}
header .navbar {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 20px 0px;
}
header .navbar ul {
  gap: 32px;
}
header .navbar ul li a {
  font-family: "TWKEverett-Light";
  font-size: 14px;
  line-height: 24px;
  color: #3d3c3c;
}
header .navbar ul li button {
  font-family: "TWKEverett-Light";
  font-size: 14px;
  line-height: 24px;
  color: #3d3c3c;
}
header .navbar .search-bar {
  margin-left: auto;
}
header .mega-menu {
  position: absolute;
  left: -18px;
  top: 83px;
  background-color: #fff;
  box-shadow: none;
  border-top: 1px solid #e0e0e0;
  border-bottom: 0;
  width: 102%;
}
header .mega-menu h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}
header .mega-menu ul {
  gap: 15px;
  display: flex;
  flex-direction: column;
}
header .mega-menu ul li {
  margin-bottom: 25px;
}
header .mega-menu ul li:last-of-type {
  margin-bottom: 0;
}
header .mega-menu ul li a {
  font-size: 16px;
  line-height: 24px;
  font-family: "TWKEverett-Light";
}
header .mega-menu h6 {
  font-size: 16px;
  line-height: 24px;
  color: #272727;
  font-family: "TWKEverett-Regular";
  margin-bottom: 16px;
}
header .mega-menu p {
  font-size: 14px;
  line-height: 20px;
  color: #272727;
  font-family: "TWKEverett-Light";
  margin-bottom: 12px;
}
header .mega-menu a {
  font-size: 14px;
  line-height: 20px;
  color: #272727;
  font-family: "TWKEverett-Light";
  text-decoration: none;
  position: relative;
}
header .mega-menu a::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #fe462c;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
header .mega-menu a:hover::before {
  transform: scaleX(1);
}
header .mega-menu a:hover svg path {
  fill: #fe462c;
}
header .mega-menu .mega-menu-list1 li {
  margin-bottom: 0;
}
header .mega-menu .mega-menu-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 20px;
}
header .mega-menu .megamenu-box1 {
  background-color: #f9f9f9;
  width: 28%;
}
header .mega-menu .megamenu-box {
  padding: 70px 40px;
}
header .mega-menu .left-line {
  position: relative;
}
header .mega-menu .left-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 75px;
  height: 72%;
  width: 1px;
  border-left: 1px solid #e0e0e0;
}
header #dropdown2 .mega-menu-list {
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  row-gap: 40px;
}
header #dropdown3 a {
  font-size: 16px;
  line-height: 24px;
  font-family: "TWKEverett-Light";
}
header #dropdown3 p {
  font-size: 14px;
  line-height: 24px;
  color: #272727;
  margin-top: 15px;
}
header #dropdown3 .megamenu-2 {
  width: 100%;
}
header #dropdown4 .mega-menu-list {
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  row-gap: 40px;
}

.open-lang-modal {
  padding: 8px 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 15px;
}

.lang-modal-overlay {
  position: fixed;
  width: 100%;
  height: 524px;
  background: transparent;
  bottom: 0;
  right: 50px;
  display: none;
  justify-content: end;
  align-items: center;
  z-index: 999;
}
.lang-modal-overlay .lang-modal {
  width: 330px;
  background: #fff;
  border-radius: 4px;
  padding: 15px 20px;
  animation: popup 0.3s ease;
}
.lang-modal-overlay .lang-modal .lang-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.lang-modal-overlay .lang-modal .lang-header h4 {
  font-size: 15px;
  font-weight: 600;
}
.lang-modal-overlay .lang-modal .lang-header .close-lang {
  font-size: 20px;
  cursor: pointer;
}
.lang-modal-overlay .lang-modal .lang-list {
  max-height: 250px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}
.lang-modal-overlay .lang-modal .lang-list li {
  list-style: none;
  padding: 10px 5px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
}
.lang-modal-overlay .lang-modal .lang-list li:hover {
  background: #f2f2f2;
}

@keyframes popup {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.show-lang {
  display: flex !important;
}

.hamburger {
  display: none;
  cursor: pointer;
}
.hamburger .bar {
  display: block;
  width: 31px;
  height: 2px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: rgb(0, 0, 0);
  border-radius: 4px;
}
.hamburger .bar:nth-child(2) {
  width: 20px;
  margin-right: inherit;
}

@media only screen and (min-width: 1800px) {
  .hero-main .content-main {
    left: 9%;
  }
}
@media only screen and (max-width: 1024px) {
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #000000 !important;
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-6px) rotate(-43deg);
    background-color: #000000 !important;
    width: 100% !important;
  }
  .nav-menu {
    position: fixed;
    left: 0%;
    top: -100%;
    gap: 0;
    flex-direction: column !important;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    text-align: start;
    z-index: -9;
    padding: 15px 0px 30px 15px;
  }
  header .logo {
    width: 30%;
  }
  header .nav-bar .search-bar {
    display: none;
  }
  header .top-divide {
    display: none !important;
  }
  header .nav-bar ul li a,
  header .nav-bar ul li button {
    font-size: 24px;
    line-height: 32px;
    font-family: "TWKEverett-Light";
  }
  .hamburger {
    display: block;
  }
  .nav-menu.active {
    top: 10%;
    align-items: start !important;
    background: #fff;
    z-index: -1;
    overflow: scroll;
  }
  .nav-menu.active li {
    margin: 0;
    width: 95%;
  }
  .nav-active {
    position: fixed;
    background-color: #fff;
    left: 0;
    padding: 0 15px;
  }
  .nav-active .mega-menu {
    position: unset;
    width: 100%;
  }
  .mega-menu {
    background-color: #fff;
    top: -100%;
  }
  .mega-menu .text-body {
    flex-direction: column;
  }
  .mega-menu .text-body .megamenu-box1 {
    width: 100%;
  }
  .mega-menu .text-body .megamenu-box {
    padding: 20px 0px 0px;
  }
  .mega-menu .text-body .megamenu-box ul li a {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
  }
  .mega-menu .text-body .megamenu-box .mega-menu-list1 {
    display: flex;
    flex-direction: column;
    row-gap: 20px !important;
  }
  .mega-menu .text-body .left-line::before {
    display: none;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 25px;
    line-height: 36px;
  }
  .hero-main .videoembed {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-main .content-main {
    top: 30%;
    transform: translate(0px, -50px);
  }
  .hero-main .content-main h1 {
    font-size: 38px;
    line-height: 42px;
  }
  .hero-main .content-main .banner-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .key-points {
    padding: 50px 0px;
  }
  .key-points .row {
    row-gap: 60px;
  }
  .key-points .left-line::before {
    border-bottom: 1px solid rgb(236, 236, 236);
    border-left: 0;
    top: 20px;
    width: 100%;
    left: 0;
  }
  .who-we-are {
    padding: 50px 0px;
  }
  .who-we-are .text-anim {
    margin-top: 20px;
  }
  .who-we-are .left {
    height: 200px;
  }
  .who-we-are .left .btn {
    padding: 10px 30px;
    left: 15px;
    bottom: 15px;
  }
  .who-we-are .whoweare-links {
    margin-top: 50px;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .kyndryl-helps h1 {
    font-size: 42px;
    line-height: 48px;
  }
  .kyndryl-helps h1:last-of-type {
    font-size: 41px;
  }
  .kyndryl-helps .main-part {
    padding: 50px 0px;
  }
  .kyndryl-helps .main-part .row {
    row-gap: 50px;
  }
  .kyndryl-helps .main-part .animate-card .top-image {
    margin-bottom: 55px;
  }
  .kyndryl-helps .main-part .animate-card .hover-image {
    opacity: 1;
  }
  .secureserve-banner {
    padding-bottom: 60px;
  }
  .secureserve-banner img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vh;
  }
  .secureserve-banner .banner-slider .slide h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .secureserve-banner .banner-slider .slide p {
    display: none;
  }
  .secureserve-banner .progressBarContainer {
    gap: 25px;
  }
  .secureserve-banner .progressBarContainer .progressBar {
    width: 100px;
  }
  .delivery-process {
    padding: 50px 0px;
  }
  .team-slides {
    padding: 50px 0px 0px;
  }
  .team-slides .slick-slide {
    margin: 0 10px;
  }
  .team-slides .slick-arrow {
    width: 40px;
    height: 40px;
    padding: 5px;
    top: -26px;
  }
  .team-slides .slick-prev {
    right: 9px;
  }
  .team-slides .slick-dots {
    display: none;
  }
  .team-section .member-name {
    display: none;
  }
  .team-section h1 {
    font-size: 46px;
    line-height: 52px;
  }
  .team-section .image-slider {
    height: 300px;
    margin-bottom: 30px;
  }
  .team-section .image-slider img {
    height: 100%;
  }
  .faq-sec {
    padding: 50px 0px;
  }
  .faq-sec .tab-content {
    margin-top: 20px;
  }
  .connect-us {
    padding: 50px 0px;
  }
  .connect-us h2 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .connect-us p {
    font-size: 17px;
    line-height: 28px;
  }
  .connect-us .bg-img {
    display: none;
  }
  footer ul {
    display: flex;
    flex-direction: column;
  }
  footer .line {
    display: none;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .row-gap-20 {
    row-gap: 20px;
  }
  footer .open-lang-modal {
    display: none;
  }
  .newsweek {
    padding: 50px 0px;
  }
  .main-text {
    font-size: 43px;
    line-height: 37px;
    margin-left: 0;
  }
}/*# sourceMappingURL=style.css.map */