@font-face {
    font-family: 'Canela';
    src: url('fonts/Canela-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Canela';
    src: url('fonts/Canela-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Canela';
    src: url('fonts/Canela-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Canela';
    src: url('fonts/Canela-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

.quickinfo {
    margin-top: 48px;
    display: block;
    /* match image width and alignment */
    width: calc(100% - 390px);
    max-width: 800px;
    margin-left: 40px;
    margin-right: 350px;
    background-color: #87e4d14f;
    box-sizing: border-box;
    padding: 8px 12px;
    border-radius: 12px;
    box-shadow: 0px 8px 16px 0px rgba(99, 239, 206, 0.229);

   
}

@media (max-device-width: 600px) {
    .quickinfo {
        width: 80vw;
        margin-left: 9vw;
        margin-right: 9vw;
        border-radius: 2.4vw;
    }
}

/* Ensure the heading inside the quickinfo sits at the top, not vertically centered */
.quickinfo h6 {
    margin: 0;
    padding: 10px 10px;
    line-height: 1.45;
    color: #000000;
    font-size: 20px;
    filter: none;
    
}


.quickinfo a {
    font-size: inherit;
    
}

@media (max-device-width: 600px) {
    .quickinfo h6 {
        font-size: 5vw;
        padding: 10px 10px;
    }
}


.warning {
    margin-top: 48px;
    display: block;
    /* match image width and alignment */
    width: calc(100% - 390px);
    max-width: 800px;
    margin-left: 40px;
    margin-right: 350px;
    background-color: #e487874f;
    box-sizing: border-box;
    padding: 8px 12px;
    border-radius: 12px;
    box-shadow: 0px 8px 16px 0px rgba(239, 99, 99, 0.229);

   
}

@media (max-device-width: 600px) {
    .warning {
        width: 80vw;
        margin-left: 9vw;
        margin-right: 9vw;
        border-radius: 2.4vw;
    }
}

/* Ensure the heading inside the warning sits at the top, not vertically centered */
.warning h6 {
    margin: 0;
    padding: 10px 10px;
    line-height: 1.45;
    color: #000000;
    font-size: 20px;
    filter: none;
}

@media (max-device-width: 600px) {
    .warning h6 {
        font-size: 5vw;
        padding: 10px 10px;
    }
}

html {
  min-width: 800px;
  animation: fadePage 1.2s ease;
  
  


}



/* Just for demo styling */
.item {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}


body{
    margin-right:40px;
    margin-left:4px;
    background-image: url('backgroundsuper.jpg');
    background-size: auto;
    
    

    
}

.page-fade {
  animation: fadePage 1.2s ease;
}

@keyframes fadePage {
    from {
        opacity: 0;
        
    }

    to {
        opacity: 1;
       
    }
}



h1{

    
    text-align:right;
    font-family: trade-gothic Lt, sans-serif;
    font-weight: 500;
    font-size: 34px;
    letter-spacing: 0.025em;
    position:fixed;
    right: 34px;
    top:10px;
    z-index: +1000;
    animation: fadePageh1 1.2s ease;
    
    
    
    

}
h1 a {
    font-size: inherit;
}

@keyframes fadePageh1 {
    from {
        opacity: 0;
        transform: translateY(10px);
        
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

h4{
    font-family: didot;
    animation: fadePageh1 1.2s ease;
    
}


h2{
    text-align:right;
    font-family: didot, serif;
    font-size: 17px;
    margin-top: -18px;
    position:fixed;
    right: 38px;
    top:90px;
     z-index: +1000;
    animation: fadePageh1 1.2s ease;
    color: #00000060;



    
}



a{

    text-decoration: none;
    font-size: 12px;
    color: black;
    margin-right: 2px;



    
    




}
.style2 {
  width: 300px;
  filter: grayscale(100%);
  margin-left: 29px;
  margin-right: none;
  margin-top: 10px;
}




.style3 {
  width: 150px;
  filter: grayscale(100%);
  margin-left: 374px;
  margin-right: none;
  margin-top: -115px;
}

img.styleh {


    display:none;
  width: 100vw;
  max-width: none;
  float: none;
  height: 200px;
  object-fit: cover;
  position: fixed;
  margin-top: -90px;
  margin-left: -10px;
  object-position: left;

}


/* Fade-up animation */

/* Fade-up animation */

/* Paragraphs: fade + subtle movement */

p {

    opacity: 0;

    transition:
        opacity 5s cubic-bezier(0.16, 1, 0.3, 1);

    will-change: opacity, transform;
}

p a {
    font-size: inherit;
    
}
/* Headings + images: fade only */

h6{

    opacity: 0;

    transition:
        opacity 5s cubic-bezier(0.16, 1, 0.3, 1);
        

    will-change: opacity;
}


ul.custom-list li {
  opacity: 0;
  transition: opacity 0.6s ease;
  will-change: opacity;
}

ul.custom-list li.fade-visible {
  opacity: 1;
}

/* Visible state */

.fade-visible {

    opacity: 1;
}

/* Only paragraphs move upward */

p.fade-visible {

    opacity: 1;
}

/* visible state */

.fade-visible {

    opacity: 1;
}

h6 {
  opacity: 0;
  transition:
    opacity 3s cubic-bezier(0.16, 1, 0.3, 1);
}

h6.fade-visible {
  opacity: 1;
}

ul.custom-list li {
    opacity: 0;
  transition:
    opacity 3s cubic-bezier(0.16, 1, 0.3, 1);
}
ul.custom-list li.fade-visible {
  opacity: 1;
}
/* visible state */
.hero-fade {
    float: left;
    width: calc(100% - 390px);
    max-width: 800px;

    margin-left: 0px;
    
    margin-bottom: 40px;
    margin-top: 0px;

    position: relative;
    
    box-sizing: border-box;
}

/* All images sit on top of each other */
.hero-fade img {
    width: 100%;
    display: block;

    position: absolute;
    top: 0;
    left: 0;

    opacity: 0;

    animation: fadeSlide 12s infinite;
}

/* First image */
.hero-fade img:nth-child(1) {
    position: relative; /* gives container its height */
    animation-delay: 0s;
}

/* Second image */
.hero-fade img:nth-child(2) {
    animation-delay: 4s;
}

/* Third image */
.hero-fade img:nth-child(3) {
    animation-delay: 8s;
}

@keyframes fadeSlide {
    0% { opacity: 0; }
    10% { opacity: 1; }

    31% { opacity: 1; }
    41% { opacity: 0; }

    100% { opacity: 0; }
}




/* Minimal image slider */

/* Minimal responsive slider */

.hero-slider {
    float: left;
    width: calc(100% - 390px);
    max-width: 800px;

    margin-left: 40px;
    margin-right: 350px;
    margin-bottom: 40px;
    margin-top: 40px;

    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.hero-track {
    display: flex;
    gap: 24px; /* space between images */

    animation: minimalSlide 12s infinite cubic-bezier(0.65, 0, 0.35, 1);
}

.hero-slider img {
    width: 100%;
    min-width: 100%;
    flex-shrink: 0;

    object-fit: contain;
    display: block;

    margin: 0;
    float: none;

    
}


/* Smooth sideways sliding */

@keyframes minimalSlide {

    0% {
        transform: translateX(0%);
    }

    24% {
        transform: translateX(0%);
    }

    33% {
        transform: translateX(calc(-100% - 24px));
    }

    57% {
        transform: translateX(calc(-100% - 24px));
    }

    66% {
        transform: translateX(calc(-200% - 48px));
    }

    90% {
        transform: translateX(calc(-200% - 48px));
    }

    100% {
        transform: translateX(0%);
    }
}

aside {

    display: none;
    z-index: +1000;
    margin-top: -20px;
    margin-left: 40px;
    position: fixed;
    
}

.aside2{
    z-index: +1000;
    margin-top: -20px;
    margin-left: 200px;
    position: fixed;
}

.aside3{
    z-index: +1000;
    margin-top: 5px;
    margin-left: 40px;
    position: fixed;
}

   


a.active{

    color: rgb(105, 204, 194);





}



h3{
    text-align:right;
    font-family:didot,     serif;
    font-size: 19px;
    margin-top: -25px;
    color: #000000;
    position:fixed;
    right: 38px;
    top:110px;
    animation: fadePageh1 1.2s ease;

}
    


h4{
    text-align:right;
    font-family: didot, serif;
    font-size: 12px;
    margin-top: -20px;
    color: #000000;
    text-decoration: none;
    position:fixed;
    right: 38px;
    top:130px;
    
}

.footnote{
    margin-top: 480px;
    font-family: "Canela", serif;
  font-weight: 400;
    font-size: 12px;
    
    




}







.footnote2{
    margin-top: 510px;
    font-family: "Canela", serif;
  font-weight: 400;
    font-size: 12px;
    margin-right: 0;
    


}


.link2{
    font-size: 18px;

}




h5{
    display:none
}

h6{
    font-family: "Canela", serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
    font-size: 25px;
    font-style: normal;
    color: #000000;
    text-decoration: none;
    margin-left: 40px;
    margin-right: 320px;
    margin-bottom: 20px;
    clear: left;


}

pre{
    font-family: "Canela", serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
    font-size: 23px;
    font-style: normal;
    color: #000000;
    text-decoration: none;
    margin-left: 0px;
    
    margin-bottom: 20px;
    clear: left;
    text-wrap: wrap;


}






p{
   
    font-family: "Canela", serif;
  font-weight: 300;
  font-style: normal;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    margin-right: 320px;
    margin-left: 40px;
  
    line-height: 1.5;
    max-width: 800px;
   transition: opacity 0.5s ease;
   letter-spacing: +0.02em;
}

p.bullet-list {
    padding-left: 30px;
    text-indent: -30px;
}

ul.custom-list {
    list-style: disc;
    margin-left: 59px;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

ul.custom-list li {
    font-family: "Canela", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 8px;
    margin-right: 320px;
}




.navbar{
    text-align:right;
    display:flex;
    justify-content:flex-end;
    gap:8px;
    position:fixed;
    right: 38px;
    top:170px;
   
    



}

.navbar ul{
    list-style-type: none;

    
    

   
}

.navbar a {
    text-decoration: none;
    font-size: 16px;
    color: #000000;
font-family: "Canela", serif;
  font-weight: 400;
  font-style: normal;    display: inline-block;
    background: rgba(255, 255, 255, 0);

border: 1px solid rgba(255,255,255,0.18);
    margin: 5px;
    margin-right: -0.01px;
    width: 273px;
    box-sizing: border-box;

    /* ensure text doesn't touch edges */
    padding: 9px 18px; /* 10px top/bottom, 18px left/right */
    text-align: right;
    transition:
background-color 0.35s ease,
transform 0.35s ease,
opacity 0.35s ease,
box-shadow 2s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.119);
    animation: fadePageh1 1.2s ease;
}

.navbar a:hover {
    background-color: #55555500;
   
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.421);

}

.navbar a.active {
    background-color: rgba(105, 204, 194, 0.388);
    color: rgb(0, 0, 0);
}





.navbar ul li{
    
}




.dropbtn {
  display: none;
}

.dropdown {

  display: none;
  
}


img{
            float: left;
            object-fit: contain;
            width: calc(100% - 390px);
            max-width: 800px;
            margin-left: 40px;
            margin-right: 350px;
            margin-bottom: 40px;
            margin-top: 40px;
        


        
      

        
        

    }

@media (max-device-width: 600px) {
    .scrollable-content {
    position: relative;
}

.scrollable-content::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 68.91%);
    pointer-events: none;
    z-index: 500;
}
}



@media (max-device-width: 600px) {
    img{
        float: left;
        display:block;
        object-fit: contain;


        
        width: 80vw;
        margin-left: 9vw;
        margin-right: 9vw;
        margin-top:-5px;
        margin-bottom: 60px;


   

    }
}

.overscroll-glow {
    position: fixed;
    left: 0;
    bottom: -120px;

    width: 100%;
    height: 420px;

    pointer-events: none;
    z-index: 9999;

    opacity: 0;

    background:
        radial-gradient(
            ellipse at bottom,
            rgba(105, 204, 194, 0.28) 0%,
            rgba(105, 204, 194, 0.12) 30%,
            rgba(255,255,255,0) 75%
        );

    filter: blur(60px);

    transition: opacity 0.08s linear;

    will-change: opacity;
}

.overscroll-glow.active {
    opacity: 1;
}






@media (max-device-width: 600px) {
    h1{
        font-size: 6vw;
        margin-top:px;
        
        

    }
}


@media (max-device-width: 600px) {
    h2{
        font-size: 3vw;
        margin-top:28px;

    }
}

@media (max-device-width: 600px) {
    h3{
        display:none;

    }
}

@media (max-device-width: 600px) {
    h4{
        display:none;

    }
}


@media (max-device-width: 600px) {
    h5{
        display:block;
        font-size: 5vw;
        color:#94484800

    }
}

@media (max-device-width: 600px) {
    h6{
        font-size: 5vw;
        z-index: -1000;
        margin-left: 9vw;
        margin-right: 6vw;
       

    }
}

@media (max-device-width: 600px) {
    pre{
        font-size: 5vw;
        z-index: -1000;
        margin-left: 0vw;
        
        text-wrap: wrap;
       

    }
}


@media (max-device-width: 600px) {
    .link2{
        font-size: 4vw;
        
        

    }
}




@media (max-device-width: 600px) {
    ul.custom-list li {
    font-family: "Canela", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4vw;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 8px;
    margin-right: 6vw;
    
}
}



@media (max-device-width: 600px) {
    ul.custom-list {
    list-style: disc;
    margin-left: 12.4vw;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
}








@media (max-device-width: 600px) {
    .navbar{
   
    display:none;
    

}
}



@media (max-device-width: 600px) {
    p{
        font-size: 4vw;
        margin-top: 10vw;
        margin-right: 6vw;
        margin-left: 9vw;
        transition: opacity 0.5s ease;
    
}
}

@media (max-device-width: 600px) {

    .hero-slider {
        float: left;
        width: 80vw;

        margin-left: 9vw;
        margin-right: 9vw;
        margin-top: 20px;
        margin-bottom: 60px;
    }

}
@media (max-device-width: 600px) {

    .hero-fade {
        float: left;
        width: 80vw;

        
        
        margin-left: none;
        margin-right: none;
        margin-top: none;
        margin-bottom: none;
    }

}




@media (max-device-width: 600px) {
     /* Dropdown Button */
.dropbtn {
  width: 10vw;             /* make width = height for a circle */
  height: 10vw;
  padding: 0;              /* keep padding zero when using fixed size */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-image: url('menu-icon.png');
 
  background-size: cover;
  background-position: center;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  font-size: 30px;        /* adjust for icon/text size */
  outline: none;  -webkit-tap-highlight-color: transparent;
  z-index: -1000;
  position: fixed;

}

/* The container <div> - needed to position the dropdown content */
.dropdown {

  position: relative;
  
  display: inline-block;
 
  position: absolute;
  top: 60px;    /* adjust vertical offset */
  left: 40px;  /* distance from the right edge */
  z-index: 1000;
  position:fixed;
  
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;

  min-width: 65vw;
  

  z-index: 1000;
  transition-delay: 0.2s;
  position: absolute;
  top: 200px;          /* directly below the button */
  left: -200;            /* align left edges */
 
  margin-top: 10px;
  padding: 12px;
  font-size: 7vw;    /* small gap */
  will-change: opacity;
  
  
  
 
}  





/* Show dropdown with fade-in */
.dropdown.open .dropdown-content {
  opacity: 1;
  pointer-events: auto;
}

/* Links inside the dropdown */
.dropdown-content a {


  color: black;
  font-family: "Canela", serif;
  display:block;
  padding: 18px 25px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.119);
  background:#ffffff00;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  font-size: 4vw;  
  text-align: left;
  margin: 15px;
  
}

.dropdown-content a.active {
  background-color: #9accd000;
  color: rgb(0, 0, 0);
}





/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  opacity: 1;
  pointer-events: auto;

}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('backgroundsuperformenu.jpg');
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  will-change: opacity;
}

.backdrop.active {
  opacity: 1;
  visibility: visible;
}

.dropdown.open {
    transition: opacity 0.5s ease;
  z-index: 1000;
}

a[href^="tel"] {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}










