* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
.hamburger-menu{
  display: none;
}

button:hover {
  cursor: grab;
}
.nav {
  background-color: #f4f4f4;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  height: 92px;
  border-bottom: 3.5px solid black;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(8px, 1vw, 20px);
  font-weight: 700;
}
.nav div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

a {
  text-decoration: none;
  color: black;
}

.nav-item {
  position: relative;
  /* left: 80%; */
}

.nav-item::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #3444c5;

  position: relative;
  transition: 0.2s;
  top: 9%;
}
.nav-item:hover::after {
  color: #3444c5;
  width: 70%;
}

.nav-item:hover a {
  color: #3444c5;
}

#logo {
  grid-column: 1 /3;
}
#logo img {
  height: 92px;
}
#home {
  position: relative;
  /* left: 95%; */
}
#brands{
  position: relative;
  right: 20%;
}
#sign {
  grid-column: 13/15;
  position: relative;
  left: 25%;

  width: 60%;
}
#sign button {
  font-family: "Montserrat", sans-serif;

  font-weight: 700;

  color: white;

  background-color: #3444c5;
  width: 100%;
  height: 40px;
  border: 0px;
  border-radius: 5px;
  font-size: clamp(12px, 1vw, 14x);
}
#products {
  position: relative;
  /* left: 85%; */
  right: 24%;
}
#abt{
  position: relative;
  /* left: 85%; */
  right: 18%;
}

#log {
  grid-column: 12/13;
  position: relative;
  left: 35%;
}
#log a {
  color: #3444c5;
}
#menu {
  display: none;
}
#search {

  grid-column: 8/10;
  position: relative;
  left: 15%;
  top: 0%;
}
#search button{
  background-color: transparent;
  border: none;
}
#simg{
  z-index: 99;
  position: relative;
  top: 23px;
  left: 18px;
  height: 20px;
  width: 20px;
}
input{
  border-radius: 10px;
  font-family: "montserrat" , sans-serif;
  border: none;
  height: 40px;
  width: 180%;
  position: relative;
  bottom: 20%;
  z-index: 0;
  padding-left: 50px;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 800, "GRAD" 0, "opsz" 48;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}
#profile{
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 15/ 16;
  position: relative;
  right: 20%;
  top: 1%;

}
#profile a img{

  width: 24px;
  height: 24px;

}
#bag {
  grid-column: 17 / 18;
  
  position: relative;
  right: 175%;
}
#cart {
  grid-column: 16/ 17;
  position: relative;
  right: 50%;
}
#cart a img{

  width: 24px;
  height: 24px;

}
#search-mobile{
  display: none;
}
.content1 {
  display: none;
  height: 100vh;
  background-color: #f4f4f4;
  padding: 10px 5% 80px 5%;
  display: grid;
  font-family: "Montserrat", sans-serif;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(10, 1fr);
  font-weight: 600;
}
.content1 div {
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(12px, 1.3vw, 16px);
  font-weight: 700;
  justify-content: center;
  align-items: center;
}
#circle {
  display: none;
}
#head1 {
  font-size: clamp(25px, 4.1vw, 80px);
  grid-row: 1/2;
  grid-column: 1/13;
}
#head1 h1 b {
  color: #fbb831;
}
#content1-txt {
  grid-column: 1/5;
  grid-row: 2/6;
  width: 95%;
  font-weight: 550;

  margin-top: 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

#content1-txt button {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16.3px, 1vw, 20px);
  font-weight: 700;
  color: #3444c5;

  background-color: white;
  width: 30%;
  height: 50px;
  border: 3px solid #3444c5;
  border-radius: 10px;
  margin-top: 40px;
}
#content1-img1 {
  grid-column: 5/14;
  grid-row: 2/12;
  width: 100%;

  padding-top: 20px;

  display: block;
  overflow: hidden;
}

#content1-img1 figure {
  position: relative;
  height: 100%;
  width: 500%;
  left: 0;
  margin: 0;
  animation: 24s slider infinite;
}

#content1-img1 figure img {
  position: relative;
  width: 20%;
  height: 110%;
  right: 100%;
  float: right;
}

@keyframes slider {
  0% {
    left: 100%;
  }

  25% {
    left: 200%;
  }

  50% {
    left: 300%;
  }

  75% {
    left: 400%;
  }

  100% {
    left: 500%;
  }
}

#content1-img2 {
  width: 76%;
  grid-column: 1 /6;
  grid-row: 6/11;
  display: inline;
  overflow: hidden;
  margin-top: 60px;
}
#content1-img2 figure {
  position: relative;
  width: 500%;
  height: 100%;
  margin: 0;
  animation: 24s slider2 infinite;
}
#content1-img2 figure img {
  position: relative;
  width: 20%;
  height: 100%;
  right: 100%;

  float: right;
}

@keyframes slider2 {
  0% {
    left: 100%;
  }

  25% {
    left: 200%;
  }

  50% {
    left: 300%;
  }

  75% {
    left: 400%;
  }

  100% {
    left: 500%;
  }
}

#button1 {
  grid-column: 5/8;
  grid-row: 8/9;
  z-index: 1;

  position: relative;
  top: 90%;
  left:22%;

  grid-column: 5/7;
  grid-row: 7/9;
}
#content1-but {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16.3px, 1vw, 20px);
  font-weight: 700;
  color: #3444c5;

  background-color: white;
  width: 86%;
  height: 50px;
  border: 3px solid #3444c5;
  border-radius: 10px;
  margin-top: 40px;
  transition: 0.5s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#content1-but:hover {
  background-color: #3444c5;
  color: white;
}
.sticky-but {
  position: fixed;

  margin-right: 20px;
}
.sticky-but img {
  position: relative;
  right: 3%;
}

#git {
  font-size: clamp(10px, 1vw, 14px);
}
/* #git span {
 pos
} */
#button2 {
  position: relative;
  grid-column: 11/12;
  grid-row: 4/5;
  top: 35%;
  left: 165%;
  width: 100%;
  z-index: 7;
}
#button2 button {
  height: 5.5%;
  width: 10%;
  border-radius: 15px 0 0 15px;
  background-color: #3444c5;
  color: white;
}

.content2 {
  height: 80vh;
  

  display: grid;
  grid-template-rows: repeat(4, 1fr);
}

.content2 div {
  display: flex;

  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(12px, 1.3vw, 16px);
  font-weight: 700;
}
#circle2 {
  display: none;
}
#head2 {
  font-size: clamp(30px, 3vw, 65px);
  grid-row: 1 / 2;
  position: relative;
  top: 10%;
}
#head2 b {
  color: #fbb831;
}
#content2-img {
  position: relative;
  bottom: 5%;
  grid-row: 2/5;
}
#content2-img img {
  width: 100%;
}
#content2-img1 img {
  width: 100%;
}
#content2-img1 {
  display: none;
  position: relative;
  bottom: 5%;
  grid-row: 2/5;
}
.slideshow-container{
  display: none;
}
.mySlides{
  display: none;
}
.mySlides img{
  display: none;
}
.next{
  display: none;
}
.prev{
  display: none;
}
.next1{
  display: none;
}
.prev1{
  display: none;
}
.content3 {
  height: 70vh;

  display: grid;
  grid-template-rows: repeat(9, 1fr);
  grid-template-columns: repeat(21, 1fr);
  padding: 0px 1.2% 30px 1.2%;
}

.content3 div {
  display: flex;

  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(12px, 1.3vw, 16px);
  font-weight: 700;
}
#circle3 {
  display: none;
}

#head3 {
  font-size: clamp(30px, 3vw, 65px);
  grid-column: 2/6;
  position: relative;
  left: 16%;
}

#head3 h1 b {
  color: #fbb831;
}
#content3-txt {
  font-weight: 600;
  grid-column: 13/21;
}

.c3-categories {
  transition: 0.3s;
  margin: 10px;
  position: relative;
  top: 10%;
  border-radius: 10px;
  height: 100%;
  min-height: 100px;
  max-height: 200px;
}
.c3-categories hr {
  width: 0%;
  border: 0px;
  border-radius: 0px 0px 10px 10px;
  z-index: 5;
  height: 4px;
  background-color: #3444c5;
  position: relative;
  bottom: 5%;
  transition: 0.5s;
}

.c3-categories:hover {
  box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.2);
}

#c3-categories-img1 {
  grid-row: 3/9;
  grid-column: 1/4;
}
#c3-categories-img1 hr {
  grid-row: 3/9;
  grid-column: 1/4;
}
#c3-categories-img1 a img {
  width: 100%;
  height: 100%;
}
#cat-1-div1 {
  position: relative;
  bottom: 4%;
  grid-row: 3/9;
  grid-column: 1/4;
  height: 2.5%;
  width: 0%;
  transition: 0.5s;

  border-radius: 0px 0px 10px 10px;
  background-color: #3444c5;

  z-index: 8;
}

#c3-categories-img1 a {
  width: 100%;
  height: 100%;
}

#c3-categories-img2 {
  grid-row: 3/9;
  grid-column: 4/7;
}
#c3-categories-img2 a img {
  width: 100%;
  height: 100%;
}
#c3-categories-img2 a {
  width: 100%;
  height: 100%;
}


#cat-1-div2 {
  position: relative;
  bottom: 4%;

  grid-row: 3/9;
  grid-column: 4/7;
  height: 2.5%;
  width: 0%;
  transition: 0.5s;

  border-radius: 0px 0px 10px 10px;
  background-color: #3444c5;

  z-index: 8;
}
#c3-categories-img3 {
  grid-row: 3/9;
  grid-column: 7/10;
}
#c3-categories-img3 a img {
  width: 100%;
  height: 100%;
}
#c3-categories-img3 a {
  width: 100%;
  height: 100%;
}

