﻿* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(/images/bgsvg2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


.CustomPizzaFontH1 {
    font-family: "Franklin Gothic Medium";
    color: #ffffff;
    font-size: 70px;
    font-weight: lighter;
    letter-spacing: -5px;
    padding: 50px 0px 0px 0px;
    z-index: 999;
    position: absolute;
}

.CustomPizzaFontp {
    color: #ffffff;
    font-size: 24px;
    font-weight: 100;
    z-index: 999;
}


.first-section {
    width: 100%;
    height: 140vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}

    .first-section .images-wrapper {
        position: absolute;
    }

.ingredient-images {
    position: absolute;
    width: 400px;
    left: calc(50%-400px);
    height: 530px;
    top: 420px;
}

.section_1_01 {
    position: absolute;
    top: 20px;
    right: -150px;
}

.section_1_02 {
    position: absolute;
    top: 90px;
    right: -20px;
}

.section_1_03 {
    position: absolute;
    top: 110px;
    right: -150px;
}

.section_1_04 {
    position: absolute;
    top: 210px;
    right: -30px;
}

.section_1_05 {
    position: absolute;
    top: 235px;
    right: 0px;
}

.section_1_06 {
    position: absolute;
    top: 180px;
    right: 60px;
}

.section_1_07 {
    position: absolute;
    top: 260px;
    right: -140px;
}

.section_1_08 {
    position: absolute;
    top: 330px;
    right: -40px;
}

.section_1_09 {
    position: absolute;
    top: 380px;
    right: -140px;
}

.second-section {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}

    .second-section .images-wrapper {
        position: absolute;
        display: flex;
        padding: 200px 0;
        top: 20%;
        overflow: hidden;
    }

.image-container {
    overflow: hidden;
    height: 100%;
}
.form-group {
    width: 500px;
    height: auto;
}

.third-section {
    width: 100%;
    height: 150vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}

    .third-section .images-wrapper {
        margin-top: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .third-section .images-wrapper img {
            position: absolute;
        }

.forth-section {
    width: 100%;
    height: 140vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}

    .forth-section .images-wrapper {
        margin-top: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .forth-section .images-wrapper img {
            position: absolute;
        }


.checkbox {
    display: none;
}

.checkbox-wrapper {
    display: inline-flex;
    align-items:center;
    margin-right: 10px;
}

.checkmark {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #ddd;
    border-radius: 10px;
    position: relative;
    transition: background-color 0.4s;
    overflow: hidden;
    cursor: pointer;
    margin-top:10px;
    margin-bottom:10px;
}

.checkbox:checked + .checkmark {
    background-color: #08bb68;
}

.checkmark::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 20\px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(40deg) scale(10);
    opacity: 0;
    transition: all 0.4s;
}

.checkbox:checked + .checkmark::after {
    opacity: 1;
    transform: translate(-50%, -50%) rotateZ(40deg) scale(1);
}

.checkbox-text {
    font-size:1.3em;
    margin-left: 5px;
    font-weight: bold;
    color: #fff;
}


button {
    padding: 1.3em 3em;
    font-size: 25px !important;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: yellow;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    display: block !important;
    margin: 0 auto !important;
}

    button:hover {
        background-color: #23c483;
        box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
        color: #fff;
        transform: translateY(-7px);
    }


select {
    width: 25%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #fff;
    box-sizing: border-box; /* Added box-sizing property */
}


.CustomVid {
    width: 700px;
    height: auto;
    margin-top: 4%;
    margin-bottom: 4%;
    border-radius: 30px;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.title {
    font-size: 24px;
    margin-bottom: 20px;
    color: white;
}

.column {
    display: flex;
    flex-direction: column;
    margin: 0 30px; /* Adjust the margin as needed */
}

.checkbox-container {
    display: flex;
    justify-content: center;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.checkbox-text {
    margin-left: 10px;
}


@media (max-width: 600px) {
    /* Hide the sections except the form */
    .second-section,
    .first-section,
    .third-section,
    .forth-section {
        display: none;
    }

    .container {
        max-width: 100%;
        padding: 0 10px;
    }
    .scrollmagic-pin-spacer {
        display: none;
    }

    /* Center the form elements */
    .form-group {
        text-align: justify-all;
        max-width: 100%;
    }

    /* Adjust the checkbox layout */
    .checkbox-wrapper {
        display: block;
        margin-left:0;
    }

    /* Adjust the select layout */
    #cheese-select {
        width: 50%;
        margin-bottom: 10px;
        
    }

    form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .CustomVid {
        width: 360px;
        height: auto;
        
    }
    button {
        font-size: 18px !important;
        padding: 0.4em 1.5em;
        margin-bottom: -30px;
    }

    .checkmark {
        width: 30px;
        height: 30px;
    }

    .checkbox-text {
        font-size: 1.2em;
    }

    .checkbox-wrapper {
        display: flex;
        align-items: center;
    }
    .CustomLabel {
        margin-left: 120px;
    }

}