/* latin */
@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"),
        url('../fonts/Montserrat-MediumItalic.ttf') format("truetype");
}

/* latin */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url('../fonts/Montserrat-Medium.ttf') format("truetype");
}

/* latin */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
        url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format("truetype");
}

/* latin-ext */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url('../fonts/Montserrat-Bold.ttf') format("truetype");
}

/* universal elements */
body,
html {
    height: 100%;
    margin: 0;
}

body {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    background: #f0f0f0;
    color: #2d2d2d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: scroll;
    text-align: left;
    direction: ltr;
}

svg {
    display: block;
}

header,
footer {
    background-color: #fff;
}

ul,
li {
    list-style: none;
}

a {
    color: #2d2d2d;
    text-decoration: none !important;
}

a:hover {
    color: #24b4ae;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

footer {
    border-top: #e1ebee 1px solid;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1366px;
    }
}

@media (max-width: 1440px) {
    .weather {
        width: auto;
    }
}

/* individual elements */
.switch {
    color: #24b4ae !important;
    fill: #24b4ae !important;
}

.hover-switch:hover {
    color: #24b4ae !important;
    fill: #24b4ae !important;
}

i.fa,
i.fab,
i.fal,
i.far,
i.fas {
    line-height: 1.5;
    margin: 0;
}

.back-switch {
    background-color: #24b4ae;
    border-color: #24b4ae;
}

.back-hover-switch:hover {
    background-color: #24b4ae;
    border-color: #24b4ae;
}

/* display: flex */
.site-header__middle,
.post-details i,
.search-container,
.post-list .post-card,
.search,
.site-header__topbar>.container,
.site-header__logo,
.currency-ratings .currency,
.currency-change,
.social-links {
    display: -ms-flexbox;
    display: flex;
}

.unround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* bold */
.dropdown,
.h1,
.h2,
.h3,
.h4,
.nav-link,
.currency-ratings .currency,
.post-title {
    font-weight: bold;
}

/* header */
.side-post>.plist>a,
.side-post>a {
    border-top: #e1ebee 1px solid;
}

.side-post>.plist>a:hover,
.side-post>a:hover {
    background-color: #f6fafb;
}

.plist {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
}

.site-header__topbar>.container,
.site-header__logo {
    -ms-flex-align: center;
    align-items: center;
}

.range {
    display: inline-block;
    margin: 36px 20px 20px;
}

input[type="range"] {
    -webkit-appearance: none;
    position: relative;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 300px;
    height: 2px;
    border: none;
    border-radius: 3px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 12px;
    width: 12px;
    border-radius: 510%;
    background: #141414;
    border: 2px solid #515151;
    margin-top: -5px;
    cursor: pointer;
}

.focused::-webkit-slider-thumb {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.15);
}

.clicked::-webkit-slider-thumb {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.disabled::-webkit-slider-thumb {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    box-shadow: 0 0 0 3px #141414;
    background: #515151 !important;
    border-color: #515151 !important;
}

input[type="range"]:focus {
    outline: none;
}

.rangeM input[type="range"].disabled::-webkit-slider-runnable-track {
    background: #515151 !important;
}

.rangeM input[type="range"]::-webkit-slider-thumb {
    background: #3f51b5;
    border-color: #3f51b5;
}

.range:hover input[type="range"]:before {
    color: white;
    content: "50";
    position: absolute;
    font-family: Roboto Slab;
    top: -49px;
    background: #3f51b5;
    padding: 8px 0 3px;
    font-size: 14px;
    width: 30px;
    text-align: center;
    border-radius: 100% 100% 0 0;
}

.range:hover input[type="range"]:after {
    content: "";
    position: absolute;
    top: -19px;
    left: 50px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 8px solid #3f51b5;
    font-family: Roboto Slab;
}

.site-header__topbar {
    height: 104px;
    width: 100%;
    z-index: 11;
}

.comment>img {
    height: 60px;
    filter: drop-shadow(2px 2px 3px #555);
}

.site-header__logo {
    height: 90px;
    color: inherit;
}

.site-header__logo>img {
    height: 60px;
    width: auto;
}

.currency-ratings .currency {
    border: #f2f2f2 1px solid;
    border-radius: 10px;
    height: 56px;
    font-size: 14px;
}

.currency-name {
    color: #7a7a7a;
    margin: auto 0 auto 10px;
}

.date {
    font-size: 12px;
}

.currency-rate {
    color: #000000;
    margin: auto 10px;
    white-space: nowrap;
}

.currency-change {
    border-left: #f2f2f2 1px solid;
}

.currency-change div {
    margin: auto 10px;
    margin-left: auto;
}

.currency-change.up {
    color: #24b4ae;
}

.currency-change.down {
    color: #c24b47;
}

.social-links {
    color: #000;
    margin: auto 0;
    float: right;
}

.site-header__nav-middle {
    width: 100%;
    background: white;
    top: -80px;
}

.site-header__nav-middle.nav-sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    box-shadow: 0px 8px 15px -5px #00000060;
    transition: all 0.3s;
}

.social-links li a {
    color: #8e8f93;
    margin: auto 5px;
    font-size: 24px;
}

.social-links li a i {
    transition: all 0.3s;
    color: #8e8f93;
}

.social-links li a:hover {
    color: #24b4ae;
}

.site-header__nav-panel,
.site-header__middle {
    height: 72px;
}

.nav {
    position: relative;
}

.navbar-nav {
    display: flex !important;
    font-size: 16px;
    flex-direction: row;
    font-weight: bold;
    text-transform: uppercase;
    /* overflow-y: hidden;
    overflow-x: auto; */
}

.navbar-nav li a {
    font-size: 14.5px;
}

.nav-link {
    margin: auto 0;
    padding: 0 1px;
    text-transform: uppercase;
}

.nav-item.active {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #24b4ae;
}

.nav-link.active {
    color: #24b4ae;
}

.nav-item {
    height: 100%;
    display: inline-block;
    margin: 0 0.5rem;
    font-size: calc(10px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
}

.children.show>li {
    display: block;
    text-align: left;
}

/* WEATHER */
#wday {
    font-size: medium;
}

#wnight {
    font-size: small;
}

