@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');

/* Hero section */

.video--holder {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.logo_flex {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

/* logo */
.logo_ {
    width: 30px;
    transition: 0.3s;
    margin-right: 4px;
}

.logo_f {
    width: 25px;
    filter: brightness(0) invert(1);
}



/* elva */
@keyframes lightning {

    0%,
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }
}


.logo_flex::after {
    content: "";
    position: absolute;
    top: 48%;
    width: 33px;
    height: 36px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    animation: lightning 7.5s infinite ease-in-out;
}



.logo_title {
    font-size: 30px;
    color: var(--default_color);
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}

.logo_title_f {
    font-size: 25px;
    color: white;
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}



.logo_flex {
    display: flex;
    align-items: center;

}

.logo_flex_f {
    display: flex;
    align-items: center;
    gap: 3px;
}

.gt_switcher {
    width: 130px !important;
    border-radius: 15px !important;

}


/* hehro_title_animation */

@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.tt-title-02 {
    display: inline-block;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}




.menu-arrow2 span::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    margin-left: 5px;
    display: inline-block;
}

.tt-img-main img,
.tt-img-more img {
    border-radius: 10px;
}

/* footer */
.foot_ {
    padding: 60px 0px 10px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    min-width: 280px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-column a {

    color: #bbbdc3;
}

.footer-column a:hover {

    color: var(--default_color);

}

.tel_f {
    font-size: 25px;
    font-weight: 700;
}


.cv_btn_title {
    font-weight: normal;
    font-family: var(--default_font2);
    font-feature-settings: "case" on;
}

.cv_btn_title2 {
    display: none;
}



.brand-logo {
    width: 180px;
    height: 50px;
    object-fit: cover;
    display: block;
    margin: auto;
    cursor: pointer;
}

.service_lamp_img {
    width: 142px !important;
    height: 175px !important;
    object-fit: cover !important;
}

/* mobile */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: start;
        gap: 30px;
    }

    .footer-column {
        width: 100%;
    }

    .foot_ {
        padding: 60px 20px 10px;
    }

    .tel_f {
        font-size: 15px;
        font-weight: normal;
    }

    .cv_btn_title2 {
        font-weight: normal;
        font-family: var(--default_font2);
        font-feature-settings: "case" on;
        display: block;
        max-width: 50%;
        margin: auto;
        margin-top: 20px;
    }

    .brand-logo {
        /* width: 65%;
        height: 65px;
        object-fit: cover; */
        display: block;
        margin: auto;
        cursor: pointer;
        margin-bottom: 25px;
    }

    .service_lamp_img {
        width: 142px !important;
        height: 135px !important;
        object-fit: cover !important;
    }
}

.testimonials {
    background-color: #202226;
    margin: 30px 0;
}

/* შეფასებები */
.item h3::before {
    content: "\e92b";
    font-family: var(--default_font_icon);
    display: block;
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 17px;
    color: var(--default_color);
}

.testimonial-name img {
    width: 180px !important;
    height: 50px;
    max-width: none !important;
    max-height: 100px;
    object-fit: cover;
    display: block;
    margin: auto;
    cursor: pointer;
    box-shadow: 0 9px 18px rgb(255 255 255 / 12%), 0 5px 7px rgb(255 255 255 / 5%);
    background-color: white;
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
    height: 400px;
    overflow-y: auto;
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
    text-align: start;
}





/* სქროლბარის სტილი*/
*::-webkit-scrollbar {
    width: 8px;
}


*::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}


*::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}


*::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

#customers-testimonials .item {
    text-align: center;
    padding: 0px;
    margin-bottom: 50px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #ffffff;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #ffffff;
    display: inline-block;
    height: 15px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 15px;
    border-radius: 50%;
}


.nav_title_flex #tt-nav ul li.current-menu-item>a,
.nav_title_flex #tt-nav ul li.current_page_item>a {
    color: #a32e95 !important;
}


.tt-bg-dark {
    height: 175px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .tt-bg-dark {
        height: 160px;
    }
}


