@font-face {
    font-family: 'archivo';
    font-style: normal;
    src: url('/assets/fonts/archivo/Archivo-Regular.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'peyda';
    font-style: normal;
    src: url('/assets/fonts/peyda/Peyda-Regular.woff2') format('woff2');
    font-display: swap;
}
:root{
	--yz-yuzit-font: 'archivo';
	--yz-light: #f3f6f9;
	--yz-yuzit-org: #fbd310;
	--yz-yuzit-btn-hover: #ffd91f;
	--yz-yuzit-dark: #080808;
	--yz-yuzit-light: #f3f6f9;
	--yz-yuzit-light-50: rgb(243 246 249 / 50%);
	--yz-blur-dark: #131414c2;
	--yz-blur-light: #d9d9d933;
	--vz-font-base: 0.9rem;
	--yz-btn-link-color: #fbd310;
	--yz-light-rgb: 243, 246, 249; ;
	--vz-body-color: #212529;
    --vz-font-base: .9rem;
    --vz-font-weight-normal: 400;

    /* Primary theme color */
    --vz-primary: #556ee6;
    --vz-primary-rgb: 85, 110, 230;
    --vz-primary-border-subtle: rgba(var(--vz-primary-rgb), 0.5);

    /* Border */
    --vz-border-width: 1px;
    --vz-border-radius: 0.35rem;

    /* Input custom variables */
    --vz-input-bg-custom: #fff;
    --vz-input-border-custom: #ced4da;
}
html[data-bs-theme="light"] {
    --yz-yuzit-org: #fbd310;
	--yz-light: #f3f6f9;
	--yz-yuzit-dark: #080808;
	--yz-yuzit-light: #f3f6f9;
	--yz-yuzit-light-50: rgb(243 246 249 / 50%);
	--yz-blur-dark: #131414c2;
	--yz-blur-light: #d9d9d933;
	--yz-btn-link-color: #fbd310;
	--yz-light-rgb: 243, 246, 249; ;
	--vz-body-color: #212529;
    --vz-font-base: .9rem;
    --vz-font-weight-normal: 400;

    --vz-primary: #556ee6;
    --vz-primary-rgb: 85, 110, 230;
    --vz-primary-border-subtle: rgba(var(--vz-primary-rgb), .35);

    --vz-border-width: 1px;
    --vz-border-radius: 0.35rem;

    --vz-input-bg-custom: #ffffff;
    --vz-input-border-custom: #ced4da;
}

html[data-bs-theme="dark"] {
    --yz-yuzit-org: #fbd310;
	--yz-light: #000;
	--yz-yuzit-dark: #f3f6f9;
	--yz-yuzit-light: #080808;
	--yz-yuzit-light-50: rgb(0 0 0 / 50%);
	--yz-blur-dark: #d9d9d933;
	--yz-blur-light: #131414c2;
	--yz-btn-link-color: #fbd310;
	--yz-dark-rgb: 33, 37, 41;
	--vz-body-color: #e9ecef;
    --vz-input-bg-custom: #2c2c2c;
    --vz-input-border-custom: #444;
}
body{
	font-family: var(--yz-yuzit-font);
	font-size: calc(var(--vz-font-base) * 1.1);
}
.h2, h2 {
    font-size: calc(var(--vz-font-base) * 1.1);
}
a{
	color: var(--yz-yuzit-dark);
}
.en-font{font-family: 'archivo' !important;;}
.fa-font{font-family: 'peyda' !important;}
.container,
.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.5rem);
  padding-left: var(--bs-gutter-x, 1.5rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
[data-bs-theme="dark"] .bg-light{
	background-color: rgba(var(--vz-dark-rgb)) !important;
}
.text-yuzit{
	color: var(--yz-yuzit-org);
}
.text-yuzit-dark{
	color: var(--yz-yuzit-dark);
}
.bg-yuzit{
	background-color: var(--yz-yuzit-org);
}
.bg-yuzit-grad {
    background: radial-gradient(circle at center, var(--yz-yuzit-org) 40%, #e3bf10 99%);
}
.bg-yuzit-dark{
	background-color: var(--yz-yuzit-dark);
}
.vh-50 {
    height: 50vh !important;
}
.vh-40 {
    height: 40vh !important;
}
@media (min-width: 1200px) {
    .display-7 {
        font-size: 2rem;
    }
}
@media (min-width: 767.98px) {
		.style-itroz li {
		  list-style: none;
		  position: relative;
		  padding-inline-start: 30px;
		}
		.quote:before{
		bottom: 0;
		}
		.quote:after{
		top: 0;
		}
		.icon-size{
			font-size:3rem;
		}
		.bg-light-grad-solutions{
			background-image: linear-gradient(to right, rgba(var(--vz-light-rgb)) 40%, hsl(0deg 0% 100% / 60%));
			
		}
		[data-bs-theme="dark"] .bg-light-grad-solutions {
			background-image: linear-gradient(to right, rgba(var(--vz-dark-rgb)) 40%, rgb(0 0 0 / 60%));
		}
}
@media (max-width: 767.98px) {
    .display-7 {
        font-size: 2.1rem;
    }
	.style-itroz li {
		  list-style: none;
		  position: relative;
		  padding-inline-start: 20px;
		}
		.quote:after{
			bottom: 0;
			margin-bottom: -20px;
		}
		.quote:before{
			top: 0;
			margin-top: -40px;
		}
		.icon-size{
			font-size:3rem;
		}
		.bg-light-grad-solutions{
			background-image: linear-gradient(to top, rgba(var(--vz-light-rgb)) 40%, hsl(0deg 0% 100% / 60%));
			
		}
		[data-bs-theme="dark"] .bg-light-grad-solutions {
			background-image: linear-gradient(to top, rgba(var(--vz-dark-rgb)) 40%, rgb(0 0 0 / 60%));
		}
}
.lead {
    font-size: 20px;
    font-weight: 300;
}
.opacity-85 {
    opacity: .85 !important;
}
.bg-security{
	background-image: url("/assets/files/bg-security.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg-solutions{
	background-image: url("/assets/files/bg-solutions.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg-footer{
	background-image: url("/assets/files/bg-footer.webp");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
.bg-icon{
	background-image: url("/assets/files/logos/icon.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg-1{
	background-image: url("/assets/files/bg-4-dark.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg-dark-grad{
	background-image: linear-gradient( to top, var(--yz-yuzit-org) 25%, #00000000 ) !important;
}
.bg-light-grad-t {
    background-image: linear-gradient(to top, rgba(var(--yz-light-rgb)) 25%, hsl(0deg 0% 100% / 60%)) !important;
}
[data-bs-theme="dark"] .bg-light-grad-t {
    background-image: linear-gradient(to top, rgba(var(--yz-dark-rgb)) 25%, rgb(0 0 0 / 60%)) !important;
}
.bg-light-grad-b {
    background-image: linear-gradient(to bottom, rgba(var(--vz-light-rgb)) 25%, hsl(0deg 0% 100% / 60%)) !important;
}
[data-bs-theme="dark"] .bg-light-grad-b {
    background-image: linear-gradient(to bottom, rgba(var(--vz-dark-rgb)) 25%, rgb(0 0 0 / 60%)) !important;
}
.blur {
	 background-color: var(--yz-blur-light);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
[data-bs-theme="dark"].blur {
	 background-color: var(--yz-blur-light)
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.card-blur {
	 background-color: rgb(255 255 255 / 60%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
[data-bs-theme="dark"] .card-blur {
    background-color: rgb(26 29 33 / 60%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.card-blur-dark {
    background-color: #131414c2;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
[data-bs-theme="dark"] .card-blur-dark {
    background-color: #d9d9d933;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.top-1{top:5px;}
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.head-title {
    font-size: 1.6rem;
	position: relative;
	display: inline-flex;
	z-index: 0;
}
.head-title-dark {
    font-size: 1.6rem;
	position: relative;
	display: inline-flex;
	z-index: 0;
	color: #fff;
}
[data-bs-theme="dark"] .head-title{
	color: #fff;
}
.head-title-dark:before{
	content: "";
    position: absolute;
    width: 20%;
    height: 15px;
    top: 20px;
    background-color: rgb(251 211 16 / 37%);
    z-index: -1;
}
.head-title:before {
    content: "";
    position: absolute;
    width: 20%;
    height: 15px;
    top: 20px;
    background-color: #fbd310;
    z-index: -1;
}
[data-bs-theme="dark"] .head-title:before {
    content: "";
    position: absolute;
    width: 20%;
    height: 15px;
    top: 20px;
    background-color: rgb(251 211 16 / 37%);
    z-index: -1;
}
.style-itroz li span {
  display: inline-block;
  margin-inline-start: 7px;
}

.style-itroz li::before {
  content: "\f058";
  font-family: "Line Awesome Free";
  font-size: 16px;
  color: green;
  position: absolute;
  margin-inline-start: -15px;
  top: 0;
}
.btn-yuzit {
   color: #080808;
   background-color: var(--yz-yuzit-org);
   border: none !important;
}
.btn-yuzit:hover {
   color: #080808;
   background-color: var(--yz-yuzit-btn-hover);
   border: none !important;
}
.bg-fixed {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.quote {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  max-width: 100%;
}

.quote span {
  display: block;
  word-break: break-word;
}

.quote:before {
  content: "\f10d"; 
  font-family: "Line Awesome Free";
  font-size: 3rem;
  color: #78787845;
  position: absolute;
  left: 0;
}

.quote:after {
  content: "\f10e"; 
  font-family: "Line Awesome Free";
  font-size: 3rem;
  color: #78787845;
  position: absolute;
  right: 0;
}
.arrow:before{
	content: "\f060";
    font-family: "Line Awesome Free";
    font-size: 1rem;
    color: #fbd310;
	margin:0 7px;
}
.arrow-double:before{
	content: "\f100";
    font-family: "Line Awesome Free";
    font-size: 1rem;
    color: #fbd310;
	margin:0 7px;
}
.mb-n6 {
    margin-bottom: -2rem !important;
}
.mb-n7 {
    margin-bottom: -6rem !important;
}
.mode-switcher {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
}

.theme-switch {
  opacity: 0;
  width: 0;
  height: 0;
}

.theme-switch-label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--yz-yuzit-light);
  border-radius: 34px;
  transition: background-color 0.3s;
}

.theme-switch-handle {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  border-radius: 50%;
  transition: transform 0.3s;
}
.theme-switch:checked + .theme-switch-label {
  background-color: var(--yz-yuzit-light);
}

.theme-switch:checked + .theme-switch-label .theme-switch-handle {
  transform: translateX(16px);
}

.theme-switch-label i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--yz-yuzit-dark);
  transition: opacity 0.3s;
}

.theme-switch:checked + .theme-switch-label .bi-moon {
  opacity: 0;
}

.theme-switch:checked + .theme-switch-label .bi-sun {
  opacity: 0;
}
.bg-white-50 {
    --vz-bg-opacity: 1;
    background-color: rgb(191 191 191 / 50%) !important;
}
[data-bs-theme="dark"] .bg-white-50 {
    --vz-bg-opacity: 1;
    background-color: rgb(0 0 0 / 50%) !important;
}
.form-control::placeholder {
  color: var(--yz-dark); 
  opacity: 1; 
}
.bg-black {
    --vz-bg-opacity: 1;
    background-color: rgb(23 23 23) !important;
}
.list-itroz li span {
    border-bottom: 1px solid #77777726;
    padding: 10px 0;
}
.list-itroz li span:before {
	background:#000;
}
.list-itroz li:last-child span {
    border-bottom: none;
}
.list-categories li {
    border-bottom: 1px solid #77777726;
    padding: 10px 0;
}
.list-categories li:before {
	background:#000;
}
.list-categories li:last-child {
    border-bottom: none;
}
ul.list-categories li a:before {
    content: "\f061"; 
	font-family: "Line Awesome Free";
	display: block;
}
.style-itroz.list-itroz li::before {
  top: 10px;
}
input[type="tel"]::placeholder{
	text-align:left;
}
.blog-grid-card .blog-img {
  height: 230px;
  width: 100%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.blog-grid-card:hover .blog-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-social {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: start;
    padding: 0;
    bottom: 0;
    left: 15px;
}
.blog-social li {
    background: hsl(0deg 0% 99.39% / 80%);
    padding: 5px 10px;
    border-radius: 10px;
}
html[data-bs-theme="dark"] .blog-social li {
    background: hsl(0deg 0% 0% / 80%);
}
.header-custom{
	background-color: var(--vz-card-bg);
	border-top-right-radius:1.3rem;
	border-top-left-radius:1.3rem;
	border-bottom-left-radius:.7rem;
	border-bottom-right-radius:.7rem;
	border-bottom:1px solid #7777774d;
}
.fs-small{
	font-size:10px;
}
.fs-13{
	font-size:13px !important;
}
.navbar-toggler {
    border: none !important;
	padding:0 !important;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
.fs-toggler{
	font-size:22px;
}
.fs-arrow{
	font-size:10px;
}
.blog-content p {
    line-height: 1.7;
}
.blog-content h2 {
    color: var(--yz-yuzit-dark);
	font-weight:bold;
	}
.blog-content h3 {
	color: var(--yz-yuzit-dark);
	font-weight:bold;
}
@media (min-width: 767.98px) {
	.blog-content h2 {
	font-size: calc(var(--vz-font-base) * 1.3);
	}
	.blog-content h3 {
		font-size: calc(var(--vz-font-base) * 1.2);
	}
	.theme-switch-handle{
	background-color: var(--yz-yuzit-org);
	}
	.blog-hero-img {
    border-top-left-radius: 0.35rem;
	border-bottom-left-radius: 0.35rem;
	}
}
@media (max-width: 767.98px) {
	.blog-content p {
		font-size: calc(var(--vz-font-base) * 1.1);
	}
	.blog-content h2 {
		font-size: calc(var(--vz-font-base) * 1.2);
	}
	.blog-content h3 {
		font-size: calc(var(--vz-font-base) * 1.1);
	}
	.theme-switch-handle{
	background-color: var(--yz-yuzit-dark);
	}
	.blog-hero-img {
    border-top-right-radius: 0.35rem;
	border-top-left-radius: 0.35rem;
	}
}
.blog-content strong{
	font-weight:bold;
}
.blog-content a{
	color: var(--yz-btn-link-color);
	text-shadow: 0 0 black;
}
.blog-content img {
    max-width: 100%;
    height: auto;
    margin: 0 auto 15px;
    display: block;
    border-radius: 5px;
}.nav-tabs .nav-link.active {
    color: var(--yz-yuzit-light);
    background-color: var(--yz-yuzit-dark);
    border: none;
	border-radius:10px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:active {
    isolation: isolate;
    border: none;
}
.nav-tabs .nav-link{
	background-color: var(--yz-yuzit-light);
	color: var(--yz-yuzit-dark);
    border: none !important;
	border-radius:10px;
	margin-inline-start: 10px;
}
.border-yuzit-s {
    border-inline-start: 3px solid var(--yz-yuzit-org);
}
.timeline {
  position: relative;
  padding: 2rem 0;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 65px;
  left: 50%;
  width: 3px;
  height: 98%;
  background-image: linear-gradient( to bottom, #fbd310 90%, #00000000 ) !important;
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  margin-bottom: 50px;
}

.timeline-number {
  position: absolute;
  top:10px;
  left: 50%;
  transform: translate(-50%,0);
  width: 50px;
  height: 50px;
  background: var(--yz-yuzit-org);
  color: #080808;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 2;
}
.timeline-number span{
	line-height:0;
	padding:0;
	margin:0;
}
.timeline-content {
  width: 45%;
  padding: 20px;
  background: #080808;
  border-radius: var(--vz-border-radius-xl) !important;
}
.timeline-item p{
	margin:0;
}

.timeline-item.left .timeline-content {
  margin-left: auto;
  text-align: right;
}

.timeline-item.right .timeline-content {
  margin-right: auto;
}
[data-bs-theme="dark"] .text-dark {
    color: var(--vz-body-color) !important;
}
.move {
  animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.active>.page-link, .page-link.active {
	color: #080808;
    background-color: var(--yz-yuzit-org);
	border: none;
}
.blog-grid-card .blog-image{
    position: relative;
    overflow: hidden;
}

.blog-grid-card .blog-image img{
    transition: transform .6s ease, filter .6s ease;
    display:block;
}
.blog-grid-card .blog-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to bottom,
        rgba(8,8,8,0.55),
        rgba(8,8,8,0.75)
    );
	transition: opacity .5s ease, background .5s ease;
    z-index:1;
}
.blog-grid-card .blog-social{
    z-index:2;
}
.blog-grid-card:hover .blog-image::after{
    opacity:0;
}

.blog-grid-card:hover .blog-image img{
    transform:scale(1.05);
}
.rating-stars .star{
    font-size:20px;
    transition: opacity .2s;
    cursor:pointer;
    opacity:.5;
}
.rating-stars:hover .star{
    opacity:1;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "";
}
.breadcrumb {
	--vz-breadcrumb-item-padding-x: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "\f101";
    font-family: "Line Awesome Free";
    font-weight: 900;
    display: inline-flex !important;
    align-items: center;
    margin: auto 6px;
}
.latest-blog-item {
    overflow: hidden;
    position: relative;
}

.latest-blog-item img{
    position: relative;
    z-index: 0;
    transition: transform .6s ease;
}

.latest-blog-item .overlay{
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 59%);
    backdrop-filter: blur(2px);
	transition: opacity .5s ease, background .5s ease;
    z-index: 1;
}

.latest-blog-item .bottom-0{
    z-index: 2;
    transition: transform .4s ease;
}

.latest-blog-item:hover .overlay{
    opacity: .25;
}

.latest-blog-item:hover img{
    transform: scale(1.05); 
}

.latest-blog-item:hover .bottom-0{
    transform: translateY(-6px);
}
[dir="ltr"] .flip-ltr {
       transform: rotateY(180deg);
   }