:root {
    --white: #fff;
    --black: #111;
    --blue: #eb7184;
    --lblue: #709ce6;
    --darkg: #1b4962;
}

.con_head h2 {
    color: #1b4962;
    font-size: 40px;
    font-weight: 900;
}

header {
    height: 30vh;
    background-image:
        linear-gradient(#1b4962c2, rgba(0, 0, 0, 0.215)),
        url("images/pexels-sora-shimazaki-56734881.jpg");
    background-size: contain;
    -webkit-background-size: cover;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-attachment: fixed;
}

.head_start {
    position: relative;
    top: 25%;
    width: 90%;
    margin: auto;
}

.head_start p {
    font-family: Arial, sans-serif;
    color: var(--white);
}

.head_start h2 {
    /* margin-top: 10px; */
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 1.5px;
    color: var(--blue);
}

main p {
    color: #1b4962;
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: -10px;
}

.form-control:focus {
    outline: unset !important;
    box-shadow: unset !important;
    background-color: #f6f6f6 !important;
}

.form-control {
    background-color: #f6f6f6 !important;
}

.form_input input {
    padding: 10px !important;
}

.con_img img {
    height: 95%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-left: 40px;
    margin-top: 20px;
}

footer {
    background-color: var(--blue);
    height: auto;
    color: var(--white);
    background-image:
        linear-gradient(#1b4962, rgba(0, 0, 0, 0.658)),
        url("images/pexels-cowomen-2041383.jpg");
    background-size: contain;
    -webkit-background-size: cover;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-attachment: fixed;
    margin-top: 40px;
}

footer h3 {
    font-size: 24px;
    color: var(--blue);
    margin-bottom: 20px;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    font-weight: 900;
    text-shadow: 5px 5px 10px var(--darkg);

    margin-top: 25px;
}

footer p {
    font-size: 16px;
    line-height: 24px;
    text-align: start;
    margin: 20px;
}

.foot_start {
    align-items: start;
    align-content: start;
    text-align: start;
    justify-content: start;
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 10px;
    margin-bottom: -10px;
}

.foot_head1 h5 {
    font-size: 17px;
    text-align: start;
    align-items: center;
    margin-top: -7px;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 1px;
}

.foot_head1 h3 {
    text-align: start;
}

.foot_head3 h3 {
    text-align: start;
}

.foot_head2 h3 {
    text-align: start;
}

.foot_head2 {
    margin-left: 55px;
    align-items: center;
    flex-direction: column;
    text-align: start;
    /* border: 1px solid black; */
}

.foot_head2 ul {
    padding: 0;
    text-align: justify;
    justify-content: start;
}

.foot_head2 li {
    /* border: 1px solid black; */
    list-style-type: none;

    padding: 10px;
}

.foot_head2 li a {
    text-decoration: none;
    color: var(--white);
}

.foot_head3 ul {
    display: flex;
    padding: 0;
}

.foot_head3 li {
    list-style-type: none;
    text-align: start;
    padding: 0 10px 0 10px;
}

.foot_head3 li a {
    text-decoration: none;
    color: var(--white);
}

.footer2 {
    background-color: #3c5664;
    color: var(--white);
}

.footer_last {
    margin: auto;
    width: 90%;
}

.foot_last {
    text-align: center;
    padding: 10px 0 2px 0;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .con_img img {
        display: none;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1050px) {
    .con_img img {
        height: 95%;
        width: 95%;
        /* padding: 20px; */
        /* margin: 20px; */
        /* margin-left: -20px; */
    }
}
