.tools-banner {
    width: 100%;
    height: auto;
    position: relative;
}
.tool-banner-pic {
    width: 100%;
    height: auto;
    position: relative;
}
.tool-banner-pic img {
    width: 100%;
    height: auto;
}
.tool-banner-text {
    width: 90%;
    height: auto;
    position: absolute;
    top: 140px;
    left: 5%;
    z-index: 99;
    /* right: 0; */
    /* margin: 0px auto; */
    /* padding: 100px; */
}
.tool-banner-text h2 {
    color: #fff;
    font-size: 74px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
}
.tools-sec-1 {
    width: 100%;
    height: auto;
    padding: 70px 100px 120px;
    background-color: #faf7f2;
}
.tools-heading h1 {
    font-size: 64px;
    color: #000;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin: 0 0 40px 0;
    text-align: center;
}
.tool-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.tool-box-pic {
    width: 50%;
    height: auto;
    position: relative;
}
.tool-box-pic:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 0 0 20px 20px;
}

.tool-box-dec {
    width: 50%;
    height: auto;
    padding-left: 20px;
}
.tool-box-dec h1 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000000;
}
.box-2 .tool-box-dec {
    padding: 0px 0 0 0;
}
.tools-sec-2 {
    /* margin-top:100px; */
    margin: 100px;
    /* box-shadow: 10px 10px 10px 10px #00000040; */
    /* padding: 5rem 8rem; */
    /* box-shadow: 4px 4px 17px 0px #00000040 !important; */
    border: 1px solid #a41a1f;
    border-radius: 12px;
    box-shadow: 4px 4px 17px 0px #00000040;
    box-shadow: none;
    background: #fff url(../images/tools/wave.webp) no-repeat;
    background-size: 100% 100%;
}
.tools-sec-2-icon img {
    height: 60px;
    width: 60px;
}
.tools-sec-2-top-pic {
    width: 100%;
    height: auto;
}
.tools-sec-2-top-pic img {
    width: 100%;
}
.tools-sec-2-inner {
    width: 100%;
    height: auto;
}
.tools-sec-2-inner {
    width: 100%;
    height: auto;
    padding: 60px 70px;
    border-radius: 12px;
    position: relative;
    z-index: 99;
}
.tools-sec-2-inner h1 {
    /* font-size: 64px; */
    /* color: #000; */
    /* font-family: "Bebas Neue", sans-serif; */
    /* font-weight: 400; */
    /* margin: 0 0 40px 0; */
    /* text-align: center; */
}
.tools-sec-2-inner ul {
    padding: 0;
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
}

.tools-sec-2-inner ul li {
    list-style: none;
    text-align: center;
    padding: 0 30px;
}
.tools-sec-2-dec h4 {
    /* color: #000000;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 600; */
    margin: 20px 0 10px 0;
}

.tools-sec-2-dec p {
    /* color: #555555;
    font-size: 16px; */
    /* font-family: "Inter", sans-serif; */
    /* font-weight: 400; */
    margin: 0px 0 10px 0;
    /* max-width: 50px; */
    /* text-align: center; */
}

.tools-sec-3 {
    width: 100%;
    height: auto;
    position: relative;
    /* padding: 100px; */
}
.tool-sec-3-pic {
    width: 100%;
    height: auto;
    position: relative;
}
.tool-sec-3-pic img {
    width: 100%;
    height: auto;
    margin-top: -50px;
}
.tool-sec-3-text {
    width: 100%;
    height: auto;
    position: absolute;
    /* top: 170px; */
    left: 0;
    /* max-width: 1200px; */
    z-index: 99;
    right: 0;
    /* margin: 0px auto; */
    padding: 200px;
}
.tool-sec-3-text h3 {
    font-size: 64px;
    color: #000000;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin: 0 0 30px 0;
}
.tool-sec-3-text p {
    /* color: #555555;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin: 0px 0 10px 0; */
    max-width: 600px;
}
.apply-now {
    width: 100%;
    height: auto;
    margin: 50px 0 0 0;
}

