/* HEADING */

.heading-in {
    width: 100%;
    height: auto;
    text-align: center;
}

.heading-in h1 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 18px;
    background: linear-gradient(164.65deg, #F0642C 3.6%, #D7450E 51.5%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.heading-in p {
    font-family: "Lexend Deca", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    max-width: 75%;
    margin: auto;
    margin-bottom: 15px;
}

.heading-in form {
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
}


.heading-in form .heading-in-search {
    width: 100%;
    height: 45px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    border: 1px solid #333;
    display: flex;
    align-items: center;
}

.heading-in form .heading-in-search input[type="text"] {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0px 80px 0px 20px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    background: transparent;
    font-family: "Lexend Deca", sans-serif;
}

.heading-in form .heading-in-search input[type="text"]::placeholder {
    color: #7C7D80;
}

.heading-in form .heading-in-search button {
    position: absolute;
    width: 60px;
    height: 39px;
    right: 2px;
    top: auto;
    border: none;
    background: linear-gradient(164.65deg, #F0642C 3.6%, #D7450E 51.5%);
    border-radius: 0px 30px 30px 0px;
    color: #fff;
}



/* HEADING */


/* PAGE-BANNER */

.page-banner {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-banner img {
    width: 100%;
    height: 100%;
}

.page-banner-content {
    position: absolute;
    width: 100%;
    height: auto;
}

.page-banner-content h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

/* PAGE-BANNER */