* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px;
  overflow-x: hidden;
}
.wrapper {
  width: 100%;
}
.header {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: sticky;
  top: 0px;
  background-color: #fff;
  z-index: 1;
}
.nav ul {
  list-style-type: none;
}
.nav ul li {
  display: inline-block;
  padding: 20px 10px 20px 10px;
  font-family: Poppins, Arial, sans-serif;
}
.languages a {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s linear;
}
.nav ul li a {
  transition: 0.2s linear;
  text-decoration: none;
}
#active {
  color: #999;
}
#FR,
#ES {
  color: #000;
}
#FR:hover {
  color: #ec5333;
  text-decoration: none;
}
#ES:hover {
  color: #ec5333;
  text-decoration: none;
}
.nav ul li a:hover {
  color: red;
}
.nav ul li a {
  cursor: pointer;
}
.sub-header-image {
  width: 100%;
  height: auto;
}
.sub-header-image img {
  width: 100%;
  height: auto;
}
.form {
  position: absolute;
  top: 300px;
  left: 160px;
  width: 73%;
  height: auto;
  background-color: rgba(2, 2, 2, 0.7);
  color: white;
  margin: auto;
}
.form label {
  font-size: 13px;
  font-weight: 700;
}
.form form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.input-types {
  height: 40px;
  border: none;
  padding: 15px;
  width: 140px;
}
.calender,
.departure,
.adults,
.childrens,
.name,
.email {
  padding: 10px;
}
#first-button {
  width: 190px;
  position: absolute;
  top: 490px;
  left: 570px;
  border-radius: 5px;
  padding: 8px;
  background-color: #ec5333;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  transition: 0.2s linear;
}
#first-button:hover {
  color: #ec5333;
  background-color: #fff;
}

/* here a section is end!! */

.welcome {
  width: 100%;
  text-align: center;
}
.welcome h1 {
  color: #ed5434;
  font-size: 42px;
  text-transform: uppercase;
  margin-top: 60px;
  font-weight: 300;
}
.welcome h3 {
  color: #999;
  font-size: 24px;
  font-weight: 300;
}
.welcome p {
  color: #999;
  font-size: 18px;
  width: 800px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 50px;
  font-family: Arial, Helvetica, sans-serif;
}

/* here a section is end!! */

.rooms {
  padding: 80px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
}
.room-1 {
  width: 50%;
  padding: 20px;
  position: relative;
}
.caption-1 {
  position: absolute;
  left: 30px;
  bottom: 32px;
  color: #fff;
  font-size: 25px;
  width: 100%;
}
.caption-2 {
  position: absolute;
  left: 5px;
  bottom: 3px;
  color: #fff;
  font-size: 25px;
}
.caption-3 {
  position: absolute;
  left: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 23px;
  width: 100%;
}
.caption-4 {
  position: absolute;
  left: 230px;
  bottom: 5px;
  color: #fff;
  font-size: 26px;
  width: 100%;
}
.room-1 img {
  width: 100%;
  height: auto;
}
.rooms-second {
  width: 50%;
  display: inline-block;
  padding: 20px;
}
.rooms-second .room-2 {
  width: 100%;
  position: relative;
}
.rooms-second .room-2 img {
  width: 100%;
  height: auto;
}
.room-last {
  width: 50%;
  padding-top: 0px;
}
.room-3 {
  width: 50%;
  display: inline-flex;
  position: relative;
}
.room-4 {
  width: 50%;
}
.room-3 img {
  width: 100%;
}
.room-4 img {
  width: 100%;
}

/* here a section is end */
.single-room img {
  width: 90%;
  height: auto;
}
.paragraph-1 {
  width: 42.5vw;
}
.paragraph-1 h1 {
  font-size: 25px;
  font-weight: 300;
}
.paragraph-1 p {
  font-weight: 200;
  color: #999;
  padding-top: 10px;
  width: 400px;
  text-align: justify;
}
.paragraph-1 .icons {
  padding-top: 30px;
  padding-bottom: 25px;
}
.paragraph-1 .icons img {
  padding: 10px;
}
.paragraph-1 .button-2 {
  width: 100px;
  color: #ec5333;
  background-color: white;
  border: 2px solid #ec5333;
  height: 40px;
  border-radius: 3px;
}
.button-2 {
  transition: 0.4s linear;
}
.button-3 {
  transition: 0.4s linear;
}
.button-4 {
  transition: 0.4s linear;
}

