body {
    background-color: rgb(28 25 39);
}

/* Start Navbar */

.navbar {
    background-color: rgb(28 25 39);
    min-height: 60px;
}

.navbar .navbar-brand {
    font-size: 23px;
    font-weight: bold;
    color: #eff0f1 !important;
}

/* End Navbar */

/* Start Contact Us */

.contact-us {
    padding-top: 100px;
    padding-bottom: 80px;
    margin: auto;
    color: #eff0f1;
}

.contact-us h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
    letter-spacing: -.9px;
    display: block;
}

@media(max-width:768px){
    .contact-us h1 {
        font-size: 35px;
    }
}

.contact-us h1 ~ p {
    font-weight: 400;
    margin-bottom: 50px;
    font-size: 18px;
    width: 44%;
}

@media(max-width:768px){
    .contact-us h1 ~ p {
        width: 100%;
    }
}

.contact-us .part-one input:focus, .contact-us textarea:focus,
.contact-us .part-one input, .contact-us textarea {
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #495057;
    border-radius: inherit;
    margin-bottom: 26px;
    color: #eff0f1;
}

.contact-us .part-one textarea {
    height: 130px;
    margin-bottom: 50px;
}

.contact-us .button-box {
    padding: 14px 22px;
    background-color: #495fef;
    width: 117px;
    border-radius: 30px;
    cursor: pointer;
    transition: all .5s linear;
}

@media(max-width:768px){
    .contact-us .button-box {
        margin-bottom: 50px;
    }
}

.contact-us .button-box:hover {
    transform: translateY(-10px);
}

.contact-us .part-one .button {
    color: #eff0f1;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    display: inline;
    margin-right: 14px;
}

.contact-us .part-one .button-box img {
    margin-bottom: 1px;
}

.contact-us .part-two .spans-box {
    width: 296px;
    height: 210px;
    padding: 40px 34px;
    background-color: #1b2340;
    border-radius: 10px;
    margin: auto;
}

@media(max-width:768px){
    .contact-us .part-two .spans-box {
        width: 100%;
    }
}

.contact-us .part-two .spans-box span {
    display: block;
}

.contact-us .part-two span:first-of-type,
.contact-us .part-two span:nth-child(3)  {
    font-size: 18px;
    font-weight: 600;
}

.contact-us .part-two span:nth-child(2),
.contact-us .part-two span:nth-child(4) {
    font-size: 14px;
    color: #495fef;
    margin-bottom: 35px;
}

.contact-us .copy {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #eff0f1;
    margin-top: 100px;
}

.contact-us .copy p {
    display: inline-block;
}

/* End Contact Us */