@font-face {
  font-family: picotick;
  src: url(../fonts/picoopic-Light.woff2);
}

* {
  font-family: picotick;
  word-spacing: 1px;
  box-sizing: border-box;
}

body {
  margin: 0px;
  text-align: right;
  background-color: #fff;

}

nav {
  box-shadow: 0 2px 12px #0000001a;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;

}

.hidden-nav {
  display: none;
  direction: rtl;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  box-shadow: 0px 4px 5px #ccc;
  padding: 8px 20px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;

}

.hidden-nav-search-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  border: 1px solid #f0f0f0;
  outline: none !important;
  background-color: #f9fafd;
  border-radius: .5rem;
  padding: 0 .5rem;
  max-width: 100%;
  min-width: 210px;
}

.hidden-nav-search {
  caret-color: #0ea960;
  white-space: nowrap;
  font-size: .7rem;
  height: 2.25rem;
  font-weight: bold;
  outline: none;
  border: none;
  width: 100%;
  background-color: inherit;
  margin-right: .5rem;


}

.hidden-nav-search svg {}

.hidden-nav-search-wrapper:hover {
  background-color: #fff;
  border: 1px solid #ccc;
}

.hamberger-menu-btn {


  vertical-align: middle;
  align-items: center;
  background-color: #fafafa;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: 5px;
  width: 36px;
  height: 36px;

}

.hamberger-menu-btn svg {
  width: 100%;

}

.hidden-menu-btn {
  vertical-align: middle;
  align-items: center;
  display: none;
  background-color: #fafafa;
  border: 0;
  border-radius: 8px;
  padding: 5px;
  
  

}

.hamberger-menu-content {
  position: fixed;
  background-color: white;
  width: 100%;
  height: 100%;
  top: 3.3rem;
  display: none;
  right: 0;
  z-index: 3;

  
}

.hamberger-menu-content img {
  width: 6rem;
}

.text-content {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 10px;
  margin: 0;
}

.text-content li img {
  width: 20px;
  height: 20px;
}

.text-content li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  

}
.text-content li h4{
  margin: .9rem 0;
}

.svg-content {
  display: flex;
  gap: 2rem;
  justify-content: center;

}

.svg-content a svg path {}


.header-container {
  margin: 3px 5.7rem;

}

.navbar-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;

}

.tab-items-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 0;
  gap: 2rem;
  flex-direction: row-reverse;

}

.tab-items-left {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  flex-direction: row-reverse;
  gap: 1rem;

}

.tab-item {
  text-decoration: none;
  color: #37474f;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
}

.hidden-item {

  margin-left: 10px;
  color: black;
  cursor: pointer;
  font-size: 15px;
  display: none;
  font-weight: bold;
}

.hidden-dropdown {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 3;
  border-radius: 15px;
  top: 4.5rem;
  right: 25rem;
  padding: 20px 16px;
  flex-direction: column;
  gap: 1rem;



}

.another-tab-item {
  text-decoration: none;
  margin-left: 10px;
  color: #37474f;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

  z-index: 3;
  border-radius: 15px;
  top: 4.5rem;
  right: 17rem;
}

.dropdown-menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-menu2 {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  border-radius: 15px;
  top: 4.5rem;
  right: 10rem;

}

.dropdown-menu2 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.pv-btn {
  width: auto;
  margin-right: 10px;

}

.pv-btn img {
  width: 100%;
}

.dl-btn {
  width: 90px;
  height: 35px;
  color: white;
  background-color: #0ea960;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
}

.dl-btn:active {
  background-color: #079150;
}

.search-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 10px 5px;
  gap: 5px;
  background-color: #f9fafd;
  border: 1px solid #f0f0f0;
  width: 220px;
  border-radius: 8px;
  outline: none;
}

.navbar-search {
  font-size: 11px;
  font-weight: bold;
  word-spacing: 1px;
  border: none;
  background-color: inherit;
  outline: none;
  direction: rtl;
  caret-color: #079150;

}

