@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Roboto&display=swap');

:root{
    --textColor:#DF4F61;
    --hoverColor: #ff99a5;
}

/* HERO */
#hero{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 90px 0px 50px 0px;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.4) 100%), url('../images/rx-bg.jpg');
}
#hero img{
    width: 150px;
}
#hero h1{
    font-size: 48px;
    font-weight: 600;
    margin: 30px 0px 10px 0px;
    color: #E60000;
}
#hero p{
    font-size: 20px;
    font-weight: 500;
    color: white;
}
#hero i{
    margin: 20px 0px;
    font-size: 42px;
    color: #e5e5e5;
}
/* end */

/* DESIGN */
#design{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0px;
}
#design .d-text{
    width: 60%;
    margin: auto;
    text-align: center;
    border-bottom: 0.5px black solid;
}
#design .d-text h1{
    color: var(--textColor);
    font-weight: 600;
    margin: 18px 0px;
}

#design .d-content{
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 30px 0px;
}
.image{
    width: 40%;
    text-align: center;
}
.image img{
    width: 400px;
    text-align: center;
}

.cd-text{
    width: 50%;
    font-size: 20px;
}

/* end */

/* ABOUT */
#about{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px 0px;
}
#about .a-text{
    width: 60%;
    margin: auto;
    text-align: center;
    border-bottom: 0.5px black solid;
}
#about .a-text h1{
    color: var(--textColor);
    font-weight: 600;
    margin: 18px 0px;
}

#about .a-content{
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 30px 0px;
}
.image{
    width: 50%;
    text-align: center;
}
.image img{
    width: 500px;
    text-align: center;
}

.ca-text{
    width: 40%;
    font-size: 20px;
}
/* end */

/* HISTORY */
#history{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px 0px;
    background-color: var(--textColor);
}
#history h1{
    color: white;
    font-weight: 600;
    margin: 18px 0px;
}

.history-item{
    width: 70%;
    margin-bottom: 32px;
}
.history-item img{
    width: 100%;
    border: 1px #e5e5e5 dashed;
}
/* end */

/* CONTACT US */
#contact{
    width: 100%;
    text-align: center;
}

.contact-item{
    display: flex;
    justify-content: center;
    padding: 20px;
}

.image{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.formz{
    width: 40%;
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.formz table{
    width: 100%;
    background-color: #e5e5e5;
    border-radius: 5px;
    align-items: center;
    margin: auto;
}
.formz table td{
    text-align: start;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
}
.formz table td.submit{
    text-align: center;
}

form input[type=text], textarea{
    width: 100%;
    border-radius: 5px;
    padding: 12px;
    margin-top: 6px;
    resize: none;
}

input[type=submit] {
    background-color: var(--textColor);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: var(--hoverColor);
}
/* End */

/* .form {
  width: 40%;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  text-align: start;
}

input[type=text], textarea {
    width: 100%; 
    padding: 12px; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: none; 
}


input[type=submit] {
    background-color: var(--textColor);
    font-size: 18px;
    font-weight: 500;
    text-align: end !important;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: var(--hoverColor);
} */
  /* end */

  /* Footer */
footer{
    margin: auto;
    background-color: black;
    padding: 40px;
}
.foot-top ul{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.foot-top a{
    color: white;
    text-decoration: none;
}

.foot-mid{
    display: flex;
    justify-content: center;
    padding: 40px;
}
.foot-mid i{
    font-size: 32px;
    margin: 20px 30px;
    color: #F1F1F1;
}

.copyright{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.copyright img{
    width: 20%;
}
.copyright h4{
    color: #F1F1F1;
    font-weight: 400;
    word-spacing: 2px;
}

.foot-bot{
    display: flex;
    justify-content: center;
}
.foot-bot a{
    text-decoration: none;
    color: #F1F1F1;
    margin: 30px 20px;
}
/* end */

 