@font-face{
    font-family: 'Oswald';
    src: url('/static/fonts/Oswald-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    src: url('/static/fonts/Raleway-VariableFont_wght.ttf');
}

@font-face{
    font-family: 'Lato';
    src: url('/static/fonts/Lato-Regular.ttf')
}

@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/Poppins-Medium.ttf');
}

@font-face{
    font-family:'Nunito';
    src: url('/static/fonts/Nunito-VariableFont_wght.ttf');
    font-weight:bold;
}

.video {
    background-color: rgb(30,30,30);
    color: black;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-out, opacity 0.3s ease;
    opacity: 1;
    z-index:3;
}

.video-container {
    position:fixed;
    align-self:center;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index:0;
    opacity:1;
    white-space: nowrap;
    overflow:hidden;
}

.overlay-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:rgb(240, 240, 240);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    z-index:1;
    overflow:hidden;
    max-width: 90%;
    text-align:center;
    padding:10px;
}

.overlay-text h2{
    font-size:40px;
    margin:0;
}

.overlay-text h1{
    font-size:100px;
    margin:0;
}

.image-container{
    position: relative;
    width: 100vw;
    height: 800px;
    overflow: hidden;
    transition: 0.45 ease-in-out;
    z-index:4;
    margin-bottom:0;
}
  
.image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.image-container:hover img{
    filter:brightness(40%)
}

.overlay-text h3{
    font-size:25px;
    opacity:0;
    color:rgb(240,240,240);
    transition: opacity 0.3s ease-in-out;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform:uppercase;
}

.image-container:hover h3{
    opacity:1;
}

#contact{
    position:relative;
    background-color:rgb(45,45,45);
    margin:0;
    width:100vw;
    padding-top:15rem;
    padding-bottom:13rem;
    text-align:center;
    overflow:hidden;
}

.contact-title{
    color:rgb(240, 240, 240);
}

.contact-title h1{
    color:greenyellow;
    font-size:170px;
    margin:0;
    font-family:'Oswald',sans-serif;
}

.contact-title h2{
    margin-top:0;
    font-size:22px;
    font-family: 'Raleway', sans-serif;
    transform:translateY(-20px);
}

.contact-grid{
    width:90vw;
    padding-top:5rem;
    display:grid;
    align-self:center;
    grid-template-columns: repeat(auto-fit, 270px);
    margin: 0 auto;
    justify-content: center;
    column-gap:50px;
    row-gap:30px;
    transform: translateX(45px);
}

.contact-green-circle{
    background-color:greenyellow;
    width:30px;
    height:30px;
    border-radius: 50px;
    position:absolute;
    transform:translate(-45px, 8.5px);
}

.contact-container{
    width:270px;
    height:auto;
    max-height:150px;
    color:rgb(240, 240, 240);
    text-align:left;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.contact-container h1{
    font-size:30px;
    margin-bottom:30px;
    margin-top:0;
}

.contact-container h2{
    margin-bottom:0;
    margin-top:0;
    font-size:20px;
}

#explainer{
    position:relative;
    background-color:rgb(240,240,240);
    color:rgb(30,30,30);
    text-align:center;
    margin-top:0;
    display:flex;
    flex-direction:column;
    text-align:center;
    width:100vw;
}

#explainer h1{
    font-size:35px;
    padding-top:60px;
    padding-bottom:40px;
}

.explainer-grid{
    margin:100px;
    margin-right:20px;
    margin-left: 170px;
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(auto-fit, 600px);
    text-overflow:auto;
    justify-content: center;
}

.explainer-tagline{
    display:flex;
    flex-direction:column;
    text-align:left;
    width:600px;
}

.explainer-tagline h1{
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin:0;
    font-size:70px;
    transform:translateY(-17vh);
}

.instructions{
    width:600px;
}

.instructions-row{
    width:500px;
    height:150px;
    align-items:left;
    display:flex;
    flex-direction: row;
}

.step-num{
    height:130px;
    width:130px;
    border-radius:100px;
    background-color:greenyellow;
    text-align:center;
    position:relative;
    color:rgb(30,30,30);
}

.step-num p{
    font-size: 70px;
    transform:translate(-1%,-53%);
}

.step-body{
    vertical-align:middle;
    padding-top:2px;
    padding-left:25px;
    width:350px;
    text-align:left;
    height:150px;
}

.step-body p{
    font-size:23px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight:bold;
}

.arrow-transform{
    transform:translateY(-50%);
}

.arrow {
    border: solid rgb(30,30,30);
    border-width: 0 7px 7px 0;
    border-radius: 4px;
    display: inline-block;
    padding: 7px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#guide{
    display:flex;
    flex-direction: column;
    justify-content: center;
    width:100vw;
    background-color:rgb(250,250,250);
    overflow:hidden;
    align-items:center;
    padding-bottom:5vh;
}

.options{
    padding-top:50px;
    text-align:center;
    width: 670px;
    margin:auto;
    justify-content:center;
}

.options h1{
    font-size:125px;
}

