/* about_wrap */
.about_wrap {
    background: url('../images/home/1.webp') no-repeat center center;
    background-size: cover;
    padding: 220px 0 0px;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow: visible;
}

.about_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    opacity: 0.8;
    z-index: 0;
}

.about_wrap .theBestGhost {}

.about_wrap .theBestGhost h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    line-height: 75px;
    margin: 0px 0px 15px;
}
.about_wrap .consultAn {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

@media (min-width: 992px) and (max-width: 1399px) {
    .about_wrap {
        padding: 170px 0 56px;
    }

    .about_wrap .row {
        align-items: flex-start !important;
    }

    .about_wrap .theBestGhost {
        padding-top: 32px;
    }

    .about_wrap .theBestGhost h1 {
        font-size: clamp(52px, 4.6vw, 72px);
        line-height: 1.08;
    }

    .about_wrap .theBestGhost p.h6Heading {
        font-size: 18px;
        line-height: 1.55;
    }

    .about_wrap .ban-form {
        max-width: 420px;
        margin-left: auto;
    }

    .about_wrap .ban-form h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .about_wrap .ban-form p {
        font-size: 16px;
        line-height: 1.45;
    }

    .about_wrap .ban-form input {
        height: 50px;
        font-size: 16px;
        margin-bottom: 12px;
    }

    .about_wrap .ban-form textarea {
        height: 130px;
        font-size: 16px;
    }
}
/* about_wrap */
/* achievements_wrap */
.achievements_wrap{
    position: relative;
    padding: 70px 0px;
}
.achievements_wrap .head{
    text-align: center;
}
.achievements_wrap .head h2 {
    margin: 0px 0px 20px;
}

.achievements_wrap .head p {
    color: #000;
}
/* achievements_wrap */
/* inner_wrapper */
.inner_wrapper{
    background: url('../images/home/1.webp') no-repeat center center;
    background-size: cover;
    padding: 287px 0 191px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.inner_wrapper::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    opacity: 0.4;
    z-index: 0;
}
.inner_wrapper h1{
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 0px 0px 15px;
    line-height: 54px;
}
.inner_wrapper h1 span {
    font-size: 25px;
    font-weight: 200;
    display: block;
}

.inner_wrapper .content {
    text-align: center;
}
/* inner_wrapper */

/* contact-us_wrap */
.contact-us_wrap {
    padding: 100px 0;
    background: #fff;
    color: #000;
}

.contact-us_wrap .heading {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: "Arsenal";
    color: #000;
}
.contact-us_wrap .formArea{}
.contact-us_wrap .formArea ul{
    display: flex;
    flex-direction: column;
    gap: 21px;
    list-style: none;
    padding: 0;
}
.contact-us_wrap .formArea ul li{
    font-size: 23px;
    color: #000;
    line-height: 34px;
    display: flex;
    gap: 7px;
}
.contact-us_wrap .formArea ul li span{
    font-size: 30px;
    font-weight: 600;
    color: #ac1f28;
}
.contact-us_wrap .formArea ul li a{
    font-size: 23px;
    color: #000;
    line-height: 32px;
}
.contact-us_wrap .heeelo{
    background: #ac1f28;
    padding: 20px;
    border-radius: 15px;
    width: 90%;
    margin: auto;
}
.contact-us_wrap .heeelo .heading {
    text-align: center;
    color: #fff;
}

.contact-us_wrap .formArea,
.contact-us_wrap .formArea ul li,
.contact-us_wrap .formArea ul li a,
.contact-us_wrap .formArea ul li span {
    opacity: 1;
    visibility: visible;
}

.contact-us_wrap .formArea,
.contact-us_wrap .formArea * {
    color: #000 !important;
}

.contact-us_wrap .formArea ul li span i {
    color: #ac1f28 !important;
}
.contact-us_wrap .heeelo .formField{
    height: 56px;
    border: 1px solid #000;
    margin: 0px 0px 12px;
    border-radius: 08px;
    padding: 6px 18px;
    font-size: 19px;
    color: #000;
    font-weight: 500;
}
.contact-us_wrap .heeelo .formField::placeholder{}
.contact-us_wrap .heeelo textarea.formField{
    height: 200px;
}
.contact-us_wrap .heeelo .btn-box{
    margin: 25px 0px 0px;
}
.contact-us_wrap .heeelo .btn-box .btn-submit{
    width: 100%;
    background: #000000;
    color: #ffffff;
    font-size: 20px;
}
/* contact-us_wrap */

.achievements_wrap {
    background: #fff;
}

.achievements_wrap .backgroundtext {
    color: rgba(0, 0, 0, 0.08);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    pointer-events: none;
}

.achievements_wrap .head {
    position: relative;
    z-index: 1;
    max-width: 960px;
    margin: 0 auto;
}

.achievements_wrap .head h2,
.achievements_wrap .head p {
    color: #000;
}

@media (max-width: 991px) {
    .about_wrap {
        height: auto;
        min-height: 100vh;
        padding: 150px 0 60px;
    }

    .about_wrap .row {
        row-gap: 24px;
    }

    .about_wrap .theBestGhost {
        text-align: center;
    }

    .about_wrap .theBestGhost h1 {
        font-size: 52px;
        line-height: 1.1;
    }

    .about_wrap .consultAn {
        justify-content: center;
    }

    .about_wrap .consultAn .btn {
        min-width: 220px;
    }

    .achievements_wrap {
        padding: 56px 0;
    }

    .achievements_wrap .backgroundtext {
        display: none;
    }

    .inner_wrapper {
        padding: 170px 0 100px;
    }

    .inner_wrapper h1 {
        font-size: 40px;
        line-height: 1.25;
    }

    .contact-us_wrap {
        padding: 60px 0;
    }

    .contact-us_wrap .heading {
        font-size: 30px;
        text-align: center;
    }

    .contact-us_wrap .formArea {
        margin-bottom: 30px;
    }

    .contact-us_wrap .formArea ul {
        gap: 16px;
    }

    .contact-us_wrap .formArea ul li,
    .contact-us_wrap .formArea ul li a {
        font-size: 20px;
        line-height: 1.6;
    }

    .contact-us_wrap .formArea ul li span {
        font-size: 24px;
        min-width: 28px;
    }

    .contact-us_wrap .heeelo {
        width: 100%;
    }

    .contact-us_wrap .heeelo .formField {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .about_wrap {
        padding: 120px 0 40px;
    }

    .about_wrap .theBestGhost h1 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .about_wrap .theBestGhost p.h6Heading {
        font-size: 16px;
        line-height: 1.7;
        text-align: left;
    }

    .about_wrap .consultAn {
        flex-direction: column;
        gap: 10px;
    }

    .about_wrap .consultAn .btn {
        width: 100%;
    }

    .achievements_wrap {
        padding: 40px 0;
    }

    .inner_wrapper {
        padding: 130px 0 70px;
    }

    .inner_wrapper h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .contact-us_wrap {
        padding: 40px 0;
    }

    .contact-us_wrap .heading {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .contact-us_wrap .formArea ul li {
        align-items: flex-start;
        gap: 10px;
        font-size: 16px;
        line-height: 1.6;
    }

    .contact-us_wrap .formArea ul li a {
        font-size: 16px;
        line-height: 1.6;
        word-break: break-word;
    }

    .contact-us_wrap .formArea ul li span {
        font-size: 18px;
        min-width: 20px;
        line-height: 1.4;
    }

    .contact-us_wrap .heeelo {
        padding: 18px 14px;
        border-radius: 12px;
    }

    .contact-us_wrap .heeelo .formField {
        height: 48px;
        margin-bottom: 10px;
        padding: 6px 14px;
        font-size: 16px;
    }

    .contact-us_wrap .heeelo textarea.formField {
        height: 140px;
    }

    .contact-us_wrap .heeelo .btn-box {
        margin-top: 18px;
    }

    .contact-us_wrap .heeelo .btn-box .btn-submit {
        font-size: 16px;
        padding: 12px 16px;
    }
}
