/* header */
.navbar .navbar-nav .nav-link {
    font-size: 19px;
    padding: 50px 20px;
    font-weight: normal;
    letter-spacing: 0.5px;
}
header .navbar-brand img {
    max-height: 80px;
}
.header-icon .header-social-icon a {
    padding-left: 25px;
}
/* swiper number */
.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet:after {
    height: 1px;
    background-color: var(--base-color);
}
.magic-drag-cursor #ball-cursor:before {
    content: "DRAG";
    font-size: 14px;
    font-weight: 500;
    font-family: var(--primary-font) !important;
}
/* swiper slider */
.slider-navigation-style-01.swiper-button-next {
    right: 30px;
}
.slider-navigation-style-01.swiper-button-prev {
    left: 30px;
}
/* heading */
.page-title-extra-large h1 {
    font-size: 2.3rem;
    line-height: 3.3rem;
}
h2, .h2 {
    font-size: 2.438rem;
    line-height: 3.438rem;
}
.highlight-separator-small .highlight-separator[data-shadow-animation] span {
    height: 45px;
    bottom: -5px;
}
.highlight-separator[data-shadow-animation] span {
    height: 100px;
    z-index: -1;
}
.highlight-separator[data-shadow-animation] span img{
    height: 22px;
}