.search-wrapper:hover {
  background-color: white;
}

.Search-icon {
  width: 16px;
  height: 16px;
}

.bazaar-logo {
  width: 90px;
  margin-left: 1rem;
}

.bi-three-dots-vertical {
  display: inline-block;
  position: relative;

}

.dropdown-text {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  top: 3.1rem;
  z-index: 1;
  border-radius: 10px;

}

/*////////////////////////////// header //////////////////////////////*/
header {
  overflow: hidden;
  max-width: 100%;
  min-height: 700px;
  margin-top: 4.3rem;
  white-space: nowrap;
}

.app-icons {
  display: grid;
  grid-auto-rows: 0;
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: repeat(18, 1fr);
  margin-right: -1rem;
  width: 100%;
}




.app-icons :nth-child(n+43):nth-child(-n+48) {
  visibility: hidden;
 
}

.app-icons :nth-child(n+59):nth-child(-n+68) {
  visibility: hidden;
  
}

.app-icons :nth-child(n+76):nth-child(-n+87) {
  visibility: hidden;
 
}

.app-item {
  
  padding: 0.5rem;
 
 
}
.app-icon {
  width: 100%;

}

/*                            QrCode                                       */

.QrCode {
  align-items: center;
  background: #fff;
  border: 1px solid #d1d4dd;
  border-radius: 16px;
  bottom: 30px;
  gap: 1rem;
  display: flex;
  line-height: 0px;
  left: -10rem;
  padding: 0 1rem;
  position: fixed;
  transition: all 0.5s linear;
  box-sizing: border-box;
}

.QrCodeWrapper :hover {
  left: -10px;
}

.QrCodeWrapper h6 {
  font-size: .75rem;

}

.QrCodeWrapper img {

  height: 70px;
  width: 70px;
}

/*                      main header                        */
.home {


  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: -15;
  width: 100%;
  position: absolute;
  top: 50%;
}


.home img {
  margin-top: -3rem;
  background-color: #fff;
  border-radius: 30px;
  width: 7.5rem;
  box-shadow: 0px 20px 100px #32325d40;
}

.home button {
  height: 4rem;
  width: 18rem;
  border-radius: 5px;
  border: none;
  background-color: #0ea960;
  margin-bottom: 16px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  direction: rtl;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;

}

.home button svg {
  width: 25px;


}

.home a {

  text-decoration: none;
  color: #0ea960;
  font-weight: bold;
  direction: rtl;
}

.home a svg {
  width: 25px;
  vertical-align: middle;
}

.home h1 {
  margin-bottom: 1px;
}

.home h3 {
  margin-top: 5px;
  margin-bottom: 2rem;
  font-size: 15px;
  color: #717485;
}

/*                               feature                         */
.container {
  margin: 0px auto;
  max-width: 1100px;
  width: 100%;
  margin-top: 10rem;
}

.feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;

}

.featureImage {}

.featureImage img {
  width: auto;
  margin: 0 25px;
  height: 550px;
  vertical-align: middle;
}

.featureItems-left,
.featureItems-right {
  flex-direction: column;
  display: flex;
}

.row {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}

.featureItem {
  align-items: center;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.13);
  border: 1px solid #f1f2f9;
  display: flex;
  gap: 1rem;
  height: 8rem;
  padding: .5rem 1.5rem;
  width: 100%;
  background-color: #fff;

}

.featureItem p {
  font-weight: bold;
  color: #717485;
  ;
  word-spacing: 5px;
  text-align: justify;
  direction: rtl;
  font-size: 11px;

}

.featureItem h2 {
  font-size: 16px;

}

.featureItem img {
  width: 60px;
  vertical-align: middle;

}

/*                               apps                            */

.apps {

  margin-bottom: 6rem;
}

.apps h1 {
  text-align: center;
}

.app-row {

  background: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 250px;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;

}

.app-row-head {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  direction: rtl;
  padding: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  max-width: 100%;
}

.app-row-head h2 {

  font-size: 1rem;
  margin: 0;
  flex-grow: 1;
  color: #212529;

}