.gallery__icon2 {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.8;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Иконка "Play" для видео */
.gallery__icon--play {
    background-image: url('/wp-content/themes/escompany/images/icon/play-icon.svg');
    /* Заменить на свой путь */
}

/* Иконка "Просмотр" для изображений */
.gallery__icon--view {
    background-image: url('/wp-content/themes/escompany/images/icon/view-icon2.svg');
    /* Заменить на свой путь */
}

/* Эффект увеличения при наведении */
.tt-gallery:hover .gallery__icon2 {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
}


/* contact_ctr_btns */
@import url("https://fonts.googleapis.com/css?family=Roboto");

@-webkit-keyframes come-in {
    0% {
        -webkit-transform: translatey(100px);
        transform: translatey(100px);
        opacity: 0;
    }

    30% {
        -webkit-transform: translateX(-50px) scale(0.4);
        transform: translateX(-50px) scale(0.4);
    }

    70% {
        -webkit-transform: translateX(0px) scale(1.2);
        transform: translateX(0px) scale(1.2);
    }

    100% {
        -webkit-transform: translatey(0px) scale(1);
        transform: translatey(0px) scale(1);
        opacity: 1;
    }
}

@keyframes come-in {
    0% {
        -webkit-transform: translatey(100px);
        transform: translatey(100px);
        opacity: 0;
    }

    30% {
        -webkit-transform: translateX(-50px) scale(0.4);
        transform: translateX(-50px) scale(0.4);
    }

    70% {
        -webkit-transform: translateX(0px) scale(1.2);
        transform: translateX(0px) scale(1.2);
    }

    100% {
        -webkit-transform: translatey(0px) scale(1);
        transform: translatey(0px) scale(1);
        opacity: 1;
    }
}

.floating-container {
    position: fixed;
    width: 100px;
    height: 100px;
    bottom: 0;
    right: 0;
    margin: 35px 0px;
    z-index: 9999;
}

.floating-container:hover {
    height: 275px;
}

.floating-container:hover .floating-button {
    box-shadow: 0 10px 25px -5px rgb(163 46 149 / 53%);
    -webkit-transform: translatey(5px);
    transform: translatey(5px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.floating-container:hover .element-container .float-element:nth-child(1) {
    -webkit-animation: come-in 0.4s forwards 0.2s;
    animation: come-in 0.4s forwards 0.2s;
}

.floating-container:hover .element-container .float-element:nth-child(2) {
    -webkit-animation: come-in 0.4s forwards 0.4s;
    animation: come-in 0.4s forwards 0.4s;
}

.floating-container:hover .element-container .float-element:nth-child(3) {
    -webkit-animation: come-in 0.4s forwards 0.6s;
    animation: come-in 0.4s forwards 0.6s;
}

.floating-container .floating-button {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #a32e95;
    bottom: 0;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    line-height: 60px;
    text-align: center;
    font-size: 23px;
    z-index: 100;
    box-shadow: 0 10px 10px -5px rgba(163, 46, 149, 0.87);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.floating-container .float-element {
    position: relative;
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 15px auto;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 50px;
    z-index: 0;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.floating-container .float-element .material-icons {
    vertical-align: middle;
    font-size: 16px;
}

.floating-container .float-element:nth-child(1) {
    background: #42A5F5;
    box-shadow: 0 20px 20px -10px rgba(0, 182, 248, 0.61)
}

.floating-container .float-element:nth-child(2) {
    box-shadow: 0 20px 20px -10px rgb(0 182 48 / 61%)
}

.floating-container .float-element:nth-child(3) {
    /* background: #FF9800; */
    box-shadow: 0 20px 20px -10px rgb(41 211 49 / 61%);
}


/* კონტაქტი */
.contact-section h2 {
    margin-bottom: 20px;
    color: #333;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 20px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 22px;
    transition: 0.3s;
    text-decoration: none;
    box-shadow: 2px 5px 2px #0000003d;
}

.social-icons_f {
    display: flex;
    justify-content: start;
    gap: 20px;
    margin-top: 20px;
}

.social-icons_f a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 22px;
    transition: 0.3s;
    text-decoration: none;
    box-shadow: 2px 5px 2px #0000003d;
}

.social-icons a[title="YouTube"] {
    background-color: #FF0000;
}

.social-icons a[title="Facebook"] {
    background-color: #1877F2;
}

.social-icons a[title="Instagram"] {
    background-color: #E4405F;
}

.social-icons a[title="Telegram"] {
    background-color: #0088CC;
}

.social-icons a[title="WhatsApp"] {
    background-color: #25D366;
}

.social-icons a:hover {
    background-color: #a32e95;
    color: white;
    transform: rotate(365deg);
    transition: transform 0.8s ease-in-out;
    box-shadow: none;
}

.contact-info {
    margin-top: 20px;
    font-size: 18px;
    color: #555;
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

.contact-info a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border-radius: 25px;
    background-color: #34a853;
    box-shadow: 2px 5px 2px #0000003d;
}

.contact-info a i {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}

@media (max-width: 768px) {
    .social-icons {
        gap: 15px;
    }

    .contact-info {
        gap: 20px;
    }
}


textarea.form-control {
    max-height: 100px;
    overflow: auto;

}

.wpcf7 form.sent .wpcf7-response-output {

    border: 9px solid #43a729 !important;
    background-color: #ffffff !important;
    margin: 0em 0em 0em !important;
    color: black !important;
    font-feature-settings: "case" !important;
    font-family: 'FiraGo' !important;
}


.wpcf7 form.invalid .wpcf7-response-output {

    border: 9px solid #ff0000 !important;
    background-color: #ffffff !important;
    margin: 0em 0em 0em !important;
    color: rgb(0, 0, 0) !important;
    font-feature-settings: "case" !important;
    font-family: 'FiraGo' !important;
}
 