/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.1.1
	Stable tag: 3.1.1
	Requires at least: 6.0
	Tested up to: 6.5
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
* Document basic styling
* Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-x:hidden;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}
html.lenis {
    height: auto;
}
*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}

::-webkit-scrollbar {
      width: 4px;
    	background:#ddd;
}

body.scrollbar::-webkit-scrollbar {
    width: 4px;
    background:#ddd;
    display:block;

}
/* Track */
    ::-webkit-scrollbar-track {
   	background:#ddd;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
      background:var(--e-global-color-primary);
    	  width: 4px;
}

html.scrolling
    	::-webkit-scrollbar {
      width: 4px;
}
html.scrolling ::-webkit-scrollbar-thumb {
      background: #fff;
    	  width: 4px;
}

/* Sections
 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;

}
a:hover, a:active {

}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-block-end: none; /* 1 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
}
/**
 * Form styling
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 1rem; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;

  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
button:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible) {
  outline: none;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;

  text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

select {
  display: block;
}

/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/*TRANSITION*/

e-page-transition {
    display: none !important;
}

.transition-pannel-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 801;
    background-color: #fff;
    transform: scaleY(0);
}
/*
@media (min-width: 1201px) {
    .transition-pannel-bg {
        background-size: clamp(240px, 100%, 1744px) auto;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(/wp-content/themes/hello-elementor/assets/images/gridlines-2columns-grey-5percent.svg);
    }
}
@media (max-width: 1200px) {
    .transition-pannel-bg {
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(/wp-content/themes/hello-elementor/assets/images/gridlines-2columns-grey-5percent.svg);
    }
}
@media (max-width: 991px) {
    .transition-pannel-bg {
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(/wp-content/themes/hello-elementor/assets/images/gridlines-2columns-grey-5percent.svg);
    }
}
@media (max-width: 576px) {
    .transition-pannel-bg {
        background-size: 100%;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-image: url(/wp-content/themes/hello-elementor/assets/images/gridlines-2columns-grey-5percent.svg);
    }
}
*/
.close .transition-pannel-bg {
    transition: transform 1.1s cubic-bezier(0.83, 0, 0.17, 1);
    transform: scaleY(1);
    transform-origin: bottom center;

}
.transition-borders-bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #121e50;
    top: 0;
    left: 0;
    z-index: 800;
    clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
}
.close .transition-borders-bg {
    clip-path: polygon(0% 0%, 0% 100%, 6% 100%, 6% 12%, 94% 12%, 94% 100%, 6% 100%, 6% 100%, 100% 100%, 100% 0%);
    transition: clip-path 1.1s cubic-bezier(.57,0,.42,1);
}
.close .transition-main {
    transform: scale(0.90);
    transition: transform 1.1s cubic-bezier(0.83, 0, 0.17, 1), opacity 0.5s 0.5s;
    opacity: 1;
}
.transition-main {
    transform-origin: 50% 50vh;
    transition: transform 1.1s cubic-bezier(0.83, 0, 0.17, 1), opacity 0.5s 0.5s;
    opacity: 1;
}

.enter .site-header .header-inner,.cursor {
    opacity: 0;
}
.entering .site-header .header-inner ,.entering .cursor {
    opacity: 1;
    transition: opacity 1s 0.7s !important;
}
.close .site-header .header-inner,.close .cursor  {
    opacity: 0;
    transition: opacity 0.6s 0.3s !important;
}




/*GRIDLINES*/
/*
.darklines:after {
	  content:'';
    background-size: clamp(240px, 100%, 1640px) auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/wp-content/themes/hello-elementor/assets/images/gridlines-2columns-grey-5percent.svg);
    position: absolute;
    z-index: 9;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    mix-blend-mode: overlay;
}

.lightlines:before{
	background-size:clamp(240px, 100%, 1744px) auto !important;
	background-repeat:no-repeat !important;
	background-position:centeR !important;
}

body{
	background-size: clamp(240px, 100%, 1744px) auto !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
}


.gridlines:before{
	background-size:clamp(240px, 100%, 1744px) auto !important;
	background-repeat:no-repeat !important;
	background-position:centeR !important;
}




.background-lines-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: flex;
    justify-content: center;
    padding: 0%;
}
*/
/*HEADER*/

