     *{
        margin:0;
        padding:0;
    }

    *,
*::before,
*::after {
    box-sizing: inherit;
}

    html{
        scroll-behavior: smooth;
        box-sizing: border-box;
    }

    body{
        margin: 0;
        background: #ffffff;
    }

    img{
    display: block;
    max-width: 100%;
    margin: auto;
    }

    .header{
        width:100%;
        height:80px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        position: fixed;
        margin: auto;
        z-index: 1111;
        background-color: #ffffff;
    }

    .dash{
        width: max-content;
        height:100%;
        text-align: center;
        font-size: xx-large;
        padding-top: 20px;
        box-sizing: border-box;
        margin-left: 10px;
    }

    @media screen and (min-width:500px){
        .zolt2{
            font-size: 50px;
        }
    }

    @media screen and (max-width:500px){
        .zolt2{
            font-size: 40px;
        }
    }

    @media screen and (max-width:380px){
        .zolt2{
            font-size: 32.5px;
        }
        
        .footer{
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        }
    }

    @media screen and (max-width:290px){
        .zolt2{
            font-size: 23px;
        }

        .zolt{
            font-weight: 300;
        }

    }

    @media screen and (max-width:600px){
        .hold{
            font-size: small;
        }
    }

    @media screen and (max-width:416px){
        .header{
            height: 100px;
        }

        .zolt{
            font-size: small;
        }
        
        .dash{
            font-size: x-large;
        }
    }

    @media screen and (max-width:416px){

        .dash{
            text-align: center;
            width: 100%;
            padding-top: 18px;
        }

        .caze, .laze, .blaze{
            text-align: center;
            font-size: small;
        }
        .dash{
            font-size: larger;
        }

        .hold{
            font-size: x-small;
        }
    }

    @media screen and (max-width:320px){
        .dash{
            font-size: large;
        }

        .hold{
            font-size: x-small;
        }
    }

    @media screen and (max-width:255px){
        .hold{
            font-size: xx-small;
        }
    }

    .hold{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    @media screen and (min-width: 417px){
    .laze{
        text-align: center;
        padding-top: 30px;
    }

    .blaze{
        text-align: center;
        padding-top: 30px;
    }

    .caze{
        text-align: center;
        padding-top: 30px;
    }
    }

    .backimage{
        width:100%;
        height: 550px;
        padding-top: 200px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        color: #ffffff;
    }

    .zolt{
        width: auto;
        text-align: center;
    }

    .zolt2{
        width: auto;
        text-align: center;
    }

    .zolt3{
        width: auto;
        font-size: initial;
        text-align: center;
    }

    @media screen and (min-width:297px){
        .zolt3{
            font-size: large;
        }
    }

    .just{
        text-align: center;
        margin-top: 50px;
    }

    .radical{
        margin: auto;
        height: 35px;
        width: 100px;
        color:#ffffff;
        background-color: #000000;
        border: none;
        transition: 1s;
        cursor: pointer;
    }

    .radical:hover{
        color: #000000;
        background-color: #ffffff;
    }

    a{
        text-decoration: none;
        color: #ffffff;
    }

    a:hover{
        color: #000000;
    }

    
.about{
    display: flex;
    flex-direction: column;
    color: #000000;
    padding: 0;
}

.aside{
    padding: 3em 1em 1.5em;
}

.side{
    padding: 1.5em 1em 3em;
}

    @media only screen and (min-width: 750px) {

    .about{
        flex-direction: row;
    }

    .aside, .side{
        flex: 0 1 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 4em 2em;
    }

    .aside{
        text-align: right;
    }

    .aside > * {
        max-width: 27rem;
        margin-left: auto;
    }

    .side{
        text-align: left;
    }

    .side > * {
        max-width: 27rem;
        margin-right: auto;
    }

    .wrap{
        flex-direction: row;
        max-width: 1200px;
        padding: 0 1em;
    }

    .fond{
        margin: 0;
        padding: 1em;
        flex: 0 1 33%;
    }
}

    .aside img{
        height: fit-content;
        width: fit-content;
        margin: auto;
    }

    .side{
        padding: 10px;
        align-content: center;
    }

    .who{
        width: max-content;
        border-bottom: 5px solid #000000;
    }

    h2{
        font-size: 40px;
        text-transform: capitalize;
    }

    .red{
        height: 40px;
        width: 100px;
        background-color: #000000;
        color: #ffffff;
        border: none;
        transition: 1s;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .red:hover{
        background-color: #ffffff;
        color: #000000;
        border: none;
    }
    
    .served{
        width:100%;
    }

    .line{
        width:40px;
        border-bottom: 1px solid #000000;
        position: relative;
        top:70px;
        margin: auto;
        margin-left: 70px;
    }

    .rose{
       margin-top: 80px;
       margin-left: 70px;

    }

    .rod{
        margin-left: 70px;
    }

    @media screen and (max-width:800px){
        .line, .rose, .rod{
            margin-left: 30px;
        }
    }

    @media screen and (max-width:400px){
        .line, .rose, .rod{
            margin-left: 20px;
        }
    }

    @media screen and (max-width:300px){
        .line, .rose, .rod{
            margin-left: 10px;
        }
    }

    .wrap{
    width: 90%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin: auto;
    margin-bottom: 50px;
    }

    .fond{
        border: 3px solid #000000;
        height: 350px;
    }

    .rope{
        text-align: center;
        padding-top: 20px;
    }

    .rape{
        text-align: center;
    }

    
    .cape{
        text-align: center;
        font-size: x-large;
    }

    .cope{
        text-align: center;
        padding-top: 20px;
    }

    .cupe{
        text-align: center;
    }

    .bibi{
        text-align: center;

    }

    .didi{
        text-align: center;
    }

    .line2{
        border-bottom: 1px solid #000000;
        width:80%;
        margin: auto;
        margin-top: 20px;
    }

    .line3{
        border-bottom: 1px solid #000000;
        width:80%;
        margin: auto;
        margin-top: 50px;
    }

    .me{
        text-align: center;
        padding-top: 10px;
    }

    .rack{
        width: 60%;
        height: 40px;
        text-align: center;
        color: #ffffff;
        background-color: #000000;
        border: none;
    }

    .just2{
        width: auto;
        text-align: center;
        margin-top: 30px;

    }

    .rock{
        width: 60%;
        height: 40px;
        text-align: center;
        color: #ffffff;
        background-color: #000000;
        border: none;
    }

    .rail{
        background-color: #000000;
        color:#ffffff;
        width: 150px;
        height:35px;
        border: none;
        margin-top: 50px;
        margin-bottom: 50px;
        transition: 1s;
        cursor: pointer;
    }

    .rail:hover{
        background-color: #ffffff;
        color:#000000;
    }

    .footer{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin: auto;
    margin-bottom: 50px;
    }

    .foot1{
        height:100%;
        padding: 50px 25px 0 25px;
        box-sizing: border-box;
    }

    .foot2{
        padding: 25px 25px 0 25px;
        height: 100%;
    }

    @media screen and (max-width:260px){
        .foot2{
            width: 95%;
        }
    }

    @media screen and (max-width:456px){
        .gad{
            padding-top: 20px;
        }
    
        .lad{
            padding-top: 20px;
        }
    
        .lod{
            padding-top: 50px;
        }
        
        .foot1{
            padding: 20px;
            box-sizing: border-box;
        }
        
        .foot2{
            box-sizing: border-box;
        }
    }

    .roll{
        width: 70px;
        height: 30px;
        margin-top:20px;
        margin-bottom:20px;
        color: #ffffff;
        background-color: #000000;
        border: none;
        justify-self: end;
        align-self: end;
        transition: 1s;
    }

    .roll:hover{
        background-color: #ffffff;
        color:#000000;
    }

    @media screen and (min-width:456px){
    .gad{
        padding-top: 40px;
    }

    .lad{
        padding-top: 40px;
    }

    .lod{
        padding-top: 100px;
    }
    }

    .foot2 form input{
        outline: none;
        width: 100%;
    }

    .foot2 form textarea{
        outline: none;
        width: 100%;
    }

    input, textarea{
        outline: none;
    }
