@import url("https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Hand+Pre:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
}

section {
  margin-bottom: 60px;
}

/* body{
  font-family: "Edu NSW ACT Hand Pre", cursive;
  font-optical-sizing: auto;
} */

header {
  position: fixed;
  width: 100%;
  margin: 0px, 10px;
  position: absolute;
  z-index: 9;
  background-color: hsla(181, 50%, 28%, 0.382);
}

.post {
  position: absolute;
  color: #fff;
  font-weight: 400;
  font-size: 100px;
  top: 80%;
  left: 20%;

}

.grid {
  display: grid;
  grid-template-columns: 1fr 8fr 1.5fr;
  font-size: 20px;
  color: #fff;
  /* margin:10px; */
  padding: 30px;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.logo img {
  height: 10%;
  width: 100%;
  cursor: pointer;
}

.hamburger {
  display: none;
}

aside nav ul {
  display: none;
}

.mark i {
  display: none;
}

section {
  margin-bottom: 60px;
}

.vdos {
  position: relative;
}

.box {
  padding: 80px;
}

.ic_txt {
  display: flex;
  gap: 10px;
}

.ic_txt h2 {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 2px;
  font-size: 14px;
  font-family: "HelveticaNowDisplay-Light" !important;
}

.ic_txt i {
  font-size: 48px;
}

.menu .lists {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 20rem;
  list-style: none;
  display: flex;
  gap: 70px;
}

.menu_button {
  background-color: none;
  border: none;
}

.menu_button:hover {
  background-color: cadetblue;
}

.icon {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown button {

  color: #fff;
  /* font-size: 20px; */
}

/* .dropdown button:hover{
  background-color: #fff;
  color:#131212;

} */

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: min-content;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #080d4356;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}

.dropdown-menu li {
  padding: 15px;
}

.book-now-btn {
  background-color: #263246;
  /* Matches the greyish-blue background */
  color: white;
  border: 1px solid white;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  position: relative;
}

.book-now-btn::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid white;
  pointer-events: none;
}

.book-now-btn:hover {
  background-color: #8f99a7;
  /* Slightly darker on hover */
}

a {
  text-decoration: none;
  color: #fff;
}

/* .carousel-item img {
  margin-left: 30%;
} */

.carousel-item p {
  font-size: 20px;
  font-weight: 200;
  font-family: cursive;
  color: #fff;
  text-align: center;
}

.all_icon {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}


.text_container {
  position: absolute;
  display: flex;
  justify-content: space-between;
}

.header-text {
  position: absolute;
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  text-align: center;
  transform: translateY(-5rem);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.header-text h1 {
  font-weight: 400;
  font-size: 1.75rem;
  text-transform: uppercase;
  line-height: 1;
}

header-text span {
  display: block;
  font-weight: 900;
  font-size: 6rem;
}

.description {
  font-size: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0;
  top: 60%;
  margin: auto;
  color: white;
}

.description h1 {
  font-size: 40px;
}

.description h4 {
  font-size: 30px;
}

.g-btn {
  color: #FFF;
  margin-bottom: 20px;
  display: flex;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.hover:hover {
  background-color: #fff;
  color: #111;
}

.g-btn button {
  padding: 15px 35px;
  background-color: transparent;
  border: 2px solid #fff;
  font-size: 20px;
  font-weight: 200;
}

.rel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e5f3ff;
  background-repeat: no-repeat;
  object-fit: cover;
  padding: 60px;
  /* background-image: url("assets/images/mal.jpg"); */
}

/* .rel img {
  position: relative;
  top: 30%;

} */

.texs h2 {
  /* position: absolute;
  top: 0%; */
  margin: 30px 0px;
  padding: 10px;
  text-align: center;
  /* font-family: "Dancing Script", cursive; */
  font-size: 50px;
}

.rel h3 {
  padding: 20px 0px;
  font-size: 80px;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
}

.images img {
  background: transparent;
  /* background-image: url(assets/images/reserve,jpg.jpg); */
  /* padding:100%; */
  /* filter: blur(8px); */
  /* -webkit-filter: blur(2px); */
  position: relative;
  height: 100%;
  width: 100%;
}

.pos {
  position: absolute;
  top: 120%;
  left: 13%;
}



.pos h2,
.pos h1,
.hrs {
  width: 100%;
  margin-bottom: 20px;
}

.hrs {
  width: 100%;
  color: #fff;
}

.pos h2 {
  color: #fff;
  font-size: 25px;
}

.pos h1 {
  color: #fff;
  font-size: 70px;
}

.btn:hover {
  color: #fff;
  background-color: #315779;
}

.imag img {
  height: 800px;
  width: 50%;
}

.grid-con {
  display: flex;
  gap: 30px;
  padding: 10px;
}

.image2 {
  display: grid;
  margin: 0px;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.text_con h2 {
  font-size: 40px;
  color: #04132b;
}

.text_con h2,
.text_con p {
  text-align: center;
  gap: 30px;
  margin: 0px 0px;
}

.imgs_con img {
  height: 800px;
  width: 100%;
  padding: 20px;
}

.imgs1_con img {
  height: auto;
  width: 100%;
}

.imag1 img {
  width: 50%;
}

.empty1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 0px;
}

.card-body {
  background-color: #e5f3ff;
  color: #03193a;

}

.card-body:hover {
  background-color: #b7d1e8;
  border: 10px solid #f0f0f0;
  fill: #8cbccd;
}

.card-body:hover svg {
  border: 10px solid #fff;
  background-color: #fff;
}

.card-body1 {
  background-color: #e5f3ff;
  color: #03193a;

  fill: #8cbccd;
}

.card-body1:hover {

  fill: #8cbccd;
}

.card-body1:hover svg {
  background-color: #fff;
}

.svg1 {
  background-color: #fff;
}

.card-body img {
  padding: 10px;
  height: 100px;
  width: 100px;
}

.card-body {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 20px;
  flex-direction: column;
}

.card-body1 {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 20px;
  margin: 30px;
  padding: 20px;
  flex-direction: column;
}

.card1 {
  background-color: #b7d1e8;
}

.texts_con h2,
.texts_con h1 {
  text-align: center;
  margin-bottom: 70px;
}

/* .buttons {
  margin-left: 400px;
} */
.form-label {
  /* margin-bottom: .5rem; */
  color: #111;
}

.form-check {
  display: block;
  margin-right: 850px;
  color: black;
}

.grid_img img {
  position: absolute;
  z-index: 7;
  height: auto;
  width: 100%;
}

.grid_text:hover {
  position: absolute;
  z-index: 9;
}

.images_div {
  display: grid;
  margin-top: 20px;
  padding: 10px;
  justify-content: space-evenly;
  grid-template-columns: 1fr 1fr;
}

.border {
  border: 50px solid #080000;
  margin-top: 20px;
  padding: 30px;
}

.container h2,
.container h3 {
  padding: 30px;
  color: #315779;
}

.container h2 {
  font-size: 40px;
  font-weight: 300px;
}

.tables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 5px;
  margin-left: 10px;
}

.tables td,
.tables i {
  padding: 5px;
}

.card-text {
  font-size: 24px;
}

.nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px 0px;
  list-style-type: georgian;
}

