* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  list-style: none;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
body {
  max-width: 1600px;
  width: 100%;
  min-height: 100vh;
  background-color:#000;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.contact_scroll {
  width: 100%;
  max-width: 1600px;
  height: 40px;
  background-color: #211951;
  text-align: right;
}
.contact_scroll {
  width: 100%;
  max-width: 1600px;
  height: 30px;
  background-color: #000;
  text-align: right;
}
.contact_scroll p {
  color: #fff;
  line-height: 40px;
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  animation: scroll 15s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 952px) {
  .contact_scroll {
    width: 100%;
    max-width: 991px;
    height: 60px;
  }
  .contact_scroll p {
    font-size: 1.5rem;
    line-height: 60px;
  }
}
@media (max-width: 750px) {
  .contact-scroll {
    width: 100%;
    max-width: 750px;
    height: 80px;
  }
  .contact-scroll p {
    font-size: 1rem;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .contact_scroll {
    max-width: 575px;
    width: 100%;
    height: 40px;
  }
  .contact_scroll p {
    font-size: 0.9rem;
    line-height: 40px;
  }
}

header {
  position: sticky;
  top: 0;
  z-index: 1111;
  background-color: transparent;
}
nav {
  height: 100px;
  width: 100%;
}
nav label img {
  width: 120px;
  height: 120px;
  margin-left: 40px;
}
nav ul {
  float: right;
  margin-right: 20px;
  background-color: #000;
}
nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
nav ul li a {
  font-size: 0.9rem;
  text-transform: capitalize;
  padding: 7px 12px;
  color: white;
}
nav ul li a:hover,
a.active {
  background-color: #ef7722;
  transition: 0.6s ease-in-out;
  border-radius: 10px;
}
.checkBtn {
  color: #fff;
  font-size: 1.7rem;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check {
  display: none;
}

/*Navbar responsive*/

@media (max-width: 952px) {
  nav {
    background-color: #000;
  }
  nav label img {
    align-self: center;
    width: 150px;
    height: auto;
  }
  nav ul {
    height: 100px;
    line-height: 120px;
    z-index: 99;
  }
  nav ul li a{
    font-size:0.6rem;
  }
}
@media (max-width: 750px) {
  nav {
    background-color: #000;
  }
  nav label img {
    width: 120px;
    height: 120px;
  }
  nav ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000000;
    top: 120px;
    left: -100%;
    text-align: center;
    transition: 0.5s ease-in-out;
    z-index: 99;
  }
  nav ul li {
    display: block;
    margin: 50px 0px;
  }
  nav ul li a {
    font-size: 1.3rem;
    padding: 7px 12px;
    border-bottom: 1px solid white;
  }
  nav ul li a:hover,
  a.active {
    background: none;
    color: #ef7722;
  }
  .checkBtn {
    display: block;
    z-index: 999;
    font-size: 1.6rem;
  }
  #check:checked ~ ul {
    left: 0;
  }
}
@media (max-width: 575px) {
  nav {
    background-color: #000;
  }
  nav label img {
    width: 100px;
    height: 100px;
    margin-left: 15px;
  }
  nav ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000000;
    top: 120px;
    left: -100%;
    text-align: center;
    transition: 0.5s ease-in-out;
    z-index: 99;
  }
  nav ul li {
    display: block;
    margin: 50px 0px;
  }
  nav ul li a {
    font-size: 1.2rem;
    border-bottom: 1px solid white;
  }
  nav ul li a:hover,
  a.active {
    background: none;
    color: #ef7722;
  }
  .checkBtn {
    display: block;
    z-index: 999;
    font-size: 1.5rem;
  }
  #check:checked ~ ul {
    left: 0;
  }
}
.destination_section{
  width: 100%;
  max-width: 1450px;
  min-height: 100vh;
  background-color: #000;
  margin: 30px auto;
}
.state_container{
  width: 100%;
  max-width: 1300px;
  min-height: 100vh;
  margin: 30px auto;
  background-color: #000;
}
.destination_state h1{
  font-size: 2.8rem;
  text-align: center;
  padding: 30px 0;
  color: #fff;
}
.destination_state p{
  font-size: 1.2rem;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  line-height: 1.5;
}
.place_container {
  text-align: center;
  color: #fff;
  padding: 15px 0;
}
.place_container h2{
  font-size: 2.4rem;
  padding: 20px 0;
}
.place_wrapper img{
  width: 60%;
  height: auto;
  margin: 20px 0;
  border-radius: 20px;
  transition: 0.5s ease-in-out;
  box-shadow: 8px 8px 16px #f1f1f1 ,-8px -8px 16px #ffffff;
  animation: jump 3s linear infinite;
}
@keyframes jump{
  0%{
    transform: translateY(10px);
  }
  50%{
    transform: translateY(0px);
  }
  100%{
    transform: translateY(10px);
  }
}
.place_wrapper p{
  font-size: 1.2rem;
  width: 80%;
  margin: auto;
}
.place_container .btn_contact{
   padding: 10px 20px;
  font-size: 1rem;
  border: 1px solid white;
  background-color: transparent;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  margin: 15px auto;
 align-self: center;

}
.place_container .btn_contact:hover{
  color: #000;
  background-color: #fff;
  transition: 0.5s ease-in-out;
}
/*Footer Section*/
footer{
  max-width: 1600px;
  min-height: 20vh;
  background-color: #000;
  text-align: center;
}
.footer_section{
  max-width: 1450px;
  margin: auto;
}
.footer_section h3{
  font-size: 1.3rem;
  padding: 15px 0;
  color: #fff;
}
.footer_section .footer_icons{
 margin: 0 15px;
 padding: 15px 0;
}
.footer_icons a{
  padding: 10px;
  background-color:#fff;
  color: #000;
  font-size: 1.2rem;
  border-radius: 50%;
  margin-right: 5px;
}
.footer_icons a:hover{
  background-color: #000;
  color: #fff;
  transition: 0.5s ease-in-out;
}
.footer_section p{
  color: white;
  font-size: 1rem;
  padding: 15px 0;
}


@media (max-width:950px){
  .destination_state{
    margin-top: 30px;
  }
  .destination_state h1{
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
  }
  .destination_state p{
    font-size: 1.3rem;
    color:#fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.7;
  }
  .place_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .place_container h2{
    font-size: 2.3rem;
    color: #fff;
    text-align: center;
    padding: 20px;
  }
  .place_wrapper img{
     width: 90%;
     height: auto;
     margin: auto;
  }
}
@media (max-width:750px){
  .destination_state{
    margin-top: 30px;
  }
  .destination_state h1{
    font-size: 2.3rem;
    color: #fff;
    text-align: center;
  }
  .destination_state p{
    font-size: 1.1rem;
    color:#fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.7;
  }
  .place_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .place_container h2{
    font-size: 2.1rem;
    color: #fff;
    text-align: center;
    padding: 20px;
  }
  .place_wrapper img{
     width: 70%;
     height: auto;
     margin: auto;
  }
}
@media (max-width:575px){
  .destination_state{
    margin-top: 30px;
  }
  .destination_state h1{
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
  }
  .destination_state p{
    font-size: 1rem;
    color:#fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.7;
  }
  .place_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .place_container h2{
    font-size: 2.3rem;
    color: #fff;
    text-align: center;
    padding: 20px;
  }
  .place_wrapper img{
     width: 100%;
     height: auto;
     margin: auto;
  }
}