@font-face {
    font-family: 'FiraGO';
    src: url('../fonts/FiraGO/FiraGO-Regular.eot');
    src: url('../fonts/FiraGO/FiraGO-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FiraGO/FiraGO-Regular.woff2') format('woff2'),
    url('../fonts/FiraGO/FiraGO-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FiraGO';
    src: url('../fonts/FiraGO/FiraGO-Medium.eot');
    src: url('../fonts/FiraGO/FiraGO-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FiraGO/FiraGO-Medium.woff2') format('woff2'),
    url('../fonts/FiraGO/FiraGO-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FiraGO';
    src: url('../fonts/FiraGO/FiraGO-MediumItalic.eot');
    src: url('../fonts/FiraGO/FiraGO-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FiraGO/FiraGO-MediumItalic.woff2') format('woff2'),
    url('../fonts/FiraGO/FiraGO-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'FiraGO';
    src: url('../fonts/FiraGO/FiraGO-Bold.eot');
    src: url('../fonts/FiraGO/FiraGO-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FiraGO/FiraGO-Bold.woff2') format('woff2'),
    url('../fonts/FiraGO/FiraGO-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    font-family: 'FiraGO', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    background-color: #fff;
    padding-top: 80px;
}
  
a {
    transition: color 0.3s;
    color: #fd474c;
}


a:hover { 
    color: #fd474c;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
}

.container {
    max-width: 1250px;
}

.main-head {
    padding: 5px 0;
    display: flex;
    flex-direction: row;
    min-height: 74px;
    align-items: center;
    justify-content: space-between;
}
 
.logo img {
    height: 45px;
    margin-top: 8px;
}

.header-section {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 11px 10px 50px 0 rgb(0 0 0 / 8%);
    width: 100%;
    /* border-bottom: 1px solid #e7e7ee; */
    z-index: 2;
    position: relative;
    position: fixed;
    width: 100%;
    top: -1px;
    z-index: 102;
}

.main-nav {
    list-style: none;
    display: flex;
    padding: 0;
    margin-bottom: 0;
    position: static;
}


.main-nav li   {
    margin: 0 10px;
}


.main-nav li a {
    margin: 5px;
    font-size: 16px;
    font-weight: 500;
    font-feature-settings: "case" on;
    color: #4d4d4d;
    text-decoration: none;
}

.main-nav li.active a,
.main-nav li a:hover {
    color: #fd474c;
}

.btn {
    border: 1px solid transparent;
    border-radius: 25px;
    font-weight: 500;
    min-width: 120px;
    font-size: 15px;
    padding: 4px 14px;
    transition: all 0.3s ease ;

}
 
.btn:active {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
}

.btn-auth {
    font-feature-settings: "case" on;
    color: #fff;
    background-color: #fd474c;
    border-color: #fd474c;
}
 
.btn-auth:hover {
    color: #fff;
    background-color: #fd474c;
    border-color: #fd474c;
}

.btn-outline-auth {
    font-feature-settings: "case" on;
    color: #fd474c;
    border-color: #fdf1f1;
    border-width: 2px;
    /* background: #fd474c1c; */
}

.btn-outline-auth:hover { 
    color: #fd474c;
    border-color: #fd474c;
}
 

section.slide {
    padding-top: 45px;
    padding-bottom: 70px;
}

#main-slide {
    height: 500px;
    z-index: 3;
}

#main-slide .item {
    margin: 0;
    height: 500px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

#main-slide .item a {
    text-decoration: none;
}

#main-slide .item .slide-bg {
    position: absolute;
    padding: 51px 32px;
    border: 0;
    left: 0;
    bottom: 0;
    max-width: 500px;
    border-radius: 20px;
}

#main-slide .item a {
    display: block;
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;

}

#main-slide .item .slide-bg:after {
    content: '';
    position: absolute;
    background-color: rgb(0 0 0 / 14%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    backdrop-filter: blur(10px);
    border-radius: 0 20px 0 0;
}


#main-slide .item .slide-bg .slide-h {
    position: relative;
    font-weight: 500;
    color: #fd474c;
    line-height: 1.1;
    font-feature-settings: "case" on;
    font-size: 23px;
    z-index: 9;
    font-style: italic;
    padding-bottom: 0;
    margin-bottom: 10px;
}
 
 


