/* header_banner */

.about .header_banner {
    background-image: url("../assets/about_banner.svg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    z-index: 0;


}

.about .header_banner::after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.69);
    inset: 0;
}

.about .header_banner .banner_content {
    z-index: 2;
    position: relative;
    width: 70%;
    top: 40%;
    text-align: center;
    margin: auto;
}

@font-face {
    font-family: 'Gotham-Black';
    src: url('path/to/Gotham-Black.woff2') format('woff2'),
        url('path/to/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

.about .header_banner .banner_content h1 {
    color: #fff;
    font-size: 107px;
    font-weight: bold;
    font-family: "Gotham-Black", sans-serif;
    /* Use Gotham Black or fallback to a sans-serif font */
    line-height: 0.9;
}

.about .header_banner .banner_content h1 p {
    color: #fff;
    font-size: 37px;
    font-weight: 600;
}

.about .header_banner .banner_content .button {
    position: relative;
    bottom: -21px;
    /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    cursor: pointer;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.about .header_banner .banner_content .button button {
    background-color: #DC9401;
    border: none;
    padding: 10px 25px;
    border-radius: 2px;
    color: #2F2202;
    font-weight: bold;
    font-size: 18px;
}

.about .header_banner .banner_content .button .call_now {
    background-color: transparent;
    border: 1px solid #DC9401;
    color: #fff;

}

.about .header_banner .banner_content .button .get_afree {
    padding: 13px 24px;
}

.about .header_banner .banner_content .button .call_now:hover {
    background-color: #DC9401;
    transition: 0.5s;
    border: none;
    color: #2F2202;
}


/* about_us */
.about .about_us {
    padding-top: 140px;
    padding-bottom: 120px;
}


.about .about_us .pera_head {
    font-family: "Gotham Book", sans-serif;
    color: #4D4D4D;
    position: relative;
    font-size: 34px;
    /* Set position relative for the parent */
}

.about .about_us .pera {
    display: flex;
    gap: 5px;
    align-items: baseline;
}

.about .about_us .pera .hr {
    border: 2px solid #DC9401;
    width: 38%;
    height: 2px;
}

.about .about_us .main_about_ .about_content h1 {
    color: #2F2202;
    font-size: 50px;
    font-weight: 700;

}

.about .about_us .main_about_ .about_image {
    width: 50%;
}

.about .about_us .main_about_ .about_image img {
    width: 489px;
}

.about .about_us .main_about_ {
    display: flex;
    align-items: center;

}

.about .about_us .main_about_ .about_content {
    width: 58%;


}

.about .about_us .main_about_ .about_content .content_about {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 63px;
}

.about .about_us .main_about_ .about_content h1 p {
    color: #888888;
    font-size: 21px;
    font-weight: 500;
}

/* theory */

.about .theory {
    background-color: #130E00;
    padding-top: 50px;
    padding-bottom: 50px;
}

.about .theory .theory_content h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Gotham-Bold', sans-serif;
    text-align: center;
    padding-top: 20px;

}

.about .theory .theory_content h1 span {
    color: #fff;
    border-bottom: 3px solid #DC9401;
    padding-bottom: 5px;

}

.about .theory .theory_content p {
    color: #fff;
    text-align: center;
    font-size: 21px;
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 0px;
    font-family: "Gothamlight" !important;
}

.about .theory .theory_content .list {
    display: flex;
    justify-content: center;
}

.about .theory .theory_content ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style-type: none;
    padding-left: 0;
    font-weight: 300 !important;
}

.about .theory .theory_content ul li {
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    justify-content: center;
    font-size: 21px;
    line-height: 1.2;
}

.about .theory .theory_content ul li::before {
    content: "•";
    margin-right: 0.5em;
    font-size: 1.5em;
}

/* Glance */

.about .Glance h1 {
    text-align: center;
    color: #2F2202;
    font-weight: 700;
    font-size: 50px;

    font-family: 'GothamBold' !important;
}

.about .Glance {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.about .Glance p {
    color: #888888;
    font-size: 25px;
    padding-top: 20px;
    line-height: 1  ;
    font-family: "Gothamlight" !important;
}

.about .Glance .pera {
    color: #4D4D4D;
    font-weight: 700;
    font-size: 22px;
}

/* client_satisfied */
.about .client_satisfied h1 {
    color: #2F2202;
    font-weight: 700;
    text-align: center;
    font-family: 'GothamBold' !important;
    /* padding-top: 50px; */
    padding-bottom: 22px;
    font-size: 50px;
}

.about .client_satisfied {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F8F8F8;
}
.about .client_satisfied img{
    /* width: auto; */
    height: 438px;
}

/* focused */
.about .focused {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about .focused .main_focused .content h1 {
    color: #2F2202;
    font-weight: 700;
    font-family: 'GothamBold' !important;
    text-align: center;
    font-size: 50px;
    line-height: 1;
}

.about .focused .main_focused .content p {
    text-align: center;
    font-size: 21px;
    color: #4D4D4D;
line-height: 1;
    padding-bottom: 50px;
    padding-top: 20px;
}

.range label {
    font-size: 26px;
    color: #2F2202;
    font-weight: 700;

    font-family: 'GothamBold' !important;
}

.range {
    position: relative;
    width: 604px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.box {
    position: absolute;
    top: -29px;
    left: calc(89% - 10px);
    width: 91px;
    height: 76px;
    /* background-color: #DCDCDC; */
    color: #2F2202;
    font-size: 34px;
    text-align: center;
    line-height: 82px;
    font-weight: bold;
    border-radius: 5px;
    font-family: 'Gotham-Bold', sans-serif;
    background-image: url("../assets/Vector.png");

}

.box2 {
    position: absolute;
    top: -29px;
    left: calc(80% - 10px);

}

.box3 {
    position: absolute;
    top: -29px;
    left: calc(93% - 10px);

}

.box4 {
    position: absolute;
    top: -29px;
    left: calc(60% - 10px);

}

.box5 {
    position: absolute;
    top: -29px;
    left: calc(75% - 10px);

}

/* WebKit (Chrome, Safari) */
input[type="range"]::-webkit-slider-thumb {
    background-color: #2F2202;
    /* Set the thumb color */
    border: 2px solid #DC9401;
    /* Set the border color */
    border-radius: 50%;
    /* Make the thumb round */
}

input[type="range"]::-webkit-slider-runnable-track {
    background-color: #DC9401;
    /* Set the track color */
    border-radius: 10px;
    /* Set the border-radius of the track */
}

/* Firefox */
input[type="range"]::-moz-range-thumb {
    background-color: #2F2202;
    border: 2px solid #DC9401;
    border-radius: 50%;
}

input[type="range"]::-moz-range-track {
    background-color: #DC9401;
    border-radius: 10px;
}


/* responsive */

@media (max-width: 1199px) {
    .about .about_us .container {
        max-width: 1162px;
    }

    .about .about_us .main_about_ {
        padding-left: 54px;
    }

    .about .about_us .main_about_ .about_content .content_about {
        padding-left: 54px;
    }
}



@media (max-width: 995px) {
    .about .about_us .main_about_ {
        flex-direction: column;
        padding: 0;
    }

    .about .about_us .main_about_ .about_image {
        width: 100%;
    }

    .about .about_us .pera {
        justify-content: center;
    }

    .about .about_us .main_about_ .about_image img {
        width: 100%;
    }

    .about .about_us .main_about_ .about_content {
        width: 100%;
    }

    .about .about_us .main_about_ .about_content h1 {
        margin: auto;
    }

    .about .about_us .main_about_ .about_content .content_about {
        padding-left: 0;
    }
}

@media (max-width: 829px) {
    .about .header_banner .banner_content h1 {
        font-size: 40px !important;
    }

    .about .client_satisfied h1 {
        font-size: 37px;
    }
}


@media (max-width: 767px) {
    .about .focused .main_focused .content h1 {
        font-size: 35px;
    }

    .about .focused .main_focused .content p {
        font-size: 15px;
    }

    .range {
        width: 100%;
    }

}

@media (max-width: 727px) {

    .about .theory .theory_content ul li,
    .about .theory .theory_content p {
        font-size: 14px;
    }

}

@media (max-width: 601px) {
    .about .header_banner .banner_content .button {
        flex-direction: column;
    }

    .about .client_satisfied h1 {
        font-size: 25px;
    }
}
@media (max-width: 540px) {
    .box{
        left: calc(84% - 10px);
    }
    .box3{
    left: calc(87% - 10px);
    }
    .box4{
        left: calc(60% - 10px);
    }
    .box5{
        left: calc(74% - 10px);
    }
    .box2{
        left: calc(77% - 10px);
    }
}
@media (max-width: 525px) {
    .about .about_us .main_about_ .about_content h1 {
        margin: 0;
        font-size: 20px;
    }

    .about .about_us .main_about_ .about_content h1 p {
        font-size: 15px;
    }

    .about .Glance p {
        font-size: 14px;
    }

    .about .Glance h1 {
        font-size: 41px;
    }

    .about .client_satisfied h1 {
        padding-bottom: 15px;
    }
}

@media (max-width: 430px) {

    .about .theory .theory_content ul li,
    .about .theory .theory_content p {
        font-size: 9px !important;
    }

    .about .theory .theory_content h1 {
        font-size: 27px;
    }

    .about .Glance h1 {
        font-size: 30px;
    }

    .about .client_satisfied h1 {
        font-size: 18px;
    }

    .about .focused .main_focused .content h1 {
        font-size: 27px;
    }

    .about .focused .main_focused .content p {
        font-size: 10px;
    }

    .range label {
        font-size: 17px;
    }

    .box {
        width: 65px;
        height: 48px;
        font-size: 19px;
    }
}