@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative&display=swap");


* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --all: black;
}


.container {
  width: 100%;
  height: fit-content;
  background-color: white;
}
.body {
  background-image: url(/6.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 150px, 150px;
  background-color: white;
}



.strat{
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/6.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 150px, 150px;
  padding: 30px;
}
.strat::-webkit-scrollbar{
  display: none;
}

.flowbar-one {
  width: 1000px;
  height: 80%;
  background-color: var(--background1);
  display: grid;
  grid-template-columns: repeat(4, 3fr);
  gap: 1px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.713);
  overflow: hidden;
  z-index: 1;
}

.flowbar-cll{
  overflow: hidden;
  background-color: white;
}

.tag {
  width: 100%;
  height: 30px;
  margin: 9px 0px;
  display: flex;
  justify-content: space-between;
  cursor: default;
  align-items: center;
  font-size: 0.7rem;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-family: "Segoe UI", Arial, sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  color: black;
}


#vl {

  padding-right: 10px;
  font-size: 13px;
 
  display: flex;
  justify-content: center;
  align-items: center;
  color: #363638;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  font-weight: 400;
  font-size: .775rem;
  font-family: "Segoe UI", Arial, sans-serif;
  text-transform: capitalize;
}
#vl svg {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  fill: #363638;
  cursor: pointer;
}

#vh {
  padding-left: 5px;
  margin-left: 10px;
  border-bottom: 1px solid var(--openup);
  width: 60%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1rem;
}









.street{
  width: 100%;
  height: 500px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}
.street-block{
  width: 60%;
  height: 100%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-right: 5px solid var(--textcolor3);
  position: relative;
  background-color: var(--textcolor1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.street-block1{
  width: 40%;
  height: 100%;
}
.str-text{
  width: 80%;
  height: 80%;
  font-size: 4vw;
  color: var(--textcolor3);
  font-family: var(--font4);
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.partners {
  width: 100%;
  height: 500px;
  max-height: 300px;
  background-color: white;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  padding: 3px 0px;
 
}
.partners {
  width: 100%;
  height: 30vw;
  max-height: 300px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  padding: 3px 0px;
  background-color: var(--bgcolor);
  filter: grayscale(2);
  opacity: 0.7;
}
.str {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19.5%;
  height: 49%;
  background-color: white;
 
}
.str img{
  width: 80%;
  height: 80%;
  object-fit: fill;
}


.gall {
  width: 100%;
  height: 500px;
  backdrop-filter: blur(30px);
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}


.more {
  width: 100%;
  height: 320px;
  background-color: white;
}

#tag_icon{
  margin-left: 4px;
  width: 20px;
  height: 20px;
 margin-bottom: 7px;
  fill: var(--myColor);
} 

.port{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.port img{
  width: 100%;
  height: 100%;
  padding: 5px;
  object-fit: contain ;
}

.vxxa::-webkit-scrollbar{
  display: none;
}

#vc{
  width: 100%;
  height: 100%;
  color: var(--myColor);
  font-family: var(--font13);

  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-transform: capitalize;
  font-weight: 500;
  
  font-size: 2rem; 
  border-bottom: none;
  margin-left: 20px;
  padding-left: 10px;
  position: relative;
  display: flex;
  align-items: center;
}

#vc::before{
  content: "";
  position: absolute;
  background-color: var(--myColor);
  left: -5px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  top: 40%;
}

@media screen and (max-width: 900px) {

  .flowbar-one {
    width: 600px;
    height: 90%;
    display: grid;
    grid-template-columns: repeat(2, 3fr);
  }
}




@media screen and (max-width: 800px) {
  .corasel{
    display: block;
    height: 600px;
    padding: 1px;
  }
  .tag{
    font-size: 13px;
  }
  .companyads{
   display: none;
  }
  .product-hold-block{
    width: 170px;
  }
  .p-name{
    font-size: 0.8rem;
  }
 
  .more-text{
    width: 200px;
    height: 40px;
    font-size: 20px;
  }
  .more-bl{
    width: 100%;
    height: 250px;
  }
  .loop{
    width: fit-content;
  }
  .shelf{
    width: 200px;
    margin-left: 10px;
  }
  .street{
    height: 400px;
  }

  .street-block{
    width: 50%;
  }
  .store-link1{
    top: 20%;
  }
  #vh {
    width: 50%;
  }
 
}





@media screen and (max-width:500px) {
  .tag{
    font-size: 11px;
    height: 25px;
  }
 

  /* #209A01 */

  .corasel{
    display: block;
    height: 450px;
    padding: 1px;
    padding-bottom: 5px;
  }
  .companyads{
    display: none;
  }

  .street-block{
    width: 80%;
  }
  .street-block1{
    width: 20%;
  }
  .str-text{
      font-size: 5.5vw;
  }
  .street{
    width: 100%;
    height: 400px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
  }
  .roller{
    height: 220px;
  }
  .p-name{
    font-size: 0.9rem;
    margin-top: 2px;
  }
  #vh {
    width: 50%;
    font-size: 0.8rem; 
  }
  .product-hold-block{
    width: 130px;
  }
 
  #vc {
    font-size: 1rem;
  }
  .strat{
    padding: 30px;
  }

}


@media screen and (max-width:450px) {
  #vl {
    font-size: 0.6rem;
  }
  #vh {
    font-size: 0.7rem; 
  }
  #tag_icon{
    margin-left: 4px;
    width: 17px;
    height: 17px;
    fill: var(--myColor);
  } 
  .more{
    height: 400px;
  }
}
