* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Baloo Bhai 2", cursive;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  background-color: #2f2b2e;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
}
/* #navbar{
position:fixed;
top:0;
left:0;
} */

ul {
  display: flex;
  list-style: none;
  /* text-align: center; */
  color: #f7f0f5;
  gap: 5rem;
  font-size: 20px;
  position: fixed;
  right: 0;
  padding-right: 15px;
}
nav a {
  color: rgb(234, 8, 8);
  text-decoration: none;
}
.logo {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 25px;
  color: #f104c6;
  margin-right: 700px;
}
.btn {
  margin-top: 65px;
  background-color: rgb(250, 10, 118);
  color: rgb(18, 16, 16);
  cursor: pointer;
  border-radius: 20px;
  padding: 1rem 2rem;
}
img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
header {
  background-image: url(./wall3.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
}
#home {
  display: flex;
  text-align: center;
  font-size: 20px;
  flex-direction: column;
  padding: 220px 200px;
  color: #fdfafd;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.overlay {
  background: rgb(0, 0, 0, -5);
  height: 100vh;
}
 
/** shop section **/
.shop-section{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: #e15d5d;
}

.box {
  /* border: 2px solid black; */
  height: 400px;
  width: 23%;
  background-color: #e3e1eb;
  padding: 20px opx 15px;
  margin-top: 15px;
  margin-bottom: 1.5rem;
}

.box-image {
  height: 300px;
  background-size: cover;
  margin-top: 1rem;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

.box-content{
  margin-left: 1rem;
  margin-left: 1rem;
 
}

.box-content p{
color:#131111
}


.footer{
  background: #152F4F;
  color:white;
  
  .links{
    ul {list-style-type: none;}
    li a{
      color: white;
      transition: color .2s;
      &:hover{
        text-decoration:none;
        color:#4180CB;
        }
    }
  }  
  .about-company{
    i{font-size: 25px;}
    a{
      color:white;
      transition: color .2s;
      &:hover{color:#4180CB}
    }
  } 
  .location{
    i{font-size: 18px;}
  }
  .copyright p{border-top:1px solid rgba(255,255,255,.1);} 
}

/* footer1 */
/* .foot1{
    width: 100%;
    height: 100vh;
}
.foot1rap{
    width: 90%;
    height: 100vh;
    margin: auto;
    margin-top: 10vh;
}
.foot1 a{
    text-decoration: none;
} */


/* footere2 */
.foot2 {
  width: 100%;
  height: 68vh;
  background-color: rgb(7, 7, 7);
}

.foot2rap {
  width: 96%;
  height: 40vh;
  margin: auto;
  /* margin-top: 1vh; */

  padding: 7px;
  padding-top: 4vh;
  /* background-color: rgb(7, 7, 7); */
  display: grid;
  grid-template-columns: auto auto auto min-content auto auto;
  grid-column-gap: 8px;
}

.foot2rap h2 {
  font-size: 18px;
  color: rgb(249, 0, 0);

}

.foot2rap p {
  color: white;


}

.foot2rap a {
  text-decoration: none;
  color: white;
}

.boxf21 {
  border-left: 1px solid rgba(154, 145, 145, 0.644);
  ;
  padding-left: 20px;
}

.boxf21 ul li {
  display: inline;
  text-decoration: none;
  font-size: 29px;
  padding: 8px;
  color: white;
}



/* footer3 */
.foot3 {
  width: 100%;
  height: 10vh;
  background-color: black;
  border-top: 1px solid rgba(206, 199, 199, 0.644);
}

.foot3rap {
  width: 96%;
  height: 10vh;
  margin: auto;
  color: white;
  display: grid;
}

.foot3rap ul {
  padding-top: 2.5vh;
}

.foot3rap ul li {
  display: inline;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
}

.boxf3 ul li {
  display: inline;
  padding: 4px;
}

.foot4 {
    
  padding-top: 2vh;
  height: 9vh;
  border-top: 1px solid grey;
  text-align: center;
  background-color: black;
  color: rgb(48, 3, 248);
  font-size: 13px;
}


