@charset "utf-8";

/* font starts*/
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../ourCapabilitiesStyle/v3/fonts/HelveticaNeue.woff') format('woff2'),
    url('../ourCapabilitiesStyle/v3/fonts/HelveticaNeue.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 5, 2021 */
@font-face {
  font-family: 'hikououtline';
  src: url('../ourCapabilitiesStyle/v3/fonts/hikou_outline-webfont.woff2') format('woff2'),
    url('../ourCapabilitiesStyle/v3/fonts/hikou_outline-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'HelveticaNeue-Thin';
  src: url('../ourCapabilitiesStyle/v3/fonts/HelveticaNeue-Thin.woff2') format('woff2'),
    url('../ourCapabilitiesStyle/v3/fonts/HelveticaNeue-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: MuseoSans;
  src: url(MuseoSans-500.eot) format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: MuseoSans;
  src: url(MuseoSans-500.ttf) format('truetype'), url(MuseoSans-500.svg#MuseoSans-500) format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "museo-sans-rounded-500";
  src: url("https://use.typekit.net/af/7d47d7/000000000000000077359965/30/l?subset_id=2&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/7d47d7/000000000000000077359965/30/d?subset_id=2&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/7d47d7/000000000000000077359965/30/a?subset_id=2&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "museo-sans-900";
  src: url("https://use.typekit.net/af/9cf49e/00000000000000000000e807/27/l?subset_id=2&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/9cf49e/00000000000000000000e807/27/d?subset_id=2&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/9cf49e/00000000000000000000e807/27/a?subset_id=2&fvd=n9&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "museo-sans-100";
  src: url("https://use.typekit.net/af/635674/00000000000000000000e800/27/l?subset_id=2&fvd=n1&v=3") format("woff2"), url("https://use.typekit.net/af/635674/00000000000000000000e800/27/d?subset_id=2&fvd=n1&v=3") format("woff"), url("https://use.typekit.net/af/635674/00000000000000000000e800/27/a?subset_id=2&fvd=n1&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: "museo-sans-300";
  src: url("https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "museo-sans-700";
  src: url("https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}

@keyframes verticalLine {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
}

button:focus {
  outline: none !important;
  box-shadow: none;
}

body {
  padding: 0;
  margin: 0;
}

input,
input:before,
input:after {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

.nopadding {
  padding: 0px !important;
  margin: 0px !important;
}

.padding20 {
  padding: 0 30px !important;
}

.clear {
  clear: both;
}

#rotate {
  display: none;
}

.main_content {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}

.service_header {
  /* height: 80px; */
  /* justify-content: space-between;
    align-items: center; */
  margin: 20px 50px;
  /* display: flex;
    align-items: center;
    justify-content: space-between; */
}

.serviceOverlay {
  height: 100%;
  width: 0;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  right: 0;
  top: 0;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.serviceOverlay-content {
  position: absolute;
  width: 100%;
  /* 100% width */
  text-align: right;
  /* Centered text/links */
  top: 0;
  padding-right: 8vw;
}

/* The navigation links inside the overlay */
.serviceOverlay a {
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: inline-block;
  /* Display block instead of inline */
  transition: 0.3s;
  /* Transition effects on hover (color) */
  color: #BE1E2D;
  font-weight: 600;
  padding-right: 8vw;
  padding-top: 20px;
}

/* When you mouse over the navigation links, change their color */
.serviceOverlay a:hover,
.serviceOverlay a:focus {
  color: #f1f1f1;
}

/*Position the close button (top right corner) */
.serviceOverlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.main_content {
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: right top;
}

#digitalproductBG {
  background-image: url(../images/DPH_bg.png);
}

#aiproductsBG {
  background-image: url(../images/ai_products_bg.png);
}

#immersivetechnologyBG {
  background-image: url(../images/immersive_technology_bg.png);
}

/*whats we do */
.service_outer_grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(100vh - 120px);
  padding: 0 20px;
}

.what_we_do h1 {
  font-size: 40px;
  line-height: 44px;
  color: #000;
  font-family: 'Helvetica Neue';
}

.what_we_do {
  position: absolute;
  top: 5%;
  left: 3%;
  transition: all 500ms ease-in-out;
}

.verticalLine {
  width: 2px;
  height: 90px;
  background-color: #000;
  margin-left: 20px;
  margin-bottom: 10px;
  opacity: 0;
}

.product_heading h1 {
  font-size: 3.8rem;
  font-weight: 200;
  text-transform: uppercase;
  font-family: 'HelveticaNeue-Thin';
  font-style: normal;
  position: absolute;
  background: linear-gradient(to right, #000 40%, #ccc 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product_heading {

  position: absolute;
  top: 12%;
  left: 35%;
  width: 100%;
}

.product_heading h1:nth-child(2),
.product_heading h1:nth-child(3) {
  display: none;
}

.right_services_menu {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.animation_grid_outer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.animation_grid_inner {
  width: 75%;
  height: 100%;
  background-image: url(../images/left-img.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right 80px bottom;
  position: relative;
}

.service_menu_item {
  padding: 40px 0px;
}

.digitalProductLink,
.aiProductLink,
.immersiveTechLink {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
  transition: all 200ms ease-in-out;
  font-family: 'Helvetica Neue';
}

.ProductNum1,
.ProductNum2,
.ProductNum3 {
  font-size: 24px;
  line-height: 28px;
  padding-right: 35px;
  color: #000000;
  font-family: 'Helvetica Neue';
  transition: all 200ms ease-in-out;
  width: 70px;
  text-align: center;
}

.horizontalLine {
  width: 120px;
  height: 1px;
  background: linear-gradient(to left, #000 50%, #fff 50%);
  position: absolute;
  right: 30px;
  bottom: 56vh;
  transition: all 300ms ease-in-out;
}

.digital_productsImg {
  width: 50%;
  position: absolute;
  bottom: 5%;
  right: 25%;
  opacity: 1;
}

.ai_productsImg {
  width: 50%;
  position: absolute;
  bottom: 5%;
  right: 0%;
  opacity: 0;
}

.immersive_techImg {
  width: 50%;
  position: absolute;
  bottom: 5%;
  right: 0%;
  opacity: 0;
}

/*service sub pages menu starts*/
* {
  box-sizing: border-box;
}

.fst-drop-down,
.sec-drop-down,
.third-drop-down {
  display: none;
  position: relative;
  padding: 10px;
}

.first-drop-down,
.first-drop-down1,
.first-drop-down2,
.first-drop-down {
  display: none;
  position: relative;
  padding: 10px;
}

.header_logo {
  display: flex;
  justify-content: space-between;
}

#open-bar {
  font-size: 33px;
  cursor: pointer;
  /* position: fixed; */
  /* right: 3%;
  top: 3%; */
}

.menu-contents-top a {
  padding-left: 30px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
}

.menu-contents-top a:hover {
  color: #f1f1f1;
}

.menu-contents-middle li {
  padding: 10px 30px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
}

.menu-contents-middle li a {
  color: #818181;
}

.menu-contents-middle i {
  float: right;
}

#top-content-1 {
  cursor: pointer;
}

.menu-contents-middle li:hover {
  color: #BE1E2D;
  /* cursor: url(../images/magnifier.png), zoom-in;   */
}

.menu-contents-middle li a:hover {
  color: #BE1E2D;
  /* cursor: url(../images/magnifier.png), zoom-in;   */
}

.sidenav {
  display: none;
  height: 100%;
  width: 350px;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  background-color: #111;
  padding-top: 40px;
  overflow-y: scroll;
}

#top-content-1 {
  padding-top: 80px;
}

.closebtn {
  position: absolute;
  top: 3%;
  right: 10%;
}

.menu-contents-down a {
  padding: 10px 30px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
}

.menu-contents-down a:hover {
  color: #f1f1f1;
}

.social-media-icons {
  padding-top: 10vh;
  padding-left: 30px;
}

.social-media-icons a {
  padding: 5px;
  text-decoration: none;
  color: #fff;
}

body:after {
  background: white;
  content: "";
  height: 100%;
  float: left;
  opacity: 0;
  overflow: auto;
  padding: 0;
  width: 100%;
}

.menu-bar {
  background-color: red !important;
}

body.open {
  overflow: hidden;
}

body.open:after {
  opacity: 1;
  visibility: visible;
}

.b-nav {
  position: absolute;
  right: 0;
  z-index: 11;
}

.b-nav:not(.open) {
  visibility: hidden;
}

.b-nav li {
  color: #fff;
  list-style-type: none;
  padding: 10px;
  text-align: left;
}

.b-nav li:first-child {
  padding-top: 120px;
}

.b-nav.open {
  visibility: visible;
}

.b-link {
  background: transparent;
  border-left: rgba(68, 68, 68, 0) solid 2px;
  color: #444444;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-left: 30px;
  text-decoration: none;
  /* transition: all 0.4s ease; */
  width: auto;
}

.b-link:hover,
.b-link--active {
  border-left: #444444 solid 2px;
  padding-left: 30px;
}

.b-menu {
  cursor: pointer;
  display: inline-block;
  height: 60px;
  padding-left: 15.5px;
  padding-top: 17.5px;
  position: relative;
  transition: all 0.4s ease;
  width: 60px;
  z-index: 12;
}

.b-bun {
  background: #444444;
  position: relative;
  transition: all 0.4s ease;
}

.b-bun--top {
  height: 2px;
  top: 0;
  width: 25px;
}

.b-bun--mid {
  height: 2px;
  top: 8px;
  width: 25px;
}

.b-bun--bottom {
  height: 2px;
  top: 16px;
  width: 25px;
}

.b-brand {
  color: white;
  font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin-left: 30px;
  position: relative;
  text-decoration: none;
  top: -21.4285714286px;
  transition: all 0.4s ease;
  z-index: 13;
}

.b-container {
  height: 60px;
  right: 30px;
  position: absolute;
  top: 30px;
}

.b-container:hover:not(.open) .bun-top,
.b-container:hover:not(.open) .bun-mid,
.b-container:hover:not(.open) .bun-bottom {
  background: white;
}

.b-container.open .b-main {
  border: #444444 solid 2px;
}

.b-container.open .b-bun--top {
  background: #444444;
  top: 9px;
  transform: rotate(45deg);
}

.b-container.open .b-bun--mid {
  opacity: 0;
}

.b-container.open .b-bun--bottom {
  background: #444444;
  top: 5px;
  transform: rotate(-45deg);
}

.b-container.open .b-brand {
  color: #444444;
}


/* /medtrixlogo */
.medtrixLogo a img {
  margin-left: 10%;
  width: 11vw;
  padding: 2px 0 2px 0;
}

/*menu ends here*/
/*pre next */
.block-prev {
  position: absolute;
  bottom: 50px;
  right: 250px;
  border: 2px solid black;
  width: 150px;
  height: 45px;
  opacity: 0.3;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
}

.block-next {
  position: absolute;
  bottom: 50px;
  right: 60px;
  border: 2px solid black;
  width: 150px;
  height: 45px;
  opacity: 0.3;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
}

.block-div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.para-div,
.footer-para-div {
  position: relative;
  top: -15px;
  /* right:350px; */
  display: inline-block;
}

.para {
  padding: 0 10px;
  background-color: white;
  font-size: 12px;
  font-weight: 700;
}

.block-prev:hover,
.block-next:hover,
.footer-block-next:hover {
  color: #EC1C24;
  border-left: 2px solid #EC1C24;
  border-top: 2px solid #EC1C24;
  border-bottom: 2px solid #EC1C24;
  opacity: 1;
  transition: 0.2s;
  box-shadow: 2px 1px 12px -6px rgba(216, 36, 36, 0.96);
  -webkit-box-shadow: 2px 1px 12px -6px rgba(216, 36, 36, 0.96);
  -moz-box-shadow: 2px 1px 12px -6px rgba(216, 36, 36, 0.96);
}

.prev:hover,
.next:hover {
  transition: 0.2s;
  color: #EC1C24;
}

/*pre next*/
/* service sub page starts*/
.product_outer_grid {
  align-items: center;
  justify-content: space-between;
  height: calc(100vh - 120px);
  position: relative;
  padding-left: 50px;
}

.product_inner_grid {
  display: flex;
  height: 80%;
}

.left_red_border {
  position: fixed;
  left: 0;
  /* background-color: #BE1E2D; */
  background-image: linear-gradient(#517587, #BBC7DF);
  width: 30px;
  height: 100%;
  border-top-right-radius: 100% 30px;
  z-index: 10;
}

.product_details {
  width: 45%;
  height: 80%;
}

.product_gallery {
  position: relative;
  width: 55%;
  height: 80%;
  text-align: center;
}

/* ellise animation start */
.ellipse {
  position: absolute;
  bottom: 7%;
  right: 55px;
  z-index: -1;
}

.ellipse img {
  width: auto;
}

/* .animate__animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(-3000px,-3000px, 0);
    }
}
@-webkit-keyframes fadeInDownBig {
    0% {
        transform: translate3d(-3000px,-3000px, 0);
    }
} */
.ellipse {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  animation-name: zoomIn;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.animate__pulse {
  animation: pulse 1.5s;
  /* animation-direction: alternate; */
  animation-iteration-count: infinite;
  /* -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out */
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.animate__zoomIn {
  animation: zoomIn 1.8s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

/* @keyframes bounce { 
  0% { transform: translateY(0); }
  100% { transform: translateY(-50px); }
}
.ring {
  animation: bounce 0.8s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
} */
/* ellise animation ends */

.product_title h1 {
  font-size: 34px;
  font-weight: 200;
  color: #EC1C24;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.product_title {
  display: flex;
  font-size: 34px;
  align-items: center;
}

.product_title a {
  padding-right: 20px;
  font-size: 28px;
  color: #000;
}

.accordion-item {
  background-color: transparent !important;
}

.Project_list .accordion-item {
  display: flex;
  margin-bottom: 8px;
  border: 0px;
}

.Project_list .accordion-button {
  padding: 0px !important;
  width: 150px;
  display: inherit;
  background-color: transparent !important;
}

.Project_list {
  padding-left: 40px;
  padding-top: 0px;
}

.Project_list .accordion-body {
  padding: 0 1.25rem;
}

.Project_list .accordion-body p {
  padding-top: 26px;
  font-size: 13px;
  line-height: 16px;
  font-family: 'Helvetica Neue';
  margin-bottom: 0;
}

.accordion-button::after {
  display: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: none;
  border: 0px;
  color: #BE1E2D;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::before {
  flex-shrink: 0;
  margin-left: auto;
  content: "̶ ";
  position: relative;
  transition: transform .2s ease-in-out;
  font-size: 40px;
  position: relative;
  top: -5px;
  left: -18px;
}

.service_footer {
  height: 20%;
}

.bullets {
  display: flex;
  position: absolute;
  right: 100px;
  bottom: 10px;
}

.bullets a {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #BE1E2D;
  opacity: 0.1;
  border-radius: 50%;
  margin-right: 5px;
}

.bullets a:hover {
  opacity: 1;
}

/*footer starts*/
.service_footer {
  height: 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service_footer_left {
  width: 75%;
  padding-left: 45px;
  font-family: 'Helvetica Neue';
}

.service_footer_left p {
  font-size: 14px;
  line-height: 18px;
}

.service_footer h2 {
  color: #EC1C24;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: 'Helvetica Neue';
}

.footer-block-next {
  bottom: 30px;
  right: 0;
  border-left: 2px solid black;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  color: black;
  width: 280px;
  height: 75px;
  opacity: 0.3;
  border-radius: 2px;
  cursor: pointer;
}

.footer-para {
  background-color: white;
  font-size: 20px;
  font-weight: 700;
  margin-left: 20px;
}

.footer-block-div #number {
  font-size: 48px;
  line-height: 52px;
  /* color: #CACED2; */
  font-family: 'hikououtline';
  padding-right: 10px;
  font-weight: 600;
  margin: 0;
}

.footer-block-div {
  display: flex;
  position: relative;
  /* left: 28%; */
  text-align: center;
  top: -50%;
  /* transform: translate(-50%, -50%); */
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Helvetica Neue';
  /* margin: 0px; */
}

#with_num {
  margin: 0;
}

#without_num {
  margin-top: 14px;
}

.footer-block-div a {
  display: flex;
  align-items: center;
  color: #adb5bd;
  letter-spacing: 0.5px;
}

.service_footer a:hover {
  color: #EC1C24;
}

/* .footer-block-div:hover span,
.footer-block-div a:hover{
  color: #EC1C24;
} */
/*footer ends*/


/* __________IPad slider start ___________ */
/*product gallery*/
.product_gallery img {
  height: 90%;
  cursor: pointer;
}

.ipadPopUP {
  position: absolute;
  top: 0;
}

.lklk {
  height: calc(870 * 0.040vw);
  overflow: hidden;
}

#prev-slide,
#next-slide,
#active-slide {
  width: calc(730 * 0.052vw);
  position: absolute;
  top: 35%;
  display: none;
}

:is(#prev-slide, #next-slide, #active-slide) img {
  /* background-image: url(https://d218mh3sadleh5.cloudfront.net/Website/Internal/corporate/images/slider/image2.jpg); */
  border-radius: 30px;
  background-size: cover;
  transition: background-image ease 500ms;
  /* transition: all 500ms ease-in-out; */
  background-repeat: no-repeat;
  /* background-size: contain; */
}

#prev-slide {
  right: 75%;
  cursor: pointer;
}

#active-slide {
  left: 50%;
  transform: translate(-50%, -20%);
}

#next-slide {
  left: 75%;
  cursor: pointer;
}

#thumbnail-container {
  gap: calc(50 * 00.052vw);
  position: absolute;
  top: calc(800 * 0.049vw);
  z-index: 1;
  visibility: hidden;
}

#thumbnail-container div {
  width: calc(150 * 0.052vw);
  cursor: pointer;
}

.closeBtn {
  position: absolute;
  top: 22%;
  z-index: 1000;
  margin-left: 50px;
  font-size: 1.5rem;
  color: #EC1C24;
  cursor: pointer;
  font-family: 'Helvetica Neue';

}

#closeBtn_mobile {
  display: none;
}

/* ___________IPad slider end _______________*/


/* -----------bg animation------- */
.background-image {
  position: absolute;
}

/*------------------------------ slide navbar Bharat-------------------- */

.background-image img {
  position: absolute;
  /* height:90vh;  */
  z-index: -100;
}

.toggle {
  position: absolute;
  top: 0;
  bottom: 78%;
  left: 92%;
  right: 0;
  margin: auto;
  width: 100px;
  height: 80px;
  background: url(../images/ToggleOpen.png);
  background-repeat: no-repeat;
  background-size: 25px;
  cursor: pointer;
  z-index: 10;
}

.toggle.active {
  background: url(../images/times-solid.svg);
  background-repeat: no-repeat;
  background-size: 20px;
}

.overlay {
  width: 200px;
  position: fixed;
  z-index: 10;
  bottom: 91%;
  right: -40%;
  transition: 0.7s;
  margin-left: 30%;
}

.overlay a {
  margin-left: 80px;
  font-size: 16px;
  color: black;
  font-weight: 400;
  text-decoration: none;
}

.overlay a:hover {
  color: red;
  border-bottom: 3px solid rgb(250, 8, 8);
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #88888896;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* For Mobile */
.wraper_mobile {
  display: none;
}


#video-popup-container {
  display: none;
  position: fixed;
  z-index: 996;
  width: 70%;
  left: 35%;
  margin-left: -20%;
  top: 10%;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #DE0023;
}



@media only screen and (max-width:767px) {
  #video-popup-container {
    display: none;
    position: fixed;
    z-index: 996;
    width: 85%;
    left: 27%;
    margin-left: -20%;
    top: 33%;
    background-color: #fff;
  }
}


/* new menu for internal pages */

#menu_bar_mobile {
  display: none;
}

.header {
  margin: 10px 30px 10px 30px;
}

.desktop-main-menu {
  float: right;
  margin-top: 15px;
  font-family: museo-sans-rounded-500;

}

.desktop-home-menu li,
.desktop-main-menu li {
  display: inline-block;
  padding-right: 24px;

}

.desktop-main-menu li:last-child {
  padding-right: 0;
}

.desktop-home-menu li a,
.desktop-main-menu li a {
  color: #070606;
  list-style: none;
  text-transform: uppercase;
  /* margin-bottom: 10px; */

  /*font-family: 'Helvetica Neue';*/

  font-size: 14px;
  cursor: pointer;
}

.dropbtn {
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffff;
  min-width: 230px;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  margin-top: 10px;
  border-radius: 7px 7px 7px 7px;
  text-align: center;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1.5px solid rgba(234, 234, 234, 1);
}

.dropdown-content a:last-child {
  border-bottom: none;
}

.mbl-dropdown .mblicon,
.deskicon {
  font-size: 26px;
  /* vertical-align: super; */
}

/* .dropdown-content a:hover {background-color: #ec1c24;color:#ffffff} */
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a:hover {
  border-bottom: 2px solid rgba(236, 28, 36, 1);
  background-color: rgba(236, 28, 36, 0.1);
}

#contact-btn {
  border: 1px solid rgba(236, 28, 36, 1);
  padding: 11px 22px;
  background-color: rgba(236, 28, 36, 1);
  color: #fff;
  font-weight: 700;
  border-radius: 5px;

}

