
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dynalight&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arizonia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap');

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  /*background: linear-gradient(to bottom, #00312c, #000000);*/
  /*color: white;*/
}

.area {
  text-align: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-sub-head{
  font-weight: bold;
  font-size: 24px;
}

.text-color-light-green{
  color: #059d85;
}
.mouseIcon {
  position: absolute;
  bottom: 3.208vw;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1.354vw;
}
.aiservices-banner {
    position: absolute;
    z-index: 1;
    color: #b4f8fe;
        font-size: 3.5vw;
    top: 25%;
    left: 0;
    display: inline-block;
    line-height: 1.2;
}
.pl-70{
      padding-left: 70px !important;
}
.sp-title{
    background: #2e9584;
    color: white;
    padding: 20px 30px 20px 70px;
    font-size: 1.5vw;
    font-weight: 500;
    display: inline-block;
        border-radius: 0 4px 4px 0;
}
@keyframes bouncebounce {
  0% {
    margin-bottom: 0;
    opacity: .2;
  }
  100% {
    margin-bottom: -20px;
    opacity: .8;
  }
}
.bounce{
  animation: bouncebounce 0.9s 1.5s infinite ease-out alternate;
}
.navbar-nav .dropdown-menu {
  box-shadow: -9px 13px 12px #00000066;
}
.dropdown-item.active{
  background-color: #000000;
}




.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}
.overlay-content {
  color: white;
  text-align: center;
}

