

@font-face {
    font-family: 'Cambria Math';
    src: url('fonts/CambriaMath.woff2') format('woff2'),
        url('fonts/CambriaMath.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root{
--bs-body-color:#5D5D5D;
--bs-body-bg:#f4f1ea;
--bs-primary-color:#e85349;
--bs-secondary-bg:#fbfafa;
  --bs-secondary-bg2:#3d5aa4;
  --bs-secondary-color:#f39200;
--bs-tertiary-color:#938e81;
--dark-color:#000;
--light-color:#fafafa;
--bs-color-gray:#D2D2D2;
--bs-btn-padding-x:20px;
--bs-btn-padding-y:10px;
--border-color:#00E9FF;
  --border-color1:#d9fcff;
--bs-nav-link-color:#ffffff;
--bs-nav-link-color-second:#01DFF4; 
--bs-body-font-family:'Cambria Math';
--bs-titles-font-family:'Cambria Math';
--bs-body-font-weight:400;
--bs-body-line-height:25px;
--bs-body-font-size:15px;
--bs-nav-link-font-size:1em;
--bs-nav-link-font-weight:600;
--bs-nav-link-padding-y:10px;
--bs-nav-link-padding-x:0;
--bs-navbar-nav-link-padding-x:0;
--bs-dropdown-zindex:99;
--bs-dropdown-min-width:200px;
--bs-dropdown-padding-x:20px;
--bs-dropdown-padding-y:15px;
--bs-dropdown-font-size:1em;
--bs-dropdown-padding-y:5px;
--bs-dropdown-font-size:1em
}
a{
color:var(--bs-primary-color);
transition:all .4s;
outline:none
}
a:active,a:hover,a:focus{
    color: var(--bs-primary-color);
text-decoration:none
}



body {
    font-family:'var(--bs-body-font-family)';
    background: #f4f1ea;
    color: #938e81;
    margin: 0;
    padding: 0;
}


@keyframes slideLeft {
	0% {
		opacity: 0;
		transform: translateX(-250px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}span.phone-responsive  {
    display: inline-block;
      line-height: 1.2;
}

img.logo.mb-2 {
    /* animation: slideLeft 2s ease 0s 1 normal forwards; */
}
span.phone-responsive a {
    color: #a79e8a;
    text-decoration: none;
	    font-family: emoji;
}span.phone-responsive a:hover {
    text-decoration: underline;
}

.subtitle {
    font-size: 18px;
    color: #e85c3c;
    letter-spacing: 2px;
    font-weight: 700;
}
.hero {
    min-height: 611px;
    background: none;
    position: relative;
    z-index: 1;
}
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/parallex.webp') center/cover no-repeat fixed;
    /* filter: blur(4px); */
    /* opacity: 0.6; */
    z-index: -1;
}
.hero-title {
    font-size: 90px;
    font-weight: 400;
    color: #fefefe;
    margin-top: 0;
    margin-bottom: 48px;
    letter-spacing: 0;
    font-family: 'Cambria Math';
    padding: 0 0 0;
}
.hero-separator {
    color: #fff;
    font-size: 22px;
    letter-spacing: 8px;
    padding: 0;
    margin: -23px 0 43px 0 !important;
}



 @keyframes float {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-20px);
            }

            100% {
                transform: translateY(0);
            }
        }


        @keyframes float2 {
            0% {
                transform: translateX(0);
            }

            50% {
                transform: translateX(-20px);
            }

            100% {
                transform: translateX(0);
            }
        }



@keyframes pulse {
      0%   { transform: scale(1); }
      100% { transform: scale(1.2); }
    }


    a.networks.networks_instagram, a.networks.networks_facebook {

    animation: float 8s ease-in-out infinite;
}

@keyframes zoomPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }

}img.calendar-icon {
    /* animation: zoomPulse 1.5s infinite ease-in-out; */
}
@keyframes tilt {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  30% {
    transform: rotate(6deg) scale(1.05);
  }
  70% {
    transform: rotate(-6deg) scale(1.05);
  }
}

img.calendar-icon {
    /* animation: zoomPulse 1.5s infinite ease-in-out; */
    animation: tilt 2.5s infinite ease-in-out;
    transform-origin: center;
}
.hero-desc {
    color: #fff;
    font-size: 27px;
    font-style: italic;
    font-family: 'Cambria Math';
}.calendar-circle a:hover {
    transform: scale(1.1);
}
.hero-reserve {
    font-style: italic;
    font-size: 27px;
    color: #f39200;
    margin-top: 15px;
}
.reserve-highlight {
    color: #f39200;
    font-weight: 700;
}.flottant a {
    position: relative !important;
    width: 50px !important;
    height: 50px !important;
    background: #f39200;
    animation: none !important;
    color: white !important;
    font-size: 20px !important;
    line-height: 49px !important;
    display: table !important;
    border-radius: 50% !important;
    margin: 10px 0 0 !important;
}

.flottant a.networks.networks_facebook {
    background: #3d5aa4;
}
.flottant a.networks.networks_instagram {
       background: var(--bs-primary-color);
}


.info-section {
    background: #f4f1ea;
    /* border-top: 2px solid #e8a53c; */
    /* border-bottom: 2px solid #e8a53c; */
}
img.calendar-icon-top {
    background-size: contain;
    width: 37px;
    text-align: center;
    margin: 0 auto;
    display: table;
    position: relative;
    top: 5px;
}.flottant a:hover {
    background: black !important;
    transform: none !important;
}
.flottant {
    position: absolute;
    right: 19px;
    top: 34%;
    z-index: 5;
}