#site-header{
	display: flex;
  flex-wrap: wrap;
	position:fixed;
	z-index:10000;
  justify-content: center;
  align-items: center;
	width: 90%;
	max-width:1640px;
  margin: 0;
	pointer-events:none;
  left: 50%;
  transform: translate(-50%, 0%);
	padding-top:30px;
  padding-left: 0px;
}
@media (max-width: 1200px) {

  #site-header{
    padding-top:15px;
    padding-left: 0px;
  	width: 94%;
  }
}
.site-header .header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.site-navigation{
	pointer-events:all;
}

.site-header .site-branding{
	pointer-events:all;
}

.site-navigation-dropdown{
pointer-events:all;
}


/*MENU*/
.site-navigation ul.menu, .site-navigation ul.menu ul {
  list-style-type: none;
  padding: 0;
}




.site-navigation ul.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.site-navigation ul.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: column;
}

.site-navigation ul.menu li a {
    display: block;
    padding: 5px 15px 5px 0px;
}

body.dark .site-navigation ul.menu li a {
    display: block;
    padding: 5px 15px 5px 0px;
	  border-right: solid 1px #fff
}

body.light .site-navigation ul.menu li a {
    display: block;
    padding: 5px 15px 5px 0px;
	  border-right: solid 1px #2a3248
}
body.light .site-header .site-navigation ul.menu li a {
    color: #2a3248;
}

body.dark .site-navigation ul.menu li a {
    display: block;
    padding: 5px 15px 5px 0px;
	  border-right: solid 1px #fff
}
body.dark .site-header .site-navigation ul.menu li a {
    color: #fff;
}

.site-navigation ul.menu li.current-menu-item a{
  color:#ee1c3f !important
}

.site-navigation ul.menu li.current-menu-item a:before {
  color:#ee1c3f !important
}
.site-navigation ul.menu li.tel-menu a {
    padding: 8px 20px !important;
    background-color: #fff;
    border-radius: 3px;
    display: flex !important;
    transition: background-color 0.8s 0s;
    align-items: center;
    border-right: none !important;
    margin-bottom: 20px;
    margin-right: 0px;
	 font-size: 18px;
   color:#1E29E2 !important;
}
.site-navigation ul.menu li.tel-menu a:before {
    font-family: 'Soda-Regular' !important;
    content: "\e926";
    font-size: 28px;
    margin-right: 5px;
    font-weight: 400 !important;
    color:#1E29E2 !important;
}




.site-navigation ul.menu li:nth-child(2) a {
    padding-bottom: 12px;
    padding-top: 0px;
    line-height: 1;
}
.site-navigation ul.menu li:last-child a {
    padding-bottom: 0;
    padding-top: 12px;
    line-height: 1;
}

.site-navigation ul li a:before {

    font-size: 16px;
    text-align: right;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    margin-right: 5px;
    line-height: 1;
}
.site-navigation ul.menu li.current-menu-item a:before {
  color: #62daf9;
  font-size:clamp(1.125rem, 0.7947rem + 0.6881vw, 1.5rem);
}

/*MENU DROPDOWN*/
.site-navigation-dropdown {
    margin-block-start: 0px;
    position: absolute;
    top: 20px !important;
    right: -10px !important;
	  left: inherit !important;
    z-index: 2000 !important;
    width: 300px;
    visibility: hidden;
    transition:visibility 0s 2s;
}

.active .site-navigation-dropdown {
  visibility:visible;
  transition:visibility 0s 0s;
}


.site-navigation-background {
	  border-radius:5px;
    background:rgb(255 255 255 / 65%);
    width: 300px;
    height: 415px;
    transform: scale(0);
    transform-origin: top right;
    transition: transform 0.8s cubic-bezier(.19, 1, .22, 1) 0.5s;
    position: absolute;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    margin-top: 0px;
    margin-right: 0px;
    backdrop-filter:blur(35px)
}

.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown .site-navigation-background {
    transform: scale(1);
    transition: transform 1s cubic-bezier(.19, 1, .22, 1);

}

