
@import url('https://fonts.googleapis.com/css2?family=Changa:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
*{
       margin: 0;
       padding: 0;
}
body{
  background-color: #131313;
}              
div.main{
  background-color: #131313;
}              
.content{
  max-width: 1250px;
  margin: auto;
  padding: 0 10px;
}
.navbar{
  width: 100%;
  z-index: 2;
  padding: 2px 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.navbar.sticky{
  padding: 10px 0;
}
.navbar .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.navbar .logo a{
  color: #fff;
  font-family: 'Goldman', cursive;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.navbar .menu-list{
  display: inline-flex;
}
.menu-list li{
  list-style: none;
}
.menu-list li a{
  color: #fff;
  font-family: 'Goldman', cursive;
  font-size: 18px;
  font-weight: 500;
  margin-left: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.menu-list li a:hover{
  color: #65F400;
}
.banner{
  background: url(./img/logo.png) no-repeat;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.about{
  padding: 30px 0;
}
.about .title{
  font-size: 38px;
  font-weight: 700;
}
.about p{
  padding-top: 20px;
  text-align: justify;
}
.icon{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.menu-list .cancel-btn{
  position: absolute;
  right: 30px;
  top: 20px;
}
@media (max-width: 1230px) {
  .content{
    padding: 0 60px;
  }
}
@media (max-width: 1100px) {
  .content{
    padding: 0 40px;
  }
}
@media (max-width: 900px) {
  .content{
    padding: 0 30px;
  }
}
@media (max-width: 868px) {
  body.disabled{
    overflow: hidden;
  }
  .icon{
    display: block;
  }
  .icon.hide{
    display: none;
  }
  .navbar .menu-list{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: center;
    background: black;
    transition: all 0.3s ease;
  }
  .navbar.show .menu-list{
    left: 0%;
  }
  .navbar .menu-list li{
    margin-top: 45px;
  }
  .navbar .menu-list li a{
    font-size: 23px;
    margin-left: -100%;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar.show .menu-list li a{
    margin-left: 0px;
  }
}
@media (max-width: 380px) {
  .navbar .logo a{
    font-size: 27px;
  }
}

#kain{
  background-color: black;
       
}    
#kainn{
       background-image: url(./img/cc.jpg);   
}
div.gallery {
  border: 3px solid black;
  margin-top: 30px;
}

div.gallery:hover {
  border: 3px solid black;
  margin-top: 30px;
}
div.desc {
  background-color: black;
  padding: 15px;
  font-size: 20px;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px green, 0 0 5px darkgreen;
  font-family: 'Bebas Neue', cursive;
}
.price{
  font-family: 'Bebas Neue', cursive;
  display: inline-block;
  font-size: 30px;
  color: white;
  margin: 5px;

  }
.stockf{
  font-family: 'Bebas Neue', cursive;
  display: inline-block;
  font-size: 30px;
  color: red;
  margin: 3px;

  }
.stockw{
  font-family: 'Bebas Neue', cursive;
  display: inline-block;
  font-size: 30px;
  color: green;
  margin: 3px;

  }
.bubbly-button{
    display: inline-block;
    color: #23252f;
    text-decoration: none;
    padding: 2px 4px;
    border-radius: 9px;
    background: #65F400;
    box-shadow: 3px 3px 6px #296137, -3px -3px 6px #9fffd3;
    transition: all .3s;
    /* shine effect */
    background-repeat: no-repeat;
    background-position: -135px -135px, 0 0;
    background-image: -webkit-linear-gradient( top left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50%);
    background-size: 250% 250%, 100% 100%;
    transition: background-position 0s ease;
}
.frame {
  width: 90%;
  margin: 40px auto;
  text-align: center;
}
.btn-13 {
  position: center;
  background-color: #89d8d3;
  background-image: linear-gradient(315deg, #89d8d3 0%, #03c8a8 74%);
  border: none;
  z-index: 1;
}
.btn-13:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: #4dccc6;
  background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%);
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}
.btn-13:hover {
  color: #fff;
}
.btn-13:hover:after {
  top: 3;
  height: 100%;
}
.btn-13:active {
  top: 2px;
}


/* 14 */
.btn-14 {
  background: rgb(255,151,0);
  border: none;
  z-index: 1;
}
*{
  box-sizing: border-box;
}

.responsive {
  padding: 0 10px;
  float: left;
  width: 25%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 50%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}
.responsivee {
  padding: 0 10px;
  float: left;
  width: 33.33%;
}

@media only screen and (max-width: 700px) {
  .responsivee {
    width: 33.33%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsivee {
    width: 33.33%;
  }
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
nav ul li a{
            text-decoration: none;
            color: #fff;
            padding: 30px;
}
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-family: 'Goldman', cursive;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: white;
  font-family: 'Goldman', cursive;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: green}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
.pagination {
  display: inline-block;
}

.pagination a {
  background-color:green;
  color: white;
  float: left;
  padding: 8px;
  text-decoration: none;
  border: 1px solid #ddd;
  margin: 0px;
  margin-left: 15px;
  margin-top: 50px;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}
.tam pda bdb{
color: white
}
#bain{
    background-color: black); 
}     
.descc {
  position: center;
  padding: 5px;
  color: white;
  font-family: 'Almarai', sans-serif;
  margin-left: 38%;
} 
.desccc img{
  padding: 5px;
  width: 100px;
  height: 30px;
} 
.descccc img{
  width: 120px;
  height: 50px;
  margin-left: auto;
}
#bain{
    background-color: black;
    height: auto;
    width: auto;
}    
.white {
  padding: 15px;
  color: white;
  text-align: center;
  font-family: 'Goldman', cursive;
  padding: 12px 16px;
  

}
.kartaaa img {
  width: 170px;
  height: 250px;
  float: left;
  margin-left: auto;
}
::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.lang-menu {
    width: 70px;
    float: right;
    font-weight: bold;
    margin-right: 485px;
    position: relative;
}
@media only screen and (max-width: 700px) {
.lang-menu {
    margin-right: 100px;
  }
}

@media only screen and (max-width: 500px) {
.lang-menu {
    margin-right: 10px;
  }
}
.lang-menu .selected-lang:before {
    content: '';
    width: 32px;
    height: 32px;
    float: right;
    margin-right: 10px;
    padding: 1px;
    background-image: url(https://www.countryflags.io/us/flat/32.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.lang-menu ul {
    margin: 0;
    padding: 1;
    display: none;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    position: absolute;
    top: 30px;
    right: 1px;
    width: 125px;
    margin-right: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
}


.lang-menu ul li {
    list-style: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.lang-menu ul li a {
    text-decoration: none;
    width: 125px;
    padding: 5px 10px;
    display: block;
}

.lang-menu ul li:hover {
    background-color: #f2f2f2;
}

.lang-menu ul li a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.de:before {
    background-image: url(https://www.countryflags.io/de/flat/32.png);
}

.en:before {
    background-image: url(https://www.countryflags.io/us/flat/32.png);
}
.fr:before {
    background-image: url(https://www.countryflags.io/fr/flat/32.png);
}

.ar:before {
    background-image: url(https://www.countryflags.io/ae/flat/32.png);
}


.lang-menu:hover ul {
    display: block;
}
.nav-bar{
    background-image: url(./img/bb.jpg) ; 
    color: #fff;
    padding: 0px;
    font-family: sans-serif;
}
.nav-bar img{
    height: 40px;
    float: left;
    margin-left: 20px;
}



.menu-right{
    text-align: right;
}
ul li{
    display: inline-block;
    margin: 10px;
    list-style: none;
    
}

span{
    margin: 0 10px;
    font-size: 22px;
    cursor: pointer;
    display: none;
}

@media only screen and (max-width: 700px){
    span
    {
        display: block;
    }
    ul li{
        display: block;
    }
    ul{
        display: none;
    }
}
       .pocial
{
  position:relative;
  bottom:1px;
  right:1px;
  background:red;
  font-family:verdana;
  padding:1px;
  border-radius:5px;
  animation:new .9s linear infinite;
  margin-top:-50px;
}
.pocial a
{
  text-decoration:none;
  color:#fff;
  font-weight:bold;
}
@keyframes new
{
  0%
  {
    transform:scaleX(1);
  }
  50%
  {
    transform:scaleX(.95);
  }
  100%
  {
    transform:scaleX(1);
  }
}
div.gallery img {
  width: 100%;
  height: auto;
}
div.gallery:hover img{ 
  -webkit-transform: perspective(450px) rotateY(5deg);
}
div.galleryy {
  border: 3px solid black;
  margin-top: 30px;
}

div.galleryy:hover {
  border: 3px solid black;
  margin-top: 30px;
}

div.galleryy img {
  width: 100%;
  height: auto;
}
