@import url('https://fonts.googleapis.com/css2?family=Dongle&family=Oleo+Script:wght@400;700&family=Sigmar+One&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: #000000;
  line-height: 1.6;
}

.nav-list-second button {
  border: none;
  background: none;
}

.nav-bar img {
  width: 70px;
  height: 70px;
  margin: 10px 60px;
  transition: transform 0.5s;
}
.nav-bar img:hover {
  transform: scale(1.1);
}

.nav-bar p {
  font-size: 2.5rem;
  position: absolute;
    padding: 5px;
  margin-top: 15px;
  margin-left: 145px;
 font-family: "Sigmar One", sans-serif;
  font-weight: 400;
  font-style: italic;   text-transform: uppercase;
  animation-name: gradient;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@keyframes gradient {
  from { color: #fdfdfd;}
  to { color: #FD6600;}
}

.nav-bar {
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0,0.9);
}

.nav-list {
  position: relative;
  right: 30px;
}

.nav-list li {
  font-size: 1.2rem;
  display: inline-block;
  justify-content: space-between;
  margin: 20px 10px;
  padding: 14px;
  border-bottom: 3px solid #D0F0C0;
  transition: all 0.5s ;
}
.nav-list li:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 30px 8px 30px 8px;

}

.nav-list a , .nav-list-second a {
  text-decoration: none;
  color: inherit;
  color: white;
  font-style: italic;
} 

.nav-list a:visited , .nav-list-second a:visited {
  background-color: #002347;
}

.nav-bar-second li {
  list-style-type: none;
}

.nav-list-second li {
  font-size: 24px;
  border-radius: 40%;
  transition: background-color 0.5s ;
  transition: all 0.5s;
}
.nav-list-second li:hover {
    transform: translateY(-7px);

}

#icon {
  font-size: 27px;
  text-decoration: none;
  color: inherit;
  color: white;
  transition: all 0.5s;
    font-style: italic;
}

.nav-list-second a {
  font-weight: 900;
  font-size: 24px;
  transition: color 0.5s;
  color: rgb(255, 255, 255);
  transition: all 0.5s;
    font-style: italic;
}

.nav-list-second li:hover a, .nav-list-second li:hover #icon {
   text-shadow: 0 10px 5px #D0F0C0;
}

.nav-bar-second {
  position: sticky;
  top: 0;
  width: 100%;
  border-radius: 30px;
  background-color: rgba(255, 255, 255,0.5);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  padding: 15px;
  z-index: 5;
}
.nav-bar-second ul {
  display: flex;
  justify-content: space-around;
}

.welcome {
  position: relative;
}

.welcome img {
  width: 500px;
  height: 500px;
  margin-left: 700px;
}

.phrase {
  position: absolute;
  left: 50px;
  top: 250px;
}

