.timesale {background: #e13a38; padding: 15px; border-radius: 5px; width: 100%; margin-bottom: 20px;}

.timetitleee {color: white; font-size: 15px; text-align: center; margin-bottom: 14px;}
/* timer dasawyisi */
.flip-card {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.1em;
}

.top,
.bottom,
.flip-card .top-flip,
.flip-card .bottom-flip {
  height: 0.75em;
  line-height: 1;
  padding: 0.25em;
  overflow: hidden;
}

.top,
.flip-card .top-flip {
  background-color: #d40000;
  border-top-right-radius: 0.1em;
  border-top-left-radius: 0.1em;
  border-bottom: 2px solid rgb(0 0 0 / 24%);
  color: #fff;
}

.bottom,
.flip-card .bottom-flip {
  background-color: #d40000;
  display: flex;
  align-items: flex-end;
  border-bottom-right-radius: 0.1em;
  border-bottom-left-radius: 0.1em;
    color: #fff;
}

.flip-card .top-flip {
  position: absolute;
  width: 100%;
  animation: flip-top 250ms ease-in;
  transform-origin: bottom;
}

@keyframes flip-top {
  100% {
    transform: rotateX(90deg);
  }
}

.flip-card .bottom-flip {
  position: absolute;
  bottom: 0;
  width: 100%;
  animation: flip-bottom 250ms ease-out 250ms;
  transform-origin: top;
  transform: rotateX(90deg);
}

@keyframes flip-bottom {
  100% {
    transform: rotateX(0deg);
  }
}

.container {
  display: flex;
  gap: 0.8em;
  justify-content: center;
     box-sizing: border-box;
  font-size: 2.25rem;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.container-segment {
  display: flex;
  flex-direction: column;
  gap: 0.1em;
  align-items: center;
}

.segment {
  display: flex;
  gap: 0.1em;
}

.segment-title {
  font-size: 1rem;
}
       /* timer dasasruli */


/* contact phone mobile dasawyisi */

.card-body {background: #e13a38; padding: 15px; border-radius: 5px; width: 100%}
.shekvetaa {text-align: center;line-height: 24px;font-weight: 700;color: #fff;font-size: 17px; margin-bottom: 10px;}
/* contact phone mobile dasasruli */                



@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 112, 244, 0.4);
  }
  100% {
    box-shadow: 0 0 7px 25px rgba(0, 112, 244, 0);
  }
}

.pulse {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #af1d1ddb;
  border-radius: 2px;
  animation: shadow-pulse 1.5s infinite;
  font-family: "BPG Arial Caps", sans-serif;
  height: 48px;
  line-height: 48px;
  border: solid #d3d3d3bd 2px;
  margin-bottom: 20px;
}

                .navbar {
  overflow: hidden;
  top: 0;
  width: 100%;
}

.navbar a {
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
    font-size: 14px;
}

.navbar a:hover {
  background: #ddd;
  color: black;
}


.about-us {
    background: #f5f5f5;
    padding: 10px;
    font-family: "DejaVu Sans", sans-serif;
    font-size: 15px;
}

.about-us-text {
    background: #2661c5;
    padding: 15px;
    color: #fff;
    border-bottom: solid #d5d5d5 3px;
    margin-bottom: 0px;
    font-family: "BPG Arial Caps", sans-serif;
}

.about-us-prioriteti {
    font-weight: 700;
    font-size: 14px;
}

.sale_inline {
    display: inline-flex;
    height: 65px;
    width: 100%;
    background: #1d785b;
    background-image: linear-gradient(#067e58, #0d503b);
}

.circle {
    position: relative;
}
.sale {
    background-image: linear-gradient(#085039, #023424);
    width: 115px;
    text-align: center;
    border-right: 2px solid rgb(0 0 0 / 24%);
}

.sale .saletext {
    color: white;
    font-size: 14px;
    font-weight: bold;
    font-family: "BPG Arial Caps", sans-serif;
    padding: 4px;
}

.sale .salevalue {
    color: white;
    font-weight: 900;
    font-size: 30px;
}

.sale_inline .oldprice {
    padding: 0 0px 0 6px;
    text-decoration: line-through;
    color: #fff;
    font-size: 21px;
    width: 24%;
    text-align: right;
    margin-top: 19px;
    vertical-align: center;
    font-family: BPG_MRGVLOVANI_CAPS;
    font-weight: bold !important;
}

.sale_inline .lari {
    padding: 0 !important;
    font-weight: normal !important;
    text-align: left !important;
    width: 10%;
    margin-right: 5px;
}

.sale_inline .sale_price_text {
    padding: 0 3px 0 3px;
    color: #fff;
    font-size: 14px;
    white-space: pre;
    text-align: left;
    margin-top: 18px;
    font-weight: bold;
    line-height: 1;
    font-family: "BPG Arial Caps", sans-serif;
}

.sale_inline .current_price {
    padding: 10px 0px 0 0px !important;
    color: #ffde00;
    font-size: 41px;
    font-weight: bold !important;
    margin-left: 5px;
    font-family: "BPG Arial Caps", sans-serif;
}