@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Montserrat", sans-serif !important;
    margin: 0;
    padding: 0;
}
.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
a {
    text-decoration: none !important;
    transition: all 0.4s ease-in-out;
}
a:hover {
    color: #438ec6 !important;
}
a:focus-visible {
    border: none;
    outline: none;
}
.active {
    color: #438ec6 !important;
}
.section {
    padding: 70px 20px;
}
.section-heading {
    font-weight: 700;
    font-size: 45px;
    color: #112a60 !important;
    text-align: center;
    padding-bottom: 30px;
}
.section-small-heading {
    text-align: center;
}
.section-top-title {
    padding-bottom: 50px;
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
}
.section-text {
    text-align: left;
    line-height: 1.4rem;
    /* padding: 0px 10px 0 10px; */
    margin-bottom: 10px;
}
.three-col-section .section-text {
    text-align: left;
    line-height: 1.4rem;
    padding: 0px 10px 0 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-btn-wrap {
    text-align: center;
    padding: 20px 0 30px 0;
    display: flex;
    justify-content: center;
}
.section-btn {
    color: #ffffff;
    background-color: #1d6aa4;
    padding: 15px 25px;
    border: none;
    border-radius: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.section-btn:hover {
    color: #fff !important;
    background-color: #003b76;
}
.light-bg-grey {
    background-color: #f9f9f9;
}
.header-wrap {
    background-color: #fff;
}
header {
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
/*    background-color: #e7e7e7;*/
}
.logo-sitename-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    border-right: 1px solid #ccc;
    padding-right: 35px;
    margin-right: 35px;
}
.logo-wrap {
    width: 60px;
}
.logo-wrap img {
    width: 100%;
}
.navbar-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}
.navbar-text {
    text-decoration: none;
    color: #666;
    font-size: 22px;
    font-weight: 600;
}
nav ul {
    display: flex;
    gap: 25px;
    list-style: none;
    padding: 0;
}
nav ul li {
    list-style: none;
}
nav ul li a {
    text-decoration: none;
    color: #000;
    font-size: 15.5px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}
