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


:root {
    --main-color: rgba(0, 0, 0, 0.63);
    --secondry-color: #838971;
    --nav-color: #FED0DC;
}

* {
    font-family: 'Ruda', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background: #F4EBE2;
    overflow-x: hidden;
}

.img-logo {
    position: absolute;
    width: 250px;
    height: 200px;
    top: -25px;
    left: 50px;
}

.tabs {
    position: absolute;
    width: 629px;
    height: 31px;
    right: 10px;
    top: 40px;
}

.tab {
    padding-right: 50px;
    color: black;
    text-decoration: none;
}

.navbar .tabs a:hover {
    text-transform: uppercase;
    color: white;
}

.navbar {
    background-color: #F9DDDF;
    height: 90px;
    margin-top: -7px;
    overflow-y: unset;
}

.conatct-header {
    margin-left: 194px;
    margin-top: 100px;
    color: var(--main-color);
}

.contact-p {
    font-size: 24px;
    margin-left: 194px;
    color: var(--main-color);
    margin-top: 20px;
}

.contact-p .p1 {
    color: black;
    margin-bottom: 10px;
}

.form {
    background: #FFFFFF;
    width: 600px;
    height: 600px;
    border: 0.2px solid var(--secondry-color);
    border-radius: 29px 1px 1px 29px;
    margin-left: 185px;
    margin-top: 34px;
    padding-top: 40px;
    position: relative;
}

label {
    font-size: 24px;
    color: #000000;
    margin-left: 104px;
    /* margin-top: 100px; */
}

input,
textarea {
    margin-right: 439px;
    margin-left: 104px;
    width: 400px;
    height: 45px;
    border: 2px solid #D9D9D9;
    border-radius: 5px;
    margin-top: 9px;
    margin-bottom: 20px;
}

textarea {
    height: 114px;
}

input::placeholder,
textarea::placeholder {
    font-size: 16px;
}

#submitButton {
    margin-left: 340px;
    margin-top: 20px;
    width: 160px;
    height: 40px;
    background-color: var(--secondry-color);
    color: #FFFFFF;
    border-radius: 7px;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.contact-img {
    margin-left: 995px;
    height: 600px;
    left: -210px;
    top: 345px;
    position: absolute;
}

.form-container {
    margin-bottom: 100px;
}

/* footer */
footer {
    background-color: #838971;
    width: 1550px;
    margin-left: -20px;
    justify-items: center;
    align-items: center;
    display: flex;
    flex-wrap: inherit;
    overflow: auto;
    justify-items: center;
    align-items: center;
}

footer p {
    margin-left: 150px;
    font-family: Roboto;
    font-size: 19px;
}

footer p2 {
    margin-left: 230px;
    font-family: Roboto;
    font-size: 19px;
    margin-bottom: -50px;
}

.social-media {
    margin-top: 0px;
    margin-left: 300px;
}

.social-media i {
    font-size: 29px;
    margin: 10px;
    cursor: pointer;
    color: rgb(228, 239, 249);
}

.social-media i:hover {
    transform: translate(0, -10px);
}

.social-media:nth-child(1) i:hover {
    background-color: #D0627F;
}

.social-media:nth-child(2) i:hover {
    background-color: #D0627F;
}

.social-media:nth-child(3) i:hover {
    background-color: #D0627F;
}

.social-media:nth-child(4) i:hover {
    background-color: #D0627F;
}