#wcountries {
    margin-left: 5px !important;
}

/* DROPDOWN MPTT */

.rubrics-item {
    text-align: center;
    padding: 10px !important;
    text-decoration: none !important;
    width: auto !important;
    font-weight: bold !important;
}

.dropdown-submenu {
    position: relative !important;
}

.dropdown-submenu>.dropdown-menu {
    top: 0 !important;
    left: 100% !important;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block !important;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

/* DROPDOWN NAVABAR */

.search {
    margin: auto 0 auto auto;
}

.search .dropdown {
    margin: auto 0;
    text-decoration: none;
}

.search-button i {
    margin: 0;
}

.search .dropdown .dropdown-toggle {
    padding: 5px 0;
    border-left: 2px solid #f2f2f2;
    padding-left: 10px;
    margin-left: 10px;
}

.search-container {
    height: 72px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 72px;
    z-index: 10;
    opacity: 0;
}

.search-container .search-btn {
    margin: auto 5px;
}

.search-container .search-btn i {
    margin: 0;
}

.search-container .search-close {
    margin: auto 5px;
}

.search-container .search-input {
    width: 100%;
    margin: auto 20px;
}

.search-container .search-input input {
    width: 100%;
    padding: 5px 0;
    border: none;
    border-bottom: 1px solid #2d2d2d;
}

.search .dropdown .dropdown-toggle:hover {
    text-decoration: none;
}

.ad-container {
    width: 100%;
}

.post-title {
    font-size: 16px;
}

.stabber {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
}

.post-card {
    border-bottom: 1px solid #dee2e6;
}

.post-card-image {
    margin-right: 20px;
    height: fit-content;
}

.post-card-image img,
.gradient,
.gradient-vertical {
    border-radius: 8px;
}

.post-card-info {
    overflow: hidden;
}

.btn-info {
    background-color: #24b4ae;
    border-color: #24b4ae;
}

.btn-info.rounded-xl {
    border-radius: 20px;
}

.gradient {
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.8));
    position: absolute;
    height: 40px;
    width: 100%;
    bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.gradient-vertical {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.9));
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@keyframes a {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(1turn);
    }
}

.mobile-header {
    height: 54px;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    top: 0;
    left: 0;
}

.mobile-header>div.container>div {
    height: 53px;
}

.menu-bar,
.menu-bar path {
    fill: #24b4ae;
    transition: all 0.4s;
}

.open .menu-bar #menu-bar-item-1 {
    transform-origin: 15% 35%;
    transform: rotate(45deg);
}

.open .menu-bar #menu-bar-item-2 {
    transform-origin: 50% 50%;
    transform: scale(0.05, 0.05);
}

.open .menu-bar #menu-bar-item-3 {
    transform-origin: 15% 65%;
    transform: rotate(-45deg);
}

#search-bar-1 {
    transform-origin: 15% 35%;
    transform: rotate(45deg);
}

