@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@400;700&display=swap');

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    color: #235e0a;
    font-weight: 700;
    margin: 1rem 0;
}

.Normal {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #3F8223;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    a:hover {
        text-decoration: none;
        color: #123E00;
    }

    a:visited {
        color: #3F8223;
    }

        a:visited:hover {
            color: #123E00;
        }

.bi {
    font-size: 1.5em;
    padding: 0 10px;
    color: #235E0A;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .bi:hover {
        color: #123E00;
    }

    .bi:visited {
        color: #235E0A;
    }

        .bi:visited:hover {
            color: #123E00;
        }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 30px;
    padding-left: 30px;
}

/* home overlay */

body:not(.Page-Home) #homeOverlay {
    display: none;
}

#homeOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0,0,0,.85);
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.home-overlay-module {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-overlay-module img {
    max-height: 80vh;
}

#homeOverlayClose {
    color: #fff;
    cursor: pointer;
}

.home-overlay-open {
    visibility: visible !important;
    opacity: 1 !important;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

#Nav {
    background-color: #fff;
    z-index: 1;
}

.navbar {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*.nav-minimize {
    height: 110px;
    background-color: rgba(0,0,0,1);
}*/

.bg-light {
    background-color: #fff !important;
}

/*.logo img {
    max-height: 100px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-minimize .logo img {
    height: 70px;
}*/

.nav-link {
    display: inline-block;
    color: #505050 !important;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-bottom: 3px solid #fff;
}

    .nav-link:hover {
        text-decoration: none;
        color: #000 !important;
        border-bottom: 3px solid #235e0a;
    }

    .nav-link:visited {
        color: #505050;
    }

        .nav-link:visited:hover {
            text-decoration: none;
            color: #000 !important;
            border-bottom: 3px solid #235e0a;
        }

.active .nav-link {
    color: #000 !important;
    border-bottom: 3px solid #235e0a;
}

.px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
}

.dropdown-menu {
    background-color: rgba(255, 255, 255, .9);
    margin: 0;
    min-width: 15rem;
    border: 1px solid #b8b8b8;
    padding-top: 0;
    padding-bottom: 0;
}

    .dropdown-menu .nav-link {
        display: block;
        color: #000 !important;
        font-size: 14px;
        text-transform: none !important;
        border-bottom: none;
        border-left: none;
    }

        .dropdown-menu .nav-link:hover {
            color: #fff !important;
            background-color: #235e0a;
            border-bottom: none;
        }

    .dropdown-menu .active {
        border-radius: 0px;
    }

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.hero-bg {
    object-fit: cover;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.Page-Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('/Portals/91/home-bg2.jpg');
    background-size: cover;
    background-position: center;
    height: 60vh;
}

/* about us  */

.Id1955 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/91/AdobeStock_104672154-1600-800.jpg');
    background-size: cover;
    background-position: center;
}

/* services  */

.Id1956 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/91/services-bg.jpg');
    background-size: cover;
    background-position: center;
}

/* services > golf fitness  */

.Id1971 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/91/fitness-bg4.jpg');
    background-size: cover;
    background-position: top;
}

/* junior academy  */

.Id1957 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/91/AdobeStock_181782164-1600-800.jpg');
    background-size: cover;
    background-position: center;
}

/* contact  */

.Id1958 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/91/AdobeStock_84776936-1600-800.jpg');
    background-size: cover;
    background-position: bottom;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .hero-text p,
    .hero-text h1,
    .hero-text h2,
    .hero-text h3,
    .hero-text h4 {
        margin: 0;
        color: #fff !important;
    }

    .hero-text h1 {
        font-size: 3.5rem;
    }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    margin-top: 30px;
    margin-bottom: 30px;
}

    #MainContent ul {
        list-style: disc outside;
    }

    #MainContent li {
        margin: .5rem 0;
    }

.Page-Home .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.Page-Home #MidContent {
    margin-right: 0;
    margin-left: 0;
}

.Page-Home .row {
    margin-right: 0;
    margin-left: 0;
}

