:root {
    --color-light: #f8f8f8;
    --color-dark: #1e1b18;
    --first-color: #85014e;
    --second-color: #ff2f47;
    --third-color: #148ab5;
}
  
  @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
  @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*NAVBAR*/

.pic2 {
    padding-left: 5%;
}
#btn {
    background-color: var(--first-color);
    border: none;
    color: white;
    position: fixed;
    top: 20px;
    right: 41px;
    padding: 1rem;
    transition: transform 0.3s ease-in-out;
    z-index: 50;
}

button.active{
    transform: translateX(-232px);


}
#nav{

    background-color: var(--first-color);
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    padding: 3rem;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 10004;
}
#nav.active{
    transform: translateX(0);
}

.desktop ul{
    max-width: 98vw;
}

.desktop ul li a{
    text-align: center;
}

#nav ul{
    padding: 0;
    list-style-type: none;
    margin: 0;
}
#nav ul li{

    padding: 1rem 0;
}
#nav a{
    font-family: "Nunito Sans";
    color: white;
    text-decoration: none;
    font-weight: bold;

}
#nav a:hover{
    color: #000000;
    transition: 0.5s;
}

@media screen and (max-width: 600px) {
    .desktop {
        display: none;
    }

}

header {
    background-color: var(--first-color);

}

.map-container {
    color: var(--first-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--color-light);
    border-radius: 6px;
    height: 600px;
    width: 90%;
    margin-left: 4rem;
    text-align: center;
    padding: 2rem;
    padding-left: 2rem;
    box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.2);
    
}

@media screen and (max-width: 600px) {
    .map-container {
        display: block;
        width: auto;
        padding: 0;
        margin-left: 0rem;
        padding-top: 1rem;
        margin-right: 0;
        background-color: var(--first-color);
        color:var(--color-light);

    } 
}

#map {
    display: flex;
    justify-content: center;
    width: auto;
    height: 400px;
    margin-left: 1,8rem;
    border-radius: 5px;
}

@media screen and (max-width: 600px) {
    #map{
        margin-left: 0;
    }

    h1 {
        text-align: center;
        font-family: "Nunito Sans", sans-serif;
        font-size: 0.5rem;
        padding-top: 6vh;
    }

}

h1 {
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.2rem;
}

.lorem1 {
    font-family: "Raleway", sans-serif;
}

.lorem2 {
    font-family: "Raleway", sans-serif;
}

/* Footer */
 
footer{
 
    background-color: var(--first-color);
    position:flex;
    bottom:0;
    width:100%;
    padding-top:50px;
    height: auto;
}
footer h4 {
    display: flex;
    justify-content: center;
    font-family: "Nunito Sans";
    font-size: 25px;
}
footer ul{
    display: flex;
    justify-content: center;
}
 
 
footer li {
    list-style-type: none;
    font-family: "Nunito Sans";
 
}
footer li a{
    font-family: "Nunito Sans";
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    color: white;
 
}
footer li a:hover{
    cursor: pointer;
    color: #000000;
    transition: 0.5s;
}
footer span{
    display: block;
    text-align: center;
    padding-top: 2vh;
}
 
@media screen and (min-width: 600px){
    #btn,#nav  {
        display:none;
    }
    .desktop{
        top: 0;
        visibility: visible;
        display: flex; 
        height: 10vh;
        width: 100%;
        background-color: var(--first-color);    
    }
    .desktop ul{
        display: flex;
        margin: 0;
        align-items: center; 
    }
    .desktop ul li{
        margin-right: -1vw;
        list-style-type: none;
        width: 22vw;
    }
    .desktop ul li a {
        font-family: "Nunito Sans";
        text-decoration: none;
        display: flex;
        flex-direction: column;
        color: #ccc;
        font-size: 20px;
        font-weight: bold;
    }
    .desktop ul li a:hover{
        color: #000000;
        transition: 0.5s;
    }
    .pic1{
        padding-right: 5vw;
    }
 
footer{
 
    background-color: var(--first-color);
    /*display:flex;*/
    bottom:0;
    /* width:100%; */
    padding-top:50px;
    height: auto;
}
footer h4 {
 
    font-family: "Nunito Sans";
    font-size: 25px;
    text-align: center;
    color: white;
}
footer ul{
    padding-left: 0vw;
    display: flex;
    justify-content: center;
}
footer img {
    padding-right: 1.5vw;
    width: 3vw;
}
footer li {
    list-style-type: none;
    font-family: "Nunito Sans";  

}
footer li a{
    font-family: "Nunito Sans";
    font-weight: bold;
    display: flex;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    padding-top: 0.5rem;
    color: white;    
}
footer li a:hover{
    cursor: pointer;
    color: #000000;
    transition: 0.5s;
}
footer span {
    display: block;
    padding-left: 8vw;
    padding-top: 2vh;
}
.menu{
    display: flex;
    justify-content: space-around;
}
}
.wrap h4 {
    text-align: center;
    margin-bottom: 3vh;
}
.wrap img{
    width: 80px;
    height: 80px;  
}
.menu{
    visibility: hidden;
}
footer li a:hover{
    cursor: pointer;
    color: #000000;
    transition: 0.5s;
}