@font-face {
    font-family: LCALLIG;
    font-display: block;
    src: url(../fonts/LCALLIG.eot);
    src: local('LCALLIG'), url(../fonts/LCALLIG.woff) format('woff'), url(../fonts/LCALLIG.ttf) format('truetype')
}

.fontsforweb_fontid_7705 {
    font-family: LCALLIG !important
}

:root {
    --primary: #cd9f00;
    --secondary: #757575;
    --light: #F3F6F8;
    --dark: #0f4470
}

body{
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: "Della Respira", serif;
    font-weight: 400;
    font-style: normal;
}

.display-6{
    font-size: 45px;
    font-weight: 400;
}

.display-7 {
    font-size: 40px;
    font-weight: 400;
}

.display-5,
.display-4,
.display-3,
.display-2,
.display-1{
    font-weight: 400;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility linear .5s;
    z-index: 99999
}

#spinner.show {
    transition: opacity .5s ease-out, visibility linear;
    visibility: visible;
    opacity: 1
}

.btn {
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
    text-transform: uppercase;
}

.btn.btn-outline-primary:hover,
.btn.btn-primary {
    color: #fff
}

.btn-square {
    width: 38px;
    height: 38px
}

.btn-sm-square {
    width: 32px;
    height: 32px
}

.btn-lg-square {
    width: 48px;
    height: 48px
}

.btn-lg-square,
.btn-sm-square,
.btn-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s
}

.navbar .navbar-brand {
    height: 120px
}

.navbar .btn {
    padding: 0.8rem 1.3rem;
    border-radius: 10px;

}

.navbar .navbar-nav .nav-link {
    padding: 25px 12px;
    color: var(--dark);
    font-weight: 500;
    text-transform: none;
    outline: 0;
    font-size: 1.2rem;
}

.navbar .navbar-nav .nav-link .fa-home{
    color: var(--primary);
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px
}

.navbar .socmedia i{
    font-size: 24px;
}

#header-carousel .carousel-item {
    overflow: hidden;
}

#header-carousel .carousel-item img {
    transform: scale(1);
    animation: kenburns 20s ease-in-out infinite;
}

@keyframes kenburns {
    0% {
        transform: scale(1) translate(0,0);
    }
    50% {
        transform: scale(1.1) translate(-2%, -2%);
    }
    100% {
        transform: scale(1.2) translate(2%, 2%);
    }
}


@media (max-width:991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0
    }

}

@media (min-width:992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s
    }
    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, .15);
    z-index: 1
}

.carousel-caption .banner-title {
    font-family: LCALLIG !important;
    font-size: 4em;
    font-weight: 400;
    letter-spacing: -3px;
    text-shadow: 2px 2px #000
}

.carousel-control-next,
.carousel-control-prev {
    width: 15%
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary)
}

@media (max-width:768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px
    }
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)) 0 0/cover, url(../img/carousel-1.jpg) center center/cover no-repeat
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999
}

@media (min-width:991.98px) {
    .facts {
        position: relative;
        margin-top: -100px;
        z-index: 1
    }
}

.courses {
    min-height: 100vh;
    background: linear-gradient(#000, rgba(0, 0, 0, .2)) 0 0/cover fixed, url(../img/accommodation.jpg) center center/cover no-repeat fixed
}

.courses-item .courses-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s
}

.courses-item:hover .courses-overlay {
    height: 100%;
    opacity: 1
}

.team-items {
    margin: -.75rem
}

.team-item {
    padding: .75rem
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #fff;
    transition: .5s;
    z-index: -1
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary)
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .75);
    overflow: hidden;
    opacity: 0;
    transition: .5s
}

.team-item:hover .team-social {
    height: 100%;
    opacity: 1
}

.testimonial-carousel .owl-dots {
    height: 40px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: 0 0;
    border: 2px solid var(--primary);
    transition: .5s
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary)
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: 400;
    text-transform: capitalize;
    transition: .3s
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    margin-right: 10px
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none
}