.Page-Home #dnn_MidFullWidth {
    padding-right: 0;
    padding-left: 0;
}

.Page-Home #ThreeColumn {
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #eee;
}

.slides p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.image-border {
    border-radius: 10px;
}

.color-border {
    border-radius: 50px 0px 50px 0px;
    padding: 3px;
    border-bottom: 1px solid #235e0a;
    border-right: 1px solid #235e0a;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #235e0a;
    color: #f0f0f0 !important;
    border-radius: 5px;
    font-size: 1em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .book-button:hover {
        background-color: #123E00;
        color: #f0f0f0 !important;
        text-decoration: none;
    }

.green-div {
    background-color: #235e0a;
    color: #fff !important;
    border-radius: 10px;
    padding: 5%;
    margin: 15px 0;
}

    .green-div h1,
    .green-div h2,
    .green-div h3,
    .green-div h4,
    .green-div h5,
    .green-div h6 {
        color: #fff !important;
    }

.table-title {
    padding: 5px 10%;
    border: 2px solid #235e0a;
    background-color: #235e0a;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
}

    .table-title h1,
    .table-title h2,
    .table-title h3,
    .table-title h4,
    .table-title h5,
    .table-title h6 {
        color: #fff !important;
    }

.table-desc {
    padding: 10px 5%;
    border: 2px solid #235e0a;
    border-width: 0px 2px 2px 2px;
    border-radius: 0 0 10px 10px;
    font-size: .9rem;
    margin-bottom: 15px;
}

.testimonial {
    padding: 10px 5%;
    border: 2px solid #235e0a;
    border-radius: 10px 10px 0 0;
}

.testimonial-name {
    padding: 5px 10%;
    border: 2px solid #235e0a;
    border-width: 0px 2px 2px 2px;
    border-radius: 0 0 10px 10px;
    font-weight: 700;
    color: #fff;
    text-align: right;
    background-color: #235e0a;
}

    .testimonial-name p {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

/* home page buttons */

.zoom-button {
    cursor: pointer;
    margin: 5% auto;
    width: 330px;
    height: 220px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .zoom-button img {
        width: 100%;
        max-width: 330px;
        transition: transform .5s ease;
    }

    .zoom-button:hover img {
        transform: scale(1.3);
    }

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}

    .text-overlay h3 {
        text-shadow: 2px 2px 4px rgba(0,0,0,.5);
        color: #fff;
    }

    .text-overlay a {
        color: #fff !important;
        text-decoration: none;
    }

/*------------------------------------------------*/
/* SUBSCRIPTION BOX */
/*------------------------------------------------*/

.subscription-slide {
    position: fixed;
    z-index: 1000;
    bottom: 30px;
    right: -450px;
    width: 400px;
    border-radius: 10px;
    background-color: rgba(240,240,240,.95);
    padding: 10px 20px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.slide-in {
    right: 30px;
}

.hide {
    display: none;
}

.subscription-slide .btn-primary {
    border-color: #235e0a;
    background-color: #235e0a;
}

    .subscription-slide .btn-primary:hover {
        background-color: #123E00;
    }

.PageType_Normal .subscription-slide {
    display: none;
}

.grecaptcha-badge {
    opacity: 0;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/


#FooterRow {
    background-color: #235e0a;
    padding-top: 2%;
    padding-bottom: 2%;
}

#dnn_FooterContent p {
    color: #fff !important;
    margin-top: 1rem;
}

    #dnn_FooterContent p a {
        color: #BCE4AB;
        text-decoration: none;
    }

    #dnn_FooterContent p a:hover {
        color: #fff;
    }

        #dnn_FooterContent p a:visited {
            color: #BCE4AB;
        }

        #dnn_FooterContent p a:visited:hover {
            color: #fff;
        }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 768px) {
    #MainContent {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media screen and (max-width: 1140px) {
    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .nav-link {
        border-left: none;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 768px) {
    #Nav {
        position: relative;
    }

    .subscription-slide {
        width: 350px;
    }

    .slide-in {
        right: 10px;
    }
}