@font-face {
  font-family: "Caudex";
  font-weight: 400;
  src: url("../../fonts/Caudex-Regular.ttf");
}
@font-face {
  font-family: "Caudex";
  font-weight: 700;
  src: url("../../fonts/Caudex-Bold.ttf");
}
@font-face {
  font-family: "Caudex Italic";
  font-weight: 400;
  src: url("../../fonts/Caudex-Italic.ttf");
}
@font-face {
  font-family: "Caudex Italic";
  font-weight: 700;
  src: url("../../fonts/Caudex-BoldItalic.ttf");
}
@font-face {
  font-family: "Oooh Baby";
  font-weight: 400;
  src: url("../../fonts/OoohBaby-Regular.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 300;
  src: url("../../fonts/Inter-Light.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url("../../fonts/Inter-Regular.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  src: url("../../fonts/Inter-Medium.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  src: url("../../fonts/Inter-SemiBold.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  src: url("../../fonts/Inter-Bold.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: bold;
  src: url("../../fonts/Inter-Bold.ttf");
}
body {
  overflow: hidden;
  font-family:  "Inter";
}
.nav > li > a, .mobile-sidebar-levels-2 .nav > li > ul > li > a {
  font-family:  "Inter";
}
h1,h2,h3,h4,h5,h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{
  font-family: "Inter";
}
.alt-font{
  font-family: "Inter";
}
.header-nav-main.nav > li.active > a{
  line-height: 50px;
}
.breadcrumd_core {
  display: none;
}
.header-main .nav > li{
  margin: 0 20px;
}
.header-main .nav > li > a{
  font-size: 16px;
  line-height: 24px;
}
.nav-line-bottom>li>a:before{
  transition: none !important;
  height:2px;
}
.box-image-intro{
  height: calc(100vh - 120px);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.Intro-section .content-intro{
  position: relative;
  width: 100%;
  height: 100%;
}
.Intro-section .content-intro.position-left .box-text-intro .box-text-intro-inner{
  left: 0;
  transform: translate(0,-50%);
}
.Intro-section .content-intro.position-center .box-text-intro .box-text-intro-inner{
  left: 50%;
  transform: translate(-50%,-50%);
}
.Intro-section .content-intro .box-text-intro .box-text-intro-inner{
  position:absolute;
  top:50%;
  padding:40px;
  width: 580px;
  background: var(--Overlay-Color);
  backdrop-filter: blur(var(--Blur));
}
.Intro-section .content-intro .box-text-intro .box-text-intro-inner .subtitle-intro{
  font-family: 'Oooh Baby';
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  color: var(--Main-Color);
}
.Intro-section .content-intro .box-text-intro .box-text-intro-inner .title-intro{
  font-family: 'Caudex';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
  color: var(--Secondary-Color);
  margin-top: 20px;
  margin-bottom: 30px;
}
.btn-intro{
  width: 240px;
  height: 56px;
  border: 2px solid var(--Main-Color);
  background: var(--Label-Color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-intro:hover{
  background: var(--Background-Color);
}
.btn-intro .btn-link-intro{
  color: var(--Main-Color);
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  right: 15px;
}
.btn-intro .btn-link-intro::before{
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: -30px;
  top:0;
  background: url('../../../flatsome-child/img/arrow-right-btn.svg') no-repeat;
  background-size: 100% 100%;
}
.d-block{
  display: block;
}
.mfp-content #main-menu{
  height: calc(100vh - 120px);
  position: relative;
}
.mfp-content #main-menu .sidebar-menu{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  width: 100%;
}
.mfp-content #main-menu .customize-html-sidebarmenu{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 65px;
  width: 100%;
  background: var(--Background-Color);
  backdrop-filter: blur(var(--Blur));
  padding: 0 20px;
}
.mfp-content #main-menu .flex-end-copyright{
  position: absolute;
  left: 0;
  bottom: 40px;
  transform: translate(0,-50%);
  width: 100%;
}