﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  /*font-family: Muli, 'Special Gothic One', Arial, Helvetica, sans-serif;*/
  /*font-family: var(--bs-font-sans-serif);*/
  font-family: Calibri, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
}

.bc01 {
    background-color: #0a5888;
    color: white !important;
}

.t01c {
    text-align: center;
}

.ts01 {
    font-size: 1.25rem;
}
.ts02 {
    font-size: 0.9rem;
}

.ts03 {
    font-size: 0.75rem;
}
.ts04 {
    font-size: 0.6rem;
}

.tb01 {
    font-weight:bold;
}

.wd01 {
    width: 200px;
}
.wd02 { 
    width: 100%;
    height: auto;
}
.wd03 {
    width: 150px;
}
.wd04 {
    width: 35px;
}

.wdmn1 {
    min-width: 100px;
}
.wdmx1 {
    max-width: 150px;
}

.hd {
    font-family: "Poetsen One", 'Lilita One', Roboto, Montserrat, Arial, Helvetica, sans-serif;
    font-weight: bolder;
}
.hdm {
    font-family: Montserrat, Roboto, Arial, Helvetica, sans-serif;
    font-weight: 900;
}
.hd01 {
    font-size: 2rem;
}
.hd02 {
    font-size: 1.5rem;
}
.pd03 {
    padding: 3px
}
.pd05 {
    padding: 5px
}
.pd10 {
    padding: 10px;
}
.pd20 {
    padding: 20px;
}
.pd15 {
    padding: 15px;
}
.pdt20 {
    padding: 10px 20px;
}
.mr10 {
    margin: 10px;
}
.mr05 {
    margin: 5px;
}
.mr20 {
    margin: 20px;
}
.mra {
    margin: auto;
}
.mrat {
    margin-top: auto;
    margin-bottom: auto;
}


.brd10 {
    border-radius: 10px;
}

.brd20 {
    border-radius: 20px;
}
.brd25 {
    border-radius: 25px;
}

.brd20l {
    border-radius: 20px 0px 0px 20px;
}

.brd20r {
    border-radius: 0px 20px 20px 0px;
}

.tdn {
    text-decoration: none;
    color: inherit;
}
.dsp {
    animation: scroll linear;
    animation-timeline: view();
    animation-range: entry 0 cover 25%;

}

@keyframes scroll {
    from {
        opacity: 0;
        scale: 0.5;
    }
    to {
        opacity: 1;
        scale: 1;
    }
}
.animDown {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0.5s;
    animation-timeline: view();
    animation-range: entry 0 cover 5%;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.dvln {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /*align-items: center;*/
}
.dvlnc {
    align-items: center;
}
.cdvln {
    display: inline-flex;
}

.dnn {
    display: none;
}


.ctn-1 {
    width: 100%;
}
.ctn-2 {
    width: 50%;
}
.ctn-3 {
    width: 25%;
}
.ctn-4 {
    width: 75%;
}
.ctn-5 {
    width: 35%;
}
.ctn-6 {
    width: 16.6%;
    box-sizing: border-box;
}
.ctn-7 {
    width: 20%;
}
.ctn-8 {
    width: 65%;
}
.bbs { box-sizing: border-box; }

.test01 {
    display:block;
    height: auto;
    min-height: 100px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 1rem 0rem;
}

.bclr1 {
    background-color: #0a5888 !important;
}
.bclr2 {
    background-color: #3577a6;
}
.bclr3 {
    background-color: #4c90ce;
}
.bclr4 {
    background-color: #6652a2;
}
.bclr5 {
    background-color: #285d50;
}
.bclr6 {
    background-color: #14715a;
}
.bclr7 {
    background-color: #368d89;
}
.bclr8 {
    background-color: #d9335c;
}
.bclr9 {
    background-color: #c76967;
}
.bclr10 {
    background-color: #d1ddd7;
}
.bclr11 {
    background-color: #87cbf6;
}
.bclr12 {
    background-color: #b7e0fa;
}
.bclr13 {
    background-color: #F5B1C1;
}
.bclr14 {
    background-color: #D0CAE4;
}
.bclr15 {
    background-color: #1087d2;
}
.bclrw {
    background-color: white;
}
.bclrr {
    background-color: #d4c7fc;
}

.clr1 {
    color: #0a5888;
}

.clr2 {
    color: #3577a6;
}

.clr3 {
    color: #4c90ce;
}

.clr4 {
    color: #6652a2;
}

.clr5 {
    color: #285d50;
}

.clr6 {
    color: #14715a;
}

.clr7 {
    color: #368d89;
}

.clr8 {
    color: #d9335c;
}

.clr9 {
    color: #c76967;
}

.clr10 {
    color: #d1ddd7;
}
.clr11 {
    color: #87cbf6;
}

.clr12 {
    color: #b7e0fa;
}
.clr13 {
    color: #F5B1C1;
}
.clr14 {
    color: #D0CAE4;
}
.clrw {
    color: white;
}
.clri {
    color: inherit;
}
.clrb {
    color: black;
}

.tal {
    text-align: left;
}
.tal01 {
    text-align:center;
}

.imgs1 {
    height: auto;
    width: 100%;
}

/* mobile phone*/
@media screen and (max-width: 600px) {
    .ctn-2 { width: 100%; }
}

.cookie-panel {
    z-index: 1000;
    position: fixed;
    width: auto;
    height: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0,0,0,0.6);
    padding: 10px 50px;
    text-align: center;
    border-radius: 20px 20px 0 0;
    max-width: 75%;
}
.cookie-panel button {
    background-color: #87cbf6;
    color: #0a5888;
    padding: 10px 20px;
    border-radius: 10px;
    border: 0px;
    font-weight: bold;
}