#cat-1-div3 {
  position: relative;
  bottom: 4%;

  grid-row: 3/9;
  grid-column: 7/10;
  height: 2.5%;
  width: 0%;
  transition: 0.5s;

  border-radius: 0px 0px 10px 10px;
  background-color: #3444c5;

  z-index: 8;
}
#c3-categories-img4 {
  grid-row: 3/9;
  grid-column: 10/13;
}
#c3-categories-img4 a img {
  width: 100%;
  height: 100%;
}
#c3-categories-img4 a {
  width: 100%;
  height: 100%;
}
#cat-1-div4 {
  position: relative;
  bottom: 4%;

  grid-row: 3/9;
  grid-column: 10/13;
  height: 2.5%;
  width: 0%;
  transition: 0.5s;

  border-radius: 0px 0px 10px 10px;
  background-color: #3444c5;

  z-index: 8;
}
#c3-categories-img5 {
  grid-row: 3/9;
  grid-column: 13/16;
}
#c3-categories-img5 a img {
  width: 100%;
  height: 100%;
}
#c3-categories-img5 a {
  width: 100%;
  height: 100%;
}
#cat-1-div5 {
  position: relative;
  bottom: 4%;

  grid-row: 3/9;
  grid-column: 13/16;
  height: 2.5%;
  width: 0%;
  transition: 0.5s;

  border-radius: 0px 0px 10px 10px;
  background-color: #3444c5;

  z-index: 8;
}
#c3-categories-img6 {
  grid-row: 3/9;
  grid-column: 16/19;
}
#c3-categories-img6 a img {
  width: 100%;
  height: 100%;
}
#c3-categories-img6 a {
  width: 100%;
  height: 100%;
}
#cat-1-div6 {
  position: relative;
  bottom: 4%;

  grid-row: 3/9;
  grid-column: 16/19;
  height: 2.5%;
  width: 0%;
  transition: 0.5s;

  border-radius: 0px 0px 10px 10px;
  background-color: #3444c5;

  z-index: 8;
}
#c3-categories-img7 {
  grid-row: 3/9;
  grid-column: 19/22;
}
#c3-categories-img7 a img {
  width: 100%;
  height: 100%;
}
#c3-categories-img7 a {
  width: 100%;
  height: 100%;
}
#cat-1-div7 {
  position: relative;
  bottom: 4%;
  grid-row: 3/9;
  grid-column: 19/22;
  height: 2.5%;
  width: 0%;
  transition: 0.5s;

  border-radius: 0px 0px 10px 10px;
  background-color: #3444c5;

  z-index: 8;
}

.content4 {
  height: 180vh;
  background-color: #f4f4f4;

  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(16, 1fr);
  padding: 50px 5% 30px 5%;
}

.content4 div {
  display: flex;

  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 550;
}
.rm {
  visibility: hidden;
}

#head4 {
  font-size: clamp(30px, 4vw, 65px);
  grid-row: 1/2;
  grid-column: 1/6;
}
#head4 h1 b {
  color: #fbb831;
}
#content4-txt {
  grid-row: 1/2;
  grid-column: 9/13;
  width: 100%;
}
#view {
  position: relative;
  left: 30%;
  grid-column: 11/13;
}
#view p a {
  color: #3444c5;
}
#view::after {
  content: "";
  width: 30%;
  height: 2px;
  background: #3444c5;

  position: relative;
  top: 10%;
  transition: 0.2s;
}
.pro {
  grid-column: 1/4;
  grid-row: 3/9;
  height: 110%;
  z-index: 5;
  background-color: transparent;
  transition: 0.5s;
}
.pro:hover {
  box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.2);
}
#pro1 {
  grid-column: 1/4;
  grid-row: 3/9;
}
#pro2 {
  grid-column: 4/7;
  grid-row: 3/9;
}
#pro3 {
  grid-column: 7/10;
  grid-row: 3/9;
}
#pro4 {
  grid-column: 10/13;
  grid-row: 3/9;
}
#pro5 {
  grid-column: 1/4;
  grid-row: 10/16;
}
#pro6 {
  grid-column: 4/7;
  grid-row: 10/16;
}
#pro7 {
  grid-column: 7/10;
  grid-row: 10/16;
}
#pro8 {
  grid-column: 10/13;
  grid-row: 10/16;
}
#p1 {
  grid-column: 1/4;
  grid-row: 3/7;
  padding: 10px 10px 0px 10px;
}
#p1 img {
  height: 100%;
  width: 100%;
}
#h1 {
  position: relative;
  left: 4%;
  align-items: flex-start;
  grid-column: 1/4;
  grid-row: 7/8;
}
#t1 {
  position: relative;

  position: relative;
  left: 4%;
  grid-column: 1/4;
  grid-row: 8/9;
  padding: 0px 10px 0px 0px;
  bottom: 42%;
}
#b1 {
  grid-column: 1/3;
  grid-row: 9/10;
  position: relative;
  bottom: 22%;
  left: 25%;
  font-size: clamp(8px, 1vw, 12px);
  z-index: 6;
}
#p2 {
  grid-column: 4/7;
  grid-row: 3/7;
  padding: 10px 10px 0px 10px;
}
#p2 img {
  height: 100%;
  width: 100%;
}
#h2 {
  position: relative;
  left: 4%;
  align-items: flex-start;
  grid-column: 4/7;
  grid-row: 7/8;
}
#t2 {
  position: relative;
  left: 4%;

  grid-column: 4/7;
  grid-row: 8/9;
  padding: 0px 10px 0px 0px;
  bottom: 42%;
}
#b2 {
  grid-column: 4/6;
  grid-row: 9/10;
  position: relative;
  bottom: 22%;
  left: 25%;
  font-size: clamp(12px, 1vw, 14x);
  z-index: 6;
}
#p3 {
  grid-column: 7/10;
  grid-row: 3/7;
  padding: 10px 10px 0px 10px;
}
#p3 img {
  height: 100%;
  width: 100%;
}
#h3 {
  position: relative;
  left: 4%;
  align-items: flex-start;
  grid-column: 7/10;
  grid-row: 7/8;
}
#t3 {
  position: relative;
  left: 4%;

  grid-column: 7/10;
  grid-row: 8/9;
  padding: 0px 10px 0px 0px;
  bottom: 42%;
}
#b3 {
  grid-column: 7/9;
  grid-row: 9/10;
  position: relative;
  bottom: 22%;
  left: 25%;
  z-index: 6;
}
#p4 {
  grid-column: 10/13;
  grid-row: 3/7;
  padding: 10px 10px 0px 10px;
}
#p4 img {
  height: 100%;
  width: 100%;
}
#h4 {
  position: relative;
  left: 4%;
  align-items: flex-start;
  grid-column: 10/13;
  grid-row: 7/8;
}
#t4 {
  position: relative;
  left: 4%;

  grid-column: 10/13;
  grid-row: 8/9;
  padding: 0px 10px 0px 0px;
  bottom: 42%;
}
#b4 {
  grid-column: 10/12;
  grid-row: 9/10;
  position: relative;
  bottom: 22%;
  left: 25%;
  font-size: clamp(12px, 1vw, 14x);
  z-index: 6;
}
#p5 {
  grid-column: 1/4;
  grid-row: 10/14;
  padding: 10px 10px 0px 10px;
}
#p5 img {
  height: 100%;
  width: 100%;
}
#h5 {
  position: relative;
  left: 4%;
  align-items: flex-start;
  grid-column: 1/4;
  grid-row: 14/15;
}
#t5 {
  position: relative;
  left: 4%;

  grid-column: 1/4;
  grid-row: 15/16;
  padding: 0px 10px 0px 0px;
  bottom: 42%;
}
#b5 {
  grid-column: 1/3;
  grid-row: 16/17;
  position: relative;
  bottom: 22%;
  left: 25%;
  z-index: 6;
}
#p6 {
  grid-column: 4/7;
  grid-row: 10/14;
  padding: 10px 10px 0px 10px;
}
#p6 img {
  height: 100%;
  width: 100%;
}
#h6 {
  position: relative;
  left: 4%;
  align-items: flex-start;
  grid-column: 4/7;
  grid-row: 14/15;
}
#t6 {
  position: relative;
  left: 4%;

  grid-column: 4/7;
  grid-row: 15/16;
  padding: 0px 10px 0px 0px;
  bottom: 42%;
}
#b6 {
  grid-column: 4/6;
  grid-row: 16/17;
  position: relative;
  bottom: 22%;
  left: 25%;
  z-index: 6;
}
#p7 {
  grid-column: 7/10;
  grid-row: 10/14;
  padding: 10px 10px 0px 10px;
}
#p7 img {
  height: 100%;
  width: 100%;
}
#h7 {
  position: relative;
  left: 4%;
  align-items: flex-start;
  grid-column: 7/10;
  grid-row: 14/15;
}
#t7 {
  position: relative;
  left: 4%;

  grid-column: 7/10;
  grid-row: 15/16;
  padding: 0px 10px 0px 0px;
  bottom: 42%;
}
#b7 {
  grid-column: 7/9;
  grid-row: 16/17;
  position: relative;
  bottom: 22%;
  left: 25%;
  z-index: 6;
}
#p8 {
  grid-column: 10/13;
  grid-row: 10/14;
  padding: 10px 10px 0px 10px;
}
#p8 img {
  height: 100%;
  width: 100%;
}
#h8 {
  position: relative;
  left: 4%;
  align-items: flex-start;
  grid-column: 10/13;
  grid-row: 14/15;
}
#t8 {
  position: relative;
  left: 4%;

  grid-column: 10/13;
  grid-row: 15/16;
  padding: 0px 10px 0px 0px;
  bottom: 42%;
}
#b8 {
  grid-column: 10/12;
  grid-row: 16/17;
  position: relative;
  bottom: 22%;
  left: 25%;
  z-index: 6;
}