.site-navigation-dropdown ul.menu {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
    opacity: 0;
    transition:opacity 0.5s 0s;
}

.active .site-navigation-dropdown ul.menu {
   opacity: 1;
   transition:opacity 0.5s 0.3s;
}

.site-navigation-dropdown ul#menu-mobile {
     padding: 84px 0px 10px 0px;
}

.site-navigation-dropdown ul.menu li a {
  display: block;
  padding: 20px 20px;
  background: transparent;
  color: #0e1d62;
  box-shadow: none;
  font-family: "MEDIA NEW", Sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;

}

.site-navigation-dropdown ul.menu li{
  overflow: hidden;
  border-bottom: 1px solid #c1c1c1;

}

.site-navigation-dropdown ul.menu li:first-child{
    border-top: 1px solid #c1c1c1;
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
    color:#ee1c3f;
    background: transparent;
	  font-size: 24px;
    padding-left: 12PX;
}


.site-navigation-dropdown ul {
  list-style-type:none;
}
.site-navigation-dropdown ul li { display: block }

.site-navigation-dropdown ul li a:before {
    content:'';
    font-size: 18px;
    text-align: right;
    color: #0e1d62;
    font-weight: 800;
    text-decoration: none;
    margin-right: 9px;
}

/*
.site-navigation-dropdown ul.menu li.current-menu-item a:before {
  margin-right: 5px;
  line-height: 1;
  color:#ee1c3f;
  font-size:24px;
}

.site-navigation-dropdown ul li:nth-child(1) a:before {
content:'01/';
}
.site-navigation-dropdown ul li:nth-child(2) a:before {
content:'02/';
}
.site-navigation-dropdown ul li:nth-child(3) a:before {
content:'03/';
}
.site-navigation-dropdown ul li:nth-child(4) a:before {
content:'04/';
}
.site-navigation-dropdown ul li:nth-child(5) a:before {
content:'05/';
}
*/

.site-navigation-dropdown ul.menu li.tel-menu {
    position: absolute;
    width: calc(100% - 95px);
    left: 10px;
    top: 10px;
}

.site-navigation-dropdown ul.menu li.tel-menu a {
    padding: 19.5px 15px !important;
    background-color:#2b3248;
    border-radius: 3px;
    display: flex !important;
    transition: background-color 0.8s 0s;
    align-items: center;
    justify-content: center;
    border-right: none !important;
    margin-top: 0;
    margin-right: 0px;
    font-size: 22px;
    color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.site-navigation-dropdown ul.menu li.tel-menu a:before {
    font-family: 'Soda-Regular' !important;
    content: "\e926";
    font-size: 24px;
    margin-right: 5px;
    font-weight: 400 !important;
    color: #fff !important;
}

.site-navigation-dropdown ul.menu li a{
	opacity:0;
	transition:all 0s 0s;
  transform: translateY(100%);
}

.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown ul.menu li a{
	opacity:1;
	transition:all 1s;
  transform: translateY(0%);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}


.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown ul.menu li:nth-child(6) a{
  transition-delay:  0.45s
}
.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown ul.menu li:nth-child(1) a{
  transition-delay:  0.5s
}
.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown ul.menu li:nth-child(2) a{
  transition-delay:  0.55s
}
.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown ul.menu li:nth-child(3) a{
  transition-delay:  0.6s
}
.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown ul.menu li:nth-child(4) a{
  transition-delay:  0.65s
}
.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown ul.menu li:nth-child(5) a{
  transition-delay:  0.7s
}


/*TOGGLE*/

.site-navigation-toggle-holder {
    display: none;
    align-items: center;
    padding: 0px !important;
}

.site-navigation-toggle-holder .site-navigation-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 29px 20px !important;
    cursor: pointer;
    border-color: #fff;
    border-radius: 0px;
    background-color: rgb(255 255 255 / 0%);
    color: #999ba3;
    flex-direction: column;
}


.site-header.scroll .site-navigation-toggle-holder .site-navigation-toggle {
    background-color: #ffffff;
    border-color: #999ba300;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);

}

span.site-navigation-toggle-icon-center {
  width: 22px;
  height: 2px;
  background-color:#fff;
	position:absolute;
  opacity: 1;
  transition:opacity 0.3s 0.4s;
}

