@charset "utf-8";
.bx{
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;            
        }
.bbg-00{
      background: rgb(2,0,36);
      background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(149,199,20,1) 0%, rgba(0,212,255,1) 96%);
      }
.bbg-01 {
  background-color: rgb(124, 136, 224, 0.5);
  background-image: linear-gradient( 240deg, rgb(124, 136, 224) 0%,#c3f4fc 100%);
}

.bbg-02 {
  background-color: #aee2a4a1;
  background-image: linear-gradient(240deg, #e5a243ab 0%, #f7f7aa 90%);
}

.bbg-03 {
  background-color: #ecfcc376;
  background-image: linear-gradient(240deg, #97e7d1 0%, #ecfcc3 100%);
}

.bbg-04 {
  background-color: #e6a7c3b5;
  background-image: linear-gradient(240deg, #fc8ebe 0%, #fce5c3 100%);
}
      .store{
      z-index:2;
      width:100px; 
      height:100px; 
      border:1px solid #DFDFDF;
      position:absolute;
      margin-top:40px;
      margin-left:30px;
      background:#F5E0E1;
        }
.story {
	/*  background:white;
	padding:10px 10px; */
}
.story .story-item {
	height: 192px;
    width: 140px;
    /* margin: auto; */
    border-radius: 15px;
    /* background: #3e7fff; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
	position:relative;
	font-size:13px;	
}  
.story .story-item:before {
   content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: .2;
    border-radius: 15px;
  } 
.story .story-item span {
	position:absolute;
    bottom:0;
	padding:10px 5px; 
  font-family: sans-serif;
}
.story .owl-stage {
    right: 0px;
}

.rounded {
  /* background-image:url(https://any.ge/assets/images/favicon-32x32.png);
  background-repeat: no-repeat;
  background-size: cover; */
  background-position: center center;
  width:32px;
  height:32px;
  margin:5px;
  position:absolute;
  border-radius:50%;
 border:2px solid #3877e1;
 overflow: hidden;
}
    .cerclex{
        border-radius: 50px;
        overflow: hidden;
        margin: auto;
    }
    .pan{
        line-height: 9px !important; 
        padding: 5px 0 5px 0 !important;
    }
    .panx{
        line-height: 11px !important; 
        padding: 8px 0 8px 0 !important;
    }
  .avatar {
  color: #fff;
  background-color: #adb5bd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 50%;
  height: 48px;
  width: 48px; overflow: hidden;
}

.avatar img {
  width: 48px;
  /* border-radius: 50%; */
}

.avatar span {
  width: 100%;
  border-radius: 50%;
}

.avatar+.avatar-content {
  display: inline-block;
  margin-left: .75rem;
}

.avatar-lg {
  width: 58px;
  height: 58px;
  font-size: 0.875rem;
}

.avatar-sm {
  width: 50px;
  height: 50px;
  font-size: 0.875rem;
  vertical-align: top;
}

.avatar-group {
  display: flex;
  flex-direction: row;
}

.avatar-group .avatar {
  position: relative;
  z-index: 2;
  /* border: 2px solid #fff; */
}
.avatar-group .avatar:hover {
  z-index: 3;
}

.avatar-group .avatar+.avatar {
  margin-left: -1rem;
} 
.sha{
 box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px; 
    }
@media only screen and (min-width: 992px) {
.main_02 { display:none; }
 }
@media only screen and (max-width: 992px) {
.main_01 { display:none; }
 }
/* ACTIVITIES */

.activities h1 {
  margin: 0 0 20px;
  font-size: 1.4rem;
  font-weight: 700;
}

.activity-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 150px);
  column-gap: 10px;
}
    
.activity-containerX {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 150px);
  column-gap: 10px;
}
.activity-containerY {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 150px); 
  /* column-gap: 10px; */
}

.img-one {
  grid-area: 1 / 1 / 2 / 2;
}

.img-two {
  grid-area: 2 / 1 / 3 / 2;
}

.img-three {
  display: block;
  grid-area: 1 / 2 / 3 / 4;
}

.img-four {
  grid-area: 1 / 4 / 2 / 5;
}

.img-five {
  grid-area: 1 / 5 / 2 / 6;
}

.img-six {
  display: block;
  grid-area: 2 / 4 / 3 / 6;
}

.img-fourX {
  grid-area: 1 / 4;
}

.img-fiveX {
  grid-area: 1 / 5;
}

.img-sixX {
  display: block;
  grid-area: 2 / 4 / 3 / 6;
}

.image-container {
  position: relative;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px;
  border-radius: 15px;
}

.image-container img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    transparent,
    transparent,
    rgba(3, 3, 185, 0.5)
  );
  border-radius: 15px;
  transition: all 0.6s linear;
}

.image-container:hover .overlay {
  opacity: 0;
}

.overlay h3 {
  margin-bottom: 8px;
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
}
.rz{
    border-radius: 50px;
    overflow: hidden;
}

