@import url('https://fonts.googleapis.com/css2?family=Anton&family=Mukta:wght@200;300;400;500;600;700;800&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Oswald:wght@200;300;400;500;600;700&display=swap');

@font-face {
    font-family: 'Yu Gothic';
    font-style: normal;
    font-weight: 700;
    src: url('YuGothB.ttc');
}
@font-face {
    font-family: 'Yu Gothic';
    font-style: normal;
    font-weight: 500;
    src: url('YuGothM.ttc');
}
@font-face {
    font-family: 'Yu Gothic';
    font-style: normal;
    font-weight: 400;
    src: url('YuGothR.ttc');
}
@font-face {
    font-family: 'Yu Gothic';
    font-style: normal;
    font-weight: 300;
    src: url('YuGothL.ttc');
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    scroll-behavior: smooth;
}


*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0;
}

body {
    font-family: 'Oswald';
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #192d35;
    word-break: break-all;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: none;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    color: #192d35;
    text-decoration: none;
}

a:hover {
    color: #192d35;
    text-decoration: none;
}

.container-dxl {
    max-width: 1800px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #048fcc;
}

#canvas-cursor {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 9999;
    pointer-events: none;
}

@media(max-width: 991px) {
    #canvas-cursor {
        display: none !important;
    }
    body {
        cursor: default;
    }
}


/*PRELOADING------------ */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overflowhidden {
    overflow: hidden;
    cursor: none;
}

.loader {
    display: inline-block;
    position: absolute;
    z-index: 9999;
}

