body {
 background-color: #212121;
    min-width: 375px;
    
}

Header{
 background-color: #792445;
}

Header img{
    scale: 80%;
   
}

H2 {
 background-color: #792445;
 color: #cbc5b3;
 padding: 15px 15px 15px;
 font-size: 30px;
 text-align: center;
     font-family: "gamtanroad-batang", sans-serif;
font-weight: 600;
font-style: normal;
}

H3{ background-color: #ced2d7;
 text-align: center;
 margin: 0 100px 1px;
 padding: 20px;
color: black;

}


.nav{
display: flex;
    flex-direction: column;
    gap: 25px;
    font-family: "gamtanroad-batang", sans-serif;
font-weight: 400;
font-style: normal;
    text-decoration: none;
    margin-top: 10px;
    max-width: 500px;
     margin-top: 17px;
    margin-bottom: -68px;
    
    
}

.nav a{
text-decoration: none;
}


H3:hover{
    background-color: #792445;
    color: #cbc5b3;
} 

.hero{

    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 50px;
    font-family: "gamtanroad-batang", sans-serif;
font-weight: 400;
font-style: normal;
}
.hero-item{
    margin-top: -60px;
    margin-bottom: 20px;
    background-color: #ced2d7;
    color: #1a1a1a;
    padding: 20px;
    text-align: left;
    border-radius: 8px;
    font-weight: normal;
    font-size: 24px;
    flex: 1; 
    max-height: 600px;
    min-width: 375px;
   max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    scale: 90%;
}

.hero-item img{
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.owner{
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 50px;
    
}
.owner-item{
     margin-top: -60px;
    margin-bottom: 20px;
    background-color: #ced2d7;
    color: #1a1a1a;
    padding: 20px;
    text-align: left;
    border-radius: 8px;
    font-weight: normal;
    font-size: 24px;
    flex: 1; 
    min-width: 375px;
    max-width: 750px;
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
    scale: 90%;
}

.owner-item img{
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.Our-Craft{
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 40px;
    font-family: "gamtanroad-batang", sans-serif;
font-weight: 400;
font-style: normal;
}
.Our-Craft-item{
     margin-top: -60px;
    margin-bottom: 20px;
    background-color: #ced2d7;
    color: #1a1a1a;
    padding: 20px;
    text-align: left;
    border-radius: 8px;
    font-weight: normal;
    font-size: 24px;
    flex: 1; 
    min-width: 375px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    scale: 90%;
}

.Customer-Reviews{
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 40px;
    font-family: "gamtanroad-batang", sans-serif;
font-weight: 400;
font-style: normal;
}
.Customer-Reviews-item{
     margin-top: -36px;
    margin-bottom: 20px;
    background-color: #ced2d7;
    color: #1a1a1a;
    padding: 20px;
    text-align: left;
    border-radius: 8px;
    font-weight: normal;
    font-size: 24px;
    flex: 1; 
    min-width: 375px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    scale: 90%;
}

.Supporting-pages{
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 40px;
}
.Supporting-pages-item{
     margin-top: -36px;
    margin-bottom: 20px;
    background-color: #ced2d7;
    color: #1a1a1a;
    padding: 20px;
    text-align: left;
    border-radius: 8px;
    font-weight: normal;
    font-size: 24px;
    flex: 1; 
    transition: transform .2s ease, box-shadow .2s ease;
    min-width: 375px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    scale: 90%;
}

.Supporting-pages-item:hover{
    transform: scale(1.01);
 box-shadow: 0 0 26px #cbc5b3;
    background-color:#792445;
}

.Supporting-pages-item a{
    text-decoration: none;
    color: black;
     
}

.form{
    background-color:  #ced2d7;
    padding: 20px 40px;
    border-radius: 25px;
    box-shadow: 0 10px 25px rgba(0,0,0, .65);
    width: 320px;
    margin-left: auto;
    margin-right: auto;
   
}


.form-group{
    margin-bottom: 20px;
    text-align: left;
    font-family: "gamtanroad-batang", sans-serif;
font-weight: 400;
font-style: normal;
}

label{
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    
}

input{
    width: 95%;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 8px;
    font-size: 18px;
}
input:focus{
    border-color:  #792445;
    outline: none;
}

button{
    width: 78%;
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #1a1a1a;
    color: #ced2d7;
    border:none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}
button:hover{
    background-color:  #792445;
}
footer {
 background-color: #792445;
 color: #cbc5b3;
    font-family: "gamtanroad-batang", sans-serif;
font-weight: 400;
font-style: normal;
}
 
.social{
    scale: 60%;
    margin-top: 0;
   margin-bottom: 0;
max-width: 600px
}


@media(min-width: 1000px){
    .Supporting-pages{
        flex-direction: row;
    }
    .Customer-Reviews{
        flex-direction: row;
    }
    
    .nav{
        flex-direction: row;
    }
}
