:root {
    --sm: 640px;
    --md: 768px;
    --lg: 1024px;
    --xl: 1280px;
    --xxl: 1536px;
    --xxxl:1800px;
}
  @font-face {
    font-family: 'Artega';
    src: url('../assets/font/Artega.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'OpenSans-Regular';
    src: url('../assets/font/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'FuturaBookfont';
    src: url('../assets/font/FuturaBookfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
.font-Artega{font-family: 'Artega';}
.font-OpensansRegular{font-family: 'OpenSans-Regular';}

html { scroll-behavior: smooth; }

body{
    background-color: #fff;
}
html, body{overflow-x: hidden;}
[type='email']{
    background-color: transparent;
}
.\[\&\:not\(\[data-te-collapse-collapsed\]\)\]\:text-primary:not([data-te-collapse-collapsed]){
    color: #000 !important;
}

[type='text']{
    background-color: transparent;
    height: 50px;
    color: black;
}

input, select{
    color: black;
    font-family: 'OpenSans-Regular';
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent !important;
}

input:focus, select:focus,
input:focus-visible, select:focus-visible{
    box-shadow: none !important;
    border-color:black !important;
    outline: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

input::placeholder, textarea::placeholder{
    color: black !important;
    font-family: 'OpenSans-Regular';
}
.owl-carousel .owl-item img.w-fit{width: fit-content !important;}

/* Add your styles for the initial and scrolled navigation bar here */
.navbar {
    background-color: #fff;
    transition: background-color 0.3s;
}
.navbar.scrolled {
    background-color: #fff; /* Change this to your desired background color */
}

/* Loader  */

@-webkit-keyframes loader {
    0% {
        width: 0;
    }
    20% {
        width: 10%;
    }
    25% {
        width: 24%;
    }
    43% {
        width: 41%;
    }
    56% {
        width: 50%;
    }
    66% {
        width: 52%;
    }
    71% {
        width: 60%;
    }
    75% {
        width: 76%;
    }
    94% {
        width: 86%;
    }
    100% {
        width: 100%;
    }
}

@keyframes loader {
    0% {
        width: 0;
    }
    20% {
        width: 10%;
    }
    25% {
        width: 24%;
    }
    43% {
        width: 41%;
    }
    56% {
        width: 50%;
    }
    66% {
        width: 52%;
    }
    71% {
        width: 60%;
    }
    75% {
        width: 76%;
    }
    94% {
        width: 86%;
    }
    100% {
        width: 100%;
    }
}

.progress-bar {
    width: 95%;
    max-width: 95%;
    left: 50%;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    margin-top: 30px;
}
.progress {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.bar {
    margin-top: 25px !important;
    margin-bottom: 0 !important;
}
.progress-bar {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    padding: 0;
    display: none;
}
.progress-bar span {
    display: block;
}
.bar {
    background: 0 0;
}
.progress {
    -webkit-animation: loader 8s ease infinite;
    animation: loader 8s ease infinite;
    background: #16ACC9;
    color: #fff;
    padding: 5px;
    width: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}
.progress-bar {
    position: relative;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-color: transparent;
}
/*custom*/
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    width: 60px;
    height: 60px;
    background: transparent;
    color: black;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border: 1px solid black;
}
.owl-carousel .owl-nav button.owl-prev{left: 5%;}
.owl-carousel .owl-nav button.owl-next{right: 5%;}
.owl-carousel button.owl-dot{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #433433;
    opacity: 0.7;
    margin: 0 5px;
}
.owl-carousel button.owl-dot.active{
    opacity: 1.0;
}
.owl-carousel .owl-dots{text-align: center;margin-top: 30px;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{top: 0%;}
.owl-carousel .owl-nav button.owl-prev{left: unset;right: 10%;}
ul.cta-page{
    column-count: 2;
}
footer{font-family: 'FuturaBookfont';}
.navbar li img{display: none;}
.navbar li:hover img{display: block;transition: 500ms linear; }
@media(max-width:1024px){.owl-carousel .owl-nav button.owl-prev{right: 15%;}}
@media(max-width:960px){
    .container{max-width: 100%;}
    html,body{overflow-x: hidden;}
}
@media(max-width:500px){
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{width: 40px;height: 40px;font-size: 18px;}
    .owl-carousel button.owl-dot{width: 10px;height: 10px;margin: 0 3px;}
    .owl-carousel .owl-dots{text-align: center;margin-top: 0px;}
    .sticky-icons p{font-size: 12px;}
    .sticky-icon{width: 35px;height: 35px;}
    .owl-carousel .owl-nav button.owl-prev{right: 20%;}
    #contest .owl-carousel .owl-nav button.owl-prev {right: 26%;}
}
/* Chatbot button */
.sticky-icons {
    position: fixed;
    bottom: 5%;
    z-index: 10000;
    display: flex;
    flex-direction: row;
    right: 1%;
    background-color: white;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 6px rgb(182, 182, 182);
    -webkit-animation: pulse 1.5s infinite;
    -moz-animation: pulse 1.5s infinite;
    -o-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
  }
  .sticky-icons:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }
  .sticky-icons :hover{cursor: pointer;}
  .sticky-icon img{width: 50px;object-fit: contain;}
  .sticky-icons p{
    color: #0a6b10;
    font-family: 'Roboto';
    font-size: 20px;
    margin-bottom: 0px;
    padding: 0;
    font-weight: bold;
    line-height: 1.2;
  }

  @-webkit-keyframes pulse {
    0% {transform: scale(0.9);}
    70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}
    100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}
  }
  @-moz-keyframes pulse{
    0% {transform: scale(0.9);}
    70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}
    100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}
  }
  @-o-keyframes pulse{
    0% {transform: scale(0.9);}
    70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}
    100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}
  }
  @keyframes pulse{
    0% {transform: scale(0.9);}
    70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}
    100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}
  }
  
  @media(max-width:500px){
    .sticky-icons p{font-size: 16px;}
    .sticky-icon{width: 35px;height: 35px;}
  }

  /* GCove Menu CSS */
@font-face {
    font-family: 'Futura-Book';
    src: url('../assets/font/Futura-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
.font-FuturaBook{font-family: 'Futura-Book';}
@font-face {
    font-family: 'Metrosant-Regular';
    src: url('../assets/font/Metrosant-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.font-MetrosantRegular{font-family: 'Metrosant-Regular';}
.nav-menu {
    position: fixed;
    top: 80px;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    right: -260px;
    width: 260px;
    transition: 0.4s;
}
.nav-menu-active {
    right: 0;
}
.nav-menu-active {
    width: 30%;
}
.submenu {
    display: none;
}
.submenu.show {
    display: flex;
}
.submenu, .townshipmenu, .leisuremenu, .newsmenu {
    display: none;
}
.submenu.show, .townshipmenu.show, .leisuremenu.show, .newsmenu.show {
    display: flex;
}
@media(max-width: 960px){
    .nav-menu-active{width: 50%;}
    .nav-menu{top: 60px;}
}
@media(max-width:500px){
    .nav-menu-active{width: 90%;}
}