

.firstSection {
    overflow: hidden;
    background-color: black;
}

/* Base page font (reinforced by global override in newHeads1.css) */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
}





.fade {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.custom-shape-divider-bottom-1729579912 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1729579912 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
}

.custom-shape-divider-bottom-1729579912 .shape-fill {
    fill: #FFFFFF;
}

.enquireButton {
    background: none;
    border: solid 0.5vh white;
    padding: 10px 25px 10px 25px;
    color: white;
    font-size: 24px;
    margin-top: 25px;
    border-radius: 50px;
    transition: 0.5s ease-out;
}

.enquireButton:hover {
    color: orange;
    border: solid 0.5vh orange;
}

.logoDiv img {
    width: 100%;
    height: 100%;
}

.footerSection {
  padding: 5vh 10% 5vh 10%;
}

.custom-shape-divider-top-1729586767 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1729586767 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
}

.custom-shape-divider-top-1729586767 .shape-fill {
    fill: #FFFFFF;
}

.footerContainer {
    display: flex;
    flex-direction: row;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .custom-shape-divider-bottom-1729579912 svg {
        width: calc(100% + 1.3px);
        height: 44px;
    }
    .logoDiv {
        width: 100%;
        height: 150px;
    }
    .logoDiv img {
        height: 100%;
        width: auto;
    }
    .navMenu {
        display: none;
    }
    .custom-shape-divider-top-1729586767 svg {
        width: calc(100% + 1.3px);
        height: 44px;
    }

    .footerContainer {
        flex-direction: column;
    }

    .contactNumberTop {
        display: none;
    }
}

@media (max-width: 767px) {
    .custom-shape-divider-bottom-1729579912 svg {
        width: calc(100% + 1.3px);
        height: 30px;
    }
    .logoDiv {
        width: 100%;
        height: 150px;
    }
    .logoDiv img {
        height: 100%;
        width: auto;
    }
    .navMenu {
        display: none;
    }

    .custom-shape-divider-top-1729586767 svg {
        width: calc(100% + 1.3px);
        height: 30px;
    }
    .footerContainer {
        flex-direction: column;
    }

    .contactNumberTop {
        display: none;
    }
}