#search-bar-2 {
    transform-origin: 50% 50%;
    transform: scale(0.05, 0.05);
}

#search-bar-3 {
    transform-origin: 15% 65%;
    transform: rotate(-45deg);
}

.searching .position-absolute {
    right: 0;
    left: 0;
}

.searching .search-input input {
    border: none;
    border-bottom: #7a7a7a 1px solid;
    border-radius: 0;
    outline: none;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
}

.nav-menu {
    z-index: 9;
}

.search-menu {
    z-index: 13;
    position: relative;
}

.mobile-header .zetin {
    z-index: 11;
}

.mobile-dropdown .container,
.search-down>div {
    margin-top: -100%;
    transition: all 0.3s;
}

.open .mobile-dropdown .container,
.searching .search-down>div {
    margin-top: 0;
    transition: all 0.3s;
}

.logo-mobile {
    height: 54px;
}

.search-down>div {
    height: 53px;
}

/* OLD LOADER */
.site__preloader {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(255, 255, 255);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility 0s .3s
}

.site__preloader:after {
    display: block;
    content: "";
    position: absolute;
    border: 2px solid rgba(0, 0, 0, .1);
    border-top-color: #24B4AE;
    transition: border-color .1s;
    animation-name: a;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border-radius: 50px
}

.site--loading .site__preloader {
    transition-delay: 0s, 0s;
    opacity: 1;
    visibility: visible
}

.mobile-dropdown,
.search-down {
    top: 54px;
    left: 0;
    right: 0;
}

.mobile-dropdown {
    margin-top: -100%;
    transition: all 0.3s;
}

.search-down {
    top: 0px;
}

.mobile.nav .nav-link:hover {
    background: #f6fafb;
}

.post-details i::before {
    margin: auto;
}

.h-vary {
    height: 80%;
}

.site-header__logo {
    width: 100%;
}

.post-card {
    padding: 10px;
}

.post-detail .content img {
    width: 100%;
    height: auto;
}

.post-card-image {
    position: relative;
    padding-bottom: 56.2%;
}

.post-card-image img.img-fluid.vert {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.comment .date {
    font-size: 11px;
}

.c-blue {
    color: #24b4ae !important;
    fill: #24b4ae !important;
}

.fa-telegram:hover {
    color: #0088cc;
    transition: all .3s ease;
}

.fa-instagram:hover {
    color: #e4405f;
    transition: all .3s ease;
}

.fa-facebook-square:hover {
    color: #3b5998;
    transition: all .3s ease;
}

.fa-youtube:hover {
    color: #ff0000;
    transition: all .3s ease;
}

button {
    outline: none !important;
}

.owl-stage {
    display: flex;
    flex-flow: wrap;
}

.owl-prev i,
.owl-next i {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-prev div {
    background: #fff !important;
    width: 35px;
    height: 35px;
    border: none !important;
    border-radius: 20px;
    -webkit-box-shadow: 0px 2px 19px -2px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 2px 19px -2px rgba(0, 0, 0, 0.46);
    margin: auto;
    bottom: 0;
    color: black;
    opacity: 1;
    margin-bottom: 60px !important;
}

.owl-next div {
    background: #fff !important;
    width: 35px;
    height: 35px;
    border: none !important;
    border-radius: 20px;
    -webkit-box-shadow: 0px 2px 19px -2px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 2px 19px -2px rgba(0, 0, 0, 0.46);
    margin: auto;
    bottom: 0;
    color: black;
    opacity: 1;
    margin-bottom: 60px !important;
}

.owl-prev {
    position: absolute;
    font-size: 24px !important;
    top: 0;
    left: -5px;
    background: none !important;
    border: none !important;
    border-radius: 20px;
    margin: auto;
    bottom: 0;
}

.owl-next {
    position: absolute;
    font-size: 24px !important;
    top: 0;
    right: -5px;
    background: none !important;
    border: none !important;
    border-radius: 20px;
    margin: auto;
    bottom: 0;
}

/* CUSTOM SCROLL BAR */
/* width */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(128, 128, 128, 0.425);
    border-radius: 7px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #24b4ae;
    border-radius: 7px;
}

/* CUSTOM HOVER ON LINK */
.hover-x-none {
    -webkit-text-fill-color: initial !important;
}

.hover-x {
    background: linear-gradient(to right, #24b4ae, #24b4ae 50%, #000000 50%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-size: 200% 100% !important;
    background-position: 100% !important;
    transition: background-position 275ms ease !important;
}

.hover-x:hover {
    background-position: 0 100% !important;
}

.main-carousel .carousel-item img {
    width: 550px;
    height: 380px;
    object-fit: cover;
}

.main-carousel {
    border-radius: 5px;
}

/* .main-carousel .parent-inner {
    box-shadow: inset 0px -225px 30px -16px rgba(0, 0, 0, 0.5);
} */

.main-carousel img {
    position: relative;
    z-index: -2;
}

.main-carousel h5 {
    padding: 5px;
}

.main-carousel h5 span {
    font-weight: bold;
    text-align: left;
    float: left;
    background-color: rgba(0, 0, 0, 0.50);
    padding: 5px;
    border-left: #24b4ae solid 5px;
    margin-left: -1em;
    margin-bottom: -1em;
    /* background: rgba(0, 0, 0, 0.5);
    padding: 1px; */

}

.not-visible {
    display: none;
    transition: 0.3s;
}

.results-card {
    background-color: #ffff;
    max-height: 300px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.25);
    transition: 0.5s;
    border-radius: 5px;
    padding: 15px 15px;
    overflow: scroll;
    overflow-x: hidden;
}

.results-card-mob {
    background-color: #ffff;
    max-height: 300px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.25);
    transition: 0.5s;
    border-radius: 5px;
    padding: 5px 5px;
    overflow: scroll;
    overflow-x: hidden;
}