#content4-btn {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 700;
  color: white;

  background-color: #3444c5;
  width: 70%;
  height: 55px;
  border: 0px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.content5 {
  height: 140vh;

  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-template-rows: repeat(8, 1fr);
  padding: 0px 50px 0px 50px;
  z-index: 7;
}
.content5 div {
  display: flex;

  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 550;
}
#content5-img11 {
  display: none;
}
#content5-img1 {
  grid-column: 4/9;
  grid-row: 2/8;
  z-index: -1;
  position: relative;
  right: 6%;
}
#content5-img1 img {
  height: 100%;
  width: 90%;
}
#content5-img2 {
  grid-column: 3/5;
  grid-row: 5/8;
  position: relative;
  bottom: 0;
  right: 35%;
}
#content5-img2 img {
  height: 150%;
  width: 150%;
}
#head5-1 {
  font-size: clamp(30px, 4vw, 65px);
  color: #3444c5;
  grid-column: 1/4;
  grid-row: 1/3;
}
#content5-txt1 {
  grid-column: 1/4;
  grid-row: 2/4;
  font-size: clamp(14px, 1vw, 16px);
}
#head5-2 {
  font-size: clamp(30px, 4vw, 65px);
  color: #fbb831;
  grid-column: 7/11;
  grid-row: 6/9;
  position: relative;
  top: 12%;
  right: 3%;
}
#content5-txt2 {
  grid-column: 9/12;
  grid-row: 1/4;
  font-weight: 600;
  font-size: clamp(13px, 1vw, 15px);
  position: relative;
  right: 13%;
  top: 8%;
}

#subhead1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-column: 8/10;
  grid-row: 4/5;
 

  position: relative;
  top: 90px;
  left: 30px;

}

#subhead2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-column: 10/12;
  grid-row: 4/5;
 
  justify-items: center;
  align-items: center;
  position: relative;
  left: 5px;
  top: 90px;
  
}
#subhead3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-column: 8/10;
  grid-row: 5/6;
  
  position: relative;
  left: 38px;
  top: 90px;
  
}
#subhead4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-column: 10/12;
  grid-row: 5/6;

  position: relative;
  top: 87px;
  left: 30px;

}

.num {
  font-size: 24.3px;
  color: #3444c5;
  font-weight: 700;
  transition: 0.8s;
}
.num2 {
  font-size: 24.3px;
  color: #3444c5;
  font-weight: 700;
  transition: 0.8s;
}
.num-text {
  font-size: 24.3px;
  color: #3444c5;
  font-weight: 700;
  position: relative;
  left: 35px;
  bottom: 30px;
}

.text {
  font-size: 24.3px;
  grid-column: 1/3;
  font-size: clamp(12px, 1vw, 16px);
  color: black;
  font-weight: 600;
  position: relative;
  bottom: 25px;
  left: 15px;
 
}

#text2{
  position: relative;
  bottom: 60px;
  left: 20px;


}
#plus{
  position: relative;
  bottom:65px;
  left: 55px;
}
#dot{

  position: relative;
  top: -6px;
  left: 15px;

}
#four{
  position: relative;
  top: 25px;
  
}

#num-text2 {
  position: relative;
  bottom: 35px;
  left: 30px;
  
}
#num-text3 {
  position: relative;
  
}
#text3 {
  position: relative;
  
}
#num-text4 {
  position: relative;
  left: 42px;
 
}
#text4 {
  position: relative;
  left: 5px;
 
}

.footer {
  height: 70vh;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(8, 1fr);
  background-image: url("../img/foot.png");
  background-size: 100% 100%;
}
.footer div {
  display: flex;

  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 600;
  color: white;
}
.footer div a p {
  font-size: clamp(12px, 1vw, 16px);
}
.footer div a h1 {
  font-size: clamp(16px, 1vw, 18px);
}
#line1 {
  height: 0px;
  border-bottom: 4px solid white;
  border-top: 0.2px solid white;
  grid-column: 3/4;
  grid-row: 2/3;
  position: relative;
  top: 20%;
  width: 85%;
}
#line2 {
  height: 0px;
  border-bottom: 4px solid white;
  border-top: 0.2px solid white;
  grid-column: 4/6;
  grid-row: 2/3;
  position: relative;
  top: 20%;

  width: 75%;
}
#line3 {
  height: 0px;
  border-bottom: 4px solid white;
  border-top: 0.2px solid white;
  grid-column: 5/7;
  grid-row: 2/3;
  position: relative;
  top: 20%;
  left: 30%;

  width: 60%;
}
#footLogo {
  grid-column: 2/3;
  grid-row: 2/3;
  position: relative;
  right: 65%;
  top: 5%;
}
#footLogo img {
  width: 90%;
  height: 90%;
}

#foot-txt {
  position: relative;
  font-weight: 500;
  bottom: 30%;
  right: 27%;
  grid-column: 2/4;
  grid-row: 4/5;
  width: 70%;
}

#foot-icons {
  flex-direction: row;

  grid-column: 1/3;
  bottom: 60%;
  grid-row: 6/7;
  position: relative;
  right: 8%;
}

#foot-icons a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10.5%;
  height: 90%;
  margin: 0px 2% 0px 2%;
}
#foot-icons a img {
  width: 50px;
  height: 50px;
}
#foot-links-1 {
  position: relative;
  bottom: 45%;
  left: 20%;
  align-items: flex-start;
  justify-content: flex-start;
  grid-column: 3/4;
  grid-row: 4/9;
  font-weight: 550;
}
#foot-links-1 a {
  margin: 3% 0px 3% 0px;
  font-size: clamp(14px, 1vw, 16px);

  color: white;
}
#foot-links-1 a p {
  font-weight: 450;
  color: white;
}
#foot-links-2 {
  position: relative;
  bottom: 45%;
  left: 5%;
  align-items: flex-start;
  justify-content: flex-start;
  grid-column: 4/6;
  grid-row: 4/9;
  font-weight: 550;
}
#foot-links-2 a {
  margin: 1.8% 0px 1.8% 0px;
  font-size: clamp(14px, 1vw, 16px);
  width: 70%;

  color: white;
}
#foot-links-2 a p {
  font-weight: 450;
  color: white;
}
#foot-links-3 {
  position: relative;
  bottom: 45%;
  right: 30%;

  align-items: flex-start;
  justify-content: flex-start;
  grid-column: 6/7;
  grid-row: 4/9;
  font-weight: 550;
}
#foot-links-3 a {
  margin: 3% 0px 3% 0px;
  font-size: clamp(14px, 1vw, 16px);

  color: white;
}
#foot-links-3 a p {
  font-weight: 450;
  color: white;
}
#foot-links-4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  position: relative;
  left: 8%;
  width: 90%;
  grid-column: 1/7;
  grid-row: 8/9;
}
#foot-links-4 a {
  font-weight: 500;
  color: white;
  font-size: clamp(13px, 1vw, 15px);
}

.popup{
  display: none;
}