.apply-now a {
    border: 1px solid #23915a;
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #510800;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 6px;
}
.apply-now a img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(29%) saturate(1013%)
        hue-rotate(112deg) brightness(93%) contrast(92%);
}
.apply-now a:hover {
    background: #23915a;
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.apply-now a:hover img {
    filter: brightness(0) saturate(100%) invert(100%);
}

.mb-pic {
    display: none;
}
.for-mob {
    display: none;
}

.heading {
    letter-spacing: 2% !important;
}

.readmoreBtn {
    /* position: absolute; */
    /* bottom: -1.5rem; */
    /* left: 2.5%; */
    /* width: 30%; */
    background-color: #fff;
    border: 1px solid #23915a;
    /* display: none; */
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 50px;
    font-size: 16px;
    border-radius: 4px;
    color: #23915a;
    /* z-index: 10; */
    transition: 0.3s;
    margin-top: 20px !important;
    padding: 10px;
}
.readmoreBtn i {
    font-size: 18px;
    font-weight: 600;
}
/* .tool-box-dec:hover .readmoreBtn {
    display: flex;
} */
.tool-box-dec .readmoreBtn:hover {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    color: #ffffff;
    transition: 0.3s;
}
@media screen and (min-width: 3501px) {
    .tool-banner-text {
        top: 440px;
    }
    .tool-banner-text h2 {
        font-size: 134px;
    }
    .tools-sec-2-dec p {
        font-size: 48px;
    }
    .tools-sec-2-dec h4 {
        font-size: 52px;
    }
    .tools-sec-2-icon img {
        height: 100px;
        width: 100px;
    }
    .tools-sec-2-inner p.titel16 {
        font-size: 48px;
    }
}
@media screen and (min-width: 2701px) and (max-width: 3500px) {
    .tool-banner-text {
        top: 340px;
    }
    .tool-banner-text h2 {
        font-size: 114px;
    }
    .tools-sec-2-dec p {
        font-size: 44px;
    }
    .tools-sec-2-dec h4 {
        font-size: 48px;
    }
    .tools-sec-2-icon img {
        height: 100px;
        width: 100px;
    }
}
@media screen and (min-width: 2101px) and (max-width: 2700px) {
    .tool-banner-text {
        top: 240px;
    }
    .tool-banner-text h2 {
        font-size: 94px;
    }

    .tools-sec-2-dec p {
        font-size: 44px;
    }
    .tools-sec-2-dec h4 {
        font-size: 48px;
    }
    .tools-sec-2-icon img {
        height: 100px;
        width: 100px;
    }
}
@media only screen and (min-width: 1700px) and (max-width: 2100px) {
    .container-fluid {
        max-width: 1750px;
    }
    .tool-banner-text h2 {
        font-size: 90px;
    }
    .tool-sec-3-text {
        top: 200px;
        left: 0;
        max-width: 1400px;
    }
    .tools-sec-2-inner ul li {
        padding: 0 77px;
    }
}
@media screen and (max-width: 1660px) {
    .tool-box-pic {
        width: 40%;
    }
    .tool-box-dec {
        width: 60%;
    }
    .tools-sec-1 {
        padding: 70px 0% 120px 0%;
    }
}
@media screen and (max-width: 1440px) {
    .tool-banner-text {
        top: 100px;
    }
    .tool-banner-text h2 {
        font-size: 64px;
    }
    .tool-box-dec h1 {
        font-size: 26px;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1450px) {
    /* .tool-banner-text {
        max-width: 90%;
    } */
    .container-fluid {
        max-width: 90%;
    }
    .tool-sec-3-text {
        max-width: 90%;
    }
}
@media only screen and (max-width: 1200px) {
    .tool-sec-3-text {
        max-width: 95%;
    }
    .tool-sec-3-pic img {
        margin-top: 0;
    }
    .tool-banner-text h2 {
        font-size: 54px;
    }
    .tool-banner-pic img {
        width: 100%;
        height: 330px;
        object-fit: cover;
        object-position: center;
    }
    .tool-box-dec h1 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .box-2 .tool-box-dec {
        padding: 100px 0 0 0;
    }
    .tools-sec-2-inner h1 {
        font-size: 50px;
    }
    .tools-heading h1,
    .tool-banner-text h2 {
        font-size: 56px;
    }
    .tool-sec-3-text {
        top: 40px;
    }
    .tools-sec-2-inner ul li {
        padding: 0 10px;
    }

    .tool-sec-3-text {
        padding: 20px;
    }
    .tool-box-dec {
        padding-left: 9px;
    }
    .readmoreBtn {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 991px) {
    .tools-sec-2 {
        margin: 40px 2.5%;
    }
    .tools-sec-2-inner {
        padding: 10px 0;
    }
}
@media only screen and (max-width: 881px) {
    .tool-banner-text {
        top: 100px;
    }

    .box-2 .tool-box-dec {
        padding: 0px 0 0 0;
    }
    .tools-sec-2-inner h1 {
        font-size: 42px;
    }
    .tools-heading h1,
    .tool-banner-text h2 {
        font-size: 50px;
    }
    .tools-sec-2-inner {
        padding: 40px 20px;
    }
    .tool-sec-3-text h3 {
        font-size: 42px;
        margin: 0 0 10px 0;
    }
    .apply-now {
        margin: 30px 0 0 0;
    }
}
@media only screen and (max-width: 767px) {
    .dc-pic {
        display: none;
    }
    .mb-pic {
        display: block;
    }
    .tool-banner-text h2 {
        text-align: center;
    }
    /* .tool-banner-text {
        top: 29px;
    } */
    .tools-sec-2-inner ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    .tools-sec-2-inner ul li {
        padding: 0 10px;
        width: 50%;
    }
    .tools-sec-2-inner {
        background: url(../images/tools/right-mobile-tree.webp) no-repeat;
        background-position: 100% 100%;
    }
    .tool-banner-pic img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: bottom center;
    }
    .for-dec {
        display: none;
    }
    .for-mob {
        display: block;
    }

    .tools-heading h1 {
        font-size: 40px;
        text-align: left;
        margin: 0 0 40px 0;
    }
    .tools-heading p {
        color: #555555;
        font-size: 16px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        margin: 0px 0 10px 0;
    }
    .tool-box {
        margin-bottom: 30px;
    }
    .tool-box-pic img {
        max-width: 100%;
    }
    .tools-sec-2-inner {
        padding: 30px 10px;
    }
    .box-2 .tool-box-dec {
        padding: 0 0 0 0;
    }
    .tool-sec-3-text p {
        max-width: 270px;
    }
    .tool-sec-3-pic img {
        /* margin-top: 100px; */
    }

    .tool-sec-3-text {
        top: 0;
    }
    .tools-heading h1,
    .tool-banner-text h2 {
        font-size: 40px;
    }
    .tools-sec-2-inner h1 {
        /* font-size: 40px; */
    }
    .tool-sec-3-text h3 {
        font-size: 36px;
    }
    .tools-banner.firstSection {
        margin-top: 26px !important;
    }
    .tool-banner-text {
        top: 170px;
    }
    .tool-box-pic {
        width: 100%;
        height: auto;
    }
    .tool-box-dec {
        width: 100%;
        padding: 20px 0 0 0px;
    }
    .tools-sec-1 {
        padding: 30px 0;
    }

    .tool-sec-3-text {
        padding: 10px;
    }
    .tool-sec-3-text p {
        max-width: 300px;
        font-size: 14px;
    }
    /* .tool-banner-text {
        padding: 10px;
    } */
    .tools-sec-2 {
        margin: 20px;
    }
    .tools-sec-1 {
        background-color: #fff;
    }
    .tools-sec-2-icon img {
        height: 50px;
        width: 50px;
    }
    .tool-box-dec h1 {
        font-size: 16px;
    }
    .tool-sec-3-text {
        top: 100px;
        left: 2.5%;
    }
}
@media only screen and (max-width: 570px) {
    .apply-now a {
        padding: 10px 19px;
    }
    .tools-banner.firstSection {
        margin-top: 60px !important;
    }
    .tool-banner-text {
        top: 120px;
    }
    .tools-sec-2-dec p {
        font-size: 14px;
    }
    .tools-sec-2-icon img {
        height: 40px;
        width: 40px;
    }
    .tools-sec-2-dec h4 {
        margin: 14px 0 0px 0;
        font-size: 14px;
    }
    .tools-sec-2-inner ul li {
        padding: 0;
        margin-bottom: 20px;
    }
    .tools-sec-2-inner {
        padding: 10px 0;
    }
}
@media only screen and (max-width: 470px) {
    .tools-banner.firstSection {
        margin-top: 100px !important;
    }
    .tool-banner-text {
        top: 70px;
    }
    .tools-sec-2 {
        margin: 20px 2%;
    }
    .tool-sec-3-text {
        top: 0px;
        left: 2.5%;
    }
}
