html,body{
	overflow-x: hidden;
  width: 100%;
}
.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;
}
.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;
}
.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;
  }
}

.no-scroll {
  overflow: hidden !important;
}
.siteWrapper{
  background: #daf1eb;
  background: linear-gradient(0deg, #daf1eb 10%, #e0e0e0 100%);
}

.introBanner {
  padding: 5% 5px 5% 5px;
  font-family: 'Roboto';
}
.introSection{
  padding: 20px 0 60px 0;
  overflow: hidden;
  z-index: 1;
  padding: 30px 5px 60px 5px;
  font-family: 'Inter';
  color: #ffffff;
  position: relative;
}
.introSection::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  background:
    linear-gradient(
      rgb(218, 218, 218, 0.6),
      rgba(255, 255, 255, 0.6),
      rgb(218, 218, 218, 0.6)
    ),
    url("../images_index/introLines.webp");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.introTitle{
  color: #383f47;
  font-weight: 800 !important;
  font-family: 'Roboto';
}
.introImg{
  width: 90%;
  max-width: 300px;
}
.infoSection{
  position: relative;
  background-color: #fff;
}
.infoBanner {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 30px 5px;
  font-family: 'Inter';
  color: #fff;
}
.infoBanner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      rgba(50, 50, 50, 0.7),
      rgba(32, 32, 32, 0.7),
      rgba(50, 50, 50, 0.7)
    ),
    url("../images_index/introRentBG.webp");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.clouds{
  font-family: 'Roboto';
  font-size: 1.3em;
  font-weight: 300;
}

.cardHeader{
  font-family: 'Roboto';
}
.rentCard{
  box-shadow: 5px 5px 10px 2px #464d50;
  border-radius: 4px;
  background-color: #fff;
  font-family: 'Inter';
}
.img-mirror{
  max-width: 300px;
  width: 50% !important;
}
.rentTable{
  border:1px solid #e0e0e0;
  color:#212529;
}
.rentTable tr{
 border-bottom:1px solid #e0e0e0;
}
.rentTable td{
 padding:8px 10px
}

.img-mirror {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.rent-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.164);
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  background-color: #029999;
  color: #ffffff;
}

.rent-btn:hover {
  background-color: rgb(0, 133, 133);
  color: #ffffff;
}

.hero {
  display: flex;
  gap: 2rem;
}

.fadeRight {
  opacity: 0;
  transform: translateX(40px);
  will-change: opacity, transform;
}
.fadeLeft {
  opacity: 0;
  transform: translateX(-40px);
  will-change: opacity, transform;
}
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  will-change: opacity, transform;
}


.check-list {
  list-style: none;
  padding-left: 0;
}
.check-list li {
  position: relative;
  padding-left: 1.5rem;
  padding-top: 5px;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 1.3rem;
  height: 1.3rem;
  background-image: url("https://poseidonrobotics.gr/emails/check.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width:400px){
  .headerFocus{
    font-size: 1.2em !important;
  }
  .introTitle h1{
    font-size: 1.5rem;
  }
}