@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap");
@import url("https://use.typekit.net/nkq8fly.css");

@font-face {
  font-family: "tungstenw05-medium";
  src: url("/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff2")
      format("woff2"),
    url("/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body,
html {
  background-color: #fff;
  color: #000;
  font-family: myriad-pro, Arial;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  background-image: linear-gradient(
    to bottom,
    #010128,
    #211739,
    #40264a,
    #603659,
    #7f4867,
    #7f4867,
    #7f4867,
    #7f4867,
    #603659,
    #40264a,
    #211739,
    #010128
  );
  overflow-x: hidden;
}
a:focus {
  outline: 2px solid blue;
  outline-offset: -2px;
}
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}
.submenu-portion .h2-heading {
  margin: 0 0 10px;
  color: #000;
}
.menu .align-list > ul > li {
  margin-bottom: 0 !important;
}
.align-list > ul > li > a {
  font-weight: 400;
}
.m-0 {
  margin: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.mt-10,
.my-10 {
  margin-top: 10px !important;
}
.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}
.mt-20,
.my-20 {
  margin-top: 20px !important;
}
.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}
.mt-30,
.my-30 {
  margin-top: 30px !important;
}
.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}
.mt-40,
.my-40 {
  margin-top: 40px !important;
}
.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}
.mt-50,
.my-50 {
  margin-top: 50px !important;
}
.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}
.pt-100,
.py-100 {
  padding-top: 100px !important;
}
.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}
.pt-75,
.py-75 {
  padding-top: 75px !important;
}
.pb-75,
.py-75 {
  padding-bottom: 75px !important;
}
.pt50.pb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb15 {
  padding: 15px 0;
}
.open > .icon-bar11,
.open > .icon-bar31 {
  background-color: #061838 !important;
}
.menu ul li {
  margin-bottom: 10px !important;
}
/*--------------------------------------------------------------
# Fontweight
--------------------------------------------------------------*/
.fontweight300 {
  font-weight: 300 !important;
}
.fontweight400 {
  font-weight: 400 !important;
}
.fontweight600 {
  font-weight: 600 !important;
}
.fontweight900 {
  font-weight: 900 !important;
}
/*--------------------------------------------------------------
# Color CSS 
--------------------------------------------------------------*/
.color-white {
  color: #ffffff !important;
}
.color-black {
  color: #000000 !important;
}
.color-grey {
  color: #cccccc !important;
}
.color-sapphire-d {
  color: #061838 !important;
}
.color-sapphire-m {
  color: #0f9ffa !important;
}
.color-sapphire-l {
  color: #92d1ff !important;
}
.color-sapphire-lbg {
  color: #bee3ff !important;
}
.color-coral-d {
  color: #4c0519 !important;
}
.color-coral-m {
  color: #f16c51 !important;
}
.color-coral-l {
  color: #fbc2ba !important;
}
.color-coral-lbg {
  color: #fcddd6 !important;
}
.color-topaz-d {
  color: #2f1113 !important;
}
.color-topaz-m {
  color: #df9926 !important;
}
.color-topaz-l {
  color: #eac8a5 !important;
}
.color-topaz-lbg {
  color: #ece1ce !important;
}
.color-jade-d {
  color: #09321d !important;
}
.color-jade-m {
  color: #00b28f !important;
}
.color-jade-l {
  color: #a8d7cd !important;
}
.color-jade-lbg {
  color: #d8e7da !important;
}
.color-amethyst-d {
  color: #372261 !important;
}
.color-amethyst-m {
  color: #963596 !important;
}
.color-amethyst-l {
  color: #d0b5d5 !important;
}
.color-amethyst-lbg {
  color: #e6dbe6 !important;
}
.color-onyx-d {
  color: #3f3f3f !important;
}
.color-onyx-m {
  color: #7e7e7e !important;
}
.color-onyx-l {
  color: #b8b8b8 !important;
}
.color-onyx-lbg {
  color: #dadada !important;
}
/*--------------------------------------------------------------
# Background CSS 
--------------------------------------------------------------*/
.bg-white {
  background-color: #fff !important;
}
.bg-blue {
  background-color: #0f9ffa !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-egyptian-blue {
  background-color: #213f98 !important;
}
.bg-light-white {
  background-color: #f2f2f2 !important;
}
.bg-light-grey {
  background-color: #f8f8f8 !important;
}
.bg-darkblue {
  background-color: #372261 !important;
}
.bg-purple {
  background-color: #963596 !important;
}
.bg-green {
  background-color: #1995a4 !important;
}
.bg-cyan {
  background-color: #0f9ffa !important;
}
.bg-twittercyan {
  background-color: #4fb6dc !important;
}
.bg-orange {
  background-color: #df9926 !important;
}
.bg-sapphire-dark {
  background-color: #061838 !important;
}
.bg-sapphire-medium {
  background-color: #0f9ffa !important;
}
.bg-sapphire-light {
  background-color: #92d1ff !important;
}
.bg-sapphire-less-light {
  background-color: #bee3ff !important;
}
.bg-coral-dark {
  background-color: #4c0519 !important;
}
.bg-coral-medium {
  background-color: #f16c51 !important;
}
.bg-coral-light {
  background-color: #fbc2ba !important;
}
.bg-coral-less-light {
  background-color: #fcddd6 !important;
}
.bg-topaz-dark {
  background-color: #2f1113 !important;
}
.bg-topaz-medium {
  background-color: #df9926 !important;
}
.bg-topaz-light {
  background-color: #eac8a5 !important;
}
.bg-topaz-less-light {
  background-color: #ece1ce !important;
}
.bg-jade-dark {
  background-color: #09321d !important;
}
.bg-jade-medium {
  background-color: #00b28f !important;
}
.bg-jade-light {
  background-color: #a8d7cd !important;
}
.bg-jade-less-light {
  background-color: #d8e7da !important;
}
.bg-amethyst-dark {
  background-color: #372261 !important;
}
.bg-amethyst-medium {
  background-color: #963596 !important;
}
.bg-amethyst-light {
  background-color: #d0b5d5 !important;
}
.bg-amethyst-less-light {
  background-color: #e6dbe6 !important;
}
.bg-onyx-dark {
  background-color: #3f3f3f !important;
}
.bg-onyx-medium {
  background-color: #7e7e7e !important;
}
.bg-onyx-light {
  background-color: #b8b8b8 !important;
}
.bg-onyx-less-light {
  background-color: #dadada !important;
}
header {
  position: absolute;
  top: 35px;
  height: 35px;
  z-index: 9;
  left: 0;
  width: 100%;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.slider,
#hero_slider {
  height: 100vh;
  position: relative;
}
.repeated-css {
  width: 100%;
  height: 100vh;
}
.caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -40%) !important;
  -moz-transform: translate(0px, -40%) !important;
  -ms-transform: translate(0px, -40%) !important;
  -o-transform: translate(0px, -40%) !important;
  transform: translate(0px, -40%) !important;
  width: auto;
  color: #fff;
}
.hero-head {
  font-size: 86px;
  line-height: 0.8;
  margin: 0 0 10px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.hero-head p,
.hero-para p,
.hero-sub-para p {
  font-weight: 500;
  overflow: hidden;
  margin: 0;
  display: block;
  /* padding: 10px 0; */
}
.hero-sub-para p {
  padding-bottom: 10px;
}
section {
  position: relative;
}
.hero-para {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.4;
}
.hero-sub-para {
  font-size: 48px;
  line-height: 0.8;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-weight: 500;
}
.repeated-css:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.owl-item {
  overflow: hidden;
}
.slide-image {
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  width: auto !important;
  object-fit: cover;
}
.owl-theme .owl-controls {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  color: white;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots {
  bottom: 25px;
  position: absolute;
  width: 100%;
}
/* Dots CSS */
.owl-theme .owl-dots .owl-dot {
  cursor: pointer;
  height: 16px;
  margin: 0 16px;
  position: relative;
  width: 16px;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  box-shadow: 0 0 0 2px white inset;
  overflow: hidden;
  transition: background 0.3s ease 0s;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  height: 100%;
  left: 0;
  outline: medium none;
  position: absolute;
  text-indent: -999em;
  top: 0;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot.active span::after {
  height: 100%;
}
.owl-theme .owl-dots .owl-dot span::after {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 1px #fff;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transition: height 0.3s ease 0s;
  width: 100%;
  border-radius: 50%;
}
/* End */
.owl-prev,
.owl-next {
  background-repeat: no-repeat;
  width: 31px;
  height: 56px;
  text-indent: -9999px;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background-color: #fff;
}
.owl-next {
  right: 0;
}
.hero-video {
  object-fit: cover;
}
.scroll-container {
  width: 26px;
  height: 52px;
  border: 1px solid #fff;
  border-radius: 15px;
  position: absolute;
  margin: 0 auto;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 1;
}
.scroller {
  width: 16px;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 34px;
  animation: scroller 1500ms ease-out infinite;
}
@keyframes scroller {
  0% {
    bottom: 34px;
  }
  5% {
    top: 4px;
  }
  32% {
    bottom: 4px;
  }
  66% {
    top: 34px;
    bottom: 4px;
  }
  100% {
    top: 4px;
    bottom: 34px;
  }
}
.scroll-down-text {
  display: inline-block;
}
.scroll-down-text span {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}
.h2-head {
  font-size: 70px;
  line-height: 0.8;
  margin: 0 0 10px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.success-stories-slider.owl-carousel .owl-stage,
.resources-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

.success-stories-slider.owl-carousel .owl-stage .item,
.resources-carousel .owl-stage .item {
  height: 100%;
}
.resources-carousel .owl-item img {
  width: auto !important;
}

.success-stories-slider .owl-nav .owl-prev,
.success-stories-slider .owl-nav .owl-next {
  background-color: #000;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  transform: translateY(-150%) !important;
  top: 0 !important;
  transition: all 0.3s ease-in-out;
}
.success-stories-slider .owl-nav .owl-prev:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  left: 20px;
  bottom: 18px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.success-stories-slider .owl-nav .owl-prev:hover {
  background-color: #f8b195;
}
.success-stories-slider .owl-nav .owl-prev:hover:after {
  left: 15px;
}
.success-stories-slider .owl-nav .owl-next:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  right: 20px;
  bottom: 17px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.success-stories-slider .owl-nav .owl-next:hover {
  background-color: #f8b195;
}
.success-stories-slider .owl-nav .owl-next:hover:after {
  right: 15px;
}

.success-stories-slider .owl-nav .owl-prev {
  right: 150px;
}
.success-stories-slider .owl-nav .owl-next {
  right: 20px;
}

.success-stories-slider .owl-nav .owl-prev:hover:after {
  border: 2px solid #fff;
  border-bottom: 0;
  border-right: 0;
}

.success-stories-slider .owl-nav .owl-next:hover:after {
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
}
.success-stories-slider .owl-dots {
  bottom: -70px;
  position: absolute;
}
.item-slider-href {
  display: block;
  height: 100%;
  background-color: #efefef;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
}

.item-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.item-img-wrapper img {
  transform: scale(1.1);
  transition: all 1.5s ease;
}
.item-slider-href:hover .item-img-wrapper img,
.resources-href:hover .item-img-wrapper img {
  transform: scale(1);
}
.item-cnt-wrapper {
  padding: 15px 0px 30px;
  color: #000;
  position: relative;
}
.cta-link {
  color: #000;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 25px;
  text-decoration: none;
  overflow: hidden;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 18px;
}

.cta-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.cta-link:hover,
.cta-link:focus {
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.cta-link:hover:before {
  height: 1000%;
}
.cta-link-white {
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  border: 2px solid #fff;
  padding: 12px;
  text-transform: none;
}
.cta-link-white:before {
  background-color: #000;
}
.cta-link-white:hover,
.cta-link-white:focus {
  border: 2px solid #fff;
  color: #fff;
  background-color: #000;
}

.accordion-custom .accordion-item {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  position: relative;
  color: #fff;
}
.accordion-item:last-child {
  border-bottom: 0px;
}
.accordion-custom .accordion-item .accordion-button img {
  width: 40px;
}
.accordion-custom.accordion-flush > .accordion-item:last-child {
  margin: 0;
}
.accordion-header {
  margin: 0;
  color: #000;
  position: relative;
}
.accordion-custom .accordion-button {
  background: transparent;
  padding: 20px 0px 20px 60px;
  width: 100%;
  border: 0px;
  text-align: left;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 32px;
  line-height: 0.9;
  box-shadow: none;
}
.accordion-custom .accordion-button:after {
  content: "\f106";
  font-family: "FontAwesome";
  font-weight: 500;
  color: #000;
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-custom .accordion-button.collapsed:after {
  content: "\f107";
}
.accordion-custom .accordion-item:first-child .accordion-header {
  border-top: 0px;
}

.accordion-custom .accordion-body {
  margin: 0;
  padding: 0px 20px 20px 60px;
}

.accordion-custom .accordion-body p {
  color: #000;
  font-weight: 500;
  font-size: 20px;
}
.image-border {
  border-radius: 20px;
}
.blue-chip-images {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
  border-radius: 15px;
  background-color: #010753;
}

.blue-chip-images img {
  width: 100%;
  opacity: 0;
  display: none;
}

.blue-chip-images img.hideIt {
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
  transition-delay: 0.5s;
}

.blue-chip-images .activeslide-1 {
  opacity: 1;
  display: block;
}

.blue-chip-images img.showIt {
  display: block;
  opacity: 1;
  animation: animateimg 0.5s ease;
}

@keyframes animateimg {
  0% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0px);
  }
}

.grid-desc {
  font-size: 20px;
}
.cnt-wrap {
  margin-top: 20px;
}
#sec2 {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background-image: url("/content/dam/infosys-web/en/newsroom/events/2025/oracle-cloudworld/sec2-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec3 {
  height: 100vh;
}
.sec3,
.sec7 {
  position: relative;
  background-image: url("/content/dam/infosys-web/en/newsroom/events/2025/oracle-cloudworld/pastel-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec4 {
  position: relative;
  background-image: url("/content/dam/infosys-web/en/newsroom/events/2025/oracle-cloudworld/pastel-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#sec2 .vidyard-player-container {
  border-radius: 15px;
}
.small-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec3 {
  background-color: #f0f9ff !important;
}
.resources-href {
  display: block;
  height: 100%;
  outline: none;
  border-radius: 20px;
  background-color: #fff !important;
  padding: 15px;
}
.sec7-cnt-wrap {
  padding: 20px 0;
}
.sec7-cnt-wrap p {
  font-weight: 500;
}
.oracle-img1 {
  max-width: 200px;
}
.cobalt-img1 {
  max-width: 160px;
  object-fit: contain;
}
.banner-img-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: -60px;
}
#backgroundCanvas {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
  z-index: 0;
}
#starsCanvas {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
  z-index: 2;
  background-color: transparent;
}
#milkyWayCanvas {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  object-fit: contain;
  overflow: hidden;
  z-index: 1;
  filter: blur(0px);
}
canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: transparent;
}
/* Stars  */

