.banner_section {
    padding: 330px 0 100px 0;
    background-image: url(../images/banner-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner_section_inner h1 {
    color: #D48E13;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 56px;
    line-height: 66px;
    text-transform: uppercase;
}

.banner_section_inner p {
    color: #E2E2E2;
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
    width: 80%;
    margin: 0 auto;
}

.about_us {
    padding: 100px 0;
}

.about_us_right {
    display: flex;
    justify-content: flex-end;
}

.about_us_left h2 {
    font-family: "Playfair Display", serif;
    color: #000000;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
}

.h2_span_one {
    color: #C5820D;
}

.about_us_left p {
    color: #464646;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

.common_heading h2 {
    color: #000000;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 20px;
}

.common_heading h2 span {
    color: #C5820D;
}

.what_we_do_img {
    margin-top: 30px;
    position: relative;
    text-align: center;
}

.what_we_do_img img {
    border-radius: 24px;
}

.what_we_do_img h3 {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}

.why_choose_us {
    padding: 100px 0;
    margin: 100px 0;
    background-image: url(../images/choose-us-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.why_choose_us_left {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.why_choose_us_left_inner h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    font-family: "Playfair Display", serif;
    line-height: 48px;
}

.why_choose_us_left_inner h2 span {
    color: #C5820D;
}

.why_choose_us_left_inner ul {
    margin-top: 40px;
}

.why_choose_us_left_inner ul li {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 34px;
    margin-bottom: 16px;
}

.why_choose_us_left_inner ul li:last-child {
    margin-bottom: 0;
}

.why_choose_us_left_inner ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: url(../images/arrow-icon.webp);
    overflow: auto;
}

.why_choose_us_left_inner p {
    color: #BABABA;
    font-size: 16px;
    line-height: 24px;
    margin-top: 40px;
}

/* animation start */
section.our_work_process {
    padding: 50px 0;
}

.center-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

/* Left Fixed */
.left {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.left_container h2 {
    font-size: 40px;
    font-family: "Playfair Display", serif;
    color: #000000;
    font-weight: bold;
    line-height: 48px;
}

.left_container h2 span {
    color: #C5820D;
}

.left_container p {
    font-size: 16px;
    line-height: 24px;
    color: #464646;
    margin-top: 24px;
}

.card_inner {
    padding: 30px 20px;
}

/* Right Scroll */
.right {
    position: relative;
}

.right-container {
    position: relative;
}

.card {
    position: sticky;
    top: 120px;
    margin-bottom: 100px;
    background: #fff;
    border: 2px solid #d18b26;
    border-radius: 10px;
    font-size: 40px;
    font-weight: bold;
    color: #d18b26;
    z-index: 1;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.card_inner h5 {
    color: #000000;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-weight: bold;
}

.card_inner p {
    color: #454545;
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    font-weight: 400;
}

.card.active {
    transform: scale(1.05);
    z-index: 5;
    opacity: 1;
}

.card:not(.active) {
    opacity: 0.6;
}

/* animation end */

.common_heading p {
    padding-top: 24px;
    width: 70%;
    margin: 0 auto;
    color: #464646;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
}

.our_services_block {
    margin-top: 30px;
    background-color: #FFE2B0;
    border-radius: 16px;
    padding: 30px 20px;
}

.our_services_block h5 span {
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    margin-right: 8px;
    color: #000;
    display: inline-block;
}

.our_services_block h5 {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    font-family: "Playfair Display", serif;
    line-height: 28px;
}

.our_services_block ul {
    margin-top: 24px;
    height: 160px;
}

.our_services_block ul li {
    color: #2D2D2D;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 23px;
    margin-bottom: 8px;
}

.our_services_block ul li:last-child {
    margin-bottom: 0;
}

.our_services_block ul li::before {
    position: absolute;
    top: 6px;
    left: 0;
    content: "";
    background-color: #2D2D2D;
    height: 8px;
    width: 8px;
    border-radius: 100%;
}

.our_projects {
    margin: 100px 0;
    padding: 60px 0;
    background-color: #252525;
}

.our_projects_inner h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 48px;
    font-family: "Playfair Display", serif;
    text-align: center;
}

.our_projects_inner h2 span {
    color: #C5820D;
}

.our_projects_image {
    margin-top: 40px;
}

.contact_us_inner {
    padding: 35px 0;
    background-image: url(../images/cta-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
}

.contact_us_form {
    padding: 66px 30px;
    background-color: #ffffff;
    border-radius: 32px;
    box-shadow: 2px 1px 17px 0px rgba(0, 0, 0, 0.2);
}

.contact_us_form h5 {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    font-family: "Playfair Display", serif;
}

.contact_us_form p {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 30px;
}

.custom_control {
    border-radius: 12px;
    border: 1px solid #838383;
    height: 48px;
}

.contact_us_form_button_holder {
    height: 48px;
    border-radius: 12px;
    color: #000000 !important;
    font-weight: 700;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    background-color: #C5820D;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer_block {
    margin-top: 100px;
    padding: 60px 0;
    background-color: #000000;
}

.footer_block_one {
    padding-bottom: 56px;
    border-bottom: 1px solid #F8E7A2;
}

.footer_block_one_block {
    display: flex;
    align-items: center;
}

.footer_block_one_block_left i {
    font-size: 40px;
    color: #F8E7A2;
}

.footer_block_one_block_right {
    margin-left: 16px;
}

.footer_block_one_block_right h5 {
    color: #F8E7A2;
    font-size: 16px;
    line-height: 24px;
}

.footer_block_one_block_right a {
    color: #F8E7A2;
    font-weight: 600;
    font-size: 20px;
    display: block;
}

.footer_block_one_block_right p {
    color: #F8E7A2;
    font-size: 20px;
    line-height: 30px;
}

.footer_block_two {
    padding: 56px 0;
    border-bottom: 1px solid #F8E7A2;
}

.fbti_block {
    padding: 30px 0;
}

.fbti_block ul li a {
    color: #F8E7A2;
    font-size: 16px;
    line-height: 24px;
    font-family: "Poltawski Nowy", serif;
    font-weight: 700;
}

.fbti_block ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social_media ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.facebook {
    margin-left: 30px;
}

.footer_block_three {
    padding-top: 56px;
}

.footer_block_three_inner p {
    color: #F8E7A2;
    font-size: 16px;
    line-height: 24px;
}

.whatsapp {
    height: 50px;
    width: 50px;
    position: fixed;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 24px;
    bottom: 20px;
    right: 15px;
    z-index: 99999999999999999999999;
}

.back_to_top_div {
    padding: 12px 20px;
    background-color: #F8E7A2;
    border-radius: 30px;
    color: #000000 !important;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 100px;
    right: 15px;
    z-index: 999999999999999999999999;
}

.back_to_top_div i {
    font-size: 14px;
    margin-left: 14px;
}
/* .our_projects_section{
    width:80%;
    margin:0 auto;
} */
.our_projects_image img{
width: 100%;
height: 300px;
object-fit: cover;
border-radius: 30px;
}
/* popup css start */
@media (min-width: 992px) {
    .popup_modal_dialog {
        max-width: 946px;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    .popup_modal_dialog {
        max-width: 745px;
    }
}

.popup_modal_body {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.popup_modal_content {
    border-radius: 20px;
    overflow: hidden;
}

.popup_btn_close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.popup_modal_body_right {
    padding: 66px 30px;
}

.popup_modal_body_right h5 {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    font-family: "Playfair Display", serif;
    line-height: 32px;
}

.popup_modal_body_right p {
    margin-top: 8px;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

/* popup css end */

@media only screen and (min-width:1400px) {
    .what_we_do_inner {
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:1399px) {
    .header .menu>ul>li {
        margin-left: 16px;
    }

    .our_services_block h5 {
        font-size: 16px;
    }
}

@media only screen and (max-width:1199px) {
    .about_us_right {
        display: flex;
        justify-content: center;
        height: 100%;
        align-items: center;
    }
}

@media only screen and (max-width:991px) {
    .banner_section_inner h1 {
        font-size: 44px;
        line-height: 54px;
    }

    .banner_section_inner p {
        width: 100%;
    }

    .about_us_left {
        text-align: center;
    }

    .what_we_do_img h3 {
        font-size: 19px;
    }

    .why_choose_us_left {
        justify-content: center;
        margin-top: 30px;
    }

    .right {
        margin-top: 30px;
    }

    .our_services_block h5 {
        height: 56px;
    }

    .contact_us_inner {
        padding: 130px 0;
    }

    .contact_us_form {
        margin: 0 20px;
    }

    .footer_block_one_block_last {
        margin-top: 30px;
    }

    .popup_modal_body_right h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .popup_modal_body_right {
        padding: 20px;
    }

    .popup_modal_body_right p {
        margin-bottom: 27px;
    }

    .popup_btn_close {
        right: 7px;
        top: 7px;
    }
}

@media only screen and (max-width:767px) {
    .banner_section_inner h1 {
        font-size: 38px;
        line-height: 48px;
    }

    .what_we_do_img h3 {
        font-size: 24px;
    }

    .our_services_block h5 {
        height: unset;
    }

    .common_heading p {
        width: 100%;
        padding-top: 0;
    }

    .footer_block_one_block_second {
        margin-top: 30px;
    }
    .popup_modal_body{
        grid-template-columns: 1fr;
    }
    .popup_modal_body_left{
        display:none;
    }
    .popup_modal_body_right {
        padding: 30px 20px;
    }
}

@media only screen and (max-width:575px) {
    .banner_section {
        padding: 288px 0 100px 0;
        background-image: url(../images/banner-mobile-bg.webp);
        background-position: unset;
    }

    .banner_section_inner p {
        margin-top: 20px;
    }

    .about_us {
        padding: 60px 0;
    }

    .about_us_left {
        text-align: left;
    }

    .about_us_left h2,
    .common_heading h2,
    .why_choose_us_left_inner h2,
    .left_container h2,
    .our_projects_inner h2 {
        font-size: 24px;
    }

    .common_heading h2 {
        margin-bottom: 0;
    }

    .what_we_do_img h3 {
        font-size: 16px;
    }

    .why_choose_us {
        padding: 60px 0;
        margin: 60px 0;
    }

    .why_choose_us_left99 {
        margin-top: 0;
    }

    .why_choose_us_left_inner ul {
        margin-top: 24px;
    }

    section.our_work_process {
        padding: 0;
    }

    .left_container p {
        margin-top: 6px;
    }

    .card_inner h5 {
        font-size: 18px;
    }

    .our_services_block h5 {
        font-size: 20px;
    }

    .common_heading p {
        padding-top: 16px;
    }

    .our_services_block ul {
        height: unset;
    }

    .our_projects {
        margin: 60px 0;
    }

    .our_projects_image {
        width: 100%;
    }

    .contact_us_inner {
        background-image: unset;
    }

    .contact_us {
        background-image: url(../images/cta-bg.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contact_us_form {
        margin: 0;
        padding: 30px 10px;
    }

    .footer_block {
        margin-top: 60px;
    }

    .footer_block,
    .footer_block_two {
        padding: 50px 0;
    }

    .footer_block_one {
        padding-bottom: 50px;
    }

    .footer_block_three {
        padding-top: 50px;
    }
}