.about-banner {
    background: url("../images/contact-bg.png") no-repeat center center;
    background-size: cover;
    height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.about-banner-content h1 {
    color: #68b5ff;
    font-size: 21vw;
    line-height: 30vw;
    text-transform: uppercase;
    font-family: "Questrial", sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    letter-spacing: 14px;
}

.about_us {
    background-size: cover;
    padding: 100px 157px;
    background-color: #0A0A0D;
}

section.about-office-numbers {
    background: #0A0A0D;
    padding: 35px 0px;
}

.fz-60.fw-700 h5 {
    text-align: center;
    font-size: 75px;
    font-family: "Questrial", sans-serif;
    font-style: normal;
    font-weight: 700;
    background: linear-gradient(90deg, #FF6A3C 0%, #FF0075 51%, #8F00FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: smoothGradient 10s linear infinite;
    margin-top: 17px;
}

.content-about-para p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    color: #fff;
    font-family: "Questrial", sans-serif;
}

.contact-loc {
    /* padding: 0px 0 100px 0px; */
}

.contact-card {
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    /* background-color: #fff; */
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 0 15px #ff0075;
    box-shadow: 0 0 15px #ff0075;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con-text h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ff0075;
}

.con-text p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
    font-family: "Questrial", sans-serif;

}

.con-icon i {
    font-size: 30px;
    color: #ff0075;
    margin-bottom: 20px;
}

.get-in-touch-head h4 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ff0075;
    text-align: center;
}

.get-in-touch-para p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

.contact-form {
    padding-bottom: 50px;
    position: relative;
}


.contact-form input,
.contact-form textarea {
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0.75em 0 0.25em 0.25em;
    border-bottom: #fff 1px solid;
    font-size: 21px;
    color: #fff;
}

.contact-form textarea {
    width: 100%;
    height: 149px;
}

.butn.butn-bord {
    cursor: pointer;
    background: linear-gradient(90deg, #FF6A3C 0%, #FF0075 51%, #8F00FF 100%);
    position: relative;
    color: #fff;
    display: inline-block;
    /* margin: 0 0.75em 0.75em 0; */
    padding: 0.65em calc(70px + (0.85em * 2)) 0.65em 0.85em;
    border: none;
    -webkit-transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1),
        color 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1),
        color 250ms cubic-bezier(0.55, 0, 0.1, 1);
    font-family: "Questrial", sans-serif;
    font-size: 20px;
    line-height: 1.4;
}

.butn.butn-bord:after,
.butn.butn-bord:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.75em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.butn.butn-bord::before {
    content: "";
    height: 2px;
    width: 70px;
    background-color: #000;
    -webkit-transition: background-color 250ms cubic-bezier(.55, 0, .1, 1), width 750ms cubic-bezier(.55, 0, .1, 1);
    transition: background-color 250ms cubic-bezier(.55, 0, .1, 1), width 750ms cubic-bezier(.55, 0, .1, 1);
}

.butn.butn-bord::after {
    content: "";
    background-image: url("../images/button-arrow-point.svg");
    background-repeat: no-repeat;
    width: 10px;
    height: 18px;
    position: absolute;
}

.butn.butn-bord:focus:before,
.butn.butn-bord:hover:before {
    width: calc(70px / 3);
}

.animationframe {
    animation: AnimationFrameOne 5s infinite;
}

@keyframes AnimationFrameOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

.sale-help {
    padding: 100px 0 100px 0px;
}

.sale-help .sale-help-head h4 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ff0075;
}

.sale-help-head2 h4 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.sale-help-para p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #e6e6e6;
}


.about-office-numbers {
    background: #0A0A0D;
    /* padding: 100px 0px; */
}

.con-text h3 {
    color: #b12353;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: "Questrial", sans-serif;
}