@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

:root {
    --bg: #19529d;
    --white: white;
    --grey: #6e707e;
    --border: #bac8f3;
    --black: #000;
    --white: #fff;
    --btn: #0052c2;
    --bdr: #467eaeb8;
    --blob: #0043;
    --icon: #0084C9;
    --h1: 40px;
    --h2: 35px;
    --h3: 28px;
    --h4: 22px;
    --h5: 18px;
    --h6: 15px;
    --p: 14px;
    --ban-space: 2.5px;
    --nor-space: 0.8px;
}

.banner {
    width: 100%;
    height: 70vh;
    background-image: url(../images/conbg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-top: 50px;
}

.heads {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: var(--white);
}

.sublinks a {
    color: var(--white);
}

.page {
    letter-spacing: var(--ban-space);
    font-size: var(--h2);
    word-spacing: 5px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.locs {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 45px;
}

.loc-head {
    display: flex;
    flex-direction: row;
    background-color: var(--white);
    height: auto;
    width: 25%;
    margin-left: 20px;
    line-height: 1.6;
    box-shadow: 2px 0px 12px 0px rgb(0 0 0 / 11%);
    padding: 20px;
}

.p {
    margin-top: 10px;
    font-size: var(--p);
}

.loc-in {
    display: flex;
    align-items: baseline;
}

.loc-cont {
    margin-left: 20px;
    letter-spacing: var(--nor-space);
}

.loc-cont h2 {
    font-size: var(--h3);

}

.fass {
    color: var(--icon);
    font-size: var(--h4);
}

.contact-conts {
    display: flex;
    flex-direction: row;
    margin: 100px 0;
    justify-content: center;
}

.contact {
    display: flex;
    flex-direction: column;
    box-shadow: 2px 0px 12px 0px rgb(0 0 0 / 11%);
    padding: 60px;
    background-color: var(--white);
    width: 45%;
    margin-left: 30px;
    height: 500px;
    letter-spacing: var(--nor-space);

}

.contact h2 {
    font-size: var(--h3);

}

.map {
    display: block;
}

.maps {
    display: none;
}

.designs {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    line-height: 43px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #757575;
    color: var(--black);
    padding-left: 10px;
    font-size: var(--h5);
    font-weight: 400;
    border-radius: 0px;
    resize: none;
    text-transform: capitalize;
    outline: none;
}


/* form starting stylings ------------------------------- */
.group {
    position: relative;
    margin-bottom: 45px;
}

input {
    font-size: var(--h5);
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #757575;
}

input:focus {
    outline: none;
}

/* LABEL ======================================= */
label {
    color: #999;
    font-size: var(--h5);
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus~label,
input:valid~label {
    top: -20px;
    font-size: var(--h5);
    color: #5264AE;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #5264AE;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

/* active state */
input:focus~.bar:before,
input:focus~.bar:after {
    width: 50%;
}

@media (max-width:950px) {
    .map-responsive {
        overflow: hidden;
        padding-right: 100px;
        position: relative;
    }

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .loc-head {
        width: 35%;
    }
}

@media (max-width:800px) {
    .contact {
        width: 80%;
    }

    .contact-conts {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .map {
        display: none;
    }

    .map1 {
        display: block;
    }

    .contact h2 {
        text-align: center;
    }
}

@media (max-width:950px) {
    .loc-head {
        height: auto;
        width: 30%;
        padding-bottom: 40px;
    }

    .loc-cont h2 {
        font-size: var(--h4);
    }

    .contact h2 {
        font-size: var(--h4);
    }
}

@media (max-width:800px) {
    .locs {
        flex-direction: column;
    }

    .loc-head {
        margin-top: 20px;
        width: 80%;
    }
}

@media (max-width:600px) {
    .contact h2 {
        text-align: center;
    }

    .contact {
        width: 70%;
        margin-left: unset;
        padding: 35px;
    }
}

@media (max-width:600px) {
    .contact h2 {
        text-align: center;
    }

    .contact {
        width: 80%;
    }
}

@media (max-width:400px) {
    .contact h2 {
        text-align: center;
        font-size: var(--h6);
    }

    .contact {
        width: 88%;
    }

    .contact-conts {
        padding: 20px;
    }

    .loc-head {
        width: 73%;
        margin-left: 0;
    }
}


.inputs {
    display: flex;
    flex-direction: column;
    width: 140%;
}

.con-us {
    margin-left: 65px;
}

.box-design {
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(2.75rem + 2px);
    padding: 0.625rem 0.75rem;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: var(--black);
    border: 1px solid #cad1d7;
    border-radius: 0.375rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: none;
    transition: box-shadow 0.15s ease;
    border: 0;
    box-shadow: 0 1px 3px rgb(50 50 93 / 15%), 0 1px 0 rgb(0 0 0 / 2%);
    border-color: rgba(50, 151, 211, 0.25);
    resize: none;
    outline: none;
}

.box-designs {
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: 100px;
    padding: 0.625rem 0.75rem;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: var(--black);
    border: 1px solid #cad1d7;
    border-radius: 0.375rem;
    background-color: var(--white);
    background-clip: padding-box;
    box-shadow: none;
    transition: box-shadow 0.15s ease;
    border: 0;
    box-shadow: 0 1px 3px rgb(50 50 93 / 15%), 0 1px 0 rgb(0 0 0 / 2%);
    border-color: rgba(50, 151, 211, 0.25);
    resize: none;
    outline: none;
}

.box-design:focus {
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}

textarea .box-design {
    height: auto;
}

textarea::placeholder {
    opacity: 0.5;
}

.ints {
    margin-bottom: 16px;
}

a {
    text-decoration: none;
    transition: .3s;
}

.btn-n {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.btn {
    display: block;
    /* width: 100%; */
    padding: 15px 20px;
    /* height: 40px; */
    border-radius: 8px;
    outline: none;
    border: none;
    background: #2783c2;
    /* background-size: 200%; */
    font-size: 1rem;
    color: honeydew;
    margin: 1rem 0;
    cursor: pointer;
    transition: .5s;

}

.btn:hover {
    background: lightblue;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.text-center a {
    text-align: center;
    color: var(--bg);
}

.text-center a:hover {
    color: #224abe;
    text-decoration: underline;
}


/* responsive area */

@media (max-width:700px) {
    .img-lft {
        display: none;
    }
}

@media (max-width:575px) {
    .login-form {
        padding: unset;
    }
}

.box button[type="submit"] {
    position: relative;
    left: -5px;
    border-radius: 0 25px 25px 0;
    width: 55px;
    height: 35px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #ffc107;
    color: var(--white);
    font-weight: 400;
    top: 0;
}

#menu {
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-inline: 50px;
    position: fixed;
    top: 0;
    z-index: 10000;
    font-family: sans-serif;
    background-color: var(--bg);
}

@media (max-width: 1050px) {
    .contain {
        width: 60%;
    }
}

@media (max-width: 960px) {
    .contain {
        width: 70%;
    }
}

@media (max-width: 800px) {
    .contain {
        width: 80%;
    }
}

@media (max-width: 700px) {
    .contain {
        justify-content: center;
        width: 65%;
    }

    .login-form {
        margin-left: -100px;
    }

    .con-us {
        margin-left: 75px;
    }
}

@media (max-width:560px) {
    .contain {
        width: 73%;
    }
}

@media (max-width:465px) {
    .contain {
        width: 80%;
    }
}

@media (max-width:400px) {
    .contain {
        width: 93%;
    }
}

@media (max-width:370px) {
    .inputs {
        width: 120%;
    }

    .login-form {
        margin-left: -50px;
    }
}


@media(min-width:1900px) {
    .page {
        font-size: 80px;
    }

    .loc-cont h2 {
        font-size: 40px;
    }

    .p {
        font-size: 26px;
    }

    .loc-head {
        height: 236px;
        width: 26%;
        margin-left: 50px;
    }

    .fass {
        font-size: 35px;
    }

    .contact h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    label {
        font-size: 26px;
    }

    input {
        font-size: 35px;
    }

    .designs {
        font-size: 30px;
    }

    .contact {
        height: 600px;
    }

    .btn {
        font-size: 30px;
        height: 60px;
    }

    input:focus~label,
    input:valid~label {
        top: -20px;
        font-size: 29px;
        color: #5264AE;
    }

    .map {
        display: none;
    }

    .maps {
        display: block;
    }
}

@media(min-width:2500px) {
    .page {
        font-size: 90px;
    }

    .loc-cont h2 {
        font-size: 42px;
    }

    .p {
        font-size: 31px;
    }

    .loc-head {
        height: 236px;
        width: 26%;
        margin-left: 50px;
    }

    .fass {
        font-size: 35px;
    }

    .contact h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    label {
        font-size: 26px;
    }

    input {
        font-size: 35px;
    }

    .designs {
        font-size: 30px;
    }

    .contact {
        height: 600px;
    }

    .btn {
        font-size: 30px;
        height: 70px;
    }

    input:focus~label,
    input:valid~label {
        top: -30px;
        font-size: 29px;
        color: #5264AE;
    }

    .map {
        display: none;
    }

    .maps {
        display: block;
    }
}