.site-header.scroll span.site-navigation-toggle-icon-center {
  background-color: #121E50;
}

span.site-navigation-toggle-icon-before {
    width: 22px;
    height: 2px;
    background-color:#fff;
		position:relative;
	  top:-5px ;
		transition:transform 0.5s, top 0.2s 0.3s;
	  transform-origin:center;
}
.site-header.scroll span.site-navigation-toggle-icon-before {
  background-color:#121E50;
}

span.site-navigation-toggle-icon-after {
    width: 22px;
    height: 2px;
    background-color:#fff;
		position:relative;
	  top:5px ;
		transition:transform 0.5s, top 0.2s 0.3s;
	  transform-origin:center;
}
.site-header.scroll span.site-navigation-toggle-icon-after {
  background-color:#121E50;
}

.elementor-active.site-navigation-toggle-holder .site-navigation-toggle {
    background-color: #ffffff;
    border-color: #ee1c3f;

}

.elementor-active span.site-navigation-toggle-icon-after {
  transform:rotate(45deg);
	transform-origin:center;
  background-color:#2b3248 !important;
	transition:transform 0.5s, top 0s;
	top:-2px
}

.elementor-active span.site-navigation-toggle-icon-before {
  transform:rotate(-45deg);
	transform-origin:center;
	transition:transform 0.5s, top 0s;
  background-color:#2b3248 !important;
	top:0px
}

.elementor-active span.site-navigation-toggle-icon-center {
    width: 30px;
    height: 1px;
    opacity: 0;
    transition:opacity 0s

}


/*LOGO*/

.site-header .site-logo.show {
    display: flex
}

.site-header .alternative-logo-link {
    display: flex;
}

.site-header .custom-logo-link{
    opacity: 1;
    transition: all 0.5s;
}



.site-header .sticky-logo{
    opacity: 1;
    transition: all 0.5s;
}

.site-header.logo-change .sticky-logo{
    opacity: 1;
    transition: all 0.5s;
}




.site-header .sticky-logo {
   top: 30px;
}


body.light .alternative-logo-link.light {
    position: absolute;
    opacity: 0;
}
body.dark .alternative-logo-link.light {
    position: absolute;
    opacity: 1;
}

body.dark .site-header.logo-change .alternative-logo-link.light{
    opacity: 0;
    transition: all 0.5s;
}


/*CURSOR*/