#main-slide .item .slide-bg .desc-slide {
    position: relative;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    color: rgb(255 255 255 / 70%);
    display: block;
    margin-bottom: 0;
    z-index: 2;
}


 

#main-slide .item .img-bg {
    border-radius: 20px  ;
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    object-fit: cover;
}

#main-slide .item video {
    border-radius: 20px;
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    object-fit: cover;
}


#main-slide .owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
}

#main-slide .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}


#main-slide .owl-next,
#main-slide .owl-prev {
    width: 55px;
    height: 55px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#main-slide .owl-prev {
    left: 50px;
}

#main-slide .owl-next {
    right: 50px;
}


#main-slide .owl-dots {
    position: absolute;
    bottom: -20px;
    left: 5px;
    margin-top: 0;
    width: 100% ;
}

#main-slide .owl-dots:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#main-slide .owl-dots .owl-dot {
    position: relative;
    z-index: 3;
}

#main-slide .owl-dots .owl-dot.active span {
    background: #e0201e;
}

#main-slide .owl-dots .owl-dot:hover span {
    background: #e0201e;

}

#main-slide .owl-dots .owl-dot:first-child span {
    margin-left: 0;
}
 

#main-slide .owl-dots .owl-dot span {
    background: #ebebeb;
    margin: 0 6px;
    width: 30px;
    height: 4px;
    border-radius: 8px;
}

section.gif {
    padding-top: 80px;
    padding-bottom: 80px;
}

.gifbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    grid-gap: 50px;
}

.gifbox .desc-gifbox{
     width: 62%;
     display: flex;
     flex-direction: column;
     justify-content: center;
}

.gifbox .desc-gifbox h1 {
     font-feature-settings: "case" on;
     -webkit-text-fill-color: transparent;
     -webkit-text-stroke-width: 2px;
     -webkit-text-stroke-color: #fd474c;
     text-transform: uppercase;
     font-weight: 900;
     letter-spacing: 5px;
}

.gifbox .desc-gifbox .desc-paragraph {
     font-size: 16px; 
}

.gifbox .desc-gifbox .desc-paragraph .btn {
    min-width: 200px;
}

.gifbox .app-gifbox{
     width: 38%;
     display: flex;
     justify-content: flex-end;
}

