*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
    

}






body {
    min-height: 100vh;
    overflow-x: hidden;
    background: linear-gradient(#f8f6ea, #a79d7e );
    padding: 50px;
    padding-top: 10px;
}

header{
    display: flex;
    justify-content: space-between;
    margin: 5cqmax;
    align-items: center;
    background-color: transparent;
    z-index: 10000;
    position: relative;
   
}

header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: transparent;
}

header li {
    display: inline-block;
}

header li a {
    color: black;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 1.1rem;
    border-radius: 20px;
}


header ul ul {
    position: absolute;
    top: 100%;
    display: none;
  
}

header ul ul li {
    display: block;
    padding-right: 10px;
    text-align: center;
    padding-top: 5px;
  
}



header li:hover ul {
    display: block;
    top:auto;    
}




header ul ul li a:hover {
    background-color: white;
    color: red;
    
}

header ul li a:hover,
header ul li a.active
{
    background: white;
 
 
}

header li #option {
background-color: white;




}

ion-icon {
font-size: 1rem;
}


header .logo {
    color: black;
    font-weight: 700;
    text-decoration: underline;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

section {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    pointer-events: none;
     padding-bottom: 50px;
}


#btn {
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 10px 30px;
    background: transparent;
    font-size: 3.5em;
    margin-bottom: 100px;
    transform: translateY(100px);
}



#sec {padding: 50px;
align-items: center;
font-family: 'Frank Ruhl Libre', serif;
font-size: 19px;
text-align: center;

}

.sec{
    width: 100%;
    position: relative;
    padding: 100px;
    background-color: #fefff4;
    color: rgb(7, 7, 7);
}


/*price page*/
#price {
    display: block;
    width: auto;
    height: auto;
 
}

#fam {
width: 100%;

}

.price-content { 
    display: block;
    width: 25%;
    height: auto;
    align-items: center;
    font-size: 20px;
    padding: 30px;
    float: left;
    text-align: center;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
   
    align-content: center;
    margin-bottom: 100px;
   
    
}

.one{
padding: 100px;
text-align: center;
font-size:30px;
opacity: 70%;
font-family: 'Caveat', cursive;
text-shadow: 0 0 3px white,
            0 0 10px white;

}

h2 {
   align-content: center;
   font-size: 30px;
   padding: 15px;
   font-family: 'Frank Ruhl Libre', serif;
   

}

h3 {
    align-content: center;
    font-size: 20px;
    padding: 10px;
    list-style: circle;

 }

 h3 ul{
    padding: 10px;
 }

 span{
    font-weight: 900;
    color:black;
    font-family: 'Frank Ruhl Libre', serif;
 }
/*smaller screen*/
 @media screen and (max-width: 975px) {
    .price-content{width:100%;}
    .slider{width: 100%;  
        height: 100%;
    }
    #photo_me{        
        width: 100%;
    }
    
    .contact_box{
        width:100%;
    
    }

    form{width: 100%;
    }

    .FAQ{
         width: 100%;
         min-width:100% ;
         max-height: 200px;

    }

    footer{width: 100%;
     
    }

    .jas2{
        min-width:100% ;

    }
    .jas img{
        min-width:100% ;

    }

    .famphoto img{
        min-width:100% ;
    }
    .famphoto{
        display: flex;
        flex-direction: column;
        
    }

}


@media screen and (max-width: 520px) {
body{
    padding: 0;
}

}


/*---slide--*/

 
.slider{
    position: relative;
    margin-top: 100px;
    width: 90%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid white;
    /*box-shadow: 0 0 5px white,
                0 0 10px white,
                0 0 15px white;
                */
    margin: auto;
 
}

.slides{
    width: 500%;
    height: 100%;
    display: flex;
}
.slides input {
    display: none;
}

.slide{
    width: 20%;
    transition: 2s;
}

.slide img{
    width: 100%;
    height: 100%;
    
}

.book{
    padding-top:40px;
    height: 100px;
    width: auto;
    justify-content: center;
    display: flex;
}

.book a {
    text-decoration: none;
}

.btn{
    color: #575347;
    width:300px;
    height: 50px;
    background-color: rgb(192, 197, 164);
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 5000px;
    transition: all 0.3s;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    font-family: 'Anton', sans-serif;
}

.btn:hover {
    transform: scale(1.15);

}




/*slide navigation*/

.navigation-manual{
    position:absolute;
    width: 100%;
    padding-top: 65%;
    display: flex;
    justify-content: center;
    height: auto;
}

.manual-btn{
    border: 2px solid white;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
    
}

.manual-btn:not(:last-child){
    margin-right:40px;
}

.manual-btn:hover{
   background-color: white; 
}

#radio1:checked ~ .first {
    margin-left: 0;

}

#radio2:checked ~ .first {
    margin-left: -20%;

}

#radio3:checked ~ .first {
    margin-left: -40%;

}