.loader-inner {
    font-family: var(--bs-font-sans-serif);
    width: 100%;
    font-size: 120px;
    letter-spacing: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #028fcc;
    background: linear-gradient(#028fcc, #028fcc) left no-repeat, transparent;
    background-size: 100% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: loadingAni 4s;
    animation: loadingAni 4s;
}


/* @-webkit-keyframes titlefill {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
} */

@keyframes loadingAni {
    0% {
        background-size: 0% 100%;
    }
    /* 35% {
    background-size: 35% 100%;
  }
  50% {
    background-size: 40% 100%;
  } */
    100% {
        background-size: 100% 100%;
    }
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

section,
footer {
    padding: 80px 0;
    overflow: hidden;
}

.section-header {
    text-align: center;
    padding-bottom: 40px;
}

.section-header h2 {
    font-size: 70px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #028fcc;
    background: linear-gradient(#028fcc, #028fcc) left no-repeat, #fff;
    background-size: 0% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: titlefill 3s infinite alternate both;
    animation: titlefill 3s infinite alternate both;
}

@-webkit-keyframes titlefill {
    0% {
        background-size: 0% 100%;
    }
    100% {
        background-size: 100% 100%;
    }
}

@keyframes titlefill {
    0% {
        background-size: 0% 100%;
    }
    100% {
        background-size: 100% 100%;
    }
}

@media (max-width: 1200px) {
    section,
    footer {
        padding: 60px 0px;
    }
    .section-header {
        padding-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 55px;
    }
}

@media (max-width: 575.98px) {
    section,
    footer {
        padding: 40px 0px;
    }
    .section-header h2 {
        font-size: 50px;
    }
}

@media (max-width: 425px) {
    section,
    footer {
        padding: 40px 0px;
    }
    .section-header {
        padding-bottom: 40px;
    }
    .section-header h2 {
        font-size: 50px;
    }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 22px;
    bottom: 15px;
    z-index: 99;
    border-radius: 4px;
    transition: all 0.4s;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #192d35;
    font-weight: bold;
    border: none;
    background-color: #fff;
    padding: 10px 5px;
}

.back-to-top:hover {
    color: #028fcc;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 30px 0;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.header.header-scrolled {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    height: auto;
}

.header .logo {
    line-height: 0;
}

.header .logo img {
    max-height: 100%;
    width: 180px;
}

.header .nav-items {
    display: flex;
    align-items: center;
}

.header .nav-items a.searchbtn {
    margin-right: 50px;
    font-weight: bold;
}

.header .nav-items a.searchbtn span {
    color: #028fcc;
}

.header .nav-items a.sidebarbtn img {
    width: 25px;
}

@media (max-width: 425px) {
    .header .logo img {
        width: 150px;
    }
    .header .nav-items a.searchbtn {
        margin-right: 20px;
    }
}

@media (max-width: 320px) {
    .header .logo img {
        width: 130px;
    }
    .header .nav-items a.searchbtn {
        font-size: 14px;
        margin-right: 10px;
    }
    .header .nav-items a.sidebarbtn img {
        width: 20px;
    }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero {
    margin-top: 100px;
}

#intro-carousel {
    background-color: #f2f2f2;
    padding: 50px 100px;
}


/*------/ Owl carousel /------*/

.intro-carousel .owl-theme .owl-item img {
    width: auto;
    margin: auto;
}

.intro-carousel .owl-theme .owl-dots {
    text-align: center;
    display: flex;
    justify-content: center;
    min-height: 40px;
}

.intro-carousel .owl-theme .owl-dots .owl-dot {
    display: flex;
    width: 50px;
    align-items: center;
    justify-content: center;
}

.intro-carousel .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 9px;
    margin: 0px;
    background: #000000;
    border: 0px solid #000000;
    display: block;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    border-radius: 0px;
}

.intro-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #192d35;
}

.intro-carousel .owl-theme .owl-dots .owl-dot.active span {
    background-color: #192d35 !important;
    width: 30px !important;
    height: 30px !important;
    box-shadow: inset 0px 0px 0px 8px #f2f2f2;
}

.intro-carousel .owl-carousel {
    position: relative!important;
}

.intro-carousel .owl-theme .owl-dots .owl-dot span {
    border: 2px solid #192d35;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

.intro-carousel .owl-theme .owl-theme .owl-dots {
    margin-top: 0px;
    min-height: 30px;
    max-height: 30px;
}

.intro-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #192d35;
}

.intro-carousel .owl-theme .owl-dots .owl-dot.active span {
    background-color: #192d35;
    margin-top: 0;
}

.intro-carousel .intro-body h1 {
    color: #192d35;
    font-weight: bold;
    font-size: 65px;
}

.intro-carousel .intro-body h1 span {
    display: block;
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #028fcc;
    line-height: 1.2;
}

.intro-carousel .intro-body h1 strong {
    display: block;
    font-family: "Yu Gothic";
    font-weight: 700;
    line-height: 1.2;
    margin-top: 6px;
}

.ml2 .letter {
    display: inline-block;
    line-height: 1em;
}

.intro-carousel .intro-body .intro-subtitle {
    font-family: "Yu Gothic";
    font-weight: 700;
    font-size: 26px;
    line-height: 1.5;
    color: #192d35;
    margin-top: 40px;
}

.intro-carousel .intro-body .intro-description {
    font-family: "Yu Gothic";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #192d35;
    margin-top: 20px;
}

.intro-carousel .intro-body a {
    font-size: 20px;
    border: 2px solid #192d35;
    padding: 10px 45px;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    display: flex;
    justify-content: center;
    width: max-content;
}

.intro-carousel .intro-body a::before,
.intro-carousel .intro-body a::after {
    background: #192d35;
    content: '';
    position: absolute;
    z-index: -1;
}

.intro-carousel .intro-body a:hover {
    color: #fff;
}

.intro-carousel .intro-body a::after {
    height: 100%;
    left: 0;
    top: 0;
    width: 0%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.intro-carousel .intro-body a:hover:after {
    width: 100%;
}

.intro-carousel .intro-body a i {
    margin-left: 10px;
    font-size: 33px;
}

.intro-carousel .owl-item.active h1 {
    -webkit-animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.intro-carousel .owl-item.active p {
    -webkit-animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 0.5s;
}

.intro-carousel .owl-item.active a {
    -webkit-animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 1s;
}

@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-opacity: 1;
        opacity: 1;
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        -webkit-opacity: 0;
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-opacity: 1;
        opacity: 1;
    }
}

.intro-carousel .owl-item.active img {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 1200px) {
    .intro-carousel .intro-body h1 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    #intro-carousel {
        padding: 50px;
    }
}

@media (max-width: 768px) {
    #intro-carousel {
        padding: 30px;
    }
    .intro-carousel .intro-body h1 {
        font-size: 50px;
    }
    .intro-carousel .intro-body .intro-subtitle {
        font-size: 24px;
        margin-top: 24px;
    }
    .intro-carousel .intro-body p {
        font-size: 16px;
    }
    .intro-carousel .owl-theme .owl-dots .owl-dot.active span {
        width: 25px !important;
        height: 25px !important;
        box-shadow: inset 0px 0px 0px 6px #f2f2f2;
    }
    .intro-carousel .owl-theme .owl-dots .owl-dot {
        width: 35px;
    }
}

