@font-face {
    font-family: Monsseratt;
    src: url(Font/Montserrat/Montserrat-VariableFont_wght.ttf);
}

*{
    font-family: Monsseratt;
    color: #1C2445;
    background-color: #F6F5F2;
    margin: 0px;
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fullpage-wrapper{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    height: 100%;
}

.terms_container{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.6px);
    -webkit-backdrop-filter: blur(5.6px);
    border: 1px solid rgba(255, 255, 255, 0.31);
    border-radius: 30px;
    width: 70vw;
}

.terms_container p{
    background-color: transparent;
}

.terms_container span{
    background-color: transparent;
    font-size: 40px;
}

#section1{
    display: flex;
    flex-direction: column;
    background: 
        linear-gradient(to bottom, rgba(136, 135, 135, 0.4), #F6F5F2),
        url("images/pexels-arantxa-treva-351075-959323.jpg") no-repeat center center / cover;
    align-items: center
}

#section1_t{
    display: flex;
    flex-direction: column;
    background: 
        linear-gradient(to bottom, rgba(136, 135, 135, 0.4), #F6F5F2),
        url("images/pexels-jeshoots-238118.jpg") no-repeat center center / cover;
    align-items: center;
}

.ho{
    color: #4C88FF;
    background-color: transparent;
}

.ho-2{
    color: #4C88FF;
    background-color: transparent;
    font-weight: bold;
}

.headbar{
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.headbar_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.6px);
    -webkit-backdrop-filter: blur(5.6px);
    border: 1px solid rgba(255, 255, 255, 0.31);
    border-radius: 30px;
}

a{
    text-decoration: none;
    background-color: transparent;
}

#head_element{
    margin: 20px;
    background-color: transparent;
    transition: all .3s ease-in-out;
}

#head_element:hover{
    opacity: 0.8;
    transform: scale(1.05);
}

.first_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    margin: 5px;
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    width: fit-content;
    height: fit-content;
}

.first_text{
    text-align: center;
    background-color: transparent;
}

.first_text h1{
    font-size: 90px;
    background-color: transparent;
}

.first_text p{
    background-color: transparent;
}

.button_section{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.button_section button{
    border: none;
    background-color: transparent;
    font-size: 15px;
}

.contact_button{
    margin: 10px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.6px);
    -webkit-backdrop-filter: blur(5.6px);
    border: 1px solid rgba(255, 255, 255, 0.31);
    border-radius: 30px;
    transition: all .3s ease-in-out;
}

.contact_button:hover{
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 1);
}

button{
    border: none;
    background-color: transparent;
}

#section1{
    height: 65vw;
}

.second_section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    background: transparent; 
    flex-direction: column;
}

.second_section h1{
    font-size: 25px;
    text-align: center;
}

.slides {
    display: flex;
    gap: 40px;
}

.slide {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.slide svg {
    width: 100%;
    height: 100%;
}

.third_section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.third_section h1{
    font-size: 40px;
    background-color: transparent;
}

.service-tiles {
    display: flex;
    gap: 2rem;
    margin: 30px;
    justify-content: center;
    background-color: transparent;
    flex-direction: column;
}

.tile-container{
    display: flex;
    gap: 20px;
}

.service-tile {
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    padding: 20px;
    width: 30vw;
    height: 30vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    transition: all .2s ease-in-out;
}

.service-tile:hover{
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 1);
}

.service_info{
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.service-tile img {
    height: 170px;
    width: 150px;
    object-fit: contain;
    margin-bottom: 20px;
    background-color: transparent;
}

.service-tile h1 {
    font-size: 2rem;
    margin: 10px 0 0 0;
    min-height: 3rem; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-tile p{
    background-color: transparent;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: transparent;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeInOverlay 0.3s ease forwards;
}

.popup-content {
    background: #111;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    color: white;
    z-index: 10000;
    justify-content: center;
    align-items: center;
    animation: slideInPopup 0.4s ease forwards;
}

.popup-content h2{
    background-color: transparent;
}

.popup-content form{
    background-color: transparent;
}


.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 36px;
    cursor: pointer;
    background-color: transparent;
}

.popup-content button[type="submit"] {
    margin-top: 10px;
}

.styled-contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: white;
}

.styled-contact-form p{
    background-color: transparent;
}

.styled-contact-form label, strong{
    background-color: transparent;
}

form{
    justify-content: center;
    align-items: center;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background-color: transparent;
}

.styled-contact-form input, select, textarea{
    flex: 1;
    min-width: 200px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    font-size: 14px;
    box-sizing: border-box;
}


.styled-contact-form select {
    appearance: none;
}

