@font-face {
    font-family: 'BPG 2017 DejaVu Sans Caps';
    src: url('https://vita-marine.ge/_website/assets/fonts/caps/BPG2017DejaVuSansCaps.eot');
    src: url('https://vita-marine.ge/_website/assets/fonts/caps/BPG2017DejaVuSansCaps.eot?#iefix') format('embedded-opentype'),
        url('https://vita-marine.ge/_website/assets/fonts/caps/BPG2017DejaVuSansCaps.woff2') format('woff2'),
        url('https://vita-marine.ge/_website/assets/fonts/caps/BPG2017DejaVuSansCaps.woff') format('woff'),
        url('https://vita-marine.ge/_website/assets/fonts/caps/BPG2017DejaVuSansCaps.ttf') format('truetype'),
        url('https://vita-marine.ge/_website/assets/fonts/caps/BPG2017DejaVuSansCaps.svg#BPG2017DejaVuSansCaps') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Georgian Light';
    src: url('https://vita-marine.ge/_website/assets/fonts/light/NotoSansGeorgian-Light.eot');
    src: url('https://vita-marine.ge/_website/assets/fonts/light/NotoSansGeorgian-Light.eot?#iefix') format('embedded-opentype'),
        url('https://vita-marine.ge/_website/assets/fonts/light/NotoSansGeorgian-Light.woff2') format('woff2'),
        url('https://vita-marine.ge/_website/assets/fonts/light/NotoSansGeorgian-Light.woff') format('woff'),
        url('https://vita-marine.ge/_website/assets/fonts/light/NotoSansGeorgian-Light.ttf') format('truetype'),
        url('https://vita-marine.ge/_website/assets/fonts/light/NotoSansGeorgian-Light.svg#NotoSansGeorgian-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

*{
    font-family: 'Noto Sans Georgian Light' !important;
    text-transform: uppercase !important;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'BPG 2017 DejaVu Sans Caps' !important;
    text-transform: uppercase !important;
}

button, .btn-one{
    font-family: 'BPG 2017 DejaVu Sans Caps' !important;
    text-transform: uppercase !important;
}

.main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a{
    font-family: 'BPG 2017 DejaVu Sans Caps' !important;
    text-transform: uppercase !important;
}

.language-switcher-style1{
    margin-left: 20px;;
}

#youtube-player{
    margin: 0;
    padding: 0;
    width: 200%;
    height: 200%;
    position: absolute;
    top:-50%;
    left:-50%;
    z-index: 1;
}

.g-whatsapp{
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 30px;
    bottom: 140px;
    z-index: 10000;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.g-whatsapp::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/whatsapp.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

