@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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');

/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.newClass {
    background-color: #fff;
    box-shadow: 0 0 5px gray;
    z-index: 999;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    max-width: 130px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu ul li a {
    color: #232323;
    text-decoration: none;
    font-size: 19px;
    padding: 0px 15px;
    text-transform: uppercase;
    /* -moz--webkit-transition: all 0.5s ease; */
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing: 1px;
    font-family: "Barlow Condensed", sans-serif;
}

.menu ul li {
    border-top: 1px solid #979696;
    margin-right: 10px;
    border-bottom: 1px solid #979696;
}

.menu ul li:hover {
    background: #1f534e;
}

.menu ul li:hover a {
    color: #fff;
}

.project-overview-section .know-more {
    text-align: left;
}

.contact-number {
    display: flex;
}

.contact-number a {
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    /* -moz--webkit-transition: all 0.5s ease; */
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.responsiv-mobile {
    display: none;
}
/* dropdown parent */
/* Submenu base styling */
.menu ul li .submenu {
    display: none;
    position: absolute;
    backdrop-filter: blur(15px);
    left: 0;
    min-width: 250px;
    z-index: 999;
}

/* Hover show */
.menu ul li:hover>.submenu {
    display: block;
}

.menu ul li .submenu li {
    margin: 0;
    background: #d9d6d6;
    margin-bottom: 10px;
}

.menu ul li .submenu li a {
    color: #333;
    padding: 5px 15px;
    display: block;
    text-transform: capitalize;
}

.menu ul li .submenu li:hover {
    background: #1f534e;
    border: 1px solid #1f534e;
}

.menu ul li .submenu li:hover a {
    color: #fff !important;
}

/* HEADER CSS ENDS */
.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.banner-section {
    position: relative;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section-information {
    position: absolute;
    top: 25%;
    right: 5%;
    content: "";
    z-index: 9;
    color: #fff;
    font-family: "Work Sans", sans-serif;
    text-align: center;
}
.banner-section-information h1 {
    font-size: 47px;
    text-transform: uppercase;
    font-weight: 400;
}

.banner-location {
    font-size: 25px;
    font-weight: 300;
}

.the-trillion-fer {
    font-size: 38px;
    margin-bottom: 5px;
    animation: bounce2 2s ease infinite;
    color: #000000;
    text-transform: uppercase;
    background: linear-gradient(90deg, transparent, #cecbcb, transparent);
    font-family: "Barlow Condensed", sans-serif;
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-13px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.seek {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.padding-space-extra {
    padding: 50px 0;
    text-align: center;
}

.project-section {
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
}

.project-list-information {
    position: relative;
}

.project-imformations {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: left;
    padding: 10px;
    content: "";
    z-index: 9;
    color: #fff;
    font-family: 'Work Sans';
}

.project-list-information::before {
    position: absolute;
    background: linear-gradient(0deg, #000000eb, #00000036, transparent, #000000ad);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.project-price p {
    background: linear-gradient(45deg, transparent, #0000007d, transparent);
    padding: 10px;
    font-size: 18px;
    box-shadow: 0 0 2px #030403;
}

.project-price p b {
    color: #fbe486;
    font-size: 25px;
}

.project-imformations h3 {
    font-size: 30px;
    border-bottom: 1px dotted #fff;
}

.hidden-project-information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 3.5s;
    cursor: pointer;
}

.project-price p i {
    margin-right: 3px;
    animation: wiggle 2s infinite;
    font-size: 31px;
}

.project-information {
    margin-bottom: 0;
}

/* .project-information-list:hover .hidden-project-information {
    
} */
.project-imformations .btn {
    background: transparent;
    border-radius: 25px;
    border: 1px solid #fff;
    font-family: 'Work Sans';
    color: #fff;
}

.contact-btn {
    position: relative;
}

.contact-btn .btn {
    width: 100%;
    background: #1f534e;
    border-radius: 0;
    color: #fff;
    font-size: 23px;
    font-family: 'Work Sans';
    text-transform: capitalize;
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-family: "Barlow Condensed", sans-serif;
}

.project-price {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 9;
    content: "";
}

.pulse-button {
    /* animation:pulse 1.25s infinite cubic-bezier(0.66,0,0,1); */
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(255, 232, 160, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(255, 232, 160, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(255, 232, 160, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(255, 232, 160, 0);
    }
}

.contact-btn .btn img {
    margin-right: 10px;
    animation: wiggle 2s infinite;
}

@keyframes wiggle {
    0% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(15deg);
    }
}

.section-title h2 {
    color: #1f534e;
}

.about-section {
    position: relative;
    overflow: hidden;
    background: #1f534e;
}

/* .about-section::before {
    position: absolute;
    top: 0;
    left: 0;
    background: #00000070;
    content: "";
    z-index: 9;
    width: 100%;
    height: 100%;
} */

.section-points {
    text-align: left;
    font-family: 'Work Sans';
    color: #fff;
    position: relative;
    z-index: 9;
}

.section-title h3 {
    font-size: 33px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.infromation-about {
    font-size: 24px;
    text-transform: uppercase;
}

.about-section-fer {
    font-size: 19px;
    text-align: justify;
}

.faq-heading {
    font-family: 'Barlow Condensed';
    text-align: justify;
}

.faq-heading h4 {
    font-size: 19px;
    background: #1f534e;
    color: #fff;
    box-shadow: 0 0 3px #5b5b5b;
    padding: 10px;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-weight: 300;
}
.faq-heading p {
    font-size: 18px;
    padding: 10px;
    text-align: left;
    background: #e1e1e1;
}

.download-brochure-information {
    position: relative;
    color: #fff;
    z-index: 9;
    font-family: 'Work Sans';
}

.download-brochure-information h3 {
    font-size: 34px;
    text-transform: uppercase;
}

.brochure-info {
    background: #1f534e;
    max-width: 160px;
    padding: 20px;
    border-radius: 10%;
    box-shadow: 0 0 3px #fff;
    margin: 0 auto;
}

.download-brochure-information p {
    text-transform: uppercase;
    font-size: 19px;
}

.faq-section-information {
    font-family: 'Work Sans';
}

.faq-section-information .section-title h3 {
    font-size: 37px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Work Sans';
    color: #1f534e;
}

.call-section {
    background: #1f534e;
    font-family: 'Work Sans';
    color: #fff;
}

.footer-inner h5 {
    font-size: 28px;
    margin-bottom: 25px;
}

.footer-inner form .form-group {
    margin-bottom: 0;
}

footer {
    padding: 30px 0;
    font-family: 'Work Sans';
    text-align: center;
}

p.footer-disclaimer {
    text-align: justify;
}

.banner-btn .btn {
    background: #1f534e;
    color: #fff;
    box-shadow: 0 0 3px #ffffff9e;
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-size: 18px;
}

.banner-btn .download-brochure {
    margin-right: 20px;
}

.banner-btn .btn img {
    animation: wiggle 2s infinite;
    margin-right: 10px;
}

.banner-btn .btn i {
    color: #fbe486;
    animation: slideInDown 1.3s infinite;
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.auto-popup-right {
    font-family: 'Work Sans';
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.enquire-outer {
    display: none;
}
.banner-btn-mobile{
    display:none;
}
.about-section-fer {
    font-weight: 200;
    font-size: 22px;
    text-align: justify;
    font-family: 'Barlow Condensed';
}
.exp-logo {
    max-width: 158px;
}
.desktop-ban{
    display:block;
}
.tab-ban{
    display:none;
}
.more-text {
    display: none;
}

.read-more-btn {
    border: none;
    background: none;
    color: #a66b3a;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    transition: color 0.3s ease;
}

.read-more-btn:hover {
    color: #a66b3a;
}
.project-information-list {
    margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
    .banner-section {
        margin-top: 60px;
    }

    .banner-section-information h1 {
        font-size: 43px;
    }
.banner-location {
    font-size: 22px;
    font-weight: 300;
}
    .banner-section-information {
        top: 15%;
    }

    .project-imformations h3 {
        font-size: 27px;
    }

    .section-points {
        text-align: center;
    }

    .faq-heading h4 {
        font-size: 19px;
        text-align: left;
    }
}

@media only screen and (max-width: 991px) {
        #dynamic .dropdown .submenu {
    position: relative !important;
    top: 0 !important;
    padding: 15px 5px;
    display:none;
}
    .button_container {
        position: absolute;
        top: 50%;
        right: 0;
        height: 29px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        transform: translateY(-50%);
    }

    .banner-highlights {
        right: 2%;
        height: 55%;
        width: 36%;
    }

    .overlay {
        position: fixed;
        background: #1e514c;
        top: 62px;
        left: 0;
        width: 100%;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        max-height: 0;
        -webkit-transition: max-height .3s, -webkit-transform .3s;
        transition: max-height .3s, -webkit-transform .3s;
        -o-transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s, -webkit-transform .3s;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        overflow: auto;
    }

    .overlay.open {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 100vh;
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        width: 100%;
    }

    .overlay nav {
        text-align: center;
    }

    .overlay.open li {
        opacity: 1;
        border-bottom: 1px solid gray;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #071c35;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #071c35;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #fff;
    }

    .button_container span:nth-of-type(2) {
        top: 11px;
        width: 61%;
        height: 3px;
        right: 0;
        left: auto;
    }

    .button_container span:nth-of-type(3) {
        top: 22px;
    }

    .button_container span {
        background: #071c35;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
        border-radius: 31px;
    }

    .menu ul li a {
        color: #fff;
    }
#dynamic .dropdown.open .submenu{
    display:block;
}
    header {
        padding: 8px 0;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    .banner-section-information {
        top: 30%;
        background: #00000036;
    }
    .about-section {
    padding: 70px 0;
}
.faq-section-information .section-title h3 {
    font-size: 31px;
}
.desktop-ban{
    display:none;
}
.tab-ban{
    display:block;
}
.exp-logo {
    max-width: 158px;
    margin: 0 auto;
}
.about-img {
    margin-top: 20px;
}
    .container {
        max-width: 900px;
    }
    .section-title h2 {
    color: #1f534e;
    font-size: 28px;
}

}

@media only screen and (max-width: 767px) {
    .project-information-list {
    margin-bottom: 20px;
}
.footer-inner form .form-group {
    margin-bottom: 13px;
}
}

@media only screen and (max-width: 575px) {
        .banner-section-information {
        width: 100%;
        background: transparent;
        top: 5%;
        right:0;
    }
        .banner-section-information h1 {
        font-size: 35px;
        margin-bottom: 0;
    }
    .section-title h3 {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.seek {
    font-size: 27px;
}
        .banner-location {
        font-size: 22px;
    }
        .the-trillion-fer {
        color: #ffffff;
        background: linear-gradient(90deg, #1f534e, #1f534ead, #1f534e);
    }
        .banner-btn {
        display: none;
    }
    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .enquire-outer {
        position: fixed;
        z-index: 99;
        bottom: 0;
        display: block;
        width: 100%;
        background: #db8621;
        box-shadow: 0 0 2px #d3d3d3;
    }

    .enquire-outer .btn {
        animation: none;
    }

    .enquire-form-fit i {
        animation: none;
    }

    .enquire-outer ul {
        display: flex;
        align-items: center;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .enquire-outer ul li {
        width: 100%;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }

    .enquire-outer ul li .enquire-form-fit {
        width: 100%;
        border-radius: 0;
        font-size: 18px;
        font-family: 'Work Sans';
        color: #fff;
        background-color: #1f534e;
    }
        .banner-btn-mobile {
        display: block;
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translate(-50%);
        content: "";
        z-index: 9;
        width: 100%;
        font-family: 'Work Sans';
        text-align: center;
    }
        .banner-btn-mobile .btn {
        background: #1f534e;
        color: #fff;
        box-shadow: 0 0 3px #ffffff9e;
        animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        font-size: 18px;
    }
        .banner-btn-mobile .btn img {
        animation: wiggle 2s infinite;
        margin-right: 10px;
    }
        
}
@media only screen and (max-width: 430px) {
    .banner-section-information h1 {
        font-size: 32px;
    }
        .the-trillion-fer {
        font-family: 'Work Sans';
        font-size: 24px !important;
    }
        .banner-section {
        margin-top: 75px;
    }
    .seek {
    font-size: 26px;
    background: linear-gradient(90deg, #1f534e, #1f534ead, #1f534e);
}
    .banner-location {
        font-size: 19px;
    }
        .faq-section-information .section-title h3 {
        font-size: 23px;
    }
        .footer-inner h5 {
        font-size: 20px;
    }
       .section-title h2 {
        font-size: 23px;
    }
        .section-title h3 {
        font-size: 29px;
    }
    .about-section-fer {
    font-size: 19px;
}
}
@media only screen and (max-width: 344px) {
        .banner-section-information h1 {
        font-size: 29px;
    }
        .seek {
        font-size: 22px;
    }
    .padding-space-extra {
    padding: 25px 0;
}
.project-information {
    font-size: 14px;
}
.contact-btn .btn {
    font-size: 21px;
}
    .section-title h3 {
        font-size: 23px;
    }
}