.gifemy-front {
    /* background-color: #ffebec; */
    height: 535px;
    width: 355px;
    padding: 4px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(92deg, #e22db9, #fd474c, #6c93ff, #fd474c);
    background-size: 800% 800%;
    -webkit-animation: AnimationName 7s ease infinite;
    -moz-animation: AnimationName 7s ease infinite;
    animation: AnimationName 7s ease infinite;
}
 


@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

 

.gifemy-front video,
.gifemy-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.gifemy-front .gifemy-bg {
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 30px;
}
 
section.events {
    padding-top: 60px;
    padding-bottom: 70px;
    background: #fafafa;
}


.events-container > h1 {
    font-weight: 500;
    color: #fd474c;
    font-feature-settings: "case" on;
    font-size: 24px;
    font-style: normal; 
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.events-container > h1 span {
    padding-right: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    order: 1;
}

.events-container > h1 span:after {
    content: '';
    height: 6px;
    width: 6px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
    background-color: #fd474c;
    border-radius: 50%;
}

 

.events-container > h1:after {
    content: '';
    order: 2;
    margin-top: 0;
    height: 2px;
    width: 100%;
    background-color: #fdf1f1;
} 


.event-box {
    display: block;
    text-decoration: none;
    background-color: #ffffff;
    height: 115px;
    border: 3px solid #fdf1f1;
    border-radius: 15px;
    padding: 25px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: border .3s ;
}

.event-box:hover {
    border: 3px solid #fd474c; 
}
 
.event-box img{
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.event-box h1 {
    font-size: 19px;
    font-style: italic;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
}


.all-event {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.demo-app-btn {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
}


 
.gifemy-btn {
    border: 2px solid #fd474c;
    color: #fd474c;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 15px;
    font-feature-settings: "case" on;
    text-decoration: none;
    font-weight: 500;
    font-style: italic;
    width: 100%;
    text-align: center;
    max-width: 371px;
    position: relative;
    transition: background 0.3s, border-color 0.3s,  transform 0.3s;
    background-color: #fdf1f1;
    border-color: #fdf1f1;
}


.gifemy-btn:hover {
    transform: scale3d(1.05, 1.05, 1.05);
    background-color: #ffebec; 
    border-color:  #ffebec; 

}
.gifemy-btn:active {
    transform: scale3d(.95, .95, .95);
    background-color: #ffebec; 
    border-color:  #ffebec; 

}

.gifemy-btn:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 13px;
    width: 15px;
    height: 15px;
    background-image: url(../img/arrow-right.svg);
    background-size: 15px;
    background-position: center;
    /* background-color: #ddd; */
    background-repeat: no-repeat;
}








.footer-section {
    padding-top: 50px;
    min-height: 300px;
    background: #f0f0f0;
    padding-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.gifemy-border1 {
    display: flex;
    flex-direction: row;
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0; 
    background: linear-gradient(92deg, #e22db9, #fd474c, #6c93ff, #fd474c);
    background-size: 800% 800%;
    -webkit-animation: AnimationName 7s ease infinite;
    -moz-animation: AnimationName 7s ease infinite;
    animation: AnimationName 7s ease infinite;

}
 
.nav-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.logo-copyright {
    width: 33%;
}

.logo-footer img {
    height: 40px;
}

.copyright {
    color: #959595;
    font-size: 14px;
    margin-top: 2px;
    font-weight: 500;
    font-style: italic;
}

.footer-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 33%;
    margin-right: 30px;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer-menu ul li {
    min-width: 33.33333%;
}

.footer-menu ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #4d4d4d;
    display: block;
    font-weight: 500;
    margin-bottom: 4px;
}

 
.footer-menu ul li a {
    text-decoration: none;
    font-feature-settings: "case" on;
    font-size: 15px;
    color: #707070;
    display: block;
    font-weight: 500;
    margin: 5px 0;
}

.getimt {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 500;
    font-feature-settings: "case" on;
}

.mailft {
    margin-top: 8px;
    font-size: 14px;
    color: #707070;
}

.soc-nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 9px;
    padding: 0;
    margin-bottom: 0;
}

.soc-nav li {
    margin-right: 10px;
}

.soc-nav li a svg {
    fill: #8e8e8e;
    height: 20px;
    width: 20px;
    margin-top: -4px;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s; 
}

.soc-nav li a:hover svg {
    fill: #fd474c;  
}

.sub-footer {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e1e1e1;
    padding-top: 9px;
    color: #959595;
    font-size: 14px;
}

 
.contact_list {
    margin-bottom: 0;
}

.contact-list-footer ul {
    text-align: start;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
}

.contact-list-footer ul li {
    display: flex;
    padding: 10px 10px;
    margin: 0;
    color: #959595;
    align-items: center;
    font-feature-settings: "case" on;
    font-weight: 400;
    font-size: 14px;
}
 
.contact-list-footer ul li svg {
    height: 20px;
    width: 20px;
    fill: rgb(112 112 112 / 57%);
    margin-right: 10px;
}

.contact-list-footer ul li:last-child {
    padding-right: 0;
}

.contact-list-footer ul li:first-child {
    padding-left: 0;
}

.copy-right {
    font-feature-settings: "case" on;
}
 
.header-map {
    border-radius: 20px;
    overflow: hidden;
    margin: 40px 0;
    position: relative;
    height: calc(100vh - 473px);
    min-height: 500px;
    overflow: hidden;
    background-color: #1d1d1d;
    background-size: cover;
}



.device_box_map {
    background: #ffffff;
    margin-bottom: 0;
    width: 370px;
    max-width: 370px;
    border-radius: 20px;
    display: block;
}

.device_box_map .event_cover {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    border-radius: 20px ;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.device_box_map .event_cover {
    width: 100%;
    border-radius: 10px;
}

.device_box_map .event_title {
    height: unset;
    margin-top: 15px; 
    font-feature-settings: "case" on;
    font-weight: 500;
}

.device_box_map .event_title {
    margin-top: 15px;
    font-feature-settings: "case" on;
    font-weight: 500;
    font-size: 16px;
    font-style: italic;
}

ul.contact-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.contact-menu > li {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.contact-menu > li:last-child {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
}

.contact-menu > li svg {
    fill: #fd474c;
    height: 20px;
    width: 21px;
    margin-right: 12px;
}


.article-single {
    /* margin-top: 15px; */
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 17px;
    background-color: #fff;
    min-height: 500px;
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 5%);
    border-radius: 10px;
    /* box-shadow: 5.202px 4.684px 38px 0px rgb(0 0 0 / 15%); */
    /* border: 1px solid #fdf1f1; */
}

.single-h1 {
    text-transform: uppercase;
    text-decoration: transparent;
    color: #4d4d4d;
    font-size: 18px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    font-feature-settings: "case" on;
    font-weight: 500;
    padding-bottom: 10px;
}

.single-article-content {
    font-size: 15px;
    font-weight: 400;
    color: #4d4d4d; 
}


.article-section {
    padding-top: 60px;
    padding-bottom: 50px;
    background: #fafafa;
}

.contact-section {
    padding-top: 60px;
    padding-bottom: 50px;
    background: #fafafa;
}
 
.contact-box {
    padding: 0;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
}


.contact-area {
    padding: 25px 25px;
    min-width: 344px;
}

 


.contact_list {
    margin-bottom: 20px;
    margin-top: 30px;
}


.contact_list ul {
    text-align: start;
    padding-left: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.contact_list ul li {
    display: flex;
    padding: 12px 0;
    /* border-bottom: 1px solid #d4d4d4; */
    margin: 0;
    width: 100%;
    color: #959595;
    font-weight: 400;
    align-items: flex-start;
    flex-direction: row;
}

.contact_list ul li:first-child {
    padding-left: 0;
}


.contact_list ul li:first-child {
    padding-top: 0;
}


.contact_list ul li svg {
    height: 26px;
    width: 35px;
    fill: rgb(167 167 167);
    margin-right: 10px;
}


.contact-form h2 {
    margin-bottom: 15px;
    margin-top: 45px;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 500;
    font-feature-settings: "case" on;
}

.contact-form .form-contact {
    width: 100%;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 15px;
    line-height: 1.5;
    background-color: #f0f0f0;
    background-clip: padding-box;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
}

.contact-form .form-contact::placeholder { 
    font-weight: 500;
    font-style: italic;
    color: #a1a1a1;
}

textarea {
    resize: vertical;
}


.btn-contact {
    background-color: #fd474c;
    color: #fff;
    border-radius: 43px;
    padding: 10px 18px;
    font-feature-settings: "case" on;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 4px solid #c1282d;
}

.btn-contact:hover {
    background-color: #c1282d;
    color: #fff;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-box .box_title {
    margin-bottom: 30px;
    font-size: 21px;
}


.contact-map {
    width: 100%;
    height: 688px;
}

.map {
    height: 100%;
    width: 100%;
}







.mobilebar {
    height: 100%;
    align-items: center;
    padding-right: 10px;
    display: none;
}

.burgerbar {
    display: inline-block;
    cursor: pointer;
    z-index: 105;
    position: relative;
}

.burgerbar .bar1,
.burgerbar .bar2 {
    width: 46px;
    height: 3px;
    background-color: rgb(0 0 0 / 70%);
    margin: 10px 0;
    border-radius: 1px;
    transition: 0.2s;
}

.burgerbar.active .bar1,
.burgerbar.active .bar2 {
    /* background-color: #000000; */
}

 

.burgerbar.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 2px);
    transform: rotate(-45deg) translate(-7px, 2px);
    width: 35px;
}

.burgerbar.active .bar2 {
    -webkit-transform: rotate(45deg) translate(-7px, -3px);
    transform: rotate(45deg) translate(-7px, -3px);
    width: 35px;
}


.sidebar {
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    padding-top: 160px;
    position: fixed;
    z-index: 99;
    background: rgb(255 255 255);
    color: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow-y: scroll;
}


.sidebar.active {
    right: 0;
}

.overlay {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: -1px;
    left: -1px;
    right: -1px;
    opacity: 1;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}

.overlay.active {
    display: block;
    width: 100%;
    opacity: 1;
}


.body-lock {
    margin: 0;
    height: 100%;
    overflow: hidden;
}


.sliding-menu {
    position: relative;
    background: rgba(255, 255, 255, .5)
}

.sliding-menu-panel {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    padding-left: 0
}

.sliding-menu li {
    padding: 0;
    margin: 0;
    list-style: none
}

.sliding-menu li a {
    font-family:  'FiraGO',  Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "case" on;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 26px;
    font-size: 20px;
    line-height: 1.4em;
    color: #464646;
    text-decoration: none;
    border: none;
    outline: none;
    -ms-flex-align: center;
    align-items: center;
}

.sliding-menu li:last-child a {
    border-bottom: none;
}


.sliding-menu li a:lang(ka) {
    font-weight: 500;
}

.sliding-menu .active a {
    color: #464646;
    background: #fff;
    border: none
}

.sliding-menu .sliding-menu-nav:after {
    content: "";
    display: block;
    position: relative;
    width: .75em;
    height: .75em;
    border-top: 2px solid;
    border-right: 2px solid;
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sliding-menu .sliding-menu-back {
    color: #fff !important;
    background: #e41739;
    border-bottom: none;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.sliding-menu .sliding-menu-back:hover {
    color: #fff !important;
    background: #e41739;
    border-bottom: none;
}

.sliding-menu .sliding-menu-back:before {
    content: "";
    display: block;
    position: relative;
    width: .65em;
    height: .65em;
    margin-top: 1px;
    margin-right: 10px;
    border-top: 2px solid;
    border-left: 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sliding-menu .sliding-menu-back:after {
    display: none;
}

.sliding-menu .sliding-menu-icon {
    margin-right: .4em
}

.sliding-menu .sliding-menu-separator {
    margin: .4em 1em;
    border-top: 2px solid #e41739
}

.gifitem   {
    display: block;
    cursor: pointer;
    margin-bottom: 20px;
}

.gifitem img {
        width: 100%;
    height: 200px;
    object-fit: cover;
    
}


#prev span{
    cursor: pointer;
    color: #fff;
    background-color: #fd474c;
    border-radius: 99px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 50px);
    left: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    rotate: 180deg;

 }

 #next span{
    cursor: pointer;
    color: #fff;
    background-color: #fd474c;
    border-radius: 99px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 50px);
    right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;

 }

 .share-i {
    cursor: pointer;
    width: 50px;
    height: 50px;
 }

 .share-i svg{
    cursor: pointer;
    width: 45px;
    height: 45px;
 }

#gifdiv a,
#downloadDiv a {
    color: #000;
    display: flex;
    background: #e6e6e6;
    align-items: center;
    justify-content: center;
    border-radius: 120px;
    width: 50px;
    height: 50px;
}  
#downloadDiv a svg { 
    width: 36px;
    height: 36px;
}
 
.bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
 }

@media (max-width: 1035.98px) {

    .auth-nav,
    .footer-menu,
    .main-nav {
        display: none;
    }

    .mobilebar {
        display: flex;
        position: relative;
        z-index: 100;
    }
   
    .gifbox {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        grid-gap: 50px;
    }

    .gifbox .desc-gifbox {
        width: 100%; 
    }

    .demo-app-btn { 
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gifbox .desc-gifbox h1 {
        margin-bottom: 20px;
        text-align: center;
    }
    
    .gifbox .app-gifbox {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .event-box {
        height: 90px; 
        padding: 15px 15px;
    }

    .nav-footer {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 50px;
    }

    .logo-copyright {
        width: 100%;
    }

   
    .sub-footer {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .contact-list-footer ul {
        text-align: start;
        padding-left: 0;
        margin-bottom: 25px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-list-footer ul li {
        width: 100%;
        padding: 5px 0px;
        justify-content: center;
    }
    .contact-list-footer ul li:last-child {
        padding-left: 0;
    }

    .copy-right {
        text-align: center;
        font-feature-settings: "case" on;
        margin-top: 15px;
        margin-bottom: 15px;
    }


    .contact-box {
        flex-direction: column;
    }

    .contact-area { 
        min-width: 100%;
        order: 2;
    }
    .contact-map {
        order: 2;
        height: 350px;
        border-top: 1px solid #e1e1e1;
    }

    .contact-form h2 { 
        margin-top: 30px;
    }
    
    .sidebar .auth-nav {
        display: flex;
        gap: 20px;
        padding: 20px;
        flex-direction: column;
    }

    #main-slide .item .slide-bg:after { 
        background-color: rgb(0 0 0 / 60%); 
    }

}

 
.gifemy-bg {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.gifemy-bg::after {
    content: "";
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
        filter: brightness(0) invert(1); /* თეთრად აქცევს სურათს */

}

/* hover სურათი როცა muted */
.gifemy-bg.muted:hover::after {
    background-image: url('/img/muted.png');
    opacity: 1;
}

/* hover სურათი როცა unmuted */
.gifemy-bg.unmuted:hover::after {
    background-image: url('/img/unmuted.png');
    opacity: 1;
} 