* {
  padding: 0;
  margin: 0;
}

body {
  /* background-image: url("../backgrounds/background-destination-desktop.jpg") no-repeat; */
  background-size: cover;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Roboto', sans-serif;
}

.my-body {
  /* height: 100vh; */
  background-image: url("../backgrounds/background-destination-desktop.jpg");
  background-size: cover;
}

@media (max-width:767px) {
  body {
    background-image: url("../assets/destination/background-destination-mobile.jpg");
    background-size: cover;
  }

  .my-body {
    background-image: url("../assets/destination/background-destination-mobile.jpg");
    background-size: cover;
  }
}

.container {
  padding-left: 50px;
  padding-right: 50px;
}

/*  */
header {
  padding: 50px;
  display: flex;
}

header .container {
  display: flex;
  width: 100%;
  /* position: relative; */
}

header .container .space {
  margin-top: 40px;
  /* position: relative; */
  /* top: 50%; */
  transform: translateY(-50%);
  width: 43%;
  height: 2px;
  /* background-color: antiquewhite; */
  background-color: #55647391;
  backdrop-filter: blur(1px);
  z-index: 2;
}

header .container .links {
  width: 55%;
  text-align: center;
  background-color: #2a364291;
  backdrop-filter: blur(2px);
  padding: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  header .links .icon {
    display: none;
  }
}

/* =icon= */
header .links .icon {
  width: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  /* display: none; */
}

@media (max-width: 767px) {
  header .container .space {
    display: none;
  }
}

@media (min-width: 768px) {
  header .links .icon {
    display: none;
  }
}

.container .links .icon span {
  height: 3px;
  background-color: aliceblue;
  margin-bottom: 5px;
  transition: 0.3s;
}

.container .links .icon span:first-child {
  width: 100%;
}

.container .links .icon span:nth-child(2) {
  width: 50%;
}

.container .links:hover .icon span:nth-child(2) {
  width: 100%;
}

.container .links .icon span:last-child {
  width: 100%;
}

/* =icon= */

header .container ul {
  list-style: none;
  display: flex;
}

@media (max-width: 767px) {
  .clickList {
    display: flex !important;
    width: 250px;
    position: absolute;
    right: 5px;
    top: 18px;
  }

  header .links ul {
    display: none;
    background-color: rgba(18, 30, 49, 0.577);
    border-radius: 10px;
    /* display: flex; */
    flex-direction: column;
  }


  header .links ul li:hover {
    padding-left: 30px;
  }

  header .container ul li::after {
    display: none;
  }

  header .links {
    background-color: transparent !important;
    position: relative;
  }

  header .links .icon {
    display: flex;
    position: absolute;
    right: 15px;
    cursor: pointer;
  }


}

header .container ul li {
  padding: 10px;
  list-style: none;
  /* display: inline-block; */
  margin-left: 30px;
  transition: .3s;
  cursor: pointer;
  position: relative;
}

header .container ul li::after {
  /* content: " "; */
  width: 100%;
  height: 2px;
  background-color: aliceblue;
  position: absolute;
  bottom: -20px;
  left: 0;
  transition: 0.5s;
}

header .container .links li:hover::after {
  /* border-bottom: 1px solid white; */
  content: "";
}

@media (max-width: 767px) {
  header .links ul li {
    margin-left: 0;
    right: 0;
  }
}

header .container ul li a {
  color: aliceblue;
  text-decoration: none;
}

/* end header */

/* start content  */
.content {
  width: 100%;
  margin: 0 100px;
  margin-top: 40px;
}

.content .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width:767px) {
  .content .container {
    grid-template-columns: auto;
    grid-template-rows: repeat(2, minmax(150px, auto));
  }
}

.content .container .left p {
  text-align: center;
  color: #faebd7bf;
  font-size: 25px;
}

.content .container .left p span {
  color: #faebd74d;
}

.content .container .left img {
  margin: 70px;
  padding: 10px;
}

@media (max-width:767px) {
  .content .container .left img {
    margin: 20px;
    padding: 10px;
    width: 250px;
  }
}

/*  */
.content .container .right {
  color: aliceblue;
}

.content .container .right ul {
  list-style: none;
  margin: 40px 0;
}

.content .container .right ul li {
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
  /* padding: 10px; */
  position: relative;
}

.content .container .right ul li::after {
  /* content: " "; */
  width: 100%;
  height: 2px;
  background-color: aliceblue;
  position: absolute;
  bottom: -20px;
  left: 0;
  transition: 0.5s;
}

.content .container .right ul li:hover:after {
  content: "";
}

.content .container .right ul li a {
  text-decoration: none;
  color: #faebd7bf;
}

.content .container .right h2 {
  line-height: 2;
  font-size: 70px;
  font-weight: 400;
}

.content .container .right p {
  width: 375px;
  color: #faebd7bf;
  line-height: 1.5;
}

.content .container .right .br {
  width: 80%;
  height: 2px;
  background-color: #25394b91;
  margin: 55px auto;
}

.content .container nav {
  width: 80%;

}

.content .container nav .left,
.content .container nav .right {
  width: 220px;
  display: inline-block;
  /* background-color: aqua; */
}

.content .container nav .left .top,
.content .container nav .right .top {
  font-size: medium;
  font-weight: 100;
  text-align: start;
}

.content .container .right .bot,
.content .container .left .bot {
  font-size: 30px;
  font-weight: 100;
  text-align: start;
}

@media (max-width:767px) {

  .content .container .right .bot,
  .content .container .left .bot,
  .content .container nav .left .top,
  .content .container nav .right .top {
    width: 150px;
    margin: 0 auto;
  }

  .content .container {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 20px;
    text-align: center;
  }

  .content .container .left {
    width: 100%;
  }

  .content .container .right p {
    width: 250px;
    margin: 0 auto;
  }
}

/* end content  */