#contact {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
}



#contact a {
    color: #000;
    font-family: Montserrat;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    }


#contact a svg {
    height: 15rem;
    margin-bottom: 2rem;
}


@media screen and (orientation:portrait) {
    #contact {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    
    #contact a {
        color: #000;
        font-family: Montserrat;
        font-size: 1.5rem;
    }

    #contact a svg {
        height: auto;
        width: 50%;
        margin: 0;
        margin-top: 2rem;
    }
    
}


iframe {
    width: 100%;
    height: 50vh;
}




#arajanlat {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



#arajanlat form {
    width: calc(90% - 3rem);
    border-radius: 2rem;
    background: var(--secondary-bg-color, #F5F5F5);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 1.5rem;
    margin: 4rem 0;
}


form * {
    color: var(--main-text-color), #333333;
    font-family: Noto Sans;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}

form h1 {
    color: var(--main-text-color, #333);

    /* Main */
    font-family: Roboto;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 1rem 0;
    width: 100%;
    text-align: center;
}


input[type=text],
input[type=email],
input[type=tel],
textarea {
    outline: none;
    background-color: transparent;
    border: none;
    border-bottom: 0.2rem var(--main-text-color) solid;
    margin-bottom: 1rem;
    line-height: 1.6rem;
    transition: 0.3s ease-in;
}


input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
    border-bottom: 0.3rem var(--main-text-color) solid;
}


textarea {
    transition: 0.3s ease-in;
    max-height: 1.6rem;
}

textarea:focus {
    max-height: 100rem;
    min-height: 8rem;
    transition: 0.3s ease-in;
    height: auto;

}

input[type=date] {
    width: fit-content;
    outline: none;
    background-color: transparent;
    border: none;
}

form {
    display: flex;
    flex-direction: column;
}


form p {
    margin: 0;
    margin-bottom: 0.5rem;
}


#felezo {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 1rem 0;
}


 #jobb {
    display: flex;
    flex-direction: column;
}


input[type=checkbox] {
    margin-right: 0.5rem;
    height: 1.4rem;
    width: 1.4rem;
    border-radius: 0.2rem;
    border: solid var(--main-text-color) 0.2rem;
    background-color: var(--main-text-color) !important;
}


#kuldes {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}



input[type=submit] {
    width: fit-content;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: var(--Accent-Teal, #008080);
    border: none;
    border-radius: 4rem;
    padding: 1rem 3rem;
    cursor: pointer;
}

@media screen and (orientation:portrait) {
    

    #arajanlat form {
        width: calc(90% - 2rem);
        border-radius: 2rem;
        background: var(--secondary-bg-color, #F5F5F5);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 1rem;
        margin: 2rem 0;
    }


    
    form * {
        color: var(--main-text-color), #333333;
        font-family: Noto Sans;
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    form h1 {
        color: var(--main-text-color, #333333);

        /* Main */
        font-family: Roboto;
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 1rem 0;
    }

    #felezo {
        display: flex;
        flex-direction: column;
    }


    #bal {
        margin-bottom: 1rem;
    }

    input[type=checkbox] {
        margin-right: 0.5rem;
        height: 1rem;
        width: 1rem;
        border-radius: 0.2rem;
        border: solid var(--main-text-color) 0.2rem;
        background-color: transparent;
    }



}