.styled-contact-form textarea {
    resize: vertical;
    min-height: 120px;
    width: 100%;
}

.styled-contact-form p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    color: #000000;
}

.styled-contact-form label {
    margin-top: 10px;
}

.styled-contact-form button {
    width: 120px;
    align-self: flex-start;
}

.fade-reset {
    animation: fadeInOverlay 0.3s ease forwards;
}

.fourth_section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about_us_header{
    font-size: 36px;
    background-color: transparent;
    text-align: center;
}

.about_us{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    width: 80vw;
    gap: 50px;
    height: 100%;
    transition: all .2s ease-in-out;
}

.about_us:hover{
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 1);
}

.about_us img{
    width: 300px;
}

.contact_button2{
    display: flex;
    align-items: center;
    justify-content: center;
}

#button_1{
    display: flex;
    margin: 10px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.6px);
    -webkit-backdrop-filter: blur(5.6px);
    border: 1px solid rgba(255, 255, 255, 0.31);
    border-radius: 30px;
    transition: all .3s ease-in-out;
    width: 120px;
    justify-content: center;
    align-items: center;
    color: white;
}


#button_1:hover{
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    color: #1C2445;
}


footer {
    height: auto;
    padding: 15px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    background-color: #1a1a1a;
}

footer p{
    background-color: transparent;
    color: white;
}

.info-footer{
    background-color: transparent;
}

.link-footer{
    display: flex;
    gap: 10px;
    flex-direction: column;
    background-color: transparent;
}

.link-footer a{
    text-align: center;
    color: rgb(90, 90, 90);
    transition: all .2s ease-in-out;
}

.link-footer a:hover{
    color: white;
}

.checkout-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px;
}

.checkout-wrapper div, label, input{
    background-color: transparent;
}

.checkout-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    background: rgba(71, 71, 71, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    width: 80vw;
    gap: 30px;
}

.checkout-box h1{
    background-color: transparent;
    text-align: center;
}

#order-form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    background-color: transparent;
}

.form-section{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.form-section input, select{
    flex: 1;
    width: 25vw;
    padding: 14px;
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    font-size: 14px;
    box-sizing: border-box;
}

.checkout-btn{
    width: 10vw;
    padding: 14px;
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 30px;
}

input[type="checkbox"] {
    background: transparent;
    border: none;
    box-shadow: none;
}

.checkout-container {
    max-width: 500px;
    margin: 50px auto;
    padding: 14px;
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 30px;
}

.checkout-container h2 {
    margin-bottom: 20px;
    text-align: center;
}

.order-summary {
    padding: 15px;
    background-color: rgba(0,0,0,0.05);
    border-radius: 15px;
    margin-bottom: 25px;
}

#card-element {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 12px;
    background-color: white;
}

#submit-button {
    margin-top: 20px;
    padding: 12px 24px;
    border-radius: 30px;
    background-color: #4C88FF;
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

#submit-button:hover{
    opacity: 0.8;
} 


@keyframes fadeInOverlay {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideInPopup {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 768px) {
    .third_section h1{
        text-align: center;
    }

    .first_content{
        padding: 10px;
    }

    #section1{
        height: 150vw;
    }

    .first_text h1 {
        font-size: 30px;
    }

    .headbar_wrapper {
        flex-direction: column;
    }

    .tile-container {
        flex-direction: column;
        align-items: center;
    }

    .service-tile {
        width: 80vw;
        height: auto;
    }

    .about_us {
        flex-direction: column;
        width: 80vw;
        padding: 20px;
        gap: 20px;
        text-align: center;
    }

    .about_us img {
        width: 200px;
    }

    .terms_container {
        width: 90vw;
        padding: 15px;
    }

    .styled-contact-form input,
    .styled-contact-form textarea,
    .styled-contact-form select {
        width: 70vw;
        min-width: auto;
    }

   .popup-content {
        margin-top: 10px;
        position: relative; 
        width: 90vw;
        max-width: 400px;
        height: auto;
        max-height: 80vh;
        overflow-y: auto;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start; 
        align-items: center;
    }
    
    .popup-overlay {
        justify-content: center;
        align-items: flex-start;
        overflow-y: auto;
        height: 210vw;
    }
    
    .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        z-index: 10001;
    }
    

    .form-row {
        flex-direction: column;
    }

    .slides {
        flex-wrap: wrap;
        justify-content: center;
    }

    .slide {
        width: 35px;
    }

    .info-footer{
        text-align: center;
    }

    .terms_container span{
        font-size: 32px;
    }

    .terms_container{
        padding: 10px;
    }
}







