@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Black.eot');
    src: url('../fonts/Outfit-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Black.woff2') format('woff2'),
        url('../fonts/Outfit-Black.woff') format('woff'),
        url('../fonts/Outfit-Black.ttf') format('truetype'),
        url('../fonts/Outfit-Black.svg#Outfit-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff'),
        url('../fonts/Outfit-Bold.ttf') format('truetype'),
        url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-ExtraLight.eot');
    src: url('../fonts/Outfit-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-ExtraLight.woff2') format('woff2'),
        url('../fonts/Outfit-ExtraLight.woff') format('woff'),
        url('../fonts/Outfit-ExtraLight.ttf') format('truetype'),
        url('../fonts/Outfit-ExtraLight.svg#Outfit-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff'),
        url('../fonts/Outfit-Medium.ttf') format('truetype'),
        url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Thin.eot');
    src: url('../fonts/Outfit-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Thin.woff2') format('woff2'),
        url('../fonts/Outfit-Thin.woff') format('woff'),
        url('../fonts/Outfit-Thin.ttf') format('truetype'),
        url('../fonts/Outfit-Thin.svg#Outfit-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.eot');
    src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff'),
        url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
        url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Light.eot');
    src: url('../fonts/Outfit-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Light.woff2') format('woff2'),
        url('../fonts/Outfit-Light.woff') format('woff'),
        url('../fonts/Outfit-Light.ttf') format('truetype'),
        url('../fonts/Outfit-Light.svg#Outfit-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff'),
        url('../fonts/Outfit-Regular.ttf') format('truetype'),
        url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-ExtraBold.eot');
    src: url('../fonts/Outfit-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-ExtraBold.woff2') format('woff2'),
        url('../fonts/Outfit-ExtraBold.woff') format('woff'),
        url('../fonts/Outfit-ExtraBold.ttf') format('truetype'),
        url('../fonts/Outfit-ExtraBold.svg#Outfit-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/*--------main color typhography--------*/
:root {
    --sk-primary: #002D3E;
    --sk-secondary: #2A8AA2;
    --sk-text: #002D3E;
    --sk-orange-one: #FFA647;
    --sk-orange-two: #EC8300;
    --sk-blue-one: #1F6C7F;
    --sk-blue-two: #2A8AA2;
    --sk-white: #ffffff;
    --sk-black: #000000;
    --sk-gray: #D6D6D6;
    --sk-off-white: #f8f8f8;
    --sk-gray-dark: #707070;
}
/*--------End main color typhography--------*/

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

body {
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    font-family: 'Outfit';
    color: var(--sk-text);
    font-size: 20px;
    line-height: 1.5;
}

h1,h2,h3,h4,h5,h6,.font-40,div.maxtitle-1,p.maxtitle-1,div.maxtitle-2,p.maxtitle-2,div.maxtitle-3,p.maxtitle-3,div.maxtitle-4,p.maxtitle-4,div.maxtitle-5,p.maxtitle-5,div.maxtitle-6,p.maxtitle-6 {
    margin: 0 0 15px 0;
    line-height: 1.1;
    letter-spacing: 0;
    color: var(--sk-primary);
    font-weight: 800;
    font-family: 'Outfit';
}

h1,
h1.maxtitle-1,
h2.maxtitle-1,
h3.maxtitle-1,
h4.maxtitle-1,
h5.maxtitle-1,
h6.maxtitle-1,
div.maxtitle-1,
p.maxtitle-1 {
    font-size: 59px;
}
h2,
h1.maxtitle-2,
h2.maxtitle-2,
h3.maxtitle-2,
h4.maxtitle-2,
h5.maxtitle-2,
h6.maxtitle-2,
div.maxtitle-2,
p.maxtitle-2  {
    font-size: 50px;
}
h3,
h1.maxtitle-3,
h2.maxtitle-3,
h3.maxtitle-3,
h4.maxtitle-3,
h5.maxtitle-3,
h6.maxtitle-3,
div.maxtitle-3,
p.maxtitle-3  {
    font-size: 37px;
}
h4,
h1.maxtitle-4,
h2.maxtitle-4,
h3.maxtitle-4,
h4.maxtitle-4,
h5.maxtitle-4,
h6.maxtitle-4,
div.maxtitle-4,
p.maxtitle-4 {
    font-size: 30px;
}
h5,
h1.maxtitle-5,
h2.maxtitle-5,
h3.maxtitle-5,
h4.maxtitle-5,
h5.maxtitle-5,
h6.maxtitle-5,
div.maxtitle-5,
p.maxtitle-5 {
    font-size: 26px;
}
h6,
h1.maxtitle-6,
h2.maxtitle-6,
h3.maxtitle-6,
h4.maxtitle-6,
h5.maxtitle-6,
h6.maxtitle-6,
div.maxtitle-6,
p.maxtitle-6 {
    font-size: 24px;
}
p {
    margin:0 0 20px;
}
strong {
    font-weight: 800;
}
ul,ol {
    padding:0 0 0 20px;
    margin: 0px 0px 20px;
}
ul li,ol li {
    margin: 0 0 0px;
    padding: 0px;
}
a { 
    color: var(--sk-primary);
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover, a:visited, a:focus{
    text-decoration: none;
    outline: none;
} 
a:hover {
    color: var(--sk-secondary);
    text-decoration: none;
}  
img {
    max-width: 100%;
}
input, textarea, a, img {
    outline: none !important;
    resize: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number] {
    -moz-appearance:textfield;
}
section:before, section:after{
    clear: both;
    display: table;
    content: "";
}
section {
    position: relative;
    clear: both;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.text-up {
    text-transform: uppercase;
}
/*input[type="text"] , input[type="password"] , input[type="email"] , input[type="url"] , input[type="phone"] , textarea{
    border: 1px solid #58646a;
    width: 100%;
    padding: 0 20px;
    background: #ffffff;
    //height: 42px;
}*/

/*textarea{
    height: 150px;
    resize: none;
    padding: 20px;
}*/
table{  
    margin-bottom: 0px;
    overflow-x: auto;
}
td , th{
    padding: 10px 20px;
    border-right: 1px solid #e1e1e1;
    background: #fff;
}
th,tr{  
    border: 1px solid #e1e1e1;
}
button:focus {
    outline: none;
}
.btn-outer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 15px 30px 13px;
    background: linear-gradient(51.45deg, #FFA647 5.23%, #EC8300 84.59%);
    box-shadow: none;
    border-radius: 18px;
    border: none;
    color: var(--sk-white);
    transition: background 0.3s linear;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1.43px;
    gap: 13px;
    text-transform: uppercase;
}
.btn img {
    display: flex;
    width: 20px;
    min-width: 20px;
    position: relative;
    top: 4px;
}
.btn:hover {
    color: var(--sk-white);
    text-decoration: none;
    background: linear-gradient(315deg, #1F6C7F 0.03%, #2A8AA2 100%);
}
.btn.btn-secondary {
    background: linear-gradient(315deg, #1F6C7F 0.03%, #2A8AA2 100%);
}
.btn.btn-secondary:hover {
    background: linear-gradient(323.41deg, #002D3E 7.68%, #0B4D66 80.84%);
}
.btn.btn-dark {
    background: linear-gradient(323.41deg, #002D3E 7.68%, #0B4D66 80.84%);
}
.btn.btn-dark:hover {
    background: linear-gradient(315deg, #1F6C7F 0.03%, #2A8AA2 100%);
}
.btn:focus {
    outline: none;
}
.content-title,
.content-row,
.content-info,
.content-blog,
.content-img {
    position: relative;
    width: 100%;
}
.content-info *:last-child,
.content-blog *:last-child,
.content-title *:last-child {
    margin-bottom: 0;
}
.content-middle .row > [class^="col-"] {
    align-self: center;
}
.content-bottom .row > [class^="col-"] {
    align-self: flex-end;
}
.center-align {
    text-align: center;
}
.right-align {
    text-align: right;
}
.gallery-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}
.gallery-item img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-out;
}
.gallery-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.scroll-top {
    position: fixed;
    display: inline-block;
    width: 40px;
    height: 40px;
    bottom: 90px;
    right: 15px;
    background-color: var(--sk-primary);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.scroll-top:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    background: url(../images/angle-up.svg) no-repeat center;
    background-size: contain;
}
.scroll-top.sticky {
    opacity: 1;
    visibility: visible;
}
.equal-column > .row > [class^="col-"] {
    flex: 1;
}
.row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0px;
   padding-left: 0;
}
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color span,
.white-color {
    color: var(--sk-white);
}
.black-color {
    color: var(--sk-text);
}
.bg-black {
    background-color: var(--sk-text);
}
.bg-primary {
    background-color: var(--sk-primary) !important;
}
.bg-orange {
    background-color: var(--sk-orange-one);
}
.bg-secondary {
    background-color: var(--sk-secondary) !important;
}
.bg-gray {
    background-color: var(--sk-off-white);
}
.bg-light {
    background-color: var(--sk-light) !important;
}
/*---------header-part---------*/

.main-part {
    position: relative;
    overflow: hidden;
}
.main-area,
.main-area:not(.main-vertical)>.container,
.main-content-wrap,
.main-col,
.main-element {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}
.main-area {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: stretch
}
.main-content-wrap {
    width: 100%;
}
.main-col {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.main-col.main-left-col {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.main-col.main-center-col,
.main-area .main-element {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.main-col.main-right-col {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.main-col:empty {
    display: none
}

.main-area.main-content-top .main-col {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.main-area.main-content-middle .main-col,
.main-area .main-element {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.main-area.main-content-bottom .main-col {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.row,
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.875rem;
}
.container-fluid {
    padding-left: 98px;
    padding-right: 98px;
}
.header-part {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 42px 0;
}
body.logged-in.admin-bar .header-part {
    top:32px;
}
.header-logo {
    position: relative;
    display: flex;
}
.header-logo img {
    width: 355px;
    height: auto;
    display: flex;
}
.main-menu {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.main-menu > li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0;
    margin: 0 29px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main-menu > li:last-child {
    margin-right: 0;
}
.main-menu > li > a {
    display: inline-block;
    position: relative;
    color: var(--sk-white);
    font-size: 17px;
    line-height: 1.3;
    padding: 4px 0 0;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} 
.main-menu > li:hover > a {
    color: var(--sk-secondary);
}
.main-menu > li.menu-btn > a {
    padding: 15px 30px 14px;
    background: linear-gradient(51.45deg, #FFA647 5.23%, #EC8300 84.59%);
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1.43px;
    color: var(--sk-white);
}
.main-menu > li.menu-btn > a:hover {
    background: linear-gradient(315deg, #1F6C7F 0.03%, #2A8AA2 100%);
    color: var(--sk-white);
}
/*------mobile-menu-------*/
body.sk-hidden  {
    overflow: hidden;
}
.menu-active .header-part {
    position: fixed;
}
.menu-active .desktop-header {
    display: none;
}
.menu-active .mobile-header {
    display: block;
}
.menu-active .main-col.main-left-col {
    display: none;
}
.mobile-header {
    display: none;
}
.desktop-header,
.mobile-header {
    width: 100%;
}
.canvas-menu .sk-dropdown-toggle {
    width: 60px;
    height: 60px;
    position: relative;
    display: inline-block;
	border: 3px solid #fff;
	border-radius: 50%;
    margin-left: 30px;
	background-color: #fff;
}
.canvas-menu .sk-dropdown-toggle span {
    position: absolute;
    display: inline-block;
    width: 34px;
    left: 10px;
    top: 25px;
    height: 4px;
    background-color: var(--sk-secondary);
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.canvas-menu .sk-dropdown-toggle span:before {
    position: absolute;
    display: inline-block;
    content: '';
    left: 0;
    top: -12px;
    width: 100%;
    height: 4px;
    background-color: var(--sk-secondary);
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.canvas-menu .sk-dropdown-toggle span:after {
    position: absolute;
    display: inline-block;
    content: '';
    left: 0;
    top: 12px;
    width: 100%;
    height: 4px;
    background-color: var(--sk-secondary);
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.canvas-menu .sk-dropdown-toggle.open span {
    transform: translate3d(0,0px,0) rotate(45deg);
}
.canvas-menu .sk-dropdown-toggle.open span:before {
    transform: rotate(-45deg) translate3d(12px,-12px,0);
    opacity: 0;
}
.canvas-menu .sk-dropdown-toggle.open span:after {
    transform: translate3d(0,-12px,0) rotate(-90deg);
}
.canvas-menu .sk-dropdown-toggle::after {
    display: none;
}
.mobile-header .canvas-menu {
    z-index: 99999;
}
.sk-offcanvas-content {
    position: fixed;
    right: 0;
    width: 100%;
    max-width: 530px;
    top: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    padding: 140px 70px 50px;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}
.sk-offcanvas-content:before {
    position: absolute;
    content: '';
    display: flex;
    left: -7%;
    top: -70%;
    width: 1090px;
    height: 1090px;
    border-radius: 102% 12% 116% 130%;
    border-radius: 50%;
    box-shadow: 0 0px 50px rgba(0, 0, 0, 0.1);
    background-color: var(--sk-white);
}
.sk-offcanvas-content.open {
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
} 
.sk-offcanvas-content .wp-sidebar {
    overflow-x: hidden;
    height: 100%;
    padding: 0px;  
    margin: 0;
}
.sk-offcanvas-content .header-logo {
    margin-bottom: 30px;
    align-items: flex-start;
    justify-content: flex-start;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    margin: auto;
    padding: 0;
}
ul.sk-mobile-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.sk-nav-menu > li {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    float: left;
    display: inline-block;
    padding: 0;
}
ul.sk-mobile-menu > li {
    position: relative !important;
    display: block;
    width: 100%;
    padding: 12px 0;
}
ul.sk-mobile-menu > li > a {
    color: var(--sk-primary);
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
    display: block;
    letter-spacing: 0;
    text-decoration: none;
}
ul.sk-mobile-menu > li:hover > a {
    color: var(--sk-orange-one);
} 
ul.sk-mobile-menu > li.menu-btn > a {
    color: var(--sk-white);
    border-radius: 12px;
    padding: 12px 20px 10px;
    background: linear-gradient(51.45deg, #FFA647 5.23%, #EC8300 84.59%);
    font-size: 24px;
    letter-spacing: 1.43px;
    display: inline-block;
}
ul.sk-mobile-menu > li.menu-btn > a:hover {
    background: linear-gradient(315deg, #1F6C7F 0.03%, #2A8AA2 100%);
}
/*-------------end-----------------*/

/*---------main-part---------*/

body.sk-hidden {
    overflow: hidden;
}

.mt-100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.pt-110 {
    padding-top: 110px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.mt-90 {
    margin-top: 90px;
}
.mb-90 {
    margin-bottom: 90px;
}
.pt-90 {
    padding-top: 90px;
}
.pb-90 {
    padding-bottom: 90px;
}
.mt-80 {
    margin-top: 80px;
}
.mb-80 {
    margin-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.mt-70 {
    margin-top: 70px;
}
.mb-70 {
    margin-bottom: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pb-35 {
    padding-bottom: 35px;
}
.mt-25 {
    margin-top: 25px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.pt-10 {
    padding-top: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}
.content-title .maxtitle-1 span,
.content-title .maxtitle-2 span,
.content-title .maxtitle-3 span,
.content-title .maxtitle-4 span,
.content-title .maxtitle-5 span,
.content-title .maxtitle-6 span {
    color: var(--sk-secondary);
}

.hero-banner {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 200px 0 60px;
}
.hero-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.hero-banner .container {
    position: relative;
    z-index: 1;
}
.max-width-858 {
    max-width: 876px;
    margin-right: auto;
    margin-left: auto;
}
.hero-caption h1 {
    font-weight: 300;
	margin-bottom: 25px;
    text-transform: uppercase;
}
.hero-caption h1 strong {
    font-weight: 700;
    display: block;
}
.hero-caption p {
    font-size: 23px;
    line-height: 1.3;
    max-width: 456px;
	margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
}
.hero-caption .btn-outer {
    margin-top: 25px;
}
.btn.btn-play:hover {
    background: linear-gradient(323.41deg, #002D3E 7.68%, #0B4D66 80.84%);
}
.btn.btn-play i {
    position: relative;
    display: flex;
    margin: -5px 0 -5px -10px;
}
.btn.btn-play img {
    width: 30px;
    min-width: 30px;
    top: -0px;
}
.btn.btn-arrow i {
    position: relative;
    display: flex;
    margin: -6px 0 -5px -10px;
}
.btn.btn-arrow img {
    width: 29px;
    min-width: 29px;
    top: -0px;
}
.hero-caption .btn-outer .btn {
    min-width: 264px;
    font-size: 14px;
    border-radius: 18px;
	transform: scale(1);
	transition: all 0.3s linear;
	justify-content: center;
}
.hero-caption .btn-outer .btn:hover {
	box-shadow: 0 5px 11px #808080;
	transform: scale(1.05);
}
.icon-row > .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 50px;
}
.icon-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    gap: 30px;
}
.icon-blog *:last-child {
    margin-bottom: 0;
}
.icon-img {
    position: relative;
    display: flex;
    margin: auto;
}
.icon-img img {
    height: 100px;
    object-fit: contain;
}
.icon-blog p {
    font-weight: 600;
    font-size: 20px;
}
.full-height-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6rem 0;
}
.match-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
}
.max-width-641 {
    max-width: 641px;
    margin-left: auto;
    margin-right: auto;
}
.match-section .content-title {
	display: grid;
	grid-template-areas: "stack";
}
.match-section .content-title .content {
	grid-area: stack;
}
.match-section .content-title h2 {
    font-size: 80px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--sk-primary);
}
.match-section .content-title h3 {
    color: var(--sk-secondary);
    text-transform: none;
    font-weight: 600;
    font-size: 37px;
}
.vector-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.vector-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.workflow-caption {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
}
.workflow-caption h2 {
    font-size: 140px;
    text-transform: uppercase;
}
.workflow-caption h2 span {
    display: block;
}
.workflow-caption h2 span:nth-child(2) {
    text-align: center;
}
.workflow-caption h2 span:nth-child(3) {
    text-align: right;
    padding-right: 190px;
}
.workflow-caption p {
    max-width: 318px;
    font-size: 26px;
    line-height: 1.2;
    margin: 0 300px 0 auto;
}
.workflow-caption .btn-link {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 100px;
	text-decoration: none;
}
.workflow-caption .btn-link a {
    font-weight: 700;
    text-decoration: none;
}
.workflow-caption .btn-link a span {
    text-decoration: none;
}
.initial .letter:nth-child(1), .initial .letter:nth-child(2) {
	color: var(--sk-blue-two);
}
.final .letter:nth-child(4), .final .letter:nth-child(5) {
	color: var(--sk-blue-two);
}
.full-height-div {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 98px;
}
.full-height-img {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-blue-linear {
    position: relative;
    background: linear-gradient(315deg, #1F6C7F 0.03%, #2A8AA2 100%);
}
.bg-orange-linear {
    position: relative;
    background: linear-gradient(51.45deg, #FFA647 5.23%, #EC8300 84.59%);
}
.bg-dark-blue-linear {
    position: relative;
    background: linear-gradient(323.41deg, #002D3E 7.68%, #0B4D66 80.84%);
}
.sub-title {
    position: relative;
    display: block;
    font-size: 37px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 10px;
}
.full-height-div h2 {
    font-size: 80px;
    font-weight: 800;
}
.full-height-div .content-title p {
    margin-bottom: 30px;
    max-width: 574px;
}
.full-height-div .content-title p a {
    font-size: 25px;
    font-weight: 600;
    color: var(--sk-white);
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}
.full-height-div .content-title p a:hover {
    text-decoration: underline;
}
.full-height-div .content-title *:last-child {
    margin-bottom: 0;
}
.blue-vector-left {
    position: absolute;
    left: 41%;
    width: 100%;
    height: 90%;
    display: flex;
    top: 50%;
    transform: translate(-50%, -50%);
}
.blue-vector-left img {
    display: flex;
    width: 100%;
    object-fit: contain;
}
.blue-vector-left.right-side {
    left: 28%;
}
.post-title {
    display: block;
    margin-bottom: 15px;
}
.blue-heading h2 {
    text-transform: uppercase;
    color: var(--sk-secondary);
}
.blog-row > .row {
    --bs-gutter-y: 39px;
    --bs-gutter-x: 39px;
}
.blog-post {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
	padding-bottom: 100%;
}
.blog-post img {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.blog-post video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}
.blog-post:hover video {
    opacity: 1;
    visibility: visible;
}
.blog-post-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.3s ease-out;
}
.blog-post-info p {
	display: none !important;
}
.blog-post:hover .blog-post-info {
    bottom: 0;
}
.blog-post-info:before {
    position: absolute;
    content: '';
    display: flex;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, #001016 1.88%, rgba(0, 8, 12, 0.0001) 100%);
}
.blog-post-info *:last-child {
    margin-bottom: 0;
}
.blog-post-info h3 {
    position: relative;
    color: var(--sk-white);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
}
.blog-post-info p {
    position: relative;
    color: var(--sk-white);
    display: none;
    margin-top: 5px;
}
.video-vector-left {
    position: absolute;
    left: 0;
    bottom: 10%;
}
.video-vector-right {
    position: absolute;
    right: 0;
    top: 20%;
}
.bg-linear {
    background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
}
.reference-section .content-title .sub-title {
    font-size: 34px;
}
.reference-section .content-title h2 {
    color: var(--sk-secondary);
    font-size: 80px;
    font-weight: 800;
}
.reference-row > .row {
    --bs-gutter-x: 90px;
}
.reference-img img {
    height: auto;
}
.testimonial-slider-item {
	max-width: 734px;
    margin-left: auto;
    margin-right: auto;
	padding-right: 60px;
}
.testimonial-cat {
    position: relative;
    display: block;
    color: var(--sk-secondary);
    margin-bottom: 10px;
}
.testimonial-slider-item p {
    margin-bottom: 15px;
}
.testimonial-title {
    position: relative;
    display: block;
    font-size: 37px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 5px;
}
.testimonial-position {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.3;
    color: var(--sk-secondary);
}
.testimonial-slider.owl-carousel .owl-dots {
    position: relative;
    margin-top: 15px;
    line-height: 1;
	text-align: center;
}
.testimonial-slider.owl-carousel .owl-dot {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: var(--sk-gray);
    border-radius: 50%;
    margin: 8px 8px 0px 0;
}
.testimonial-slider.owl-carousel .owl-dot.active {
    background-color: #E39218;
}
.left-right-section.heigh-auto .full-height-div {
    min-height: inherit;
    padding-top: 70px;
}
.left-right-section.heigh-auto .full-height-div h2 {
    font-size: 50px;
    line-height: 1;
}
.left-right-section.heigh-auto .blue-vector-left {
    top: 55%;
    height: 94%;
    width: 62%;
    left: 4%;
}
.left-right-section.heigh-auto .full-height-img {
    height: 100%;
}
.left-right-section.heigh-auto .content-title p {
    margin-bottom: 10px;
}
.left-right-section.heigh-auto .content-title *:last-child {
    margin-bottom: 0;
}
/*-------------end------------*/

/*--------footer--------*/
.footer-part {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--sk-primary);
    padding: 90px 0 47px;
}
.footer-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}
.footer-col {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 15px 31px;
    align-items: flex-start;
    color: var(--sk-white);
}
.footer-logo {
    position: relative;
    display: block;
    margin-bottom: 25px;
}
.footer-logo img {
    width: 324px;
    display: flex;
}
.footer-col *:last-child {
    margin-bottom: 0;
}
.footer-col p {
    max-width: 442px;
    margin-bottom: 20px;
}
.footer-col p a {
    color: var(--sk-white);
    text-decoration: none;
}
.footer-col p a:hover {
    color: var(--sk-white);
    text-decoration: underline;
}
.footer-col p a.btn:hover {
	text-decoration: none;
}
.span-heading {
    position: relative;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 6px;
}
.footer-social {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
    margin: 0px 0 30px;
}
.footer-social li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.footer-social li a {
    position: relative;
    display: flex;
    line-height: 1.3;
    font-weight: 400;
    color: var(--sk-white);
    text-decoration: none;
}
.footer-social li a img {
	display: flex;
	width: 32px;
}
.footer-social li a:hover {
    color: var(--sk-orange-one);
}
.footer-menu {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0 0 0;
    gap: 0px;
}
.footer-menu li:before {
	position: relative;
	display: flex;
	content: '|';
	color: #fff;
	font-size: 15px;
	margin: 0 5px;
}
.footer-menu li:first-child:before {
	display: none;
}
.footer-menu li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.footer-menu li a {
    position: relative;
    display: flex;
    color: var(--sk-white);
    text-decoration: none;
    text-transform: uppercase;
	font-size: 15px;
}
.footer-menu li a:hover {
    color: var(--sk-white);
	text-decoration: underline;
}
.hero-sub-banner {
    min-height: 500px;
    padding: 250px 0 100px;
    background-color: #000;
    color: #fff;
    text-align: center;
}
.hero-sub-banner h1,
.hero-sub-banner h2,
.hero-sub-banner h3,
.hero-sub-banner h4,
.hero-sub-banner h5,
.hero-sub-banner h6,
.hero-sub-banner p {
    color: #fff;
}
.error404 {
    background-color: #000;
}
.error-section {
    padding: 250px 0 150px;
    background-color: #000;
    color: #fff;
}
.grid-80 > .row {
    --bs-gutter-x: 80px;
}
.error-section h2 {
    font-size: 150px;
    color: var(--sk-blue-two);
}
.hero-sub-banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate3d(100%, -50%, 0);
    z-index: 9999;
	will-change: transform;
	transition: 0.3s ease-out ;
	opacity: 0;
	visibility: hidden;
}
.hero-sidebar.active {
	transform: translate3d(0, -50%, 0)
}
.hero-sidebar.sticky {
    position: fixed;
	opacity: 1;
	visibility: visible;
}
.hero-sidebar > ul {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: -100px -428px 0 0;
    gap: 65px;
}
.hero-sidebar > ul > li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    left: 0;
    transition: all 0.5s ease-out;
}
.hero-sidebar > ul > li.open {
    left: -426px;
}
.hero-sidebar .btn {
    position: relative;
    display: flex;
    gap: 21px;
    transform: rotate(-90deg);
    padding: 13px 28px 13px 20px;
    border-radius: 18px 18px 0 0;
    margin: 0 -117px 0 0px;
    left: -59px;
}
.hero-sidebar .btn img {
    width: 28px;
    min-width: 28px;
    transform: rotate(90deg);
    top: 0;
}
.hero-sidebar .btn:hover {
    color: var(--sk-white);
    background: linear-gradient(51.45deg, #FFA647 5.23%, #EC8300 84.59%);
}
.hero-sidebar .btn.btn-dark:hover {
    color: var(--sk-white);
    background: linear-gradient(323.41deg, #002D3E 7.68%, #0B4D66 80.84%);
}
.hero-sidebar-info {
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
    border-radius: 18px 0px 0 18px;
    padding: 48px 73px 47px 33px;
}
.hero-sidebar-info .sub-title {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
.hero-sidebar-info p {
    font-size: 37px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.hero-sidebar-info ul {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    gap: 3px;
}
.hero-sidebar-info ul li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.hero-sidebar-info ul li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.hero-sidebar-info ul li a:hover {
    color: var(--sk-orange-one);
}
.hero-sidebar-info ul li a img {
    min-width: 19px;
    width: 19px;
}
.close-btn {
    position: absolute;
    display: flex;
    right: 22px;
    top: 19px;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
}
.close-btn img {
    width: 100%;
}
.contact-form {
    max-width: 624px;
}
.contact-form .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 20px;
}
.input-div {
    position: relative;
    display: block;
    width: 100%;
}
.input-div input,
.input-div textarea {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--sk-white);
    padding: 10px 20px;
    border-radius: 18px;
    box-shadow: none;
    border: none;
    color: var(--sk-primary);
}
.input-div textarea {
    height: 192px;
}
.input-div input::placeholder,
.input-div textarea::placeholder {
    opacity: 1;
    color: var(--sk-primary);
}
.wpcf7-list-item {
    display: block;
    margin: 0;
}
.max-width-494 {
    max-width: 494px;
}
.check-div label {
    position: relative;
    display: block;
    margin: 0;
    color: var(--sk-white);
    font-size: 14px;
    line-height: 1.3;
    padding-left: 30px;
}
.check-div label a {
	color: var(--sk-white);
}
.jq-checkbox {
    position: absolute !important;
    left: 0;
    top: 2px;
    width: 16px;
    height: 15px;
    background-color: var(--sk-white);
    border-radius: 0;
    border: none;
}
.jq-checkbox.checked .jq-checkbox__div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jq-checkbox.checked .jq-checkbox__div:before {
    position: absolute;
    content: '';
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/check.svg) no-repeat center;
    background-size: 10px;
}
.submit-btn .btn {
    border-radius: 18px;
}

/* SECTION-1-1 */
#section-1 {
	display: grid;
	grid-template-areas: "stackSectionOne"
}
#section-1 .section-column {
	grid-area: stackSectionOne;
}
.workflow-caption .desc {
	display: flex;
	flex-wrap: wrap;
	white-space: pre;
}
.workflow-caption .desc .prop {
	display: block;
}
#AGENTUR {
	overflow: hidden;
}
:root {
	--blob-scale: 1;
}
.blob-container {
	position: absolute;
	margin: auto;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	top: -10px;
	left: -10px;
	filter: blur(30px) contrast(40);
}
.blob-bg {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: white;
}
.left-back,
.right-back {
	--size: calc(23rem * var(--blob-scale));
	display: block;
	margin: auto;
	width: var(--size);
	height: var(--size);
	position: absolute;
	top: calc(50% - calc(var(--size)/2));
	left: 0;
	box-sizing: border-box;
	border: solid calc(var(--size) * 0.1) gray;
	background-color: white;
	border-radius: 50%;
}
.right-back {
	left: 0;
}
.blob-left,
.blob-right {
	--size: calc(14rem * var(--blob-scale));
	background-color: black;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - calc(var(--size)/2));
	left: 0;
	width: var(--size);
	height: var(--size);
}
.blob-right {
	left: 0;
}
.bubble-effect {
	mix-blend-mode: multiply;
	position: relative;
	width: 0.625rem;
	height: 0.625rem;
	margin-top: -0.625rem;
	top: 50%;
	left: 50%;
	background-color: red;
}
.bubble-effect .bub {
	--size: calc(10.25rem * var(--blob-scale));
	position: absolute;
	width: var(--size);
	height: var(--size);
	top: 0;
	left: 0;
	transform: translate(-90%, -90%);
	border: solid calc(var(--size) * 0.4) #c8c8c8;
/* 	background-color: black; */
	border-radius: 50%;
	background: linear-gradient(130.56deg, rgba(113, 176, 192, 0.7) 15.97%, rgba(210, 236, 243, 0.7) 79.89%);

}
.blob-left .bubble-effect:nth-child(1) .bub {
	transform: translate(calc(var(--size) * 0.4512), calc(var(--size) * -0.4451));
}
.blob-left .bubble-effect:nth-child(2) .bub {
	transform: translate(calc(var(--size) * -0.04878), calc(var(--size) * 0.2439));
}
.blob-left .bubble-effect:nth-child(3) .bub {
	transform: translate(calc(var(--size) * 0.27444), calc(var(--size) * -1.0427317));
}
.blob-left .bubble-effect:nth-child(4) .bub {
	transform: translate(calc(var(--size) * -0.3598), calc(var(--size) * -0.7561));
}
.blob-left .bubble-effect:nth-child(5) .bub {
	transform: translate(calc(var(--size) * 0.408585), calc(var(--size) * 0.048780));
}
.blob-left .bubble-effect:nth-child(6) .bub {
	transform: translate(calc(var(--size) * 0.36585), calc(var(--size) * -0.06098));
}
.blob-left .bubble-effect:nth-child(7) .bub {
	transform: translate(calc(var(--size) * -0.4878), calc(var(--size) * 0.060975));
}

.phase-2 .blob-left .bubble-effect:nth-child(1) .bub {
	transform: translate(calc(calc(var(--size) * -1) - 50%), 0px);
}
.phase-2 .blob-left .bubble-effect:nth-child(2) .bub {
	transform: translate(calc(calc(var(--size) * 0) - 50%), 0px);
}
.phase-2 .blob-left .bubble-effect:nth-child(3) .bub {
	transform: translate(calc(calc(var(--size) * 1) - 50%), 0px);
}
.phase-2 .blob-left .bubble-effect:nth-child(4) .bub {
	display: none;
}
.phase-2 .blob-left .bubble-effect:nth-child(5) .bub {
	display: none;
}
.phase-2 .blob-left .bubble-effect:nth-child(6) .bub {
	display: none;
}
.phase-2 .blob-left .bubble-effect:nth-child(7) .bub {
	display: none;
}

.blob-right .bubble-effect:nth-child(1) .bub {
	transform: translate(calc(var(--size) * 0.02439), calc(var(--size) * 0.08536));
}
.blob-right .bubble-effect:nth-child(2) .bub {
	transform: translate(calc(var(--size) * 0.08536), calc(var(--size) * 0.201268));
}
.blob-right .bubble-effect:nth-child(3) .bub {
	transform: translate(calc(var(--size) * 0.43297), calc(var(--size) * -0.7317));
}
.blob-right .bubble-effect:nth-child(4) .bub {
	transform: translate(calc(var(--size) * 0.56712), calc(var(--size) * -0.3842));
}
.blob-right .bubble-effect:nth-child(5) .bub {
	transform: translate(calc(var(--size) * 0.06712), calc(var(--size) * 0.0793));
}
.blob-right .bubble-effect:nth-child(6) .bub {
	transform: translate(calc(var(--size) * -0.36585), 0);
}
.blob-right .bubble-effect:nth-child(7) .bub {
	transform: translate(calc(var(--size) * 0.50614), calc(var(--size) * 0.09756));
}

.phase-2 .blob-right, .phase-2 .right-back {
	display: none;
}

.picture {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -30px;
	left: 0;
	background-image: url("https://www.punktlandung.at/wp-content/uploads/2024/12/section-1-abstract-bg.svg");
	background-image: url("https://www.punktlandung.at/wp-content/uploads/2024/12/section-1-abstract-bg.svg");
	background-size: cover;
	mix-blend-mode: lighten;
}
.blob-container, .bubble-effect {
	-webkit-transform: translateZ(0)
}

#final-text .prop {
	opacity: 0;
	visibility: hidden;
}

/* SECTION 2 */

.scrollable-2,
.scrollable-1,
.scrollable-3 {
    position: relative;
    width: 100%;
}
#image-content-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}
.left-right-section > .row > div {
    position: relative;
}
.left-right-section {
	position: absolute;
	width: 100%;
}
.sticky-section-1 {
	z-index: 3;
}
.sticky-section-2 {
	z-index: 2;
}
.sticky-section-3 {
	z-index: 1;
}

:where(.sticky-section-1, .sticky-section-2, .sticky-section-3) .grid-image-container {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#popup-contact-form .modal-dialog {
	max-width: 900px;
}
#popup-contact-form .btn-close {
	position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: var(--sk-gray);
    border-radius: 50%;
    font-size: 0;
    opacity: 1;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
#popup-contact-form .btn-close img {
	width: 15px;
}
#popup-contact-form .modal-body {
    padding: 50px 30px;
}
#popup-contact-form form .row {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 30px;
}
#popup-contact-form textarea,
#popup-contact-form .input-div input, #popup-contact-form .input-div textarea {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--sk-white);
    padding: 10px 20px;
    border-radius: 18px;
    box-shadow: none;
    border: 1px solid var(--sk-primary);
    color: var(--sk-primary);
}
#KONTAKT .full-height-img {
    height: 100%;
}
#popup-contact-form .wpcf7-form-control.wpcf7-radio {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}
#popup-contact-form .wpcf7-form-control.wpcf7-radio label {
	position: relative;
	padding-left: 30px;
}
#popup-contact-form .wpcf7-form-control.wpcf7-radio label .jq-radio {
	position: absolute !important;
	left: 0;
	top: 5px;
	width: 18px;
	height: 18px;
	border: 2px solid var(--sk-primary);
}
#popup-contact-form .wpcf7-form-control.wpcf7-radio label .jq-radio.checked .jq-radio__div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#popup-contact-form .wpcf7-form-control.wpcf7-radio label .jq-radio.checked .jq-radio__div:before {
	position: absolute;
	content: '';
	left: 2px;
	top: 2px;
	width: 10px;
	height: 10px;
	background-color: var(--sk-primary);
	border-radius: 50%;
}
#popup-contact-form .check-div label {
	color: currentcolor;
}
#popup-contact-form .check-div .jq-checkbox {
    position: absolute !important;
    left: 0;
    top: 2px;
    width: 16px;
    height: 15px;
    background-color: transparent;
    border-radius: 0;
    border: 2px solid var(--sk-secondary);
}
#popup-contact-form .wpcf7 form .wpcf7-response-output {
    color: currentColor;
}
@media (min-width: 768px) {
	#image-content-grid {
		position: relative;
		width: 100%;
		height: 100vh;
		min-height: 100vh;
		overflow: hidden;
	}
}

.grid-image-container {
	position: relative;
	z-index: 3;
}

.wpcf7 form .wpcf7-response-output {
   color: #fff;
}
.reference-section .testimonial-slider.owl-carousel .owl-nav {
	position: absolute;
	left: 0;
	top: 44%;
	transform: translateY(-50%);
	width: 100%;
	margin: 0;
}
.reference-section .testimonial-slider.owl-carousel .owl-nav .owl-prev,
.reference-section .testimonial-slider.owl-carousel .owl-nav .owl-next {
	position: absolute;
	left: -70px;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	margin: 0;
	width: 40px;
	height: 40px;
	background-color: transparent;
	font-size: 0;
	border-radius: 50%;
	border: 2px solid #000;
}
.reference-section .testimonial-slider.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: 0px;
}
.reference-section .testimonial-slider.owl-carousel .owl-nav .owl-prev:after,
.reference-section .testimonial-slider.owl-carousel .owl-nav .owl-next:after {
	position: absolute;
	content: '';
	display: flex;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 20px;
	height: 20px;
	background: url(../images/arrow-left.svg) no-repeat center;
	background-size: contain;
}
.reference-section .testimonial-slider.owl-carousel .owl-nav .owl-next:after {
	transform: translate(-50%,-50%) rotate(-180deg);
}
/*-------------end------------*/


/*------------sub-page--------------*/

@media (prefers-color-scheme: dark) {
/*--------main color typhography--------*/
:root {
    --sk-primary: #002D3E;
    --sk-secondary: #2A8AA2;
    --sk-text: #002D3E;
    --sk-orange-one: #FFA647;
    --sk-orange-two: #EC8300;
    --sk-blue-one: #1F6C7F;
    --sk-blue-two: #2A8AA2;
    --sk-white: #ffffff;
    --sk-black: #000000;
    --sk-gray: #D6D6D6;
    --sk-off-white: #f8f8f8;
    --sk-gray-dark: #707070;
}
/*--------End main color typhography--------*/

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

body {
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    font-family: 'Outfit';
    color: var(--sk-text);
    font-size: 20px;
    line-height: 1.5;
}

h1,h2,h3,h4,h5,h6,.font-40,div.maxtitle-1,p.maxtitle-1,div.maxtitle-2,p.maxtitle-2,div.maxtitle-3,p.maxtitle-3,div.maxtitle-4,p.maxtitle-4,div.maxtitle-5,p.maxtitle-5,div.maxtitle-6,p.maxtitle-6 {
    margin: 0 0 15px 0;
    line-height: 1.1;
    letter-spacing: 0;
    color: var(--sk-primary);
    font-weight: 800;
    font-family: 'Outfit';
}

h1,
h1.maxtitle-1,
h2.maxtitle-1,
h3.maxtitle-1,
h4.maxtitle-1,
h5.maxtitle-1,
h6.maxtitle-1,
div.maxtitle-1,
p.maxtitle-1 {
    font-size: 59px;
}
h2,
h1.maxtitle-2,
h2.maxtitle-2,
h3.maxtitle-2,
h4.maxtitle-2,
h5.maxtitle-2,
h6.maxtitle-2,
div.maxtitle-2,
p.maxtitle-2  {
    font-size: 50px;
}
h3,
h1.maxtitle-3,
h2.maxtitle-3,
h3.maxtitle-3,
h4.maxtitle-3,
h5.maxtitle-3,
h6.maxtitle-3,
div.maxtitle-3,
p.maxtitle-3  {
    font-size: 37px;
}
h4,
h1.maxtitle-4,
h2.maxtitle-4,
h3.maxtitle-4,
h4.maxtitle-4,
h5.maxtitle-4,
h6.maxtitle-4,
div.maxtitle-4,
p.maxtitle-4 {
    font-size: 30px;
}
h5,
h1.maxtitle-5,
h2.maxtitle-5,
h3.maxtitle-5,
h4.maxtitle-5,
h5.maxtitle-5,
h6.maxtitle-5,
div.maxtitle-5,
p.maxtitle-5 {
    font-size: 26px;
}
h6,
h1.maxtitle-6,
h2.maxtitle-6,
h3.maxtitle-6,
h4.maxtitle-6,
h5.maxtitle-6,
h6.maxtitle-6,
div.maxtitle-6,
p.maxtitle-6 {
    font-size: 24px;
}
p {
    margin:0 0 20px;
}
strong {
    font-weight: 800;
}
ul,ol {
    padding:0 0 0 20px;
    margin: 0px 0px 20px;
}
ul li,ol li {
    margin: 0 0 0px;
    padding: 0px;
}
a { 
    color: var(--sk-primary);
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover, a:visited, a:focus{
    text-decoration: none;
    outline: none;
} 
a:hover {
    color: var(--sk-secondary);
    text-decoration: none;
}  
img {
    max-width: 100%;
}
input, textarea, a, img {
    outline: none !important;
    resize: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number] {
    -moz-appearance:textfield;
}
section:before, section:after{
    clear: both;
    display: table;
    content: "";
}
section {
    position: relative;
    clear: both;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.text-up {
    text-transform: uppercase;
}
/*input[type="text"] , input[type="password"] , input[type="email"] , input[type="url"] , input[type="phone"] , textarea{
    border: 1px solid #58646a;
    width: 100%;
    padding: 0 20px;
    background: #ffffff;
    //height: 42px;
}*/

/*textarea{
    height: 150px;
    resize: none;
    padding: 20px;
}*/
table{  
    margin-bottom: 0px;
    overflow-x: auto;
}
td , th{
    padding: 10px 20px;
    border-right: 1px solid #e1e1e1;
    background: #fff;
}
th,tr{  
    border: 1px solid #e1e1e1;
}
button:focus {
    outline: none;
}
.btn-outer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 15px 30px 13px;
    background: linear-gradient(51.45deg, #FFA647 5.23%, #EC8300 84.59%);
    box-shadow: none;
    border-radius: 18px;
    border: none;
    color: var(--sk-white);
    transition: background 0.3s linear;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1.43px;
    gap: 13px;
    text-transform: uppercase;
}
.btn img {
    display: flex;
    width: 20px;
    min-width: 20px;
    position: relative;
    top: 4px;
}
.btn:hover {
    color: var(--sk-white);
    text-decoration: none;
    background: linear-gradient(315deg, #1F6C7F 0.03%, #2A8AA2 100%);
}
.btn.btn-secondary {
    background: linear-gradient(315deg, #1F6C7F 0.03%, #2A8AA2 100%);
}
.btn.btn-secondary:hover {
    background: linear-gradient(323.41deg, #002D3E 7.68%, #0B4D66 80.84%);
}
.btn.btn-dark {
    background: linear-gradient(323.41deg, #002D3E 7.68%, #0B4D66 80.84%);
}
.btn.btn-dark:hover {
    background: linear-gradient(315deg, #1F6C7F 0.03%, #2A8AA2 100%);
}
.btn:focus {
    outline: none;
}
.content-title,
.content-row,
.content-info,
.content-blog,
.content-img {
    position: relative;
    width: 100%;
}
.content-info *:last-child,
.content-blog *:last-child,
.content-title *:last-child {
    margin-bottom: 0;
}
.content-middle .row > [class^="col-"] {
    align-self: center;
}
.content-bottom .row > [class^="col-"] {
    align-self: flex-end;
}
.center-align {
    text-align: center;
}
.right-align {
    text-align: right;
}
.gallery-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}
.gallery-item img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-out;
}
.gallery-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.scroll-top {
    position: fixed;
    display: inline-block;
    width: 40px;
    height: 40px;
    bottom: 90px;
    right: 15px;
    background-color: var(--sk-primary);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.scroll-top:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    background: url(../images/angle-up.svg) no-repeat center;
    background-size: contain;
}
.scroll-top.sticky {
    opacity: 1;
    visibility: visible;
}
.equal-column > .row > [class^="col-"] {
    flex: 1;
}
.row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0px;
   padding-left: 0;
}
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color span,
.white-color {
    color: var(--sk-white);
}
.black-color {
    color: var(--sk-text);
}
.bg-black {
    background-color: var(--sk-text);
}
.bg-primary {
    background-color: var(--sk-primary) !important;
}
.bg-orange {
    background-color: var(--sk-orange-one);
}
.bg-secondary {
    background-color: var(--sk-secondary) !important;
}
.bg-gray {
    background-color: var(--sk-off-white);
}
.bg-light {
    background-color: var(--sk-light) !important;
}
/*---------header-part---------*/

.main-part {
    position: relative;
    overflow: hidden;
}
.main-area,
.main-area:not(.main-vertical)>.container,
.main-content-wrap,
.main-col,
.main-element {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}
.main-area {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: stretch
}
.main-content-wrap {
    width: 100%;
}
.main-col {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.main-col.main-left-col {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.main-col.main-center-col,
.main-area .main-element {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.main-col.main-right-col {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.main-col:empty {
    display: none
}

.main-area.main-content-top .main-col {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.main-area.main-content-middle .main-col,
.main-area .main-element {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.main-area.main-content-bottom .main-col {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.row,
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.875rem;
}
.container-fluid {
    padding-left: 98px;
    padding-right: 98px;
}
.header-part {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 42px 0;
}
body.logged-in.admin-bar .header-part {
    top:32px;
}
.header-logo {
    position: relative;
    display: flex;
}
.header-logo img {
    width: 355px;
    height: auto;
    display: flex;
}
.main-menu {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.main-menu > li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0;
    margin: 0 29px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main-menu > li:last-child {
    margin-right: 0;
}
.main-menu > li > a {
    display: inline-block;
    position: relative;
    color: var(--sk-white);
    font-size: 17px;
    line-height: 1.3;
    padding: 4px 0 0;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} 
.main-menu > li:hover > a {
    color: var(--sk-secondary);
}
.main-menu > li.menu-btn > a {
    padding: 15px 30px 14px;
    background: linear-gradient(51.45deg, #FFA647 5.23%, #EC8300 84.59%);
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1.43px;
    color: var(--sk-white);
}
.main-menu > li.menu-btn > a:hover {
    background: linear-gradient(315deg, #1F6C7F 0.03%, #2A8AA2 100%);
    color: var(--sk-white);
}
/*------mobile-menu-------*/
body.sk-hidden  {
    overflow: hidden;
}
.menu-active .header-part {
    position: fixed;
}
.menu-active .desktop-header {
    display: none;
}
.menu-active .mobile-header {
    display: block;
}
.menu-active .main-col.main-left-col {
    display: none;
}
.mobile-header {
    display: none;
}
.desktop-header,
.mobile-header {
    width: 100%;
}
.canvas-menu .sk-dropdown-toggle {
    width: 60px;
    height: 60px;
    position: relative;
    display: inline-block;
	border: 3px solid #fff;
	border-radius: 50%;
    margin-left: 30px;
	background-color: #fff;
}
.canvas-menu .sk-dropdown-toggle span {
    position: absolute;
    display: inline-block;
    width: 34px;
    left: 10px;
    top: 25px;
    height: 4px;
    background-color: var(--sk-secondary);
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.canvas-menu .sk-dropdown-toggle span:before {
    position: absolute;
    display: inline-block;
    content: '';
    left: 0;
    top: -12px;
    width: 100%;
    height: 4px;
    background-color: var(--sk-secondary);
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.canvas-menu .sk-dropdown-toggle span:after {
    position: absolute;
    display: inline-block;
    content: '';
    left: 0;
    top: 12px;
    width: 100%;
    height: 4px;
    background-color: var(--sk-secondary);
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.canvas-menu .sk-dropdown-toggle.open span {
    transform: translate3d(0,0px,0) rotate(45deg);
}
.canvas-menu .sk-dropdown-toggle.open span:before {
    transform: rotate(-45deg) translate3d(12px,-12px,0);
    opacity: 0;
}
.canvas-menu .sk-dropdown-toggle.open span:after {
    transform: translate3d(0,-12px,0) rotate(-90deg);
}
.canvas-menu .sk-dropdown-toggle::after {
    display: none;
}
.mobile-header .canvas-menu {
    z-index: 99999;
}
.sk-offcanvas-content {
    position: fixed;
    right: 0;
    width: 100%;
    max-width: 530px;
    top: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    padding: 140px 70px 50px;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}
.sk-offcanvas-content:before {
    position: absolute;
    content: '';
    display: flex;
    left: -7%;
    top: -70%;
    width: 1090px;
    height: 1090px;
    border-radius: 102% 12% 116% 130%;
    border-radius: 50%;
    box-shadow: 0 0px 50px rgba(0, 0, 0, 0.1);
    background-color: var(--sk-white);
}
.sk-offcanvas-content.open {
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
} 
.sk-offcanvas-content .wp-sidebar {
    overflow-x: hidden;
    height: 100%;
    padding: 0px;  
    margin: 0;
}
.sk-offcanvas-content .header-logo {
    margin-bottom: 30px;
    align-items: flex-start;
    justify-content: flex-start;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    margin: auto;
    padding: 0;
}
ul.sk-mobile-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.sk-nav-menu > li {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    float: left;
    display: inline-block;
    padding: 0;
}
ul.sk-mobile-menu > li {
    position: relative !important;
    display: block;
    width: 100%;
    padding: 12px 0;
}
ul.sk-mobile-menu > li > a {
    color: var(--sk-primary);
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
    display: block;
    letter-spacing: 0;
    text-decoration: none;
}
ul.sk-mobile-menu > li:hover > a {
    color: var(--sk-orange-one);
} 
ul.sk-mobile-menu > li.menu-btn > a {
    color: var(--sk-white);
    border-radius: 12px;
    padding: 12px 20px 10px;
    background: linear-gradient(51.45deg, #FFA647 5.23%, #EC8300 84.59%);
    font-size: 24px;
    letter-spacing: 1.43px;
    display: inline-block;
}
ul.sk-mobile-menu > li.menu-btn > a:hover {
    background: linear-gradient(315deg, #1F6C7F 0.03%, #2A8AA2 100%);
}
/*-------------end-----------------*/

/*---------main-part---------*/

body.sk-hidden {
    overflow: hidden;
}

.mt-100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.pt-110 {
    padding-top: 110px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.mt-90 {
    margin-top: 90px;
}
.mb-90 {
    margin-bottom: 90px;
}
.pt-90 {
    padding-top: 90px;
}
.pb-90 {
    padding-bottom: 90px;
}
.mt-80 {
    margin-top: 80px;
}
.mb-80 {
    margin-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.mt-70 {
    margin-top: 70px;
}
.mb-70 {
    margin-bottom: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pb-35 {
    padding-bottom: 35px;
}
.mt-25 {
    margin-top: 25px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.pt-10 {
    padding-top: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}
.content-title .maxtitle-1 span,
.content-title .maxtitle-2 span,
.content-title .maxtitle-3 span,
.content-title .maxtitle-4 span,
.content-title .maxtitle-5 span,
.content-title .maxtitle-6 span {
    color: var(--sk-secondary);
}

.hero-banner {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 200px 0 60px;
}
.hero-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.hero-banner .container {
    position: relative;
    z-index: 1;
}
.max-width-858 {
    max-width: 876px;
    margin-right: auto;
    margin-left: auto;
}
.hero-caption h1 {
    font-weight: 300;
	margin-bottom: 25px;
    text-transform: uppercase;
}
.hero-caption h1 strong {
    font-weight: 700;
    display: block;
}
.hero-caption p {
    font-size: 23px;
    line-height: 1.3;
    max-width: 456px;
	margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
}
.hero-caption .btn-outer {
    margin-top: 25px;
}
.btn.btn-play:hover {
    background: linear-gradient(323.41deg, #002D3E 7.68%, #0B4D66 80.84%);
}
.btn.btn-play i {
    position: relative;
    display: flex;
    margin: -5px 0 -5px -10px;
}
.btn.btn-play img {
    width: 30px;
    min-width: 30px;
    top: -0px;
}
.btn.btn-arrow i {
    position: relative;
    display: flex;
    margin: -6px 0 -5px -10px;
}
.btn.btn-arrow img {
    width: 29px;
    min-width: 29px;
    top: -0px;
}
.hero-caption .btn-outer .btn {
    min-width: 264px;
    font-size: 14px;
    border-radius: 18px;
	transform: scale(1);
	transition: all 0.3s linear;
	justify-content: center;
}
.hero-caption .btn-outer .btn:hover {
	box-shadow: 0 5px 11px #808080;
	transform: scale(1.05);
}
.icon-row > .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 50px;
}
.icon-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    gap: 30px;
}
.icon-blog *:last-child {
    margin-bottom: 0;
}
.icon-img {
    position: relative;
    display: flex;
    margin: auto;
}
.icon-img img {
    height: 100px;
    object-fit: contain;
}
.icon-blog p {
    font-weight: 600;
    font-size: 20px;
}
.full-height-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6rem 0;
}
.match-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
}
.max-width-641 {
    max-width: 641px;
    margin-left: auto;
    margin-right: auto;
}
.match-section .content-title {
	display: grid;
	grid-template-areas: "stack";
}
.match-section .content-title .content {
	grid-area: stack;
}
.match-section .content-title h2 {
    font-size: 80px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--sk-primary);
}
.match-section .content-title h3 {
    color: var(--sk-secondary);
    text-transform: none;
    font-weight: 600;
    font-size: 37px;
}
.vector-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.vector-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.workflow-caption {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
}
.workflow-caption h2 {
    font-size: 140px;
    text-transform: uppercase;
}
.workflow-caption h2 span {
    display: block;
}
.workflow-caption h2 span:nth-child(2) {
    text-align: center;
}
.workflow-caption h2 span:nth-child(3) {
    text-align: right;
    padding-right: 190px;
}
.workflow-caption p {
    max-width: 318px;
    font-size: 26px;
    line-height: 1.2;
    margin: 0 300px 0 auto;
}
.workflow-caption .btn-link {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 100px;
	text-decoration: none;
}
.workflow-caption .btn-link a {
    font-weight: 700;
    text-decoration: none;
}
.workflow-caption .btn-link a span {
    text-decoration: none;
}
.initial .letter:nth-child(1), .initial .letter:nth-child(2) {
	color: var(--sk-blue-two);
}
.final .letter:nth-child(4), .final .letter:nth-child(5) {
	color: var(--sk-blue-two);
}
.full-height-div {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 98px;
}
.full-height-img {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-blue-linear {
    position: relative;
    background: linear-gradient(315deg, #1F6C7F 0.03%, #2A8AA2 100%);
}
.bg-orange-linear {
    position: relative;
    background: linear-gradient(51.45deg, #FFA647 5.23%, #EC8300 84.59%);
}
.bg-dark-blue-linear {
    position: relative;
    background: linear-gradient(323.41deg, #002D3E 7.68%, #0B4D66 80.84%);
}
.sub-title {
    position: relative;
    display: block;
    font-size: 37px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 10px;
}
.full-height-div h2 {
    font-size: 80px;
    font-weight: 800;
}
.full-height-div .content-title p {
    margin-bottom: 30px;
    max-width: 574px;
}
.full-height-div .content-title p a {
    font-size: 25px;
    font-weight: 600;
    color: var(--sk-white);
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}
.full-height-div .content-title p a:hover {
    text-decoration: underline;
}
.full-height-div .content-title *:last-child {
    margin-bottom: 0;
}
.blue-vector-left {
    position: absolute;
    left: 41%;
    width: 100%;
    height: 90%;
    display: flex;
    top: 50%;
    transform: translate(-50%, -50%);
}
.blue-vector-left img {
    display: flex;
    width: 100%;
    object-fit: contain;
}
.blue-vector-left.right-side {
    left: 28%;
}
.post-title {
    display: block;
    margin-bottom: 15px;
}
.blue-heading h2 {
    text-transform: uppercase;
    color: var(--sk-secondary);
}
.blog-row > .row {
    --bs-gutter-y: 39px;
    --bs-gutter-x: 39px;
}
.blog-post {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
	padding-bottom: 100%;
}
.blog-post img {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.blog-post video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}
.blog-post:hover video {
    opacity: 1;
    visibility: visible;
}
.blog-post-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.3s ease-out;
}
.blog-post:hover .blog-post-info {
    bottom: 0;
}
.blog-post-info:before {
    position: absolute;
    content: '';
    display: flex;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, #001016 1.88%, rgba(0, 8, 12, 0.0001) 100%);
}
.blog-post-info *:last-child {
    margin-bottom: 0;
}
.blog-post-info h3 {
    position: relative;
    color: var(--sk-white);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
}
.blog-post-info p {
    position: relative;
    color: var(--sk-white);
    display: none;
    margin-top: 5px;
}
.video-vector-left {
    position: absolute;
    left: 0;
    bottom: 10%;
}
.video-vector-right {
    position: absolute;
    right: 0;
    top: 20%;
}
.bg-linear {
    background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
}
.reference-section .content-title .sub-title {
    font-size: 34px;
}
.reference-section .content-title h2 {
    color: var(--sk-secondary);
    font-size: 80px;
    font-weight: 800;
}
.reference-row > .row {
    --bs-gutter-x: 90px;
}
.reference-img img {
    height: auto;
}
.testimonial-slider-item {
	max-width: 734px;
    margin-left: auto;
    margin-right: auto;
	padding-right: 60px;
}
.testimonial-cat {
    position: relative;
    display: block;
    color: var(--sk-secondary);
    margin-bottom: 10px;
}
.testimonial-slider-item p {
    margin-bottom: 15px;
}
.testimonial-title {
    position: relative;
    display: block;
    font-size: 37px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 5px;
}
.testimonial-position {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.3;
    color: var(--sk-secondary);
}
.testimonial-slider.owl-carousel .owl-dots {
    position: relative;
    margin-top: 15px;
    line-height: 1;
	text-align: center;
}
.testimonial-slider.owl-carousel .owl-dot {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: var(--sk-gray);
    border-radius: 50%;
    margin: 8px 8px 0px 0;
}
.testimonial-slider.owl-carousel .owl-dot.active {
    background-color: #E39218;
}
.left-right-section.heigh-auto .full-height-div {
    min-height: inherit;
    padding-top: 70px;
}
.left-right-section.heigh-auto .full-height-div h2 {
    font-size: 50px;
    line-height: 1;
}
.left-right-section.heigh-auto .blue-vector-left {
    top: 55%;
    height: 94%;
    width: 62%;
    left: 4%;
}
.left-right-section.heigh-auto .full-height-img {
    height: 100%;
}
.left-right-section.heigh-auto .content-title p {
    margin-bottom: 10px;
}
.left-right-section.heigh-auto .content-title *:last-child {
    margin-bottom: 0;
}
/*-------------end------------*/

/*--------footer--------*/
.footer-part {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--sk-primary);
    padding: 90px 0 47px;
}
.footer-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}
.footer-col {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 15px 31px;
    align-items: flex-start;
    color: var(--sk-white);
}
.footer-logo {
    position: relative;
    display: block;
    margin-bottom: 25px;
}
.footer-logo img {
    width: 324px;
    display: flex;
}
.footer-col *:last-child {
    margin-bottom: 0;
}
.footer-col p {
    max-width: 442px;
    margin-bottom: 20px;
}
.footer-col p a {
    color: var(--sk-white);
    text-decoration: none;
}
.footer-col p a:hover {
    color: var(--sk-white);
    text-decoration: underline;
}
.footer-col p a.btn:hover {
	text-decoration: none;
}
.span-heading {
    position: relative;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 6px;
}
.footer-social {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
    margin: 0px 0 30px;
}
.footer-social li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.footer-social li a {
    position: relative;
    display: flex;
    line-height: 1.3;
    font-weight: 400;
    color: var(--sk-white);
    text-decoration: none;
}
.footer-social li a img {
	display: flex;
	width: 32px;
}
.footer-social li a:hover {
    color: var(--sk-orange-one);
}
.footer-menu {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0 0 0;
    gap: 0px;
}
.footer-menu li:before {
	position: relative;
	display: flex;
	content: '|';
	color: #fff;
	font-size: 15px;
	margin: 0 5px;
}
.footer-menu li:first-child:before {
	display: none;
}
.footer-menu li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.footer-menu li a {
    position: relative;
    display: flex;
    color: var(--sk-white);
    text-decoration: none;
    text-transform: uppercase;
	font-size: 15px;
}
.footer-menu li a:hover {
    color: var(--sk-white);
	text-decoration: underline;
}
.hero-sub-banner {
    min-height: 500px;
    padding: 250px 0 100px;
    background-color: #000;
    color: #fff;
    text-align: center;
}
.hero-sub-banner h1,
.hero-sub-banner h2,
.hero-sub-banner h3,
.hero-sub-banner h4,
.hero-sub-banner h5,
.hero-sub-banner h6,
.hero-sub-banner p {
    color: #fff;
}
.error404 {
    background-color: #000;
}
.error-section {
    padding: 250px 0 150px;
    background-color: #000;
    color: #fff;
}
.grid-80 > .row {
    --bs-gutter-x: 80px;
}
.error-section h2 {
    font-size: 150px;
    color: var(--sk-blue-two);
}
.hero-sub-banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate3d(100%, -50%, 0);
    z-index: 9999;
	will-change: transform;
	transition: 0.3s ease-out ;
	opacity: 0;
	visibility: hidden;
}
.hero-sidebar.active {
	transform: translate3d(0, -50%, 0)
}
.hero-sidebar.sticky {
    position: fixed;
	opacity: 1;
	visibility: visible;
}
.hero-sidebar > ul {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: -100px -428px 0 0;
    gap: 65px;
}
.hero-sidebar > ul > li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    left: 0;
    transition: all 0.5s ease-out;
}
.hero-sidebar > ul > li.open {
    left: -426px;
}
.hero-sidebar .btn {
    position: relative;
    display: flex;
    gap: 21px;
    transform: rotate(-90deg);
    padding: 13px 28px 13px 20px;
    border-radius: 18px 18px 0 0;
    margin: 0 -117px 0 0px;
    left: -59px;
}
.hero-sidebar .btn img {
    width: 28px;
    min-width: 28px;
    transform: rotate(90deg);
    top: 0;
}
.hero-sidebar .btn:hover {
    color: var(--sk-white);
    background: linear-gradient(51.45deg, #FFA647 5.23%, #EC8300 84.59%);
}
.hero-sidebar .btn.btn-dark:hover {
    color: var(--sk-white);
    background: linear-gradient(323.41deg, #002D3E 7.68%, #0B4D66 80.84%);
}
.hero-sidebar-info {
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
    border-radius: 18px 0px 0 18px;
    padding: 48px 73px 47px 33px;
}
.hero-sidebar-info .sub-title {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
.hero-sidebar-info p {
    font-size: 37px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.hero-sidebar-info ul {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    gap: 3px;
}
.hero-sidebar-info ul li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.hero-sidebar-info ul li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.hero-sidebar-info ul li a:hover {
    color: var(--sk-orange-one);
}
.hero-sidebar-info ul li a img {
    min-width: 19px;
    width: 19px;
}
.close-btn {
    position: absolute;
    display: flex;
    right: 22px;
    top: 19px;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
}
.close-btn img {
    width: 100%;
}
.contact-form {
    max-width: 624px;
}
.contact-form .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 20px;
}
.input-div {
    position: relative;
    display: block;
    width: 100%;
}
.input-div input,
.input-div textarea {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--sk-white);
    padding: 10px 20px;
    border-radius: 18px;
    box-shadow: none;
    border: none;
    color: var(--sk-primary);
}
.input-div textarea {
    height: 192px;
}
.input-div input::placeholder,
.input-div textarea::placeholder {
    opacity: 1;
    color: var(--sk-primary);
}
.wpcf7-list-item {
    display: block;
    margin: 0;
}
.max-width-494 {
    max-width: 494px;
}
.check-div label {
    position: relative;
    display: block;
    margin: 0;
    color: var(--sk-white);
    font-size: 14px;
    line-height: 1.3;
    padding-left: 30px;
}
.check-div label a {
	color: var(--sk-white);
}
.jq-checkbox {
    position: absolute !important;
    left: 0;
    top: 2px;
    width: 16px;
    height: 15px;
    background-color: var(--sk-white);
    border-radius: 0;
    border: none;
}
.jq-checkbox.checked .jq-checkbox__div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jq-checkbox.checked .jq-checkbox__div:before {
    position: absolute;
    content: '';
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/check.svg) no-repeat center;
    background-size: 10px;
}
.submit-btn .btn {
    border-radius: 18px;
}

/* SECTION-1-1 */
#section-1 {
	display: grid;
	grid-template-areas: "stackSectionOne"
}
#section-1 .section-column {
	grid-area: stackSectionOne;
}
.workflow-caption .desc {
	display: flex;
	flex-wrap: wrap;
	white-space: pre;
}
.workflow-caption .desc .prop {
	display: block;
}
#AGENTUR {
	overflow: hidden;
}
:root {
	--blob-scale: 1;
}
.blob-container {
	position: absolute;
	margin: auto;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	top: -10px;
	left: -10px;
	filter: blur(30px) contrast(40);
}
.blob-bg {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: white;
}
.left-back,
.right-back {
	--size: calc(23rem * var(--blob-scale));
	display: block;
	margin: auto;
	width: var(--size);
	height: var(--size);
	position: absolute;
	top: calc(50% - calc(var(--size)/2));
	left: 0;
	box-sizing: border-box;
	border: solid calc(var(--size) * 0.1) gray;
	background-color: white;
	border-radius: 50%;
}
.right-back {
	left: 0;
}
.blob-left,
.blob-right {
	--size: calc(14rem * var(--blob-scale));
	background-color: black;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - calc(var(--size)/2));
	left: 0;
	width: var(--size);
	height: var(--size);
}
.blob-right {
	left: 0;
}
.bubble-effect {
	mix-blend-mode: multiply;
	position: relative;
	width: 0.625rem;
	height: 0.625rem;
	margin-top: -0.625rem;
	top: 50%;
	left: 50%;
	background-color: red;
}
.bubble-effect .bub {
	--size: calc(10.25rem * var(--blob-scale));
	position: absolute;
	width: var(--size);
	height: var(--size);
	top: 0;
	left: 0;
	transform: translate(-90%, -90%);
	border: solid calc(var(--size) * 0.4) #c8c8c8;
	background-color: black;
	border-radius: 50%;
}
.blob-left .bubble-effect:nth-child(1) .bub {
	transform: translate(calc(var(--size) * 0.4512), calc(var(--size) * -0.4451));
}
.blob-left .bubble-effect:nth-child(2) .bub {
	transform: translate(calc(var(--size) * -0.04878), calc(var(--size) * 0.2439));
}
.blob-left .bubble-effect:nth-child(3) .bub {
	transform: translate(calc(var(--size) * 0.27444), calc(var(--size) * -1.0427317));
}
.blob-left .bubble-effect:nth-child(4) .bub {
	transform: translate(calc(var(--size) * -0.3598), calc(var(--size) * -0.7561));
}
.blob-left .bubble-effect:nth-child(5) .bub {
	transform: translate(calc(var(--size) * 0.408585), calc(var(--size) * 0.048780));
}
.blob-left .bubble-effect:nth-child(6) .bub {
	transform: translate(calc(var(--size) * 0.36585), calc(var(--size) * -0.06098));
}
.blob-left .bubble-effect:nth-child(7) .bub {
	transform: translate(calc(var(--size) * -0.4878), calc(var(--size) * 0.060975));
}

.phase-2 .blob-left .bubble-effect:nth-child(1) .bub {
	transform: translate(calc(calc(var(--size) * -1) - 50%), 0px);
}
.phase-2 .blob-left .bubble-effect:nth-child(2) .bub {
	transform: translate(calc(calc(var(--size) * 0) - 50%), 0px);
}
.phase-2 .blob-left .bubble-effect:nth-child(3) .bub {
	transform: translate(calc(calc(var(--size) * 1) - 50%), 0px);
}
.phase-2 .blob-left .bubble-effect:nth-child(4) .bub {
	display: none;
}
.phase-2 .blob-left .bubble-effect:nth-child(5) .bub {
	display: none;
}
.phase-2 .blob-left .bubble-effect:nth-child(6) .bub {
	display: none;
}
.phase-2 .blob-left .bubble-effect:nth-child(7) .bub {
	display: none;
}

.blob-right .bubble-effect:nth-child(1) .bub {
	transform: translate(calc(var(--size) * 0.02439), calc(var(--size) * 0.08536));
}
.blob-right .bubble-effect:nth-child(2) .bub {
	transform: translate(calc(var(--size) * 0.08536), calc(var(--size) * 0.201268));
}
.blob-right .bubble-effect:nth-child(3) .bub {
	transform: translate(calc(var(--size) * 0.43297), calc(var(--size) * -0.7317));
}
.blob-right .bubble-effect:nth-child(4) .bub {
	transform: translate(calc(var(--size) * 0.56712), calc(var(--size) * -0.3842));
}
.blob-right .bubble-effect:nth-child(5) .bub {
	transform: translate(calc(var(--size) * 0.06712), calc(var(--size) * 0.0793));
}
.blob-right .bubble-effect:nth-child(6) .bub {
	transform: translate(calc(var(--size) * -0.36585), 0);
}
.blob-right .bubble-effect:nth-child(7) .bub {
	transform: translate(calc(var(--size) * 0.50614), calc(var(--size) * 0.09756));
}

.phase-2 .blob-right, .phase-2 .right-back {
	display: none;
}

.picture {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -30px;
	left: 0;
	background-image: url("https://www.punktlandung.at/wp-content/uploads/2024/12/section-1-abstract-bg.svg");
	background-size: cover;
	mix-blend-mode: lighten;
}
.blob-container, .bubble-effect {
	-webkit-transform: translateZ(0)
}

#final-text .prop {
	opacity: 0;
	visibility: hidden;
}

/* SECTION 2 */

.scrollable-2,
.scrollable-1,
.scrollable-3 {
    position: relative;
    width: 100%;
}
#image-content-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}
.left-right-section > .row > div {
    position: relative;
}
.left-right-section {
	position: absolute;
	width: 100%;
}
.sticky-section-1 {
	z-index: 3;
}
.sticky-section-2 {
	z-index: 2;
}
.sticky-section-3 {
	z-index: 1;
}

:where(.sticky-section-1, .sticky-section-2, .sticky-section-3) .grid-image-container {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#popup-contact-form .modal-dialog {
	max-width: 900px;
}
#popup-contact-form .btn-close {
	position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: var(--sk-gray);
    border-radius: 50%;
    font-size: 0;
    opacity: 1;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
#popup-contact-form .btn-close img {
	width: 15px;
}
#popup-contact-form .modal-body {
    padding: 50px 30px;
}
#popup-contact-form form .row {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 30px;
}
#popup-contact-form textarea,
#popup-contact-form .input-div input, #popup-contact-form .input-div textarea {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--sk-white);
    padding: 10px 20px;
    border-radius: 18px;
    box-shadow: none;
    border: 1px solid var(--sk-primary);
    color: var(--sk-primary);
}
#KONTAKT .full-height-img {
    height: 100%;
}
#popup-contact-form .wpcf7-form-control.wpcf7-radio {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}
#popup-contact-form .wpcf7-form-control.wpcf7-radio label {
	position: relative;
	padding-left: 30px;
}
#popup-contact-form .wpcf7-form-control.wpcf7-radio label .jq-radio {
	position: absolute !important;
	left: 0;
	top: 5px;
	width: 18px;
	height: 18px;
	border: 2px solid var(--sk-primary);
}
#popup-contact-form .wpcf7-form-control.wpcf7-radio label .jq-radio.checked .jq-radio__div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#popup-contact-form .wpcf7-form-control.wpcf7-radio label .jq-radio.checked .jq-radio__div:before {
	position: absolute;
	content: '';
	left: 2px;
	top: 2px;
	width: 10px;
	height: 10px;
	background-color: var(--sk-primary);
	border-radius: 50%;
}
#popup-contact-form .check-div label {
	color: currentcolor;
}
#popup-contact-form .check-div .jq-checkbox {
    position: absolute !important;
    left: 0;
    top: 2px;
    width: 16px;
    height: 15px;
    background-color: transparent;
    border-radius: 0;
    border: 2px solid var(--sk-secondary);
}
#popup-contact-form .wpcf7 form .wpcf7-response-output {
    color: currentColor;
}
@media (min-width: 768px) {
	#image-content-grid {
		position: relative;
		width: 100%;
		height: 100vh;
		min-height: 100vh;
		overflow: hidden;
	}
}

.grid-image-container {
	position: relative;
	z-index: 3;
}

.wpcf7 form .wpcf7-response-output {
   color: #fff;
}
.reference-section .testimonial-slider.owl-carousel .owl-nav {
	position: absolute;
	left: 0;
	top: 44%;
	transform: translateY(-50%);
	width: 100%;
	margin: 0;
}
.reference-section .testimonial-slider.owl-carousel .owl-nav .owl-prev,
.reference-section .testimonial-slider.owl-carousel .owl-nav .owl-next {
	position: absolute;
	left: -70px;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	margin: 0;
	width: 40px;
	height: 40px;
	background-color: transparent;
	font-size: 0;
	border-radius: 50%;
	border: 2px solid #000;
}
.reference-section .testimonial-slider.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: 0px;
}
.reference-section .testimonial-slider.owl-carousel .owl-nav .owl-prev:after,
.reference-section .testimonial-slider.owl-carousel .owl-nav .owl-next:after {
	position: absolute;
	content: '';
	display: flex;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 20px;
	height: 20px;
	background: url(../images/arrow-left.svg) no-repeat center;
	background-size: contain;
}
.reference-section .testimonial-slider.owl-carousel .owl-nav .owl-next:after {
	transform: translate(-50%,-50%) rotate(-180deg);
}
/*-------------end------------*/
}