.icon-link {
    display: inline-block;
    background: #e85c3c;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 8px;
}
a.networks.networks_instagram {
    position: absolute;
    width: 88px;
    height: 88px;left: 0;
    right: 0;
    color: white;
    background: var(--bs-primary-color);
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 94px;
    margin: -163px auto 0;
}a.networks.networks_facebook {
    position: absolute;
    width: 88px;left: 0;
    right: 0;
    height: 88px;
    color: white;
    background: #3d5aa4;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 94px;
    margin: -163px auto 0;
}a.networks.networks_instagram, a.networks.networks_facebook {
    transition: all 0.4s;
}a.networks.networks_instagram:hover, a.networks.networks_facebook:hover {
    transform: rotate(360deg);
}i.fa-brands.fa-facebook:before {
    content: "\f39e" !important;
}
@keyframes pbmit_spin_rotate {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.icon {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}
.calendar-circle {
    background: #f39200;
    border-radius: 50%;
    width: 164px;
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -91px auto 0px !important;
    z-index: auto;
}


@keyframes pbmit_spin_rotate {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}
.map-img {
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    object-fit: cover;
   
}p.hero-reserve.mb-4 {
    /* animation: zoomPulse 5s infinite ease-in-out; */
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}

.reserve-highlight {
    animation: gradientMove 4s ease infinite;
    position: relative;
    display: inline-block;
    font-weight: 400;
    /* background: linear-gradient(90deg, #f39200, #f39200, #f39200d4, #f39200db); */
    /* background-size: 300% 300%; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    font-style: normal;
    font-size: 29px;
    font-family: 'Cambria Math';
    color: #f39200;
}.reserve-highlight {
    margin: 0 0 0 21px;
}
.calendar-circle {

    position: relative;
}section.hero a.reserv {
    text-decoration: none;
    color: #f39200;
    display: inline;
    border-bottom: 2px solid #f39200;
    transition: all 0.4s;
    padding: 0 0 0 0;
    margin: 0;
}section.hero a.reserv:hover {
    color: white;
    border-color: white;
    animation: none;
    background: linear-gradient(90deg, #ffffff, #ffffff, #ffffff, #ffffff);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
}
.info-title {
    font-size: 20px;
    color: #938e81;
    margin: 0 0 45px;
    font-family: 'Cambria Math';
}.info-section {
    background: #f4f1ea;
    padding: 23px 0 102px;
    /* overflow: hidden; */
    z-index: 2;
    position: relative;
}
.info-separator {
    color: #f39200;
    font-size: 22px;
    letter-spacing: 6px;
    margin: 4px 0 25px;
}
.info-phone {
    font-size: 18px;
    color: #a79e8a;
    font-weight: 400;
    font-family: 'Cambria Math';
}
.info-hours {
  font-size: 18px;
    color: #a79e8a;
    font-weight: 400;
    font-family: 'Cambria Math';
}
.footer-text {
    font-size: 14px;
    color: #b8a99a;
}
main {
    overflow: hidden;
}

/* === 1199px === */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 64px;
  }footer {
    overflow: hidden;
}
}

/* === 991px === */
@media (max-width: 991px) {
  .info-section {
    
    overflow: hidden;
    
   
}.flottant {
    right: 8px;
}
  .hero-title {
    font-size: 48px;
    margin-top: 0;
  }.calendar-circle:after {
  
    display: none;
}.hero {
  
    overflow: hidden;
}
  span.reserve-highlight {
    display: table;
    margin: 12px auto 0;
  }
  .col-12.col-md-3 {
    width: 100%;
  }
  .hero {
    min-height: auto;
    padding: 60px 0 71px;
  }
  a.networks.networks_facebook,
  a.networks.networks_instagram {
    margin: 0 auto;
    position: relative;
    display: inline-block;
  }
  .info-title {
    font-size: 20px;
    margin: 30px auto 61px;
    display: table;
  }
  .calendar-circle {
    margin: 32px auto 0 !important;
  }
  .calendar-circle:after {
    right: -122px;
    top: 0;
  }
  .info-separator {
    margin: -32px 0 14px;
  }
  .info-section {
    padding: 39px 0 63px;
  }  .flottant a {

    width: 35px !important;
    height: 35px !important;
 
    font-size: 16px !important;
    line-height: 37px !important;
   
    margin: 4px 0 0 !important;
}img.calendar-icon-top {

    width: 27px;

    top: 3px;
}
}

/* === 767px === */
@media (max-width: 767px) {
  .reserve-highlight {

    font-size: 24px;

}section.hero a.reserv {
   
    border-bottom: none;

}
.flottant {
    position: relative;
    display: flex;
    margin: 0 auto 18px;
    left: 0;
    right: 0;
    gap: 10px;
}

  img.logo.mb-2 {
    width: 250px;
  }
  .hero-title {
    font-size: 38px;
    margin-top: 0;
  }
  .hero-desc {
    font-size: 26px;
    padding: 0 15px;
  }
  .hero-bg {
    background: url("images/parallex.webp") center/cover no-repeat;
  }
}

/* === 480px === */
@media (max-width: 480px) {
  .flottant {
   
    right: 12px;

}.reserve-highlight {

    font-size: 20px;

}
  img.logo.mb-2 {
    width: 200px;
  }
  .hero-title {
    font-size: 30px;
    margin-top: 0;
  }
  .hero-desc {
    font-size: 22px;
  }
  .hero-reserve {
    font-size: 23px;
  }
  .calendar-circle:after {
    right: 0;
    top: -60px;
    left: 0;
    margin: auto;
    width: 63px;
    height: 60px;
  }
  .calendar-circle {
    margin: 57px auto 0 !important;
  }
  .hero {
    min-height: auto;
    padding: 60px 0;
  }
}