.phrase h1 {
  font-size: 4em;
  text-transform: uppercase;
  text-align: start;
  font-weight: bolder;
  line-height: 130px;
  background-image: linear-gradient(45deg, #43ced6, #d2e43a 50%, #93ec10 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.phrase h2 {
  position: absolute;
  z-index: -2;
  top: 50px;
  font-size: 10em;
  text-transform: uppercase;
  font-weight: bolder;
  opacity: 0.15;
  background-image: linear-gradient(45deg, #43ced6, #d2e43a 50%, #93ec10 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.phrase h3 {
  font-size: 2em;
  text-align: start;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 80px;
  background-image: linear-gradient(45deg, #43ced6, #d2e43a 50%, #93ec10 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.phrase h3, .phrase h1{
  overflow: hidden;
  text-wrap: nowrap;
  animation: animate 3s steps(30) infinite alternate-reverse; 
}

@keyframes animate {
  from {
    width: 0ch;
  }
  to {
    width: 20ch;
  }
}

.three-things {
  display: flex;
  justify-content: space-around;
  margin: 100px 0;
}

#tt3 {
  display: flex;
  justify-content: center;
  font-size: 4rem;
  margin-bottom: 30px;
  background-image: linear-gradient(45deg, #43ced6, #d2e43a 50%, #93ec10 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.three-things span {
  width: 350px;
}

.three-things span p {
  font-size: 1.4rem;
  font-weight: bolder;
  line-height: 40px;
  text-align: center;
  background-image: linear-gradient(45deg, #43ced6, #d2e43a 50%, #93ec10 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.head-one {
  display: flex;
  justify-content: space-between;
  margin: 100px 50px;
}

.welcome-text h1,
.welcome-text p {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 40px 20px;
}

.welcome-text h1 {
  text-align: center;
  font-size: 2.5rem;
}

.welcome-text p {
  margin: 0 30px;
  line-height: 30px;
  text-align: justify;
  font-size: 1.5rem;
}

.welcome-text {
  background-image: linear-gradient(45deg, #43ced6, #d2e43a 50%, #93ec10 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 40px;
  transition: color 0.5s;
  transition: background-color 0.5s;
  transition: transform 0.5s;
}

/*.welcome-text:hover {
}*/

.first img {
  width: 450px;
  height: 450px;
  z-index: -1;
  border-radius: 50%;
  transition: transform 0.5s;
}

.first img:hover,
.welcome-text:hover {
  transform: scale(1.01);
}

h2 {
  padding: 20px;
  text-align: center;
  margin: 70px 0;
  font-weight: bolder;
  font-size: 3.5rem;
  color: #43ced6;
  background-image: linear-gradient(45deg, #43ced6, #d2e43a 50%, #93ec10 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: flex;
  justify-content: center;
}

h2::after,
h2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ff0000, #00ffff);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

h2::before {
  top: -5px;
  transform-origin: left;
}

h2:hover::after,
h2:hover::before {
  transform: scaleX(1);
}

.places {
  display: flex;
  justify-content: space-between;
  margin:100px;
  height: 985px;
  overflow-x: scroll;
}

.places::-webkit-scrollbar {
  display: none;
}

.hover {
  transition: transform 0.5s;
  margin: 50px 0;
}

.hover:hover {
  transform: scale(1.03);
}

.places img {
  width: 340px;
  height: 300px;
  border-radius: 20px 20px 0 0;
  margin: 0 20px;
}

.places p {
  font-size: 1.2rem;
  font-weight: 700;
  width: 340px;
  height: 600px;
  line-height: 30px;
  padding: 30px;
  margin: -10px 20px;
  background-color: rgba(188, 188, 188, 0.9);
    border-radius: 0 0 20px 20px;
  color: balck;
  transition: all 0.5s;
}

.places p:hover {
  background-color: #002347;
  color: #ffffff;
}

.places h1 {
  text-align: center;
  text-transform: uppercase;
  width: 340px;
  background-image: linear-gradient(45deg, #43ced6, #d2e43a 50%, #93ec10 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 20px;
  margin-top: -50px;
  padding: 5px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: color 0.5s;
  transition: background-color 0.5s;
}

.places h1:hover {
  background-color: #002347;
  color: #ffffff;
}

.Food {
  margin: 50px;
}

.Food img {
  width: 400px;
  height: 400px;
  border-radius: 40%;
  border: 2px solid aqua;
  transition: transform 0.5s;
}

.Food img:hover {
  transform: scale(1.03);
}
.Food p:hover,
.Food h1:hover {
  transform: translateY(-5px);
}

.Food p {
  font-size: 1.3rem;
  font-weight: 700;
  background-color: rgb(142, 142, 142);
  color: #000000;
  transition: color 0.5s;
  transition: background-color 0.5s;
  border-radius: 20px;
  border: 2px solid aqua;
  width: 700px;
  height: 290px;
  padding: 30px;
  margin-top: 60px;
  line-height: 30px;
  transition: transform 0.5s;
}

.one,
.two {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.one h1,
.two h1 {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  color: aqua;
  z-index: 3;
  width: 250px;
  font-weight: 600;
  border-radius: 10px 10px 40% 40%;
  padding: 15px;
  background-color: rgba(114, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: color 0.5s;
  transition: background-color 0.5s;
  margin-top: -120px;
  margin-left: 80px;
  transition: transform 0.5s;
}

.Food .two h1:hover,
.Food .one h1:hover {
  background-color: #002347;
  color: #ffffff;
}

.Food p:hover {
  background-color: #002347;
  color: #ffffff;
}
.fourth-content {
  display: flex;
  justify-content: space-around;
  margin: 50px 0;
  width:  100%;  
}

.fourth-container {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin-left: 47px;
  margin-bottom: -90px;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  z-index: 1;
  transition: border 0.5s;
}

.card:hover .fourth-container img {
  transform: scale(1.09);
}

.card:hover .fourth-container {
  border: 4px solid #FD6600;
}
.fourth-container img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
}

.card {
  transition: transform 0.5s;
  margin: 20px 10px;
  width: 90%;
}

.card:hover {
  transform: translateY(-10px);
}

.card:hover .color {
  box-shadow: 3px 3px 20px gray;
}

.color {
  background-color: rgba(188, 188, 188, 0.9);
  padding: 20px;
  border-radius: 20px;
  width: 90%;
  height: 370px;
}

.color h3 {
  font-size: 28px;
  background-image: linear-gradient(45deg, #43ced6 , #d2e43a 50%, #93ec10 100%); 
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  padding-top: 90px;
  margin-bottom: 20px;
}

.color p {
  line-height: 30px;
  font-size: 19px;
  color: rgb(0, 0, 0);
  transition: color 0.5s;
}

.stays img {
  width: 300px;
  height: 200px;
  border-radius: 50px 10px 30px 10px;
  margin: 40px 20px;
  border: 2px solid #FD6600;
}

.stays {
  display: flex;
  justify-content: space-between;
  margin: 0px 150px;
  overflow-x: scroll;
}

#stay-hover {
  transition: transform 0.5s;
  margin: 40px 20px;
  height: 540px;
  color: #002347;
  background-color: rgba(188, 188, 188, 0.9);
  border-radius: 60px 10px 30px 10px;
}

#stay-hover button {
  height: 70px;
  width: 150px;
  padding: 10px;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  border-radius: 10px;
  background-color: #002347;
  color: #ffffff;
  transition: all 0.5s;
}

#stay-hover button:hover {
  background-color: #ffffff;
  color: #002347;
}

#stay-hover:hover {
  transform: scale(1.05);
}

.stays p {
  width: 300px;
  font-size: 20px;
  font-weight: 500;
  padding: 20px;
  margin-left: 30px;
  margin-top: -30px;
  transition: color 0.5s;
}
.stays p:hover {
  color: #002347;
}

 .media {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 50px;
  transition: transform 0.5s;
}

.media h1 {
  background-color: rgba(188, 188, 188, 0.9);
  padding: 15px;
  font-size: 1.3rem;
  border-radius: 30px 10px 30px 10px;
  box-shadow: 5px 5px 5px black;
  transition: background-color 0.5s;
  transition: color 0.5s;
}

.media h1:hover {
  background-color: #002347;
  color: #ffffff;
}

.media i {
  font-size: 40px;
  color: rgba(161, 161, 161, 0.9);
  transition: color 0.5s;
  border: none;
}

.media a {
  text-decoration: none;
  color: inherit;
}

#media:hover {
  color: lightblue;
  transform: scale(1.1);
}

.footer-content {
  display: flex;
  justify-content: space-around;
  margin-bottom: 2rem;
  background-color: #002347;
  width: 100%;
  padding: 50px 0;
  cursor: pointer;
}

.footer-column h3:hover,
.footer-links li a:hover,
.footer-links li:hover {
  color: lightblue;
}

.footer-column h3 {
  font-size: 2rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.5rem;
  transition: color 0.5s;
}

.footer-column p {
  font-size: 1.1rem;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.footer-column h3::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: var(--orange);
  bottom: 0;
  left: 0;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin: 0.7rem;
  color: rgb(255, 255, 255);
  font-size: 1.1rem;
  font-weight: 600;
  transition: color 0.5s;
}

#foot {
  margin-right: 20px;
  font-size: 1.7rem;
  color: rgb(255, 255, 255);
}

.footer-links a {
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.5s;
}

.footer-bottom p {
  background-image: linear-gradient(45deg, #43ced6, #d2e43a 50%, #93ec10 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .welcome img {
    width: 400px;
    height: 400px;
    margin-left: 600px;
  }

  .phrase h1 {
    font-size: 3em;
    line-height: 100px;
  }

  .phrase h2 {
    font-size: 8em;
  }

  .phrase h3 {
    font-size: 1.5em;
    line-height: 60px;
  }

  .head-one {
    margin: 80px 50px;
  }

  .welcome-text,
  .first img {
    width: 450px;
    height: 450px;
  }
}

@media (max-width: 992px) {
  .nav-bar p {
    font-size: 2.5rem;
    margin-left: 150px;
  }

  .nav-list li {
    font-size: 22px;
    padding: 15px;
    margin: 15px 8px;
  }

  .welcome img {
    width: 350px;
    height: 350px;
    margin-left: 450px;
  }

  .phrase {
    left: 30px;
    top: 200px;
  }

  .phrase h1 {
    font-size: 2.5em;
    line-height: 80px;
  }

  .phrase h2 {
    font-size: 6em;
    top: 30px;
  }

  .phrase h3 {
    font-size: 1.2em;
    line-height: 50px;
  }

  .three-things {
    flex-direction: column;
    align-items: center;
    margin: 70px 0;
  }

  .three-things span {
    width: 80%;
    margin-bottom: 40px;
  }

  .head-one {
    flex-direction: column;
    align-items: center;
    margin: 60px 30px;
  }

  .welcome-text {
    width: 100%;
    border-radius: 30px 30px 0 0;
    height: auto;
    padding-bottom: 30px;
  }

  .first img {
    width: 100%;
    border-radius: 0 0 30px 30px;
  }

  .places {
    margin: 70px 30px;
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .hover {
    margin-bottom: 50px;
    width: 90%;
  }

  .places img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .places h1 {
    width: 100%;
    margin-left: 0;
  }

  .places p {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px;
  }

  .Food {
    margin: 30px;
  }

  .one,
  .two {
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
  }

  .Food img {
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
  }

  .Food p {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }

  .one h1,
  .two h1 {
    position: relative;
    margin: -100px 0 20px 0;
    width: 100%;
    text-align: center;
  }

.stays img {
  width: 300px;
  height: 200px;
  border-radius: 50px 10px 30px 10px;
  margin: 40px 20px;
  border: 2px solid #FD6600;
}

.stays {
   display: flex;
  justify-content: space-between;
  margin: 0px 160px;
}

#stay-hover {
  transition: transform 0.5s;
  margin: 40px 20px;
  height: 500px;
}

#stay-hover button {
  height: 70px;
  width: 150px;
  padding: 10px;
  font-size: 20px;
  margin-top: 20px;
}

#stay-hover:hover {
  transform: scale(1.05);
}

  .stays span {
  color: #002347;
  background-color: rgba(188, 188, 188, 0.9);
  border-radius: 60px 10px 30px 10px;
  margin-left: 10px;
}
.stays p {
  width: 300px;
  font-size: 20px;
  font-weight: 500;
  padding: 20px;
  margin-left: 30px;
  margin-top: -30px;
  transition: color 0.5s;
}
.stays p:hover {
  color: #002347;
}

  .media {
    flex-direction: column;
    text-align: center;
    margin: 40px 20px;
  }

  .media h1 {
    margin-bottom: 30px;
  }

  .media i {
    margin: 0 15px;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-column {
    margin-bottom: 30px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .nav-bar {
    flex-direction: column;
    align-items: center;
  }

  .nav-bar a img {
    width: 80px;
    height: 80px;
    margin-right: 50px;
  }

  .nav-bar p {
    position: static;
    margin: 10px 0;
    text-align: center;
    font-size: 1.6rem;
  }

  .nav-list {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-list li {
    font-size: 18px;
    padding: 10px;
    margin: 10px 5px;
  }

  .nav-bar-second ul {
    flex-wrap: wrap;
  }

  .nav-list-second li {
    padding: 0px;
  }

  .nav-list-second li a {
    font-size: 0.8rem;
  }
  #icon {
    font-size: 1.1rem;
  }
  
  .first img {
    border-radius: 50%;
  }
  
  .Food h1 {
    font-size: 1.1rem;
    width: auto;
    height: auto;
    padding: auto;
  }
  
  .Food img {
    width: 270px;
    height: 270px;
  }

  .Food p {
    font-size: 1rem;
    padding: auto;
  }

  .one, .two {
    margin: 10px 40px;
  }

 .stays img {
  width: 280px;
   height: 200px;
  margin: 30px 25px;
 }

  .stays {
    width: 85%;
    margin-left: -10px;
  }
  
  .card {
    width: 320px;
    margin-bottom: 20px;
    margin-left: 60px; 
  }

  .color {
    height: 400px;
  }

  .fourth-content {
    width: 80%;
    justify-content: center;
    display: flex;
    flex-direction: column; 
  }
  
  .places, .Food, .stays{
    display: flex;
    flex-direction: row;  
    flex-wrap: nowrap;    
    overflow-x: auto;  
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .places img {
    width: 300px;    
    height: 320px;
    flex: 0 0 auto;         
    margin: 0px 35px;
  }

  .places p {
    width: 300px;
    height: 550px;
    font-size: 1rem;
    flex: 0 0 auto;         
    margin-top: -10px;
    padding: auto;
    margin-left: 35px;
  }

  .places h1 {
    font-size: 1.3rem;
    width: 300px;           
    flex: 0 0 auto;         
    margin-top: -36px;
    margin-left: 35px;
    padding: auto;
  }

  .welcome {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .welcome img {
    margin-left: 0;
    width: 300px;
    height: 300px;
  }

  .phrase {
    position: static;
    text-align: center;
    margin-top: 30px;
  }

  .phrase h1 {
    font-size: 2em;
    line-height: 60px;
  }

  .phrase h2 {
    position: static;
    font-size: 4em;
    margin: 20px 0;
  }

  .phrase h3 {
    font-size: 1em;
    line-height: 30px;
  }

  h2 {
    font-size: 2.5rem;
    margin: 50px 0;
  }

  .welcome-text h1,
  .welcome-text p {
    font-size: 1.8rem;
    margin: 20px 15px;
  }

  .welcome-text p {
    font-size: 1.2rem;
  }

  #tt3 {
    font-size: 3rem;
  }
.media h1 {
  font-size: 1.2rem;
}
  .media a {
    margin-bottom: 20px;
  }
  .three-things span p {
    font-size: 1.1rem;
  }
}
