@font-face {
    font-family:robotor;
    src: url(../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family:robotom;
    src: url(../fonts/roboto/Roboto-Medium.ttf);
}
* , *::after , *::before{
	margin:0;
	padding:0;
	outline:none;
	box-sizing: border-box;
}
body{
    --white: #ffff;
    --prim:#1E1C1C;
    /* --sec:rgba(42, 43, 33, 0.6); */
    --sec:#C1D7EC;
    --cta:#FFB368;
    --secondary:#FCBA15;
    --hover:rgba(255, 255, 255, 0.7);
    --border:rgba(56, 144, 69, 0.05);
    /* --back: linear-gradient(90deg, rgba(236, 224, 214, 0.8) 0%, rgba(236, 233, 230, 0.8) 100%); */
    --pad:40px;
    --padt:100px;
    --bg: #FFFDEF;
    --button:linear-gradient(90deg, rgba(255, 179, 104, 0.95) 0%, rgba(245, 145, 46, 0.95) 96.35%);
    --txth: #EFEFEF;
}
body{
    padding-bottom:var(--pad);
	font-size:16px;
	background:var(--bg) fixed;
    color:var(--prim);
    line-height: 1;
    position: relative;
}

body[lang="en"] {
    font-family: Quicksand;
}

body[lang="ka"] {
    font-family: Istok-normal;
}

body[lang="ka"] :is() {
    font-family: nino-mtavruli-normal;
    font-weight: normal;
}
header a:hover,li a:hover,footer a:hover,.dropdown-toggle:hover{
    /* filter: contrast(1.5); */
    color: #d3cfcf !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #c19838;
}
.dropdown-menu a:hover{
    color: var(--white) !important;
}
header {
    min-height: 70px;
    top: var(--pad);
    z-index: 99999;
    /* border:3px solid rgba(150, 137, 124, 0.4); */
    border-radius: var(--padt);
    /* padding: 0px 30px; */
    position: sticky;
    background: rgb(0, 0, 0, 0.7) fixed;
    backdrop-filter: blur(4px);
    padding: 15px var(--pad);
    color: var(--white);
    right: var(--pad);
    left: var(--pad);
    transition: border-radius 250ms linear ;
}
video{
    width: 100%;
    height: auto;
    border-radius: 18px;
}
.uppercase{
    text-transform: uppercase   ;
}
.cursor-pointer{
    cursor:pointer;
}
.brd{
    border-radius: var(--pad);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
a:hover{
    color: inherit;
}
.cta{
    padding: 15px 20px;
    border-radius: 14px;
    font-size: 18px;
    cursor: pointer;
    background-color: #329B03;
    transition: all 250ms linear;
    text-align: center;
}
.cta:hover{
    color: #d3cfcf !important;
    filter: contrast(1.5);
}
header li{
    font-size: 18px;
}
header ul:not(.dropdown-menu)>li{
    margin-left: 60px;
}
.dropdown-menu {
    margin-top: 10px!important;
    width: 100%;
    left: 0 !important;
    transform: translate(0px, calc(var(--pad) * 2)) !important;  
    max-height: 75vh;
    overflow-y: auto;
    cursor: initial;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    padding: var(--pad);
}
.dropdown-menu > .d-flex{
    position: relative;
}
/* .dropdown-menu > .d-flex::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
} */
.dropdown-item {
    color: var(--white);
    overflow-wrap: break-word;
    white-space: break-spaces;  
    line-height: 24px;
}
.logo img{
    height: 50px;
    width: auto;
}
.mt-60 {
    margin-top: 60px;
}
.mn-60 {
    margin-bottom: 60px;
}
section{
    padding: 100px 120px;
}
.stitle{
    text-align: center;
    padding-bottom: var(--pad);
}
.stitle h2{
    font-size: 36px;
    line-height: 44px;
}
.stitle span{
    padding-top: var(--pad);
    max-width: 58.3%;
    display: block;
    margin: auto;
}
.hero{
    min-height: auto;
    height: auto;
    width: 100%;
    border-radius: 0 0 30px 30px;
    background: linear-gradient(180deg, #091D01, #000000);
    padding: 0 var(--pad) var(--padt) var(--pad);
}
.glow{
    height: 360px;
    width: 360px;
    border-radius: 100%;
    background-color: var(--white);
    opacity: 0.8;
    filter: blur(330px);
    position: absolute;
    transform: translatex(-50%);
    left: 50%;
    pointer-events: none;
}
.dhd ,.r-success{
    display: none;
}
.hero .glow{
    top: -20%;
}
.hero h2{
    font-size: 48px;
    line-height: 68px;
    letter-spacing: 2px;
    overflow-wrap: break-word;
}
.hero h1{
    font-size: 32px;
}
.hero h2 span{
    font-weight: bold;
}
.hero p,.hero h2{
    text-wrap: wrap;
    text-align: center;
    margin-top: var(--padt);
    color: var(--white);

}
.hero p{
    max-width: 30%;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    opacity: 0.9;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
.emerg{
    margin-top: var(--padt);
}
.emerg .fw-bold{
    font-size: 24px;
}
.lang img{
    height: 20px;
    width: auto;
}
.emerg .numb{
    font-size: 20px;
    text-decoration: underline;
    text-transform: uppercase;
}
.request{
    background-color: var(--white);
    border-radius: 18px;
    padding: var(--pad) 25px 15px 25px;
    width: 30%;
    margin-top: var(--padt);
    box-shadow: 0 4px 30px 10px rgba(255,255,255,0.3);
    display: none;
}
.request input:hover, .request select:hover , .contract-form input:hover,.contract-form select:hover,.request input:focus, .request select:focus , .contract-form input:focus,.contract-form select:focus {
    border-color: var(--secondary);
}
.request input, .request select , .contract-form input,.contract-form select{
    margin-top: 10px;
}
input:placeholder{
    color:#C7C7C7;
}
input,select{
    width: 100%;
    border: 1px solid #EFEFEF;
    padding: 15px 20px;
    border-radius: 10px;
}
.inp-group{
    margin-bottom: 15px;
}
.send-btn {
    color: var(--white);
    font-size: 20px;
}
.ribbon{
    padding: 12px;
    width: calc(100% + 80px);
    font-size: 24px;
    border-radius: 12px;
    background-color: var(--secondary);
    text-align: center;
    font-weight: bold;
    color: var(--white);
    margin-bottom: var(--pad);
    margin-left: -40px;
    text-transform: uppercase;
}
.trust .col-lg-3{
    padding: 0 15px;
}
.trust .tr-cont{
    padding: var(--pad);
}
.new,.trust .tr-cont{
    width: 100%;
    height: auto;
    border: 1px solid var(--border);
    background-color: rgba(142, 128, 92, 0.04);
    border-radius: 35px;
    box-shadow: 0 4px 30px -10px rgba(56, 144, 69, 0.15);

}
.new:hover, .ser:hover {
    box-shadow: 0 4px 30px -10px rgba(56, 144, 69, 0.35);
}
.tr-cont p{
    padding: var(--pad) 0 10px 0;
    font-size: 18px;
    font-weight: bold;
}
.ser{
    background-color: rgba(142, 92, 105, 0.07);
    padding: var(--pad) 20px;
    border-radius: 20px;
    border: 1px solid var(--border);
}
.ser:hover .ser-img{
    background-color: var(--secondary);
}
.ser-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20%;
}
.ser-img{
    height: 100px;
    width: 100px;
    background-color: rgba(252, 186, 21, 0.5);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.articles-img{
    margin-bottom: 60px;
}
.ser-title h3,.news-title{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 24px;
}
.ser-desc,.news-desc{
    line-height: 22px;
    color:rgba(30, 28, 28, 0.6)
}
.new{
    border-radius: 20px;
    transition: 250ms linear;
}
.ser , .new, .tr-cont{
    margin-bottom: var(--pad);

}
.news-img{
    height: 315px;
    border-radius: inherit;
}
.new a{
    border-radius: inherit;  
}
.news-date {
    opacity: 0.5;
}
.news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.news-body{
    padding: var(--pad);
}
.news-desc{
    margin-top: var(--pad);
    height: 77px;
    padding-bottom: 23px;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 24px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.r-more span{
    color: #E60012;
    font-weight: bold;
}
.r-more:hover *{
    filter: contrast(1.5);
    transition: 250ms linear;
}
.r-more{
    position: relative;
}
.r-more img{
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
}
.pag-item a{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgba(252, 186, 21, 0);
    box-shadow: 0 0 10px 0 rgba(230, 0, 18, 0);
    border-radius: 12px;
    transition: all 250ms linear;
}
.pag-item.active a,.pag-item:hover a{
   background:rgba(252, 186, 21, 0.01);
   box-shadow: 0 0 10px 0 rgba(230, 0, 18, 0.2);
}
.new:hover .r-more img,.ser :hover .r-more img{
    left: calc(100% - 30px);
}
.new:hover .news-img img{
    filter:contrast(1.2);
}
.new:hover .news-title ,.new:hover .news-date,.service-cont a:hover h3{
    color: var(--prim) !important;
}
.service-cont .row{
    align-items: stretch;
}
.service-cont .row .col-lg-4 > a , .service-cont .row .col-lg-6 > a{
    display: flex;
    self-align: stretch;
    height: 100%;
} 
.new:hover{
    background-color: rgba(142, 128, 92, 0.08);
}
footer{
    padding: 60px 10px;
    padding-bottom: var(--pad);
    margin: var(--pad);
    position: relative;
    background: linear-gradient(180deg, #000000, #091D01);
    border-radius: var(--pad);
    overflow-y: hidden;
}
.copyright{
    font-size: 14px;
    text-align: center;
}
footer .glow{
    bottom: -20%;
}
.f-logo{
    width: 100%;
    text-align: center;
}
.f-logo img{
    height: 150px;
    width: auto;
    margin-bottom: var(--pad);
}
.f-menu ul li a, .f-menu .dropdown-toggle{
    color: var(--white);
}
.f-menu ul{
    gap: 40px;
}
.em-btn{
    background-color: #308D05;
    border-radius: 25px;
    font-size: 24px;
    padding: 20px 90px;
    text-align: center;
    color: var(--white);
}
footer h3, footer h4{
    color: var(--white);
    font-weight: 300;
}
footer h4{
    font-size: 18px;
}
footer hr{
    opacity: 0.2;
    color:var(--white);
}

/* snackbar */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    width: fit-content;
    background-color: #091d01;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 999999999999;
    left: 50%;
    transform:translateX(-50%);
    bottom: 40px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
   

.bar1, .bar2, .bar3 {
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background-color: var(--white);
  margin: 6px 0;
  transition: 0.4s;
}
.bar1
{
    width: 40px;
}
.bar2{
    width: 35px;
}
.bar3{
    width: 30px;
}
.change .bar1 {
  transform: translate(0, 10px) rotate(-45deg);
}
.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -10px) rotate(45deg);
  width: 40px;
}
.article-img{
    width: 100%;
    max-height: 650px;
    margin-top: 26px;
    margin-bottom: 60px;
}
.article-img img{
    border-radius: 18px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: inherit;
}
.a-share{
    cursor: pointer;
}
.article-desc img{
    width: 100%;
    height: 100%;
    max-height: 560px;
    object-fit: cover;
    border-radius: 18px;
    margin: 40px 0;
}
.article-desc p{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
    text-align: justify;
}
.article-desc :is(ol, ul, li){
    list-style-type: auto !important;
    padding-left: 10px;
    padding-top: 10px;
    line-height: 120%;  
}
.fix-cont{
    position: fixed;
    right: var(--pad);
    bottom: var(--pad);
    z-index: 9999;
}
.cont-f{
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background-color: #E2AA21;
    border-top-right-radius: 5px;
    padding: 13px;
}
.fix-cont a:nth-child(1) .cont-f{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 16px;
}
.fix-cont a:nth-child(1):hover img{
    animation: call 450ms linear;
}
.fix-cont a:nth-child(2):hover svg path:nth-child(2){
    animation: chat 450ms linear ;
    animation-delay: 900ms;
}
.fix-cont a:nth-child(2):hover svg path:nth-child(3){
    animation: chat 450ms linear ;
    animation-delay: 450ms;
}
.fix-cont a:nth-child(2):hover svg path:nth-child(4){
    animation: chat 450ms linear ;
}
.fix-cont img,.fix-cont svg{
    width: 100%;
    height: auto;
}
.cform {
    border-radius: 12px;
    padding: 10px 20px;
    background-color: rgba(50, 154, 3, 0.1);
    min-height: 48px;
}
.contact-info a:nth-child(2) .cform{
    background-color: rgba(251, 182, 26, 0.1);
}
.social-cont{
    margin: calc(var(--pad) + 20px) 0;
}
.social-cont a{
    background-color: rgba(142, 128, 92, 0);
    padding: 10px;
    border-radius: 100%;
    transition: all 250ms ease-in;
}
.social-cont a:hover img{
    filter: invert(1);
}
.social-cont a:hover,.contact-info a:hover .cform{
    background-color: var(--secondary);
}

@keyframes call {
    0%{
        transform: rotate(-15deg);
    }
    30%{
        transform: rotate(30deg);
    }
    70%{
        transform: rotate(-15deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
@keyframes chat {
    0%{
        transform: translatey(0%);
    }
    50%{
        transform: translatey(-10%);
    }
    100%{
        transform: translatey(0%);
    }
}
@media screen and (max-width: 1460px){
    .r-more img {
        left: 35%;
    }
}
@media screen and (min-width: 1200px){
    .dropdown-menu > .d-flex{
        width: 70%;
        margin: auto;
    }
}
@media screen and (max-width: 1200px){
    .ser{
        padding:var(--pad) 10px ;
    }
    section{
        padding: 100px 60px;
    }
    .request,.hero p{
        width: 50%;
        max-width: 50%;
    }
    .hero h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .cont-f{
        width: 70px;
        height: 70px;
    }
}
@media screen and (max-width: 992px){
    section{
        padding: 80px 40px;
    }
    .request,.hero p,.stitle span{
        width: 70%;
        max-width: 70%;
    }
    .cta {
        padding: 10px 15px;
    }
    .logo img {
        height: 40px;
    }
    .r-more img {
        left: 30%;
    }
    .em-btn{
        padding: 10px;
        width: 80%;
        margin-top: 20px;
        justify-content: center;
    }
    .cont-f{
        width: 60px;
        height: 60px;
    }
    .article-img{
        max-height: auto;
        margin-bottom: 30px;
    }
    .cform,.contact-info a{
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}
@media screen and (max-width: 769px){
    .lang img{
        height: 25px;
    }
    .article-desc img{
        height: auto;
        width: 100%;
        margin: 20px 0;
    }
    .cont-f{
        padding: 10px;
    }
    section {
        padding: 60px 40px;
    }
    header .d-menu{
        display: none !important;
    }
    .logo{
        order: 2;
    }
    header .ctad{
        order: 3;
    }
    header .mobm{
        order: 1;
    }
    .cta {
        padding: 10px 15px;
        font-size: 16px;
    }
    .ser{
        justify-content: center;
        text-align: center;
    }
    .ser .col{
        width: 100%;
        flex: 1 100%;
        margin-top: 20px;
    }
    .request,.hero p,.stitle span{
        width: 90%;
        max-width: 100%;
    }
    .hero p{
        font-size:16px;
    }
    .hero h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .stitle h2{
        font-size: 24px;
        line-height: 30px;
    }
    body{
        --padt:60px;
        --pad:20px
    }
    .ser .r-more img {
        left: 60%;
    }
    .r-more img {
        left: 15%;
    }
    .f-logo img{
        width: 200px;
        height: auto;
    }
     .em-btn{
        font-size: 18px;
    }
    footer h3{
        font-size: 20px;
    }
    .m-menu{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgb(0, 0, 0, 0.7) fixed;
        padding: 15px var(--pad);
        border-bottom-left-radius: var(--pad);
        border-bottom-right-radius: var(--pad);
    }
    .m-menu li{
        width: 100%;
        text-align: center;
        margin-left: 0 !important;
        margin-bottom: 40px;
    }
    .dropdown-menu.show{
        width: 100%;
        transform: translate3d(0px, 35px, 0px) !important;
    }
    .articles-img{
        margin-bottom: 30px;
    }
    .article-desc{
        letter-spacing: -0.003em;
    }
  
}
@media screen and (max-width: 640px){
    .dropdown-menu .dropdown-item, .dropdown-menu .fw-bold{
        text-align: center;
    }
    .r-more img {
        left: 22%;
    }
    .f-logo img{
        width: 160px;
    }
     footer h3{
        font-size: 18px;
    }
    footer h4 {
        font-size: 14px;
    }
}
@media screen and (max-width: 466px){
     header .cta{
        display: none;
    }
}
@media screen and (max-width: 426px){
     .ser .r-more img {
        left: 65%;
    }
    section {
        padding: 40px 20px;
    }
    .r-more img {
        left: 30%;
    }
    .f-logo img{
        width: 120px;
    }
    .f-menu>ul{
        justify-content: center;
        margin-top: 20px;
    }
    .f-menu>ul>li{
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 361px){

 
}