or
- */
-
-.sk__edge-beauty-top {
- position: absolute;
- bottom: 0px;
- left: 0;
- width: 100%;
- height: 1px;
- background: rgba(0,0,0,1);
-}
-.sk__edge-beauty-bottom {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 1px;
- background: rgba(255,255,255,0.13);
-}
-.sk__edge-beauty-bottom-shadow {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 21.7vh;
- background: rgb(0,0,0);
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.29735644257703087)), color-stop(28%, rgba(0,0,0,0.11528361344537819)), to(rgba(0,0,0,0)));
- background: -o-linear-gradient(bottom, rgba(0,0,0,0.29735644257703087) 0%, rgba(0,0,0,0.11528361344537819) 28%, rgba(0,0,0,0) 100%);
- background: linear-gradient(0deg, rgba(0,0,0,0.29735644257703087) 0%, rgba(0,0,0,0.11528361344537819) 28%, rgba(0,0,0,0) 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
- opacity: 0.7;
-}
-
-/* for creating colorful underlines */
-span.sk__underliner {
- position: relative;
-}
-span.sk__underliner:before {
- content: '';
- position: absolute;
- bottom: 5px;
- left: 0;
- width: 100%;
- height: 5px;
- z-index: -1;
-}
-
-
-/**
- * 23. Footer
- * ==========
- */
-
-footer {
- padding: 150px 0 40px;
- padding: 120px 0 40px;
-}
-
-.footer-background-container {
- padding: 16px;
-}
-
-.footer-background {
- border-radius: 100px;
- margin: 16px;
- width: calc(100% - 32px);
-}
-
-.footer-top {
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- padding-bottom: 86px;
- padding-bottom: 70px;
-}
-
-@media all and (max-width: 991px) {
- footer {
- padding: 70px 0 40px;
- }
- .footer-background {
- border-radius: 47px;
- }
- .footer-top {
- padding-bottom: 32px;
- }
-}
-
-.top-footer-logo {
- max-width: 243px;
-}
-
-.top-footer-logo,
-.top-footer-tagline {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
-}
-
-.top-footer-tagline {
- -webkit-box-pack: end;
- -ms-flex-pack: end;
- justify-content: flex-end;
-}
-
-.top-footer-tagline h5.h5-elegant {
- margin-bottom: 0;
-}
-
-a.footer-main-links {
- font-weight: 600;
- line-height: 3.05;
-}
-
-.footer-main {
- padding: 60px 0 95px 0;
- padding: 60px 0 60px 0;
-}
-@media all and (min-width: 768px) and (max-width: 991px) { /* md */
- .footer-main {
- padding: 30px 0 24px 0;
- }
-}
-@media all and (min-width: 576px) and (max-width: 767px) { /* sm */
- .footer-main {
- padding: 30px 0 35px 0;
- }
-}
-@media all and (max-width: 575px) { /* xs */
- .footer-main {
- padding: 20px 0 30px 0;
- }
-}
-
-.footer-main-large-col p {
- color: #6f7b85;
-}
-
-.footer-main-large-col p span {
- display: inline-block;
-}
-
-.footer-main-large-col h5 {
- margin-top: 40px;
-}
-
-.footer-main-small-col h5 {
- margin-top: 12px;
- margin-bottom: 31px;
-}
-
-footer .widget_nav_menu ul {
- list-style: none;
- padding-left: 0;
-}
-
-.footer-socials-section {
- width: 100%;
-}
-
-.footer-socials {
- display: inline-block;
- margin-top: 14px;
- margin-bottom: 27px;
-}
-
-.footer-socials a {
- position: relative;
- overflow: hidden;
- display: inline-block;
- font-size: 14px;
- margin: 0 8px 8px 0;
- width: 40px;
- height: 40px;
- line-height: 38px;
- border: 2px solid rgba(255,255,255,0.25);
- border-radius: 39px;
- text-align: center;
- color: #FFFFFF;
-}
-
-.footer-socials a:hover {
- border-color: rgba(255,255,255,0.45);
-}
-
-.footer-socials a:before {
- content: '';
- -webkit-transition: all 0.75s ease 0s;
- -o-transition: all 0.75s ease 0s;
- transition: all 0.75s ease 0s;
-}
-
-.footer-socials a:hover:before {
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- border-radius: 50px;
- background: rgba(255,255,255,0.1);
- -webkit-transform: translate(50px, 50px) scale(1);
- -ms-transform: translate(50px, 50px) scale(1);
- transform: translate(50px, 50px) scale(1);
-}
-
-.footer-socials a:hover:before {
- background: rgba(255,255,255,0.43);
- -webkit-transform: translate(7px, 8px) scale(1.1);
- -ms-transform: translate(7px, 8px) scale(1.1);
- transform: translate(7px, 8px) scale(1.1);
-}
-
-.footer-socials a i,
-.footer-socials a span[class^="icon-"] {
- position: relative;
- z-index: 1;
- -webkit-transition: all 0.4s ease 0s;
- -o-transition: all 0.4s ease 0s;
- transition: all 0.4s ease 0s;
-}
-
-.footer-socials a:hover i,
-.footer-socials a:hover span[class^="icon-"] {
- -webkit-transform: translate(-2px, -2px) scale(1.15);
- -ms-transform: translate(-2px, -2px) scale(1.15);
- transform: translate(-2px, -2px) scale(1.15);
- text-shadow: 2px 2px 2px rgba(0,0,0,0.38);
-}
-
-.footer-bottom {
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- padding-top: 20px;
-}
-
-.footer-bottom h5,
-.footer-bottom p {
- margin-bottom: 0;
-}
-
-.footer-bottom h5 {
- font-size: 15px;
-}
-
-.footer-bottom p {
- font-size: 13px;
- font-family: 'Poppins', sans-serif;
-}
-
-.footer-bottom a {
- color: #969696;
-}
-
-.footer-bottom a:hover {
- color: #FFFFFF;
-}
-
-a.footer-bottom-right-links {
- margin-right: 25px;
- font-size: 13px;
-}
-
-a.footer-bottom-right-links:last-child {
- margin-right: 0;
-}
-
-@media all and (min-width: 992px) and (max-width: 1199px) { /* lg */
-
- .footer-main-large-col p {
- font-size: 14px;
- line-height: 27px;
- color: #7f8b95;
- }
-
- a.footer-main-links {
- font-size: 14px;
- line-height: 2.5;
- }
-
- .footer-main-small-col h5 {
- margin-top: 12px;
- margin-bottom: 23px;
- font-size: 16px;
- }
-
-}
-
-@media all and (min-width: 576px) and (max-width: 767px) { /* sm */
-
- .top-footer-tagline h5.h5-elegant {
- font-size: 17px;
- }
-
- .footer-main-small-col h5 {
- margin-top: 25px;
- margin-bottom: 12px;
- }
-
- a.footer-main-links {
- line-height: 2.5;
- font-size: 15px;
- }
-
-}
-
-@media all and (max-width: 575px) { /* xs */
-
- .top-footer-logo,
- .top-footer-tagline {
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
-
- .top-footer-logo {
- max-width: 260px;
- margin: 0 auto 12px;
- }
-
- .top-footer-tagline h5.h5-elegant {
- font-size: 17px;
- }
-
- .footer-main-large-col p {
- font-size: 13px;
- line-height: 23px;
- color: #9aa1a7;
- margin: 0 auto 20px;
- }
-
- a.footer-main-links {
- margin: 0 auto;
- font-size: 13px;
- line-height: 2.3;
- }
-
- .footer-main-small-col h5 {
- margin-top: 12px;
- margin-bottom: 13px;
- font-size: 16px;
- }
-
- .footer-bottom {
- font-weight: 600;
- }
-
- .footer-bottom > div {
- margin-bottom: 5px;
- }
-
- a.footer-bottom-right-links {
- margin-right: 15px;
- }
-
- .footer-bottom p,
- .footer-bottom a {
- font-size: 12px;
- }
-
-}
-
-/**
- * Simple Footer
- */
-
-footer.sk__footer-simple {
- padding: 21px 0 40px;
-}
-.sk__footer-simple .footer-background-container {
- padding: 6px;
-}
-
-.sk__footer-simple .footer-background {
- border-radius: 24px;
- margin: 6px;
- width: calc(100% - 32px);
-}
-
-footer.sk__footer-simple.sk__footer-simple-fixed {
- position: fixed;
- bottom: 0;
- width: 100%;
-}
-@media all and (max-width: 767px) {
- footer.sk__footer-simple.sk__footer-simple-fixed {
- padding: 10px 0;
- }
-}
-
-/* Customizations for 404 Page and Coming Soon Page */
-.sk__coming-soon-page footer.sk__footer-simple,
-.sk__404-page footer.sk__footer-simple {
- padding: 0;
-}
-.sk__coming-soon-page footer.sk__footer-simple .footer-bottom,
-.sk__404-page footer.sk__footer-simple .footer-bottom {
- padding-top: 0;
- padding-bottom: 20px;
-}
-.sk__coming-soon-page .carousel-item > section > .sk__main-slide-content,
-.sk__404-page .carousel-item > section > .sk__main-slide-content {
- margin-top: 130px;
-}
-@media all and (max-width: 767px) {
- .sk__coming-soon-page .carousel-item > section > div.container,
- .sk__404-page .carousel-item > section > div.container {
- -ms-flex-item-align: end;
- -ms-grid-row-align: end;
- align-self: end;
- }
- .sk__coming-soon-page .carousel-item > section > .sk__main-slide-content,
- .sk__404-page .carousel-item > section > .sk__main-slide-content {
- margin-top: 70px;
- }
-}
-@media all and (min-width: 576px) and (max-width: 767px) { /* sm */
- .sk__coming-soon-page footer.sk__footer-simple a.footer-bottom-right-links,
- .sk__404-page footer.sk__footer-simple a.footer-bottom-right-links {
- margin-right: 18px;
- }
-}
-
-
-/**
- * 24. PAGE: Portfolio Item
- * ========================
- */
-
-/* Project Top (Header) Section */
-
-.sk__project-header {
- overflow-x: hidden;
- padding-top: 135px;
- padding-bottom: 10px;
-}
-@media all and (min-width: 576px) and (max-width: 767px) { /* sm */
- .sk__project-header {
- padding-top: 125px;
- }
-}
-@media all and (max-width: 575px) { /* xs */
- .sk__project-header {
- padding-top: 100px;
- }
-}
-
-.sk__project-thumbnail-portrait-col img,
-.sk__project-thumbnail-landscape-col img {
- opacity: 0; /* animated */
-}
-
-.sk__project-thumbnail-portrait-cover {
- left: 12px;
- width: calc(100% - 24px);
- -webkit-transform-origin: center top;
- -ms-transform-origin: center top;
- transform-origin: center top;
- -webkit-transform: scaleY(0);
- -ms-transform: scaleY(0);
- transform: scaleY(0);
-}
-
-.sk__project-thumbnail-landscape-cover {
- left: 12px;
- width: calc(100% - 24px);
- -webkit-transform-origin: right center;
- -ms-transform-origin: right center;
- transform-origin: right center;
- -webkit-transform: scaleX(0);
- -ms-transform: scaleX(0);
- transform: scaleX(0);
-}
-
-@media all and (min-width: 1200px) { /* xl and above */
- .sk__project-thumbnail-landscape-col {
- padding-left: 40px;
- }
- .sk__project-thumbnail-landscape-cover {
- left: 20px;
- width: calc(100% - 52px);
- }
-}
-
-@media all and (max-width: 575px) { /* xs */
- .sk__project-thumbnail-landscape-cover {
- left: 20px;
- width: calc(100% - 40px);
- }
-}
-
-/* Project Main Info */
-
-.sk__project-main-info-col {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-flow: column;
- flex-flow: column;
-}
-
-.sk__project-info-and-thumbnail {
- -webkit-box-flex: 0;
- -ms-flex: 0 1 auto;
- flex: 0 1 auto;
-}
-
-.sk__project-main-heading {
- -webkit-box-flex: 1;
- -ms-flex: 1 1 auto;
- flex: 1 1 auto;
-}
-
-/* Main heading & Subheading */
-
-.sk__project-main-heading h1 {
- -webkit-transform: translateY(140%);
- -ms-transform: translateY(140%);
- transform: translateY(140%);
-}
-
-@media all and (min-width: 1400px) and (max-width: 1779px) { /* custom */
- .sk__project-main-heading h1.super-heading,
- .sk__project-main-heading span.super-heading.sk__gradient-fancy-text-back {
- font-size: 5rem;
- }
-}
-
-@media all and (max-width: 1199px) {
- .sk__project-main-heading h1.super-heading,
- .sk__project-main-heading span.super-heading.sk__gradient-fancy-text-back {
- line-height: 1;
- }
-}
-
-.sk__project-main-heading h2 {
- -webkit-transform: translateY(-100%);
- -ms-transform: translateY(-100%);
- transform: translateY(-100%);
-}
-
-
-/* Project Infos */
-
-.sk__project-infoboxes .fat-divider {
- -webkit-transform-origin: right center;
- -ms-transform-origin: right center;
- transform-origin: right center;
- -webkit-transform: scaleX(0);
- -ms-transform: scaleX(0);
- transform: scaleX(0);
-}
-
-.sk__project-infoboxes h4 {
- opacity: 0;
-}
-
-.sk__proj-infobox {
- position: relative;
- line-height: 24px;
-}
-
-@media all and (min-width: 1400px) and (max-width: 1499px) {
- .sk__project-infoboxes.col-xl-4 {
- -webkit-box-flex: 0;
- -ms-flex: 0 0 auto;
- flex: 0 0 auto;
- width: 35%;
- }
-}
-
-.sk__proj-infobox-label,
-.sk__proj-infobox-value {
- display: inline-block;
- vertical-align: top;
- width: 50%;
- text-align: left;
-}
-
-.sk__proj-infobox-label {
- font-size: 13px;
- font-weight: 600;
-}
-
-.sk__proj-infobox-value {
- font-size: 13px;
- font-weight: 300;
-}
-
-.sk__project-infoboxes-helper {
- display: block;
- width: 100%;
-}
-
-@media all and (min-width: 768px) and (max-width: 1199px) { /* md & lg*/
- .sk__project-infoboxes-helper {
- display: inline-block;
- width: 46%;
- }
- .sk__project-infoboxes-helper.sk__right {
- float: right;
- }
- .sk__project-infoboxes {
- margin-top: 25px;
- margin-bottom: 25px;
- }
-}
-@media all and (min-width: 340px) and (max-width: 767px) { /* custom sm */
- .sk__project-infoboxes-helper {
- display: block;
- width: 100%;
- }
- .sk__project-infoboxes {
- margin-top: 25px;
- margin-bottom: 25px;
- }
-}
-@media all and (max-width: 339px) { /* custom xs */
- .sk__project-infoboxes-helper {
- display: block;
- width: 100%;
- }
- .sk__proj-infobox-label,
- .sk__proj-infobox-value {
- width: 100%;
- text-align: center;
- }
- .sk__project-infoboxes {
- margin-top: 25px;
- margin-bottom: 25px;
- }
- .sk__proj-infobox {
- margin-bottom: 9px;
- }
-}
-
-/* Project Body Section */
-
-.sk__project-body {
- margin-top: 80px;
- margin-bottom: 260px;
-}
-@media all and (min-width: 1500px) and (max-width: 1920px) {
- .sk__project-body {
- margin-bottom: 160px;
- }
-}
-@media all and (min-width: 992px) and (max-width: 1499px) {
- .sk__project-body {
- margin-bottom: 100px;
- }
-}
-@media all and (min-width: 768px) and (max-width: 991px) { /* md */
- .sk__project-body {
- margin-bottom: 120px;
- }
-}
-@media all and (min-width: 576px) and (max-width: 767px) { /* sm */
- .sk__project-body {
- margin-bottom: 100px;
- }
-}
-@media all and (max-width: 575px) {
- .sk__project-body {
- margin-bottom: 70px;
- }
-}
-
-.sk__project-body-image-col {
- overflow: hidden;
-}
-
-.sk__project-body-image-col img {
- opacity: 0;
-}
-
-.sk__project-body-info-col {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
- -webkit-box-align: self-end;
- -ms-flex-align: self-end;
- align-items: self-end;
-}
-@media all and (max-width: 575px) { /* xs */
- .sk__project-body-info-col {
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
-}
-
-.sk__project-body-info-col .btn {
- -ms-flex-item-align: center;
- -ms-grid-row-align: center;
- align-self: center;
-}
-
-@media all and (min-width: 1200px) and (max-width: 1779px) {
-
- .sk__project-body-info-col p {
- margin-bottom: 2.5rem;
- }
-
- .sk__project-body-info-col .btn {
- margin-bottom: 2.5rem;
- }
-
-}
-
-@media all and (max-width: 1199px) {
-
- .sk__project-body-info-col h4 {
- margin-bottom: 1.6rem;
- }
-
- .sk__project-body-info-col .btn {
- margin-bottom: 3.5rem;
- }
-
-}
-
-@media all and (min-width: 576px) and (max-width: 1199px) {
-
- .sk__project-body-info-col p {
- margin-bottom: 2.5rem;
- line-height: 26px;
- }
-
-}
-
-@media all and (max-width: 576px) { /* xs */
-
- .sk__project-body-info-col p {
- margin-bottom: 2.5rem;
- line-height: 22px;
- }
-
- .sk__project-body-info-col p.p-xs {
- line-height: 18px;
- }
-
-}
-
-/**
- * Project Gallery (Fullscreen Parallax)
- */
-
-/* Huge decorative text - NOT visible on all screens! */
-
-.sk__huge-vertical-deco-text-wrapper {
- display: none;
- position: relative;
- height: 21.73vw;
- width: 100vw;
- max-width: 100vh;
- -ms-flex-item-align: baseline;
- align-self: baseline;
-}
-
-.sk__hvdt-left {
- margin-left: 0;
- margin-right: auto;
- -webkit-transform-origin: left top;
- -ms-transform-origin: left top;
- transform-origin: left top;
- -webkit-transform: rotate(-90deg) translateX(-100vh) translateY(5.159vw);
- -ms-transform: rotate(-90deg) translateX(-100vh) translateY(5.159vw);
- transform: rotate(-90deg) translateX(-100vh) translateY(5.159vw);
-
-}
-
-.sk__hvdt-right {
- margin-left: auto;
- margin-right: 0;
- -webkit-transform-origin: right top;
- -ms-transform-origin: right top;
- transform-origin: right top;
- -webkit-transform: rotate(-90deg) translateY(-24.54vw);
- -ms-transform: rotate(-90deg) translateY(-24.54vw);
- transform: rotate(-90deg) translateY(-24.54vw);
-}
-
-span.sk__huge-vertical-deco-text {
- display: inline-block;
- position: absolute;
- min-width: 100%;
- width: auto;
- height: 100%;
- top: 0;
- left: 0;
- font-family: 'Bebas Neue', sans-serif;
- font-size: 21.73vw;
- letter-spacing: 1px;
- line-height: 1;
- white-space: nowrap;
-}
-
-
-/* Portfolio item gallery navigation */
-
-.sk__parallax-gallery-nav {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- position: fixed;
- top: 100px;
- right: -80px;
- width: 78px;
- height: calc(100vh - 200px);
- z-index: 1;
-}
-@media all and (min-width: 576px) and (max-width: 991px) { /* sm + md */
- .sk__parallax-gallery-nav {
- right: -62px;
- width: 60px;
- }
-}
-@media all and (max-width: 575px) { /* xs */
- .sk__parallax-gallery-nav {
- width: 30px;
- right: -42px;
- width: 40px;
- }
-}
-
-.sk__parallax-gallery-nav.sk__gallery-nav-visible {
- right: 0;
-}
-
-.sk__parallax-gallery-nav-icon {
- width: 56px;
- height: 56px;
- margin: 18px auto 4px 0;
- background: url(../../assets/images/gallery-icon-white.webp) no-repeat center center;
- background-size: cover;
- border-radius: 100%;
- -webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.33));
- filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.33));
-}
-@media all and (min-width: 576px) and (max-width: 991px) { /* sm + md */
- .sk__parallax-gallery-nav-icon {
- width: 44px;
- height: 44px;
- }
-}
-@media all and (max-width: 575px) { /* xs */
- .sk__parallax-gallery-nav-icon {
- width: 36px;
- height: 36px;
- }
-}
-
-a.sk__gallery-nav-link:link,
-a.sk__gallery-nav-link:visited {
- position: relative;
- margin: 18px auto 18px 22px;
- width: 12px;
- height: 12px;
- background: rgba(79,79,79,0.7) url(../../assets/images/glass.svg) no-repeat center center;
- background-size: cover;
- border-radius: 100%;
- display: block;
-}
-
-/* with icon */
-@media all and (min-width: 576px) and (max-width: 991px) { /* sm + md */
- a.sk__gallery-nav-link:link,
- a.sk__gallery-nav-link:visited {
- margin: 18px auto 18px 16px;
- }
-}
-@media all and (max-width: 575px) { /* xs */
- a.sk__gallery-nav-link:link,
- a.sk__gallery-nav-link:visited {
- margin: 18px auto 18px 12px;
- }
-}
-
-a.sk__gallery-nav-link:link:before,
-a.sk__gallery-nav-link:visited:before {
- content: '';
- position: absolute;
- border: 2px solid rgba(255,255,255,0);
- border-radius: 100%;
- width: calc(100% + 20px);
- height: calc(100% + 20px);
- top: -10px;
- left: -10px;
-}
-
-a.sk__gallery-nav-link:hover {
- background-color: rgba(255,255,255,0.8);
- -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
- filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
-}
-
-a.sk__gallery-nav-link:hover:before {
- border: 2px solid rgba(255,255,255,1);
- width: calc(100% + 12px);
- height: calc(100% + 12px);
- top: -6px;
- left: -6px;
- opacity: 0.5;
- -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
- filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
-}
-
-a.sk__gallery-nav-link:active,
-a.sk__gallery-nav-link.active {
- background-color: rgba(255,255,255,0.8);
- -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
- filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
-}
-
-a.sk__gallery-nav-link:active:before {
- border: 2px solid rgba(255,255,255,0);
- width: calc(100% + 20px);
- height: calc(100% + 20px);
- top: -10px;
- left: -10px;
-}
-
-a.sk__gallery-nav-link:focus {
- outline: none;
-}
-
-/* Basic Gallery with thumbnails */
-
-.sk__gallery-basic-thumbnails .carousel-indicators {
- position: initial;
-}
-
-.sk__gallery-basic-thumbnails .carousel-indicators {
- position: initial;
- width: 100%;
- margin: 16px 0;
-}
-
-.sk__gallery-basic-thumbnails .carousel-indicators button[data-bs-target] {
- position: relative;
- width: 7.46vw;
- height: 5.4vw;
- width: 214.27px;
- height: 120.52px;
- margin-bottom: 16px;
- margin-right: 0;
- margin-left: 0;
- background-color: transparent;
- border: 0;
- border-top: 0;
- border-bottom: 0;
- opacity: .75;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
-}
-.sk__gallery-basic-thumbnails .carousel-indicators button[data-bs-target]:hover,
-.sk__gallery-basic-thumbnails .carousel-indicators button[data-bs-target].active {
- opacity: 1;
-}
-@media all and (min-width: 1500px) and (max-width: 1779px) {
- .sk__gallery-basic-thumbnails .carousel-indicators button[data-bs-target] {
- width: 179.5px;
- height: 101px;
- }
-}
-@media all and (min-width: 1401px) and (max-width: 1499px) {
- .sk__gallery-basic-thumbnails .carousel-indicators button[data-bs-target] {
- width: 162px;
- height: 92px;
- }
-}
-@media all and (min-width: 1200px) and (max-width: 1400px) { /* xl custom */
- .sk__gallery-basic-thumbnails .carousel-indicators button[data-bs-target] {
- width: 139.5px;
- height: 79px;
- }
-}
-@media all and (min-width: 992px) and (max-width: 1199px) { /* lg */
- .sk__gallery-basic-thumbnails .carousel-indicators button[data-bs-target] {
- width: 117px;
- height: 66px;
- }
-}
-@media all and (min-width: 768px) and (max-width: 991px) { /* md */
- .sk__gallery-basic-thumbnails .carousel-indicators button[data-bs-target] {
- width: 87px;
- height: 49px;
- }
-}
-@media all and (min-width: 576px) and (max-width: 767px) { /* sm */
- .sk__gallery-basic-thumbnails .carousel-indicators button[data-bs-target] {
- width: 129px;
- height: 72.56px;
- }
-}
-@media all and (max-width: 575px) { /* xs */
- .sk__gallery-basic-thumbnails .carousel-indicators {
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- }
- .sk__gallery-basic-thumbnails .carousel-indicators button[data-bs-target] {
- width: 21.46vw;
- height: 9.4vw;
- }
-}
-.sk__gallery-basic-thumbnails .carousel-indicators button img {
- width: 100%;
- height: auto;
-}
-
-.sk__gallery-basic-thumbnails .carousel-control-next:focus,
-.sk__gallery-basic-thumbnails .carousel-control-next:hover,
-.sk__gallery-basic-thumbnails .carousel-control-prev:focus,
-.sk__gallery-basic-thumbnails .carousel-control-prev:hover {
- opacity: 1 !important;
-}
-
-.sk__gallery-basic-thumbnails .carousel-control-next,
-.sk__gallery-basic-thumbnails .carousel-control-prev {
- position: absolute;
- top: 50px;
- left: initial;
- width: 30px;
- height: 30px;
-}
-
-.sk__gallery-basic-thumbnails .carousel-control-prev {
- right: 111px;
-}
-.sk__gallery-basic-thumbnails .carousel-control-next {
- right: 45px;
-}
-@media all and (min-width: 1400px) and (max-width: 1920px) { /* custom xxl */
- .sk__gallery-basic-thumbnails .carousel-control-prev {
- top: 60px;
- right: 85px;
- }
- .sk__gallery-basic-thumbnails .carousel-control-next {
- top: 60px;
- right: 29px;
- }
-}
-@media all and (min-width: 768px) and (max-width: 1399px) { /* md to xl */
- .sk__gallery-basic-thumbnails .carousel-control-prev {
- top: 22px;
- right: 60px;
- }
- .sk__gallery-basic-thumbnails .carousel-control-next {
- top: 22px;
- right: 18px;
- }
-}
-@media all and (min-width: 576px) and (max-width: 767px) { /* sm */
- .sk__gallery-basic-thumbnails .carousel-control-prev {
- top: 15px;
- right: 42px;
- -webkit-transform: scale(0.8);
- -ms-transform: scale(0.8);
- transform: scale(0.8);
- }
- .sk__gallery-basic-thumbnails .carousel-control-next {
- top: 15px;
- right: 9px;
- -webkit-transform: scale(0.8);
- -ms-transform: scale(0.8);
- transform: scale(0.8);
- }
-}
-@media all and (max-width: 575px) { /* xs */
- .sk__gallery-basic-thumbnails .carousel-control-prev,
- .sk__gallery-basic-thumbnails .carousel-control-next {
- display: none;
- }
-}
-
-/* gallery - general */
-
-@media all and (min-width: 768px) and (max-width: 991px) { /* md */
- section[class*="gallery"] h1.super-heading {
- font-size: 72.75px;
- }
-}
-
-.carousel-caption-description p {
- font-family: 'Poppins', sans-serif;
- font-size: 18px;
- color: #FFFFFF;
- text-shadow: 1px 1px 1px rgba(0,0,0,0.55);
- padding: 0 14px;
-}
-@media all and (min-width: 576px) and (max-width: 767px) { /* sm */
- .carousel-caption-description p {
- font-size: 16px;
- line-height: 1.5;
- }
-}
-@media all and (max-width: 575px) { /* xs */
- .carousel-caption-description p {
- font-size: 13px;
- line-height: 1.5;
- }
-}
-
-@media all and (min-width: 768px) and (max-width: 1199px) { /* xs + sm */
- .sk__gallery-basic .carousel-caption,
- .sk__gallery-basic-thumbnails .carousel-caption {
- padding: 0;
- }
-}
-
-@media all and (max-width: 767px) { /* xs + sm */
- .sk__gallery-basic .carousel-caption,
- .sk__gallery-basic-thumbnails .carousel-caption {
- padding: 0;
- bottom: 0;
- }
-}
-
-@media all and (max-width: 575px) { /* xs */
- .sk__gallery-basic .carousel-indicators {
- display: none;
- }
-}
-
-
-/**
- * 25. PAGE: Service Item
- * ======================
- */
-
-
-/**
- * 26. PAGE: News (Blog)
- * =====================
- */
-
-.sk__news-header img[class*=sk__parallax-element] {
- z-index: -1;
-}
-
-.sk__articles-wrapper {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- margin-left: -15px;
- margin-right: -15px;
- margin-bottom: 30px;
-}
-
-.sk__blog-article-wrapper {
- -webkit-box-flex: 0;
- -ms-flex: 0 0 50%;
- flex: 0 0 50%;
- max-width: 50%;
- padding-left: 10px;
- padding-right: 10px;
- margin-bottom: 30px;
-}
-@media all and (min-width: 1921px) {
- .sk__blog-article-wrapper {
- padding-left: 0.6vw;
- padding-right: 0.6vw;
- }
-}
-
-@media all and (max-width: 199px) { /* custom */
- .sk__blog-main-content .sk__blog-article-wrapper {
- -webkit-box-flex: 0;
- -ms-flex: 0 0 100%;
- flex: 0 0 100%;
- max-width: 100%;
- }
-}
-
-.post-image {
- position: relative;
-}
-
-.post-image-inner {
- overflow: hidden;
-}
-
-.sk__in-content-post-image {
- padding-bottom: 63.78%;
- width: 100%;
- background-size: cover;
- background-position: center;
-}
-
-.post-image:hover .sk__in-content-post-image {
- -webkit-transform: scale(1.06) rotate(0.0001deg);
- -ms-transform: scale(1.06) rotate(0.0001deg);
- transform: scale(1.06) rotate(0.0001deg);
-}
-
-.post-image span[class*=icon-] {
- position: absolute;
- right: 0;
- top: 0;
- color: #d9dbdc;
- background: rgba(0, 0, 0, 0.38);
- padding: 8px;
- margin: 10px;
- z-index: 3;
- -webkit-transform: translateY(0);
- -ms-transform: translateY(0);
- transform: translateY(0);
-}
-@media all and (min-width: 1921px) {
- .sk__blog-feed .post-excerpt p {
- font-size: 21px;
- line-height: 1.7;
- }
-}
-@media all and (min-width: 1200px) and (max-width: 1920px) { /* custom xxl */
- .sk__blog-feed .post-excerpt p {
- font-size: 18px;
- line-height: 1.7;
- font-weight: 300;
- }
-}
-@media all and (min-width: 992px) and (max-width: 1199px) { /* lg */
- .sk__blog-feed .post-excerpt p {
- font-size: 16px;
- line-height: 30px;
- }
-}
-@media all and (min-width: 768px) and (max-width: 991px) { /* md */
- .sk__blog-feed .entry-header h4 {
- font-size: 24px;
- }
- .sk__blog-feed .post-excerpt p {
- line-height: 28px;
- }
-}
-@media all and (min-width: 576px) and (max-width: 767px) { /* sm */
- .sk__blog-feed .entry-header h4 {
- font-size: 17px;
- line-height: 1.55;
- margin-bottom: 12px;
- }
- .sk__blog-feed .post-excerpt p {
- line-height: 27px;
- }
-}
-@media all and (max-width: 575px) { /* xs */
- .sk__blog-feed .entry-header h4 {
- font-size: 15px;
- line-height: 1.6;
- margin-bottom: 8px;
- }
-}
-
-
-/**
- * 27. PAGE: News Item (Article)
- * =============================
- */
-
-.sk__article-1-header .sk__parallax-header-image {
- background-image: url(../../assets/images/article-1-header-cover.webp);
-}
-
-
-/* Blog (bigger) text */
-.sk__single-article .post-content p {
- font-size: 21px;
- line-height: 1.7;
-}
-@media all and (min-width: 1200px) and (max-width: 1920px) { /* custom xxl */
- .sk__single-article .post-content p {
- font-size: 18px;
- line-height: 1.7;
- font-weight: 300;
- }
-}
-@media all and (min-width: 992px) and (max-width: 1199px) { /* lg */
- .sk__single-article .post-content p {
- font-size: 17px;
- line-height: 30px;
- }
-}
-@media all and (min-width: 576px) and (max-width: 991px) { /* md */
- .sk__single-article .post-content p {
- font-size: 16px;
- line-height: 30px;
- }
-}
-@media all and (max-width: 575px) { /* xs */
- .sk__single-article .post-content p {
- font-size: 14px;
- line-height: 21px;
- }
-}
-
-
-/**
- * 28. Media queries
- * =================
- */
-
-@media all and (min-width: 1921px) {
- .sk__live-scaler {
- -webkit-transform: scale(1.2);
- -ms-transform: scale(1.2);
- transform: scale(1.2);
- }
-}
-
-
-/**
- * 29. Other
- * =========
- */
-
-/* Clipped text stroke widths */
-
-.sk__gradient-fancy-text,
-.sk__gradient-fancy-text-back {
- -webkit-text-stroke: 4px transparent;
-}
-
-span[class*="icon-"].sk__gradient-fancy-text,
-a.sk__iconbox-icon-link:hover span[class*="icon-"].sk__gradient-fancy-text {
- -webkit-text-stroke: 3.5px transparent;
-}
-
-@media all and (max-width: 767px) {
- .sk__gradient-fancy-text-back {
- -webkit-text-stroke: 3px transparent;
- }
-}
-
-/* Coming soon page text sizes correction */.
-
-@media all and (max-width: 767px) {
- .sk__coming-soon-page .sk__main-slide-content h2,
- .sk__coming-soon-page .sk__main-slide-content h2.h2-regular,
- .sk__coming-soon-page .sk__main-slide-content span.h2-regular.sk__gradient-fancy-text-back {
- font-size: 14px;
- margin-bottom: 1.5em;
- }
-}
-
-@-webkit-keyframes linkColorAnimation {
- 0% {
- background-size: 400% 400%;
- background-position: 0% 100%;
- }
- 15% {
- background-size: 170% 400%;
- background-position: 100% 100%;
- }
- 100% {
- background-size: 240% 400%;
- background-position: 100% 100%;
- }
-}
-
-@keyframes linkColorAnimation {
- 0% {
- background-size: 400% 400%;
- background-position: 0% 100%;
- }
- 15% {
- background-size: 170% 400%;
- background-position: 100% 100%;
- }
- 100% {
- background-size: 240% 400%;
- background-position: 100% 100%;
- }
-}
-
-.gradient-links:hover,
-.gradient-links-bright:hover {
- -webkit-animation: linkColorAnimation 5s ease 0s 1 forwards;
- animation: linkColorAnimation 5s ease 0s 1 forwards;
-}
-
-/* Shades used for backgrounds */
-
-.dark-shade-1-bg { background-color: #000000 !important; }
-.dark-shade-1-bg-before:before { background-color: #000000 !important; }
-.dark-shade-1-bg-after:after { background-color: #000000 !important; }
-.dark-shade-1-clr { color: #000000 !important; }
-.dark-shade-1-border { border-color: #000000 !important; }
-.dark-shade-2-bg { background-color: #030303 !important; }
-.dark-shade-2-bg-before:before { background-color: #030303 !important; }
-.dark-shade-2-bg-after:after { background-color: #030303 !important; }
-.dark-shade-2-clr { color: #030303 !important; }
-.dark-shade-2-border { border-color: #030303 !important; }
-.dark-shade-3-bg { background-color: #0A0A0A !important; }
-.dark-shade-3-bg-before:before { background-color: #0A0A0A !important; }
-.dark-shade-3-bg-after:after { background-color: #0A0A0A !important; }
-.dark-shade-3-clr { color: #0A0A0A !important; }
-.dark-shade-3-border { border-color: #0A0A0A !important; }
-.dark-shade-4-bg { background-color: #242424 !important; }
-.dark-shade-4-bg-before:before { background-color: #242424 !important; }
-.dark-shade-4-bg-after:after { background-color: #242424 !important; }
-.dark-shade-4-clr { color: #242424 !important; }
-.dark-shade-4-border { border-color: #242424 !important; }
-.dark-shade-5-bg { background-color: #282A2D !important; }
-.dark-shade-5-bg-before:before { background-color: #282A2D !important; }
-.dark-shade-5-bg-after:after { background-color: #282A2D !important; }
-.dark-shade-5-clr { color: #282A2D !important; }
-.dark-shade-5-border { border-color: #282A2D !important; }
-.dark-shade-6-bg { background-color: #18191a !important; }
-.dark-shade-6-bg-before:before { background-color: #18191a !important; }
-.dark-shade-6-bg-after:after { background-color: #18191a !important; }
-.dark-shade-6-clr { color: #18191a !important; }
-.dark-shade-6-border { border-color: #18191a !important; }
-.dark-shade-7-bg { background-color: #101314 !important; }
-.dark-shade-7-bg-before:before { background-color: #101314 !important; }
-.dark-shade-7-bg-after:after { background-color: #101314 !important; }
-.dark-shade-7-clr { color: #101314 !important; }
-.dark-shade-7-border { border-color: #101314 !important; }
-.white-bg { background-color: #FFFFFF !important; }
-.white-bg-before:before { background-color: #FFFFFF !important; }
-.white-bg-after:after { background-color: #FFFFFF !important; }
-.white-clr { color: #FFFFFF !important; }
-.white-border { border-color: #FFFFFF !important; }
-.transparent-bg { background-color: transparent !important; }
-.transparent-bg-before:before { background-color: transparent !important; }
-.transparent-bg-after:after { background-color: transparent !important; }
-.transparent-clr { color: transparent !important; }
-.transparent-border { border-color: transparent !important; }
-
-
-
-/**
- * 30. Theme Elements & Theme Preview Only CSS
- * ===========================================
- */
-
-.sk__icons-presentation-icons span {
- opacity: 0;
- display: inline-block;
- position: relative;
- width: 64px;
- height: 64px;
- padding: 16px;
- font-size: 32px;
- color: #ededed;
- text-align: center;
-}
-
-@media all and (max-width: 1920px) {
- .sk__icons-presentation-icons span {
- font-size: 26px;
- }
-}
-
-.sk__icons-presentation-icons span.icon-youtube2 {
- width: 128px;
-}
-
-.sk__icons-presentation-icons span:before {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- line-height: 64px;
- text-align: center;
-}
-
-.sk__icons-presentation-section h1,
-.sk__icons-presentation-section h2 {
- opacity: 0;
-}
-
-.gsap-features .img-feature-wrap {
- max-width: 23.6%;
- margin: 0.7%;
-}
-@media all and (min-width: 768px) and (max-width: 1199px) { /* lg */
- .gsap-features .img-feature-wrap {
- max-width: 31%;
- margin: 1.1%;
- }
-}
-@media all and (min-width: 576px) and (max-width: 767px) { /* sm */
- .gsap-features .img-feature-wrap {
- max-width: 46%;
- margin: 2%;
- }
-}
-@media all and (max-width: 575px) { /* xs */
- .gsap-features .img-feature-wrap {
- max-width: 46%;
- margin: 2%;
- }
-}
-
-.tp-hero-content {
- margin-bottom: 44.5vh;
- margin-top: 14.5vh;
-}
-
-
-@media all and (min-width: 3840px) { /* 4K and above */
- h1.h1-mega.theme-preview-hero-h1 {
- font-size: 236px;
- letter-spacing: -10px;
- padding-top: 6%;
- }
-}
-@media all and (min-width: 2080px) and (max-width: 3839px) { /* > FullHD, < 4K */
- h1.h1-mega.theme-preview-hero-h1 {
- font-size: 157px;
- letter-spacing: -7px;
- padding-top: 6%;
- }
-}
-
-h2.h2-super.theme-preview-hero-h2 {
- font-size: 35px;
- letter-spacing: -0.9px;
-}
-@media all and (min-width: 3840px) { /* 4K and above */
- h2.h2-super.theme-preview-hero-h2 {
- font-size: 70px;
- letter-spacing: -2px;
- }
-}
-@media all and (min-width: 1400px) and (max-width: 3839px) { /* > FullHD, < 4K */
- h2.h2-super.theme-preview-hero-h2 {
- font-size: 47px;
- letter-spacing: -1.2px;
- font-size: 49px;
- letter-spacing: -1.9px;
- font-weight: 600;
- }
- h2.h2-super.theme-preview-hero-h2 .sk__animated-headline-words {
- font-weight: 700;
- }
-}
-@media all and (min-width: 768px) and (max-width: 991px) { /* md */
- h2.h2-super.theme-preview-hero-h2 {
- font-size: 31px;
- }
-}
-@media all and (min-width: 576px) and (max-width: 767px) { /* sm */
- h2.h2-super.theme-preview-hero-h2 {
- font-size: 24px;
- letter-spacing: -0.5px;
- line-height: 1.5;
- }
-}
-@media all and (max-width: 575px) { /* xs */
- h2.h2-super.theme-preview-hero-h2 {
- font-size: 24px;
- letter-spacing: -0.5px;
- }
-}
-
-.tp-thumbs {
- position: absolute;
- bottom: 0;
- min-height: 422px;
- width: 100%;
-}
-.tp-thumbs,
-.tp-thumbs-container {
- max-width: 1624px;
-}
-@media all and (min-width: 3840px) { /* 4K and above */
- .tp-thumbs {
- min-height: 844px;
- }
- .tp-thumbs,
- .tp-thumbs-container {
- max-width: 3248px;
- }
-}
-@media all and (min-width: 2080px) and (max-width: 3839px) { /* > FullHD, < 4K */
- .tp-thumbs {
- min-height: 468px;
- }
- .tp-thumbs,
- .tp-thumbs-container {
- max-width: 1940px;
- }
-}
-@media all and (min-width: 1801px) and (max-width: 2040px) { /* FullHD */
- .tp-thumbs {
- min-height: 406px;
- width: 86%;
- left: 7%;
- }
-}
-@media all and (min-width: 992px) and (max-width: 1800px) { /* custom */
- .tp-thumbs,
- .tp-thumbs-container {
- max-width: 80vw;
- }
-}
-@media all and (max-width: 991px) { /* custom */
- .tp-thumbs,
- .tp-thumbs-container {
- max-width: 95vw;
- }
- .tp-thumbs {
- height: 40vh;
- max-height: 40vh;
- min-height: initial;
- }
-}
-@media all and (max-width: 575px) {
- .tp-thumbs {
- height: 0;
- max-height: 0;
- min-height: initial;
- }
- .tp-thumbs-container,
- .tp-thumbs-row {
- position: absolute;
- width: 100%;
- }
-}
-
-.tp-thumbs div[class*="tp-thumb-"] {
- -webkit-transform: scale(0);
- -ms-transform: scale(0);
- transform: scale(0);
- -webkit-filter: drop-shadow(0px -5px 22px black);
- filter: drop-shadow(0px -5px 22px black);
- -webkit-filter: drop-shadow(0px -5px 22px rgba(0,0,0,0.3));
- filter: drop-shadow(0px -5px 22px rgba(0,0,0,0.3));
-}
-
-.tp-thumb-01 {
- position: absolute;
- left: 37.007%;
- bottom: 0;
- width: 25.986%;
- padding-top: 24.138654%;
- -webkit-transform-origin: center 105%;
- -ms-transform-origin: center 105%;
- transform-origin: center 105%;
-}
-
-.tp-thumbs div[class*="tp-thumb-"]:not(.tp-thumb-01) {
- opacity: 0;
-}
-
-.tp-thumb-02,
-.tp-thumb-03 {
- position: absolute;
- bottom: 0;
- width: 22.475369%;
- padding-top: 21.06%;
-}
-
-.tp-thumb-02 {
- left: 17.1798%;
- -webkit-transform-origin: 180% 115%;
- -ms-transform-origin: 180% 115%;
- transform-origin: 180% 115%;
-}
-
-.tp-thumb-03 {
- left: 60.4064%;
- -webkit-transform-origin: -80% 115%;
- -ms-transform-origin: -80% 115%;
- transform-origin: -80% 115%;
-}
-
-.tp-thumb-04,
-.tp-thumb-05 {
- position: absolute;
- bottom: 0;
- width: 19.458128%;
- padding-top: 19.15025%;
-}
-
-.tp-thumb-04 {
- left: 0;
- -webkit-transform-origin: 400% 130%;
- -ms-transform-origin: 400% 130%;
- transform-origin: 400% 130%;
-}
-
-.tp-thumb-05 {
- right: 0;
- -webkit-transform-origin: -300% 130%;
- -ms-transform-origin: -300% 130%;
- transform-origin: -300% 130%;
-}
-
-@media all and (max-width: 930px) { /* custom */
- .tp-thumb-01 {
- position: absolute;
- left: 26%;
- bottom: 0;
- width: 48%;
- padding-top: 44.8%;
- -webkit-transform-origin: center 105%;
- -ms-transform-origin: center 105%;
- transform-origin: center 105%;
- }
- .tp-thumb-02,
- .tp-thumb-03 {
- position: absolute;
- bottom: 0;
- width: 33.7130535%;
- padding-top: 31.59%;
- }
- .tp-thumb-02 {
- left: 12%;
- left: 0;
- }
- .tp-thumb-03 {
- right: 12%;
- left: 66.2869465%;
- }
- .tp-thumb-04,
- .tp-thumb-05 {
- display: none;
- }
-}
-
-/**
- * Theme top features
- */
-
-@media all and (min-width: 768px) and (max-width: 991px) { /* md */
- .sk__features-section-v2-header h2.h2-super,
- .sk__features-section-v2-header span.h2-super.sk__gradient-fancy-text-back {
- font-size: 40px;
- letter-spacing: -1.5px;
- }
-}
-@media all and (min-width: 576px) and (max-width: 767px) { /* sm */
- .sk__features-section-v2-header h2.h2-super,
- .sk__features-section-v2-header span.h2-super.sk__gradient-fancy-text-back {
- font-size: 40px;
- letter-spacing: -1.7px;
- }
-}
-
-.server-response {
- padding-top: 10px;
-}
-
-.sf-success-message {
- color: #32eb9e;
-}
-
-.simple-error-label {
- font-size: 14px;
- color: #e3a4bb;
-}
-
-.sf-error-message {
- color: #ff6371;
-}
\ No newline at end of file
diff --git a/wwwroot/temp/style_2fd95e71.css b/wwwroot/temp/style_9e2e7e14.css
similarity index 100%
rename from wwwroot/temp/style_2fd95e71.css
rename to wwwroot/temp/style_9e2e7e14.css
diff --git a/wwwroot/temp/style_9ea4bd8c.css b/wwwroot/temp/style_9ea4bd8c.css
deleted file mode 100644
index 78ca56c..0000000
--- a/wwwroot/temp/style_9ea4bd8c.css
+++ /dev/null
@@ -1,536 +0,0 @@
-/*@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
-@import url('https://fonts.googleapis.com/css?family=Comfortaa:400,700,300');*/
-
-/*search*/
-
-li {
- list-style: none;
-}
-
-label {
- color: #000;
- /* display: none; */
-}
-
-.img-fluid {
- max-height: 50vh;
- width: auto;
-
-}
-
-.pop-img {
- border-radius: 10px !important;
- border-color: white;
- border-width: 1px;
- border-style: solid;
-}
-
-.card-img-top {
- max-height: 50vh;
- width: auto;
- border-radius: 5px;
-}
-
-.btn {
- background: rgba(255, 255, 255, 0.5);
- border: 0;
- color: #000000;
- width: fit-content;
- font-weight: bold;
- transition: all 0.2s ease;
- margin: 15px;
-}
-
-.voicebutton {
- border-radius: 50% !important;
- padding: 10px !important;
- width: 40px;
- height:40px;
-}
-
-.menubtn {
- background: rgba(255, 255, 255, 0.5);
- border: 0;
- color: #000000;
- /* width: 98%; */
- font-weight: bold;
- border-radius: 20px;
- height: 40px;
- transition: all 0.2s ease;
- padding: 10px;
- margin: 10px;
-}
-
- .btn:active {
- background: rgba(255, 255, 255, 1);
- }
-
- .btn:hover {
- background: rgba(255, 255, 255, 0.8);
- }
-
-img {
- border-radius: 20px !important;
-}
-
-
-input.search_bar{
- border: none;
- outline: none;
- width: 75px;
- border-radius: 55px;
- margin: 0 auto;
- font-size: 1.3em;
- color: #0d2840;
- padding: 15px 30px 15px 45px;
- transition: all .3s cubic-bezier(0,0,.5,1.5);
- box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
- background: rgba(255, 255, 255, 0.3) url(https://i.imgur.com/seveWIw.png) no-repeat center center;
-}
-
- input.search_bar:focus{
- width: 100%;
- background-position: calc(100% - 35px) center
- }
-
-/*Removes default x in search fields (webkit only i guess)*/
-input[type=search]::-webkit-search-cancel-button {
- -webkit-appearance: none;
-}
-/*Changes the color of the placeholder*/
-::-webkit-input-placeholder {
- color: #0d2840;
- opacity: .5;
-}
-
-:-moz-placeholder {
- color: #0d2840;
- opacity: .5;
-}
-
-::-moz-placeholder {
- color: #0d2840;
- opacity: .5;
-}
-
-:-ms-input-placeholder {
- color: #0d2840;
- opacity: .5;
-}
-
-/*search*/
-
-/*Search2*/
-.searchBox {
- width: 60px;
- background: rgba(255, 255, 255, 0.3);
- height: 60px;
- border-radius: 40px;
- padding: 10px;
- margin: 0 auto;
- transition: 0.8s;
-}
-
-.searchInput:active > .searchBox{
- width:100%
-}
-.searchInput:focus > .searchBox {
- width: 100%
-}
-
-.searchInput::placeholder {
- color:#fff;
-}
-
-.searchBox:hover {
- width: 100%;
-}
-
- .searchBox:hover > .searchInput {
- width: calc(100% - 60px);
- padding: 0 6px;
- }
-
- .searchBox:hover > .searchButton {
- background: white;
- color: #2f3640;
- }
-
-.searchButton {
- color: white;
- float: right;
- width: 40px;
- height: 40px;
- border-radius: 50px;
- background-color: #e493d0;
- background-image: radial-gradient(closest-side, rgba(235, 105, 78, 1), rgba(235, 105, 78, 0)), radial-gradient(closest-side, rgba(243, 11, 164, 1), rgba(243, 11, 164, 0)), radial-gradient(closest-side, rgba(254, 234, 131, 1), rgba(254, 234, 131, 0)), radial-gradient(closest-side, rgba(170, 142, 245, 1), rgba(170, 142, 245, 0)), radial-gradient(closest-side, rgba(248, 192, 147, 1), rgba(248, 192, 147, 0));
- background-size: 130vmax 130vmax, 80vmax 80vmax, 90vmax 90vmax, 110vmax 110vmax, 90vmax 90vmax;
- background-position: -80vmax -80vmax, 60vmax -30vmax, 10vmax 10vmax, -30vmax -10vmax, 50vmax 50vmax;
- background-repeat: no-repeat;
- animation: 10s movement linear infinite;
- display: flex;
- justify-content: center;
- align-items: center;
-}
-
-.searchInput {
- border: none;
- background: none;
- outline: none;
- font-size: 1.3em !important;
- color: #0d2840 !important;
- float: left;
- padding: 0;
- color: white;
- font-size: 16px;
- transition: 0.4s;
- line-height: 40px;
- width: 0px;
-}
-
-/*Search2*/
-
-
-.event {
- border-radius: 20px !important;
- background-color: rgba(255, 255, 255, 0.2) !important;
- backdrop-filter: blur(20px);
- border: 0;
- box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.07);
- transition: all 0.15s ease;
-}
-
-/*card design*/
-.card {
- border-radius: 20px !important;
- overflow: hidden;
- background-color: rgba(255, 255, 255, 0.2) !important;
- backdrop-filter: blur(20px);
- border: 0;
- box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.07);
- transition: all 0.15s ease;
-}
-
- .card:hover {
- box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1), 0 10px 8px rgba(0, 0, 0, 0.015);
- }
-
-.card-body .card-title {
- font-family: 'Lato', sans-serif;
- font-weight: 700;
- letter-spacing: 0.3px;
- font-size: 24px;
- color: #121212;
-}
-
-.card-text {
- font-family: 'Lato', sans-serif;
- font-weight: 400;
- font-size: 15px;
- letter-spacing: 0.3px;
- color: #4E4E4E;
-}
-
-.card .container {
- width: 88%;
- /*background: #F0EEF8;*/
- border-radius: 30px;
- /*height: 140px;*/
- display: flex;
- align-items: center;
- justify-content: center;
-}
-
-.container:hover > img {
- transform: scale(1.2);
-}
-
-.container img {
- /*padding: 75px;*/
- /*margin-top: -40px;
- margin-bottom: -40px;*/
- transition: 0.4s ease;
- cursor: pointer;
-}
-
-.btn:hover {
- background-color: #e493d0;
- background-image: radial-gradient(closest-side, rgba(235, 105, 78, 1), rgba(235, 105, 78, 0)), radial-gradient(closest-side, rgba(243, 11, 164, 1), rgba(243, 11, 164, 0)), radial-gradient(closest-side, rgba(254, 234, 131, 1), rgba(254, 234, 131, 0)), radial-gradient(closest-side, rgba(170, 142, 245, 1), rgba(170, 142, 245, 0)), radial-gradient(closest-side, rgba(248, 192, 147, 1), rgba(248, 192, 147, 0));
- background-size: 130vmax 130vmax, 80vmax 80vmax, 90vmax 90vmax, 110vmax 110vmax, 90vmax 90vmax;
- background-position: -80vmax -80vmax, 60vmax -30vmax, 10vmax 10vmax, -30vmax -10vmax, 50vmax 50vmax;
- background-repeat: no-repeat;
- animation: 10s movement linear infinite;
-}
-
-.btn:focus {
- background-color: #e493d0;
- background-image: radial-gradient(closest-side, rgba(235, 105, 78, 1), rgba(235, 105, 78, 0)), radial-gradient(closest-side, rgba(243, 11, 164, 1), rgba(243, 11, 164, 0)), radial-gradient(closest-side, rgba(254, 234, 131, 1), rgba(254, 234, 131, 0)), radial-gradient(closest-side, rgba(170, 142, 245, 1), rgba(170, 142, 245, 0)), radial-gradient(closest-side, rgba(248, 192, 147, 1), rgba(248, 192, 147, 0));
- background-size: 130vmax 130vmax, 80vmax 80vmax, 90vmax 90vmax, 110vmax 110vmax, 90vmax 90vmax;
- background-position: -80vmax -80vmax, 60vmax -30vmax, 10vmax 10vmax, -30vmax -10vmax, 50vmax 50vmax;
- background-repeat: no-repeat;
- animation: 10s movement linear infinite;
-}
-/*card design*/
-
-/*bg*/
-
-
-:root {
- font-size: 15px;
-}
-
-body {
- /*font-family: 'Comfortaa', 'Arial Narrow', Arial, sans-serif;*/
- /*font-family: 'Quicksand', sans-serif;*/
- color: #fff !important;
- margin: 0;
- min-height: 100vh;
- background-color: #000;
- /*background-image: radial-gradient(closest-side, rgba(235, 105, 78, 1), rgba(235, 105, 78, 0)), radial-gradient(closest-side, rgba(243, 11, 164, 1), rgba(243, 11, 164, 0)), radial-gradient(closest-side, rgba(254, 234, 131, 1), rgba(254, 234, 131, 0)), radial-gradient(closest-side, rgba(170, 142, 245, 1), rgba(170, 142, 245, 0)), radial-gradient(closest-side, rgba(248, 192, 147, 1), rgba(248, 192, 147, 0));*/
- /*background-size: 130vmax 130vmax, 80vmax 80vmax, 90vmax 90vmax, 110vmax 110vmax, 90vmax 90vmax;*/
- /*background-position: -80vmax -80vmax, 60vmax -30vmax, 10vmax 10vmax, -30vmax -10vmax, 50vmax 50vmax;*/
- background-repeat: no-repeat;
- /*animation: 10s movement linear infinite;*/
-}
-
- body::after {
- content: '';
- display: block;
- position: fixed;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- backdrop-filter: blur(10px);
- -webkit-backdrop-filter: blur(10px);
- }
-
-.myspan {
- position: relative;
- z-index: 10;
- display: flex;
- min-height: 100vh;
- width: 100%;
- justify-content: center;
- align-items: center;
- font-size: 5rem;
- color: transparent;
- text-shadow: 0px 0px 1px rgba(255, 255, 255, .6), 0px 4px 4px rgba(0, 0, 0, .05);
- letter-spacing: .2rem;
-}
-
-@keyframes movement {
- 0%, 100% {
- background-size: 130vmax 130vmax, 80vmax 80vmax, 90vmax 90vmax, 110vmax 110vmax, 90vmax 90vmax;
- background-position: -80vmax -80vmax, 60vmax -30vmax, 10vmax 10vmax, -30vmax -10vmax, 50vmax 50vmax;
- }
-
- 25% {
- background-size: 100vmax 100vmax, 90vmax 90vmax, 100vmax 100vmax, 90vmax 90vmax, 60vmax 60vmax;
- background-position: -60vmax -90vmax, 50vmax -40vmax, 0vmax -20vmax, -40vmax -20vmax, 40vmax 60vmax;
- }
-
- 50% {
- background-size: 80vmax 80vmax, 110vmax 110vmax, 80vmax 80vmax, 60vmax 60vmax, 80vmax 80vmax;
- background-position: -50vmax -70vmax, 40vmax -30vmax, 10vmax 0vmax, 20vmax 10vmax, 30vmax 70vmax;
- }
-
- 75% {
- background-size: 90vmax 90vmax, 90vmax 90vmax, 100vmax 100vmax, 90vmax 90vmax, 70vmax 70vmax;
- background-position: -50vmax -40vmax, 50vmax -30vmax, 20vmax 0vmax, -10vmax 10vmax, 40vmax 60vmax;
- }
-}
-
-
-/*bg*/
-
-.mytextarea {
- background-color: rgba(255, 255, 255, 0.3);
- backdrop-filter: blur(20px);
- padding: 10px;
- border-radius: 10px;
- border-width: 0px;
- height: unset !important;
-}
-
- .mytextarea:active {
- border-width: 0px;
- }
-
- .mytextarea:focus-visible {
- background-color: rgba(255, 255, 255, 0.5);
- border-width: 0px !important;
- outline: -webkit-focus-ring-color auto 0px;
- outline-color: transparent;
- }
-
-.navbar-toggler {
- color: #fff;
-}
-
-.navbar-brand {
- font-size: 1.7rem;
- color:#fff;
-}
-
-.form-select {
- background-color: rgba(255, 255, 255, 0.2);
- border-radius: 5px;
- display: unset !important;
- color: #fff;
-}
-
- .form-select > option {
- background-color: rgba(255, 255, 255, 0.2)
- }
-
-.contactform-overlay {
- position: fixed;
- z-index: 100;
- height: 100vh;
- width: 100%;
- padding: 100px;
- top: 0px;
- left: 0px;
- /* padding-top: 10vh; */
- backdrop-filter: blur(20px);
- /* background-color: rgba(1, 1, 1, .4); */
-}
-
-.form-control {
- background-color: rgba(255,255,255,0.4);
- border-radius: 5px;
- height: 50px;
-}
-.form-control::placeholder {
- color:#fff;
-}
-
-.contactform-close-overlay {
- position: relative;
- height: 10vh;
-}
-
-.contactform-popup-content {
- height: 80vh;
- margin: 0px;
- padding: 0px;
-}
-
-.contactform-popup-close {
- position: relative;
- height: 10vh;
- z-index: 80;
-}
-
-.calendly-overlay {
- position: absolute;
- z-index: 100;
- height: 100vh;
- width: 100%;
- top: 0px;
- /* padding-top: 10vh; */
- backdrop-filter: blur(20px);
- /* background-color: rgba(1, 1, 1, .4); */
-}
-
-.calendly-close-overlay {
- position: relative;
- height: 10vh;
-}
-
-.calendly-popup-content {
- height: 80vh;
- margin: 0px;
- padding: 0px;
-}
-
-.calendly-popup-close {
- position: relative;
- height: 10vh;
- z-index: 80;
-}
-
-#myVideo {
- position: fixed;
- right: 0;
- bottom: 0;
- min-width: 100%;
- min-height: 100%;
- opacity: 0.2;
-}
-
-.table {
- color: #fff !important;
- padding-top: 10px;
- padding-bottom: 10px;
- background-color: transparent;
-}
-
-.navbar-collapse {
- height: 100vh;
- /*display: flex;
- align-items: center;
- justify-content: center;*/
- text-align: center !important;
- align-content: center;
-}
-
-.navbar-collapse .nav-link {
- font-size: 1.5em;
- letter-spacing: 2px;
-}
-
-.navbar-collapse .nav-item:not(:last-child) {
- border-bottom: 0px solid white;
- padding: 0.2em 4em;
-}
-
-.navbar {
- background-color: #040206;
- color: #fff;
-}
-
-.nav-link {
- color: #fff !important;
-}
-
-.content {
- top: 60px;
-}
-
-.row {
- margin-bottom: 10px;
-}
-
-h1 {
- color: #64CCC5;
-}
-
-p {
- color: #EEEEEE;
- font-size: 1,1rem;
-}
-.container-fluid {
- margin-bottom:20px;
- padding: 20px;
-}
-
-/* 🔽 Mobile Responsiveness */
-@media (max-width: 768px) {
- h1 { font-size: 2rem; }
- h2 { font-size: 1.6rem; }
- h3 { font-size: 1.4rem; }
- p, li { font-size: 1rem; }
- .navbar-collapse .nav-link { font-size: 1.1rem; }
- p {text-align: justify;}
-}
-
-@media (max-width: 480px) {
- h1 { font-size: 1.6rem; }
- h2 { font-size: 1.3rem; }
- h3 { font-size: 1.1rem; }
- p, li { font-size: 0.95rem; }
- .navbar-collapse .nav-link { font-size: 1rem; }
- p {text-align: justify;}
-}
\ No newline at end of file
diff --git a/wwwroot/temp/style_a5faf300.css b/wwwroot/temp/style_a5faf300.css
deleted file mode 100644
index 90e14ab..0000000
--- a/wwwroot/temp/style_a5faf300.css
+++ /dev/null
@@ -1,168 +0,0 @@
-@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
-
-.card {
- background-color: rgba(255, 255, 255, 0.3);
- backdrop-filter: blur(2px);
-}
-
-.table {
- color: #f2d8bb !important;
-}
-
-.navbar-collapse {
- height: 100vh;
- text-align: center !important;
- align-content: center;
-}
-
-.navbar-collapse .nav-link {
- font-size: 1.2rem;
- letter-spacing: 2px;
-}
-
-.navbar-collapse .nav-item:not(:last-child) {
- padding: 0.2em 1em;
-}
-
-.navbar {
- background-color: #022c28;
- color: #d0eae9;
-}
-
-.nav-link {
- color: #d0eae9 !important;
-}
-
-.content {
- top: 60px;
-}
-
-body {
- background-color: #022c28;
- background-attachment: fixed;
- background-position: center;
- background-size: cover;
- color: aqua;
- font-family: "Montserrat", sans-serif;
- font-optical-sizing: auto;
- font-weight: 300;
- font-style: normal;
- font-size: 1rem; /* Base size */
-}
-
-h1 {
- font-weight: 700;
- font-size: 2.5rem;
- padding-top: 30px;
- padding-bottom: 10px;
-}
-
-h2 {
- font-weight: 500;
- font-size: 2rem;
- padding-top: 15px;
- padding-bottom: 10px;
-}
-
-h3 {
- font-weight: 400;
- font-size: 1.6rem;
- padding-top: 10px;
- padding-bottom: 10px;
-}
-
-p {
- color: #fff;
- font-size: 1.1rem;
-}
-
-li {
- color: #fff;
- font-size: 1rem;
- text-align: center;
-}
-
-.btn-primary {
- color: #d0eae9;
- background-color: #014d4e;
- border: 0px;
- margin: 5px;
-}
-
-.btn-primary:hover {
- color: #fff;
- background-color: #086262;
- border: 0px;
-}
-
-.row {
- padding-bottom: 30px;
- margin: 0 auto !important;
-}
-
-.searchInput::placeholder {
- color: #d0eae9;
-}
-
-#myVideo {
- position: fixed;
- right: 0;
- top: -100px;
- min-width: 100%;
- min-height: 100%;
- transform: translateX(calc((100% - 100vw) / 2));
-}
-
-.img-fluid {
- max-height: 50vh;
- width: auto;
- border-radius: 15px;
-}
-
-.sp-img {
- box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.75);
--webkit-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.75);
--moz-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.75);
-}
-
-.col {
- align-items: center;
- display: flex;
-}
-
-.form-select {
- background-color: rgba(255, 255, 255, 0.2);
- border-radius: 5px;
- display: unset !important;
- color: #fff;
-}
-
-.list-group-item,
-.bg-light {
- background-color: rgb(11 24 23 / 76%) !important;
- backdrop-filter: blur(8px) !important;
-}
-
-.text-primary {
- --bs-text-opacity: 1;
- color: aqua;
-}
-
-/* 🔽 Mobile Responsiveness */
-@media (max-width: 768px) {
- h1 { font-size: 2rem; }
- h2 { font-size: 1.6rem; }
- h3 { font-size: 1.4rem; }
- p, li { font-size: 1rem; }
- .navbar-collapse .nav-link { font-size: 1.1rem; }
- p {text-align: justify;}
-}
-
-@media (max-width: 480px) {
- h1 { font-size: 1.6rem; }
- h2 { font-size: 1.3rem; }
- h3 { font-size: 1.1rem; }
- p, li { font-size: 0.95rem; }
- .navbar-collapse .nav-link { font-size: 1rem; }
- p {text-align: justify;}
-}
\ No newline at end of file
diff --git a/wwwroot/temp/style_3845bc26.css b/wwwroot/temp/style_dfe8681d.css
similarity index 100%
rename from wwwroot/temp/style_3845bc26.css
rename to wwwroot/temp/style_dfe8681d.css
diff --git a/wwwroot/temp/style_e0642a6c.css b/wwwroot/temp/style_e0642a6c.css
deleted file mode 100644
index 90e14ab..0000000
--- a/wwwroot/temp/style_e0642a6c.css
+++ /dev/null
@@ -1,168 +0,0 @@
-@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
-
-.card {
- background-color: rgba(255, 255, 255, 0.3);
- backdrop-filter: blur(2px);
-}
-
-.table {
- color: #f2d8bb !important;
-}
-
-.navbar-collapse {
- height: 100vh;
- text-align: center !important;
- align-content: center;
-}
-
-.navbar-collapse .nav-link {
- font-size: 1.2rem;
- letter-spacing: 2px;
-}
-
-.navbar-collapse .nav-item:not(:last-child) {
- padding: 0.2em 1em;
-}
-
-.navbar {
- background-color: #022c28;
- color: #d0eae9;
-}
-
-.nav-link {
- color: #d0eae9 !important;
-}
-
-.content {
- top: 60px;
-}
-
-body {
- background-color: #022c28;
- background-attachment: fixed;
- background-position: center;
- background-size: cover;
- color: aqua;
- font-family: "Montserrat", sans-serif;
- font-optical-sizing: auto;
- font-weight: 300;
- font-style: normal;
- font-size: 1rem; /* Base size */
-}
-
-h1 {
- font-weight: 700;
- font-size: 2.5rem;
- padding-top: 30px;
- padding-bottom: 10px;
-}
-
-h2 {
- font-weight: 500;
- font-size: 2rem;
- padding-top: 15px;
- padding-bottom: 10px;
-}
-
-h3 {
- font-weight: 400;
- font-size: 1.6rem;
- padding-top: 10px;
- padding-bottom: 10px;
-}
-
-p {
- color: #fff;
- font-size: 1.1rem;
-}
-
-li {
- color: #fff;
- font-size: 1rem;
- text-align: center;
-}
-
-.btn-primary {
- color: #d0eae9;
- background-color: #014d4e;
- border: 0px;
- margin: 5px;
-}
-
-.btn-primary:hover {
- color: #fff;
- background-color: #086262;
- border: 0px;
-}
-
-.row {
- padding-bottom: 30px;
- margin: 0 auto !important;
-}
-
-.searchInput::placeholder {
- color: #d0eae9;
-}
-
-#myVideo {
- position: fixed;
- right: 0;
- top: -100px;
- min-width: 100%;
- min-height: 100%;
- transform: translateX(calc((100% - 100vw) / 2));
-}
-
-.img-fluid {
- max-height: 50vh;
- width: auto;
- border-radius: 15px;
-}
-
-.sp-img {
- box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.75);
--webkit-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.75);
--moz-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.75);
-}
-
-.col {
- align-items: center;
- display: flex;
-}
-
-.form-select {
- background-color: rgba(255, 255, 255, 0.2);
- border-radius: 5px;
- display: unset !important;
- color: #fff;
-}
-
-.list-group-item,
-.bg-light {
- background-color: rgb(11 24 23 / 76%) !important;
- backdrop-filter: blur(8px) !important;
-}
-
-.text-primary {
- --bs-text-opacity: 1;
- color: aqua;
-}
-
-/* 🔽 Mobile Responsiveness */
-@media (max-width: 768px) {
- h1 { font-size: 2rem; }
- h2 { font-size: 1.6rem; }
- h3 { font-size: 1.4rem; }
- p, li { font-size: 1rem; }
- .navbar-collapse .nav-link { font-size: 1.1rem; }
- p {text-align: justify;}
-}
-
-@media (max-width: 480px) {
- h1 { font-size: 1.6rem; }
- h2 { font-size: 1.3rem; }
- h3 { font-size: 1.1rem; }
- p, li { font-size: 0.95rem; }
- .navbar-collapse .nav-link { font-size: 1rem; }
- p {text-align: justify;}
-}
\ No newline at end of file
diff --git a/wwwroot/uploads/0988758e-e16c-4c2c-8c1e-efa3ac5f0274/images/Képernyőkép 2025-06-10 231302.png b/wwwroot/uploads/0988758e-e16c-4c2c-8c1e-efa3ac5f0274/images/Képernyőkép 2025-06-10 231302.png
new file mode 100644
index 0000000..167b513
Binary files /dev/null and b/wwwroot/uploads/0988758e-e16c-4c2c-8c1e-efa3ac5f0274/images/Képernyőkép 2025-06-10 231302.png differ
diff --git a/wwwroot/uploads/0988758e-e16c-4c2c-8c1e-efa3ac5f0274/images/munkaero.jpg b/wwwroot/uploads/0988758e-e16c-4c2c-8c1e-efa3ac5f0274/images/munkaero.jpg
new file mode 100644
index 0000000..577e054
Binary files /dev/null and b/wwwroot/uploads/0988758e-e16c-4c2c-8c1e-efa3ac5f0274/images/munkaero.jpg differ