body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

button:focus {
  outline: none !important;
}

/* Navbar */

.header {
  background: #ffffff;
}

.navbar-page,
.navbar {
  padding: 0rem !important;
}

.navbar-page .navbar-nav li a i {
  color: #444444 !important;
}

.navbar-page .temperature {
  color: #444444;
}

.navbar-page .temperature:hover {
  color: #444444;
}

.navbar-page .btn-book-now {
  color: #ffffff;
  background-color: #444444;
}

.contact-info {
  margin-top: 120px;
}

/* End Navbar */

.section1 {
  position: relative;
  background: #eeeeee;
  padding: 80px 0px;
  margin: 0px 0px 100px 0px;
}

.section2 {
  position: relative;
  padding: 100px 0px;
}

.section3 {
  position: relative;
  padding: 100px 0px;
}

.bg-section2 {
  position: absolute;
  width: 70%;
  top: -1%;
  height: 100%;
  background: #eeeeee;
}

@media only screen and (max-width: 767.98px) {
  .section1 .container {
    max-width: 100% !important;
  }

  .section2 .container {
    max-width: 100% !important;
  }

  .section3 .container {
    max-width: 100% !important;
  }

  .bg-section2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: #eeeeee;
  }


  .section1 {
    position: relative;
    background: #eeeeee;
    padding: 160px 0px 100px 0px;
    margin: 0px 0px 0px 0px;
  }

  .section2 {
    position: relative;
    padding: 0px 0px 100px 0px;
  }

  .section3 {
    position: relative;
    padding: 0px 0px 100px 0px;
    background: #eeeeee;
  }
}

.box-1 {
  position: relative;
  top: -50px;
  width: max-content;
  height: max-content;
  padding: 50px 140px 50px 100px;
  background: #ffffff;
  z-index: 1;
}

.box-2 {
  position: relative;
  max-width: 600px;
  max-height: 500px;
  padding: 50px 90px 50px 90px;
  background: #eeeeee;
}

.first-section {
  top: 0px !important;
}

@media only screen and (max-width: 991.98px) {

  .box-1 {
    top: -30px !important;
    padding: 30px 90px 30px 70px;
  }

  .box-2 {
    max-width: auto !important;
    max-height: auto !important;
    padding: 30px 70px 30px 70px;
  }
}

@media only screen and (max-width: 767.98px) {
  .box-1 {
    top: 0px !important;
    background: transparent;
    padding: 0px;
  }

  .box-2 {
    max-width: 100%;
    padding: 30px 15px 30px 15px;
  }
}

.overlay {
  position: absolute;
  bottom: 0px !important;
  left: 0px !important;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.slider-title {
  position: relative;
  color: #777984;
  font-size: 34px;
  line-height: 40px;
  font-family: "Lora-Regular";
  z-index: 1;
}

.image-paragraph {
  color: #777984;
  max-width: 90%;
  position: relative;
  font-size: 16px;
  font-family: 'OpenSans-Regular';
  line-height: 30px;
}

@media only screen and (max-width: 960px) {

  .image-paragraph {
    max-width: 100%;
    font-size: 12px;
    line-height: 28px;
  }
}

.line-black {
  position: relative;
  background: #777984;
  height: 1.5px;
  width: 40px;
  margin: 30px 0px 20px -10px;
}

.line-white {
  position: relative;
  background: #ffffff;
  height: 1.5px;
  margin: 20px 0px 20px -10px;
  width: 40px;
}

@media only screen and (max-width: 991.98px) {
  .slider-title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 575.98px) {

  .line-white {
    margin: 10px 0px 10px -5px;
    width: 25px;
  }
}

@media only screen and (max-width: 476px) {

  .line-white {
    margin: 5px 0px 10px 0px;
    width: 20px;
  }
}

/* ==================== carousel ==================== */

.carousel-inner,
.carousel-item {
  width: 100% !important;
  max-height: 580px !important;
}

@media only screen and (max-width: 991.98px) {

  .carousel-inner,
  .carousel-item {
    height: 250px !important;
  }
}


@media only screen and (max-width: 767.98px) {

  .carousel-inner,
  .carousel-item {
    height: 400px !important;
  }
}

@media only screen and (max-width: 575.98px) {

  .carousel-inner,
  .carousel-item {
    height: 250px !important;
  }
}

.carousel-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: right;
}

.container-paragraph {
  padding-top: 20px;
}

.slider-text {
  position: relative;
  color: #777984;
  font-size: 16px;
  line-height: 30px;
  font-family: "OpenSans-Regular";
  margin: 20px 0px 20px 0px;
}

/* first section */

.section1-image {
  width: 100%;
  height: 100%;
  margin-top: 40px;
  object-fit: cover;
}

@media only screen and (max-width: 575.98px) {
  .section1-image {
    width: 100%;
    height: 30vh;
    margin-top: 0px;
  }
}

.last-section-image1 {
  position: relative;
  display: block;
  max-width: 70%;
  margin: auto;
  max-height: 60%;
  object-fit: contain;
}

.last-section-image2 {
  position: relative;
  max-width: 130%;
  margin-top: 220px;
  margin-left: -152px;
  object-fit: contain;
  z-index: -1;
}


@media only screen and (max-width: 991.98px) {
  .last-section-image1 {
    max-width: 70%;
    margin: auto;
    max-height: 60%;
  }

  .last-section-image2 {
    max-width: 150%;
    max-height: 100%;
    margin-top: 320px;
  }
}

@media only screen and (max-width: 767.98px) {
  .last-section-image1 {
    max-width: 100%;
    max-height: 100%;
    padding: 15px 15px;
  }

  .last-section-image2 {
    max-width: 100%;
    max-height: 100%;
    margin-top: 0px;
    left: 0px;
    margin: 0px;
    z-index: 1;
    padding: 0px 15px;
  }
}

.bottom-image {
  position: absolute;
  bottom: 0px;
  left: -50px;
  width: 40%;
  z-index: -1;
}

@media only screen and (max-width:767.98px) {
  .bottom-image {
    display: none;
  }
}