@media screen and (max-width: 1001px),
  (min-device-width: 1001px) and (max-device-width: 1200px) {
  .num {
    font-size: clamp(24px, 1vw, 26px);
    color: #3444c5;
    font-weight: 700;
    transition: 0.8s;
  }
  .num2 {
    font-size: clamp(24px, 1vw, 26px);
    color: #3444c5;
    font-weight: 700;
    transition: 0.8s;
  }
  .num-text {
    font-size: clamp(24px, 1vw, 26px);
    font-size: 28px;
    color: #3444c5;
    font-weight: 700;
  }
  .num-text {
    font-size: clamp(24px, 1vw, 26px);

    position: relative;
   
  }
}
.hamburger-menu{
  display: none;
}
.menu__box{
  display: none;
}
#menu__toggle{
  display: none;
}
@media screen and (max-width: 925px) {
  .material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 800, "GRAD" 0, "opsz" 48;
  }
  .nav {
    height: 102px;
    border: 2px solid #d0d0d0;
    background-color: #f4f4f4;
  }

  .nav-item a {
    display: none;
  }
  #search {
    grid-column: 13/14;
    position: relative;
    left: 0%;
  }
  #logo {
    position: relative;
    left: 50%;
  }
  #menu {
    grid-column: 16/17;
    position: relative;
    right: 35%;
    top: 1%;
    display: flex;
  }
  #cart {
    grid-column: 15/ 16;
    position: relative;
    top: 2%;
    right: 60%;
  }
  #log {
    display: none;
  }
  #sign {
    display: none;
  }

  #bag {
    display: none;
  }
  .content1 {
    padding: 5px 5% 30px 5%;
    background-color: white;
    height: 135vh;
  }
  #content1-but {
    position: relative;
    right: 17%;
    width: 60%;
    height: 500%;
  }
  #circle {
    grid-row: 11/12;
    grid-column: 4/9;
    display: block;
    position: relative;
    top: 200%;
    left: 30%;
  }

  #content1-c1 {
    border-radius: 50%;
    width: 10%;
    height: 120%;
    position: relative;
    margin: 0px 8px 0px 8px;
    border: 0px solid #f4f4f4;
  }
  #content1-c2 {
    border-radius: 50%;
    width: 10%;
    height: 120%;
    position: relative;
    margin: 0px 8px 0px 8px;
    border: 0px solid #f4f4f4;
  }

  #content1-c3 {
    border-radius: 50%;
    width: 10%;
    height: 120%;
    position: relative;
    margin: 0px 8px 0px 8px;
    border: 0px solid #f4f4f4;
  }

  #head1 {
    font-size: clamp(25px, 7.5vw, 35px);
    grid-row: 1/3;
    grid-column: 1/13;
  }
  #content1-txt {
    grid-row: 9/11;
    grid-column: 1 / 13;
    font-size: 14px;
    font-weight: 500;
  }
  #content1-txt button {
    display: none;
  }
  #content1-img1 {
    grid-column: 1/15;
    grid-row: 3/9;
  }
  #content1-img2 {
    display: none;
  }
  #button1 {
    height: 10%;
    grid-row: 8/9;
    grid-column: 1 / 6;
    position: relative;
    right: 13%;
    top: 20%;
    width: 130%;
  }
  #button2 {
    display: none;
  }
  #head5-2 {
    display: none;
  }
  .content2 {
    grid-template-rows: repeat(5, 1fr);
    height: 75vh;
  }
  .content2 div {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 3% 20px 3%;
  }

  #head2 {
    font-size: clamp(23px, 3vw, 45px);
    grid-column: 1/4;
    grid-row: 1 / 2;
    position: relative;
    top: 10%;
  }
  #content2-img {
    display: none;
  }
  #content2-img1 {
    padding-top: 20px;
    padding-bottom: 0px;
    grid-column: 1/4;
    grid-row: 2/6;
    display: block;
  }

  #content2-img1 img {
    height: 100%;
  }

  #circle2 {
    grid-row: 5/6;
    grid-column: 1/4;
    padding-top: 0px;
    padding-bottom: 0px;

    position: relative;
    top: 0%;

    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
  }

  #content2-c1 {
    border-radius: 50%;
    width: 3%;
    height: 15%;
    position: relative;
    margin: 0px 2px 0px 2px;
    border: 0px solid #f4f4f4;
  }
  #content2-c2 {
    border-radius: 50%;
    width: 3%;
    height: 15%;
    position: relative;
    margin: 0px 2px 0px 2px;
    border: 0px solid #f4f4f4;
  }

  #content2-c3 {
    border-radius: 50%;
    width: 3%;
    height: 15%;
    position: relative;
    margin: 0px 2px 0px 2px;
    border: 0px solid #f4f4f4;
  }
  .content3 {
    display: grid;
    height: 105vh;
    padding: 0px 2% 0px 2%;
    grid-template-rows: repeat(9, 1fr);
    grid-template-columns: repeat(21, 1fr);
  }

  #head3 {
    align-items: flex-start;
    font-size: clamp(20px, 3.5vw, 65px);
    grid-row: 1/2;
    grid-column: 1/22;
    left: 0%;
  }
  #content3-txt {
    font-weight: 600;
    grid-column: 1/22;
    grid-row: 2/3;
    font-size: 14px;
  }
  .c3-categories {
    min-height: 80px;
    max-height: 200px;
  }
  #c3-categories-img1 {
    position: relative;
    right: 5%;

    grid-row: 3/6;
    grid-column: 2/11;
  }
  #c3-categories-img1 a img {
    width: 110%;
    height: 100%;
  }
  #c3-categories-img1 a {
    width: 110%;
    height: 100%;
  }
  #c3-categories-img2 {
    position: relative;
    right: 5%;

    grid-row: 3/6;
    grid-column: 12/21;
  }
  #c3-categories-img2 a img {
    width: 110%;
    height: 100%;
  }
  #c3-categories-img2 a {
    width: 110%;
    height: 100%;
  }
  #c3-categories-img3 {
    position: relative;
    right: 5%;

    grid-row: 5/8;
    grid-column: 2/11;
    position: relative;
    top: 45%;
  }
  #c3-categories-img3 a img {
    width: 110%;
    height: 100%;
  }
  #c3-categories-img3 a {
    width: 110%;
    height: 100%;
  }
  #c3-categories-img4 {
    position: relative;
    right: 5%;
    grid-row: 5/8;
    grid-column: 12/21;
    position: relative;
    top: 45%;
  }
  #c3-categories-img4 a img {
    width: 110%;
    height: 100%;
  }
  #c3-categories-img4 a {
    width: 110%;
    height: 100%;
  }
  #c3-categories-img5 {
    grid-row: 3/9;
    grid-column: 13/16;
    display: none;
  }
  #c3-categories-img5 a img {
    width: 100%;
    height: 100%;
  }
  #c3-categories-img5 a {
    width: 100%;
    height: 100%;
  }
  #c3-categories-img6 {
    grid-row: 3/9;
    grid-column: 16/19;
    display: none;
  }
  #c3-categories-img6 a img {
    width: 100%;
    height: 100%;
  }
  #c3-categories-img6 a {
    width: 100%;
    height: 100%;
  }
  #c3-categories-img7 {
    grid-row: 3/9;
    grid-column: 19/22;
    display: none;
  }
  #c3-categories-img7 a img {
    width: 100%;
    height: 100%;
  }
  #c3-categories-img7 a {
    width: 100%;
    height: 100%;
  }

  #circle3 {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    grid-row: 9/10;
    grid-column: 7/16;
    position: relative;
    top: 5%;
  }
  #content3-c1 {
    border-radius: 50%;
    width: 6%;
    height: 13%;
    position: relative;
    margin: 0px 5px 0px 5px;
    border: 0px solid #f4f4f4;
    top: 10%;
  }
  #content3-c2 {
    border-radius: 50%;
    width: 6%;
    height: 13%;
    position: relative;
    margin: 0px 5px 0px 5px;
    border: 1px solid #f4f4f4;
    top: 10%;
  }

  #content3-c3 {
    border-radius: 50%;
    width: 6%;
    height: 13%;
    position: relative;
    margin: 0px 5px 0px 5px;
    border: 1px solid #f4f4f4;
    top: 10%;
  }

  .content4 {
    height: 280vh;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(14, 1fr);
    padding: 00px 3% 00px 3%;
  }
  .rm {
    visibility: visible;
  }
  #view {
    display: none;
  }
  #head4 {
    font-size: clamp(20px, 4vw, 65px);
    grid-column: 1/13;
    align-items: flex-start;
  }
  #content4-txt {
    grid-row: 2/3;
    grid-column: 1/13;
    width: 100%;
  }

  #p1 {
    grid-column: 1/7;
    grid-row: 3/5;
    padding: 10px 10px 0px 10px;
    height: 70%;
  }
  #p1 img {
    height: 100%;
    width: 100%;
  }
  #h1 {
    position: relative;

    align-items: flex-start;
    bottom: 60%;
    grid-column: 1/7;
    grid-row: 5/6;
    font-size: 13px;
  }
  #t1 {
    position: relative;

    position: relative;
    width: 95%;
    grid-column: 1/7;
    grid-row: 5/6;
    padding: 0px 10px 0px 0px;
    bottom: 20%;
    font-weight: 600;
    font-size: 12px;
  }
  #r1 {
    grid-column: 1/7;
    grid-row: 5/6;
    position: relative;
    top: 10%;
  }
  #b1 {
    grid-column: 1/5;
    grid-row: 4/5;

    position: relative;
    top: 15%;

    font-size: clamp(8px, 1vw, 12px);
  }
  #b1 button {
    border-radius: 0px;
    width: 95%;
    height: 45%;
  }
  #p2 {
    grid-column: 7/13;
    grid-row: 3/5;
    padding: 10px 10px 0px 10px;
    height: 70%;
  }
  #p2 img {
    height: 100%;
    width: 100%;
  }
  #h2 {
    position: relative;
    bottom: 60%;

    align-items: flex-start;
    grid-column: 7/13;
    grid-row: 5/6;
    font-size: 13px;
  }
  #t2 {
    position: relative;

    grid-column: 7/13;
    grid-row: 5/6;
    padding: 0px 10px 0px 0px;
    bottom: 20%;
    font-size: 12px;
  }

  #b2 {
    grid-column: 5/10;
    grid-row: 5/6;

    position: relative;
    bottom: 85%;
    left: 50%;
    font-size: clamp(8px, 1vw, 12px);
  }
  #b2 button {
    border-radius: 0px;
    width: 80%;
    height: 45%;
  }

  #r2 {
    grid-column: 7/13;
    grid-row: 5/6;
    position: relative;
    top: 10%;
  }

  #p3 {
    grid-column: 1/7;
    grid-row: 6/8;
    padding: 10px 10px 0px 10px;
    position: relative;

    bottom: 0%;
    height: 70%;
  }
  #p3 img {
    height: 100%;
    width: 100%;
  }
  #h3 {
    position: relative;

    align-items: flex-start;
    grid-column: 1/7;
    grid-row: 7/8;
    top: 35%;
    font-size: 12px;
  }
  #t3 {
    position: relative;

    bottom: 25%;
    width: 95%;
    grid-column: 1/7;
    grid-row: 8/9;
    padding: 0px 10px 0px 0px;

    font-weight: 600;
    font-size: 12px;
  }
  #r3 {
    grid-column: 1/7;
    grid-row: 8/9;
    position: relative;
    top: 7%;
  }
  #b3 {
    grid-column: 1/5;
    grid-row: 7/8;

    position: relative;
    top: 15%;

    font-size: clamp(8px, 1vw, 12px);
  }
  #b3 button {
    border-radius: 0px;
    width: 95%;
    height: 37%;
  }
  #p4 {
    grid-column: 7/13;
    grid-row: 6/8;
    padding: 10px 10px 0px 10px;
    position: relative;
    height: 70%;
    top: 1%;
  }
  #p4 img {
    height: 100%;
    width: 100%;
  }
  #h4 {
    position: relative;

    align-items: flex-start;
    grid-column: 7/13;
    grid-row: 7/8;
    top: 35%;
    font-size: 12px;
  }
  #t4 {
    position: relative;

    bottom: 25%;
    width: 95%;
    grid-column: 7/13;
    grid-row: 8/9;
    padding: 0px 10px 0px 0px;

    font-weight: 600;
    font-size: 12px;
  }
  #r4 {
    grid-column: 7/13;
    grid-row: 8/9;
    position: relative;
    top: 7%;
  }
  #b4 {
    grid-column: 5/10;
    grid-row: 7/8;

    position: relative;
    top: 15%;
    left: 50%;
    font-size: clamp(8px, 1vw, 12px);
  }
  #b4 button {
    border-radius: 0px;
    width: 80%;
    height: 37%;
  }

  #p5 {
    grid-column: 1/7;
    grid-row: 9/11;
    padding: 10px 10px 0px 10px;
    height: 70%;
    top: 1%;
  }
  #p5 img {
    height: 100%;
    width: 100%;
  }
  #h5 {
    position: relative;

    align-items: flex-start;
    grid-column: 1/7;
    grid-row: 11/12;
    font-size: 12px;
    position: relative;
    bottom: 60%;
  }
  #t5 {
    position: relative;
    grid-column: 1/7;
    grid-row: 11/12;
    padding: 0px 10px 0px 0px;
    bottom: 25%;
    font-weight: 600;
    font-size: 12px;
  }
  #r5 {
    grid-column: 1/7;
    grid-row: 11/12;
    position: relative;
    bottom: 0%;
  }
  #b5 {
    grid-column: 1/5;
    grid-row: 10/11;
    top: 15%;
    position: relative;
    font-size: clamp(8px, 1vw, 12px);
  }
  #b5 button {
    border-radius: 0px;
    width: 95%;
    height: 45%;
  }
  #p6 {
    grid-column: 7/13;
    grid-row: 9/11;
    padding: 10px 10px 0px 10px;
    height: 70%;
    top: 1%;
  }
  #p6 img {
    height: 100%;
    width: 100%;
  }
  #h6 {
    position: relative;
    align-items: flex-start;
    grid-column: 7/13;
    grid-row: 10/11;
    font-size: 13px;
    top: 40%;
  }
  #t6 {
    position: relative;
    grid-column: 7/13;
    grid-row: 11/12;
    padding: 0px 10px 0px 0px;
    bottom: 25%;
    font-size: 12px;
  }

  #b6 {
    grid-column: 5/10;
    grid-row: 10/11;
    top: 15%;
    left: 50%;
    position: relative;

    font-size: clamp(8px, 1vw, 12px);
  }
  #b6 button {
    border-radius: 0px;
    width: 80%;
    height: 45%;
  }

  #r6 {
    grid-column: 7/13;
    grid-row: 11/12;
    position: relative;
    bottom: 0%;
  }
  #p7 {
    grid-column: 1/7;
    grid-row: 12/14;
    padding: 10px 10px 0px 10px;
    height: 70%;
    top: 1%;
  }
  #p7 img {
    height: 100%;
    width: 100%;
  }
  #h7 {
    position: relative;
    bottom: 55%;
    align-items: flex-start;
    grid-column: 1/7;
    grid-row: 14/15;
    font-size: 12px;
  }
  #t7 {
    position: relative;

    position: relative;
    width: 95%;
    grid-column: 1/7;
    grid-row: 14/15;
    padding: 0px 10px 0px 0px;
    bottom: 18%;
    font-weight: 600;
    font-size: 12px;
  }
  #r7 {
    grid-column: 1/7;
    grid-row: 14/15;
    position: relative;
    top: 15%;
  }
  #b7 {
    grid-column: 1/5;
    grid-row: 13/14;

    position: relative;
    top: 15%;

    font-size: clamp(8px, 1vw, 12px);
  }
  #b7 button {
    border-radius: 0px;
    width: 95%;
    height: 45%;
  }
  #p8 {
    grid-column: 7/14;
    grid-row: 12/14;
    padding: 10px 10px 0px 10px;
    height: 70%;
  }
  #p8 img {
    height: 100%;
    width: 100%;
  }
  #h8 {
    position: relative;

    align-items: flex-start;
    grid-column: 7/13;
    grid-row: 13/14;
    font-size: 13px;
    top: 45%;
  }
  #t8 {
    position: relative;

    grid-column: 7/13;
    grid-row: 14/15;
    padding: 0px 10px 0px 0px;
    bottom: 18%;
    font-size: 12px;
  }

  #b8 {
    grid-column: 5/10;
    grid-row: 13/14;

    position: relative;
    top: 15%;
    left: 50%;

    font-size: clamp(8px, 1vw, 12px);
  }
  #b8 button {
    border-radius: 0px;
    width: 80%;
    height: 45%;
  }

  #r8 {
    grid-column: 7/13;
    grid-row: 14/15;
    position: relative;
    top: 16%;
  }
  .pro:hover {
    display: none;
  }

  .content5 {
    height: 200vh;
    grid-template-rows: repeat(11, 1fr);
    padding: 0px 5% 0px 5%;
  }
  #head5-1 {
    font-size: clamp(30px, 4vw, 65px);
    color: #3444c5;
    grid-column: 1/9;
    grid-row: 1/2;
    align-items: flex-start;
  }
  #head5-2 {
    display: block;
    font-size: clamp(30px, 4vw, 65px);
    color: #fbb831;
    grid-column: 1/9;
    grid-row: 9/10;
    align-items: flex-start;
    position: relative;
    top: 25%;
    left: 0%;
  }
  #content5-txt1 {
    grid-column: 1/11;
    grid-row: 2/3;
    font-size: clamp(14px, 1vw, 16px);
    position: relative;
    bottom: 20%;
  }
  #content5-txt2 {
    grid-column: 3/11;
    grid-row: 10/11;
    font-size: clamp(14px, 1vw, 16px);
    position: relative;
    width: 100%;
    bottom: 12%;
    
  }
  #content5-txt2 p {
    position: relative;
    bottom: 16%;
    right: 10%;
  }
  #content5-img1 {
    display: none;
  }
  #content5-img11 {
    display: block;
    grid-column: 1/12;
    grid-row: 3/9;
    z-index: -1;
  }
  #content5-img11 img {
    height: 100%;
    width: 100%;
  }
  #content5-img2 {
    display: none;
  }
 
  #subhead1 {
    position: relative;
    top: 0;
    left: 0;
 
    grid-column: 1/4;
    grid-row: 11/12;
  }
  #subhead2 {
    position: relative;
    top: 0;
    left: 0;
    
    grid-column: 7/10;
    grid-row: 11/12;
    top: 5px;
  }
  #text2 {
    position: relative;
   
  }
  #subhead3 {
   grid-column: 1/4;
    grid-row: 12/13;
    position: relative;
    top: 0;
    left: 0;
  }
  #subhead4 {
    position: relative;
    top: 0;
    left: 15px;
    
    grid-column: 7/10;
    grid-row: 12/13;
    bottom: 7px;
  }
  #num-text3 {
    position: relative;
    
  }
  .footer {
    height: 110vh;
  }
  #line1 {
    display: none;
    height: 0px;
    border-bottom: 4px solid white;
    border-top: 0.2px solid white;
    grid-column: 3/4;
    grid-row: 2/3;
    position: relative;
    top: 20%;
    width: 85%;
  }
  #line2 {
    display: none;
    height: 0px;
    border-bottom: 4px solid white;
    border-top: 0.2px solid white;
    grid-column: 4/6;
    grid-row: 2/3;
    position: relative;
    top: 20%;

    width: 75%;
  }
  #line3 {
    display: none;
    height: 0px;
    border-bottom: 4px solid white;
    border-top: 0.2px solid white;
    grid-column: 5/7;
    grid-row: 2/3;
    position: relative;
    top: 20%;
    left: 30%;

    width: 60%;
  }
  #footLogo {
    grid-column: 1/6;
    grid-row: 1/2;
    position: relative;
    right: 13%;
    top: 5%;
    
  }
  #footLogo img {
  height: 100px;
  width: 190px;
  }

  #foot-txt {
    position: relative;
    font-weight: 500;
    bottom: 5%;
    left: 5%;

    grid-column: 1/7;
    grid-row: 2/3;
    width: 90%;
  }

  #foot-icons {
    flex-direction: row;
    grid-row: 3/4;
    grid-column: 1/6;
    width: 150%;

    position: relative;
    bottom: 10%;
    right: 42%;
  }

  #foot-icons a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8%;
    height: 80%;
    margin: 0px 2% 0px 2%;
  }
  #foot-icons a img {
    width: 40px;
    height: 40px;
  }
  #foot-links-1 {
    position: relative;
    bottom: 65%;
    left: 14%;
    align-items: flex-start;
    justify-content: flex-start;
    grid-column: 1/4;
    grid-row: 6/11;
    font-weight: 550;
  }
  #foot-links-1 a {
    margin: 3% 0px 3% 0px;
    font-size: clamp(14px, 1vw, 16px);

    color: white;
  }
  #foot-links-1 a p {
    font-weight: 450;
    color: white;
  }
  #foot-links-2 {
    width: 90%;
    position: relative;
    bottom: 64%;
    left: 30%;
    align-items: flex-start;
    justify-content: flex-start;
    grid-column: 2/6;
    grid-row: 6/11;
    font-weight: 550;
  }
  #foot-links-2 a {
    margin: 1.8% 0px 1.8% 0px;
    font-size: clamp(14px, 1vw, 16px);
    width: 100%;

    color: white;
  }
  #foot-links-2 a p {
    font-weight: 450;
    color: white;
  }
  #foot-links-3 {
    display: none;
    position: relative;
    bottom: 45%;
    right: 30%;

    align-items: flex-start;
    justify-content: flex-start;
    grid-column: 6/7;
    grid-row: 4/9;
    font-weight: 550;
  }
  #foot-links-3 a {
    margin: 3% 0px 3% 0px;
    font-size: clamp(14px, 1vw, 16px);

    color: white;
  }
  #foot-links-3 a p {
    font-weight: 450;
    color: white;
  }
  #foot-links-4 {
    display: flex;
    flex-direction: row;

    justify-content: space-between;
    text-align: center;
    position: relative;
    left: 7%;
    width: 90%;
    grid-column: 1/7;
    grid-row: 8/9;
  }
  #foot-links-4 a {
    font-weight: 500;
    color: white;
    font-size: clamp(13px, 1vw, 15px);
  }
}