.cursor-dot,
.cursor-dot-outline {
  z-index: 11000;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.cursor-dot {
  width: 6px;
  height: 6px;
  background-color: var(--e-global-color-83b445b);

}

.cursor-dot-outline {
  width: 20px;
  height: 20px;
  border: 1.5px solid var(--e-global-color-83b445b);
  opacity: 1 !important;
}


/*ENTRANCE ANIMATIONS*/



.flipUp {
  backface-visibility: hidden;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: perspective(2500px) rotateX(-90deg);
  transition-duration: 2s;
  transition-delay: 0.1s;
}

.flipUp.fadeIn{
    transform: perspective(2500px) rotateX(0deg);
    animation-name: none !important;

}

.e-con .elementor-widget {
    min-width: 0;
}

@keyframes fadeNone {
    from {
        opacity: 0;

    }

    to {
        opacity: 1;

    }
}


.entrance-block-6 .elementor-element:nth-child(1){
  animation-delay: 50ms;
}
.entrance-block-6 .elementor-element:nth-child(2){
 animation-delay: 100ms;
}
.entrance-block-6 .elementor-element:nth-child(3){
 animation-delay: 150ms;
}
.entrance-block-6 .elementor-element:nth-child(4){
animation-delay: 200ms;
}
.entrance-block-6 .elementor-element:nth-child(5){
 animation-delay: 250ms;
}
.entrance-block-6 .elementor-element:nth-child(6){
animation-delay: 300ms;
}
.entrance-block-6 .elementor-element:nth-child(7){
 animation-delay: 350ms;
}
.entrance-block-6 .elementor-element:nth-child(8){
animation-delay: 400ms;
}


.lineByLineReveal {
    --animation-name:goUp;
    /* either goUp or goUpTwist */
    --animation-duration: 0.8s;
    /* duration of the animation */
    --translateY-start: 100%;
    /* PX could also be used here, that's the height of the fade in up animation */
    --text-rotation: 4deg;
    /* for the goUpTwist variation only, represents the initial text rotation */
    --animation-timing-function: cubic-bezier(0, 0, 0.26, 1);
    /* you can try other timing funtions, like ease if you want, or create custom ones here: https://cubic-bezier.com/ */
}

.lineByLineReveal.two {
    --animation-name:goUp;
    /* either goUp or goUpTwist */
    --animation-duration: 1.2s;
    /* duration of the animation */
    --translateY-start: 100%;
    /* PX could also be used here, that's the height of the fade in up animation */
    --text-rotation: 4deg;
    /* for the goUpTwist variation only, represents the initial text rotation */
    --animation-timing-function: cubic-bezier(0, 0, 0.26, 1);
    /* you can try other timing funtions, like ease if you want, or create custom ones here: https://cubic-bezier.com/ */
}
/*
.lineByLineReveal.fadeIn .reveal-text .line .word {
    animation: var(--animation-name) var(--animation-duration) var(--animation-timing-function);

}


.lineByLineReveal.fadeIn {
  animation: fadeNone 0ms cubic-bezier(0.19, 1, 0.22, 1) both !important;
}
*/

.lineByLineReveal .reveal-text .line .word {
transform: translateY(100%);
transition-duration: 0.7s;
animation-delay:inherit !important;
}

.lineByLineReveal.fadeIn .reveal-text .line .word {
transform: translateY(0%);
transition-duration: 0.7s;
animation-delay:inherit !important;
}

.lineByLineReveal.two .reveal-text .line .word {
transform: translateY(100%);
transition-duration: 2s;
animation-delay:inherit !important;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
}

.lineByLineReveal.two.fadeIn .reveal-text .line .word {
transform: translateY(0%);
transition-duration: 2s;
animation-delay:inherit !important;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
}

.lineByLineReveal.fadeIn .reveal-text .line:nth-child(1) .word{
  transition-delay: 100ms;
  animation-delay:inherit !important;
}
.lineByLineReveal.fadeIn .reveal-text .line:nth-child(2) .word{
 transition-delay: 200ms;
 animation-delay:inherit !important;
}
.lineByLineReveal.fadeIn .reveal-text .line:nth-child(3) .word{
 transition-delay: 300ms;
}
.lineByLineReveal.fadeIn .reveal-text .line:nth-child(4) .word{
transition-delay: 400ms;
animation-delay:inherit !important;
}
.lineByLineReveal.fadeIn .reveal-text .line:nth-child(5) .word{
 transition-delay: 500ms;
 animation-delay:inherit !important;
}
.lineByLineReveal.fadeIn .reveal-text .line:nth-child(6) .word{
transition-delay: 600ms;
animation-delay:inherit !important;
}
.lineByLineReveal.fadeIn .reveal-text .line:nth-child(7) .word{
 transition-delay: 700ms;
 animation-delay:inherit !important;
}
.lineByLineReveal.fadeIn .reveal-text .line:nth-child(8) .word{
transition-delay: 800ms;
animation-delay:inherit !important;
}



.lineByLineReveal.two.fadeIn .reveal-text .line:nth-child(1) .word{
  transition-delay: 100ms;
  animation-delay:inherit !important;
}
.lineByLineReveal.two.fadeIn .reveal-text .line:nth-child(2) .word{
 transition-delay: 200ms;
 animation-delay:inherit !important;
}
.lineByLineReveal.two.fadeIn .reveal-text .line:nth-child(3) .word{
 transition-delay: 300ms;
}
.lineByLineReveal.two.fadeIn .reveal-text .line:nth-child(4) .word{
transition-delay: 400ms;
animation-delay:inherit !important;
}
.lineByLineReveal.two.fadeIn .reveal-text .line:nth-child(5) .word{
 transition-delay: 500ms;
 animation-delay:inherit !important;
}
.lineByLineReveal.two.fadeIn .reveal-text .line:nth-child(6) .word{
transition-delay: 600ms;
animation-delay:inherit !important;
}
.lineByLineReveal.two.fadeIn .reveal-text .line:nth-child(7) .word{
 transition-delay: 700ms;
 animation-delay:inherit !important;
}
.lineByLineReveal.two.fadeIn .reveal-text .line:nth-child(8) .word{
transition-delay: 800ms;
animation-delay:inherit !important;
}

.lineByLineReveal.two.fadeIn .reveal-text .line:nth-child(1) .word:nth-child(1){
  transition-delay: 200ms;
  animation-delay:inherit !important;
}
.lineByLineReveal.two.fadeIn .reveal-text .line:nth-child(1) .word:nth-child(2){
  transition-delay: 300ms;
  animation-delay:inherit !important;
}



.lineByLineReveal.three.fadeIn .reveal-text .line:nth-child(1) .word:nth-child(1){
  transition-delay: 0ms;
  animation-delay:inherit !important;
}
.lineByLineReveal.three.fadeIn .reveal-text .line:nth-child(1) .word:nth-child(2){
  transition-delay: 100ms;
  animation-delay:inherit !important;
}


.clipUp.fadeDown{
    animation: clipUp 2000ms cubic-bezier(0.19, 1, 0.22, 1) both !important;

}

@keyframes goUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes goUpTwist {
    0% {
        transform: translateY(var(--translateY-start)) rotate(var(--text-rotation));
        opacity: 0;
    }

    100% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
}

@keyframes clipUp {
0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0) !important;
    opacity: 1 !important;

}
50% {

  opacity: 1 !important;
}
100% {
    -webkit-clip-path: inset(0 0 0 0) !important;
    clip-path: inset(0 0 0 0);

}
}
.fadeIn .clipUpSlow {
    animation: clipUp 2000ms cubic-bezier(0.19, 1, 0.22, 1) both;

}

