@import url('https://fonts.googleapis.com/css2?family=Manrope:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');

* {
	--primary-color: #103725;
    --primary-color-rgb: 16, 55, 37;
    --title-font: "Manrope", Helvetica, Arial, sans-serif;
    --title-font-weight: bold;
    --h2-font-size: 48px;
    --h2-letter-spacing: -.025em;
    --h5-font-size: 18px;
    --btn-rounded:30px;
    --rounded-1:20px;
}

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}

p.lead{
	font-weight: 400;
}

header div#logo {
    /* max-width: 155px; */
    max-width: 100px;
    padding: 10px 0;
}

.fs-100 {
    font-size: 100px;
}

img.logo-main {
    background: white;
    border-radius: 50%;
    padding: 4px;
}

a.btn-main, a.btn-main:active, a.btn-main:focus, a.btn-main:visited, .btn-main, input[type=button].btn-main, a.btn-line, #mainmenu li ul.mega a.btn-main {
    outline: auto;
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #ccab5a;
    border-color: #ccab5a;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ccab5a;
    border-color: #ccab5a;
}

.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem #3a728b;
}

img.w-150px.m-auto {
    background: white;
    border-radius: 50%;
    padding: 4px;
}

.d-minus, .d-plus {
    background: #ccab5a;
}

.scroll-down {
    margin-top: -122px;
}

#room-carousel span.mx-2 {
    white-space: nowrap;
}

.bg-tg-main {
    background-color: #163726 !important;
}

footer {
    background-color: #163726 !important;
}

.footer-tg-logo {
    background: white;
    border-radius: 50%;
    padding: 4px;
}

footer i.tg {
    font-size: 22px;
    vertical-align: text-bottom;
}

footer i.fa-envelope.tg {
    font-size: 16px;
    vertical-align: baseline;
}

a, a:hover, footer .widget a:hover, .id-color-2, .id-color-secondary, span.id-color-2, .icon-box i, .h-phone i.id-color-secondary, .mask:hover .cover h3 i, address.s1 span i, .de_table .tr .td:nth-child(2) span, .activity-filter i, .dark-scheme .demo-icon-wrap i, .dark-scheme .demo-icon-wrap-s2 span, .de_tab .de_nav li span, .dark-scheme .small-border, .profile_username, .de_tab.tab_methods .de_nav li.active span img, .ul-style-3 li:after, .accordion-button:not(.collapsed), .ul-style-2 li:before, .pricing-table.table-featured .bottom i, .schedule-item .sc-name {
    color: #ccab5a;
}

#back-to-top.show {
    border: 2px solid #fff;
}

.wa-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    left: 15px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}

.wa-my-float {
    margin-top: 16px;
}

@keyframes highlight-effect {
  0% { transform: scale(1); background-color: transparent; }
  50% { transform: scale(1.1); background-color: #f1c40f; } /* Zoom & Flash color */
  100% { transform: scale(1); background-color: transparent; }
}

.highlight-active {
  display: inline-block; /* Required for transform/scale to work on a span */
  animation: highlight-effect 1s ease-in-out;
  border-radius: 19px;
}

#date-picker {
    background: white !important;
    color: #212529 !important;
}

header.smaller div#logo {
    max-width: 50px;
}

/* Highlight invalid fields while typing */
input:focus:invalid {
    border: 1px solid #ff4d4d;
    box-shadow: 0 0 5px rgba(255, 77, 77, 0.5);
}

/* Highlight valid fields */
input:focus:valid {
    border: 1px solid #28a745;
}

.attractions h4.mb-0 {
    margin-bottom: -10px !important;
}

small.fs-14 {
    color: #f1c40f;
}

section.policy {
    padding: 80px 0 80px 0;
}













/* Media Queries */

@media (max-width: 991.98px) {
    header.header-mobile #mainmenu li a.menu-item:hover {
        color: #f1c40f;
    }
}

@media (max-width: 767.98px) {
    header div#logo {
        max-width: 40px;
        padding: 0 0;
        background: white;
        border-radius: 50%;
        padding: 1px;
    }
    header.header-mobile {
        background: #163726;
        border-bottom: 2px solid #f1c40f;
    }
    .fs-100 {
        font-size: 56px;
    }
    section.wow.bgcustom {
        padding: 80px 0;
    }
    .item .fs-36 {
        font-size: 16px;
    }
    .relative.mt-5.mb-3 {
        padding-left: 10px;
    }
    .tg-mt50 {
        margin-top: 50px;
    }
    footer {
        padding: 50px 0 0 0;
    }
    .subfooter {
        margin-top: 40px;
    }
}