﻿
@font-face {
    font-family: 'janna-bold';
    src: url('../fonts/janna-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'janna-regular';
    src: url('../fonts/janna-regular.ttf') format('truetype');
}


body {
    font-family: janna-regular;
}
.header-btn1 span {
    height: 36px;
    width: 36px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.4s;
    line-height: var(--ztc-font-size-font-s36);
    text-align: center;
    background: var(--ztc-text-text-1);
    color: var(--ztc-text-text-4);
    transform: rotate(-45deg);
    position: relative;
    right: 8px;
}
.about1-section-area .about-content-area .arrow-circle .arrow {
    position: absolute;
    left: 40%;
    right: 40%;
    top: 40%;
    bottom: 50%;
}
.footer2-section-area .footer-logo-area2 ul li a img {
    margin: 0 0 0 8px;
    filter: brightness(0) invert(1);
}