*{
    padding: 0;
    margin: 0;
    
}
.header{
    height: 90px;
    background-color: #122e44;
    position: fixed;
    opacity: 0.6;
    border-bottom: 3px solid #fff;
}
.banner{
    height: 150px;
    background-color: #122e44;
    height: 100vh;
    background-image: url("photos/webp/Sunbed1-b.webp");
    background-repeat: no-repeat;
    background-size: cover;
}
.side-photo1{
    background-image: url("photos/webp/Bedroom4.webp");
    height: 75vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.side-text1{
    height: 75vh;
   
}
.side-photo2{
    background-image: url("photos/webp/breakfast.webp");
    height: 75vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.side-text2{
    height: 75vh;
}
.side-photo3{
    background-image: url("photos/webp/Sunbed2.webp");
    height: 75vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.side-text4{
    height: 75vh;
}
.footer{
    background-color: #003656;
}
.side-text{
    font-size: 22px;
}
.padd{
    padding: 3.5em;
}
.title-text{
    padding-bottom: 0.5em;
    font-size: 3em;
}
.list{
    margin-left: 1.5em;
    color: #fff;
    float: left;
    font-size: 24px;
    display: inline;

}

.list2{
    margin-left: 1.5em;
    color: #fff;
    float: left;
    display: inline;
    font-size: 24px;

}
.ul-list{
    margin-top: 10px; float: right; padding: 2em; font-size: 18px;
}
.active{
    margin-left: 1.5em;
    color: #fff;
    float: left;
    border-bottom: 2px solid #fff;;
}
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #45a049;
  }
  
  .container {
    border-radius: 5px;
   
    padding: 20px;
  }

  li:hover{
      border-bottom: 1px solid #fff;
  }

  .pic {
    width: 8%;
    padding: 10px;
    background-color:#1e2134;
    margin-top: 25px;
}

.button{
    height: 25px;
    width: 25px;
    background: url("arrow.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    
}

.room1{
    background:url("photos/webp/Bedroom4.webp");
    height:40vh;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #fff;
}

.room2{
    background:url("photos/webp/LivingRoom4.webp");
    height:40vh;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #fff;
}

.room3{
    background:url("photos/webp/Kitchen1.webp");
    height:40vh;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #fff;
}

.sqr{
    background:url("eco25.jpg");
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
}
.nav-img{
    display: none;
}
.nav23{
    position: fixed; height: 100vh; background-color: #1e2134; display: none;
}
.cnt{
    width: 60%;
}
@media only screen and (max-width: 1000px) {
    .banner{
        background-image: url("photos/webp/Sunbed1-b-c.webp");
    }
}
@media only screen and (max-width: 900px) {
   .menu{
       display:none;
   }
  
    .nav-img{
        display:block;
    }

    .side-text1{
        height: auto;
        margin-bottom: 100px;
    }
    .side-text2{
        height: auto;
        margin-bottom: 100px;
    }
    .side-text3{
        height: auto;
        margin-bottom: 100px;
    }
  }

  a{
      text-decoration: none;
  }

  .arrow
{
  position: relative;
  bottom: -2rem;
  left: 50%;
  margin-left:-20px;
  width: 40px;
  height: 40px;

  /**
   * Dark Arrow Down
   */
  background-image: url('arrow-ban.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@media only screen and (max-width: 600px) {

    .cnt{
        width: 80%;
    }
}