.shader {
    width: 100%;
    height: 100%;
    background-color: black;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    opacity: 0.6;
    display: none;
    z-index: 1000;
}

.custom_Loader1 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: -75px 0 0 -75px;
    border: 36px solid #f3f3f3;
    border-top: 36px solid #b7e0fa;
    border-bottom: 36px solid white;
    border-left: 36px solid white;
    border-right: 36px solid white;
    animation: spin 2100ms linear infinite;
    z-index: 1001;
}

.bs_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 120px;
    width: 120px;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.custom_Loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 85px;
    height: 25px;
    background-color: black;
    opacity: 0.5;
    --g1: conic-gradient(from 90deg at left 3px top 3px,#0000 90deg,#fff 0);
    --g2: conic-gradient(from -90deg at bottom 3px right 3px,#0000 90deg,#fff 0);
    background: var(--g1),var(--g1),var(--g1), var(--g2),var(--g2),var(--g2);
    background-position: left,center,right;
    background-repeat: no-repeat;
    animation: s8 1s infinite;
}

@keyframes s8 {
    0% {
        background-size: 25px 100%,25px 100%,25px 100%
    }

    20% {
        background-size: 25px 50%,25px 100%,25px 100%
    }

    40% {
        background-size: 25px 50%,25px 50%,25px 100%
    }

    60% {
        background-size: 25px 100%,25px 50%,25px 50%
    }

    80% {
        background-size: 25px 100%,25px 100%,25px 50%
    }

    100% {
        background-size: 25px 100%,25px 100%,25px 100%
    }
}

.roundImg {
    border-radius: 50%;
    max-width: 200px;
    padding: 10px 20px;
}
.winImg {
    max-width: 200px;
    padding: 10px 20px;
}


gmp-map:not(:defined) {
    display: none;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#infowindow-content {
    display: none;
}

.pac-card {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

    .pac-controls label {
        font-size: 13px;
        font-weight: 300;
    }

#place-picker {
    box-sizing: border-box;
    width: 100%;
    padding: 0.5rem 1rem 1rem;
}

.brdl {
    border-left: 9px solid #6652a2 !important;
}

.brdc1 {
    border: 3px solid #0a5888 !important;
}

.brdc2 {
    border: 1px solid #ccc;
}

.accordion {
    --bs-accordion-btn-bg: #87cbf6;
    --bs-accordion-btn-color: #000;
    --bs-accordion-active-bg: #87cbf6;
    --bs-accordion-active-color: #000;
    --bs-accordion-btn-focus-box-shadow: none;
}
.accordion-button {
    border-top: 2px solid #fff;
}
.accordion-item:last-child .accordion-button.collapsed,
.accordion-item:last-child .accordion-body {
    border-bottom: 2px solid #fff;
}
.form-group {
    margin-top: 30px;
    margin-bottom: 0px;
}
.stp {
    margin-top: 30px;
    margin-bottom: 0px;
}
.remChar {
    font-size: 0.6rem;
    color: orangered;
}
::placeholder {
    color: #bfbfbf !important;
    opacity: 0.5;
}
.nav {
    --bs-nav-pills-border-radius: 1rem;
}
.bb1 {
    border-bottom: 1px solid;
}

.rating1, .rating2, .rating3, .rating4, .rating5, .rating6, .rating7 {
    width: 200px;
}
    .rating1 > *,
    .rating2 > *,
    .rating3 > *,
    .rating4 > *,
    .rating5 > *,
    .rating6 > *,
    .rating7 > * {
        float: right;
    }
    .rating1 label,
    .rating2 label,
    .rating3 label,
    .rating4 label,
    .rating5 label,
    .rating6 label,
    .rating7 label
    {
        height: 40px;
        width: 20%;
        display: block;
        position: relative;
        cursor: pointer;
    }
        .rating1 label::after,
        .rating2 label::after,
        .rating3 label::after,
        .rating4 label::after,
        .rating5 label::after,
        .rating6 label::after,
        .rating7 label::after
        {
            transition: all 0.4s ease-out;
            -webkit-font-smoothing: antialiased;
            position: absolute;
            content: "★";
            color: #fff;
            text-shadow: 0 0 5px #0a5888;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            font-size: 40px;
            -webkit-animation: 1s pulse ease;
            animation: 1s pulse ease;
        }
.rating1 label:hover::after,
.rating2 label:hover::after,
.rating3 label:hover::after,
.rating4 label:hover::after,
.rating5 label:hover::after,
.rating6 label:hover::after,
.rating7 label:hover::after
{
    color: #0a5888;
    text-shadow: 0 0 15px #5e5e5e;
}
.rating1 input,
.rating2 input,
.rating3 input,
.rating4 input,
.rating5 input,
.rating6 input,
.rating7 input
{
    display: none;
}
    .rating1 input:checked + label::after,
    .rating1 input:checked ~ label::after,
    .rating2 input:checked + label::after,
    .rating2 input:checked ~ label::after,
    .rating3 input:checked + label::after,
    .rating3 input:checked ~ label::after,
    .rating4 input:checked + label::after,
    .rating4 input:checked ~ label::after,
    .rating5 input:checked + label::after,
    .rating5 input:checked ~ label::after,
    .rating6 input:checked + label::after,
    .rating6 input:checked ~ label::after,
    .rating7 input:checked + label::after,
    .rating7 input:checked ~ label::after
    {
        color: #0a5888;
        text-shadow: 0 0 20px #0a5888;
    }
    .rating1 label:hover + label::after,
    .rating1 label:hover ~ label::after,
    .rating2 label:hover + label::after,
    .rating2 label:hover ~ label::after,
    .rating3 label:hover + label::after,
    .rating3 label:hover ~ label::after,
    .rating4 label:hover + label::after,
    .rating4 label:hover ~ label::after,
    .rating5 label:hover + label::after,
    .rating5 label:hover ~ label::after,
    .rating6 label:hover + label::after,
    .rating6 label:hover ~ label::after,
    .rating7 label:hover + label::after,
    .rating7 label:hover ~ label::after
    {
        color: #0a5888;
        text-shadow: 0 0 15px #5e5e5e;
    }
.dspb {
    display: block;
}
.mt3 {
    margin-top: 30px;
}
.vam {
    vertical-align: middle;
}

.star-rating {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
    letter-spacing: -1px;
    color: #cdcdcd;
}

    .star-rating::before {
        content: '★★★★★'; /* 5 empty stars */
        display: block;
    }

    .star-rating::after {
        content: '★★★★★'; /* 5 filled stars */
        position: absolute;
        top: 0;
        left: 0;
        width: calc(var(--rating) / 5 * 100%); /* change this for the actual rating (e.g., 3.8/5 → 76%) */
        overflow: hidden;
        color: #0a5888; /* filled star color */
        white-space: nowrap;
    }

.pf {
    position: fixed;
}
.fcnt {
    height: fit-content;
}