.button-2:hover {
  color: #fff;
  background-color: #000;
  border: none;
}

/* a new part' styling starts */
.double-room {
  width: 42.5vw;
}
.double-room-1 img {
  width: 90%;
  height: auto;
}
.double-room h1 {
  font-size: 25px;
  font-weight: 300;
}
.double-room p {
  font-weight: 200;
  color: #999;
  padding-top: 10px;
  width: 400px;
  text-align: justify;
}
.double-room .icons-2 {
  padding-top: 30px;
  padding-bottom: 25px;
}
.double-room .icons-2 img {
  padding: 10px;
}
.button-3 {
  width: 100px;
  color: #ec5333;
  background-color: white;
  border: 2px solid #ec5333;
  height: 40px;
  border-radius: 3px;
}
.button-3:hover {
  color: #fff;
  background-color: #000;
  border: none;
}

/* a new part' styling starts */
.suit-room img {
  width: 90%;
}
.suit-room-content {
  width: 42.5vw;
}
.suit-room-content h1 {
  font-size: 25px;
  font-weight: 300;
}
.suit-room-content p {
  font-weight: 200;
  color: #999;
  padding-top: 10px;
  width: 400px;
  text-align: justify;
}
.button-4 {
  width: 100px;
  color: #ec5333;
  background-color: white;
  border: 2px solid #ec5333;
  height: 40px;
  border-radius: 3px;
}
.button-4:hover {
  color: #fff;
  background-color: #000;
  border: none;
}
.icons-3 {
  padding-top: 30px;
  padding-bottom: 25px;
}
.icons-3 img {
  padding: 10px;
}
.third-price {
  width: 100px;
  height: 120px;
  background-color: #ec5333;
  color: #fff;
  padding: 20px;
  position: relative;
  top: 175px;
  left: -100px;
}
.third-price h1 {
  font-size: 30px;
  font-weight: 300;
}
.third-price h3 {
  font-size: 16px;
  font-weight: 300;
}

/* a new part' styling starts */

.footer-image {
  width: 100%;
}
.footer-image img {
  width: 100%;
  margin-top: 70px;
}
.client {
  position: absolute;
  top: 2650px;
  left: 350px;
  width: 600px;
  text-align: center;
}
#client-say {
  margin: auto;
  color: #fff;
  font-size: 45px;
  font-weight: 300;
}
#client-para {
  margin: auto;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
}
.roberta {
  width: 50%;
  background-color: rgba(2, 2, 2, 0.7);
  border-radius: 3px;
  position: absolute;
  top: 2800px;
  left: 300px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
}
.intro {
  width: 20%;
}
.intro img {
  border-radius: 50%;
  width: 80px;
  margin-top: 40px;
  margin-left: 30px;
}
.intro-name {
  position: absolute;
  top: 60px;
  left: 130px;
  font-size: 15px;
}
.about {
  border-left: 3px solid gray;
  width: 80%;
  margin-left: 130px;
  height: auto;
  padding: 30px;
  margin-top: 0px;
}