.results-card-mob h5 {
    font-size: 15px;
    margin-left: 1rem;
    font-weight: bold;
}

.search-post-img {
    width: 50px;
    border-radius: 2px;
}


/* The overlay effect (full height and width) - lays on top of the container and over the image */
.overlay-play {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    transition: .3s ease;
    transform: scale(0.7);
    background-color: transparent;
}

.overlay-play:hover {
    opacity: 0.9;
}

/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.overlay-play .icon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.cont-scl-img {
    overflow: hidden;
    border-radius: .25rem;
}

.scl-img {
    transition: all .3s ease-in-out;
}

.scl-img:hover {
    transform: scale(1.1);
}

.text-black {
    color: #000000 !important;
}

.post-details {
    overflow: hidden;
    color: #000000;
    font-family: 'Montserrat', Arial, serif;
    font-size: 16px;
    line-height: 1.4;
}

.post-details p a {
    border-bottom: 3px solid #24b4ae;
    box-shadow: inset 0 -2px 0 #24b4af3f;
    font-weight: bold;
}

.post-details img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.post-details video {
    max-width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
}

.post-detail iframe {
    object-fit: cover !important;
    width: 100% !important;
    margin: 0 auto !important;
}

#share-txt {
    padding: 3px;
    color: #ffffff;
    background-color: #24b4ae;
}

figure.media {
    display: block !important;
}

.vjs-theme-forest {
    --vjs-theme-forest--primary: #24b4ae !important;
}

.vjs-control-bar {
    background: rgba(0, 0, 0, 0.50) !important;
}

#post-ad-video div .vjs-play-control {
    display: none;
}

#post-ad-video .vjs-tech {
    pointer-events: none;
}

.video-js[tabindex="-1"] {
    width: auto !important;
}

.owl-item {
    padding: 1rem;
    /* padding: 0; */
}

.inc-news-title {
    font-size: 14px;
    font-weight: bold;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    list-style: none !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
}

.tags li {
    float: left !important;
}

.tag {
    background: #eee !important;
    border-radius: 3px 0 0 3px !important;
    color: #24b4ae !important;
    display: inline-block !important;
    height: 26px !important;
    line-height: 26px !important;
    padding: 0 20px 0 23px !important;
    position: relative !important;
    margin: 0 10px 10px 0 !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
}

.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.tag::after {
    background: #fff !important;
    border-bottom: 13px solid transparent !important;
    border-left: 10px solid #eee !important;
    border-top: 13px solid transparent !important;
    content: '' !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}

.tag:hover {
    background-color: #24b4ae !important;
    color: white !important;
}

.tag:hover::after {
    border-left-color: #24b4ae !important;
}

