﻿.about-bg {
    background: url(../images/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    padding: 170px 0;
}

.bg-overlay {
    background-color: #2c2927;
    opacity: 0.75;
    transition: 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.about-bg .container {
    position: relative;
    min-height: 1px;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

    .about-bg .container .row .line {
        text-align: left;
        padding-top: 0;
        padding-bottom: 0;
        display: flex; /* Make the span element display as a block-level element */
        direction: ltr;
        width: 64px; /* Set the width of the line */
        height: 5px; /* Set the height of the line */
        background-color: #fbe8a6; /* Set the background color of the line */
        margin-bottom: 20px;
        margin: 0 auto;
        margin-left: 0;
    }

    .about-bg .container .row h1 {
        color: #fff;
        font-size: 5.5882352941176rem;
        font-family: 'DM Serif Display', serif;
        font-weight: 600;
        line-height: 1.2;
    }

.about .container .row h2 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.about .container .row h3 {
    font-size: 30px;
    font-weight: 700;
}

.about .container .row p {
    font-size: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
}



.about .container .row .image {
    text-align: center;
}

    .about .container .row .image img {
        width: 100%;
        height: 100%;
    }

.qualities .container img {
    height: 250px;
    width: 100%;
    border-radius: 100px;
}

.qualities .container .row h2 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.ContactUs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

    .ContactUs .title h2 {
        text-align: center;
        font-size: 3.0588235294118rem;
        font-weight: 600;
    }

    .ContactUs .title h4 {
        text-align: center;
        font-size: 2rem;
        font-weight: 500;
    }

    .ContactUs .title p {
        text-align: center;
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 20px;
    }

.contact {
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.15);
}

    .contact h3 {
        text-align: center;
        text-transform: uppercase;
        color: #0e3959;
        font-weight: 500;
        font-size: 1.7em;
        margin-top: 10px;
    }

.box {
    margin-bottom: 20px;
    position: relative;
    width: 80%; /* Adjust width as needed */
}

.formBox {
    position: relative;
    width: 100%;
}

.row50 {
    display: flex;
    gap: 20px;
}

.inputBox {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 50%;
}

.row100 .inputBox {
    width: 100%;
}

.inputBox span {
    color: #18b7ff;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500;
}

.inputBox input,
.inputBox textarea {
    padding: 10px;
    font-size: 1.1em;
    outline: none;
    border: 1px solid #333;
}

    .inputBox input[type="submit"] {
        text-transform: uppercase;
        background-color: #18b7ff;
        color: white;
        border: none;
        font-size: 1.1em;
        font-weight: 500;
        max-width: 155px;
        cursor: pointer;
        padding: 14px 15px;
    }

        .inputBox input[type="submit"]:hover {
            background-color: #0e3959;
        }

.inputBox ::placeholder {
    color: #999;
}