#radio4:checked ~ .first {
    margin-left: -60%;

}

#radio5:checked ~ .first {
    margin-left: -80%;

}


/*automatic slide navigation*/

.navigation-auto{
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 65%;
    height: auto;  
    pointer-events: none;
}
 
.navigation-auto div{
    border: 2px solid white;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;

    
}

.navigation-auto div:not(:last-child){
    margin-right: 40px;


}

#radio1:checked ~ .navigation-auto .auto-btn1{
    background: white;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
    background: white;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
    background: white;
}
#radio4:checked ~ .navigation-auto .auto-btn4{
    background: white;
}
#radio5:checked ~ .navigation-auto .auto-btn5{
    background: white;
}

/*contact*/

.me{width: 100%;
    margin: 0px;}

.me img{
   width: 50%;
    float: left;
    min-width: 460px;
    margin-bottom: 40px;  
    margin-right: 40px;


}

#text{
    text-align: left;
    padding-top: 60px;
    font-size: 20px;
    
   }

#font{
    font-size: 40px;
    opacity: 70%;
    font-family: 'GFS Didot', serif;
   
}
#text h4{
    opacity: 70%;

}

#text p{
  font-family: 'Frank Ruhl Libre', serif;


}

#media a{
    font-size: 30px;
    display: inline-flex;
    color: black;
    background: transparent;
    text-decoration: none;
}

#media a:hover {
    color: rgb(5, 5, 5);
    background-color: #ffffff;
    border-radius: 100px;
    box-shadow: 0 0 5px white;
}

/*contact box*/

.me2{
width: 100%;
}



.contact_box{
    float: left;
    display: flex;
    min-width: 50%;
    padding-top: 80PX;

}

.me2 img{ 
   width: 50%;
    min-width: 410px;
    margin-bottom: 40px;     
}

form{width: 100%;
    margin-bottom: 50px;
    font-family: 'GFS Didot', serif;
    font-size:large;
}

input[ type=text] {
    width: 80%;
    padding: 6px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    font-size: 14px;
    
    
     
  }

  textarea{
    display: block;
    width: 80%;
    overflow-wrap: break-word;
    resize: none;
    padding: 6px 10px;
    margin: 8px 0;
    font-weight: lighter;
    font-size: 14px;
    font-family: 'Frank Ruhl Libre', serif;
   padding-bottom: 100px;
   overflow: hidden;
}

input[type=checkbox]{
    width:15px;
    height: 15px;

}

#send{
    width: 150px;
    height: 35px;
    background-color: transparent;
    color: white;
   border-radius: 120px;
    font-size: 17px;
    border-color: rgb(206, 207, 151);
   
    

}

#send:hover{
    background-color: rgb(231, 229, 229);
    color: black;
    box-shadow: 0 0 10px white;
    transition: .8s;
}

/*FAQ*/


#faq_title h3{width: 100%;
    font-size: 40px;
    opacity: 60%;
}



.FAQ{
display: flex;
width: 25%;
margin-top: 20px;
padding: 20px 20px;
margin-bottom: 60px;
font-family: 'Frank Ruhl Libre', serif;
float: left;
min-height: 300px;

}




.FAQ h2{
    opacity: 70%;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}


footer{
    width: 100%;
    height: auto;
    text-align: center;
}

/*baby gallery*/

.gallery_pics{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    background-color: #ece8cf;
    padding: 20px;
    border-radius:15px;
    box-shadow: 0 0 5px white;
    border: 1px solid white;


}


.gallery{display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-gap: 60px;

}

.gallery img{
    width: 100%;
}

.jas {
    width: 100%;
margin-bottom: 100px;

}

.jas2 {
    width: 50%;
    float: left;
    text-align: left;
    padding: 60px;
    font-size: 20px;
    padding-top: 15%;
    font-family: 'Frank Ruhl Libre', serif;
    
   
}

.jas2 h2{
    color: rgb(155, 68, 33);

}

.jas img{
    width: 50%;
    padding: 20px;

}

.famphoto{
    margin-top: 100px;
    display: flex;
    width: 100% auto;
    background-color: #e2e1dd;
    text-align: left;
    padding: 30px 40px;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 18px;
    margin-bottom: 100px;

}


.famphoto img{
   width: 50%;
    float: left;
    margin-right: 50px;
}

.famp{
    padding-top: 2%;

}

.famphoto h2 {
    padding-top: 4%;
    padding-bottom: 50px;
    opacity: 60%;
}

.famphoto a{
    color: black;
    text-decoration: none;
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    opacity: 70%;
   
}   

.famphoto a:hover{
    background-color: white;
    transition: .5s;
    

}

#here{
    color: rgb(51, 54, 54);
    font-size: 60px;
    text-align: center;
    padding-top: 100px;
    font-family: 'GFS Didot', serif;

}


#hr{margin-top: 100px;}