.inner-static-page {
    display: inline-block !important;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.inner-static-page img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.recent-news-mobile {
    display: none;
}

.recent-news-single {
    position: sticky;
    top: 10px;
}

.top-up-ad-mobile {
    display: none;
}

.widgets-mobile {
    display: none;
}

.top-up-ad-single {
    display: none;
}

.img-wrap-post {
    position: relative;
}

.anons-on-img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.rubric-btn-img {
    border: none;
    border-radius: 0;
    outline: none;
}

.rubric-btn-img:active,
.rubric-btn-img:focus {
    box-shadow: none !important;
    border-style: outset !important;
    border: none !important;
    outline: none !important;
}

.views-and-publish {
    font-size: 11px;
}

.views-and-publish i {
    font-size: 12px;
}

.image figcaption {
    text-align: center;
    color: #7c7c7c;
}

.carousel-mobile {
    display: none;
    height: 0;
}

.carousel-desktop-img {
    position: relative;
}

.rubric-on-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.rubric-on-img a {
    font-size: 14px;
}

.dropdown-normalize {
    margin-top: -0.5rem !important;
}

.lang-wrap ul {
    background-color: #f1f1f1;
    border-radius: 50px;
    display: flex;
    justify-content: space-around;
    height: 50px;
    padding: 5px 15px;
    text-align: center;
    align-items: center;
}

.lang-wrap ul li a {
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #000;
    padding: 0 5px;
}

.lang-active-mobile {
    background-color: #fff !important;
    border-radius: 50px !important;
}

.color-white {
    color: #fff !important;
}

.rubric-on-img-second {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.rubric-on-img-second a {
    font-size: 13px;
}

.responsive-h1 {
    font-size: calc(24px + 11 * (100vw / 1280));
}

.responsive-title {
    font-weight: bold;
    font-size: calc(13px + 11 * (100vw / 1280));
}

.post-image {
    object-fit: cover !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

@media only screen and (max-width: 1439px) and (min-width: 1200px) {
    .extraitems {
        transform: scale(0.9);
    }

    .weather img {
        width: 33px;
    }

    .weather select {
        display: block;
        margin: 0 auto;
    }
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .h-vary {
        height: 80%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .h-vary {
        height: 70%;
    }

    .post-card {
        padding: 15px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .nav {
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
    }

    .site-header__logo {
        width: auto;
    }

    .h-vary {
        height: 60%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .h-vary {
        height: 50%;
    }
}

/* Extra extra large devices (large desktops, 1440px and up) */
@media (max-width: 992px) {
    .site-header__logo {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .recent-news-mobile {
        display: block;
    }

    .recent-news-desktop {
        display: none;
    }

    .top-up-ad-mobile {
        display: inline;
    }

    .top-up-ad-mobile .w-100 {
        padding-left: 1rem;
        padding-right: 1rem;
        margin: -1.8rem 0 1rem 0 !important;
    }

    .top-up-ad-desktop {
        display: none;
    }

    .carousel {
        margin-top: 1rem;
    }

    .currency-ratings {
        margin-top: 0.2rem;
    }

    .widgets-mobile {
        display: flex;
        flex-direction: column;
        margin-bottom: -0.5rem;
    }

    .currency * {
        font-size: 13px;
    }

    .top-up-ad-single {
        display: inline-block;
    }

    .carousel-caption {
        max-width: 99% !important;
        max-height: 99% !important;
    }

    .main-carousel h5 span {
        font-size: 16px !important;
    }

    .main-carousel p {
        font-size: 11px !important;
    }

    .carousel-desktop {
        display: none;
    }

    .carousel-mobile {
        display: block;
        height: auto;
    }

    .card-img-top {
        position: relative;
        height: 55vw !important;
        width: 100% !important;
        z-index: 1 !important;
    }

    .main-card-body {
        height: 130px !important;
    }

    .rubric-on-img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .rubric-on-img a {
        font-size: 11px;
    }

    .rubric-on-img-second {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
    }

    .rubric-on-img-second a {
        font-size: 11px;
    }

    .nav-link {
        font-size: 13px;
    }
}

/* SWIPERJS */

.swiper-prev i,
.swiper-next i {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-prev div,
.swiper-next div {
    background: #fff !important;
    width: 35px;
    height: 35px;
    border: none !important;
    border-radius: 20px;
    -webkit-box-shadow: 0px 2px 19px -2px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 2px 19px -2px rgba(0, 0, 0, 0.46);
    margin: auto;
    bottom: 0;
    color: black;
    opacity: 1;
    margin-bottom: 60px !important;
}

.swiper-prev {
    position: absolute;
    font-size: 24px !important;
    top: 50%;
    background: none !important;
    border: none !important;
    border-radius: 20px;
    margin: auto;
    bottom: 0;
    z-index: 2;
    left: -15px;
}

.swiper-next {
    position: absolute;
    font-size: 24px !important;
    top: 50%;
    background: none !important;
    border: none !important;
    border-radius: 20px;
    margin: auto;
    bottom: 0;
    z-index: 2;
    right: -15px;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite ease-in-out;
}