.app-row-head a {
  text-decoration: none;
  color: #37474f;
  margin-right: 1rem;
  align-items: center;
  display: flex;
  font-size: .875rem;
  font-weight: bold;
  gap: 5px;
}

.app-row-head a svg {
  width: 10px;

}

.app-row-body {
  /* flex-grow: 1; */
  height: inherit;
  overflow: hidden;
  display: flex;
  
  

}

.app-row-body div {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  
  
}

.move-button-left {
  border: 1px solid #ccc;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 0;
  border-right: none;
  border-top-right-radius: 0;
  background: #fff;
  box-shadow: 0 4px 24px #0000001a;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  text-align: center;
  width: 40px;
  z-index:1;
  position: absolute;
  
  right: 0;
  

}

.move-button-right {
  border: 1px solid #ccc;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 0;
  border-left: none;
  border-top-left-radius: 0;
  background: #fff;
  box-shadow: 0 4px 24px #0000001a;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  z-index: 1;
  text-align: center;
  width: 40px;
 position: absolute;
 top: 50%;
 
 
}


.move-button-right svg,
.move-button-left svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;

}



.svg-2 {
  transform: rotate(180deg);
}

.app-row-body-content {
  height: inherit;
  max-height: inherit;
  min-height: inherit;
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-template-rows: repeat(1, 1fr);
  transition: 0.5s;
  z-index: 0;

}

.app-row-body-content div {
  align-items: center;
  display: flex;
  justify-content: center;
  
  padding: 8px 4px;
}


.app-row-body-content img {
  width: 100px;
}

.app-row-body-content a {
  text-decoration: none;
  color: black;
  max-width: 120px;
  border-radius: 8px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: .5rem;
  align-items: center;
  text-align: center;
}

