@import url("https://fonts.googleapis.com/css?family=Karla:400,700");


html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*, *:before, *:after {
  box-sizing: inherit;
}



:root {
  --bg: rgb(26, 27, 30);
  --color: #ffffff;
  --button-bg: rgb(50, 52, 61);
  --button-color: #ffffff;
  --warn-bg: rgb(198, 48, 48);
  --modal-color: rgb(155, 155, 160);
}


html, body {
  overflow-x:hidden;
  height: 100%;

}

body {
  font-size: 1.6rem;
  color: #002b5d;
  margin:0px;
  font-family: "Karla", arial, sans-serif;

}

.container {
  max-width: 830px;
  margin: 6rem auto 2rem;
  min-height: calc(100vh - 150px);
}

.row {
  padding-left: 2rem; 
  padding-right: 2rem; 
  margin-left: -1rem;
  margin-right: -1rem;
}

.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-item {
  width: 100%;
  max-width: 390px;
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid #e1e4ea;
  display: flex;
  align-items: center;
  position: relative;
  color: #002b5d;
  text-decoration: none;
}
.list-item:hover {
  border: 1px solid #cacfd9;
  color: #066832;
  background: #f6f7f9;
}
.list-item:hover .list-item__button {
  opacity: 1;
  transition: all 100ms ease;
}
.list-item__avatar {
  margin-right: 1rem;
}
.list-item__avatar img {
  /*border: 1px solid #cacfd9;*/
  border-radius: 10px;
  width: 70px;
  height: 70px;
  background-color: #e1e4ea;
}
.list-item__name {
  display: block;
}
.list-item__info {
  font-size: 0.85em;
  color: #91a1bb;
}
.list-item__smallinfo {
  font-size: 0.7em;
  font-style:italic;
  color: #91a1bb;
}
.list-item__button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  font-family: inherit;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 18px;
  height: 18px;
  font-weight: 700;
  background: none;
  color: #066832;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 0px;
  cursor: pointer;
  opacity: 0.6;
  outline: none;
  opacity: 0.2;
}

.list-item__button_text {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  font-family: inherit;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 18px;
  font-weight: 700;
  background: none;
  color: #066832;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 0px;
  cursor: pointer;
  opacity: 0.6;
  outline: none;
  opacity: 1;
}

.list-item__content{
   width:70%;
}

.list-item__content p{
  margin-block-start:5px;
}

.list-item__button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  position: relative;
}
.search label, .search input {
  display: block;
}
.container .Logo {
	font-family: "Special Gothic Expanded One", sans-serif;
	margin: 0px;
	color:#066832;
	letter-spacing: 10px;
	font-size: 60px;
	text-align: center;
	font-weight: 800;
	margin-bottom: -15px;

}
.container .slogan {
	color:#066832;
	font-size: 12px;
	text-align: center;
	margin-bottom: 3rem;
	font-family: 'Amiri Quran', serif;
}
.search input {
  font-size:14px;
  width: 100%;
  padding: 1rem;
  border-radius: 0px;
  border: 1px solid #cacfd9;
  font-family: inherit;
  outline: none;
}
.search input:focus {
  box-shadow: 0px 0px 0px 3px rgba(51, 132, 243, 0.15);
  border-color: #066832;
}
.search__clear {
  position: absolute;
  top: 10;
  right: 1rem;
  cursor: pointer;
  background: #e1e4ea;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  color: #91a1bb;
  border: 0;
  padding: 0;
  border-radius: 50%;
  font-size: 1.4rem;
}
.search__clear:focus, .search__clear:active {
  outline: 0;
}
.search__clear:hover {
  background: #cacfd9;
  color: #597191;
}

.recent-search {
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
}

.search-item {
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.5rem;
  line-height: 1;
  color: #066832;
  border-radius: 5px;
  background: rgba(51, 132, 243, 0.15);
  cursor: pointer;
  margin: 0 0.5rem 0.5rem 0;
}
.search-item:hover, .search-item:focus {
  color: #0e69e6;
  background: rgba(51, 132, 243, 0.2);
}
.search-item__close {
  opacity: 0.5;
  display: inline-block;
  cursor: pointer;
  margin-left: 0.5rem;
}
.search-item__close:hover {
  color: #d63031;
}
.search-item:nth-of-type(5n + 2) {
  color: #00b894;
  background: rgba(0, 184, 148, 0.15);
}
.search-item:nth-of-type(5n + 2):hover, .search-item:nth-of-type(5n + 2):focus {
  color: #00856b;
  background: rgba(0, 184, 148, 0.2);
}
.search-item:nth-of-type(5n + 3) {
  color: #D980FA;
  background: rgba(217, 128, 250, 0.15);
}
.search-item:nth-of-type(5n + 3):hover, .search-item:nth-of-type(5n + 3):focus {
  color: #ca4ff8;
  background: rgba(217, 128, 250, 0.2);
}
.search-item:nth-of-type(5n + 4) {
  color: #d63031;
  background: rgba(214, 48, 49, 0.15);
}
.search-item:nth-of-type(5n + 4):hover, .search-item:nth-of-type(5n + 4):focus {
  color: #b02324;
  background: rgba(214, 48, 49, 0.2);
}
.search-item:nth-of-type(5n + 5) {
  color: #fca709;
  background: rgba(253, 203, 110, 0.2);
}
.search-item:nth-of-type(5n + 5):hover, .search-item:nth-of-type(5n + 5):focus {
  color: #e89803;
  background: rgba(253, 203, 110, 0.25);
}

.shop-tag-item {
	font-size: 11px;
	display: inline-block;
	padding: 0.1rem;
	line-height: 1;
	color: #066832;
	border-radius: 5px;
	background: rgba(51, 132, 243, 0.15);
	cursor: pointer;
	margin: 0 0.5rem 0.5rem 0;
}

.clear-btn {
  font-family: inherit;
  background: #91a1bb;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  margin-right: 1rem;
  border-radius: 5px;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  line-height: 1;
}
.clear-btn:hover {
  background: #597191;
}
.clear-btn:focus, .clear-btn:active {
  outline: 0;
}
.clear-btn:disabled {
  background: #f6f7f9;
  color: #91a1bb;
  cursor: not-allowed;
}

.footer:first-of-type {
	border-top: none;
}
.footer {
   font-size:14px;
   display:flex;
   justify-content:center;
   left: 0;
   padding:10px;
   width: 100%;
   background-color: whitesmoke;
   color: #066832;
   text-align: center;
   border-top: 1px solid rgba(0,0,0,0.05);
}

.links{
  display:flex;
  gap : 20px;
  font-size:12px;
  text-decoration:underline;
}
.logolink{
	display:flex;
	gap:5px;
}

.wahablink{
   padding-top:5px;
   font-size:12px;
   text-decoration:none;
   color: #066832;
}

.logolink img{
   width:20px;
   height:20px;
   border-radius:10px
}

