*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}


body{
  font-family: 'Roboto', sans-serif;
  background: white;
}

body::-webkit-scrollbar{
  display: none;
}

.oladax{
  background-color: black;
  color: white;
  width: 100%;
}

.oladax header{
  max-width: 75rem;
  width: 100%;
  color: white;
  margin: auto;
  font-family: 'Roboto', sans-serif;
}

header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  color: white; 
}

.logo-container{
  display: flex;
  align-items: center;
  margin-left: -1px;

}

.logo-container img{
  height: 59px;
  transform: rotate(37deg);
  object-fit: cover;
  border-radius: 74px;
  cursor: pointer;
  margin-bottom: 14px;
}

.logo-container h2{
  font-weight: 700;
  font-style: italic;
  font-size: 27px;
  font-family:'Tangerine', 'serif';
  color: white;
  margin-left: -20px;
  cursor: pointer; 
}


/*/ nar section/*/
.hamburger{
  position: relative;
  display: none;
  padding-left: 20px;
}
.nav-container ul{
  display: flex;
  justify-content: center;
  align-items: center;
}

ul{
  padding-right: 12px;
}


.nav-container ul li{
  display: block;
  list-style: none;
}

.nav-container ul li a{
  color: white;
  text-decoration: none;
  margin-left: 59px;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  transition: 0.5s ease;
}

ul li .home{
  color: white;
  text-decoration: none;
  margin-left: 59px;
  font-weight: 700;
  font-style: italic;
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  background: #e3e3e3;;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  border: none;
  outline: none;
  box-shadow: 2px 2px 2px rgba(50, 50, 194, 0.657);
  border-radius: 5px;
}

ul li a:hover{
  color: black;
  text-decoration: none;
  margin-left: 59px;
  font-weight: 700;
  font-style: italic;
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  background: #e3e3e3;;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  border: none;
  outline: none;
  box-shadow: 2px 2px 2px rgba(50, 50, 194, 0.657);
  border-radius: 5px;
}


.introductory{
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 14px;
  border-bottom-color: #dacebe;
  padding-bottom: 4rem;
}