.overlay-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: radial-gradient(circle, rgb(0 23 70 / 18%) 0%, rgb(0 0 0 / 73%) 100%);*/
  z-index: -1;
  backdrop-filter: blur(2px);
}
.btn-about {
  /*background-image: linear-gradient(45deg, black, #016656);*/
  border-radius: 0px;
  box-shadow: rgba(255, 255, 255, 0) 0px 1px 9px 0px;
  color: white;
  border: 1px solid #ffffff82;
  padding: 6px 24px;  transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
}
.btn-about-dark{
 background: #1a6756;
 border: 2px solid #83b9aa;
 color: white;
 padding: 6px 15px;  
}
.btn-about-dark:hover{
  background: #005a46;
  border: 2px solid #83b9aa;
  color: white;
}
.btn-about:hover{
  background: black;
  border: 1px solid #232323;
  transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
}
.navbar{
  border-bottom: 1px dashed rgb(128 128 128 / 10%);
  position: absolute;
  width: 100%;
  z-index: 1;
}
.nav-link.active{
  border-bottom: 2px solid #089f87;
}
.next-logo{
  width: 250px;
}
.content-area {
  background: white;
  color: black;
}
.media-p-5 {
  padding: 5rem;
}
.media-px-5{
  padding: 0 5rem;  
}
.div-heading{
  color: #1a6756;
}
.contact{
  border-radius: 8px;
  box-shadow: -11px 15px 22px #e1e1e1;
  padding: 2rem;
  border: 2px solid #f1f1f1;
}
.area-list {
  /*max-width: 300px;*/
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  line-height: 1.3;
}
span.icon-round {
  background-color: #1a6756;
  color: white;
  border-radius: 50%;
  padding: 8px 8px;
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.footer {
  text-align: center;
  background: #000000;
  color: lightgray;
  padding: 2rem;
  font-weight: 300;
}

.media-pt-5{
  padding-top: 3rem;
}


@media only screen and (max-width: 992px) {
  .media-px-5 {
    padding: 0 1rem;
  }
  .navbar-collapse {
   background: rgb(0 0 0 / 64%);
   padding: 20px;
 }
  .mx-75 {
    max-width: 90%!important;
  }
  .media-p-5 {
    padding: 1rem 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .sub-head{
    width: 100%!important;
        color: #006b61!important;
    padding: 0!important;
    background: none!important;
  }
  .offer-title{
    background-image: none!important;
    color: #63d7c5!important;
  }
  .area {
    /*height: 78vh;*/
  }
  .media-px-5 {
    padding: 0 1rem;
  }
  .eligible_Item {
    min-height: inherit!important;
  }
  .media-pt-5{
    padding-top: 1rem;
  }
  .offer-sub-title{
    width: 90%!important;
  }
  .synergyNext-offers{
    margin: 15px 0!important;
  }
  .box-inside-solutions sab{
    padding: 10px 12px 10px 12px!important;
  }
  .box-inside-solutions sab:after{
    content: none!important;
 }
}
body::-webkit-scrollbar {
  width: 10px;
  height: 7px;
}
body::-webkit-scrollbar-thumb {
  background: #00000085;
  border-radius: 20px;
}
body::-webkit-scrollbar-track {
  border-radius: 20px;
  background: transparent;
}
.contact-form-banner {
  background-color: #266856;
  color: white;
  padding: 65px 0 150px 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.contact-us-form{
  border-radius: 8px;
  box-shadow: 0px 14px 22px #00000017;
  padding: 2rem;
  position: relative;
  top: 170px;
  background: white;
}
.border-box-area{
  border: 2px solid #327b6778;
  border-radius: 16px 4px;
  box-shadow: 8px 7px 12px #00000017;
}
.background-offer{
  background: linear-gradient(45deg, black, transparent);
  background-color: #074450;
  color: white;
  padding: 26px;
}
.synergyNext-offers{
  padding: 2rem 2rem;
  margin: 3rem;
  border-bottom: 3px solid #00444b24;
  border: 1px solid #ffffff12;
  border-radius: 23px;
  background: #53616512;
}
.offer-title {
 font-size: 21px;
 font-weight: 600;
 background-image: linear-gradient(45deg, #ffffff, #5badc1);
 padding: 5px 15px;
 color: black;
 border-radius: 2px 5px;
 margin-bottom: 10px;
 display: inline-block;
}
.offer-sub-title {
  font-size: 18px;
  width: 70%;
  margin: auto;
}
.offer-img {
  border-radius: 19px;
}
.representative-section {
  background-color: #ffffff;
  background-image: url(../src/media/representative-bg.webp);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9% 0;
  position: relative;
}
.representative-section:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    305deg, #ffffff, #d9d9d9);
  width: 100%;
  height: 100%;
}
.f-size-60 {
  font-size: 2rem;
}
.sub-head{
  display: inline-block;
  width: 70%;
  font-weight: bold;
  color: #ffffff;
  background: linear-gradient(90deg, rgb(211 211 211 / 0%) 0%, rgb(46 146 128) 50%, rgb(208 208 208 / 0%) 100%);
  padding: 8px 8%;
  margin-bottom: 1rem;
}
.box-inside-solutions {
  width: 90%;
  margin: auto;
  backdrop-filter: blur(1px);
}
.box-inside-solutions sab{
  border: 1px solid #ffffff;
  background: linear-gradient(9deg, #dbdbdb, #ffffff87);
  font-size: 14px;
  display: inline-block;
  padding: 10px 12px 10px 12px;
  margin: 4px 2px;
  border-radius: 6px;
  color: #0b3043;
  font-weight: 500;
  box-shadow: 3px 6px 6px #dddddd;
  position: relative;
}
/*.box-inside-solutions sab:after{
    content: '';
    position: absolute;
    background: #217f6e;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    left: 10px;
    top: 38%;
}*/
.z-index{
  z-index: 1;
}
.other_Industries {
  padding: 5.729vw 0;
  background-color: #074450;
  background-image: url(../src/media/proud-Member-bg.webp);
  background-position: center;
  background-size: cover;
}
.eligible_Item .eligible_Items-ICon {
  width: 55px;
  height: 55px;
}

.eligible_Item .eligible_Items-ICon img{
  width: 22px;
  margin-right: 8px;
}
.eligible_Item {
  display: flex;
  gap: 0.521vw;
  margin-bottom: 1.302vw;
  background-color: #2b697a47;
  padding: 10px 10px 20px 10px;
  border-radius: 12px;
  min-height: 215px;
  margin-bottom: 15px;
  border-left: 2px solid #7c6f00;
}
.mx-75{
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}