a:hover {
    color: #438ec6;
}
.language-switch {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    border-left: 1px solid #ccc;
    padding-left: 50px;
    min-height: 77px;
    margin-left: 50px;
}
.language-switch img {
    max-height: 18px;
    filter: grayscale(1);
}
.language-switch a.active img{
    filter: grayscale(0);
}
/*.language-switch a {
    text-decoration: none;
    color: #000;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #000;
}
.language-switch a:hover {
    color: #000 !important;
    background-color: #eaeaea;
}
.language-switch a.active {
    background-color: #a7a7a7;
    color: #fff;
}*/
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}
.hamburger div {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 4px 0;
}
.hero-section {
    width: 100%;
    height: 700px;
    background-image: url('../images/hero-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #707070;
    background-blend-mode: overlay;
    position: relative;
}
.hero-content-wrap {
    max-width: 901px;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0, -50%);
}
.hero-heading {
    color: #fff;
    font-size: 60px;  
}
.hero-text {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}
.three-col-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.estate-management, .property-management, .investment-opportunities  {
    width: 31%;
    border-radius: 7px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
}
.estate-management h4 {
    background-color: #e7e7e7;
    padding: 15px;
}
.property-management h4 {
    background-color: #e7e7e7;
    padding: 15px;
}
.investment-opportunities h4 {
    background-color: #e7e7e7;
    padding: 15px;
}
.three-col-img-wrap {
    width: 100%;
    height: 300px;
    padding-bottom: 15px;
}
.three-col-img-wrap img {
    width: 100%;
    height: 100%;
}
.three-row-img-wrap img {
    width: 100%;
    display: block;
}
.footer-wrap {
    background-color: #e7e7e7;
}
.footer {
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.footer-navlinks ul {
    list-style-type: none;
    text-align: center;
}
.footer-navlinks ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-navlinks ul li {
    display: inline-block;
    padding: 5px 15px;
}
.copyright-text {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

/* Investment Opportunities Css Starts Here */
.investment-banner-wrap {
    width: 100%;
    height: 650px;
    position: relative;
}
.investment-banner-wrap img {
    width: 100%;
    height: 100%;
}
.investment-content-wrap {
    width: 100%;
    background-color: #0000005e;
    padding: 70px 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
}
.investment-content {
    max-width: 260px;
}
.investment-content h2 {
    font-size: 48px;
    color: #fff;
}
.investment-content span {
    color: #53ae75;
}
.investment-content p {
    color: #fff;
    font-size: 20px;
    padding-top: 5px;
    font-weight: 600;
}
.investment-price h2 {
    font-size: 45px;
    color: #fff;
}
.investment-price p {
    color: #fff;
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 600;
    border-bottom: 1px solid #ffffff;
}
.investment-price span {
    color: #53ae75;
}
.investment-section .section-heading {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.investment-section .section-list {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px 30px;
}
.investment-section .section-list li {
    padding: 5px;
}
.opportunities-wrap  {
    width: 31%;
    border-radius: 7px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
}
.opportunities-wrap h4 {
    background-color: #e7e7e7;
    padding: 15px;
}
.opportunities-wrap .section-text {
    padding: 25px 25px 0 !important;
}
/* Investment Opportunities Css Ends Here */

/* Estate Management Css Ends Here */
.estate-property-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; 
    margin-bottom: 50px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: hidden;
}
.estate-property-wrap .three-row-img-wrap {
    width: 35%;
}
.estate-property-wrap .three-row-content-wrap {
    width: 75%;
    padding: 20px;
}
.estate-property-wrap .three-row-content-wrap .section-text {
    margin-bottom: 30px !important;
}
.estate-property-wrap .three-row-content-wrap .section-btn-wrap {
    padding: 0;
    justify-content: flex-start;
}
/* Estate Management Css Ends Here */

/* About Us Css Ends Here */
.about-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
}
.about-wrap .three-row-img-wrap {
    width: 40%;
}
.about-wrap .three-row-content-wrap {
    width: 60%;
    padding: 0 30px;
}
.about-wrap .three-row-content-wrap .section-text {
    margin-bottom: 30px !important;
}
.about-wrap .three-row-content-wrap .section-btn-wrap {
    padding: 0;
    text-align: left !important;
}
/* About Us Css Ends Here */


/* Contact-Us CSS Starts Here */
.contact-us-wrap {
    width: 100%;
}
.contact-us-form-wrap {
    width: 100%;
    gap: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-us-wrap .form-section {
    width: 50%;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.contact-us-wrap .form-container {
    padding: 20px;
}

.info-section {
    width: 50%;
    border-radius: 5px;
}
.contact-info {
    width: 100%;
    padding: 50px 20px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.contact-info p {
    font-size: 14px;
    font-style: italic;
    text-align: left;
    margin-bottom: 10px;
}
.map {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.form-group input {
    width: 100%;
    margin: 10px 0;
    padding: 8px;
}
.form-group.checkbox-wrap input {
    width: auto;
}
.form-group.checkbox-wrap label span {
    font-size: 14px;
}
.form-section button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin: 10px 0;
}
.form-section button:hover {
    background-color: #45a049;
}
/* Contact-Us CSS Ends Here */



/* POLISH LANGUAGE PAGE CSS STARTS HERE */
.polish-lang-wrap .investment-content {
    max-width: 353px;
}
/* POLISH LANGUAGE PAGE CSS ENDS HERE */




/* Media Query 1200px  */ 
@media only screen and (max-width:1515px) and (min-width:1350px){
    .logo-sitename-wrapper {
        padding-right: 35px;
         margin-right: 35px; 
    }
    .language-switch {
        padding-left: 30px;
        margin-left: 30px;
    }
    nav ul li a {
        font-size: 13.5px;
    }
    .navbar-text {
        font-size: 20px;
    }
}
@media only screen and (max-width:1350px) and (min-width:1281px){
    .logo-sitename-wrapper {
        padding-right: 35px;
         margin-right: 35px; 
    }
    .language-switch {
        padding-left: 30px;
        margin-left: 30px;
    }
    nav ul li a {
        font-size: 12.5px;
    }
    .navbar-text {
        font-size: 18.5px;
    }
}
@media only screen and (max-width:1280px) and (min-width:1115px){
    .logo-sitename-wrapper {
            padding-right: 20px;
            margin-right: 20px;
        }
    .language-switch {
        padding-left: 20px;
        margin-left: 20px;
    }
    nav ul li a {
        font-size: 12.5px;
    }
    .logo-wrap {
        width: 45px;
    }
    .navbar-text {
        font-size: 16px;
    }
    nav ul {
        gap: 15px;
    }
}
@media only screen and (max-width:1115px) and (min-width:1001px){
    .logo-sitename-wrapper {
            padding-right: 20px;
            margin-right: 20px;
        }
    .language-switch {
        padding-left: 20px;
        margin-left: 20px;
    }
    nav ul li a {
        font-size: 11.5px;
    }
    .logo-wrap {
        width: 35px;
    }
    .navbar-text {
        font-size: 14px;
    }
    nav ul {
        gap: 10px;
    }
    .logo-sitename-wrapper {
        gap: 18px;
    }
    .language-switch img {
        max-height: 15px;
    }
    .logo-sitename-wrapper {
        width: 21% !important;
    }
    .language-switch {
        min-height: 56px;
    }

}
@media only screen and (max-width:1200px) {
    .investment-content-wrap {
        padding: 20px 100px;
    }
}
@media only screen and (min-width:1100px) {
.logo-sitename-wrapper {
    width: 22%;
}
.language-switch {
    width: 8%;
}
}
/* Media Query 992px  */ 
@media only screen and (max-width:1000px) {
    .logo-sitename-wrapper {
        border-right: none;
    }
    .language-switch {
        border-left: none;
    }
    .estate-wrap {
        flex-direction: column;
    }
    .estate-wrap .three-row-img-wrap {
        width: 100%;
    }
    .estate-wrap .three-row-content-wrap {
        width: 100%;
    }
    .logo-wrap {
        width: 50px !important;
    }
    .navbar-text {
        display: none;
    }
    .logo-sitename-wrapper {
        padding-right: 0px;
        margin-right: 0px;
    }
    .language-switch {
        padding-left: 0px;
        min-height: auto;
        margin-left: 30px;
    }
    nav ul {
        display: none;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 103px;
        left: 0;
        border-top: 1px solid #ccc;
        z-index: 9999;
    }
    nav ul li {
        width: 100%;
        padding: 12px 0;
        border-bottom: 1px solid #f7f7f7;
    }
    nav ul li:hover {
        background: #f7f7f7;
    }
    nav ul li a:after {
        content: "";
    }
    .hamburger {
        display: block;
        position: absolute;
        right: 10px;
    }
    .language-switch {
        margin-right: 50px !important;
    }
}

/* Media Query 767px  */
@media only screen and (max-width: 767px) {
    
    .hero-content-wrap {
        left: 0;
    }
    .hero-content-wrap {
        padding: 0 10px;
    }
    .hero-heading {
        font-size: 40px;
    }
    .hero-text {
        font-size: 16px;
    }
    .section {
        padding: 50px 20px;
    }
    .section-heading {
        font-size: 32px;
        line-height: 2rem;
        text-align: left;
    }
    .section-text {
        text-align: left;
    }
    .three-col-section {
        flex-direction: column;
        gap: 50px;
    }
    .three-col-img-wrap {
        height: auto;
    }
    .estate-management, .property-management, .investment-opportunities  {
        width: 100%;
    }
    .estate-property-wrap {
        flex-direction: column;
    }
    .estate-property-wrap .three-row-img-wrap {
        width: 100%;
    }
    .estate-property-wrap .three-row-content-wrap {
        width: 100%;
    }
    .opportunities-wrap {
        width: 100%;
    }
    .about-wrap {
        flex-direction: column;
    }
    .about-wrap .three-row-img-wrap {
        width: 100%;
        margin-bottom: 50px;
    }
    .about-wrap .three-row-content-wrap {
        width: 100%;
        padding: 0;
    }
    .footer-navlinks ul li {
        display: block;
        padding: 5px 0;
    }
    .investment-content {
        max-width: 200px;
    }
    .investment-banner-wrap {
        height: 100%;
    }
    .investment-content-wrap {
        bottom: 4px;
        padding: 20px;
    }
    .investment-content h2 {
        font-size: 30px;
    }
    .investment-price h2 {
        font-size: 30px;
    }
    .estate-wrap .three-row-content-wrap .section-btn-wrap {
        padding-bottom: 20px;
    }
    .contact-us-form-wrap {
        flex-direction: column;
    }
    .contact-us-wrap .form-section {
        width: 100%;
    }
    .form-section {
        width: 100%;
    }
    .info-section {
        width: 100%;
    }
    .polish-lang-wrap .investment-content {
        max-width: 221px;
    }
    .polish-lang-wrap .investment-content p {
        font-size: 18px;
    }
}

/* Media Query 480px */
@media only screen and (max-width:480px) {
    .hero-heading {
        font-size: 25px;
    }
    .section-heading {
        font-size: 24px;
    }
    .investment-content-wrap {
        padding: 20px 10px;
    }
    .investment-content h2 {
        font-size: 18px;
    }
    .investment-content p {
        font-size: 14px;
    }
    .investment-price h2 {
        font-size: 18px;
    }
    .investment-price p {
        font-size: 14px;
    }
}