/* a new part' styling start from below!! */
.pre-footer {
  background-color: #2d2d2d;
  position: relative;
  top: -5px;
  color: #fff;
  width: 100%;
}
.logo-footer {
  margin-left: 80px;
  margin-top: 10px;
}
.logo-footer img {
  padding-top: 30px;
}
.logo-footer #address {
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 14px;
  width: 200px;
  font-weight: 200;
}
#no {
  font-weight: 300;
  font-size: 14px;
}
.about-last {
  margin-top: 40px;
  font-size: 14px;
}
#one {
  color: #ec5333;
}
#one,
#two,
#three,
#four,
#five,
#six {
  padding-bottom: 5px;
  font-weight: 300;
}
#two:hover {
  color: #ed5434;
}
#three:hover {
  color: #ed5434;
}
#four:hover {
  color: #ed5434;
}
#five:hover {
  color: #ed5434;
}
#six:hover {
  color: #ed5434;
}
.languages-area {
  margin-top: 40px;
  font-size: 14px;
}
#lang-1 {
  color: #ec5333;
}
#lang-2:hover {
  color: #ed5434;
}
#lang-3:hover {
  color: #ed5434;
}
#lang-4:hover {
  color: #ed5434;
}
#lang-1,
#lang-2,
#lang-3,
#lang-4 {
  padding-bottom: 5px;
  font-weight: 300;
}
.mail {
  width: 200px;
  margin-top: 40px;
  margin-right: 160px;
  font-size: 14px;
}
#letter {
  color: #ec5333;
  padding-bottom: 10px;
}
#message {
  padding-bottom: 20px;
  width: 250px;
}
#mail-area {
  width: 250px;
  color: lightgrey;
  margin-bottom: 10px;
  line-height: 2.5em;
  font-size: 14px;
}
#button-last {
  width: 100px;
  border-radius: 3px;
  color: white;
  background-color: #ec5333;
  padding: 10px;
  border: none;
}
#button-last:hover {
  color: #ec5333;
  background-color: white;
}
.social-icons img {
  width: 40px;
  padding: 5px;
}
.social-icons {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.register-logo {
  width: 100%;
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 30px;
}

/* Responsiveness of web page starts from bellow!! 
Media Querries started from here*/
@media screen and (min-width: 320px) and (max-width: 375px) {
  .nav ul {
    list-style-type: none;
    display: none;
  }
  .calender,
  .departure,
  .adults,
  .childrens,
  .name,
  .email {
    padding: 2px;
  }
  .form {
    position: absolute;
    top: 60px;
    left: 6px;
    width: 97%;
    height: auto;
    background-color: rgba(2, 2, 2, 0.7);
    color: white;
    margin: auto;
  }
  .form label {
    font-size: 10px;
    font-weight: 700;
  }
  .input-types {
    height: 20px;
    border: none;
    padding: 0px;
    width: 44px;
  }
  #first-button {
    width: 85px;
    position: absolute;
    top: 138px;
    left: 150px;
    border-radius: 5px;
    padding: 6px;
    background-color: #ec5333;
    border: none;
    color: #fff;
    font-size: 8px;
    font-weight: 600;
    transition: 0.2s linear;
  }
  .welcome h1 {
    color: #ed5434;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 50px;
    font-weight: 300;
  }

  .welcome h3 {
    color: #999;
    font-size: 14px;
    font-weight: 300;
  }
  .welcome p {
    color: #999;
    font-size: 10px;
    width: 100%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 50px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .rooms {
    padding: 0px;
    display: contents;
    width: 100%;
    margin: auto;
  }
  .room-1 {
    width: 100%;
    padding: 20px;
    position: relative;
  }
  .rooms-second {
    width: 100%;
    display: inline-block;
    padding: 20px;
  }
  .caption-1 {
    position: absolute;
    left: 26px;
    bottom: 20px;
    color: #fff;
    font-size: 21px;
    width: 100%;
  }
  .caption-2 {
    position: absolute;
    left: 5px;
    bottom: 3px;
    color: #fff;
    font-size: 21px;
  }
  .caption-3 {
    position: absolute;
    left: 5px;
    top: 190px;
    color: #fff;
    font-size: 20px;
    width: 100%;
  }

  .caption-4 {
    position: absolute;
    left: 7px;
    bottom: 0px;
    color: #fff;
    font-size: 20px;
    width: 100%;
  }

  .room-3 {
    padding-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .paragraph-1 {
    margin-top: 20px;
}
  .paragraph-1 p {
    font-weight: 200;
    color: #999;
    padding-top: 10px;
    width: 90%;
    text-align: justify;
  }
  .paragraph-1 .icons {
    padding: 0px;
  }
  .double-room .icons-2 {
    padding: 0px;
  }
  .double-room {
    margin-bottom: 30px;
  }
  .double-room p {
    font-weight: 200;
    color: #999;
    padding-top: 10px;
    width: 90%;
    text-align: justify;
  }
  .suit-room-content p {
    font-weight: 200;
    color: #999;
    padding-top: 10px;
    width: 90%;
    text-align: justify;
  }
  .icons-3 {
    padding: 0px;
  }
  .suit-room-content {
    margin-top: 30px;
  }
  .footer-image {
    width: 100%;
    position: relative;
  }
  .client {
    position: absolute;
    top: 82px;
    left: 0px;
    width: 100%;
    text-align: center;
  }
  #client-say {
    margin: auto;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
  }
  #client-para {
    margin: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
  }
  .roberta {
    width: 90%;
    background-color: rgba(2, 2, 2, 0.7);
    border-radius: 3px;
    position: absolute;
    top: 122px;
    left: 19px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    height: 88px;
  }
  .intro-name {
    position: absolute;
    top: 30px;
    left: 58px;
    font-size: 15px;
  }
  .intro img {
    border-radius: 50%;
    width: 52px;
    margin-top: 16px;
    margin-left: 5px;
  }
  #intro-name {
    font-size: 11px;
  }
  .about {
    border-left: 3px solid gray;
    width: 80%;
    margin-left: 130px;
    height: auto;
    padding: 9px;
    margin-top: 0px;
  }
  .about p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 9px;
  }
  .intro {
    width: 0%;
  }
  .logo-footer {
    margin-left: 20px;
    margin-top: 10px;
  }
  .about-last {
    margin-top: 40px;
    margin-left: 20px;
  }
  .about-last h4 {
    font-size: 16px;
  }
  .languages-area {
    margin-top: 40px;
    margin-left: 20px;
  }
  .languages-area h4 {
    font-size: 16px;
  }
  .mail {
    margin-left: 20px;
    margin-top: 40px;
  }
  .mail h4 {
    font-size: 16px;
  }
  #mail-area {
    width: 175px;
    color: lightgrey;
    margin-bottom: 10px;
    line-height: 2.5em;
    font-size: 12px;
  }
  #button-last {
    width: 98px;
    border-radius: 3px;
    color: white;
    background-color: #ec5333;
    padding: 7px;
    border: none;
  }
}

