

:root {
--primary-color: #D96AA7;
--secondary-color: #422C73;
--complimentary-color: #88BFB5;
--contrast-color: #F2E527;
--light-color: #D2A9D9;
}

.brk-header{
  background-color: #dbdddb;
  height: 100%;
  width: 6rem;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #dbdddb;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    overflow: hidden;
  }

  .sidenav a {
    /* padding: 8px 8px 8px 32px; */
    text-decoration: none;
    font-size: 25px;
    color: #111;
    display: block;
    transition: 0.3s;
  }

  .sidenav a:hover {
    color: #111;
    font-weight: 700;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

 

  














.nav01 nav a {
    
    /* color: #fff; */
    text-decoration: none;
    padding: 10px;
    text-align: left;
    padding-right: 0;
    font-size: 10pt;
    font-weight: 600;
}

.nav01 nav {
    /* position: fixed;  */
    left: 0;
    /* top: 9px; */
    margin-top: -60px;
    width: 40%;
    z-index: 50;
    /* display: flex; */
    /* justify-content: space-around;
    flex-direction: column; */
    height: 100vh;
    /* background: var(--secondary-color); */
    background: #dbdddb;
}


.section01 {
 
    /* position: relative; */
    top: 0;
    height: 100vh;
    width: 60%;
    /* opacity: 0; */
    transition: all ease-in .5s;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.section01 h1 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    opacity: 0;
}

/* Styles applied on trigger */
.section01:target {
    opacity: 1;
    position: absolute;
    left: 40%;
    width: 60%;
    /* height: 100%; */
    z-index: 10;
}

.section01:target h1 {
    opacity: 0;
    animation: 1s fadeIn forwards .5s;
}

#first1 {
   /* background:var(--primary-color); */
  /* background:#88BFB5 ; */
  background:#fff ;


}
#second1 {
    /* background: var(--complimentary-color); */
    background:#fff ;
}

#third1 {
    /* background: var(--contrast-color); */
    background:#fff ;
}

#fourth1 {
    /* background: var(--light-color); */
    background:#fff ;
}
#five1{
  background:#fff ;
}

@keyframes fadeIn {
    100% { opacity:1 }
}



.pnav{
  font-family:  NooraLight !important;
  /* font-size: 10px; */
  color: #a0afb8;
}

.pnav:hover{
  color: #111;
}




.underb
{
  border-bottom: 2px solid;
    margin-left: 10px;
    width: 80%;
    /* padding-bottom: 0px; */
    padding: 16px !important;
    margin-top: -40px;
    transition-duration: 0.5s;
}

.marigintop{
  margin-top: 150px;
}


.hidden-menu a{
color: #a0afb8;
   
}
.hidden-menu {
 
}
.hidden-menu ul{
  padding: 10px;
  
}

.section01 .img0{
  margin-left: 60px;
  margin-top: 30px;
  width: 30%;
}


.section01 .img00{
  width: 45%;
  margin-top: 0rem;
  margin: auto;
}





/* serach btn */

*{
  box-sizing: border-box;
}
.search-box{
  width: fit-content;
  height: fit-content;
  position: relative;
  
    float: right;
    margin: 2rem;

}
.input-search{
  height: 50px;
  width: 50px;
  border-style: none;
  padding: 10px;
  font-size: 18px;
  /* letter-spacing: 2px; */
  outline: none;
  border-radius: 25px;
  transition: all .5s ease-in-out;
  background-color: transparent;
  padding-right: 40px;
  color:black;
}
.input-search::placeholder{
  color: black;
  font-size: 18px;
  /* letter-spacing: 2px; */
  font-weight: 100;
}
.btn-search{
  width: 50px;
  height: 50px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  color:black ;
  background-color:transparent;
  pointer-events: painted;  
}
.btn-search:focus ~ .input-search{
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid black;
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.input-search:focus{
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid black;
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}


/* input srarch2  */

*{
  box-sizing: border-box;
}
.search-boxx{
  width: fit-content;
  height: fit-content;
  position: relative;
  
    float: right;
    margin: 2rem;

}
.input-searchx{
  height: 50px;
  width: 50px;
  border-style: none;
  padding: 10px;
  font-size: 18px;
  /* letter-spacing: 2px; */
  outline: none;
  border-radius: 25px;
  transition: all .5s ease-in-out;
  background-color: transparent;
  padding-right: 40px;
  color:white;
}
.input-searchx::placeholder{
  color: white;
  font-size: 18px;
  /* letter-spacing: 2px; */
  font-weight: 100;
}
.btn-searchx{
  width: 50px;
  height: 50px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  color:white ;
  background-color:transparent;
  pointer-events: painted;  
}
.btn-searchx:focus ~ .input-searchx{
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid white;
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.input-searchx:focus{
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid white;
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}








.nav01{
display: block;
}

.nav02{
  display: none;
}





.ulmar{
  margin-top: -1rem;
  word-spacing: 2px;
}

.pddnv{
  padding: 5px !important;
    
}
.pdnava1{
  padding-top: 20px !important;
}