@media (max-width: 575.98px) {
    #intro-carousel {
        padding: 30px 20px 20px;
    }
    .intro-carousel .intro-body h1 {
        font-size: 50px;
    }
    .intro-carousel .intro-body p {
        font-size: 15px;
    }
    .intro-carousel .intro-body a {
        padding: 10px 30px;
    }
    .intro-carousel .owl-theme .owl-dots .owl-dot.active span {
        width: 20px !important;
        height: 20px !important;
        box-shadow: inset 0px 0px 0px 5px #f2f2f2;
    }
    .intro-carousel .owl-theme .owl-dots .owl-dot {
        width: 30px;
    }
    .intro-carousel .intro-body h1 span {
        -webkit-text-stroke-width: 1px;
        letter-spacing: 1px;
    }
}

@media (max-width: 425px) {
    .intro-carousel .intro-body h1 {
        font-size: 50px;
    }
    .intro-carousel .intro-body p {
        font-size: 14px;
    }
    .intro-carousel .intro-body a {
        padding: 8px 25px;
        font-size: 18px;
    }
    .intro-carousel .intro-body a i {
        font-size: 29px;
    }
    .intro-carousel .owl-theme .owl-dots .owl-dot.active span {
        width: 15px !important;
        height: 15px !important;
        box-shadow: inset 0px 0px 0px 3px #f2f2f2;
    }
    .intro-carousel .owl-theme .owl-dots .owl-dot {
        width: 25px;
    }
}


/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio {
    padding-bottom: 0px;
}

.filter-box #portfolio-flters {
    list-style: none;
    text-align: center;
    background: #f8f8f8;
    padding: 0px 100px;
    display: flex;
    align-items: center;
    overflow: auto;
    margin-bottom: 80px;
}

.filter-box li {
    cursor: pointer;
    padding: 15px 20px;
    font-size: 22px;
    font-weight: bold;
    margin: 0 10px;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}

.filter-box li.filter-active {
    color: #028fcc;
    border-bottom: 2px solid #028fcc;
}

.filter-box li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-container .portfolio-item.item-hidden {
    display: none;
}

.portfolio .portfolio-container .portfolio-item.item-show {
    display: block;
}

.portfolio .portfolio-container .portfolio-item {
    -webkit-animation: scale-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-bottom {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1;
    }
}

@keyframes scale-in-bottom {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1;
    }
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 10px;
}

.portfolio .portfolio-wrap:hover {}

.portfolio .portfolio-wrap::before {
    content: "";
    background: #0b2833e8;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap img {
    transition: 1s;
    display: block;
    width: 100%;
    border-radius: 10px;
}

.portfolio .portfolio-wrap .portfolio-links {
    position: absolute;
    z-index: 999;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    display: none;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 5px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
    -webkit-animation: bounce-in-fwd 1.1s both;
    animation: bounce-in-fwd 1.1s both;
}