.options p{
    margin-top:50px;
    font-size:20px;
    text-align:left;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.slideshow-container {
    position: relative;
    width: 85%;
    margin: auto;
    overflow: hidden;
    margin-top:5vh;
    margin-bottom:5vh;
}

.slides{
    display:none;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    background-color: greenyellow;
    color: rgb(30,30,30);
    border: none;
    cursor: pointer;
    padding: 20px;
    z-index: 4;
    border-radius:60px;
    transition: 0.35 ease-in-out;
}

.next {
    transform:translate(0%, -50%);
    right: 0;
}

.prev:hover, .next:hover{
    color:rgb(30,30,30);
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

.slideshow-track-container{
    overflow: hidden;
    width: 100%;
}

.slideshow-track{
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slideshow-slide{
    min-width: 100%;
    transition: opacity 0.5s ease-in-out;
    list-style-type: none;
    margin-left:3%;
}

.guide-grid{
    display:grid;
    width:100vw;
    grid-template-columns: repeat(auto-fit, 600px);
}

.guide-item{
    position:relative;
    width: 500px;
    height: 500px;
    text-align: center;
    margin-bottom:0;
    text-align:left;
    margin-top:5vh;
    margin-bottom:5vh;
}

.guide-item h1{
    font-size:80px;
}

.guide-item h2{
    font-size:30px;
}

.guide-item p{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:18px;
}

.guide-item-image{
    display: block;
    transition: transform .4s, filter .4s;
    width:100%;
    height:100%;
    object-fit: cover;
    z-index: 1;
    border:inherit;
}

.go-to-form-button{
    background-color:transparent;
    display:flex;
    color: rgb(30, 30, 30);
    border: solid 3px rgb(30, 30, 30);
    border-radius: 50px;
    padding:5px;
    text-align:center;
    justify-content: center;
    width: 125px;
    height: 35px;
    text-shadow: none;
    transition: 0.3s all ease-in-out;
}

.go-to-form-button p{
    font-size: 20px;
    color: rgb(30, 30, 30);
    margin:auto;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.blob-border-1{
    border-radius: 71% 29% 61% 39% / 20% 58% 42% 80%; 
}

.blob-border-2{
    border-radius: 58% 42% 33% 67% / 46% 43% 57% 54%; 
}

#inquiry-form{
    padding-top:10vh;
    background-color:rgb(240,240,240);
    display:flex;
    justify-content: center;
    align-items: center;
    position:relative;
    transition: 0.3s all ease-in-out;
}

.inquiry-container{
    margin-left:auto;
    color:rgb(15,15,15);
    width:auto;
    max-width:550px;
    padding: 0 50px;
}

.inquiry-container h1{
    font-size: 80px;
    margin-top:0;
    transform:translateY(-10%);
    line-height:80px;
    font-family:'Oswald', sans-serif
}

.inquiry-container h3{
    font-size: 25px;
    margin-top:0;
    font-family:'Raleway', sans-serif;
}

.label-format{
    font-size:20px;
    color:rgb(15,15,15);
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}

.field-format{
    margin-top: 5px;
    padding-top:3px;
    border: none;
    width: 100%;
    max-width: 550px;
    border-bottom: solid 1px rgb(15,15,15);
    background: rgb(240,240,240);
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    padding-bottom: 2px;
    outline: none;
    color: rgb(15,15,15);
    padding-left:5px;
}

.image-form {
    margin-top:7px;
    width: 100%;
    max-width: 220px;
    padding: 25px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    transition: all 0.2s ease-in-out;
    box-shadow: 2px 2px 5px rgba(15,15,15, 0.5), inset -2px -2px 3px rgba(15,15,15, 0.05);
}

.image-form:hover {
    box-shadow: 2px 2px 8px rgba(15,15,15, 0.5), inset -2px -2px 3px rgba(15,15,15, 0.2);
}

.send-button{
    margin-top:20px;
    border:none;
    border-radius: 30px;
    font-size:35px;
    font-family: 'Poppins', sans-serif;
    color:rgb(15, 15, 15);
    background-color:greenyellow;
    height:70px;
    width:180px;
    margin-left:auto;
    display:block;
    cursor:pointer;
    transition: 0.2s ease-in-out;
}

.send-button:hover{
    filter:brightness(50%);
}

.category-divider {
    font-weight: bold;
    color: #555;
    background-color: #f0f0f0;
}

select{
    font-size:18px;
}

select option:disabled {
    color: #000;
    font-weight: bold;
    background-color: #e0e0e0;
}

.file-input-wrapper input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file-name {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #555;
}

.add-file-btn, .remove-file-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-left:5px;
}

.add-file-btn {
    background-color: greenyellow;
    color: rgb(15, 15, 15);
}

.remove-file-btn {
    background-color: #ff6b6b;
    color: white;
}

.add-file-btn:hover, .remove-file-btn:hover {
    transform: scale(1.1);
}

#preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.file-preview {
    width: 100px;
    height: 120px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.file-preview img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.file-preview span {
    padding: 5px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f0f0f0;
}

.file-preview.document {
    align-items: center;
    justify-content: center;
}

.document-icon {
    font-size: 30px;
    margin-bottom: 5px;
}

#certification{
    width:100vw;
    background-color:rgb(240,240,240);
    color:rgb(30,30,30);
    position:relative;
    text-align:center;
    justify-items:center;
    overflow:hidden;
    padding-top:10vh;
    padding-bottom:5vh;
}

.certification-header{
    margin:auto;
    width:auto;
    max-width:100vw;
    font-size:50px;
    font-family: 'Oswald', sans-serif;
    font-weight:bolder;
    line-height:100px;
}

.certification-body{
    margin:auto;
    width:auto;
    max-width:800px;
    padding: 0 50px;
    font-size:18px;
    font-family: 'Lato', sans-serif;
}

.logo-grid{
    max-width:500px;
    width:100%;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, 200px);
    justify-content: center;
    text-align:center;
    align-items: center;
    place-items:center;
    grid-template-rows:auto;
    padding-top:30px;
    padding-bottom:80px;
}