.introductory section{
  max-width: 75rem;
  width: 100%;
  margin: auto;
  font-family: 'Roboto', sans-serif;
  padding-top: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

section{
  display: grid;
    grid-template-columns: 1fr  1fr;
    place-items: center;
  }

  h1{
    font-family: fangsong;
    font-size: 25px;
    padding-bottom: 2rem;
}

.h3-con h3{
    color: black;
    line-height: 1.5;
    font-size: 18px;
    font-style: oblique;
    font-weight: 400;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

span{
    color: blue;
    font-size: 27px;
    font-family:'Tangerine', 'serif';

}

.button-con{
    padding-top: 1.4rem;
}

.button-con button{
  background-color: #0000ffcc;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 8.5px;
  padding-right: 8.5px;
  cursor: pointer;
  border: none;
  outline: none;
  color: white;
  font-family: fangsong;
  font-size: 17px;
  border-radius: 26px;
  font-style: italic;
}

.button-con button:hover{
    opacity: 0.8;

}

.img-con{
  position: relative;
}

.img-con img{
  object-fit: cover;
  object-position: center;
  width: 200px;
  height: 200px;
}

.img-con div{
  width: 259px;
  position: absolute;
  border-width: 9px;
  border-bottom-color: black;
  border-bottom-style: double;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  right: -30px;
}

/* / collection ssection/*/

.headline{
  padding-top: 2rem;
  border-bottom-style: solid;
  border-bottom-color: #003cff85;
  border-bottom-width: 2px;
  text-align: center;
  padding-bottom: 10px;
}




.headline div{
  color: black;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  padding-bottom: 2.4px;
}



.style-holder-container{
  width: 100%;
  overflow-y: scroll;
}

.style-holder-container::-webkit-scrollbar {
  width: 5px;
  cursor: pointer;
}

.style-holder-container::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 8px;
  border-right: 1.5px solid #fff;
  height: 15px;
  cursor: pointer;
}
.style-holder-container::-webkit-scrollbar-track {
  background: blue;
}

.style-holder{
  width: 100%;
  margin: auto;
  max-width: 78rem;
}


.style-holder-container .style-holder{
  display: flex;
    flex-direction: column;
     align-items: center;
     height: 140vh;
}



.button-container{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-left: 3rem;
}

.input-container{
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}

.input-container input{
  width: 209px;
  font-style: italic;
  cursor: pointer;
  font-weight: 400;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  height: 37px;
  font-size: 16px;
  outline: none;
  border-radius: 20px;
  padding-left: 6px;
  border-color: blue;
}

 

.input-container button{
  
  font-style: italic;
  font-weight: 400;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  background: blue;
  color: white;
  width: 80px;
  height: 37px;
  text-align: center;
  cursor: pointer;
  border-style: none;
  outline: none;
  margin-left: 10px;
  border-radius: 20px;
  font-size: 16px;
}

.Senator{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  row-gap: 0.8rem;
  transition: 1s ease;
}

.Agbada, .Danshiki, .Aso-oke{
  display: none;
}

.first-set-senator{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr ;
    place-content: center;
    place-items: center;
    padding-right: 20px;
}

.order-container{
  margin: auto;
  border: none;
  border-color: white;
  text-align: center;
  margin-left: 20px;
  margin-top: 3rem;
  width: 231px;
  display: flex;
  flex-direction: column;
  background-color: #e2dcdc;
  border-bottom-style: solid;
  border-bottom-width: 27px;
  border-bottom-color: blue;
  border-top-color: #dacebe;
  border-top-style: solid;
  border-top-width: 30px;
  border-radius: 20px;
  cursor: pointer;
  height: 358px;
}

.order-container div{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  
}

.order-container div img{
  object-fit: cover;
  width: 134px;
  height: 153px;
  object-position: center;
  border-radius: 5px;
}

.order-container .price-detail{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.price-detail p{
  font-size: 16px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 400;
  font-style: oblique;
  margin-bottom: 0.2rem;
}

form{
  width: 100%;
  margin-top: 3rem;
  background-color: black;
}

form .form-div{
  width: 100%;
  max-width: 75rem;
  margin: auto;
}

.contact{
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: white;
}

.intro{
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
} 

.intro h2{
  text-align: start;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}
.intro img{
  height: 270px;
  object-position: center;
  object-fit: cover;
}

.contact .email{
  background: #ffffff87;
  color: black;
  margin-top: 1.5rem;
  margin-bottom: 1.9rem;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

h3{
  font-size: 19px;
  font-style: normal;
  margin-top: 6px;
  margin-bottom: -1px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.name, .names {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  row-gap: 1px;
  text-align: start;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}


.name label{
  font-size: 16px;
  text-align: center;
  font-style: revert;
  font-family: fangsong;
  font-weight: 600;
}

.name input{
  height: 39px;
  width: 260px;
  border: none;
  border-radius: 30px;
  padding-left: 5px;
  font-weight: 400;
  font-size: 15px;
  outline: none;
  font-style: oblique;
  background-color: white;
}



.name textarea{
  width: 260px;
  border: none;
  border-radius: 2px;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  font-style: oblique; 
  background-color: white;
}
   

.names .send{
  font-family: fangsong;
  background: white;
  color: black;
  font-size: 17px;
  border-style: none;
  border-radius: 26px;
  cursor: pointer;
  width: 260px;
  margin-bottom: 15px;
  margin-top: 15px;
  height: 46px;
  text-align: center;
}

.name-con{
  display: flex;
  align-items: center;
  justify-content: center;
}


.textarea-con{
  display: flex;
  align-items: center;
  justify-content: center; 
  
}

footer{
margin: auto;  
}

footer .address-con{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  color: white;
}

.address-con address{
  display: flex;
  flex-direction: column;
  color: white;
 }

.address{
  color: chartreuse;
  margin: auto;
}

.address .address-contact{
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}

.address-contact .address-img {
display: flex;
flex-direction: row;
column-gap: 20px;
}

.address-img h4{
  font-size: 16px;
  font-style: oblique;
  font-weight: 400;
  color: white;
}


.home-address{
  font-family: fangsong;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}


.address-img img{
  width: 27px;
  height: 27px;
  object-fit: cover;
  object-position: center;
}

.tel{
  display: flex;
  margin-top: 23px;
}

.tel a{
  text-decoration: none;
  color: white;
  font-family: fangsong;
  font-size: 16px;
  text-align: center;
}
  /*/ socail handles/*/
  .social{
margin: auto;
  }

  .media{
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .social h3{
    font-size: 17px;
    font-family: fangsong;
  }

  .social img{
      height: 35px;
      width: 35px;
      object-fit: cover;
      object-position: center;
      cursor: pointer;
  }

 .social .last-img{
      display: flex;
      flex-direction: row;
      margin-top: 20px;
      column-gap: 20px;
  }

  .social .last-page{
      display: flex;
      flex-direction: column;
      margin-top: 20px;
  }

  .last-page p{
      font-size: 15px;
      text-align: start;
      color: white;
      margin-bottom: 20px;
      font-weight: 100;
      font-style: italic;
  }

  .last-page span{
      font-size: 16px;
      margin-left: 3px;
      font-style: normal;
      color: white;
  }


  .popup{
      position: absolute;
      transition: top 1s ease;
     
  }

  .popup.disappear{
    top: -50rem;
  }

  
  .popup.appear{
    position: absolute;
  }
  

   .pop-con{
      display: none;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background-color: black;
      border-radius: 5px;
      color: white;
      outline: none;
      border: none;
      transition: display 1s ease;
  }

  

  .pop-con.appear{
    display: flex;
  }



  .pop-con .marked{
      margin: auto;
      background: white;
      width: 70px;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px;
      border-radius: 20px;
      margin-top: 20px;
  }

  .pop-con .marked img{
      width: 20px;
  }

  .message{
      text-align: center;
      padding-top: 20px;
      width: 254px;
  }

  .message p{
      font-family: 'tangerine';
      font-size: 30px;
  }

  .pop-con button{
      width: 59px;
      margin: 15px;
      padding-top: 10px;
      padding-bottom: 10px;
      cursor: pointer;
      border-style: none;
      border-radius: 5px;
      font-size: 24px;
      font-family: 'tangerine';
      font-weight: bold;
  }

  /*/default responsiveness for mobile/*/
  .hamburger{
      display: none;
  }

  .menu-div{
    background-color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 260px;
    z-index: 30;
    padding-bottom: 3rem;
    position: absolute;
    margin-left: -25rem;
transition: margin-left 0.7s ease;
  }

  .menu-div.active{
    margin-left: 0px;
  }
  .menu-div li{
    display: inline-block;
    text-align: center;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }

.menu-div li a{
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  transition: 0.5s ease;
    }

  .menu-div li .home{
    transition: 0.5s ease;
    color: black;
    text-decoration: none;
    font-weight: 700;
    font-style: italic;
    font-size: 25px;
    text-align: center;
    font-family: 'Tangerine';
    background: #e3e3e3;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    border: none;
    outline: none;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(50, 50, 194, 0.657);
  }

  .menu-div li a:hover{
    transition: 0.5s ease;
    color: black;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background: #e3e3e3;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    border: none;
    outline: none;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(50, 50, 194, 0.657);
  }
  