@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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');

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    background-color: #ECE6DC;
    font-size: 14px;
    color: #000;
}

* {
    box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {

    margin: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* ------header styles starts here------ */

header .logo {
    height: 180px;
    transition: height 0.3s ease;
}



.scrolled .logo {
    height: 85px;
}

.logo {
    height: 110px;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
}

.overflow-hidden {
    overflow: hidden;
}

.headerSection {
    overflow: hidden;
}

/* .navbar-toggler {
    position: fixed;
    right: 0px;
    top: 47px;
    right: 10px;
} */
.header-top {
    display: flex;
    justify-content: end;
    padding: 10px 40px;
    gap: 15px;
    background-color: #ECE6DC;
    /* color: #fff; */
}

.header-top a {
    color: #000;
    font-size: 12px;
}

.header-top>div:hover {
    opacity: 0.7;
}

.header-top>div:hover a {
    text-decoration: unset;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    color: #00000099;
}

/* .navbar-light .navbar-brand.small-device-logo{
    display: none !important;
} */
.navbar-light .navbar-brand.large-device-logo {
    display: block;
}

section {
    padding-top: 240px;
}

/* ------header styles Ends here------ */
/* ---Intro section starts Here-------- */
.intro {
    background-color: #ECE6DC;
    padding-bottom: 20px;
}

.intro .introBlock {
    /* color: #fff; */
    /* padding: 15px 0px; */
    text-align: center;
    overflow: hidden;
}

.section-title {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    /* color: #fff; */
    margin: 15px 0 30px;
    /* font-weight: 600;
    font-size: 22px; */
}

.main-title {
    max-width: 650px;
    line-height: 1.3;
    margin: 15px auto 0;
}

.beoz-title {
    max-width: 800px;
    margin: 20px auto;
}

.gord-title {
    max-width: 650px;
    margin: 15px auto;
}

/* .trendingGallerySectionBlock,
.introSectionBlock{
    border-bottom: 2px  #fff dashed;
} */
.trendingGallerySectionBlock .house-view-gallarySection {
    overflow: auto !important;
    flex-wrap: wrap;
}


.trendingGallerySectionBlock .img-container {
    overflow: hidden;
}

.sectionInternalBlock {
    overflow: hidden;
}

/* ---Intro section Ends Here-------- */

/* -------Gallery1 Section starts Here---------  */
.trendingGallerySection {
    background: #ECE6DC;
    padding-bottom: 20px;
}

.trendingGallerySection p {
    /* color: #fff; */
    padding: 10px 0px;
    font-size: 16px;
    text-align: left;
}

.trendingGallerySection img {
    object-fit: contain;
}

/* -----Footer Styles--------- */
.footerSectionBlock {
    background: #222;
    margin-top: 20px;
}

.footerSectionBlock .footerBlock {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footerSectionBlock .footerBlock .socialMedia li {
    background: #fff;
    padding: 5px 5px 5px 10px;
    max-width: 90%;
}

.footerSectionBlock .footerBlock .socialMedia li:hover {
    background-color: #be3f2b;
}


.footerSectionBlock .footerBlock li a {
    color: #000;
    font-weight: 600;
}

.footerSectionBlock .footerBlock li a:hover {
    text-decoration: unset;
    color: unset;
}

.footerBlock h4 {
    /* color: #fff; */
    font-size: 18px;
    margin-bottom: 5px;
}


.footerBlock .timingsSection p {
    min-width: 160px;
}



.footerBlock .contactSection a:hover {
    /* color: #fff; */
    text-decoration: unset;
}


.footerBlock .contactSection {
    padding-left: 20px !important;
}

.section-imgs-block {
    display: flex;
    flex-wrap: wrap;
}

.section-imgs-block img {
    height: 500px;
    width: auto;
}



.contact-info-block .horizontal-fileds {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    font-size: 16px !important;
}

.seperator {
    border-bottom: 2px dashed #000;
    margin: 30px 0;
}

.contact-info-block h4 {
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.3;
    font-size: 22px;
}

.contact-info-block a {
    color: #000;
    text-decoration: none;
}
.contact-info-block .custom-link {
    text-decoration: underline;
}
.contact-info-block .custom-link:hover {
    text-decoration: none;
}
.contact-info-block p {
    padding: 0;
    min-width: 185px;
}

.custom-made-service,
.house-view-gallarySection,
.img-container {
    overflow: hidden;
    position: relative;
    display: inline-flex;
}

.custom-made-service .custom-made-service-img,
.house-view-gallarySection .portfolioImg,
.img-container img {
    transition: transform 0.5s ease;
    display: block;
}

.custom-made-service .custom-made-service-img:hover,
.house-view-gallarySection .portfolioImg:hover,
.img-container:hover img {
    transform: scale(1.1) !important;
}

.custom-made-service {
    width: 100%;
    justify-content: center;
}

.img-zoom {
    width: 320px;
    height: 425px;
    overflow: hidden;
    margin: 0 4px 8px;
}

.img-zoom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.house-view-gallarySection .full-img-zoom {
    margin-bottom: 15px;
}
.house-view-gallarySection .full-img-zoom:last-child {
    margin-bottom: 0;
}


.house-view-gallarySection .full-img-zoom img:hover {
    transform: scale(1.05) !important;
}
.full-img-zoom {
    width: 100%;
    height: 480px;
    overflow: hidden;
}
.full-img-zoom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#instagram-feed {

    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    justify-content: center;
}

#instagram-feed a {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 5px;
}

#instagram-feed a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

#instagram-feed img:hover {
    transform: scale(1.1);
}