.copyright {
    background: #092139
}

.copyright a {
    color: var(--primary)
}

.copyright a:hover {
    color: var(--light)
}

#mapid {
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 1
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.big-text {
    font-size: 100px;
    line-height: 1.2
}

.strapline{
    font-size: 24;
    font-weight: 400;
}

.box-todo{
    text-align: center;
    background-color: #fff;
     border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
    padding-bottom: 30px;
}

.box-perk{
    color: #fff;
    background-color: #0f4470;
    padding: 20px;
    border-bottom: 6px solid #cd9f00;
    height: 100%;
}

.box-perk .heading{
    font-size: 24px;
}

.amenities h3{
    font-size: 24px;
    margin-top: 1rem;
}

.amenities svg{
    fill: #cd9f00;
    width: auto;
    height: 72px;
}

.footer li a{
    color: #0f4470 !important;
}

.footer .btn{
    max-width: 280px;
}

.ftr-socmedia a,
.contact-socmedia a{
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #fff;
    background: #cd9f00;
    line-height: 50px;
    text-align: center;
    border-radius: 10%;
    margin: 2px;
}

.page-title{
     padding-top: 250px;
     padding-bottom: 250px;
     background-size: cover;
     position: relative;
}

.page-title:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark);
    opacity: 0.3;
    z-index: 1;
}

.page-title .container{
    z-index: 2;
    position: relative;
}

#golf,
#walking,
#fishing,
#outdoor {
  scroll-margin-top: 100px;
}

@media only screen and (min-width :992px) {
    .hamburger,
    .kebab-toggler,
    .social-menu {
        display: none
    }
}

