@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Austin News Headline Light';
    src: url(../font/Austin\ News\ Headline\ Light.woff) format('woff'),
        url(../font/Austin\ News\ Headline\ Light.woff2) format('woff2');
}

body {
    font-family: 'Montserrat';
}

.our-company-section {
    overflow: hidden;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    height: 100%;
}
.desktop-banner{
display: block;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:none;
}
.comapny-img {
    width: 100%;
    height: 80vh;
}
.comapny-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our-company-section .container-fluid{
    padding:0;
}
.our-company-section::before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, black, #00000045, transparent);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
}

.our-company-title {
    position: absolute;
    bottom: 0;
    left: 35px;
    content: "";
    z-index: 9;
}

.our-company-title h1 {
    font-family: 'Austin News Headline Light';
    font-size: 34px;
}

.padding-space-extra {
    padding: 80px 0;
}

.section-title h2 {
    font-family: 'Austin News Headline Light';
    font-size: 40px;
}

.section-title p {
    font-size: 16px;
}

.icon-logo {
    max-width: 50px;
    filter: invert(1);
}

.icon-log {
    max-width: 50px;
    filter: contrast(0.5);
    margin: 0 auto;
}

.search-wrapper {
    max-width: 650px;
    margin: 0 auto 40px;
    position: relative;
}

.search-box {
    width: 100%;
    padding: 15px 55px 15px 20px;
    border-radius: 50px;
    border: 1px solid #8c8a8a;
    outline: none;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

/* focus effect */
.search-box:focus {
    border-color: #000000;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* icon */
.search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 16px;
    pointer-events: none;
}

.projects {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
}

.card-fert {
    width: 32%;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 340px;
}

.card-fert img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.padding-space-extra {
    padding: 50px 0;
}

.dwarka-expressway-section {
    text-align: center;
}

.card-info {
    position: absolute;
    bottom: 0px;
    left: 0;
    color: #fff;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    align-items: center;
}

.status {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #1a1616a1;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-family: 'Montserrat';
    font-size: 14px;
    z-index: 9;
}

.project-price-se {
    position: absolute;
    top: 50px;
    left: 10px;
    background: #1a1616a1;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-family: 'Montserrat';
    font-size: 15px;
    z-index: 9;
}

.project-confi {
    position: absolute;
    top: 90px;
    left: 10px;
    background: #1a1616a1;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-family: 'Montserrat';
    font-size: 12px;
    z-index: 9;
}

.card-info h3 {
    font-size: 17px;
    margin-bottom: 5px;
    font-family: 'Poppins';
    font-weight: 300;
    letter-spacing: 2px;
}

.view-btn-in {
    position: absolute;
    top: 6px;
    right: 9px;
    background: #1a1616a1;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    z-index: 9;
}

.view-btn-in a {
    color: #fff;
    text-decoration: none;
}

.card-fert::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000c2, transparent);
    content: "";
    z-index: 9;
}

.btns .enquire-now {
    background: #6d6d6db3;
    color: #fff;
    border-radius: 25%;
    font-size: 13px;
}

.project-location {
    font-size: 14px;
    text-align: left;
    color: #eeeeee;
}

.card-title-in {
    text-align: left;
}
.pagination-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    margin-top:40px;
    flex-wrap:wrap;
}

.page-btn{
    min-width:45px;
    height:45px;
    padding:0 16px;
    border:none;
    border-radius:50px;
    background:#f1f1f1;
    color:#000;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    transition:0.3s;
}

.page-btn:hover{
    background:#000;
    color:#fff;
}

.page-btn.active{
    background:#000;
    color:#fff;
}

.page-btn:disabled{
    opacity:0.5;
    cursor:not-allowed;
}

.nav-btn{
    border-radius:30px;
}
@media only screen and (max-width: 1199px) {
    .projects {
        gap: 16px;
    }

    .container {
        max-width: 1065px;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 825px;
    }

    .card-fert {
        width: 46%;
    }

    .projects {
        gap: 40px;
    }
     
}

@media only screen and (max-width: 767px) {
    .projects {
        gap: 23px;
    }

    .card-fert {
        width: 47%;
    }

    .container {
        max-width: 610px;
    }

    .card-info {
        display: block;
        bottom: 10px;
    }

    .project-location {
        margin-bottom: 5px;
    }

    .btns {
        text-align: end;
    }

    .btns .enquire-now {
        border-radius: 20px;
    }

    .our-company-title h1 {
        font-size: 30px;
    }

    .our-company-title p {
        font-size: 15px;
    }

    .our-company-title {
        left: 19px;
    }

    .search-wrapper {
        max-width: 470px;
    }
    .desktop-banner{
        display: none;
    }
    .tab-banner{
        display:block;
    }
    .mobile-banner{
        display:none;
    }
}

@media only screen and (max-width: 565px) {
    .card-fert {
        width: 100%;
    }

    .projects {
        gap: 30px;
    }

    .card-info {
        display: flex;
    }

    .search-box {
        padding: 10px 71px 10px 20px;
    }

    .status {
        font-size: 13px;
    }
        .comapny-img {
    width: 100%;
    height: 55vh;
}
 .desktop-banner{
        display: none;
    }
    .tab-banner{
        display:none;
    }
    .mobile-banner{
        display:block;
    }
    .our-company-title h1 {
        font-size: 26px;
    }
        .our-company-title p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 370px) {
    .our-company-title h1 {
        font-size: 24px;
    }

    .our-company-title p {
        font-size: 12px;
    }

    .icon-logo {
        max-width: 41px;
    }

    .our-company-title {
        left: 11px;
    }

    .project-price-se {
        top: 45px;
        font-size: 14px;
    }

    .project-confi {
        top: 82px;
    }

    .project-location {
        font-size: 13px;
    }

    .card-info h3 {
        font-size: 17px;
    }

}