.clipUp.fadeInSlow{
    animation: clipUp 2000ms cubic-bezier(0.19, 1, 0.22, 1) both;

}

.fadeIn.clipUpSlow {
    animation: clipUp 1500ms cubic-bezier(0.19, 1, 0.22, 1) both;

}

.fadeIn .clipUp {
    animation: clipUp 1000ms ease both;

}

.clipUp.fadeIn{
    animation: clipUp 1000ms ease both;

}

.fadeIn .clipUpFast {
    animation: clipUp 850ms  cubic-bezier(0.19, 1, 0.22, 1) both;

}

.clipUp.fadeInFast{
    animation: clipUp 850ms cubic-bezier(0.19, 1, 0.22, 1) both;

}

@keyframes clipDown {
0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0) !important;
    opacity: 1 !important;
}
100% {
    -webkit-clip-path: inset(0 0 0 0) !important;
    clip-path: inset(0 0 0 0);
    opacity: 1 !important;
}
}



@keyframes cd-bounce-in {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }

    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}
.line{
	overflow:hidden;
}

.reveal-text{
	overflow:hidden;
}

.lineByLineReveal{
  opacity: 1 !important;
  transition: opacity 0.3s 0.2s;
}
/*
.lineByLineReveal.elementor-invisible{
  opacity: 0 !important;
  transition: opacity 0.3s 0s;
}
/*GRADIENT*/


