@font-face {
    font-family: 'HelveticaNeue';
    src: url('/fonts/HelveticaNeue-Light.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue-roman';
    src: url('/fonts/HelveticaNeueCyr-Roman.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue-bold';
    src: url('/fonts/HelveticaNeueBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
.social-icon-v2{
    width: 40px;
    height: 40px;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px; /* adjust as needed */
}
body {
    font-family: Poppins, 'HelveticaNeue';
}
main{
    min-height: calc(100vh - 50px);
}

.cursor-pointer {
    cursor: pointer;
}

.text-primary {
    color: #2495C0 !important;
}

a {
    text-decoration: none;
    color: inherit;
    background: none;
    border: none;
    outline: none;
}

.carousel-control-prev,
.carousel-control-next {
    background: none !important;
    background-image: none !important;
    box-shadow: none !important;
    border: none !important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 20px;
    background: none;
    border: none;
    padding: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev {
    left: 20px;
    right: auto;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background: #e5e5e5;
    border-radius: 8px;
    width: 44px;
    height: 44px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none !important;
    box-shadow: none;
    margin: 0;
    position: relative;
}

.carousel-control-next-icon::after {
    content: '›';
    font-size: 28px;
    color: #222;
    display: block;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel-control-prev-icon::after {
    content: '‹';
    font-size: 28px;
    color: #222;
    display: block;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

[dir="rtl"] .carousel-control-next-icon::after {
    content: '‹';
}
[dir="rtl"] .carousel-control-prev-icon::after {
    content: '›';
}

.carousel-img {
    object-fit: cover;
    width: 100%;
    height: 5rem;
}

#sub-carousel {

.carousel-control-next-icon,
.carousel-control-prev-icon {
    padding: 0.5rem;
}

}


.blockHead:after {
    border-left: 10px solid;
    border-top: 13px solid transparent;
    border-bottom: 12px solid transparent;
    display: inline-block;
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;                      /* Add this line */
    transform: translateY(-50%);   /* Add this line */
}

.blockHead {
    display: inline-block;
    position: relative;
    border-radius: 2px 0px 0px 2px;
}

.blocktext {
    color: white;
    font-weight: bold;
    padding-left: 11px;
    font-size: 11px;
    line-height: 17px;
    vertical-align: middle;
    padding-right: 7px
}



.blockHead:after {
    border-left: 10px solid;
    border-top: 11px solid transparent;
    border-bottom: 10px solid transparent;
    display: inline-block;
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;                      /* Add this line */
    transform: translateY(-50%);   /* Add this line */
}

.text-sm{
    font-size: 0.6rem;
}
small, .small{
    font-size: 0.8rem;
}

.fs-7{
    font-size: 0.7rem;
}
.back-to-top{
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.back-to-top:hover{
    scale: 1.1;
    cursor: pointer;
}


@media (max-width: 991.98px) {
    .navbar-brand img{
        width: 75%;
    }
}


.nav-item.dropdown {
    position: relative;
}

.nav-item.drop-hover .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}

.nav-item.drop-hover:hover .dropdown-menu {
    display: block;
}