/* ---algemenevoorwaarden Styles starts here------- */
.underline{
    text-decoration: underline;
}
.termsAndConditionsSection p {
    font-weight: 500;
}
.termsAndConditionsSection ol{
    padding: 16px;
}
.termsAndConditionsSection ol li{
    list-style: unset;
    font-size: 17px;
    margin-bottom: 15px;
    margin-left: 2px;
    line-height: 1.6;

}
.generalTermsConditionsList {
    list-style: none;
    padding: 15px 0 !important;
}
.generalTermsConditionsList ul {
    margin-top: 15px;
}
.generalTermsConditionsList ul>li {
    list-style: decimal !important;
    margin-left: 20px;
}
.generalTermsConditionsList b {
    font-weight: 600;
}
.generalTermsConditionsList h4 {
    margin-bottom: 4px
}
.generalTermsConditionsList p {
    margin-bottom: 12px;
}
/* .generalTermsConditionsList >li::marker{
    font-size: 26px;
} */

@media (max-width: 992px) {
    .contact-title {
        margin: 0 0 20px;
    }
    header .logo {
        height: 85px;
    }
    .seperator {
        margin: 20px 0;
    }
    .section-title {
        font-size: 25px;
        margin: 0 0 15px;
    }
    .scrolled .logo {
        height: 55px;
    }
    .full-img-zoom {
        height: 350px;
    }
    .contact-img {
        margin-right: 15px;
    }
    .contact-img img {
        width: 100%;
        height: auto;
    }
    .gord-title {
        margin: 0 auto 20px;
    }
    
    section {
        padding-top: 140px;
    }
    .main-title {
        margin: 10px auto 0;
    }
    .intro {
        padding-bottom: 10px;
    }
    .header-top {
        padding: 10px 15px;
    }
}

@media (max-width: 768px) {
    section {
        padding-top: 95px;
    }
    
    body {
        font-size: 13px;
    }

    .navbar-nav {
        padding: 15px 0;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 12px;
    }

    .section-title {
        font-size: 20px;
        margin: 0 0 15px;
        line-height: 1.5;
        text-align: left;
    }

    .contact-info-block h4 {
        font-size: 18px;
    }

    .trendingGallerySection p {
        font-size: 14px;
    }

    .img-zoom {
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }

    .custom-made-service .custom-made-service-img:hover,
    .house-view-gallarySection .portfolioImg:hover,
    .img-container:hover img {
        transform: scale(1) !important;
    }

    .navbar-section {
        height: auto;
    }

    .footerBlock .contactSection {
        padding-left: 0 !important;
    }

    .section-imgs-block img {
        width: 100%;
        height: auto;
        margin-right: 0 !important;
    }
    .termsAndConditionsSection h3{
        font-size: 22px;
        margin: 12px 0;
    }
    .termsAndConditionsSection ol li {
        font-size: 15px;
    }
    .termsAndConditionsSection h4{
        font-size: 16px;
    }
    .termsAndConditionsSection ol {
        margin-bottom: 0;
       padding: 0 8px !important;
    }
    .sectionInternalBlock  img {
        height: 400px;
        object-fit: cover;
    }
    .contact-info-block .horizontal-fileds{
        font-size: 15px !important;
    }
}

@media (max-width: 576px) {
    .navbar-section {
        height: auto;
    }

    .trendingGallerySection img {
        width: 100%;
        margin-bottom: 8px;
    }

    .header-top {
        padding: 15px;
        justify-content: space-between;
    }

    .footerBlock .contactSection {
        padding-left: 0px !important;
    }

    section {
        padding-top: 112px;
    }
}