@media screen and (min-width: 376px) and (max-width: 480px) {
  .nav ul {
    list-style-type: none;
    display: none;
  }
  .form label {
    font-size: 10px;
    font-weight: 700;
  }
  .input-types {
    height: 28px;
    border: none;
    padding: 13px;
    width: 73px;
  }
  .form {
    position: absolute;
    left: 63px;
    width: 73%;
    height: auto;
    background-color: rgba(2, 2, 2, 0.7);
    color: white;
    margin-top: -250px !important;
    margin: auto;
  }
  #first-button {
    width: 100px;
    position: absolute;
    top: 208px;
    left: 186px;
    border-radius: 5px;
    padding: 3px;
    background-color: #ec5333;
    border: none;
    color: #fff;
    font-size: 8px;
    font-weight: 600;
    transition: 0.2s linear;
  }
  .welcome {
    margin-top: -61px;
    width: 100%;
    text-align: center;
  }
  .welcome h1 {
    color: #ed5434;
    font-size: 21px;
    text-transform: uppercase;
    margin-top: 60px;
    font-weight: 300;
  }
  .welcome h3 {
    color: #999;
    font-size: 13px;
    font-weight: 300;
  }
  .welcome p {
    color: #999;
    font-size: 11px;
    width: 360px;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 50px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .rooms {
    display: flex;
    flex-direction: column;
    margin-top: -125px;
  }
  .room-1 {
    width: 100%;
    padding: 20px;
    position: relative;
  }
  .rooms-second {
    margin-top: -36px;
    width: 100%;
    display: inline-block;
    padding: 20px;
  }
  .caption-1 {
    position: absolute;
    left: 23px;
    bottom: 17px;
    color: #fff;
    font-size: 25px;
    width: 100%;
  }
  .caption-2 {
    position: absolute;
    left: 5px;
    bottom: 2px;
    color: #fff;
    font-size: 20px;
  }
  .caption-3 {
    position: absolute;
    left: 5px;
    bottom: -2px;
    color: #fff;
    font-size: 16px;
    width: 100%;
  }
  .caption-4 {
    position: absolute;
    left: 143px;
    bottom: -3px;
    color: #fff;
    font-size: 18px;
    width: 100%;
  }
  .content-2 {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  .single-room {
    width: 99.9vw;
    margin: 20px;
  }
  .paragraph-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    margin-top: 40px;
    margin-left: 20px;
  }
  .paragraph-1 p {
    font-weight: 200;
    color: #999;
    padding-top: -8px;
    width: 410px;
    text-align: justify;
  }
  .paragraph-1 .icons {
    padding-top: 0;
    padding-bottom: 0;
  }
  .content-3 {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .double-room {
    width: 99.9vw;
    margin: 20px;
  }
  .double-room-1 {
    width: 99.5vw;
    margin: 20px;
    margin-top: 40px;
  }
  .double-room .icons-2 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .second-price {
    width: 100px;
    height: 120px;
    background-color: #ec5333;
    color: #fff;
    padding: 20px;
    position: relative;
    top: 141px;
    left: 20px;
  }
  .content-4 {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  .suit-room {
    width: 99.9vw;
    margin: 20px;
  }
  .suit-room-content {
    width: 99.9vw;
    margin: 20px;
    margin-top: 40px;
  }
  .icons-3 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .third-price {
    width: 100px;
    height: 120px;
    background-color: #ec5333;
    color: #fff;
    padding: 20px;
    position: relative;
    top: -144px;
    left: 20px;
  }
  .client {
    position: relative;
    top: -196px;
    left: 34px;
    width: 413px;
    text-align: center;
  }
  #client-say {
    margin: auto;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
  }
  #client-para {
    margin: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
  }
  #client-para {
    margin: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
  }
  #client-para {
    margin: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
  }
  .roberta {
    width: 50%;
    background-color: rgba(2, 2, 2, 0.7);
    border-radius: 3px;
    position: relative;
    top: -193px;
    left: 116px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
  }
  .about p {
    font-size: 8px;
  }
  .roberta {
    width: 87%;
    background-color: rgba(2, 2, 2, 0.7);
    border-radius: 3px;
    position: relative;
    height: 100px;
    top: -196px;
    left: 31px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
  }
  .intro img {
    border-radius: 50%;
    width: 50px;
    margin-top: 20px;
    margin-left: 9px;
  }
  .about {
    border-left: 3px solid gray;
    width: 67%;
    margin-left: 106px;
    height: auto;
    padding: 30px;
    margin-top: 0px;
  }

  .intro-name {
    position: absolute;
    top: 23px;
    left: 66px;
    font-size: 5px;
  }
  .intro-name h4 {
    font-size: 17px;
  }
  .pre-footer {
    background-color: #2d2d2d;
    position: relative;
    top: -5px;
    color: #fff;
    width: 100%;
    margin-top: -142px;
  }
  .footer {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
  .logo-footer {
    margin-left: 20px;
    margin-top: 10px;
  }
  .about-last {
    margin-top: 40px;
    margin-left: 20px;
  }
  .languages-area {
    margin-top: 40px;
    font-size: 14px;
    margin-left: 20px;
  }
  .mail {
    width: 200px;
    margin-top: 40px;
    font-size: 14px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .nav ul {
    list-style-type: none;
    display: none;
  }
  .form {
    position: absolute;
    top: 51px;
    left: 24px;
    width: 91%;
    height: auto;
    background-color: rgba(2, 2, 2, 0.7);
    color: white;
    margin: auto;
  }
  #first-button {
    width: 190px;
    position: absolute;
    top: 239px;
    left: 306px;
    border-radius: 5px;
    padding: 8px;
    background-color: #ec5333;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    transition: 0.2s linear;
  }
  .about-last {
    margin-top: 40px;
    margin-left: 80px;
    font-size: 14px;
  }
  .room-3 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .caption-1 {
    position: absolute;
    left: 26px;
    bottom: 19px;
    color: #fff;
    font-size: 25px;
    width: 100%;
  }
  .caption-3 {
    position: absolute;
    left: 5px;
    bottom: 414px;
    color: #fff;
    font-size: 23px;
    width: 100%;
  }
  .caption-4 {
    position: relative;
    left: 10px;
    bottom: 37px;
    color: #fff;
    font-size: 26px;
    width: 100%;
  }

  .languages-area {
    margin-top: 40px;
    margin-left: 80px;
    font-size: 14px;
  }
  .mail {
    width: 200px;
    margin-top: 40px;
    margin-right: 160px;
    font-size: 14px;
    margin-left: 80px;
  }
  .client {
    position: absolute;
    top: 71px;
    left: 78px;
    width: 600px;
    text-align: center;
  }
  .welcome p {
    color: #999;
    font-size: 18px;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 50px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .roberta {
    width: 88%;
    background-color: rgba(2, 2, 2, 0.7);
    border-radius: 3px;
    position: absolute;
    top: 172px;
    left: 48px;
    color: #fff;
    display: flex;
    height: 159px;
    justify-content: flex-start;
  }
  .suit-room img {
    width: 100%;
  }
  .suit-room-content p {
    font-weight: 200;
    color: #999;
    padding-top: 10px;
    width: 500px;
    text-align: justify;
  }
  .single-room img {
    width: 100%;
    height: auto;
  }

  .double-room p {
    font-weight: 200;
    color: #999;
    padding-top: 10px;
    width: 500px;
    text-align: justify;
  }
  .double-room-1 img {
    width: 100%;
    height: auto;
  }
  .double-room-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .double-room p {
    font-weight: 200;
    color: #999;
    padding-top: 10px;
    width: 500px;
    text-align: justify;
  }
  .double-room-1 img {
    width: 100%;
    height: auto;
  }
  .footer-image {
    width: 100%;
    position: relative;
  }
  .rooms {
    display: flex;
    flex-direction: column;
    width: 100vw;
    margin: auto;
  }
  .room-1 {
    width: 100%;
    padding: 20px;
    position: relative;
  }
  .rooms-second {
    width: 100%;
    display: inline-block;
    padding: 20px;
  }
  .intro img {
    border-radius: 50%;
    width: 80px;
    margin-top: 35px;
    margin-left: 12px;
  }
  .intro-name {
    position: absolute;
    top: 43px;
    left: 94px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .form {
    position: relative;
    top: -307px;
    left: 8px;
    width: 60%;
  }
  #first-button {
    position: absolute;
    top: 399px;
    left: 424px;
  }
  .wrapper {
    width: 100%;
    margin-top: -131px;
  }
  .caption-1 {
    position: relative;
    left: 3px;
    bottom: 30px;
    color: #fff;
    font-size: 25px;
    width: 100%;
  }
  .caption-2 {
    position: relative;
    left: 2px;
    bottom: 34px;
    color: #fff;
    font-size: 25px;
  }

  .welcome h1 {
    font-size: 46px;
    margin-top: 14px;
  }
  .welcome h3 {
    font-size: 21px;
  }
  .room-3 {
    width: 50%;
    display: inline-flex;
    margin-top: -33px;
  }
  .welcome p {
    font-size: 18px;
    width: 713px;
    margin-top: 15px;
  }
  .caption-3 {
    position: absolute;
    left: 5px;
    bottom: -2px;
    color: #fff;
    font-size: 17px;
    width: 100%;
  }
  .caption-4 {
    position: absolute;
    left: 183px;
    bottom: 0px;
    color: #fff;
    font-size: 19px;
    width: 100%;
  }
  .content-2 {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .single-room {
    width: 50%;
    margin-left: 0px;
  }
  .paragraph-1 {
    width: 50%;
  }
  .paragraph-1 p {
    font-weight: 200;
    color: #999;
    padding-top: 10px;
    width: 350px;
    text-align: justify;
  }
  .double-room {
    width: 50%;
    margin-left: 0px;
  }
  .double-room p {
    font-weight: 200;
    color: #999;
    padding-top: 10px;
    width: 350px;
    text-align: justify;
  }
  .double-room-1 {
    width: 50%;
  }
  .content-3 {
    width: 100%;
    flex-direction: row;
  }
  .content-4 {
    width: 100%;
    flex-direction: row;
  }
  .suit-room {
    width: 50%;
    margin-top: 35px;
    margin-left: 0px;
  }
  .suit-room-content {
    width: 50%;
    margin-top: 22px;
  }
  .suit-room img {
    width: 100%;
  }
  .client {
    position: relative;
    top: -396px;
    left: 204px;
  }
  .intro-name {
    position: absolute;
    top: 60px;
    left: 115px;
    font-size: 15px;
  }
  #intro-name {
    font-size: 20px;
  }
  #client-say {
    font-size: 36px;
  }
  #client-para {
    font-size: 19px;
  }
  .roberta {
    position: relative;
    top: -340px;
    left: 220px;
    width: 568px;
    height: auto;
  }
  .pre-footer {
    margin-top: -307px;
  }
  .footer {
    display: flex;
    flex-direction: row;
    margin-left: 0px;
    justify-content: space-around;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .form {
    position: absolute;
    top: 134px;
    left: 150px;
    width: 73%;
    height: auto;
    background-color: rgba(2, 2, 2, 0.7);
    color: white;
    margin: auto;
  }
  .form .input-types {
    height: 31px;
    border: none;
    padding: 15px;
    width: 159px;
  }
  .form label {
    font-size: 17px;
    font-weight: 700;
  }
  #first-button {
    width: 157px;
    margin-left: -130px;
    margin-top: -98px;
    font-size: 16px;
  }
  .welcome h1 {
    font-size: 54px;
    margin-top: 14px;
  }
  .welcome h3 {
    font-size: 29px;
  }
  .welcome p {
    font-size: 21px;
    width: 100%;
    margin-top: 15px;
  }

  .caption-1 {
    position: absolute;
    left: 9px;
    bottom: 12px;
    color: #fff;
    font-size: 28px;
    width: 100%;
  }
  .room-1 {
    width: 100%;
    padding: 2px;
  }
  .rooms-second {
    width: 100%;
    padding: 10px;
    margin-top: -9px;
  }
  .room-last {
    margin-top: -6px;
  }
  .caption-3 {
    position: absolute;
    left: 3px;
    bottom: 1px;
    color: #fff;
    font-size: 23px;
    width: 100%;
  }
  .caption-4 {
    position: absolute;
    left: 190px;
    bottom: -1px;
    color: #fff;
    font-size: 23px;
    width: 100%;
  }

  .content-2 {
    display: flex;
    flex-direction: row;
  }
  .paragraph-1 {
    margin: 0px;
  }
  .single-room {
    margin: 0px;
  }
  .first-price {
    position: relative;
    top: 64px;
    left: -99px;
  }
  .content-3 {
    flex-direction: row;
  }
  .double-room {
    margin: 0px;
    margin-top: 90px;
  }
  .double-room-1 {
    margin-top: 90px;
  }
  .content-4 {
    flex-direction: row;
  }
  .suit-room {
    margin-top: 90px;
    margin-left: 0px;
    width: 50.5vw;
  }
  .suit-room-content {
    margin-top: 84px;
  }
  .footer-image {
    width: 100%;
    position: relative;
  }
  .client {
    position: absolute;
    top: 69px;
    left: 207px;
  }
  #client-say {
    font-size: 54px;
  }
  #client-para {
    font-size: 24px;
  }
  .intro img {
    width: 78px;
    margin-left: 10px;
  }
  .intro-name {
    position: absolute;
    top: 52px;
    left: 95px;
    font-size: 15px;
  }
  .roberta {
    position: absolute;
    top: 175px;
    left: 200px;
    height: auto;
    width: 643px;
  }

  .about p {
    font-size: 16px;
    width: 318px;
  }
  .pre-footer {
    margin-top: 0px;
  }

  .footer {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1201px) {
  .footer-image {
    width: 100%;
    position: relative;
  }
  .client {
    position: absolute;
    top: 86px;
    left: 400px;
    width: 600px;
    text-align: center;
  }
  .intro {
    width: 37%;
  }
  .roberta {
    width: 50%;
    background-color: rgba(2, 2, 2, 0.7);
    border-radius: 3px;
    position: absolute;
    top: 200px;
    left: 341px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
  }
}
