
.aa h1{
       font-size: 36px;
        text-align: center;
       margin-top: -29%;
        font-style: bold;
        text-transform: uppercase;
       font-family: 'Times New Roman', Times, serif;
       font-weight: bolder;  
}
.aa p{
  font-size: 22px;
  text-align: center;
}
 .aa button{
border-radius: 11px;
font-size: 20px;
border: none;
font-weight: bold;
padding: 10px;
margin-left: 40%;
  text-align: center;
  background-color:white;
  color: black;
 width:15% ;
}
.aa button:hover{
background-color: rgb(58, 223, 226);
color: white;
}

.destination{
  margin-top: 25%;
  text-align: center;
}
.row {
  display: grid;
  gap: 30px;
  margin-bottom: 40px;
}
.footer{
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.footer-list-title {
  color:whitesmoke;
  font-size: 25px;
  font-weight: bolder;
  margin-bottom: 15px;
}
.footer-link {
  font-size: 18px;
  padding: 5px;
  text-decoration: none;
  color: white;
}
.copyright-link {
  display: inline-block;
  text-decoration: underline;
}
.copyright-link:is(:hover, :focus) { text-decoration: none; }
.social-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  float: right;
}
.social-link {
  font-size: 27px;
  color: bisque;
  padding: 10px;
  border-radius: 50%;
}

.social-link:is(:hover, :focus) { 
  background:dodgerblue;
 }
 .container
 {
   width: 100%;
   height: fit-content;
   background-color: black;
   color: white;
   
 
 }
 .container a{
   color: white;
   text-decoration:none;
    
 }
 
@media only screen and (max-width: 850px) {

  .aa h1{
    margin-top: -31%;
    font-size: 25px;
  }
  .aa p{
   margin-top: -5px;
    font-size: 18px;
  }
  .aa button{
    width: 37%;
margin-left: 100px;
  }
  .destination{
    margin: 10px 6px;
  }
  .destination .row .col{
    display: flex;
    flex-direction: column;
    margin-top: 2.5rem;
  }

  .destination img{
    margin: 10px 4px;
    margin-top: 20px;
    flex-direction: column;
    width: 100%;
    height: 100;
  }
 
}
