*{
    margin: 0;
    padding: 0;
    font: inherit;
    font-family: sans-serif;
    transition:0.5s;
  }
  .container{
    --max-width:1110px;
    --padding:1rem;
  
    width: min(var(--max-width),100% - (var(--padding)*2));
    margin-inline: auto;
  }
  .even-columns{
    display: grid;
    gap: 1rem;
  
  }
  
  .image{
    height: 35em;
  }
  body{
    text-rendering: optimizeSpeed;
    line-height: 1.5;
  }
  header img{
    margin-top: 0.5em;
   height: 150px;
   width: 150px;
  }
  .primary-navigation{
    margin-top: -3.2em;
  }
  

   h3{
  
    font-size: 3em;
    font-weight:bolder;
    color: rgb(187, 132, 232)
   }
   h2{
    font-size: 2.12em;
    font-weight: 600;
   }
   h4{
    font-size: 1.375em;
   
   }
   h1{
    font-size: 3.5em;
   font-weight: bold;
   color: rgb(53,24, 90);
   }
    b{
    color: rgb(53,24, 90)
   }
  
   header ul{
    list-style: none;
    display: flex;
    justify-content: flex-end;
   }
   nav ul li a{
    margin-top: -1.8em;
    font-size: 1.3em;
    text-decoration: none;
    display: flex;
    color: rgb(53,24, 90);
    padding: 0em 2.5em;
    
   }
  
   footer img{
    width: 150px;
    height: 50px;
   }
   footer ul{
    display: flex;
    list-style: none;
    justify-content: center;
   }
   .social-media li a{
    display: flex;
    text-align: center;
    text-decoration: none;
    padding: 0em 2.5em;
    margin-top: 1em;
   }
   footer{
    text-align: center;
   }
   .social-media img{
    width: 3em;
   }
  button{
    
    background-color: rgb(53,24, 90);
    color: white;
    height: 2.5em;
    width: 6em;
    border: none;
    border-radius: 1em;
    font-size: 1.2em;
  }
  .sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh; 
    width: 250px;
    z-index: 999;
    background-color: rgb(255, 255, 255);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgb(139, 139, 139) ;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .sidebar li{
     margin: 20px;
    justify-content: center;
     width: 100%;
  }

  .sidebar li a{
     text-decoration: none;
     padding: 0px 40px;
     height: 40px;
     display: flex;
     align-items: center;
     color: rgb(53,24, 90);
     font-size: 18px;
     transition: 1s;
  }
  .text li{
    font-weight: 600;
    color: rgb(53,24, 90);
    list-style: none;
    font-size: 1.5em;
    padding: 0.7em 0em;
  }
  
  .text{
padding: 0em 3em;
  }

.place-name img{
height: 4em;

  
}
.image-place{
    
    margin-top: 17em;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
.place-name li{
    display: flex;
    padding: 1em 0em;
}
.places h5{
    font-size: 2.5em;
    font-weight: bold;
color: rgb(53,24, 90);
}

footer{
  background-color: #111;
}
.footerContainer{
  width: 95%;
  padding: 70px 30px 20px ;
}
.socialIcons{
  display: flex;
  justify-content: center;
}
.socialIcons a{
  text-decoration: none;
  padding:  10px;
  background-color: white;
  margin: 10px;
  border-radius: 50%;
}
.socialIcons a i{
  font-size: 2em;
  color: black;
  opacity: 0,9;
}

.socialIcons img{
  height: 30px;
  width: 40px;
 }

.footerNav{
  margin: 30px 0;
}
.footerNav ul{
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.footerNav ul li a{
  color:white;
  margin: 20px;
  text-decoration: none;
  font-size: 1.3em;
  opacity: 0.7;
  transition: 0.5s;

}

.footerBottom{
  background-color: #000;
  padding: 20px;
  text-align: center;
}
.footerBottom p{
  color: white;
}
.designer{
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0px 5px;
}

@media (max-width: 700px){
  .footerNav ul{
      flex-direction: column;
  } 
  .footerNav ul li{
      width:100%;
      text-align: center;
     
  }
  .socialIcons a{
      padding: 8px;
      margin: 4px;
  }
}
  @media(min-width: 70em){
    .even-columns{
      grid-auto-flow: column;
    
    }
  
    .menubutton{
      display: none;
  }
  }
  @media(max-width: 70em){
    .place-name li{
        display: block;
        padding: 1em 0em;
    }
    .image-place{
    
        margin-top: 0em;
    }
    .menubutton{
      margin-top: -0.5em;
      margin-right: -3em;
      align-items: end;
    }
    .hideonmobile{
      display: none;
    }
    .container{
      text-align: center;
    }
    .social-media li a{
      padding: 0.7em 1.5em;
      margin-top: 0.5em;
    }

    h3{
      font-size: 1.9em;
      font-weight:bolder;
      color: rgb(187, 132, 232)
     }
     h2{
      font-size: 1.5em;
      font-weight: 600;
     }
     h4{
      font-size: 1em;
      
     }
     h1{
      font-size: 2em;
     
     }
   .main2-list h1{
  font-size: 1.5em;
   }
   .main-2 h4{
    padding:0em 3em;
    color: rgb(53,24, 90);
  }
  .main-3 h1{
    font-size: 1.3em;
  }
  button{
    font-size: 1.2em;
  }
  }