.imags_text {
  padding: 30px;
}

.imags_text h2 {
  font-size: 30px;
}

.imags_text h1 {
  font-size: 20px;
}

.benefits {
  margin: 0px 10px;
}

.buttons1 {
  width: 100%;
  margin-left: 20px;
}

.imags1 img {
  height: auto;
  width: 100%;
}

.btn1 {
  width: 100%;
}

.para {
  font-size: 20px;
}

.texts_con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.texts_con p {
  font-size: 20px;
}

.benefits {
  color: #111;
}

footer {
  position: relative;
  top: 90px;
  margin: 5px;
  padding: 10px;
  background-color: #011533;
  color: #fff;
}

.main_footer hr {
  color: #19a73548;
}

.main_footer {
  /* margin-top: 170px; */
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
  margin-bottom: 30px;
}

.stay .form {
  margin-bottom: 10px;
}

.down {
  display: flex;
  justify-content: space-between;
}

.loc_lang {
  display: flex;
  gap: 20px;
}

.location {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.lang {
  border-left: 2px solid grey;
  padding-left: 20px;
  margin-right: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.term {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}

.term h4 {
  border-right: 2px solid white;
  padding-right: 20px;
}

.list li {
  list-style: none;
  padding: 10px;
  margin: auto;
  box-sizing: border-box;
}

.text {
  padding: 10px;
}

.form input {
  display: block;
  /* margin:10px; */
  padding: 10px;
  width: 250px;
}

.form button {
  margin-top: 20px;
}

.stay {
  margin-top: 20px;
}

.stay h3 {
  margin-bottom: 30px;
}

.icon {
  margin-bottom: 30px;
}

.form {
  display: flex;
}

.foot_icons {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}

.foot_icons i:hover {
  cursor: pointer;
  color: lightblue;
}

.foot_icons fa-instagram fa-facebook fa-twitter fa-pinterest {
  gap: 10px;
}

.hr {
  display: none;
}

.text,
.form,
.checkbbox {
  display: block;
}

.fa-plus {
  display: none;
}

.see {
  padding: 30px;
}

hr {
  display: none;
  margin: 40px 20px;
}

.contact {
  margin-top: 20px;
}

.list {
  margin-top: 20px;
}

.support {
  margin-top: 20px;
}

.company {
  margin-top: 20px;
}

.logo_footer img {
  margin: 30px;
  width: 70%;
}

/* blog */
.grid-con {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.pos1 {
  top: 500px;
  font-size: 90px;
  font-weight: 800px;
}

/* reserve */
.loc {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-us,
.contact-us1 {
  display: none;
  padding: 20px;
}

section {
  padding: 0px 0;
}

.fot {
  display: none;
}

.fots {
  position: relative;
  top: 90px;
}

.img_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.img_grid img {
  height: auto;
  width: 100%;
}

.grid-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tables td,
.tables i {
  padding: 5px;
  color: black;
}

.container {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 100px 40px;
  box-sizing: border-box;
}

.bottom-left button {
  padding: 10px 15px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-content p,
.hero-content h1 {
  font-size: 20px;
  padding: 10px;
  text-align: center;
}

.overlay {
  padding: 30px 10px;
  color: rgb(3, 3, 67);
  background-color: rgb(197, 227, 233);
}

.hero-content button {
  background-color: #e5f3ff;
  padding: 10px;
  border: none;
}

.top {
  position: absolute;
  margin-bottom: 30px;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.rel {
  position: relative;
}

.back_image h2 {
  color: #052634;
  font-size: 30px;
  padding-top: 50px;
  margin: 0px 80px;

}

.parallax {
  /* The image used */

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

button a:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 820px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    margin: 10px;
    font-size: 20px;
    color: #fff;
    padding: 20px;
  }

  .logo img {
    height: auto;
  }

  .menu ul {
    display: none;
  }

  .icon button {
    left: 5px;
  }

  .bt {
    margin-bottom: 40px;
  }

  .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #080d4356;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
  }

  .none {
    display: none;
  }

  .lists1 a {
    text-decoration: none;

    color: #fff;
  }

  .hor hr {
    display: block;
    margin: 10px;
    color: #fff;
  }

  .menu {
    display: none;
  }

  .menu li {
    list-style: none;
    padding: 10px;
    font-size: 12px;
    margin: 5px;
  }

  .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-left: 80%;
    font-size: 30px;
  }

  aside nav ul {
    display: block;
  }

  aside {
    background-color: #011533;
    color: #ffffff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 300px;
    transform: translateX(-300px);
    transition: all 0.5s ease-in;
    z-index: 9;
  }

  .lists1 li {
    list-style: none;
    padding: 10px;
    margin-bottom: 50px;
  }

  li {
    list-style: none;
    padding: 10px;
    font-size: 16px;

    /* margin-bottom: 50px; */
  }

  .icon i {
    display: none;
  }

  .mark i {
    display: block;
    font-size: 20px;
  }

  .mark {
    background-color: transparent;
    position: absolute;
    color: #fff;
    top: 10px;
    right: 10px;
  }

  .rel img {
    height: auto;
    width: 50%;
  }

  .container h2 {
    font-size: 20px;
    font-weight: 400;
  }

  .grid-con {
    display: grid;
    grid-template-columns: 1fr;
  }

  .imgs1_con img {
    height: auto;
    width: 100%;

  }

  .imags img {
    height: auto;
    width: 80%;
  }

  .images img {
    position: relative;
  }

  .pos1 {
    position: absolute;
    top: 30%;
    left: 10%;
  }

  .pos h1 {
    color: #fff;
    font-size: 40px;
  }

  .pos .post {
    position: absolute;
    top: 40%;
    left: 10%;

  }

  .post {
    position: absolute;
    top: 45%;
  }

  .dropdown-toggle {
    margin-bottom: 40px;
  }

  .post h2,
  .post h1 {
    font-size: 60px;
  }

  .images_div {
    display: grid;
    margin-top: 20px;
    padding: 10px;
    justify-content: space-evenly;
    grid-template-columns: 1fr;
  }

  .img_grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .box {
    margin-bottom: 30px;
    padding: 10px;
  }

  .texts_con {
    color: #315779;
  }

  .texts_con {
    color: #315779;
    padding: 20px 0;
  }

  .container h2,
  .container h3 {
    padding: 0px;
    color: #315779;
  }

  .book-now-btn {
    display: flex;
    margin: 20px;
    justify-content: center;
    align-items: center;
  }

  .hero-content {
    margin-top: 45%;
  }

  .bottom-left {
    position: absolute;
    bottom: 30%;
    left: 30%;
  }

  .form-check {
    display: block;
    margin-right: 100px;
    color: black;
  }

  .contact-us,
  .contact-us1 {
    display: block;
    margin-bottom: 20px;
    background-color: transparent;
    margin-left: 50px;
  }

  .contact-us button,
  .contact-us1 button {
    padding: 30px 50px;
    font-size: 30px;
  }

  .contact,
  .support,
  .company,
  .loc_lang,
  .term {
    display: none;
  }

  .main_footer {
    /* margin-top: 170px; */
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .logo_footer img {
    height: 20%;
    width: 50%;
  }

  .text,
  .form,
  .checkbbox,
  .foot_icons {
    margin-left: 40px;
  }

  .foot_icons i {
    font-size: 30px;
  }

  .none {
    display: none;
  }

  .all_icon {
    display: grid;
    grid-template-columns: 1fr;

  }

}

@media (max-width: 520px) {

  /* reserve */
  .box {
    padding: 0;
    padding-bottom: 20px;
  }

  footer {
    background-color: #031633;
  }

  .lists1 a {
    text-decoration: none;

    color: #fff;
  }

  .menu {
    display: none;
  }

  .menu li {
    list-style: none;
    padding: 10px;
    font-size: 12px;
    margin: 5px;
  }

  .bt {
    margin-bottom: 40px;
  }


  .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    /* margin-left: 80%; */
    font-size: 30px;
  }

  .logo img {
    height: auto;
  }

  aside nav ul {
    display: block;
  }

  aside {
    background-color: #011533;
    color: #ffffff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 300px;
    transform: translateX(-300px);
    transition: all 0.5s ease-in;
    z-index: 9;
  }

  .lists1 li {
    list-style: none;
    padding: 10px;
    margin-bottom: 50px;
  }

  li {
    list-style: none;
    padding: 10px;
    font-size: 16px;

    /* margin-bottom: 50px; */
  }

  .icon i {
    display: none;
  }

  .mark i {
    display: block;
    font-size: 20px;
  }

  .mark {
    background-color: transparent;
    position: absolute;
    color: #fff;
    top: 10px;
    right: 10px;
  }

  .pos {
    position: absolute;
    top: 0;
    left: 13%;
    margin-top: 30%;
  }

  .post {
    position: absolute;
    top: 45%
  }

  .book-now-btn button {
    margin-left: 180px;
  }

  .none {
    display: none;
  }

  .pos h1 {
    font-size: 26px;
  }

  .grid {
    display: grid;
    grid-template-columns: 2fr 4fr;
    font-size: 20px;
    color: #fff;
    /* margin: 10px; */
    padding: 20px;
    gap: 190px;
    /* justify-content: space-between; */
    align-items: center;
  }

  .imgs_con img {
    padding: 0px;
  }

  .grid-con {
    display: flex;
    gap: 0px;
    padding: 0px;
  }


  .pos h2 {
    text-align: center;
    color: #fff;
    font-size: 30px;
  }

  .hrs hr {
    color: #202020;
  }

  .none {
    display: none;
  }

  .empty1 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .buttons {
    margin-left: 40px;
  }

  .fot {
    margin-top: 600px;
  }

  .lists {
    display: none;
  }

  .menu ul {
    display: none;
  }

  .none {
    display: none;
  }

  .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #080d4356;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
  }


  .logo_footer img {
    height: fit-content;
    width: 50%;
  }

  .hr {
    display: block;
  }

  .menu {
    display: none;
  }

  .form,
  .checkbbox {
    display: block;
  }

  .all_icon {
    padding: 0;
    margin: 0;
    grid-template-columns: 1fr;
  }

  footer {
    position: relative;
    top: 0px;
  }

  .all_icon {
    border: none;
    /* background-color: none; */
    padding: 0;
    margin: 0;
  }

  .card-body {
    padding: 20px;
    height: auto;
    width: 100%;
  }

  .card {
    background-color: none;
    position: relative;
    margin-left: 40px;
  }

  .all_icon {
    display: none;
  }

  .contact-us {
    display: block;
  }

  .all_icon {
    display: grid;
    grid-template-columns: 1fr;

  }

  .contact-us1 {
    display: block;
    margin-left: 300px;
  }

  .support,
  .company {
    display: none;
  }

  footer {
    margin: 5px;
    padding: 5px;
    background-color: #04053b;
    color: #fff;
  }

  .main_footer hr {
    color: #19a73548;
  }

  .main_footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .form {
    display: grid;
    grid-template-columns: 1fr;
  }

  .form_1 input {
    width: 70%;
  }

  .foot_icons {
    display: grid;

    grid-template-columns: 1fr 1fr;
  }

  .main_footer {
    display: flex;
    flex-direction: column;
  }

  .plus {
    display: none;
  }

  .logo_footer {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }

  .grid-con {
    display: grid;
    grid-template-columns: 1fr;
  }

  .texts_con p {
    padding-top: 10px;
    font-size: 15px;
  }

  .imgs_con img {
    height: 0;
    width: 100%;
  }

  .dropdown-menu:hover {
    color: #8cbccd;
  }

  .down {
    display: none;
  }

  .hr {
    display: block;
  }

  .contact {
    display: none;
  }

  .list {
    display: none;
  }

  .contact i {
    padding-right: 20px;
  }

  .support i {
    padding-right: 20px;
  }

  .company i {
    padding-right: 20px;
  }

  .bar {
    display: block;
  }

  .text,
  .form,
  .checkbbox {
    display: block;
    padding: 20px;
  }



  .foot_icons {
    padding-left: 150px;
    padding-bottom: 40px;
  }

  /* beach */
  video {
    height: auto;
    width: 100%;
  }

  .back_image h2 {
    font-size: 12px;
    margin: 30px 0px;
    padding: 10px;
    top: 0;
    position: none;
  }

  .images_div {
    grid-template-columns: 1fr;
  }

  .imags img {
    height: auto;
    width: 100%;
  }

  .img_grid {
    grid-template-columns: 1fr;
  }

  .img2_grid {
    padding: 10px;
  }

  .back_image h3 {
    margin-left: 800px;
    padding: 20px 0px;
    font-size: 40px;
    margin-top: 40px;
    margin-left: 130px;

  }

}