@media screen and (max-width: 925px) {
  .material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 800, "GRAD" 0, "opsz" 48;
  }
  .nav {
    height: 102px;
    border: 2px solid #d0d0d0;
    background-color: #f4f4f4;
  }

  .nav-item a {
    display: none;
  }
  #search {
    grid-column: 14/15;
    position: relative;
    left: 0%;
  }
  #simg{
    /* display: none; */
    position: relative;
    top: 80%;
    }
  input{
    display: none;

  }
  #logo {
    grid-column: 4/7;
    position: relative;
    top: 0%;
    left: 15%;
   
  }
  #logo img{
    width: 190%;
    height:80%;
  }
  #menu {
    grid-column: 1/4;
    grid-row: 1/2;
    position: relative;
    right: -15%;
    top: 40%;
    display: none;
  }
  #profile{
    grid-column: 12/ 13;
    grid-row: 1/2;
    top: 2%;
    /* top: -50%; */
    display: none;

  }

  #cart {
    grid-column: 14/ 15;
    position: relative;
    /* top: 2%; */
    right: 30%;
    display: none;
  }
  #log {
    display: none;
  }
  #sign {
    display: none;
  }

  #bag {
    display: none;
  }
  .content1 {
    padding: 15px 5% 0px 5%;
    background-color: white;
    height: 75vh;
  }
  #content1-but {
    position: relative;
    right: 17%;
    width: 60%;
    height: 500%;
  }
  #circle {
    grid-row: 11/12;
    grid-column: 4/9;
    display: block;
    position: relative;
    top: 200%;
    left: 30%;
  }

  #content1-c1 {
    border-radius: 50%;
    width: 8%;
    height: 80%;
    position: relative;
    margin: 0px 3px 0px 3px;
    border: 0px solid #f4f4f4;
  }
  #content1-c2 {
    border-radius: 50%;
    width: 8%;
    height: 80%;
    position: relative;
    margin: 0px 3px 0px 3px;
    border: 0px solid #f4f4f4;
  }

  #content1-c3 {
    border-radius: 50%;
    width: 8%;
    height: 80%;
    position: relative;
    margin: 0px 3px 0px 3px;
    border: 0px solid #f4f4f4;
  }

  #head1 {
    font-size: clamp(20px, 7.5vw, 28px);
    grid-row: 1/3;
    grid-column: 1/13;
  }
  #content1-txt {
    grid-row: 9/11;
    grid-column: 1 / 13;
    font-size: 14px;
    font-weight: 500;
  }
  #content1-txt button {
    display: none;
  }
  #content1-img1 {
    grid-column: 1/15;
    grid-row: 3/9;
  }
  #content1-img2 {
    display: none;
  }
  #button1 {
    height: 10%;
    grid-row: 8/9;
    grid-column: 1 / 6;
    position: relative;
    right: 13%;
    top: 20%;
    width: 130%;
  }
  #button2 {
    display: none;
  }
  #head5-2 {
    display: none;
  }
  .content2 {
    grid-template-rows: repeat(5, 1fr);
    height: 55vh;
    width: 100vw;
    padding: 0px 3% 0px 3%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    bottom: 20px;
  }
  .content2 div {
    justify-content: flex-start;
    align-items: flex-start;
  }

  #head2 {
    font-size: clamp(23px, 3vw, 45px);
    grid-column: 1/4;
    grid-row: 1 / 2;
    position: relative;
    top: 10%;
    padding-top: 50px;
    padding-bottom: 0px;
  }
  #content2-img {
    display: none;
  }
  #content2-img1 {
    padding-top: 20px;
    padding-bottom: 0px;
    grid-column: 1/4;
    grid-row: 2/6;
    display: block;
  }

  #content2-img1 img {
    height: 100%;
  }

  #circle2 {
    grid-row: 5/6;
    grid-column: 1/4;
    padding-top: 0px;
    padding-bottom: 0px;

    position: relative;
    top: 35%;
    right: 2%;

    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
  }

  #content2-c1 {
    border-radius: 50%;
    width: 3%;
    height: 14%;
    position: relative;
    margin: 0px 3px 0px 3px;
    border: 0px solid #f4f4f4;
  }
  #content2-c2 {
    border-radius: 50%;
    width: 3%;
    height: 14%;
    position: relative;
    margin: 0px 3px 0px 3px;
    border: 0px solid #f4f4f4;
  }

  #content2-c3 {
    border-radius: 50%;
    width: 3%;
    height: 14%;
    position: relative;
    margin: 0px 3px 0px 3px;
    border: 0px solid #f4f4f4;
  }
  .content3 {
    display: grid;
    height: 80vh;
    padding: 0px 2% 0px 2%;
    grid-template-rows: repeat(7, 1fr);
    grid-template-columns: repeat(21, 1fr);
    position: relative;
    bottom: 40px;
  }

  #head3 {
    align-items: flex-start;
    font-size: clamp(20px, 3.5vw, 65px);
    grid-row: 1/2;
    grid-column: 1/22;
    left: 0%;
  }
  #content3-txt {
    font-weight: 600;
    grid-column: 1/22;
    grid-row: 2/3;
    font-size: 14px;
    position: relative;
    bottom: 30px;
  }
  .c3-categories {
    min-height: 80px;
    max-height: 200px;
  }
  #c3-categories-img1 {
    position: relative;
    right: 5%;
   top: 0%;

    grid-row: 3/6;
    grid-column: 2/11;
    margin: 5px 13px 5px 13px;
  }
  #c3-categories-img1 a img {
    width: 110%;
    height: 105%;
  }
  #c3-categories-img1 a {
    width: 110%;
    height: 100%;
  }
  #c3-categories-img2 {
    position: relative;
    right: 5%;
   top: 0%;

    grid-row: 3/6;
    grid-column: 12/21;
    margin: 5px 13px 5px 13px;
  }
  #c3-categories-img2 a img {
    width: 110%;
    height: 105%;
  }
  #c3-categories-img2 a {
    width: 110%;
    height: 100%;
  }
  #c3-categories-img3 {
    position: relative;
    right: 5%;

    grid-row: 4/7;
    grid-column: 2/11;
    position: relative;
    top: 45%;
    margin: 5px 13px 5px 13px;
  }
  #c3-categories-img3 a img {
    width: 110%;
    height: 105%;
  }
  #c3-categories-img3 a {
    width: 110%;
    height: 100%;
  }
  #c3-categories-img4 {
    position: relative;
    right: 5%;
    grid-row: 4/7;
    grid-column: 12/21;
    position: relative;
    top: 45%;
    margin: 5px 13px 5px 13px;
  }
  #c3-categories-img4 a img {
    width: 110%;
    height: 105%;
  }
  #c3-categories-img4 a {
    width: 110%;
    height: 100%;
  }
  #c3-categories-img5 {
    grid-row: 3/9;
    grid-column: 13/16;
    display: none;
  }
  #c3-categories-img5 a img {
    width: 100%;
    height: 100%;
  }
  #c3-categories-img5 a {
    width: 100%;
    height: 100%;
  }
  #c3-categories-img6 {
    grid-row: 3/9;
    grid-column: 16/19;
    display: none;
  }
  #c3-categories-img6 a img {
    width: 100%;
    height: 100%;
  }
  #c3-categories-img6 a {
    width: 100%;
    height: 100%;
  }
  #c3-categories-img7 {
    grid-row: 3/9;
    grid-column: 19/22;
    display: none;
  }
  #c3-categories-img7 a img {
    width: 100%;
    height: 100%;
  }
  #c3-categories-img7 a {
    width: 100%;
    height: 100%;
  }

  #circle3 {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    grid-row: 9/10;
    grid-column: 7/16;
    position: relative;
    top: 8%;
  }
  #content3-c1 {
    border-radius: 50%;
    width: 8%;
    height: 20%;
    position: relative;
    margin: 0px 8px 0px 8px;
    border: 0px solid #f4f4f4;
  }
  #content3-c2 {
    border-radius: 50%;
    width: 8%;
    height: 20%;
    position: relative;
    margin: 0px 8px 0px 8px;
    border: 0px solid #f4f4f4;
  }

  #content3-c3 {
    border-radius: 50%;
    width: 8%;
    height: 20%;
    position: relative;
    margin: 0px 8px 0px 8px;
    border: 0px solid #f4f4f4;
  }

  .content4 {
    height: 200vh;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(14, 1fr);
    padding: 00px 3% 00px 3%;
  }
  .rm {
    visibility: visible;
  }
  #c4-hr{
    visibility: visible;
    grid-column: 1/15;
    grid-row: 1/2;
    width: 100%;
    height: 100%;
    background-color: #3444c5;
    border: 10px solid #fbb831;
    z-index: 9999;
  }
  #view {
    display: none;
  }
  #head4 {
    font-size: clamp(20px, 4vw, 65px);
    grid-column: 1/13;
    align-items: flex-start;
  }
  #content4-txt {
    grid-row: 2/3;
    grid-column: 1/13;
    width: 100%;
  }

  #p1 {
    grid-column: 1/7;
    grid-row: 3/5;
    padding: 10px 10px 0px 10px;
    height: 70%;
  }
  #p1 img {
    height: 100%;
    width: 100%;
  }
  #h1 {
    position: relative;

    align-items: flex-start;
    bottom: 60%;
    grid-column: 1/7;
    grid-row: 5/6;
    font-size: 13px;
  }
  #t1 {
    position: relative;

    position: relative;
    width: 95%;
    grid-column: 1/7;
    grid-row: 5/6;
    padding: 0px 10px 0px 0px;
    bottom: 20%;
    font-weight: 600;
    font-size: 12px;
  }
  #r1 {
    grid-column: 1/7;
    grid-row: 5/6;
    position: relative;
    top: 10%;
  }
  #b1 {
    grid-column: 1/5;
    grid-row: 4/5;

    position: relative;
    top: 15%;

    font-size: clamp(8px, 1vw, 12px);
  }
  #b1 button {
    border-radius: 0px;
    width: 95%;
    height: 37%;
  }
  #p2 {
    grid-column: 7/13;
    grid-row: 3/5;
    padding: 10px 10px 0px 10px;
    height: 70%;
  }
  #p2 img {
    height: 100%;
    width: 100%;
  }
  #h2 {
    position: relative;
    bottom: 60%;

    align-items: flex-start;
    grid-column: 7/13;
    grid-row: 5/6;
    font-size: 13px;
  }
  #t2 {
    position: relative;

    grid-column: 7/13;
    grid-row: 5/6;
    padding: 0px 10px 0px 0px;
    bottom: 20%;
    font-size: 12px;
  }

  #b2 {
    grid-column: 5/10;
    grid-row: 5/6;

    position: relative;
    bottom: 85%;
    left: 50%;
    font-size: clamp(8px, 1vw, 12px);
  }
  #b2 button {
    border-radius: 0px;
    width: 77%;
    height: 37%;
  }

  #r2 {
    grid-column: 7/13;
    grid-row: 5/6;
    position: relative;
    top: 10%;
  }

  #p3 {
    grid-column: 1/7;
    grid-row: 6/8;
    padding: 10px 10px 0px 10px;
    position: relative;

    bottom: 0%;
    height: 70%;
  }
  #p3 img {
    height: 100%;
    width: 100%;
  }
  #h3 {
    position: relative;

    align-items: flex-start;
    grid-column: 1/7;
    grid-row: 7/8;
    top: 35%;
    font-size: 12px;
  }
  #t3 {
    position: relative;

    bottom: 25%;
    width: 95%;
    grid-column: 1/7;
    grid-row: 8/9;
    padding: 0px 10px 0px 0px;

    font-weight: 600;
    font-size: 12px;
  }
  #r3 {
    grid-column: 1/7;
    grid-row: 8/9;
    position: relative;
    top: 7%;
  }
  #b3 {
    grid-column: 1/5;
    grid-row: 7/8;

    position: relative;
    top: 15%;

    font-size: clamp(8px, 1vw, 12px);
  }
  #b3 button {
    border-radius: 0px;
    width: 95%;
    height: 37%;
  }
  #p4 {
    grid-column: 7/13;
    grid-row: 6/8;
    padding: 10px 10px 0px 10px;
    position: relative;
    height: 70%;
    top: 1%;
  }
  #p4 img {
    height: 100%;
    width: 100%;
  }
  #h4 {
    position: relative;

    align-items: flex-start;
    grid-column: 7/13;
    grid-row: 7/8;
    top: 35%;
    font-size: 12px;
  }
  #t4 {
    position: relative;

    bottom: 25%;
    width: 95%;
    grid-column: 7/13;
    grid-row: 8/9;
    padding: 0px 10px 0px 0px;

    font-weight: 600;
    font-size: 12px;
  }
  #r4 {
    grid-column: 7/13;
    grid-row: 8/9;
    position: relative;
    top: 7%;
  }
  #b4 {
    grid-column: 5/10;
    grid-row: 7/8;

    position: relative;
    top: 15%;
    left: 50%;
    font-size: clamp(8px, 1vw, 12px);
  }
  #b4 button {
    border-radius: 0px;
    width: 77%;
    
    height: 37%;
  }

  #p5 {
    grid-column: 1/7;
    grid-row: 9/11;
    padding: 10px 10px 0px 10px;
    height: 70%;
    top: 1%;
  }
  #p5 img {
    height: 100%;
    width: 100%;
  }
  #h5 {
    position: relative;

    align-items: flex-start;
    grid-column: 1/7;
    grid-row: 11/12;
    font-size: 12px;
    position: relative;
    bottom: 60%;
  }
  #t5 {
    position: relative;
    grid-column: 1/7;
    grid-row: 11/12;
    padding: 0px 10px 0px 0px;
    bottom: 25%;
    font-weight: 600;
    font-size: 12px;
  }
  #r5 {
    grid-column: 1/7;
    grid-row: 11/12;
    position: relative;
    bottom: 0%;
  }
  #b5 {
    grid-column: 1/5;
    grid-row: 10/11;
    top: 15%;
    position: relative;
    font-size: clamp(8px, 1vw, 12px);
  }
  #b5 button {
    border-radius: 0px;
    width: 95%;
    height: 37%;
  }
  #p6 {
    grid-column: 7/13;
    grid-row: 9/11;
    padding: 10px 10px 0px 10px;
    height: 70%;
    top: 1%;
  }
  #p6 img {
    height: 100%;
    width: 100%;
  }
  #h6 {
    position: relative;
    align-items: flex-start;
    grid-column: 7/13;
    grid-row: 10/11;
    font-size: 13px;
    top: 40%;
  }
  #t6 {
    position: relative;
    grid-column: 7/13;
    grid-row: 11/12;
    padding: 0px 10px 0px 0px;
    bottom: 25%;
    font-size: 12px;
  }

  #b6 {
    grid-column: 5/10;
    grid-row: 10/11;
    top: 15%;
    left: 50%;
    position: relative;

    font-size: clamp(8px, 1vw, 12px);
  }
  #b6 button {
    border-radius: 0px;
    width: 77%;

    height: 37%;
  }

  #r6 {
    grid-column: 7/13;
    grid-row: 11/12;
    position: relative;
    bottom: 0%;
  }
  #p7 {
    grid-column: 1/7;
    grid-row: 12/14;
    padding: 10px 10px 0px 10px;
    height: 70%;
    top: 1%;
  }
  #p7 img {
    height: 100%;
    width: 100%;
  }
  #h7 {
    position: relative;
    bottom: 55%;
    align-items: flex-start;
    grid-column: 1/7;
    grid-row: 14/15;
    font-size: 12px;
  }
  #t7 {
    position: relative;

    position: relative;
    width: 95%;
    grid-column: 1/7;
    grid-row: 14/15;
    padding: 0px 10px 0px 0px;
    bottom: 18%;
    font-weight: 600;
    font-size: 12px;
  }
  #r7 {
    grid-column: 1/7;
    grid-row: 14/15;
    position: relative;
    top: 15%;
  }
  #b7 {
    grid-column: 1/5;
    grid-row: 13/14;

    position: relative;
    top: 15%;

    font-size: clamp(8px, 1vw, 12px);
  }
  #b7 button {
    border-radius: 0px;
    width: 95%;
    height: 37%;
  }
  #p8 {
    grid-column: 7/14;
    grid-row: 12/14;
    padding: 10px 10px 0px 10px;
    height: 70%;
  }
  #p8 img {
    height: 100%;
    width: 100%;
  }
  #h8 {
    position: relative;

    align-items: flex-start;
    grid-column: 7/13;
    grid-row: 13/14;
    font-size: 13px;
    top: 45%;
  }
  #t8 {
    position: relative;

    grid-column: 7/13;
    grid-row: 14/15;
    padding: 0px 10px 0px 0px;
    bottom: 18%;
    font-size: 12px;
  }

  #b8 {
    grid-column: 5/10;
    grid-row: 13/14;

    position: relative;
    top: 15%;
    left: 50%;

    font-size: clamp(8px, 1vw, 12px);
  }
  #b8 button {
    border-radius: 0px;
    width: 77%;

    height: 37%;
  }

  #r8 {
    grid-column: 7/13;
    grid-row: 14/15;
    position: relative;
    top: 16%;
  }
  .pro:hover {
    display: none;
  }

  .content5 {
    height: 140vh;
    grid-template-rows: repeat(10, 1fr);
    padding: 0px 0% 0px 5%;
  }
  #head5-1 {
    font-size: clamp(30px, 4vw, 65px);
    color: #3444c5;
    grid-column: 1/9;
    grid-row: 1/2;
    align-items: flex-start;
  }
  #head5-2 {
    display: block;
    font-size: clamp(30px, 4vw, 65px);
    color: #fbb831;
    grid-column: 1/9;
    grid-row: 9/10;
    align-items: flex-start;
    position: relative;
    top: 25%;
    left: 0%;
  }
  #content5-txt1 {
    grid-column: 1/11;
    grid-row: 2/3;
    font-size: clamp(14px, 1vw, 16px);
    position: relative;
    bottom: 20%;
  }
  #content5-txt2 {
    grid-column: 3/11;
    grid-row: 10/11;
    font-size: clamp(14px, 1vw, 16px);
    width: 100%;
    
   
  }
  #content5-txt2 p {
    position: relative;
    bottom: 4%;
    right: 11%;
  }
  #content5-img1 {
    display: none;
  }
  #content5-img11 {
    display: block;
    grid-column: 1/11;
    grid-row: 3/9;
    z-index: -1;
  }
  #content5-img11 img {
    height: 100%;
    width: 100%;
  }
  #content5-img2 {
    display: none;
  }

  
  #subhead1 {
    position: relative;
 
    grid-column: 1/4;
    grid-row: 11/12;
  }
  #subhead2 {
    position: relative;
    
    grid-column: 7/10;
    grid-row: 11/12;
    top: 5px;
  }
  #text2 {
    position: relative;
   
  }
  #subhead3 {
   grid-column: 1/4;
    grid-row: 12/13;
  }
  #subhead4 {
    position: relative;
    
    grid-column: 7/10;
    grid-row: 12/13;
    bottom: 7px;
  }
  #num-text3 {
    position: relative;
    
  }
  .footer {
    height: 95vh;
  }
  #line1 {
    display: none;
    height: 0px;
    border-bottom: 4px solid white;
    border-top: 0.2px solid white;
    grid-column: 3/4;
    grid-row: 2/3;
    position: relative;
    top: 20%;
    width: 85%;
  }
  #line2 {
    display: none;
    height: 0px;
    border-bottom: 4px solid white;
    border-top: 0.2px solid white;
    grid-column: 4/6;
    grid-row: 2/3;
    position: relative;
    top: 20%;

    width: 75%;
  }
  #line3 {
    display: none;
    height: 0px;
    border-bottom: 4px solid white;
    border-top: 0.2px solid white;
    grid-column: 5/7;
    grid-row: 2/3;
    position: relative;
    top: 20%;
    left: 30%;

    width: 60%;
  }
  #footLogo {
    grid-column: 1/6;
    grid-row: 1/2;
    position: relative;
    right: 13%;
    top: 5%;
    
  }
  #footLogo img {
  height: 100px;
  width: 190px;
  }

  #foot-txt {
    position: relative;
    font-weight: 500;
    bottom: 5%;
    left: 5%;

    grid-column: 1/7;
    grid-row: 2/3;
    width: 90%;
  }

  #foot-icons {
    flex-direction: row;
    grid-row: 3/4;
    grid-column: 1/6;
    width: 150%;

    position: relative;
    bottom: 10%;
    right: 42%;
  }

  #foot-icons a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8%;
    height: 80%;
    margin: 0px 2% 0px 2%;
  }
  #foot-icons a img {
    width: 40px;
    height: 40px;
  }
  #foot-links-1 {
    position: relative;
    bottom: 65%;
    left: 14%;
    align-items: flex-start;
    justify-content: flex-start;
    grid-column: 1/4;
    grid-row: 6/11;
    font-weight: 550;
  }
  #foot-links-1 a {
    margin: 3% 0px 3% 0px;
    font-size: clamp(14px, 1vw, 16px);

    color: white;
  }
  #foot-links-1 a p {
    font-weight: 450;
    color: white;
  }
  #foot-links-2 {
    width: 90%;
    position: relative;
    bottom: 64%;
    left: 30%;
    align-items: flex-start;
    justify-content: flex-start;
    grid-column: 2/6;
    grid-row: 6/11;
    font-weight: 550;
  }
  #foot-links-2 a {
    margin: 1.8% 0px 1.8% 0px;
    font-size: clamp(14px, 1vw, 16px);
    width: 100%;

    color: white;
  }
  #foot-links-2 a p {
    font-weight: 450;
    color: white;
  }
  #foot-links-3 {
    display: block;
    position: relative;
    bottom: -30%;
    right: -17%;


    align-items: flex-start;
    justify-content: flex-start;
    grid-column: 1/4;
    grid-row: 6/8;
    font-weight: 550;
   
  }
  #foot-links-3 a {
    font-size: clamp(14px, 1vw, 16px);
    color: white;
  }
  #foot-links-3 a p {
    margin: 8% 0px 8% 0px;
    font-weight: 450;
    color: white;
  }
  #foot-links-4 {
    display: flex;
    flex-direction: row;

    justify-content: space-between;
    text-align: center;
    position: relative;
    left: 7%;
    width: 90%;
    grid-column: 1/7;
    grid-row: 8/9;
  }
  #foot-links-4 a {
    font-weight: 500;
    color: white;
    font-size: clamp(13px, 1vw, 15px);
  }

  .hamburger-menu{
    z-index: 999999;
  }

  #menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    left: 0 !important;
  }
  .menu__btn {
    position: absolute;
    top: 55px;
    left: 15px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 99999999;
    
  
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2.5px;
    background-color: black;
    transition-duration: .5s;
  }
  .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  .menu__btn > span::after {
    content: '';
    top: 8px;
  }
  .menu__box {
    display: block;
    position: fixed;
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
    
    top: -50px;
    left: -100%;
    width: 300px;
    height: 150vh;
    margin: 0;
    padding:80px 0;
    
    background-color: white;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .5s;
    transition-duration: .5s;
  }
  .menu__item {
    display: block;
    padding: 5px 24px;
    color: black;
    font-family: 'montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    /* overflow-y: scroll; */
  }
  .menu__item img{
    height: 40px;
    width: 40px;
   
  }
  .menu__item span{
    position: relative;
    bottom: 15px;
    left: 20px;
  }
  #logo-hm img{
    position: relative;
    left: 40px;
    width: 150px;
    height: 100px;
  }
  #logo-c-name{
    position: relative;
    bottom: 10px;
    left: 30px;
    font-size: 20px;
    font-weight: 700;

  }
  #logo-c-name1{
    font-size: 12px;
    position: relative;
    bottom: 15px;
    left:50px;
  }
  .menu__item:hover {
    background-color: #CFD8DC;
  }
  .drop-list{
    display: none;
    background-color: #e5e5e5;
    transition: 1s;
    height: 45px;
    padding-top: 8px;
  }
  .drop-list a span{

    left:5px;
    bottom: 0px;
  }
  .invisible{
    display: block;
  }

  

  .slideshow-container{
    display: block;
  }
  .mySlides{
    display: block;
  }
  .mySlides img{
    display: block;
  }
  .next{
    display: block;
  }
  .prev{
    display: block;
  }
  * {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  grid-column: 1/5;
  grid-row: 2/5;
  max-height: 200px;
  position: relative;
  right: 10px;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  position: relative;
  display: none;
  max-height: 200px;
  max-width: 350px;
 right: 5px;
 bottom: 30px;
 
}
.mySlides img{
  min-height: 250px;
  min-width: 350px;

}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 70%;

  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: #717171;
  border-radius: 50%;
}