.app-row-body-content div div {
  color: #2a2a2a;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

.app-row-body-content div span {
  color: #4e4e4e;
  font-size: 12px;
  font-weight: bold;
}


/*                              magazine                     */

.magazine {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
  align-items: center;
  padding: 2rem;
}

.magazine-container {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  direction: rtl;

}

.hidden-magazine {
  display: none;
}

.magazine a {
  text-decoration: none;
  color: #0ea960;
  font-size: .9rem;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  direction: rtl;
  gap: .3rem;
  align-items: center;
  font-weight: bold;
}

.magazine a svg {
  width: 10px;
  vertical-align: middle;

}

/*                              ads                           */

.ads {
  align-items: center;
  margin-bottom: 5rem;
  padding: 0 2rem;
}

.ads img {
  width: 100%;
}



/*                     footer                */

footer {
  box-shadow: 0px -10px 10px #ccc;
  padding: 0 3.5rem;


}


.footer-up {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;

}

.descripton {
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 50rem;

}

.descripton div {
  margin-bottom: 0.8rem;
  font-size: 1.125rem;

}

.descripton p {
  line-height: 1.5rem;
  font-size: .875rem;
  width: inherit;
}

.box {
  align-items: center;
  border: 1px solid #e5e7f0;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  height: 140px;
  justify-content: space-between;
  min-width: 420px;
  padding: 1rem;
  width: 420px;
  direction: rtl;

}

.b-d-txt {}

.box-div-a {

  display: flex;
  flex-direction: row;
  margin-top: 1rem;

}

.box-div-a a {

  margin-left: .6rem;
  background-color: #fff;
  border-color: #e5e7f0;
  color: #0ea960;
  font-size: .875rem;
  height: 2.20rem;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 1rem;
  white-space: nowrap;
  text-decoration: none;
  font-weight: bold;
}

.box-div-a :hover {
  background-color: #e5e7f0;
}

.box-div-title {
  font-weight: bold;
  font-size: 1rem;
}

.b-d-txt p {
  margin-bottom: 1rem;
  margin-top: 5px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #464646;
}

.box img {
  height: auto;
  width: auto;
  vertical-align: middle;
}

.footer-center {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 3rem;
  border-bottom: 1px solid #ccc;
}

.div-a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.div-a :hover {
  color: #0ea960;
}

.brand {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  direction: rtl;
}

.brand a {
  width: 7rem;
  border: 1px solid #ccc;
  border-radius: 10px;

}

.brand a img {
  width: 100%;
}

.footer-link {
  text-decoration: none;
  color: black;
  font-size: 13px;
  font-weight: bold;

}

.footer-down {
  padding: 1rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.footer-down-txt {
  font-size: .75rem;
  font-weight: bold;
  direction: rtl;
}

.footer-down-svg {
  display: flex;
  flex-direction: row-reverse;
  gap: 1.5rem;
}

.hidden-footer {
  display: none;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  background-color: #fff;
  box-shadow: 1px -5px 5px #ccc;
  direction: rtl;
  align-items: center;
  text-align: center;
  padding: .5rem;
}

.hidden-footer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hidden-footer-item svg {
  width: 25px;
}

.hidden-footer-item a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  width: 50px;
}



@media(max-width :1439px) {
  .tab-items-right :nth-child(+n +5) {
    display: none;
  }

  .tab-items-right :nth-child(+n +8) {
    display: block;
  }

  .descripton {
    width: 40rem;
  }
}

@media(max-width :1200px) {


  .descripton {
    width: 30rem;
  }
}

@media (max-width :1024px) {

  nav:first-child {
    display: none;

  }

  .hidden-nav {
    display: flex;

  }

  .app-icons {

    grid-template-columns: repeat(12, 1fr);


  }

  .app-icons :nth-child(n+29):nth-child(-n+32) {
    visibility: hidden;
  }

  .app-icons :nth-child(n+40):nth-child(-n+45) {
    visibility: hidden;
  }

  .app-icons :nth-child(n+46):nth-child(-n+48) {
    visibility: visible;
  }

  .app-icons :nth-child(n+51):nth-child(-n+58) {
    visibility: hidden;
  }

  .app-icons :nth-child(n+59):nth-child(-n+60) {
    visibility: visible;
  }

  .app-icons :nth-child(n+61) {
    visibility: hidden;
  }




  .home {
    margin-top: 0rem;

  }

  .home img {
    width: 6rem;
    height: 6rem;
  }

  .home h1 {
    font-size: 22px;
  }

  .home button {
    width: 15rem;
    height: 3rem;
    margin-bottom: 0;
  }

  .featureImage img {
    display: none;
  }

  .featureItem {
    margin: 1px 8px;
  }

  .feature {
    padding: 20px;
  }
  .move-button-left {
    margin-left: 37.9rem;
  }

 
  

  .apps {
    padding: 1.5rem;
  }

  .magazine-container {
    flex-wrap: wrap;
    padding: ;
    gap: 0;
    justify-content: space-around;


  }


  .magazine-container div {
    width: 50%;
    margin: 0;
    padding: 10px;
  }

  .hidden-magazine {
    display: block;
  }

  footer {
    display: none;
  }

  .hidden-footer {
    display: flex;
    position: fixed;
    bottom: 0;

  }

  .QrCode {
    display: none;
  }

}

@media (max-width:640px) {
  .app-icons {
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(4, 1fr);
    width: 100%;
  }

  .app-icons :nth-child(n+24):nth-child(-n+26) {
    visibility: hidden;
  }

  .app-icons :nth-child(n+27):nth-child(-n+30) {
    visibility: visible;
  }

  .app-icons :nth-child(n+30):nth-child(-n+53) {

    display: none;
  }

  .home {
    margin-top: 7rem;

  }

  .feature {
    flex-direction: column;
    gap: .4rem;
  }


  .apps {
    padding: .5rem;
  }

  .app-row {
    border: none;
  }


  .move-button-right{
  
    left: 0;
   
  }
   .move-button-left {
    margin-left: 34.5rem;
  }

  .app-row-head {
    border-bottom: none;
  }

 

  .magazine-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .magazine-container div {
    width: 100%;
  }

}