#space,
.stars {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.stars {
  background-image: radial-gradient(
      2px 2px at 20px 30px,
      #eee,
      rgba(0, 0, 0, 0)
    ),
    radial-gradient(2px 2px at 40px 70px, #fff, rgba(0, 0, 0, 0)),
    radial-gradient(2px 2px at 50px 160px, #ddd, rgba(0, 0, 0, 0)),
    radial-gradient(2px 2px at 90px 40px, #fff, rgba(0, 0, 0, 0)),
    radial-gradient(2px 2px at 130px 80px, #fff, rgba(0, 0, 0, 0)),
    radial-gradient(2px 2px at 160px 120px, #ddd, rgba(0, 0, 0, 0));
  background-repeat: repeat;
  background-size: 200px 200px;
  animation: zoom 3s infinite;
  opacity: 0;
}

.stars:nth-child(1) {
  background-position: 50% 50%;
  animation-delay: 0s;
}
.stars:nth-child(2) {
  background-position: 20% 60%;
  animation-delay: 500ms;
}
.stars:nth-child(3) {
  background-position: -20% -30%;
  animation-delay: 1s;
}
.stars:nth-child(4) {
  background-position: 40% -80%;
  animation-delay: 1500ms;
}
.stars:nth-child(5) {
  background-position: -20% 30%;
  animation-delay: 2s;
}
.stars:nth-child(6) {
  background-position: 40% -80%;
  animation-delay: 2500ms;
}
.stars:nth-child(7) {
  background-position: -20% 30%;
  animation-delay: 3s;
}
.stars:nth-child(8) {
  background-position: -20% 30%;
  animation-delay: 3500ms;
}
.stars:nth-child(9) {
  background-position: 40% -80%;
  animation-delay: 4s;
}

@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0.5);
    animation-timing-function: ease-in;
  }
  85% {
    opacity: 1;
    transform: scale(2.8);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(3.5);
  }
}
.cards {
  width: 170%;
  position: relative;
  left: 100px;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 40px;
}
.card-item {
  flex: 0 0 auto;
  max-width: 300px;
  width: 100%;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 20px 30px;
  color: #fff;
  gap: 16px;
}
.glass-card {
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  background: #ad5389;
  background: -webkit-linear-gradient(to right, #3c1053, #ad5389);
  background: linear-gradient(to right, #3c1053, #ad5389);
}

.glass-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.glass-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}
.card-img-wrap {
  margin-bottom: 16px;
}
.card-img-wrap img {
  filter: invert(1);
}
.img-border {
  border: 1px solid #000;
}
.card-img.card-img-3 {
  max-width: 120px;
}
.h4-head {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 28px;
  margin-top: 0;
}
.key-takeaways-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.key-takeaways-list li:first-child {
  margin-top: 0;
}
.key-takeaways-list li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 20px 0;
}
.key-takeaways-list li img {
  width: 50px;
}
.key-takeaways-list p {
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 20px;
  margin: 0;
}

.key-takeaways-list li:last-child p {
  border: 0px;
}
.sec-img {
  border-radius: 20px;
}
.key-takeaways-list li:last-child {
  margin-bottom: 0;
}
.key-takeaways-list li:last-child p {
  padding-bottom: 0;
}
.d-flex {
  display: flex;
}
.sec2-para-wrap {
  align-self: center;
}
.sec8 {
  background-color: #7f4867 !important;
}
.sec8-cnt-wrap {
  display: flex;
}
/* FOOTER */
.skip-main-cnt,
.skip-footer {
  background: #df9926;
  height: auto;
  left: 0%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  color: #ffffff;
  z-index: 9999;
  outline: 0 !important;
}
.skip-main-cnt:focus,
.skip-footer:focus {
  transform: translateY(0%);
  color: #ffffff;
}
.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 18px;
  display: none;
  z-index: 1;
}
footer {
  position: relative;
  background: #f8f8f8;
  color: #333;
  border-top: 5px solid #d8d8d8;
}
ul.footer-txt > li:first-child {
  margin-top: 20px;
}
ul.footer-txt > li {
  margin-bottom: 10px;
}
ul.footer-txt > li > a {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
}
.ul.footer-txt > li > a:hover {
  text-decoration: none;
}
.ftr-head {
  color: #000000;
  font-size: 22px;
  font-weight: 900;
  margin-top: 0;
}
.country {
  position: relative;
  z-index: 1;
}
.up-arrow,
.down-arrow {
  position: relative;
  margin-left: 100px;
  z-index: -1;
}
.up-arrow:before,
.down-arrow:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #333;
  font-size: 18px;
  /*position: absolute;*/
  top: 2px;
  left: 0;
}
.up-arrow:before {
  content: "\f0d8";
}
.down-arrow:before {
  content: "\f0d7";
}
.select-country > a {
  border: 1px solid #7e7e7e;
  padding: 5px 15px;
  display: inline-block;
  color: #3f3f3f;
}
.select-country > a:hover,
.select-country > a:focus {
  color: #3f3f3f;
  text-decoration: none;
}
.option-country {
  display: none;
}
.open-country {
  display: block;
  position: relative;
}
.country-align {
  position: absolute;
  top: -238px;
  margin-bottom: 10px;
  background-color: #fff;
  color: #fff;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
}
.country-align > li > a {
  color: #7e7e7e;
  padding: 10px 15px;
  display: block;
}
.country-align > li > a:hover {
  background: #63b0ff;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .slider,
  #hero_slider,
  .repeated-css {
    height: 100vh;
  }
  .banner-img-wrap {
    bottom: -100px;
  }
}
@media only screen and (max-width: 992px) {
  .sec3 .accordion-img {
    margin-bottom: 50px;
  }
  .success-stories-slider.owl-carousel {
    left: 0;
    padding: 0 15px;
  }
  .oracle-img {
    right: 50px;
  }
  .cobalt-img {
    left: 30px;
  }
  .banner-img-wrap {
    bottom: -200px;
  }
  .mt-30-md,
  .my-30-md {
    margin-top: 30px !important;
  }
  .mb-30-md,
  .my-30-md {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-0-xs,
  .my-0-xs {
    margin-top: 0 !important;
  }
  .mb-0-xs,
  .my-0-xs {
    margin-bottom: 0 !important;
  }
  .mt-10-xs,
  .my-10-xs {
    margin-top: 10px !important;
  }
  .mb-10-xs,
  .my-10-xs {
    margin-bottom: 10px !important;
  }
  .mt-20-xs,
  .my-20-xs {
    margin-top: 20px !important;
  }
  .mb-20-xs,
  .my-20-xs {
    margin-bottom: 20px !important;
  }
  .mt-30-xs,
  .my-30-xs {
    margin-top: 30px !important;
  }
  .mb-30-xs,
  .my-30-xs {
    margin-bottom: 30px !important;
  }
  .mt-40-xs,
  .my-40-xs {
    margin-top: 40px !important;
  }
  .mb-40-xs,
  .my-40-xs {
    margin-bottom: 40px !important;
  }
  .mt-50-xs,
  .my-50-xs {
    margin-top: 50px !important;
  }
  .mb-50-xs,
  .my-50-xs {
    margin-bottom: 50px !important;
  }
  .mt-75-xs,
  .my-75-xs {
    margin-top: 75px !important;
  }
  .mb-75-xs,
  .my-75-xs {
    margin-bottom: 75px !important;
  }
  .mt-100-xs,
  .my-100-xs {
    margin-top: 100px !important;
  }
  .mb-100-xs,
  .my-100-xs {
    margin-bottom: 100px !important;
  }
  .pt-75-xs,
  .py-75-xs {
    padding-top: 75px !important;
  }
  .pb-75-xs,
  .py-75-xs {
    padding-bottom: 75px !important;
  }
  .pt-100-xs,
  .py-100-xs {
    padding-top: 100px !important;
  }
  .pb-100-xs,
  .py-100-xs {
    padding-bottom: 100px !important;
  }

  .slider,
  #hero_slider,
  .repeated-css {
    height: 100vh;
  }
  footer ul {
    margin-bottom: 10px;
  }
  .select-country > a {
    color: #7e7e7e;
  }
  .select-country > a:hover,
  .select-country > a:focus {
    color: #7e7e7e;
  }
  .pull-left-xs {
    float: left !important;
  }
  .grid-wrap {
    display: block;
  }
  .hero-head {
    font-size: 45px;
  }
  .banner-img-wrap {
    bottom: -120px;
  }
  .hero-para {
    font-size: 22px;
  }
  .hero-sub-para {
    font-size: 26px;
  }
  .d-flex {
    display: block;
  }
  .sec3 .accordion-img {
    margin-bottom: 30px;
  }
  .grid-item {
    margin-right: 0;
  }
  .h2-head {
    font-size: 40px;
  }
  .accordion-custom .accordion-button {
    font-size: 26px;
  }
  .grid-wrap {
    padding: 0 15px;
  }
  .success-stories-slider .owl-nav {
    top: 130px;
    position: relative;
  }
  .sec6 {
    padding-bottom: 150px !important;
  }
  .sec7 {
    padding-bottom: 150px !important;
  }
  .sec7 .success-stories-slider.owl-carousel {
    padding: 0;
  }
  .cobalt-img1 {
    max-width: 140px;
  }
  .oracle-img1 {
    max-width: 170px;
  }
  .sec3 {
    height: auto;
  }
  .cards {
    width: auto;
    position: relative;
    left: unset;
    display: block;
    padding: 0 15px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .caption {
    position: absolute;
    -webkit-transform: translate(0px, -50%) !important;
    -moz-transform: translate(0px, -50%) !important;
    -ms-transform: translate(0px, -50%) !important;
    -o-transform: translate(0px, -50%) !important;
    transform: translate(0px, -50%) !important;
    width: auto;
    color: #fff;
  }
  .card-item {
    max-width: 100%;
    display: flex;
    padding: 15px;
    flex-direction: row;
    align-items: flex-start;
  }
  .card-img-wrap {
    margin-bottom: 0px;
  }
  .card-img-wrap img {
    max-width: 30px;
  }

  .card-img.card-img-3 {
    max-width: 70px;
  }
  .grid-desc {
    font-size: 18px;
  }
}

@media only screen and (max-width: 680px) {
  .success-stories-slider .owl-nav .owl-prev {
    left: 90px;
    right: unset;
  }
  .success-stories-slider .owl-nav .owl-next {
    right: 100px;
  }
  .success-stories-slider .owl-nav .owl-prev:after {
    left: 18px;
    bottom: 15px;
  }
  .success-stories-slider .owl-nav .owl-next:after {
    right: 18px;
    bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}
