@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

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

  /* content basic style */
.container {
    margin: auto;
    max-width: auto;
    padding: 0;
    overflow: auto;
}  
.container2 {
    margin: auto;
    max-width: 1440px;
    padding: 0;
    overflow: auto;
}


  /*main*/
  html, body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    background-color: #F1EDE6 ;
    /* flexbox */
    display: flex;
    flex-direction:column ;
} 

/*logo*/
#navbar h1.logo {
    color: #000000;
    display: inline-block;
    margin: 0;
    padding: 14px;

} 

/* navbar */
#navbar  {
    background: #CBAD8D;
    color: #fff;
    overflow: auto;
} 

#navbar a {
    color: #000000;
    text-decoration: none;
} 


#navbar ul {
    background-color: #CBAD8D;
    float: right;
    list-style: none;
} 

#navbar ul li {
    float: left;
} 

#navbar ul li a {
    display: block;
    padding: 20px;
    text-align: center;
} 

#navbar ul li a:hover,
#navbar ul li a.current {
    background: #A48337;
    color: #000000;
} 

#navbar h1 {
    padding-top: 20px;
    float: left;
} 


/*Firma nimi täispikkuses ja slogan*/
.slogan {
    background: #E8D9CD;
    color: #000000;
    text-align: center;
    width: 100%;
    padding: 10px;
} 


/*Paneb teksti keskele*/
.keskele {
    text-align: center;
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
} 


/* Teeb teksti ümber kastid */
.teksti-raam {
    max-width: 500px;
    padding:3rem;
    border: 1px solid #333333;
    border-radius: 8px;
    background-color: #E8D9CD;
    box-sizing: border-box;
}

.teksti-raam h2 {
    font-size: 1.5rem;
    color: #333333;
    margin-bottom: 0.5rem;
    text-align: center;
}

.teksti-raam p {
    font-size: 1rem;
    color: #555555;
    line-height: 1.6;
}

/* flexbox sisukastide jaoks */
.sisukastid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}


/* Pildid teenuste all*/
.teenused {
    height: 300px;
    width: 400px;
    opacity: 70%;
    margin: 5px;
} 


h3 {
    color: #414040;
} 



/*Kontakt*/
/* Võta meiega ühendust vorm*/
.contact-form {
    width: 100%;
    width: 700px;
    height: 500px;
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;

}

.contact-form h2 {
    color: #333;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.contact-form .form-group {
    margin-bottom: 1.2rem;
    text-align: left;
}

.contact-form label {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.3rem;
}

.contact-form input[type="text"],
.contact-form input[type="email"]{
    width: 294px;
    padding: 0.8rem;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.contact-form textarea {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
    border-color: #0e7cf3;
}

.contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-form p {
    margin-top: 20px;
}


.p-1 {
    padding: 1rem;
} 
/* Teeb et nimi ja email oleks samas reas */
.form-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.bg-form {
    padding:3rem;
    border: 1px solid #333333;
    border-radius: 8px;
    background-color: #E8D9CD;
    box-sizing: border-box;
    background: #E8D9CD;
    color: #333;
} 

#contact p {
    color: #555555;
} 
 
.btn {
    display: inline-block;
    padding: 0.5rem 2rem;
    border: none;
    border-radius: 5px;
    background-color: #CBAD8D;
    color: #000;
} 

.btn:hover {
    background-color: #A48337;
} 

/*Map*/
.contact-map {
    width: 1440;
    height: 1000; 
    border-top: 5px solid #CBAD8D;
}

/*Paneb pildi ja teksti kokku ja teksti keskele*/
.con-kast {
    background-image: 
        linear-gradient(
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
        ), url('../img/Designer.jpeg');
    text-align: center;
    color: #ddd;
}

/*Kontakti teksti kujundamine*/
.teksti-raam3 {
    width: 700px;
    height: 500px;
    padding:3rem;
    border: 1px solid #333333;
    border-radius: 8px;
    background-color: #E8D9CD;
}

.teksti-raam3 h2 {
    font-size: 1.5rem;
    color: #333333;
    margin-bottom: 0.5rem;
    text-align: center;
}

.teksti-raam3 p {
    font-size: 1rem;
    color: #555555;
    line-height: 1.6;
}

.sisukastid3 {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    align-items: center;
}



/* Tooted */
/* Teeb pildi ja pealkirja  ümber kastid */
.teksti-raam2 {
    max-width: 650px;
    padding: 2.5em;
    border: 1px solid #333333;
    border-radius: 8px;
    background-color: #E8D9CD;
    box-sizing: border-box;
}
.teksti-raam2 h2 {
    font-size: 1.5rem;
    color: #333333;
    margin-bottom: 0.5rem;
    text-align: center;
}

/* Kastide asukohad*/
.sisukastid2 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

/*Pildid*/
.tooted {
    height: 250px;
    width: 450px;
    opacity: 70%;
} 

/* Nupp "tooted" all*/
.btn2 {
    display: inline-block;
    padding: 0.5rem 2rem;
    border: none;
    border-radius: 5px;
    background-color: #CBAD8D;
    color: #000;
    text-decoration: none;
    width: 180px;
}

.btn2:hover {
    background-color: #A48337;
}


/*Footer*/
footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 5px;
    background: #E8D9CD;
    color: #000;
}

/*Annab ruumi et sisu ja footer koos ei oleks lehe lõpus*/
.room {
    padding-bottom: 50px;
    padding-top: 25px;
}