@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'montserratregular', Arial, sans-serif;
}

.font-bold {
    font-family: 'montserratbold', Arial, sans-serif;
    font-weight: normal;
}

strong,
b {
    font-family: 'montserratbold', Arial, sans-serif;
    font-weight: normal;
}

#wrapper{width: 100%; height:auto;}
.header-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1030;
}
.header-fixed .bg-dark {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.bg-red{background-color: #f00;}

.header-fixed .bg-dark-top {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.btn-green {
  background-color: var(--btn-green);
  font-size: 18px;
  color: var(--bs-white);
  border-radius: 100px;
  padding: 10px 50px;
  font-weight: 600;
}
.btn-green:hover{background-color: #7ab42c; color: var(--bs-white);}

.lightGreenBg{background-color: var(--bs-lightGreen);}
.textGreen{color: var(--btn-green);}  


.btn-green-small {
  background-color: var(--btn-green);
  font-size: 15px;
  color: var(--bs-white);
  border-radius: 100px;
  padding: 6px 20px;
  font-weight: 600;
}
.btn-green-small:hover{background-color: #7ab42c; color: var(--bs-white);}

.navbar .nav-link {
  color: #fff;
  display: inline-block;
  padding-bottom: 0.35rem;
  transition: color 0.25s ease, border-color 0.25s ease;
  border-bottom: 3px solid transparent;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #7ab42c;
  border-bottom-color: #7ab42c;
}

@media (max-width: 991.98px) {
  .navbar {
    position: relative;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    z-index: 1050;
    min-width: 220px;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.95);
    border-radius: 8px;
  }

  .navbar-collapse .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-collapse .nav-item {
    width: 100%;
  }

  .navbar-collapse .nav-link {
    display: block;
    padding: 10px 20px;
  }
}

.fs-14{font-size: 14px;}
.fs-18{font-size: 18px;}
.fs-16{font-size: 16px;}
.fs-20{font-size: 20px;}
.fs-22{font-size: 22px;}
.fs-24{font-size: 24px;}
.fs-26{font-size: 26px;}
.fs-34{ font-size: 34px;}
.fs-40{ font-size: 40px;}
.fs-50{ font-size: 50px;}
.fsHeading-50{ font-size: 50px;}

.mt-20{margin-top: 20px;}
.mt-40{margin-top: 40px;}
.mt-80{margin-top: 80px;}

.px-100{ padding-left: 100px; padding-right: 100px;}
.p-40{ padding: 40px;}
.px-100-box{ padding-left: 100px; padding-right: 100px;}

.mb-sm-20 {
  margin-bottom: 20px;
}

.borderRadius16{ border-radius:16px;}

@media (max-width: 575.98px) {
  .mb-sm-20 {
    margin-bottom: 20px;
  }
}

.text-justify {
  text-align: justify;
}

.bgGreen{background-color: var(--btn-green);}
.textGreen{color: var(--btn-green);}

.borderRight{border-right: 1px solid var(--bs-greenDark);}
.borderGreyRight{border-right: 1px solid #D0D0D0}
.lightGreen{background-color: var(--bs-lightGreen);}
.lightGreyBg{background-color: var(--bs-lightGrey);}
.footerBgColor{background-color: #414141;}
.footerDarkBgColor{background-color: #2C2C2C;}

.breadcrumb .breadcrumb-item a {
  color: #000 !important;
  font-weight: 500;
}

.breadcrumb .breadcrumb-item.active,
.breadcrumb .breadcrumb-item.active > a {
  color: #558B04 !important;
  font-weight: 500;
}

.breadcrumb .breadcrumb-item a:hover,
.breadcrumb .breadcrumb-item a:focus {
  color: #558B04 !important;
}

.breadcrumb .breadcrumb-item.active,
.breadcrumb .breadcrumb-item.active > a {
  color: #558B04 !important;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #000 !important;
}

.rat1 {
  background: url('../images/1.jpeg') no-repeat center center / cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 320px;
}
.rat2 {
  background: url('../images/25.jpeg') no-repeat center center / cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 320px;
}
.rat3 {
  background: url('../images/30.jpeg') no-repeat center center / cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 320px;
}


.FoodNDinningBg {
  background-image: url('../images/food-and-dinning-img.png');
  background-repeat: no-repeat;
  background-position: center top;
}

.FoodNDinningBg .lightGreenBg {
  margin-top: 220px;
  left: 100px;
  right: 100px;
}

.gapCustom-2 {
  gap: 0.5rem !important;
}
.gapCustom-4 {
  gap: 1.5rem !important;
}

.text-center-ctm{
  text-align: left;
}



@media (max-width: 575.98px) {
  .rat1,
  .rat2,
  .rat3 {
    min-height: 220px;
  }

  .row.g-0 > [class*="col-"] {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
 .px-100-box{ padding-left: 20px; padding-right: 20px;}

 .gapCustom-4 {
  gap: 0.4rem !important;
}

.text-center-ctm{
  text-align: center;
}

.nav-item a.nav-link{ font-size: 14px;}

/* FontSizes */
.fs-22{ font-size: 18px;}
.fs-34{ font-size: 24px;}
.fs-26{ font-size: 20px;}
.fs-18{ font-size: 16px;}

.fsHeading-50{ font-size: 28px;  line-height: normal; }
.btn-green {
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 600;
}


}



#backToTop {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

