@import url("https://use.typekit.net/vbl8sey.css");


:root { 
    --black: #222;
    --white: #FFFFFF;
    --orange: #DA7940; 
    --pink: #EFCACC; 
    --yellow: #F9E4B7; 
    --lightpink: #f7e5e6;
    --lightblue: #A7C7E7; 
    --beige: #F8F6E9;
}

/* Applies a reset for margin, padding, and box-sizing to ensure a consistent default style across different browsers. */
* {
    margin: 0;
    padding: 0; 
    box-sizing: border-box;
}

/* Sets the font family, background color, and other styles for the entire body of the website. */
body {
    font-family: "loos-normal", "roc-grotesk", "archivo-variable","freightdispcmp-pro";
    background-color: var(--white);
}

.logo {
    width: 9vw;
}

header {
    /* background-image: url(../images/bubbles.jpeg);
    background-size: cover; 
    background-position: 30% 12%;
    height: 137px;
    background-attachment: fixed; */
    background-color: var(--white);
    display: flex; 
    flex-direction: row; 
    justify-content: space-between;
    height: 137px;
    align-items: center;
    font-size: 32px;
    padding:3rem;
}

header.home-header {
    position: absolute;
    left: 0;
    top: 0; 
    width: 100%;
    z-index: 9999;
    background-color: unset;
}

/* Styles for the navigation section, including flex layout, row direction, and font size. */
nav {
    display: flex;
    flex-direction: row;
    align-items: center; 
    padding: 2px; 
    font-size: 24px;
    border-radius: 30px; 
    border: 2px #737373 solid;
    width: 14.5em;
    justify-content: center;
}

.nav .div {
    display: flex;
    align-items: center;
    padding: 0.6em;
    cursor: pointer;
    font-size: 24px;
}

nav ul li a.inuse {
    color:var(--orange);
    border-radius: 20px;
}

ul {
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    background: var(--blue);
    list-style-type: none;
    position: relative;
    color: var(--yellow);
}


ul li a {
    padding: 15px;
    color: var(--black);
    text-decoration: none;
    display: block;
    font-family: freight-display-pro, serif;
    font-weight: 700;
    font-style: normal;

}

ul ul {
    position: absolute;
    min-width: auto;
    background: var(--black);
    /* background-color: rgba(0, 0, 0, 0.4); */
    background-color: rgba(182, 182, 182, 0.4);
    display: none;
}

ul li:hover ul {
    display: block;
    z-index: 40;
}

.main-menu a:hover {
    color: var(--orange);
}

.wrappercontainer {
    display: flex;
    justify-content: center;
}

.over {
    cursor: pointer;
    width: 760px;
    height: 330px;
    margin-top: -120px;
    margin-left: -359px;
    position: absolute;
    z-index: 999;
    display: table;
    background: var(--white);
    font-weight: bold;
    -webkit-transform-origin: 50%, 50%;
    -webkit-transition: -webkit-transform 200ms;
    /* border: 2px solid var(--lightblue); */
    box-shadow: 0px 0px 4px 1px  rgba(0, 0, 0, 0.25); 
    border-radius: 25px;
    padding:15px;
  }
  
  .over h2 {
    color: var(--orange);
    line-height: 5rem; 
    margin-bottom: 0.4em;
    font-size: 5em;
    font-family: "freightdispcmp-pro";
    font-weight: 700;
    font-style: normal;
    display: flex;
    justify-content: center;
    margin-top: 0.5em;
    text-align: center;

  }
  

  .over h3 {
    margin-top: 1.8rem;
    margin-bottom: 2rem; 
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-family: 'archivo-variable';
    font-variation-settings: 'wght' 400, 'wdth' 100;
    text-align: center;
    color: var(--black);
  }
  

  .wrapper{
    display: flex; 
    justify-content: center;
    align-items: center;
    height: 68vh;
  }

  .wrapper p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .wrapper .inner {
    width: 60px;
    height: 60px;
    margin-top: -145px;
    margin-left: -180px;
    position: absolute;
    z-index: 111;
  }
  .wrapper .inner .spawn {
    display: table;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: -1;
    font-weight: bold;
    -webkit-transition: all 600ms cubic-bezier(0.6, 0, 0, 1);
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    -webkit-animation: placeholder 800ms cubic-bezier(0.6, 0, 0, 1);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /* -moz-box-shadow: 0 1px 3px #000;
    -webkit-box-shadow: 0 1px 3px #000;
    box-shadow: 0 1px 3px #000; */
  }
  
  .spawn img {
    width: 317px; 
    height:324px;
  } 
  
  /* .wrapper.animate .over {
    background: white;
    -webkit-transform: rotate(0deg);
  } */
  
  
  .wrapper.animate .inner .two {
    -webkit-transform: translate3d(200px, -250px, 0) rotate(0deg);
    -webkit-transition-delay: 100ms;
  }
  .wrapper.animate .inner .three {
    -webkit-transform: translate3d(465px, 0, 0) rotate(0deg);
    -webkit-transition-delay: 200ms;
  }
  .wrapper.animate .inner .four {
    -webkit-transform: translate3d(430px, 80px, 0) rotate(0deg);
    /* -webkit-transform: translate3d(123px, -159px, 0) rotate(0deg); */
    -webkit-transition-delay: 300ms;
  }
  .wrapper.animate .inner .five {
    -webkit-transform: translate3d(20px, 340px, 0) rotate(0deg);
    -webkit-transition-delay: 400ms;
  }
  
  .wrapper.animate .inner .six {
    -webkit-transform: translate3d(-430px, 100px, 0) rotate(10deg);
    -webkit-transition-delay: 400ms;
  }
  
  .wrapper.animate .inner .seven {
    -webkit-transform: translate3d(-465px, 0px, 0) rotate(0deg);
    -webkit-transition-delay: 400ms;
  }
  
  .wrapper.animate .inner .eight {
    -webkit-transform: translate3d(-360px, -105px, 0) rotate(0deg);
    -webkit-transition-delay: 400ms;
  }