@-webkit-keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: scale(0.84);
        transform: scale(0.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: scale(0.84);
        transform: scale(0.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.portfolio .portfolio-wrap .portfolio-links a img {
    filter: brightness(0) invert(1);
}

.portfolio .portfolio-wrap:hover .portfolio-links {
    display: flex;
}

.portfolio .portfolio-wrap:hover {
    overflow: hidden;
}

.portfolio .portfolio-wrap:hover>img {
    transform: scale(1.3);
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-content {
    padding-top: 18px;
}

.portfolio .portfolio-content .portfolio-title {
    font-family: "Yu Gothic";
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.portfolio .portfolio-content .portfolio-text {
    font-family: "Yu Gothic";
    font-size: 16px;
    line-height: 28px;
    color: #616b6f;
    font-weight: 400;
}

.portfolio .portfolio-content .portfolio-links {
    width: 50%;
    text-align: right;
}

.portfolio .portfolio-content .portfolio-links a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5px;
    border-radius: 50%;
    color: #213841;
    transition: 0.5s;
    margin: 0px 2px;
}

.portfolio .portfolio-content .portfolio-links a img {
    width: 22px;
    transition: 0.5s;
    filter: invert(15%) sepia(12%) saturate(1670%) hue-rotate(151deg) brightness(93%) contrast(93%);
}

@media (max-width: 1200px) {
    .filter-box #portfolio-flters {
        margin-bottom: 60px;
    }
    .portfolio .portfolio-content .portfolio-text h4 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .filter-box #portfolio-flters {
        width: 100%;
        padding: 0px;
    }
    .filter-box li {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .filter-box #portfolio-flters {
        margin-bottom: 45px;
    }
    .filter-box li {
        font-size: 18px;
    }
    .portfolio .portfolio-content .portfolio-text h4 {
        font-size: 16px;
    }
    .portfolio .portfolio-content .portfolio-text p {
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {
    .filter-box {
        margin-bottom: 30px;
    }
    .portfolio .portfolio-wrap .portfolio-links a {
        width: 30px;
        height: 30px;
    }
}


/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/

.products .product-text {
    padding: 20px 20px 20px 50px;
}

.products .product-text h5 {
    font-weight: bold;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px;
}

.products .product-text p {
    font-family: 'Roboto';
    color: #616b6f;
    font-size: 16px;
    margin: 0px;
    padding-left: 35px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products .product-text p:after {
    content: "";
    position: absolute;
    left: 0px;
    width: 30px;
    height: 2px;
    background-color: #47575d;
    top: calc(50% - 2px);
}

.products .slider-navbtn button {
    padding: 0px;
}

.products .slider-navbtn button:focus {
    box-shadow: none;
}

.products .slider-navbtn button i {
    border-radius: 50%;
    border: 1px solid #182c35;
    padding: 5px;
    font-size: 35px;
    transition: 0.4s;
}

.products .slider-navbtn button i:hover {
    background-color: #182c35;
    color: #fff;
}

@media (max-width: 575.98px) {
    .products .slider-navbtn button i {
        font-size: 28px;
    }
}

@media (max-width: 425px) {
    .slider-navbtn {
        display: none;
    }
    .products .product-text h5 {
        font-size: 16px;
    }
    .products .product-text p {
        font-size: 14px;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer .footer-box img {
    margin-bottom: 35px;
    width: 100px;
}

.footer .footer-box h4 {
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 35px;
}

.footer .footer-box h4 strong {
    font-weight: bold;
}

.footer .footer-box p {
    font-size: 20px;
    text-align: center;
}

.footer .footer-box p span {
    font-weight: bold;
}

.footer .footer-box .social-icon a i {
    font-size: 22px;
    padding: 10px;
    border-radius: 50%;
    transition: 0.4s;
}

@media(max-width: 575.98px) {
    .footer {
        position: relative;
        padding: 40px 0;
    }
    .footer .footer-box h4 {
        font-size: 20px;
        margin-bottom: 35px;
    }
    .footer .footer-box p {
        font-size: 13px;
    }
}


/*--------------------------------------------------------------
# Search bar
--------------------------------------------------------------*/

.searchbarmodal {
    background-color: #ffffffdb;
    padding: 0px;
    cursor: url(../img/close_cur.cur), auto;
}

.searchbarmodal .modal-content {
    border: none;
    background-color: transparent;
}

.searchbarmodal .modal-body {
    padding: 0px;
    border: none;
}

.searchbarmodal .modal-body .input-box {
    position: relative;
}

.searchbarmodal .modal-body .input-box img {
    position: absolute;
    right: 0px;
    top: calc(50% - 22px);
    width: 45px;
    z-index: 5;
    cursor: pointer;
}

.searchbarmodal .modal-body input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #192d36;
    background-color: transparent;
    font-size: 40px;
    padding: 10px 0px;
    font-weight: bold;
    color: #192d36;
    padding-right: 50px;
}

.searchbarmodal .modal-body input:focus {
    border: none;
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #192d36;
}

.searchbarmodal .modal-body input::placeholder {
    font-weight: bold;
    color: #192d36;
    opacity: 1;
}

.searchbarmodal .modal-body p {
    font-family: 'Roboto';
    font-size: 18px;
    color: #6f777b;
    font-weight: 400;
}

@media (max-width: 991px) {
    .searchbarmodal .modal-body input {
        font-size: 30px;
        padding-right: 40px;
    }
    .searchbarmodal .modal-body .input-box img {
        top: calc(50% - 12px);
        width: 30px;
    }
    .searchbarmodal .modal-body p {
        font-size: 16px;
    }
    .searchbarmodal {
        cursor: default;
    }
}

@media (max-width: 575.98px) {
    .searchbarmodal .modal-body input {
        font-size: 25px;
        padding-right: 30px;
    }
    .searchbarmodal .modal-body .input-box img {
        top: calc(50% - 10px);
        width: 25px;
    }
    .searchbarmodal .modal-body p {
        font-size: 16px;
    }
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.offcanvas-active {
    overflow: hidden;
}

.sidebar-data .screen-overlay {
    width: 0%;
    height: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

.sidebar-data .screen-overlay.show {
    transition: opacity .5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
    cursor: url(../img/close_cur.cur), auto;
}

.sidebar-data .offcanvas {
    width: 500px;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all .2s;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    background-color: #18282f;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px 0px;
}

.sidebar-data .offcanvas .navclosebtn {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999999;
    font-size: 25px;
    display: none;
}

.sidebar-data .offcanvas .navclosebtn:focus {
    box-shadow: none;
}

.sidebar-data .offcanvas.offcanvas-right {
    right: 0;
    left: auto;
    transform: translateX(100%);
}

.sidebar-data .offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    transition: transform 0.5s;
}

.sidebar-data .offcanvas .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.sidebar-data .offcanvas .list-group-item {
    background-color: transparent;
    padding: 0px;
}

.sidebar-data .offcanvas .list-group-item a {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    padding: 20px 50px;
    border: none;
    transition: 0.4s;
    display: block;
}

.sidebar-data .offcanvas .list-group-item:hover a {
    background-color: #122026;
    -webkit-text-fill-color: #122026;
    -webkit-text-stroke-width: 1px;
    /* -webkit-text-stroke-color: #fff; */
}

.sidebar-data .offcanvas .list-group-item.filter-active a {
    border: none;
    background-color: #122026;
    -webkit-text-fill-color: #18282e;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.sidebar-data .offcanvas .list-group-item p {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 400;
    margin: 0px;
    color: #a4abad;
    transition: 0.4s;
}

.sidebar-data .offcanvas .list-group-item:hover p {
    -webkit-text-fill-color: #a4abad;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #a4abad;
}

.sidebar-data .offcanvas .list-group-item.active p {
    -webkit-text-fill-color: #a4abad;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #a4abad;
}

@media (max-width: 1200px) {
    .sidebar-data .offcanvas {
        width: 400px;
    }
    .sidebar-data .offcanvas .list-group-item a {
        font-size: 35px;
        padding: 15px 40px;
    }
    .sidebar-data .offcanvas .list-group-item p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .sidebar-data .offcanvas {
        width: 350px;
    }
    .sidebar-data .offcanvas .list-group-item a {
        font-size: 35px;
        padding: 10px 30px;
    }
    .sidebar-data .screen-overlay.show {
        cursor: default;
    }
}

@media (max-width: 575px) {
    .sidebar-data .offcanvas {
        width: 100%;
    }
    .sidebar-data .offcanvas .list-group-item {
        font-size: 30px;
    }
    .sidebar-data .offcanvas .list-group-item p {
        font-size: 14px;
    }
    .sidebar-data .offcanvas .navclosebtn {
        display: block;
    }
}

@media (max-width: 425px) {
    .sidebar-data .offcanvas {
        padding: 20px 0px;
    }
    .sidebar-data .offcanvas .list-group-item a {
        font-size: 25px;
    }
    .sidebar-data .offcanvas .list-group-item {
        padding: 10px 20px;
    }
    .sidebar-data .offcanvas .navclosebtn {
        font-size: 20px;
        top: 5px;
        right: 5px;
    }
}

.portfolio .port-more {}

.portfolio .effect-conatiner {
    position: relative;
    width: 250px;
    height: 250px;
    background-color: #fff;
}

.effect-conatiner .hoverEffect {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.effect-conatiner .hoverEffect button {
    width: 200px;
    height: 200px;
    border: 1px solid #192d35;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

@media (max-width: 1200px) {
    .effect-conatiner .hoverEffect button {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 991px) {
    .portfolio .effect-conatiner {
        width: 200px;
        height: 200px;
    }
    .effect-conatiner .hoverEffect button {
        width: 120px;
        height: 120px;
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .portfolio .effect-conatiner {
        width: 150px;
        height: 150px;
    }
    .effect-conatiner .hoverEffect button {
        width: 100px;
        height: 100px;
        font-size: 20px;
    }
}

@media (max-width: 425px) {
    .portfolio .effect-conatiner {
        width: 100px;
        height: 100px;
    }
    .effect-conatiner .hoverEffect button {
        width: 80px;
        height: 80px;
        font-size: 16px;
    }
}