﻿#servicesConteiner {
    max-width: 1100px;
    margin: 30px auto 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
    height: 600px;
}

.serviceContent {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 1100px;
}

.serviceBox {
    width: 162px;
    cursor: pointer;
    margin-right: 58px;
    margin-bottom: 30px;
    text-decoration: none !important;
}

    .serviceBox > div {
        width: 162px;
        height: 130px;
        background: #F9F9F9;
        border-radius: 16px;
        display: flex;
        justify-content: center;
        position: relative;
    }

        .serviceBox > div > svg {
            margin: auto;
            max-height: 90px;
            max-width: 90px;
        }

            .serviceBox > div > svg path {
                fill: #3cb6d5;
            }

    .serviceBox > p {
        width: fit-content;
        margin: auto;
        max-width: 124px;
        text-align: center;
        margin-top: 24px;
        font-size: 14px;
        color: #272727;
        font-family: "bpg_mtavruli_bold";
    }

    .serviceBox > div:hover {
        background: #3CB6D5;
    }

        .serviceBox > div:hover > svg {
            filter: brightness(0) invert(1);
        }

.serviceHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.servicesSubHeader {
    font-size: 18px;
    color: rgba(31,31,31,.51);
}

.showAllServices {
    color: #118ECC;
    font-size: 14px;
    cursor: pointer;
}

.carouselContainer {
    margin: auto;
    overflow: hidden;
}

.carouselSlide {
    display: flex;
    width: 15000px;
}

#servicesConteiner > .changeSlideLeft,
#servicesConteiner > .changeSlideRight {
    bottom: 3px;
}

#servicesConteiner > .sliderUnderline,
#servicesConteiner > .sliderUnderline2 {
    bottom: 24px;
}

.page {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #E2E2E2;
    margin-right: 12px;
}

.pageConainer {
    position: absolute;
    bottom: 25px;
    left: calc(50% - 40px);
    display: flex;
}

.selectedPage {
    background: #3CB6D5;
}

.servicesHeader {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: calc(100% - 58px);
}

    .servicesHeader > p {
        font-size: 18px;
        color: rgba(31,31,31,.51);
        letter-spacing: 3px;
        font-family: "bpg_mtavruli_bold"
    }

    .servicesHeader > a {
        color: #118ECC;
        font-size: 24px;
        text-decoration: none;
        letter-spacing: 0.3px;
        font-family: "bpg_mtavruli_bold"
    }


.newEservice {
    position: absolute;
    top: 17px;
    right: 0;
    height: 25px;
    width: 50px;
    transform: translateY(-10px);
    background-color: transparent;
}

.covid {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    transform: translate(9px,-17px);
}

    .covid > svg,
    .newEservice > svg {
        width: inherit;
        height: inherit;
    }


.serviceBox > div:hover > .newEservice > svg {
    filter: brightness(0) invert(1);
}

.VATPortal > div {
    background: #40b9d8;
}

    .VATPortal > div > svg {
        filter: brightness(0) invert(1);
    }

    .VATPortal > div:hover {
        filter: brightness(1) invert(0);
        background: #F9F9F9;
    }

    .VATPortal > div > .newEservice > svg {
        filter: brightness(0) invert(1);
    }

    .VATPortal > div:hover > .newEservice > svg {
        filter: brightness(1) invert(0);
    }


    .VATPortal > div:hover > svg {
        filter: brightness(1) invert(0);
    }
