.Nav{
    display: flex;
    justify-content: left;
    margin-top: 50px;
    margin-bottom: 30px;
}
.n4{
  color: white;
  text-decoration: none;
}
.Nav li{
    margin-left: 100px;
    border: red 2px solid;
    border-radius: 20px;
    padding: 5px 10px;
    transition: .3s ease-in-out;
    display: inline;
}
.n3,.n2,.n1{
    color: red;
    text-decoration: none;
}
.Nav li:hover{
    background-color: red;
    color: white;
    scale:1.2;
    box-shadow: red 0 0 20px;
    transform:translateY(-3px);

}
.N4{
    background-color: red;
    color: white;
    scale:1.2;
    box-shadow: red 0 0 20px;
    transform:translateY(-3px);
  
}
.Nav li a:hover{
    color: white;
}
.main{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    width: 100%;
    max-width: 1271px;
}
.d1{
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 300px;
    height: 1000px;
    overflow: hidden;
    justify-content: space-between;
}
.d1 h1{
    font-size: 70px;
    margin-top: 5px;
}
.d1 img{
    width: 450px;
}
.d1 p{
    text-align: justify;
    color: black;

}
.d2{
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 300px;
    height: 1000px;
    border: solid black 1px;
    
}
.d2 img{
    
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.d3{
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 1000px;
    justify-content: space-between;
}
.d3-1{
    width: 300px;
    height: 300px;
    

}
.d3-2{
    width: 300px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.d3-2-1{
    height: 300px;
    width: 300px;
    border: 2px solid red;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.d3-2-2{
    display: flex;
    align-items: center;
    height: 100px;


}
.d3-2-2 button{
    border-radius: 200px;
    width: 150px;
    height: 50px;
    background-color: orangered;
    color: white;
    border: solid 2px red;
}
.d3-2-2 button:hover{
    background-color: red;
    color: white;
    scale:1.02;
    box-shadow: red 0 0 20px;
}
.footer{
    display: flex;
    width: 100%;
    height: 100%;
}
footer{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    background-color:lightgray;
}
.div1{
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding: 0px;
    padding-bottom: 20px;
    margin-left: 50px;
}
.contactus{
    margin-top: 20px;
    font-size: 35px;
    color: black;
    font-weight: bold;
}
.p{
    width: 85%;
    margin-top: 5px;
}
.dd1{
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    display: inline-flex;
    width: 100%;
    height: auto;
}
.img1{
    height: 95px;
    width: 95px;
    justify-items: flex-start;
    margin-top: 30px;

}
.row{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    margin-top: 150px;
}
.div2{
    width: 90%;
    height: auto;
    margin-top: 60px;
    padding-bottom: 20px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 90px;
    margin-right: 50px;
}
.p2{
    margin-left: 60px;
    justify-content:flex-start;
    font-size: 20px;
}
.a{
    text-decoration: none;
    color: brown;
    
}
.footer-11{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    margin-top: 50px;
}

.title-1{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    margin-top: 150px;
    gap: 100px;
    margin-bottom: 70px;
    font-size: 40px;
    align-self: stretch;
}
.title-2{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    display: inline-flex;
    margin-left: 50px;
    width: 100%;
}
.title-2-2{
    color: black;
    font-size: 16px;
    font-family: Familjen Grotesk;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: bold;
}
.title-2-2-1{
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    gap: 12px;
}
.ancertag{
    text-decoration: none;
    font-size: 12px;
    color: black;
    font-weight: bold;
}
.ancertag:hover{
    color: brown;
}
.dc{
    width:1000px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between;
}
.dcc{
    display: flex;
    justify-content: center;
}
@media(max-width:1000px){
    .dc{
        flex-direction: column;
    }
    
}