.desktop_hide_item {
  display: none;
}

@media (min-width:320px) and (max-width:767px) {

  /* #header_desktop {
        display: none;
      } */
  .top-content-4 {
    margin-top: 80px;
  }

  #top-content-1 {
    padding-top: 5px;
  }

  .desktop_hide_item {
    display: block;
  }

  #itemOne,
  #itemTwo,
  #itemThree,
  #itemNew {
    display: none;
  }

  #menu_bar_mobile {
    display: block;
  }
}

@media only screen and (width:1280px) {

  .desktop-home-menu li a,
  .desktop-main-menu li a {
    font-size: 12px !important;
  }

}

/* @media only screen and (max-width:1200px) {
        .desktop-main-menu {
          display: none;
        }
      } */

@media (max-width: 1024px) and (min-width: 320px) {
  .mbl-dropdown a {
    /* font-size: 18px !important; */
    text-align: left !important;
  }

  .dropdown-content {
    min-width: 200px;
    margin: 0px;
  }

}

/* side bar icon position */

#open-bar {
  position: absolute;
  top: 10px;
  right: 25px;
}



/*...................................................... NEW CSS(HARSHITH) ................................................*/
.casestudy-container {
  display: flex;
  justify-content: space-between;
}

.caseStudty-subContainer {
  width: 25%;
}