.container-btn {
    display: flex; 
    justify-content: center;
    align-items: center;
    margin-top: 2em;
    margin-bottom:2em;
}

.button-1 {
    background-color: var(--beige);
    border: 1px solid var(--black);
    color: var(--black);
    font-size: 1.2em;
    height: 57px;
    width: 230px; 
    border-radius: 30px;
    display: inline-block; 
    text-align: center;
    cursor: pointer; 
    font-family: 'archivo-variable';
    font-variation-settings: "wdth" 100, "wght" 300;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.button-1:hover {
    background-color: var(--black);
    color: white;
    border: 1px solid var(--beige);
}


.contact1 {
    display: flex;
    justify-content: center; /* Centers the content horizontally */
    align-items: center; /* Centers the content vertically */
}
.contact2 {
    display: flex;
    gap: 10px; /* Optional: Adds space between icons */
}
.contact2 a img {
    width: 40px; /* Adjust size as needed */
    height: 40px; /* Adjust size as needed */
}





/* Adjust size of the PDF */
.pdf-container {
    width: 80%; /* Adjust as needed */
    height: 80vh; /* Adjust as needed */
}

.pdf-object {
    width: 100%;
    height: 100%;
}

/* footer  */
.footercontainer {
    width: 530px;
    height: 115px;
    margin: 0 auto; 
    position: relative; 
    display: flex; 
    justify-content: center;    
    align-items: center;
    margin-top: 13em;

}
 
.footerimage img{
    height: 53px;
} 


.title {
    /* width: 197px;  */
    margin-right: 30px;
    height: 50px; 
    /* white-space: nowrap;  */
}

.contact {
    /* white-space: nowrap;  */
    height: 53px;
}

.title h4  {
    font-size: 0.93em;
    font-family: 'loos-normal';
    margin-bottom: 0.7em;
}

.title p {
    font-size: 12px;
    font-family: "roc-grotesk";
}

.contact h4 {
    font-size: 0.93em;
    font-family: 'loos-normal';
    margin-bottom: 0.5em;
}

.contact img {
    height: 22px;
    margin-right: 7px;
}

a {
    text-decoration: none; /* Removes underline from all anchor elements */
}

@media only screen and (min-width: 769px) {
    #hamburger {
        display: none; /* Use !important to ensure this style takes precedence */
    }
}

/* Media query for responsive design, adjusting styles for screens with a maximum width of 768 pixels. */
@media only screen and (max-width: 768px) {
    
    .main-menu {
    display: none;
    margin: 0px;
    padding: 0px;
    background: var(--pink);
    right: 0;
    list-style-type: none;
    position: absolute;
    flex-direction: column;
    z-index: 99999;
    width: 50%;
    top: 90px;
    }

    
    #hamburger {
        display: block;
        }
    

    #hamburger .bar {
        background-color: var(--orange); /* Set the color of the bars to pink */
        width: 30px; /* Adjust width of the bars */
        height: 3px; /* Adjust height of the bars */
        display: block;
        margin: 6px auto; /* Adjust spacing between bars */
        transition: background-color 0.3s ease; /* Add transition effect */
    }
    
    .menu a:hover {
        color: var(--terracotta); 
    }
    
    .menu a {
        transition: color 0.3s ease;
    }
    
    #hamburger:hover {
        background-color: var(--terracotta); 
    }
    
    #hamburger {
        transition: background-color 0.3s ease;
    }
    
    nav {
        border: none; /* Removes the border on small screens */
        width: auto;
    }


    .wrapper-container {
        margin-bottom: 10em;
    }

    .over {
        width:350px;
        height:auto; 
        margin-top:-200px; 
        margin-left: -170px;
    }



    .footercontainer {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-top: 5em; /* Adjust margin-top as needed */
    }
}
    
    