/* Position the "next button" to the right */
.next {
  right: -25px;
top: 135.5px;
 
}
.prev{
  position: relative;
  bottom: 85px;

  right: 25px;
 
}
/* On hover, add a black background color with a little bit see-through */


/* Caption text */


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */

#fb-dot{
  display: flex;
  flex-direction: row;
  position: relative;
  left: 150px;
  top: 50px;
  z-index: 99999999;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;

  transition: background-color 0.6s ease;
  z-index: 99999999;
 
}

.active, .dot:hover {
  background-color: #717171;
}
#dot1 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
#dot2 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot1:hover {
  background-color: #717171;
}



/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

#home{
  display: none;
}
#brands{
  display: none;
}
#products{
  display: none;
}
#abt{
  display: none;
}

#c3-circle{
  grid-row: 9/10;
  grid-column: 10/13;
  display: flex;
  flex-direction: row;
}


.prev1{
  grid-row: 6/7;
  cursor: pointer;
  color:black;
  font-size: 25px;
  position: relative;
  bottom: 90px;
}
.next1{

  grid-row: 6/7;
  grid-column: 21/23;
  position: relative;
  left: 5px;
  bottom: 92px;
  cursor: pointer;
  color:black;
  font-size: 25px;


}
#simg
{
  position: relative;
  left: 10px;
  bottom: 10px;
  z-index: 1;
}
.hamburger-menu{
  z-index: 9999999;
}
#search{
  z-index: 9999;
}
 #search form button{
  /* display: none; */
  z-index: 1;
 }
 #search-mobile{
  display: block;
  height: 30px;
  width: 30px;
  background-color: transparent;
  
  
  z-index: 9999999999;
  position: relative;
  top: 15px;
  
 } 
 .prev1{
  display: block;
 }
 .next1{
  display: block;
 }

 .footer{
  background-image: url("../img/foot1.png");
 }



  
}


.lock-scroll {
  overflow: hidden;
}

#log {
  grid-column: 12/13;
  position: relative;
  left: 45%;
}
#sign {
  grid-column: 13/15;
  position: relative;
  left: 30%;

  width: 60%;
}

#bag a img{
  height: 22px;
  width: 22px;
}
#cart{
  left: -50%;
}
.darkbg{
  background-color: black;
}