:root{
    --primary-colour: #246909;
    --highlight-colour: #0FF13D;
    --background-colour: #71F792;
}

body {
    font-family: Georgia, serif;
    border-top: 0px;
    padding-top: 0px;
    background-color: #cff5d7;
    overflow-x: hidden;
}

.banner-logo{
    max-width: auto;
    max-height: 6rem;
}

.navbar {
    background: var(--primary-colour) !important;
    background: linear-gradient(90deg,rgba(36, 105, 9, 1) 0%, rgba(46, 140, 8, 1) 100%)!important;
    padding: 0% !important;
    border-bottom: var(--highlight-colour) 0.5rem solid;
    max-height: 6rem;
}


.header-panel{
    background-color:  var(--highlight-colour);
}

.hero-image-container{
    margin-top: 6rem;
    position: relative;
    width: 100vw;
}

.hero-image{
    width: 100%;
    height: auto;
}

.hero-image-insert {  
    background-color: rgba(0, 0, 0, 0.247);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 2rem;
}

.hero-image-text{
    font-size: 6.5vh;
    color: #91f0a4; /* Contrast color */
}

.page-title{
    margin-top: 6rem;
    font-weight: bolder;
}

p {
    text-align: center;
    font-size: 2rem;
    color: var(--primary-colour);
}

.nav-link{
    color: var(--highlight-colour);
    font-size: 1.5rem;
}

.nav-link:hover, .nav-link:focus {
    color: rgb(96, 129, 19);
}

.navbar-dropdown{
    border-radius: 0%;
    border-top: var(--highlight-colour) 0.5rem solid;
    background-color: var(--primary-colour) !important;
}





.pill-button
{
  background-color: var(--highlight-colour);
  font-size: 3vh;
  border: none;
  color: black;
  padding: 1vh 2vh;
  margin: 2rem, auto;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 3rem;
}

.pill-button:hover
{
     background-color: #0a5f1b;
}

@media screen and (max-width: 600px)  {
    .pill-button{
        font-size: 3vh;
        padding: 1rem;
    }
}

@media screen and (max-width: 600px) {
  /* CSS rules to apply when the condition is true */
  .hero-image-insert{
       top: 50%;
  }

  .hero-image-text{
    font-size: 2.5vh;
    color: #91f0a4; /* Contrast color */
    }
}

.custom-shape-divider-bottom-1771587858 {
    position: absolute;
    bottom: -1%;
    left: 0;
    width: 100vw;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1771587858 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 4.5vw;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1771587858 .shape-fill {
    fill: #cff5d7;
}

.custom-shape-divider-top-1771590909 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1771590909 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 4.5vw;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1771590909 .shape-fill {
    fill: #cff5d7;
}


.showcase-image-main{
    position: relative;
    border-radius: 1.5rem;
    max-width: 85%;
    max-height: auto;
    top:50%;
    left: 50%;
    transform:translate(-50%, -50%);
    margin: 2rem;
}

@media screen and (max-width: 800px)  {
    .showcase-image-main{
        border-radius: 0rem;
        max-width: 90%;
        margin: 0px;
        margin-bottom: 1rem;
    }

    #golf-family-image{
        order: 3;
    }    
}

#services-panel{
    background-color: var(--primary-colour); 
    text-align: center;
}

#services-panel>h2{
    color: #ffffff;
}

#services-panel > .pill-button{
    margin: 2rem;
}

.services-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: top;
    padding-top: 2rem;
    
}

.services-card{
    width: 20%;
    text-align: center;
    align-items: center;
    font-size: 1.5rem;
}

.services-card>h2{
    color: #ffffff;
    font-size: 2rem;
    font-weight: bolder;
}

.services-card>p{
    color: #91f0a4;
    font-weight:300;
}

.services-icon{
    width: 50%;
}

@media screen and (max-width: 1024px)  {
    .services-card{
    width: 40%;
    font-size: 1.5rem;
    }
}

@media screen and (max-width: 600px)  {
    .services-card{
    width: 80%;
    font-size: 1.25rem;
    }
}

#price-section{
    position: relative;
    width: 100vw;
    margin-bottom: 3rem;
    margin-top: 3rem;
    background-color: var(--primary-colour);
    padding-bottom: 5rem;
    padding-top: 3rem;
    overflow-x: hidden;
}

.price-container{
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

#price-section h2{
    font-weight: bolder;
    font-size: 3rem;
}

#price-section .card h3{
    position: absolute;
    font-weight: bold;
    font-size: 2.5rem;
    bottom: 0%;
    padding-top: 3rem;
}

#price-section .card{
    position: relative;
    border-radius: 2rem;
    padding: 2rem;
    margin: 0.25rem;
    background-color: var(--background-colour);
}

#price-section li{
    font-size: 1.5rem;
    color: var(--primary-colour);
}

@media screen and (max-width:600px){
    .price-container{
        flex-direction: column;
    }

    #price-section h2{
        font-size: 2rem;
    }

    #price-section h3{
        font-size: 2rem;
    }

    #price-section .card{
        padding: 0.125rem;
    }
}

@media screen and (max-width: 1024px) {
    .price-container{
        flex-direction: column;
        align-items: center;
    }

    #price-section h2{
        font-size: 2rem;
    }

    #price-section h3{
        font-size: 2rem;
    }

     #price-section .card{
        padding: 0.25rem;
    }
}

.product-gallery{
    display: flex;
    justify-content: space-around;
    margin: 5rem;
    text-align: center;
    margin-top: 0px;
}

.product-gallery>div{
    width: 30vw;
    height: auto;
    margin: 4rem;
}

.product-gallery h3{
    color: var(--primary-colour);
    font-size: 3rem;
    font-weight: bolder;
}

.product-gallery img{
    max-width: 90%;
    height: auto;
}

.product-gallery p{
    font-size: 1.5rem;
    color: var(--primary-colour);
}

@media screen and (max-width:1024px)
{
    .product-gallery{
        margin: 0.5rem;
    }

    .product-gallery>div{
        width: 80vw;
        height: auto;
        margin: 0rem;
    }

}

@media screen and (max-width:600px)
{
    .product-gallery{
        margin: 0.5rem;
    }

    .product-gallery>div{
        width: 95vw;
        height: auto;
        margin: 0rem;
    }

}



footer{
    display: flex;
    justify-content: space-between;
    background: #246909 !important;
    background: linear-gradient(90deg,rgba(36, 105, 9, 1) 0%, rgba(46, 140, 8, 1) 100%)!important;
    border-top: var(--highlight-colour) solid 0.5rem;
}

@media screen and (max-width: 800px) {
    footer{
        flex-direction: column;
    }
    
}

.footer-logo{
    max-width:10rem;
    max-height: 10rem;
}

.service-area-text{
    color: var(--primary-colour);
    font-size: 1.5rem;
    background-color: var(--background-colour);
    padding: 1rem;
    border-radius: 1rem;
}

footer h3{
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
}

footer a{
    color: #91f0a4;
    font-size: 1.5rem;
    text-decoration: none;
    
}

footer a:hover{
    color: rgb(96, 129, 19);
  
}