.img-description {
  text-align: center;
  margin: 2rem 0;
}

.caseplayer-benefits {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
}

.caseplayer-benefits li {
  padding: 2rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
}

.caseplayer-usecases {
  width: 70%;
  padding-left: 0;
  margin: auto;
}

.caseplayer-usecases li {
  padding: 1rem;
}

.benefits {
  display: flex;
}

.benefit-img {
  max-width: 50px;
  margin-right: 20px;
}

.benefit-desc {
  margin: auto 0;
}

.inline-ele {
  display: inline-block;
}

.first-container-slide-two {
  padding-bottom: 1rem;
  position: absolute;
  top: 20%;
  width: 40%;
}



.first-container-slide-one {
  padding-bottom: 1rem;
  border-bottom: 5px solid #F05E64;
  position: absolute;
  top: 20%;
  width: fit-content;
}

.highlighted-heading {
  color: #F05E64;
}



span .inline-element {
  display: inline;
}

.container-heading {
  text-align: center;
  margin: 2rem auto;
  width: 60%;
}

.bottom-line {
  height: 3px;
  background-color: #F05E64;
  width: 13%;
  margin: auto;
}

.img-macbook {
  width: 100%;
}

.center-text {
  margin: auto 0;
}

.third_section_caseplayer {
  background: transparent;
}