@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
}
p {
  text-align: justify;
}
.orange {
  color: #ef7f1a;
}
.gray {
  color: #727271;
}
.blue {
  color: #0070d2 !important;
}
.white {
  color: #fff !important;
}
.dark-gray {
  color: #5b5b5b !important;
}
.darker-grey {
  color: #565655 !important;
}
.bg-blue {
  background-color: #0070d2;
}
.bg-dark-blue {
  background-color: #2c68b1 !important;
}
.bg-orange {
  background-color: #ef7f1a !important;
}
.bg-darkorange {
  background-color: #ec7e16;
}
.dark-blue {
  color: #2c68b1 !important;
}
.font-weight-bolder {
  font-weight: 900;
}
.border-right {
  border-right: 4px solid #ef7f1a !important;
}

.fw-400 {
  font-weight: 400;
}

.nav-link {
  text-transform: capitalize;
  color: #5b5b5b !important;
  font-weight: 500;
}
.welome-heading {
  font-weight: 800;
}

/* .navbar-light .navbar-nav .nav-link:after {
  content: "";
  display: block;
} */
/* .navbar-light .navbar-nav .nav-link:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: #788a99;
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navbar-light .navbar-nav .nav-link:hover:after {
  width: 100%;
} */
.nav-link.active {
  color: #0070d2 !important;
  width: fit-content;
  border-bottom: 4px solid #0070d2; /*modified by gopi*/
}

.navbarDropdown.active {
  color: #0070d2 !important;
  width: fit-content;
  border-bottom: 4px solid #0070d2; /*modified by gopi*/
}

.nav-link{
  font-size: 18px !important;
  text-align: center;
}

.navbar {
  background-color: #ffffff00;
  padding-left: 3rem;
    padding-right: 4rem;
    align-items: center;
}
.no-border {
  border-right: none !important;
}
.btn-no-border {
  border: none !important;
}
.navbar-toggler {
  border: 1px solid #000;
}
/* .navbar-toggler-icon {
  background-image: url("images/icons/burger-menu.svg");
} */

.top-right {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #ef7f1a;
  padding: 0.9rem 1rem;
  display: none;
  z-index: 999;
}
.top-right i {
  color: #fff;
  font-size: 30px;
}
.top-left {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ef7f1a;
  padding: 1rem;
  display: none;
  z-index: 999;
}

@media (max-width: 984px){
  .top-left {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ef7f1a;
    padding: 0.5rem;
    display: none;
    z-index: 999;
  }
}
/* .banner {
    padding-top: 7.5rem;
  } */
.logo {
  width: 55%;
  padding-top: 1rem;
}

/************* float Nav ***************/

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  /* background-color: rgb(0, 0, 0); */
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  width: 40%;
  top: 10%;
  margin-top: 2rem;
  padding-left: 3.5rem;
  z-index: 12;
}

.overlay a,
.btn-link {
  padding: 8px;
  text-decoration: none;
  font-size: 22px;
  color: #000;
  display: block;
  transition: 0.3s;
  text-decoration: none;
  font-weight: 600;
}

