html,body{
	overflow-x: hidden;
  width: 100%;
  background: #E1E9F4;
  background: linear-gradient(0deg,#E4EAFA 20%, #b7c9ed 800%);
}

.aboutUsText{
    font-family: 'Inter', 'Roboto', sans-serif;
    background-position: top !important;
    font-size: 1.3rem;
    color: #f0f8ff;
    z-index: 2 !important;
    position: relative; 
}
.aboutUsTextWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('http://poseidonrobotics.gr/video_use_cases/aboutusCover.webp') center 80% no-repeat;
  background-size: cover;
}
  .aboutUsTextWrapper::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: linear-gradient(to bottom right, #002f4b, #3f4041);
  opacity: 0.85;
}

@media screen and (max-width:900px) {
  .aboutUsTextWrapper {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    min-height: auto;
  }
  .aboutUsText{
    font-size: 1rem;
  }
	.aboutUsText img{
		max-width:150px !important;
	}
}




.bottomReveal,
.reveal {
  position: relative;
  opacity: 0;
}
.bottomReveal.active,
.reveal.active {
  opacity: 1;
}
.active.fade-left {
  animation: 0.8s ease-in fade-left;
}
@keyframes fade-left {
  0% {
    transform: translateX(-240px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.active.fade-bottom {
  animation: 0.6s ease-in fade-bottom;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.footer1 {
	margin-top: 15px;
	margin-bottom: 10px;
	opacity: 0.8;
	width: 180px;
}
.footer {
	width: 200px;
	margin-top: 3px;
  opacity: 0.8;
}
.footstyle1 {
  font-weight: 700;
  font-size: 20px;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif !important;
  color: white;
}
@media screen and (max-width: 800px) {
  .navbar .navbar-brand img{
    width: 150px !important;
  }
}
.img-4{
  width: 80%;
  max-width: 550px;
}
.img-4-1{
  width: 80%;
  max-width: 400px !important;
}
@media screen and (max-width: 990px) {
  .navbar .navbar-brand img{
    max-width: 450px;
  }
}
.topScroll{
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border-radius: 100%;
  padding: 8px;
  opacity: 0.3;
  background-color: #eeeeee;
  cursor: pointer;
}
.topScroll:hover{
  background-color: #eeeeee;
  opacity: 0.8;
}

.grecaptcha-badge { 
  visibility: hidden !important;
}
.nav-item {
  position: relative;
}
@media screen and (min-width:1200px) {
  .nav-item::after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 97%;
  height: 2px;
  background-color: #3c4245;
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.2s;
  transform-origin: center;
}
.nav-item:hover::after {
  transform-origin: center;
  transform: scaleX(1);
}
}
.nav-link{
  font-family: 'Roboto', 'Inter', sans-serif;
  font-size: 1.1em !important;
}
@media screen and (min-width:550px) {
.dropdown-menu.dropdown-2col.show {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row;
  width: 500px;
  padding: 0.5rem;
}
.dropdown-2col li{
  width: 50%;
}
.dropdown-2col .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
  padding: 0.5rem;
  border: none;
  order: initial;
}
}
.menuRobots {
  max-height: 90px;
  max-width: 45px;
  flex-shrink: 0;
}