.logo-container{
    align-self:center;
    height:200px;
    width:200px;
}

@media (max-width:700px) and (min-width:501px) {
    .certification-header{
        font-size:35px;
        line-height:65px;
    }
    
    .certification-body{
        font-size:16px;
    }
    
    .logo-grid{
        grid-template-columns: repeat(2, 150px);
    }
    
    .logo-container{
        height:150px;
        width:150px;
    }
}

@media (max-width:500px) {
    .certification-header{
        font-size:25px;
        line-height:50px;
    }
    
    .certification-body{
        font-size:14px;
        padding:0 25px;
    }
    
    .logo-grid{
        grid-template-columns: repeat(2, 120px);
    }
    
    .logo-container{
        height:120px;
        width:120px;
    }
    
    #certification{
        padding-top:4rem;
        padding-bottom:1rem;
    }
}


#faq{
    padding-top:3vh;
    padding-bottom: 10vh;
    margin-bottom:0;
    background-color:rgb(220, 220, 220);
    color:rgb(30, 30, 30);
    text-align:center;
    width:100vw;
    display:flex;
    flex-direction:column;
}

.faq-border{
    width:80vw;
    border-bottom:1px rgb(30, 30, 30) solid;
    margin-right: 10vw;
    margin-left:10vw;
}

.faq-accordion{
    padding-top:10px;
    padding-bottom:15px;
    display:flex;
    width:80vw;
    height:100%;
    justify-content:space-between;
    column-gap:0vw;
    color:rgb(30, 30, 30);
}

.faq-container{
    padding-bottom:0;
    padding-left:3vw;
    margin-bottom:0;
    margin-top:10px;
    height:100%;
    width:100%;
    line-height:50px;
    font-size:24px;
    text-align:left;
}

.flip-button {
    background-color:transparent;
    border:none;
    width:10%;
}

.flip-button:hover{
    cursor:pointer;
}

.arrow-image{
    transition: transform 0.2s ease-in-out;
    height:15px;
    margin-top:18px;
    transform: rotate(0deg);
}

.arrow-image.flipped{
    transform: rotate(180deg);
}

.content-show {
	max-height: 500px;
	font-size: 18px;
    padding-bottom:5px;
    padding-top:0;
    transform:translateY(-2vh);
}

.content-hide {
    padding:0;
    margin:0;
	max-height: 0px;
	font-size: 0px;
}

.content-container{
    display:flex;
    font-size:18px;
    width:70vw;
    transition: 0.5s linear;
    text-align:left;
    padding-left:20px;
    overflow: hidden;
    box-sizing: border-box;
    margin-left:3vw;
    margin-top:0;
    padding-top:0;
    transform:translateY(-2vh);
}

.content-container p{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@media (max-width:1370px) and (min-width:1011px) {
    .contact-grid{
        padding-top:10px;
        transform:translateX(70px);
        grid-template-columns: repeat(2, 270px);
    }
    
    .contact-container h1{
        margin-bottom:12px;
    }
}

@media (max-width:1010px) and (min-width:851px) {
    .contact-grid{
        padding-top:0;
        transform:translateX(70px);
    }
    
    .contact-container h1{
        margin-bottom:12px;
    }
}

@media (max-width:850px) and (min-width:661px) {
    .contact-grid{
        padding-top:10px;
        transform:translateX(70px);
    }
    
    .contact-title h1{
        font-size: 130px;
    }
    
    .contact-container h1{
        margin-bottom:12px;
    }
}

@media (max-width:660px) {
    #contact{
        padding-top:10rem;
    }
    
    .contact-grid{
        padding-top:10px;
    }
    
    .contact-green-circle{
        transform:translate(-45px, 8.5px);
    }
    
    .contact-title{
        text-align:left;
        margin-left:40px;
        
    }
    
    .contact-title h1{
        font-size: 120px;
        line-height:120px;
        margin-bottom:30px;
    }
    
    .contact-title h2{
        font-size:20px;
        margin-left:8px;
        padding-right:10px;
    }
    
    .contact-container h1{
        margin-bottom:12px;
    }
    
    .inquiry-container h1{
        font-size:72px;
        line-height:72px;
        transform:translate(-2px, -10%);
    }
    
    .inquiry-container h3{
        font-size:18px;
    }
}