.overlay a:hover,
.overlay a:focus,
.btn-link:hover,
.btn-link:focus {
  color: #0070d2;
  text-decoration: none;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/************* Logo Slider ***************/

@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: -180px;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.logos:after {
  right: -180px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.logo_items {
  display: inline-block;
  animation: 300s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  height: 85px;
  padding: 20px;
}

@media (max-width: 2560px){
  .client{
    background-color: #fff;
    margin-top: 25rem !important;
  }
}

@media (max-width: 2860px){
  .client{
    background-color: #fff;
    margin-top: 25rem !important;
  }
}

.client{
  background-color: #fff;
  margin-top: 8rem !important;
}
/**************************************/

.banner-heading {
  color: #0070d2;
  font-weight: 800;
}

.home-banner-sub-title {
  color: #ec7d16;
  font-weight: 600;
  font-family: 'sans-serif';
  top:0;
  z-index: 6;
  text-shadow: 3px 2px #00000000;
}

/************* Heading Animation **************/

.heading-title-main{
  font-size: 4rem !important;
}

.testSpan {
  /* animation: fadeIn 5s forwards; */
  opacity: 0;
  font-family: 'sans-serif';
  font-size: 2rem !important;
  animation: 0.75s ease-in-out forwards fadeIn;
  animation-delay: 0.5s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.testSpan {
  /* animation: fadeIn 5s forwards; */
  opacity: 0;
  font-family: 'sans-serif';
  font-size: 2rem !important;
  animation: 0.75s ease-in-out forwards fadeIn;
  animation-delay: 0.5s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* @keyframes move-text {
  0% {
    bottom: -0.2em;
    opacity: 1;
  }
  50% {
    bottom: 0.2em;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
} */
/***********************************************/

/************* Button animation ************/
.talk-btn {
  position: relative;
  padding: 0.5rem 2.8rem;
  border: 2px solid #0070d2;
  border-radius: 5px;
  transition: color 0.2s cubic-bezier(0.16, 0.08, 0.355, 1),
    background 0.2s cubic-bezier(0.16, 0.08, 0.355, 1);
  cursor: pointer;
  background-color: transparent;
  font-size: 13px;
  font-weight: 600;
}
.talk-btn:focus {
  outline: none;
}

.talk-btn span {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
}
.talk-btn svg {
  position: absolute;
  width: 1.5em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-out;
  will-change: right, opacity;
}

.talk-btn svg * {
  stroke-width: 5;
  stroke-opacity: transparent;
}
.talk-btn:hover svg {
  opacity: 1;
  right: -2rem;
}
.talk-btn:hover {
  background-color: #0070d2;
  border-color: #0070d2;
  color: #fff;
}

/*****************************************************/

.home-talk-btn {
  position: relative;
  padding: 0.5rem 2.8rem;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: color 0.2s cubic-bezier(0.16, 0.08, 0.355, 1),
    background 0.2s cubic-bezier(0.16, 0.08, 0.355, 1);
  cursor: pointer;
  background-color: #ec7e16;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  top: 1rem;
}

@media (max-width:560px){
  .home-talk-btn {
    position: relative;
    padding: 0.5rem 2.8rem;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: color 0.2s cubic-bezier(0.16, 0.08, 0.355, 1),
      background 0.2s cubic-bezier(0.16, 0.08, 0.355, 1);
    cursor: pointer;
    background-color: #ec7e16;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    top: 1rem;
    display: flex;
    margin: auto;
  }
}
.home-talk-btn:focus {
  outline: none;
}

.home-talk-btn span {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
}
.home-talk-btn svg {
  position: absolute;
  width: 1.5em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-out;
  will-change: right, opacity;
}

.home-talk-btn svg * {
  stroke-width: 5;
  stroke-opacity: transparent;
}
.home-talk-btn:hover svg {
  opacity: 1;
  right: -2rem;
}
.home-talk-btn:hover {
  background-color: #0070d2;
  border-color: #0070d2;
  color: #fff;
}
/*****************************************************/

.read-more {
  position: relative;
  padding: 0.5rem 2.8rem;
  border: 2px solid #fff;
  border-radius: 5px;
  transition: color 0.2s cubic-bezier(0.16, 0.08, 0.355, 1),
    background 0.2s cubic-bezier(0.16, 0.08, 0.355, 1);
  cursor: pointer;
  background-color: transparent;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.read-more:focus {
  outline: none;
}
.read-more span {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
}
.read-more svg {
  position: absolute;
  width: 1.5em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-out;
  will-change: right, opacity;
}

.read-more svg * {
  stroke-width: 5;
  stroke-opacity: transparent;
}
.read-more:hover svg {
  opacity: 1;
  right: -2rem;
}
.read-more:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0070d2;
}

/************************************************/

/*************** service and technology accordian ******************/
.services-accordion .accordion-item h5 {
  background-color: #72afe6;
  padding: 0.8rem 1.5rem;
  border-radius: 25px;
}
.technologis-accordion .accordion-item h5 {
  background-color: #f39440;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
}
.services-accordion .accordion-item .accordion-item-content ul,
.technologis-accordion .accordion-item .accordion-item-content ul {
  list-style-type: none;
  padding-left: 1.5rem;
}
.services-accordion .accordion-item .accordion-item-content ul li a,
.technologis-accordion .accordion-item .accordion-item-content ul li a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  line-height: 2rem;
}

/************************************************/

/*************** service anchor animation ******************/

.example_f {
  transition: all 0.4s;
}
.example_f span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}
.example_f span:after {
  content: "\2192";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -40px;
  transition: 0.5s;
  font-size: 20px;
  font-weight: 900;
}
.example_f:hover span {
  padding-left: 20px;
  font-weight: 600;
}
.example_f:hover span:after {
  opacity: 1;
  right: -35px;
}

/************************************************/

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #0070d2 !important;
  color: #fff !important;
  border-radius: 25px;
  font-size: 1.3rem !important;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin: auto;
  padding: 0.7rem 2rem;
}
.nav-pills .nav-link {
  color: #0070d2 !important;
  font-size: 1.3rem;
  font-weight: 600;
}

hr {
  border-top: 1px solid #fff;
}
.heading {
  font-weight: 800;
}

.tag-header{
  font-size: 100px !important;
}
.blue-read-more {
  background-color: transparent;
  padding: 5px 15px;
  border: 1px solid #0070d2;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

.home-technologies h5,
.main-services h5 {
  cursor: pointer;
}

.main-services h5:hover {
  color: #ec7e16 !important;
  font-weight: 700;
}

.sub-title{
  font-size: 22px !important;
}


@media(max-width: 425px){
  .heading-title-main{
    font-size: 1rem !important;
  }
}

@media(max-width: 768px){
  .heading-title-main{
    font-size: 2rem !important;
  }
}

@media(max-width: 1200px){
  .heading-title-main{
    font-size: 2rem !important;
  }
}

@media(max-width: 1440px){
  .heading-title-main{
    font-size: 2rem !important;
  }
}

@media(max-width: 1200px){
  .testSpan{
  font-size: 3rem !important;
  }
}

@media(max-width: 1440px){
  .testSpan{
  font-size: 2rem !important;
  }
}
/* .home-technologies h5 {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 2px 0;
  color: #0070d2;
  text-decoration: none;
}
.home-technologies h5:hover {
  color: #0070d2;
  text-decoration: none;
}
.home-technologies h5:before,
.home-technologies h5:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  bottom: -3px;
  background: #ef7f1a;
}
.home-technologies h5:before {
  left: 0;
}
.home-technologies h5:after {
  right: 0;
  background: #ef7f1a;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
} 

.home-technologies h5:hover:before {
  background: #ef7f1a;
  width: 85%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.technologies h5:hover:after {
  background: transparent;
  width: 50%;
  transition: 0s;
} */

.value .item p {
  font-weight: 500 !important;
  text-align: center !important;
  padding-left: 2rem;
}
.value .item span {
  font-weight: 500;
}
.value .item {
  padding-top: 2rem;
  padding-bottom: 2rem;
  align-items: center;
  justify-content: center;
  display: grid
;
}
/* .value .item h2 {  
  width: 130px;
  text-align: center;
  border-radius: 64px;
  background-color: #72afe6;
  color: #fff;
  height: 130px;  
  display: block;  
} */

/************** SWORD Animation **************/

.hovicon {
  border: 2px solid;
  padding-top: 20px !important;
  line-height: 90px;
  margin-left: 35px !important;
  cursor: pointer;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
  color: #fff;
}

@media (max-width:560px){ /* modified by gopi */
  .hovicon {
    border: 2px solid;
    padding-top: 20px !important;
    line-height: 90px;
    cursor: pointer;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
  }
  .hovicon-content{
    padding-top: 1rem !important;
    padding-left: 2rem  !important;
  }
}

@media (max-width:768px){ /* modified by gopi */
  .hovicon-content{
    padding-top: 1rem !important;
    padding-left: 2rem  !important;
  }
  .content-outcome{
    margin-left: 0.5rem;
  }
  .hovicon.effect-1{
    font-size: 3rem !important;
  }
}

.font-size li a{
  font-size: 0.9rem !important;
}


.content-empowerment, .content-sustainale, .content-outcome, .content-elentless, .content-integrity h2{

}


.font-size{
  margin-left: 11rem !important;
}

.hovicon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.hovicon:before {
  font-size: 42px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
/* Effect 1 */
.hovicon.effect-1 {
  background: #72afe6;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.sub-b{
  /* display: flex;
  justify-content: center; */
  padding-top: 0px;
  margin:auto;
}

.hovicon.effect-1:after {
  top: -5px;
  left: -7px;
  padding: 7px 7px 4px 7px;
  box-shadow: 0 0 0 4px #0070d2;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}

/* Effect 1b */
.hovicon.effect-1.sub-b:hover {
  background: #0070d2;
  color: #fff;
}
.hovicon.effect-1.sub-b:hover i {
  color: #fff;
}
.hovicon.effect-1.sub-b:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.hovicon.effect-1.sub-b:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/*********************************************/

.footer-menu {
  padding-left: 5px;
}
.footer-menu li {
  list-style-type: none;
}
.social-links {
  display: flex;
  /* align-items: baseline; */
}
.social-links a {
  display: inline-block;
  margin: 0 5px;
}
.social-links a img {
  height: 20px;
}
.follow-text {
  color: #5b5b5b;
  font-weight: 500;
}
.copy-right {
  color: #5b5b5b;
  font-weight: 500;
  padding: 0 5px;
  font-size: 13px !important;
}

.footer a,
.footer a:hover {
  color: #5b5b5b;
  text-decoration: none;
  font-weight: 500;
  padding: 0 5px;
}
.contact p {
  font-weight: 500;
}
y
/* Technology page */
.inside-page-heading {
  font-size: 3rem;
  font-weight: 800;
}



/*added by gopi */

.nav-title{
  font-size: 25px;
  font-family: 'sans-serif';
  font-weight: 700;
}


.hover-highlighter:hover{
  color: #0070d2 !important;
}

.example_f-nav {
  transition: all 0.4s;
  color: #000 !important;
}

.example_d-nav{
  transition: all 0.4s;
  color: #000 !important;
  width:  20% !important;
}

.example_d-nav span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.4s;
  font-size: 15px !important;
  font-weight: 500 !important;
  /* padding-left: 1rem !important; */
}

.example_f-nav span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.4s;
  font-size: 13px !important;
  font-weight: 500 !important;
  /* padding-left: 1rem !important; */
}
.example_f-nav span:after {
  content: "\2192";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -40px;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 700;
}
.example_f-nav:hover span {
  padding-left: 20px;
  font-weight: 600;
}
.example_f-nav:hover span:after {
  opacity: 1;
  right: -35px;
}

.service-dropdown{
  background-color:#ffffff00 !important;
  color: #000 !important;
  font-size: 13px !important;
  font-weight: 500;
  
}


.nav-icons{
  margin-top: -2rem;
}

.nav-main-menu{
  /* border-radius: 12px; */
  /* padding-top:4rem; */
  padding-bottom: 0;
}

.follow-span{
  color: #cccccc74;
  border-bottom: 5px black;
}

.nav-img-size{
  width: 100% \!important;
  display: flex;
  height: auto;
  justify-content: center !important;
}

.left-nav-content{
  padding: 0;
}

/* .nav-img-div{
  width: 14rem;
} */

.nav-menu-container{
  width: 100% !important;
}

.nav-content-size{
  width: 100%;
  border-radius: 0 0 12px 12px;
  padding: 10px;
  margin-top: -10px;
  font-family: 'Montserrat';
  height: auto;
  font-size: 13px;
}

.dropdown-menu:hover > .navbar-light .navbar-nav .nav-link{
  color: #0070d2;
}

.nav-content-size p{
  font-size: 13px;
  font-weight: 400;
  margin: auto;
}

@media (max-width: 768px){
  .alignment-manage{
    margin-right: 2rem;
  }
}

.welcom-heading-line-1{
  font-size: 40px !important;
}
.anchor-tag:hover{
  color: #ccc !important;
}

.mismatches{
  /* position: relative; */
  /* top: -5px !important; */
}

.position-replace{
  padding-left: 3rem;
}

.position-wisdom{
  padding-right: 1rem;
}

.contact-btn {
  position: relative;
  padding: 0.5rem 1.5rem;
  border: 2px solid #0070d2;
  border-radius: 5px;
  transition: color 0.2s cubic-bezier(0.16, 0.08, 0.355, 1),
    background 0.2s cubic-bezier(0.16, 0.08, 0.355, 1);
  cursor: pointer;
  background-color: transparent;
  font-size: 13px;
  font-weight: 600;
}
.contact-btn:focus {
  outline: none;
}

.contact-btn span {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
}
.contact-btn svg {
  position: absolute;
  width: 1.5em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-out;
  will-change: right, opacity;
}

.contact-btn svg * {
  stroke-width: 5;
  stroke-opacity: transparent;
}
.contact-btn:hover svg {
  opacity: 1;
  right: -2rem;
}
.contact-btn:hover {
  background-color: #0070d2;
  border-color: #0070d2;
  color: #fff;
}

.contact-btn:hover span{
  left: -1rem
}

.welcome-container-title{
  font-size: 14px !important;
}

.img-size{
  width: 35rem;
}


.nav-content-font-size{
  font-size: 10px;
}

.main-logo{
  width: 30rem;
}

.error-message{
  color: white;
  background-color: rgba(255, 0, 0, 0.381);
  padding: 0.5rem;
  border-radius: 8px;
  text-shadow: 2px 0 black;
}

.rotate-img {
  transform: rotateX(0deg) rotateY(183deg);
}

.footer-main-title{
  font-size: 23px !important;
  font-weight: 500 !important;
}

.bg-clip{
  width: 100%;
  height: auto;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.5;
}

*::-webkit-scrollbar {
  display: none;
}

.arrow-bg{
  position: fixed;
  bottom: 2 px;
  right: 20px;
  padding: 1px;
  border-radius: 50%;
  z-index: 999; 
  cursor: pointer;
  display: none;
}

.arrow-clip{
  width: 2px;
  height: 24px;
}

/* .arrow-div{
  bottom: 6rem;
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 2vh;
} */

.container-badge{
  width: 96% !important;
  margin:auto;
}

@media(max-width: 768px){
  .container-badge{
    width: 90% !important;
    margin:auto;
  }
}

@media(max-width: 768px){
  .arrow-bg{
    display: none;
    justify-content: end;
    height: auto;
    border-radius: 50%;
    width: 10%;
    padding: 50px;
    margin-right: -1rem;
  }
}

  @media(max-width: 425px){
    .arrow-bg{
      display: none;
      justify-content: end;
      height: auto;
      border-radius: 50%;
      width: 10%;
      padding: 50px;
      /* margin-top: -30px !important; */
      margin-left: 30rem;
    }
  }

  @media(min-width:768px){
    .arrow-clip{
      width: 30px !important;
      margin-top: -1rem;
    }
  }

 /* @media(max-width:768px){
  *{
    font-size: 2rem;
  }
 } */
  
  .arrow-clip{
    transform: rotateX(183deg) rotateY(0deg);
    justify-content: end;
    height: auto;
    border-radius: 50%;
    width: 40px;
  }
  
  .arrow-div{
    bottom: 3rem;
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 2vh;
  }

  @media(max-width: 768px) {
    .arrow-div{
      bottom: 6rem;
      z-index: 10;
      position: fixed;
      width: 100%;
      height: 2vh;
    }
  }

  @media(max-width: 425px) {
    .arrow-div{
      bottom: 7rem;
      z-index: 10;
      position: fixed;
      width: 50%;
      height: 1vh;
    }
    .arrow-clip{
      transform: rotateX(183deg) rotateY(0deg);
      justify-content: end;
      height: auto;
      border-radius: 50%;
      width: 10px !important;
    }
  }

  @media(max-width: 525px) {
    .arrow-clip{
      transform: rotateX(183deg) rotateY(0deg);
      justify-content: end;
      height: auto;
      border-radius: 50%;
      width: 25px !important;
    }
  }

@media(max-width: 576px) {
  .container-content{
      max-width:540px;
  }
}

@media(max-width: 576px) {
  .navbar{
    padding-left: 1rem;
    padding-right: 5rem !important;
  }
}

@media(max-width: 768px) {
  .testSpan{
    font-size: 2rem !important;
  }
}

@media(max-width: 768px) {
  .container-content {
      max-width: 920px !important;
  }
}

@media(max-width: 768px) {
  .content-title {
      width: 96% !important;
  }
}

@media(max-width: 425px) {
  .content-title {
      width: 56% !important;
  }
}

@media(max-width: 768px) {
  .navbar{
    padding-left: 6rem;
    padding-right: 4rem !important;
  }
}

@media(max-width: 768px) {
  .desktop-menu{
    display: none;
  }
}

@media(max-width: 425px) {
  .desktop-menu-nav{
    display: none;
  }
}


@media(max-width: 992px) {
  .navbar{
    padding-left: 6rem;
    padding-right: 6rem !important;
  }
}
@media(max-width: 992px) {
  .container-content {
      max-width:960px
  }
}

@media(max-width: 768px) {
  .testSpan{
    font-size: 1rem;
  }
}

@media(max-width: 992px) {
  .testSpan{
    font-size: 2rem !important;
  }
}

@media(max-width: 992px) {
  *{
    font-size: 1rem;
  }
}

@media(max-width:992px){
  .bg-clip{
    z-index: -7;
    display: none;
  }
}

.f-size{}

@media(max-width:1440px){
  .bg-clip{
    z-index: -10;
    /* display: none; */
    top: 0.5rem;
  }
}
@media(max-width:768px){
  .navbar-toggler {
    display: none;
  }
}

@media(max-width: 853px){
  .navbar-toggler {
    display: none;
  }
}

@media(max-width:992px){
  .bg-video{
    display: none ;
  }
}

@media(max-width:2480px){
  .bg-video{
    display: none ;
  }
}

@media(max-width: 768px) {
  *{
    font-size: 1rem !important;
  }
}

@media(max-width: 576px) {
  *{
    font-size: 0.9rem;
  }
}
.playfair-display{
  font-family: "Playfair Display", serif !important;
  font-optical-sizing: auto !important;
  font-weight:700 !important;
  font-style: normal !important;
}

.oswald{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.navbarDropdown{
  font-size: 40px !important;
}
.navbarDropdown:hover {
  color: #0070d2 !important;
  transition: transform 0.3s ease-out;
  animation: fade-in-bottom .6scubic-bezier(.39,.575,.565,1)
}

.navbarDropdown:hover::after{
  margin-left: 4px;
}

  @keyframes fade-in-bottom {
    0% {
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      transform: translateY(50px);
      opacity: 0;
      left: 0;
  }
  100% {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      left: 20;
  }
}

.nav-item-sidebar {
    display: flex;
    align-items: center;
    position: relative;
}

.subMenuItems {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 10%;
    display: flex;
    padding: 3px 70px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    height: auto;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-10px);
    justify-content: center;
}

.padding-left-service{
  padding-left: 7rem;
  top: -7rem;
}

.accordion-item-content-sideNav{
  padding-left: 0;
  margin-left: 0;
}

.p-left{
  padding-left: 2rem !important;
}

.padding-left-industry{
  padding-left: 5rem;
}

.padding-left-tech{
  top: -7rem;
  margin-left: -3rem;
}

.nav-item-sidebar:hover .subMenuItems {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.sub-text-animation {
  /* display: inline-block; */
  /* position: relative; */
}

.sub-text-animation::after {
  content: '';
  position: absolute;
  width: 70%;
  transform: scaleX(0);
  height: 40px;
  bottom: 10;
  left: 0;
  background-color: #0087ca;
  transition: transform 0.25s ease-out;
  z-index: 1;
}

.sub-text-animation:hover::after {
  transform: scaleX(1);
}

.sub-text-animation.center::after {
  transform-origin: bottom center;
}

.sub-text-animation.center:hover::after {
  transform-origin: bottom center;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
}

.hover-underline-animation.center::after {
  transform-origin: bottom center;
}

.hover-underline-animation.center:hover::after {
  transform-origin: bottom center;
}


.subMenuItem {
    margin-right: 20px;
    margin-top: -1rem;
}

.subMenuItem a {
  display: flex;
  color: #0070d2;
  justify-content: start;
    text-decoration: none;
    font-size: 20px !important;
    width: 100% !important;
    transition: color 0.4s ease, font-size 0.3s ease-in;
}

.subMenuItem a:hover {
  font-size: 22px;
  text-shadow: 0 16px 22px rgba(0, 0, 0, 0.175);
}

.heading-title{
  z-index: 1;
  margin-top: -22rem;
  position: absolute;
  display: flex;
  justify-content: end;
  width: 100%;
  opacity: 0.2;
  border-bottom: 2px #0070d2 !important;
}

.sunware-logo-navbar{
  width: 30rem;
  justify-content: end;
  align-items: end;
  text-align: end;
  display: flex;
  animation: fadeInUp 0.75s ease-out;
}

@media(max-width: 425px) {
  .sunware-logo-navbar {
    width: 20rem !important;
    justify-content: end;
    align-items: end;
    display: flex;
    animation: fadeInUp 0.75s ease-out;
  }
}

@media(max-width: 768px) {
  .sunware-logo-navbar {
    width: 20rem !important;
    justify-content: end;
    align-items: end;
    display: flex;
    animation: fadeInUp 0.75s ease-out;
  }
}

@media(max-width: 375px) {
  .sunware-logo-navbar{
    width: 20rem;
    justify-content: end;
    align-items: end;
    display: flex;
    animation: fadeInUp 0.75s ease-out;
  }
}

@media(max-width: 425px) {
  .heading-title{
    z-index: -10;
    margin-bottom: 9rem;
    margin-top: -2rem;
    position: absolute;
    justify-content: end;
    width: 70%;
    opacity: 0.2;
  }
}

@media(max-width: 375px) {
  .heading-title{
    z-index: -10;
    margin-bottom: 9rem;
    margin-top: -2rem;
    position: absolute;
    justify-content: end;
    width: 70%;
    opacity: 0.2;
  }
}

@media(max-width: 768px) {
  .heading-title{
    z-index: -10;
    margin-bottom: 9rem;
    margin-top: 1rem;
    position: absolute;
    justify-content: end;
    width: 70%;
    opacity: 0.2;
  }
}

@media(max-width: 1024px) {
  .heading-title{
    z-index: -10;
    margin-bottom: 9rem;
    margin-top: -1rem;
    position: absolute;
    justify-content: end;
    width: 100%;
    opacity: 0.2;
  }
}

@media(max-width: 1024px) {
  .sunware-logo-navbar{
    width: 20rem;
    justify-content: end;
    align-items: end;
    display: flex;
    animation: fadeInUp 0.75s ease-out;
  }
}

@media(max-width: 1064px){
  .heading-title{
    z-index: -10;
    margin-bottom: 9rem;
    margin-top: 1rem !important;
    position: absolute;
    justify-content: end;
    width: 100%;
    opacity: 0.2;
  }
  .title-3{
    font-size: 8rem;
    justify-content: end;
    align-items: end;
    text-align: end;
    display: flex;
    width: full;
    margin-top: -3.5rem;
  }
  .title-1{
    font-size: 6rem;
    justify-content: end;
    align-items: end;
    text-align: end;
    display: flex;
    width: full;
  }
  
  .title-2{
    font-size: 7rem;
    justify-content: end;
    align-items: end;
    text-align: end;
    display: flex;
    margin-top: -3.5rem;
  }
  
}
@media(max-width: 774px){
  .title-3{
    font-size: 5rem;
    justify-content: end;
    align-items: end;
    text-align: end;
    display: flex;
    width: full;
    margin-top: 3.5rem;
  }
  .title-1{
    font-size: 3rem;
    justify-content: end;
    align-items: end;
    text-align: end;
    display: flex;
    width: full;
  }
  
  .title-2{
    font-size: 4rem;
    justify-content: end;
    align-items: end;
    text-align: end;
    display: flex;
  }
  
}

/* @media(min-width:1800px){
  .container-content-industries{
    max-width: 1300px;
  }
} */

.navbarDropdown .active {
  color: #0070d2 !important;
  border-bottom: 4px solid #0070d2;
}

.contactus {
  color: #ef7f1a !important;
}

/*added by gopi*/

.accordion-item {
  /* padding-bottom: 0.5rem; */
  /* border-bottom: 1px solid #fff; */
  /* padding-top: 0.5rem; */
}
.accordion:hover .accordion-item:hover .accordion-item-content,
.accordion .accordion-item--default .accordion-item-content {
  height: 15rem;
}

.accordion-item-content,
.accordion:hover .accordion-item-content {
  height: 0;
  overflow: hidden;
  transition: height 0.25s;
}

.content-sideNav-subMenu{
  list-style-type: none !important;
  width: 20rem !important;
}

.technology-heading {
  color: #2c68b1;
  font-weight: 400;
}
/* About us Page */

.location-select {
  width: 200px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.hvw-100 {
  height: 55vw;
}
.jd {
  padding-left: 10px;
}
.jd-form .form-group {
  margin-bottom: 25px;
}

.content-title {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 40px;
  color: #fff;
  width: 70%;
}
.breadcrumb {
  background-color: transparent;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #fff;
}
.breadcrumb-item a {
  color: #fff;
}
.breadcrumb-item.active {
  font-weight: bold;
  color: #fff;
}
.steps {
  border-bottom: 5px solid #0070d2;
}
.footer-menu li {
  cursor: pointer;
}
.c-poinnter {
  cursor: pointer !important;
}

/* Contact Us Page */

.locate-us-btn {
  position: relative;
  padding: 0.5rem 2.8rem;
  border: 2px solid #0070d2;
  border-radius: 5px;
  cursor: pointer;
  /* background-color: transparent; */
  font-size: 13px;
  font-weight: 600;
  background: #fff url("images/ContactUs/Sunware_Contact_Us_Page_location.png")
    no-repeat;
  background-position: 20px 8px;
}
.locate-us-btn:focus {
  outline: none;
}

#strategy-and-transformation img,
#solution-engineering-development img,
#operational-and-human-capital-support img,
.technologies img,
#cloud-solution-expertise img,
#automation-efficiency img,
#data-science img,
#salesforce img,
#microsoft-technology img,
#odoo img,
#iot-inovation img,
#cybersecurity img,
#aiot-integration img,
#mobile-application-development img,
.industries img,
.advantage img,
.health-care-and-life-sciences img,
.banking-and-financial-services img,
.retail-and-e-commerce img,
.media-and-entertainment img,
.eradicating-unifying img,
.power-gas-fintech img,
.lab-brick img,
.classroom-to-code img,
.beyond-engineering img,
.empowering-our-communities img,
.product-engineering img,
.launch-career img,
.ai-usecases img,
.mitigating img,
.partner-with-us img,
.our-tailored-it-solution img,
.services img,
.tools-used img,
.impact img {
  border-radius: 8px;
}

@media (min-width: 1200px) {
  .mob-menu {
    display: none;
  }
  .mob-menu-nav{
    display: none;
  }
  .desktop-menu-nav{
    display: flex;
  }
  .navbar {
    align-items: center;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    /* padding: 0rem 1.5rem; */
    font-size: 22px;
    font-weight: 500;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #0070d2 !important;
    /* border-bottom: 4px solid #0070d2; */
    /* font-weight: 600; */
  }
  .navbar-light .navbar-nav .nav-link:hover .nav-link .active {
    color: #000000 !important;
    width: fit-content;
    border-bottom: none;
  }
  .dropdown-menu a {
    color: #727271;
    text-decoration: none;
  }
  .dropdown-menu li:first-child{
    /* padding-top: 0.5rem; */ /*modified by gopi*/
  }
  a.dropdown-item {
    font-size: 14px;
    transition: all 0.3s;
    padding: 0.5rem 1rem !important;
    white-space: normal;
    width: 100%;
  }

  .nav-menu-dropdown{
    position: relative;
  }
  .dropdown-item.active, .dropdown-item:active {
    background-color: transparent !important;
    color: #727271;
  }
  a.dropdown-item:hover {
    text-decoration: none !important;
  }
  .navbar-nav li:hover >
   ul.dropdown-menu {  /*modified by gopi*/
    opacity: 1;
    display: flex;
    justify-content: center;
    position: fixed;
    margin-left: 15rem;
    border-radius: 12px;
    margin-top: 1px;
    width: 65% !important;
  }

  @media (max-width: 2040px){
    .navbar-nav li:hover >
    ul.dropdown-menu {  /*modified by gopi*/
     opacity: 1;
     display: flex;
     justify-content: center;
     position: fixed;
     margin-left: 15rem !important;
     /* padding: 0.2rem; */
     border-radius: 12px;
     margin-top: 2px;
     width: 65% !important;
   }
  }

  @media (max-width: 2560px){
    .navbar-nav li:hover >
    ul.dropdown-menu {  /*modified by gopi*/
     opacity: 1;
     display: flex;
     justify-content: center;
     position: fixed;
     margin-left: 25rem;
     border-radius: 12px;
     margin-top: 2px;
     width: 65% !important;
   }
  }

  .set-border{
    border-left: 1px solid #0070d2;
  }

  .title-underline{
    border-bottom: 3px solid #0070d2;
  }
  
  .dropdown-menu a.dropdown-item:hover {
    background-color: #0070d2 !important;
    color: #fff !important;
    border-radius: 5px;
  }
  
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 70%;
    top: 89px;
    z-index: 1000;
    /* display: none; */
    opacity: 0;
    float: left;
    min-width: 860px;
    margin: 0 auto;
    text-align: center;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: none;
    border-radius: 4px;
    animation: fadeInUp 0.3s ease-out;
    padding: 0;
  }

  @keyframes fadeInUp {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .nav1 {
    margin-bottom: 1rem;
  }
  /* .banner,
  .banner-inner {
    padding-top: 7.5rem;
  } */
  h1 .banner-heading {
    font-size: 3rem !important;
    line-height: 4.8rem;
  }

  .banner-heading-tagline{
    font-size: 4rem !important;
  }

  .content__container {
    /* top: 30px; */
    /* font-weight: 600; */
    overflow: hidden;
    height: 20px;
    padding: 0 40px;
  }

  .img-adjustment{
    margin-bottom: -0.2rem;
  }

  .img-join-adjustment{
    margin-bottom: -0.9rem;
  }

  .f-size{
    font-size: 30px;
    padding: 10px;
  }

  @media(max-width:465px){
    .f-size{
      font-size: px !important;
      padding: 5px;
    }
  }
  
  .content__container__list {
    margin-top: 0;
    padding-left: 160px;
    text-align: left;
    list-style: none;
    list-style-type:none !important;
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: infinite;
  }

  .content__container__list__item{
    text-decoration: none;
  }

  .home-banner-heading {
    height: 365;
  }
  .welome-heading {
    font-size: 4rem;
  }
  .welcme-message {
    font-size: 18px;
  }
  .heading {
    font-size: 4rem;
  }
  .main-services {
    min-height: 290px;
  }
  .services-content {
    min-height: 110px;
  }
  .services-accordion,
  .technologis-accordion {
    width: 100% /*modified by gopi*/
  }
  .tech-content {
    max-width: 100%;
  }
  .value .item h2 {
    font-size: 4.5rem;
    margin: auto;
    text-align: center;
    padding-top: 7px;
  }
  .footer-services p {
    font-size: 1rem;
    font-weight: 800;
    padding-bottom: 0.5rem;
  }
  .footer-services h6 {
    font-size: 0.9rem;
    font-weight: 600;
    padding-bottom: 0.2rem;
  }
  ul.footer-menu li {
    font-size: 14px;
    line-height: 1.8rem;
  }
  .footer a {
    font-size: 13px;
  }
  .copy-right {
    font-size: 13px;
  }
  .footer {
    display: flex;
    justify-content: end;
  }
  .contact p {
    font-size: 13px;
  }

  /* .social-links {
    justify-content: end;
  } */
  .technology-heading {
    font-size: 3rem;
  }
  .about-us-heading {
    font-size: 3rem;
    font-weight: 800;
  }
  .arrow {
    font-size: 25px;
    cursor: pointer;
  }
  .jd-heading {
    font-size: 1.87rem;
  }
  .jd li {
    font-size: 1.1rem;
    margin-bottom: 1.25rem;
  }
  /* .content-title {
    max-width: 900px;
    padding-left: 10rem;
  } */
  /* .inner-banner-heading {
    font-size: 3.5rem;
  } */
  .inner-para {
    font-size: 1.2rem;
  }
  /* .banner img {
    width: 85% !important;
  } */
  .footer-head {
    padding-left: 5rem;
  }
  .footer-bottom {
    padding-left: 5rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1600px) {
  .navbar-nav li:hover > ul.dropdown-menu {
    /* padding-left: 19rem; */
    /* padding-right: 9rem; */
    /* padding-right: 18rem; */
  }
}
@media (min-width: 1850px) {
  .navbar-nav li:hover > ul.dropdown-menu {
    /* padding-left: 26rem; */
    /* padding-right: 15.5rem; */
    /* padding-right: 25rem; */
  }
}

/************** tablet ***************/
@media (min-width: 768px) and (max-width: 1199px) {
  .desktop-menu-nav {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .desktop-menu {
    display: none;
  }
}

@media (min-width: 425px) and (max-width: 768px) {
  .desktop-menu-nav {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .mob-menu-nav {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .desktop-menu-nav {
    display: none;
  }
}

@media (min-width: 1200px) {
  .desktop-menu-nav {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .mob-menu-nav .navbar-nav  {
    flex-direction: column !important;
  }
}


/************** mobile ***************/
@media (max-width: 575px) {
  .desktop-menu {
    display: none;
  }
  .logo {
    width: 40%;
  }
  .banner img,
  .join-our-team img {
    padding-top: 2.5rem;
  }
  .navbar-brand {
    display: contents;
  }
  .inner-banner-heading {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .banner-inner img {
    height: 20vh;
  }
  /* .content nav{
    display: none;
  } */
  .breadcrumb-item a,
  .breadcrumb-item.active {
    font-size: 0.75rem;
  }
  .hovicon {
    font-size: 3rem !important;
    padding-top: 35px;
    /* margin-left: 120px; */
  }
  .value .item:last-child h2 {
    margin-left: 120px;
  }
  .overlay-content {
    padding-left: 0;
  }
  .mob-order-last {
    order: 2;
  }
  .home-technologies img,
  .technologies img,
  .advantage img,
  #strategy-and-transformation img,
  #solution-engineering-development img,
  #operational-and-human-capital-support img,
  .health-care-and-life-sciences img,
  .banking-and-financial-services img,
  .retail-and-e-commerce img,
  .media-and-entertainment img,
  .product-engineering img,
  .launch-career img,
  .beyond-engineering img,
  .empowering-our-communities img,
  #cloud-solution-expertise img,
  #automation-efficiency img,
  #data-science img,
  #salesforce img,
  #microsoft-technology img,
  #odoo img,
  #iot-inovation img,
  #cybersecurity img,
  #aiot-integration img,
  #mobile-application-development img {
    padding-bottom: 2.5rem;
  }
  .services .col-md-4,
  .industries .col-md-3,
  .eradicating-unifying .col-md-6:first-child,
  .power-gas-fintech .col-md-6:first-child,
  .lab-brick .col-md-6:first-child,
  .classroom-to-code .col-md-6:first-child,
  .locate-us .col-md-3 {
    padding-bottom: 2.5rem;
  }
  .technology-heading {
    padding-bottom: 0.5rem;
  }
}

.eradicating-unifying{
  background-color: #fff;
}

.img-div{
  width: 30rem;
  height: auto;
}

.fun-works{
  width: 100%;
}

.fun-monents {
  overflow-x: scroll;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.fun-monents:before,
.fun-monents:after {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}

.moment-div {
  display: inline-block;
}

/* .fun-monents:hover .moment-div {
  animation-play-state: paused;
} */

.moment-div img {
  height: 20rem;
  padding: 20px;
}

.showimg {
  display: flex;
}

.partners-img-neo4j {
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  width: 90%;
}

.partners-img-aws {
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  width:90%;
  margin-right: 2rem;
}

.partners-img-aws img {
  /* margin-right: 2rem; */
}

.partners-img-aws:hover {
  border: 1px solid #0070d2;
  border-radius: 10px !important;
}
.partners-img-neo4j:hover {
  border: 1px solid #0070d2;
  border-radius: 10px !important;
}

.partners-img-btn {
  border: none;
}

.partners-bg {
  margin: auto;
  padding: 4rem;
  border-radius: 6px;
}

.underline-right {
  border-right: 1px solid black
}

.partners-title {
  font-weight: 800;
}

.partners-toggle {
  transition: transform 0.5s;
  width: 150px;
}

.partners-img-neo4j:hover .partners-toggle {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.2);
}

.partners-img-aws:hover .partners-toggle {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.2);
}

@media (max-width: 575px) {
  .partners-img-aws:hover {
    transform: none !important;
    transition: none !important;
  }

  .partners-img-aws:hover {
    border: 1px solid #0070d2;
    border-radius: 1px !important;
  }

  .partners-img-neo4j:hover {
    transform: none !important;
    transition: none !important;
  }

  .partners-img-neo4j:hover {
    border: 1px solid #0070d2;
    border-radius: 1px !important;
  }

  .partners-img-aws:hover .partners-toggle {
    transform: none !important;
    transition: none !important;
  }
  .partners-img-neo4j:hover .partners-toggle {
    transform: none !important;
    transition: none !important;
  }

  .partners-img-aws {
    border: 1px solid #0070d2;
    border-radius: 8px !important;
    width: 6rem;
    margin-bottom: 3rem;
  }

  .partners-img-aws img {
    width: 6rem;
  }

  .partners-img-neo4j {
    border: 1px solid #0070d2;
    border-radius: 8px !important;
    width: 6rem;
    margin-bottom: 3rem;
    height: 4rem;
  }

  .image-scroll-wrapper img {
    height: 100px !important;
    width: 150px !important;
    object-fit: fill;
    border-radius: 5px;
    flex-shrink: 0;
  }
}

@media (max-width: 768px) {
  .partners-img-aws:hover {
    transform: none !important;
    transition: none !important;
  }

  .partners-img-aws:hover {
    border: 1px solid #0070d2;
    border-radius: 1px !important;
  }

  .partners-img-neo4j:hover {
    transform: none !important;
    transition: none !important;
  }

  .partners-img-neo4j:hover {
    border: 1px solid #0070d2;
    border-radius: 1px !important;
  }

  .partners-img-aws:hover .partners-toggle {
    transform: none !important;
    transition: none !important;
  }
  .partners-img-neo4j:hover .partners-toggle {
    transform: none !important;
    transition: none !important;
  }

  .partners-img-aws {
    border: 1px solid #0070d2;
    border-radius: 8px !important;
    width: 6rem;
    margin-bottom: 3rem;
  }

  .partners-img-aws img {
    width: 6rem;
  }

  .partners-img-neo4j {
    border: 1px solid #0070d2;
    border-radius: 8px !important;
    width: 6rem;
    margin-bottom: 3rem;
    height: 4rem;
  }
}

.partners-img:hover {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin: 0;
  padding: 10px !important;
}

.fun-scroll-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

.fun-monents {
  display: flex;
  gap: 16px;
  padding: 10px 0;
}

.moment-div {
  flex: 0 0 auto;
  width: auto;
  transition: transform 0.3s ease-in-out;
  position: relative;
}

.moment-div:hover {
  transform: scale(1.15);
}

.fun-scroll-wrapper::-webkit-scrollbar {
  height: 8px;
}

.fun-scroll-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.fun-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.fun-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.image-scroller-container {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  margin: auto;
}

.scroll-btn {
  background-color: #33333300;
  color: orange;
  border: none;
  font-size: 24px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
  user-select: none;
}

.image-scroll-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 10px;
  padding: 10px;
  background-color: white;
  border-radius: 8px;
  scrollbar-width: none;
}

.image-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.image-scroll-wrapper img {
  height: 400px;
  width: 600px;
  object-fit: fill;
  border-radius: 5px;
  flex-shrink: 0;
}
