*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
nav{
    background-color:rgb(48, 46, 46);;
    width:100%; 
    padding:0 ;}
nav .menu{
background:DARK  ;
margin:auto;
display:flex;
align-items:center;
justify-content: space-between ;
padding:0 20px;
z-index:12;}
.menu .logo{
    text-decoration:none;
    color:rgb(205, 161, 161);
    font-size:32px;
    font-weight: 700;
}
.menu .logo a{
    text-decoration:none;
    color:rgb(205, 161, 161);
    font-size:32px;
    font-weight: 700;
}
.menu ul{
    display:inline-flex;
}
.menu ul li{
    list-style:none;
    margin-left:7px;
}
.menu ul li a{
text-decoration: none;
color:rgb(205, 161, 161);
font-size: 18px;
font-weight: 500;
padding:8px 15px;
border-radius:5px;
transition:all 0.3s ease;
}
.menu ul li a:hover{
    background-color:DARK  ;
    color:rgb(205, 161, 161) ;
}
.img {
  background: url('https://i.pinimg.com/1200x/29/b6/45/29b645a627971daa8407b3d344b9e9a2.jpg') no-repeat center center ;
  background-size: cover; 
  height: 100vh;
  width: 100%;
  background-position:center;
  
}
.img::before{
content:'';
position:absolute;
height:100%;
width:100%;
background:rgba(72,60,50,0.5);
z-index:-1;
}
.center{
    position:absolute;
    top:52%;
    left:50%;
    transform:translate(-50%,-50%);
    padding:0 20px;
    text-align:center;
    width:100%;

}
.center .title{
    color:rgb(205, 161, 161);
    font-size: 55px;
    font-weight: 700;
 
}
.center .sub_title{
    color:rgb(205, 161, 161);
    font-size: 32px;
    font-weight: 500;
}
.center .btns{
    margin-top:20px;
}
.center .btns button{
    height:55px;
    width:170px;
    border-radius:8px;
    border:none;
    margin:0 10px;
    border:2px solid  rgb(205, 161, 161);
    font-size: 18px;
    font-weight:500;
    padding:0 10px;
    cursor:pointer;
    outline:none;
    transition:all 0.3s ease;
}
.center .btns button a{
  text-decoration:none;
  color:rgb(205, 161, 161);
}
.center .btns button:first-child{
    color:rgb(205, 161, 161);
    background:transparent;
}
.center .btns button:first-child:hover{
    background: rgb(144, 136, 136);
    color:rgb(205, 161, 161);
}
.center .btns button:last-child{
    background:rgb(144, 136, 136);
    color:rgb(205, 161, 161);
    border:none;
}
.center .btns button:last-child:hover{
    background:  rgb(144, 136, 136);
}
.explore-page* {
  box-sizing: border-box;
  margin-top: 20px;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background:rgb(48, 46, 46);}

.header {
  text-align: center;
  text-transform: uppercase;
  padding: 32px;
  background-color: rgb(205, 161, 161);
  color: rgb(48, 46, 46);
  border-bottom: 4px solid DARK  ;
}

.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 10px;
  
}
.gallery-item{position:relative;}

.gallery-item img {
  width: 100%;
  max-width: 350px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  border: 3px solid DARK  ;
}
.gallery-item .caption{
    font-size:14px;
    color: rgb(205, 161, 161);
    text-align: center;
    margin-top: 8px 0 0;
}

.gallery::after {
  content: "";
  width: 350px;
}
.caption {
  font-size: 14px;
  color: rgb(205, 161, 161);
  text-shadow: 1px 1px 2px #000;
  background: rgba(72, 60, 50, 0.7);
  padding:6px 10px;
  border-radius: 6px;
  display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.explore-page .explore{margin-top:30px;}
.Sign-in{
 body{
  width: 100%;
  height: 100vh;
  margin: 0;
  
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1, p {
  margin: 1em auto;
  text-align: center;
  color:rgb(205, 161, 161);

}

form {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 2em;
  background:rgb(48, 46, 46);
  border-radius: 10px;
  padding: 2rem;
}
fieldset {
  border: none;
  padding: 2rem 0;
  border-bottom: 3px solid #b15235;
}

fieldset:last-of-type {
  border-bottom: none;
}

label {
  display: block;
  margin: 0.5rem 0;
  color:rgb(205, 161, 161);
}
input,
textarea,
select {
  width: 100%;
  margin-top: 10px;
  padding: 0.8em;
  border-radius: 5px;
  border: 1px solid  rgb(205, 161, 161);
  background:rgb(205, 161, 161);
  color:rgb(48, 46, 46);;
}
form input[type="submit"] {
  background-color: rgb(205, 161, 161);
  color:rgb(48, 46, 46);;
  font-size: 1.1rem;
  border: none;
  margin-top: 1rem;
  cursor: pointer;
  transition: 0.3s;
}

form input[type="submit"]:hover {
  background-color:  rgb(144, 136, 136);
}
.inline {
  width: unset;
  margin: 0 0.5em 0 0;
  vertical-align: middle;
}

input[type="submit"] {
  display: block;
  width: 60%;
  margin: 1em auto;
  height: 2em;
  font-size: 1.1rem;
  
  border-color: white;
  min-width: 300px;
}

input[type="file"] {
  padding: 1px 2px;
}

a{color:#dfdfe2;}}
.footer {
  text-align: center;
  padding: 20px;
  background-color: DARK  ;
  color:rgb(205, 161, 161);
}