  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    background-color: #efe4ce;
}

.bg {
    height: 65vh;
    width: 100%;
    background-image: url('https://images.getbento.com/accounts/e33866a234dde96cfae828494062bdf5/media/images/1819ci-siamo-3204.jpg?w=1200&fit=max&auto=compress,format');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.private-events {
    /* background-color: crimson; */
    margin-top: 10vh;
    height: 55vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #253746;

}

.pe-title {
    text-align: center;
    /* background-color: green; */
    /* border: 2px solid white; */
    font-size: 1.8em;
}
.pe-title h1{
    font-size: 2em;
}


.pe-details {
    /* background-color: peru; */
    height: 50vh;
    width: 30%;
    text-align:center;
    position: relative;
    left: 35%;
    margin-top: 5vh;
    font-size: 1.2em;
    font-family: "CircularXX-book";
    color: #253746;    
    letter-spacing: .1em;

}



.img1 {
    height: 50vh;
    /* background-color: green; */
    position: relative;
    margin-top: 5vh;
   
}
.img1 img {
    height: 50vh;
    width: 30%;
    position: relative;
    left: 35%;

}
.buttons{
    height: 25vh;
    width: 100%;
    /* border: 2px solid saddlebrown; */
    /* background-color: red; */
    position: relative;
    margin-top: 5vh;
    display:flex;
    flex-direction: column;
    justify-content: space-around;

}
.explore{
    /* background-color: crimson; */
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.explore a button{
    padding: 0.5em 1.5em;
    font-size: 1.2em;
    background-color: #efe4ce;
    color: #253746;
    font-weight: bold;
    border:2px solid #253746;
    border-radius:30px;
    transition: all 0.8s;
}
.explore a button:hover{
    background-color: #253746;
    color: #efe4ce;
}
.inquiry{
    /* background-color: chocolate; */
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inquiry a button{
    padding: 0.5em 1.5em;
        font-size: 1.2em;
        color: #253746;
        font-weight: bold;
        border: 2px solid #253746;
        background-color: #efe4ce;
        border-radius: 30px;
        transition: all 0.5s;
}
.inquiry a button:hover{
    background-color: #253746;
    color: #efe4ce;
}

 /* for tablets */

@media (min-width:801px) and (max-width:900px){
    .bg{
        height: 75vh;
        width: 100%;
    }
    .private-events{
        height: 50vh;
        width: 100%;
       text-align: center;
    }
        .pe-title {
            text-align: center;
            /* background-color: green; */
            /* border: 2px solid white; */
            font-size: 1.8em;
        }
    
        .pe-title h1 {
            font-size: 2em;
        }
    
    
        .pe-details {
            /* background-color: peru; */
            height: 50vh;
            width: 30%;
            text-align: center;
            position: relative;
            left: 35%;
            margin-top: 5vh;
            font-size: 1em;
            font-family: "CircularXX-book";
            color: #253746;
            letter-spacing: .1em;
    
        }
    
    
    
        .img1 {
            height: 50vh;
            /* background-color: green; */
            position: relative;
            margin-top: 5vh;
    
        }
    
        .img1 img {
            height: 50vh;
            position: relative;
            left: 10%;
            width: 80%;

    
        }
    
        .buttons {
            height: 25vh;
            width: 100%;
            /* border: 2px solid saddlebrown; */
            /* background-color: red; */
            position: relative;
            margin-top: 5vh;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
    
        }
    
        .explore {
            /* background-color: crimson; */
            height: 20%;
            display: flex;
            align-items: center;
            justify-content: center;
    
        }
    
        .explore a button {
            padding: 0.5em 1.5em;
            font-size: 1.2em;
            background-color: #efe4ce;
            color: #253746;
            font-weight: bold;
            border: 2px solid #253746;
            border-radius: 30px;
            transition: all 0.8s;
        }
    
        .explore a button:hover {
            background-color: #253746;
            color: #efe4ce;
        }
    
        .inquiry {
            /* background-color: chocolate; */
            height: 20%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
        .inquiry a button {
            padding: 0.5em 1.5em;
            font-size: 1.2em;
            color: #253746;
            font-weight: bold;
            border: 2px solid #253746;
            background-color: #efe4ce;
            border-radius: 30px;
            transition: all 0.5s;
        }
    
        .inquiry a button:hover {
            background-color: #253746;
            color: #efe4ce;
        }
}

/* for mobiles */


    @media (min-width:801px) and (max-width:900px){
    .bg{
        height: 75vh;
        width: 100%;
    }
    .private-events{
        height: 50vh;
        width: 100%;
       text-align: center;
    }
        .pe-title {
            text-align: center;
            /* background-color: green; */
            /* border: 2px solid white; */
            font-size: 1.8em;
        }
    
        .pe-title h1 {
            font-size: 2em;
        }
    
    
        .pe-details {
            /* background-color: peru; */
            height: 50vh;
            width: 30%;
            text-align: center;
            position: relative;
            left: 35%;
            margin-top: 5vh;
            font-size: 1em;
            font-family: "CircularXX-book";
            color: #253746;
            letter-spacing: .1em;
    
        }
    
    
    
        .img1 {
            height: 50vh;
            /* background-color: green; */
            position: relative;
            margin-top: 5vh;
    
        }
    
        .img1 img {
            height: 50vh;
            position: relative;
            left: 10%;
            width: 80%;

    
        }
    
        .buttons {
            height: 25vh;
            width: 100%;
            /* border: 2px solid saddlebrown; */
            /* background-color: red; */
            position: relative;
            margin-top: 5vh;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
    
        }
    
        .explore {
            /* background-color: crimson; */
            height: 20%;
            display: flex;
            align-items: center;
            justify-content: center;
    
        }
    
        .explore a button {
            padding: 0.5em 1.5em;
            font-size: 1.2em;
            background-color: #efe4ce;
            color: #253746;
            font-weight: bold;
            border: 2px solid #253746;
            border-radius: 30px;
            transition: all 0.8s;
        }
    
        .explore a button:hover {
            background-color: #253746;
            color: #efe4ce;
        }
    
        .inquiry {
            /* background-color: chocolate; */
            height: 20%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
        .inquiry a button {
            padding: 0.5em 1.5em;
            font-size: 1.2em;
            color: #253746;
            font-weight: bold;
            border: 2px solid #253746;
            background-color: #efe4ce;
            border-radius: 30px;
            transition: all 0.5s;
        }
    
        .inquiry a button:hover {
            background-color: #253746;
            color: #efe4ce;
        }
}

@media (min-width:300px) and (max-width:800px){
    .bg {
            height: 75vh;
            width: 100%;
        }
    
        .private-events {
            height: 50vh;
            width: 100%;
            text-align: center;
        }
    
        .pe-title {
            text-align: center;
            /* background-color: green; */
            /* border: 2px solid white; */
            font-size: 1em;
        }
    
        .pe-title h1 {
            font-size: 2em;
        }
    
    
        .pe-details {
            /* background-color: peru; */
            height: 50vh;
            width: 100%;
            text-align: center;
            position: relative;
            left: 0%;
            margin-top: 5vh;
            font-size: 1em;
            font-family: "CircularXX-book";
            color: #253746;
            letter-spacing: .1em;
    
        }
    
    
    
        .img1 {
            height: 50vh;
            /* background-color: green; */
            position: relative;
            margin-top: 5vh;
    
        }
    
        .img1 img {
            height: 50vh;
            position: relative;
            left: 10%;
            width: 80%;
    
    
        }
    
        .buttons {
            height: 25vh;
            width: 100%;
            /* border: 2px solid saddlebrown; */
            /* background-color: red; */
            position: relative;
            margin-top: 5vh;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
    
        }
    
        .explore {
            /* background-color: crimson; */
            height: 20%;
            display: flex;
            align-items: center;
            justify-content: center;
    
        }
    
        .explore a button {
            padding: 0.5em 1.5em;
            font-size: 1.2em;
            background-color: #efe4ce;
            color: #253746;
            font-weight: bold;
            border: 2px solid #253746;
            border-radius: 30px;
            transition: all 0.8s;
        }
    
        .explore a button:hover {
            background-color: #253746;
            color: #efe4ce;
        }
    
        .inquiry {
            /* background-color: chocolate; */
            height: 20%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
        .inquiry a button {
            padding: 0.5em 1.5em;
            font-size: 1.2em;
            color: #253746;
            font-weight: bold;
            border: 2px solid #253746;
            background-color: #efe4ce;
            border-radius: 30px;
            transition: all 0.5s;
        }
    
        .inquiry a button:hover {
            background-color: #253746;
            color: #efe4ce;
        }
}


/* navbar */

.header {

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0.6rem;

    width: 99%;
    height: 5.4rem;
    padding: 1.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;

    background-color: rgba(239, 228, 206, 0.75);
    border-radius: 3.5rem;



}


.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 88rem;
    margin: 0.6rem;

    width: 99%;
    height: 2rem;
    padding: 1.3rem;
    /* display: flex;
                            justify-content: space-between;
                            align-items: center; */
    /* z-index: 10; */

    /* background-color: rgba(239, 228, 206, 0.75); */
    /* backdrop-filter: blur(50px); */
    border-radius: 3.5rem;
    z-index: -1;
}


.logo {


    text-decoration: none;
    font-stretch: ultra-expanded;
    color: #253746;
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: -0.1rem;
    word-spacing: -0.3rem;


    /* line-height: 45px; */




}


.navbar a {
    font-size: 1.20rem;
    /* padding-right: 1rem; */
    text-decoration: none;
    font-family: "CircularXX-Bold";
    font-weight: 600;
    margin-left: 2.5rem;
    color: #253746;
    letter-spacing: 1px;



}

.navbar .res {
    /* border: 1px solid red; */
    padding: 0.7em 1.7em 0.7em 1.7em;
    border-radius: 3.5rem;
    position: relative;
    right: 1.5rem;
    background-color: #253746;
    color: #efe4ce;
}

.navbar a:hover {
    color: #9D5232;
}

.navbar .res:hover {
    background-color: #9D5232;
    color: #efe4ce;
}


.icons {
    position: absolute;
    right: 1rem;
    font-size: 2.5rem;
    color: #253746;
    cursor: pointer;
    display: none;
}

.add {
    display: none;
}

#check {
    display: none;
}



@media (max-width:1070px) {
    .header {
        padding: 1rem;
        height: 5rem;
        width: 98.5%;



    }

    .navbar a {
        font-size: 1.2rem;
        font-weight: 620;
        letter-spacing: 0.5px;
        font-family: "CircularXX-Bold";




    }
}

@media (max-width:1030px) {
    .header {
        padding: 0.7rem;
        height: 4rem;
        width: 98.5%;



    }

    .navbar a {
        font-size: 1rem;
        font-weight: 550;
        letter-spacing: 0.4px;
        font-family: "CircularXX-Bold";




    }
}


@media (max-width:929px) {
    .header {
        padding: 0.7rem;
        height: 4rem;
        width: 98.5%;



    }

    .navbar a {
        font-size: 1rem;
        font-weight: 550;
        letter-spacing: 0.4px;
        font-family: "CircularXX-Bold";
    }
}

@media (max-width:888px) {



    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 98%;


    }

    .navbar {
        position: absolute;
        top: 3.2rem;
        left: 0;
        right: 0rem;
        width: 100%;
        height: 0;
        background-color: rgba(239, 228, 206, 0.75);
        backdrop-filter: blur(50px);
        transition: .4s ease-in-out;
        overflow: hidden;
        /* border-radius: 3.5rem; */






    }


    #check:checked~.navbar {
        height: 100vh;
    }

    .navbar a {
        display: block;
        position: relative;
        top: 1rem;
        text-align: center;
        font-size: 1.20rem;
        margin: 1rem;
        font-weight: 750px;

    }

    .navbar .res {
        display: none;
    }

    .add {
        display: block;
        position: relative;
        /* top: 1rem; */
        text-align: center;
        font-size: 1.20rem;
        /* padding: 1rem; */
        margin: 1rem;
        font-weight: 750;
        color: #253746;
        font-family: "CircularXX-Bold";

    }

    #a {
        border-bottom: 1px solid #9D5232;
        padding-bottom: 2rem;
    }

    .icons {
        display: inline-block;



    }

    .icons #close-icon {
        display: none;
    }

    #check:checked~.icons #menu-icon {
        display: none;
    }

    #check:checked~.icons #close-icon {
        display: block;
    }




}