.gradient-01:before {
    content: "";
    display: block;
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0a0a4c;
    background-image: radial-gradient(at 98% 44%, #14eba7 0px, transparent 50%), radial-gradient(at 73% 98%, #fdfdfc 0px, transparent 50%), radial-gradient(at 45% 37%, #3d0dce 0px, transparent 50%), radial-gradient(at 58% 47%, #cfbdff 0px, transparent 50%), radial-gradient(at 94% 92%, white 0px, transparent 50%), radial-gradient(at 1% 100%, #f5f8e7 0px, transparent 50%), radial-gradient(at 39% 100%, #e4f2ec 0px, transparent 50%), radial-gradient(at 77% 53%, #521ec2 0px, transparent 50%), radial-gradient(at 5% 48%, #062384 0px, transparent 50%), radial-gradient(at 94% 65%, #15e099 0px, transparent 50%), radial-gradient(at 82% 83%, #54e894 0px, transparent 50%), radial-gradient(at 23% 35%, #3417d9 0px, transparent 50%);
}


/*VIDEO*/


.elementor .elementor-background-video-hosted {
   left: 50%;
   position: absolute;
   top: 20%;
   transform: translate(-50%, -50%);
}







.site-navigation-phone {
    position: absolute;
    pointer-events: all;
    width: 64px;
    height: 64px;
    background:#fff;
    right: 74px;
	 border-radius:3px;
   visibility: hidden;
   transform: scale(0);
   box-shadow: 0 0 10px rgb(0 0 0 / 20%);
   transition: transform 0.3s, visibility 0s 0.3s !important;
}

.site-header.scroll .site-navigation-phone
 {
	      transition: all 0s;
        visibility: visible;
        transform: scale(1);
        animation: cd-bounce-in 0.6s linear;
        pointer-events: all;
        background:#fff;
}
.site-header.scroll .site-navigation-phone:hover{
  background:#e7edf4;
}

.site-navigation-phone a:before {
    font-family: 'Soda-Regular' !important;
    content: "\e926";
    font-size: 32px;
    font-weight: 400 !important;
    color: #fff;
	position:absolute;
  padding: 8px 16px;
}

.phone {
    position: absolute;
    left: 12px;
    top: 12px;
}

.site-header.scroll .site-navigation-phone a:before {
color: #121E50;
}

@media (max-width: 576px) {
.site-header .site-navigation-toggle-holder.show, .site-navigation-phone  {

	opacity:1;
	visibility:visible;
  transform: scale(1);

}
.site-navigation-phone {
    position: absolute;
    width: 60px;
    height: 60px;
    background:transparent;
    border: 1px solid #fff;
    right: 84px;
    transition: transform 0.3s, visibility 0s 0.3s,background 0.3s !important;

  }
  .site-navigation-phone a:before {
      padding: 6px 12px;
  }
  .site-header.scroll .site-navigation-phone a:before {
  color: #121E50;
  }
	header#site-header{
		width: 100%;
		padding:15px 3% 0px;
	}
 .site-header .header-inner {
    padding-inline-start: 0px !important;
    padding-inline-end: 0px !important;
}
	.site-navigation-toggle-holder .site-navigation-toggle {
    padding: 27px 18px !important;
}
.site-header .site-navigation-toggle-holder.show{
	right: 3%;
	}

  .site-header .sticky-logo {
      position: absolute;
      top: 10px;
  }

  .site-header .alternative-logo-link {
    display: flex;
    position: absolute;
    top: 5px;
}

	.site-header .site-branding .site-logo img.custom-logo {
    width: 199px !important;
    max-width: 199px !important;
    height: 60px !important;
}

.site-header .site-branding .site-logo img.sticky_logo_class{
!important;
width: 120px !important;
max-width: 120px !important;
margin-top: 13px;
}


.site-navigation-dropdown {
      margin-block-start: 0px;
      transition: max-height .3s, transform .3s;
      transform-origin: top;
      position: absolute;
      top: 10px !important;
      right: calc(3% - 5px) !important;
      left : calc(3% - 5px) !important;
      transform-origin: center top;
      z-index: 2000 !important;
      width: calc(94% + 10px);
  }

.site-navigation-background {
  width: 100%;
  height:465px;
  border-radius: 5px;
}
nav.site-navigation.show {
  display: none;
}
.cursor-dot,
.cursor-dot-outline {
display:none;
}
.site-navigation-dropdown ul#menu-mobile {
    padding: 70px 0px 10px 0px;
}
    .site-navigation-dropdown ul.menu li a {
        display: block;
        padding: 25px 10px 25px 15px;
        background: transparent;
        color: #0e1d62;
        box-shadow: none;
        font-family: 'MEDIA NEW';
        font-weight: 800;
        font-size: 26px;
        line-height: 1;
        text-transform: uppercase;

    }
.site-navigation-dropdown ul.menu li.current-menu-item a{
    font-size: 26px;
}
.site-navigation-dropdown ul.menu li.tel-menu {
    position: absolute;
    width: calc(100% - 85px);
    left: 5px;
    top: 5px;
}
.site-navigation-dropdown ul.menu li.tel-menu a {
    padding: 17.5px 15px !important;
  }
}


/* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
   from {
       opacity: 0;
       transform: translate3d(0,-30px,0)
   }

   to {
       opacity: 1;
       transform: none
   }
}

.elementor-element.fadeInDown {
   animation-name: fadeDown
}

@keyframes fadeLeft {
   from {
       opacity: 0;
       transform: translate3d(-30px,0,0)
   }

   to {
       opacity: 1;
       transform: none
   }
}

.elementor-element.fadeInLeft {
   animation-name: fadeLeft
}

@keyframes fadeRight {
   from {
       opacity: 0;
       transform: translate3d(30px,0,0)
   }

   to {
       opacity: 1;
       transform: none
   }
}

.elementor-element.fadeInRight {
   animation-name: fadeRight
}

@keyframes fadeUp {
   from {
       opacity: 0;
       transform: translate3d(0,60px,0)
   }

   to {
       opacity: 1;
       transform: none
   }
}

.elementor-element.fadeInUp {
   animation-name: fadeUp
}




e-page-transition {
    display: none !important;
}





.background-lines-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left:0;
    z-index: -1;
    display: flex;
    justify-content: center;
    padding: 0%;
}
.transition-pannel-bg {
	  display:flex;
	justify-content:center;
	  align-items:center;
    width: 100%;
    height: 100vh;
    position: fixed;
    --color: white;
    top: 0;
    left: 0;
     z-index: 801;
    background-color: var(--color);
    transform: translateY(100vh);
}

.close .transition-pannel-bg {
    transition: transform 1.1s cubic-bezier(0.83, 0, 0.17, 1) 0.2;
    transform: translateY(0);

}

.transition-borders-bg {
    width: 100%;
    height: 100vh;
    position: fixed;
	  background-color: var(--e-global-color-secondary);
    top: 0;
    left: 0;
    z-index: 800;
    clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
    transition: clip-path 1.1s cubic-bezier(0.83, 0, 0.17, 1) ;
}

.close .transition-borders-bg {
  clip-path: polygon(0 0, 0% 100%, 10% 100%, 10% 15%, 90% 15%, 90% 100%, 10% 100%, 10% 100%, 100% 100%, 100% 0%);
}

.transition-pannel-bg div {
    width:calc(90% + 20px);
    height: 100%;
    max-width: 1640px;
    background-image: url('/wp-content/themes/hello-elementor/assets/images/gridlines-double-4col.svg');
}

.elementor-icon-wrapper,.icon_pointer_button_icon_holder {
    display: flex !important;
}

.elementor-post-navigation .elementor-post-navigation__link a {
    align-items: center;
    display: flex;
    gap: 15px;
    max-width: 100%;

}
.elementor-post-navigation__link__prev{
    justify-content: center;
}
.elementor-post-navigation .elementor-post-navigation__next a {
    justify-content: center;
}
.elementor-post-navigation .elementor-post-navigation__link a{
    justify-content: center;
}
.elementor-post-navigation span.elementor-post-navigation__link__next, .elementor-post-navigation span.elementor-post-navigation__link__prev {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}




.panels {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.panels-container {
  width: fit-content;
  flex: 0 0 auto;
}

.panel-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  margin-inline: 50vw;
}

.panel {
  position: relative;
  width: 80vw;
  height: 100%;
  overflow: hidden;
  flex: 0 0 auto;

}
.panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.panels .panel-flex {
  gap: 20px;
}

.elementor-post-navigation .elementor-post-navigation__next a {
    justify-content: center !important;
}

.page-header {
    display: none;
}
/*
.close main {
    transform: scale(0.9);
	  opacity:0;
    	transition:transform 1s cubic-bezier(0.83, 0, 0.17, 1), opacity 0.2s 0.5s;
}



main {
    --scroll: 0;
    transform-origin: 50% calc(var(--scroll)* 1px);
	opacity:1;
	  	transition:transform 1s cubic-bezier(0.83, 0, 0.17, 1), opacity 0.5s 0.5s;

}