@media only screen and (max-width:1819.98px) {
    .navbar .navbar-nav .nav-link {
        font-size: 1rem;
        padding: 25px 12px
    }
    .navbar-light .navbar-brand {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
    .navbar-light .navbar-brand img {
        max-width: 260px;
        height: auto
    }
    .slide-out-nav .btn {
        padding-left: 1.2rem !important;
        padding-right: 1.2rem !important
    }
}

@media only screen and (max-width:1679.98px) {
    .navbar .navbar-nav .nav-link {
        font-size: .9rem
    }
    .slide-out-nav .btn {
        font-size: .9rem;
        padding-left: .8rem !important;
        padding-right: .8rem !important
    }
}

@media only screen and (max-width:1400.98px) {
    .navbar-light .navbar-brand {
        margin-right: 0;
        padding-left: .6rem !important;
        padding-right: .6rem !important
    }
    .navbar-light .navbar-brand img {
        max-width: 185px
    }
    .navbar .navbar-nav .nav-link {
        font-size: .8rem;
        padding: 25px 5px
    }
    .carousel-caption .banner-title {
        font-size: 3.5em
    }
}

@media only screen and (max-width:1199.98px) {
    .navbar-light .navbar-brand {
        padding-right: .3rem !important
    }
    .navbar-light .navbar-brand img {
        max-width: 150px
    }
    .navbar .navbar-nav .nav-link {
        font-size: .7rem
    }
    .slide-out-nav .btn {
        font-size: .7rem;
        padding-left: .4rem !important;
        padding-right: .4rem !important
    }
    .slide-out-nav .btn .ms-3 {
        margin-left: .5rem !important
    }
    .carousel-caption .banner-title {
        font-size: 3em
    }
}

@media only screen and (max-width:991.98px) {
    .navbar-light .navbar-brand img {
        max-width: 240px
    }
    .hamburger {
        padding: 10px 15px;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: .15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
        position: absolute;
        right: 30px;
        z-index: 999;
        top: 48%;
        z-index: 999;
        transform: translateY(-50%);
        margin-top: 5px;
    }
    .hamburger-box {
        width: 32px;
        height: 21px;
        display: inline-block;
        position: relative
    }
    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -1.5px
    }
    .hamburger-inner,
    .hamburger-inner::after,
    .hamburger-inner::before {
        width: 32px;
        height: 3px;
        background-color: #0f4470;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease
    }
    .hamburger-inner::after,
    .hamburger-inner::before {
        content: "";
        display: block
    }
    .hamburger-inner::before {
        top: -9px
    }
    .hamburger-inner::after {
        bottom: -9px
    }
    .hamburger--collapse .hamburger-inner {
        top: auto;
        bottom: 0;
        transition-duration: .13s;
        transition-delay: .13s;
        transition-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    .hamburger--collapse .hamburger-inner::after {
        top: -18px;
        transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
    }
    .hamburger--collapse .hamburger-inner::before {
        transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
    }
    .hamburger--collapse.is-active .hamburger-inner {
        transform: translate3d(0, -9px, 0) rotate(-45deg);
        transition-delay: .22s;
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s
    }
    .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-90deg);
        transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s
    }
    .slide-out-nav {
        position: fixed;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 20px;
        padding: 30px 0;
        background-color: #fff;
        overflow-y: auto;
        z-index: 11;
        opacity: 0;
        transform: translateY(100%) perspective(1px);
        max-width: 100%;
        transition: height .8s ease-in-out
    }
    .slide-out-nav.nav-open {
        height: calc(100% - 100px);
        opacity: 1;
        transform: translateY(0) perspective(1px)
    }
    .fixed-top.nav-fixed .slide-out-nav {
        background-color: #fff
    }
    .navbar .navbar-nav {
        display: block;
        width: 100%;
        text-align: center
    }
    .navbar .navbar-nav .nav-link {
        font-size: 1em;
        padding: 15px 20px
    }
    .slide-out-nav li a::after {
        display: none
    }
    .slide-out-nav.fadeInDown {
        -webkit-animation-name: unset;
        animation-name: unset
    }
    .kebab-toggler {
        position: absolute;
        top: 11px;
        right: 15px;
        width: 50px;
        height: 52px;
        display: block;
        padding: 12px 10px;
        z-index: 99;
        top: 48%;
        z-index: 999;
        transform: translateY(-50%);
        margin-top: -3px;
    }
    .kebab-toggler.active .circleKebab circle {
        transition: .3s
    }
    .social-menu {
        color: #0f4470;
        background-color: #fff;
        padding-top: 30px;
        display: none;
        text-align: center
    }
    .social-menu.menu-on {
        display: block;
        position: fixed;
        width: 100%;
        left: 0;
        top: 82px
    }
    .fixed-top.nav-fixed .social-menu.menu-on {
        top: 76px
    }
    .fixed-top.nav-fixed .social-menu {
        background-color: #fff
    }
    .social-menu li {
        position: relative;
        padding: 10px 40px
    }
    .social-menu .contact-info a {
        color: #0f4470;
        display: inline-block;
        font-size: 18px
    }
    .social-menu .contact-info span {
        display: block
    }
    .socmedia {
        margin: 5px;
        text-align: center;
    }
    
    .navbar-nav .dropdown-menu {
        border: 0;
        text-align: center
    }
    .navbar-nav .dropdown-menu .dropdown-item {
        color: #0f4470;
        padding: .5rem 1rem
    }
    .page-title{
     padding-top: 150px;
     padding-bottom: 150px;
     background-size: cover;
     position: relative;
    }
}

@media only screen and (max-width:768.98px) {
    .carousel-caption .banner-title {
        font-size: 2.5em
    }
}

@media only screen and (max-width:575.98px) {
    .carousel-caption .banner-title {
        font-size: 2em
    }
}

@media only screen and (max-width:360.98px) {
	.navbar-light .navbar-brand img {
		max-width: 190px;
	}

	.slide-out-nav.nav-open {
		height: calc(100% - 68px);
	}
}