/*!
Theme Name: velmut
Theme URI: https://velmut.com/
Author: VELMUT WEB SOFTWARE
Author URI: https://velmut.com/
Version: 1.1.2
Tested up to: 5.4
Requires PHP: 5.6
License: VELMUT WEB SOFTWARE
License URI: LICENSE
Text Domain: velmut
Web Dev: Metin Cicek
*/


* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

*:not(i) {
    font-family: "Aeonik Trial";
    font-style: normal;
}

html {
    overflow-x: hidden;
}

html body {
    background-color: #171717;
    overscroll-behavior: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

*:not(i) {
    font-family: "Aeonik Trial";
    font-style: normal;
}

body a,
body button,
body input {
    transition: all .4s ease-in;
}


body button {
    background-color: unset;
    border: unset;
}

body a {
    text-decoration: unset;
    color: inherit;
}

body li {
    list-style: none;
}

body ul {
    padding-left: 0;
    margin-bottom: 0;
}

body img {
    width: 100%;
    display: block;
}

input:focus,
textarea:focus,
select:focus {
    outline: 0 !important;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 0 !important;
}

#smooth-content {
    overflow: visible;
    width: 100%;
}


.morgrey-header {
    padding: 30px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}

.morgrey-header.active {
    z-index: 9999;
}

.morgrey-header.fixed-header {
    position: fixed;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.morgrey-header .header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.morgrey-header .header-row .header-item {}

.morgrey-header .header-row .header-item.logo {}

.morgrey-header .header-row .header-item.logo a {}

.morgrey-header .header-row .header-item.logo a img {
    width: 200px;
}

.morgrey-header .header-row .header-item.head-content {
    display: flex;
    align-items: center;
}

.morgrey-header .header-row .header-item.head-content ul {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-right: 40px;
}

.morgrey-header .header-row .header-item.head-content ul li {}
.morgrey-header .header-row .header-item.head-content ul li.current_page_item{}
.morgrey-header .header-row .header-item.head-content ul li.current_page_item a{
    font-weight: 600;
    color: #fff;
}

.morgrey-header .header-row .header-item.head-content ul li a {
    font-size: 16px;
    font-weight: 100;
    color: #ffffffb3;
}

.morgrey-header .header-row .header-item.head-content ul li a.menu-item {}

.morgrey-header .header-row .header-item.head-content ul li a.menu-item.active {
    color: #fff;
    font-weight: 600;
}

.morgrey-header .header-row .header-item a {}

.morgrey-header .header-row .header-item a.common-button {}


.morgrey-header .header-row .header-item.mobil-menu {}

button.mobil-menu-button {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-end;
}

button.mobil-menu-button span {
    display: inline-block;
    height: 4px;
    background-color: #fff;
    width: 30px;
}

button.mobil-menu-button span:nth-child(1) {}

button.mobil-menu-button span:nth-child(2) {
    width: 25px;
}

button.mobil-menu-button span:nth-child(3) {}

a.common-button,
button.common-button,
input[type=submit].common-button {
    background-color: #FFED48;
    font-size: 16px;
    border-radius: 50px;
    height: 50px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #171717;
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
}

button.mobil-menu-button.active {}

button.mobil-menu-button.active span {
    border-radius: 10px;
    height: 3px;
    width: 26px;
}

button.mobil-menu-button.active span:nth-child(1) {
    transform: rotate(45deg) translate(1px, 5px);
}

button.mobil-menu-button.active span:nth-child(2) {
    display: none;
}

button.mobil-menu-button.active span:nth-child(3) {
    transform: rotate(-45deg) translate(1px, -5px);
}

button.mobil-menu-button.active span:nth-child(4) {}

a.common-button span,
button.common-button span,
input[type=submit].common-button span {
    position: relative;
    z-index: 99;
}

a.common-button::before,
button.common-button::before,
input[type=submit].common-button::before {
    content: "";
    width: 102%;
    height: 102%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    border-radius: 50px;
    transform: translate(-100%, 0);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
}

a.common-button:hover,
button.common-button:hover,
input[type=submit].common-button:hover {
    color: #fff;
}

a.common-button:hover::before,
button.common-button:hover::before,
input[type=submit].common-button:hover::before {
    transform: translate(-1%);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.morgrey-hero {
    background-color: #171717;
    padding: 0;
    height: 200vh;
    /* Uzunluk önemli */
    position: relative;
    overflow: hidden;
    padding: 100px 0 0 !important;
}

.morgrey-hero::before {
    content: "";
    background: rgb(0 0 0 / 0%);
    background: -moz-linear-gradient(180deg, #17171700 0%, #000000db 100%);
    background: -webkit-linear-gradient(180deg, #17171700 0%, #000000db 100%);
    background: linear-gradient(180deg, #17171700 0%, #000000db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 999;
}

.morgrey-hero .hero-wrapper {
    height: 100vh;
    position: relative;
}

.morgrey-hero .hero-wrapper .images-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.morgrey-hero .hero-wrapper .images-content img {}

.morgrey-hero .hero-wrapper .images-content img.human {
    height: 1000px;
    object-fit: contain;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    z-index: 9;
}

.morgrey-hero .hero-wrapper .images-content .wings {}

.morgrey-hero .hero-wrapper .images-content .wings img {
    position: absolute;
    top: 370px;
    transform: translate(-50%, -50%);
    width: 500px;
    left: 50%;
    object-fit: contain;
    z-index: 0;
}

.morgrey-hero .hero-wrapper .images-content .wings img.left-wing {
    transform: translate(-100%, -50%) rotate(-60deg);
}

.morgrey-hero .hero-wrapper .images-content .wings img.right-wing {
    transform: translate(0%, -50%) rotate(60deg);
}

.morgrey-hero .hero-wrapper .text-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.morgrey-hero .hero-wrapper .text-content .once-text {
    color: #7D38E8;
    font-size: 475px;
    font-family: "Have Heart Two";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-56%, -30px) rotate(-7deg);
    text-transform: uppercase;
    line-height: .5;
    letter-spacing: 0;
}

@media only screen and (min-width: 991px) {
	.morgrey-hero .hero-wrapper .text-content .once-text{
		 -webkit-background-clip: text;
		-webkit-text-fill-color: transparent; /* Safari uyumu için */
		animation: ColorText 3s ease-in-out infinite;
		-webkit-animation: ColorText 3s ease-in-out infinite;
	}
}

@-webkit-keyframes ColorText {
    0% {
        -webkit-text-fill-color: #FFED48;
        color: #FFED48;
    }

    50% {
        -webkit-text-fill-color: #7D38E8;
        color: #7D38E8;
    }

    100% {
        -webkit-text-fill-color: #FFED48;
        color: #FFED48;
    }
}

@keyframes ColorText {
    0% {
        -webkit-text-fill-color: #FFED48;
        color: #FFED48;
    }

    50% {
        -webkit-text-fill-color: #7D38E8;
        color: #7D38E8;
    }

    100% {
        -webkit-text-fill-color: #FFED48;
        color: #FFED48;
    }
}

.morgrey-hero .hero-wrapper .text-content .second-text{
    color: #fff;
    font-size: 150px;
    position: absolute;
    left: 50%;
    top: 70px;
    transform: rotate(-5deg) translate(50%, 0);
    line-height: .5;
    text-transform: uppercase;
    font-family:"Have Heart Two";
}

.morgrey-hero .hero-wrapper .text-content .second-text p{
    font-weight: inherit;
    font-family: inherit;
    display: inline-block;
    font-size: inherit;
    margin: 0;
    line-height: inherit;
}

.morgrey-hero .hero-wrapper .text-content .second-text strong{
    font-weight: inherit;
    font-family: inherit;
    display: block;
}

.morgrey-hero .hero-wrapper .text-content .second-text span {
    font-family: inherit;
    font-size: inherit;
    margin-left: 60px;
}

.morgrey-hero .redirect-content {
    position: absolute;
    bottom: 120px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: self-end;
    gap: 20px;
    z-index: 999;
}

.morgrey-hero .redirect-content span {
    color: #fff;
    font-size: 16px;
    width: 300px;
    display: block;
    text-align: end;
    font-weight: 100;
}

.morgrey-hero .redirect-content .circle-button {}

.morgrey-hero .redirect-content .circle-button img {}

a.circle-button {}

a.circle-button img {
    width: 30px;
}

.morgrey-referance {
    margin: 40px 0 0;
}

body .morgrey-referance .morgrey-head h2 {
    font-size: 22px;
    font-weight: 100;
}

body .morgrey-head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 0 30px;
    position: relative;
    z-index: 99;
}

body .morgrey-head img{
    width: 400px;
}

body .morgrey-head h2 {
    color: #fff;
    font-size: 40px;
    margin: 0;
    font-weight: 600;
}

body .morgrey-head h2 img {
    width: auto;
    height: 35px;
}

body .morgrey-head h2 span {}

body .morgrey-head h3 {
    color: #fff;
    font-size: 28px;
    margin: 0;
    font-weight: 100;
}

body .morgrey-head h3 span {}

body .morgrey-head p {
    text-align: center;
    font-size: 16px;
    color: #ffffffb3;
    max-width: 60%;
    font-weight: 100;
    transform: translate(-20px, 0);
    opacity: 0;
}

body strong {
    font-weight: 600;
}

.morgrey-referance .swiper {}

.morgrey-referance .swiper .swiper-wrapper {}

.morgrey-referance .swiper .swiper-wrapper .swiper-slide {}

.morgrey-referance .swiper .swiper-wrapper .swiper-slide .reference-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    overflow: hidden;
}

.morgrey-referance .swiper .swiper-wrapper .swiper-slide .reference-box img {
    height: 70px;
    width: 150px;
    object-fit: contain;
    opacity: 0;
    transform: translateX(-50px);
}

.morgrey-service {
    margin: 130px 0;
    position: relative;
}

.morgrey-service::before {
    content: "";
    width: 400px;
    height: 400px;
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translate(0, -50%);
    background: rgb(0 0 0 / 0%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(360deg, hsl(223deg 62% 29% / 80%) 0%, #8357FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    border-radius: 100%;
    opacity: .2;
    filter: blur(90px);
}

.morgrey-service .morgrey-head {}

.morgrey-service .morgrey-head h2 {
    margin: 0 0 20px;
}

.morgrey-service .morgrey-head h2 span {
    opacity: 0;
    transform: translateX(-20px);
    display: inline-block;
}

.morgrey-service .morgrey-head p {}

.morgrey-service .service-wrapper {
    z-index: 9;
    position: relative;
}

.morgrey-service .service-wrapper .service-flex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.morgrey-service .service-wrapper .service-flex .service-box {
    transform: translate(-20px, 0);
    opacity: 0;
}

.morgrey-service .service-wrapper .service-flex .service-box .icon {
    margin: 0 0 20px;
    display: flex;
    justify-content: flex-start;
}

.morgrey-service .service-wrapper .service-flex .service-box .icon img {
    width: 60px;
    height: 40px;
    object-fit: contain;
}

.morgrey-service .service-wrapper .service-flex .service-box h3 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 600;
    line-height: 26px;
}

.morgrey-service .service-wrapper .service-flex .service-box p {
    color: #ffffffb3;
    font-weight: 100;
    font-size: 14px;
}

.morgrey-works {}

.morgrey-works .morgrey-head {}

.morgrey-works .morgrey-head h2 {}

.morgrey-works .works-wrapper {
    width: 100%;
    overflow: hidden;
}

.morgrey-works .works-wrapper .works-flex {
    display: flex;
    gap: 50px;
    will-change: transform;
    width: max-content;
}

.work-box {
    display: block;
    position: relative;
    flex: 0 0 40vw;
}

.work-box::before {
    content: "";
    background: rgb(0 0 0 / 0%);
    background: -moz-linear-gradient(180deg, #ffffff00 0%, #00000080 100%);
    background: -webkit-linear-gradient(180deg, #ffffff00 0%, #00000080 100%);
    background: linear-gradient(180deg, #ffffff00 0%, #00000080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 29px;
}

.work-box .image {}

.work-box .image img {
    border-radius: 30px;
    height: 100%;
}

.work-box .content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
}

.work-box .content h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}

.work-box .content span {
    font-size: 16px;
    font-weight: 100;
}

.morgrey-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 40px 0 0;
}

.morgrey-navigation button {
    background-color: #d9d9d91a;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
}

.morgrey-navigation button.prev {}

.morgrey-navigation button.next {}

.morgrey-navigation button.active {
    background-color: #FFED48;
    transform: scale(1.5);
    color: #000;
}

.morgrey-navigation button i {}

.morgrey-works .works-text {
    color: #ffffffb3;
    font-size: 16px;
    text-align: center;
    margin: 40px 0 0 0;
    font-weight: 100;
}

.morgrey-loan {
    margin: 100px 0 0;
    background-color: #141414;
    padding: 50px 0;
}

.morgrey-loan.broker-loan {
    background-color: unset;
}

.morgrey-loan .loan-content-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    transform: translate(-30px, 0);
    opacity: 0;
}

.morgrey-loan .loan-content-box .morgrey-head {
    align-items: flex-start;
}

.morgrey-loan .loan-content-box h2 {
    margin: 0 0 30px;
    max-width: 60%;
}

.morgrey-loan .loan-content-box h3 {}

.morgrey-loan .loan-content-box p {
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    margin: 0 0 30px;
}

.morgrey-loan .loan-content-box p strong{font-weight: inherit;color: #FFED48;}

.morgrey-loan .loan-content-box strong {}

.morgrey-loan .loan-content-box a {
    width: fit-content;
}

.morgrey-wizard::before {
    content: "";
    width: 500px;
    height: 500px;
    position: absolute;
    left: -250px;
    top: 50%;
    transform: translate(0, -50%);
    background: rgb(0 0 0 / 0%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(360deg, hsl(223deg 62% 29% / 80%) 0%, #8357FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    border-radius: 100%;
    opacity: .2;
    filter: blur(90px);
}

.morgrey-contact-bar {
    margin: 50px 0;
}

.morgrey-contact-bar .contact-bar-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-radius: 25px;
    padding: 30px;
    z-index: 0;
}

.morgrey-contact-bar .contact-bar-flex::before {
    content: "";
    background: rgb(0 0 0 / 0%);
    background: -moz-linear-gradient(90deg, #17171700 0%, hsl(54deg 100% 30% / 60%) 100%);
    background: -webkit-linear-gradient(90deg, #17171700 0%, hsl(54deg 100% 30% / 60%) 100%);
    background: linear-gradient(90deg, #17171700 0%, hsl(54deg 100% 30% / 60%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .4;
    border-radius: 25px;
}

.morgrey-contact-bar .contact-bar-flex .title {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 100;
    z-index: 99;
}

.morgrey-contact-bar .contact-bar-flex .title p{
    margin: 0;
}

.morgrey-contact-bar .contact-bar-flex .title span {
    display: block;
}

.morgrey-contact-bar .contact-bar-flex .title strong {}

.morgrey-contact-bar .contact-bar-flex .common-button {
    z-index: 99;
}

.morgrey-contact-bar .contact-bar-flex .bar-back {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0%);
    background: -moz-linear-gradient(90deg, #17171700 0%, hsl(54deg 100% 30% / 60%));
    background: -webkit-linear-gradient(90deg, #17171700 0%, hsl(54deg 100% 30% / 60%));
    background: linear-gradient(90deg, #17171700 0%, hsl(54deg 100% 30% / 60%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    border-radius: 30px;
    opacity: 1;
}

.morgrey-footer {}

.morgrey-footer .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 50px 0;
}

.morgrey-footer .footer-grid .grid-item {}

.morgrey-footer .footer-grid .grid-item.logo-item {}

.morgrey-footer .footer-grid .grid-item.logo-item a {
    width: fit-content;
    display: block;
    margin: 0 0 20px;
}

.morgrey-footer .footer-grid .grid-item.logo-item a img {
    width: 150px;
}

.morgrey-footer .footer-grid .grid-item.logo-item p {
    font-size: 18px;
    font-weight: 100;
    color: #ffffffb3;
    line-height: 30px;
}

.morgrey-footer .footer-grid .grid-item.menu-item .footer-menu-title {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 15px;
}

.morgrey-footer .footer-grid .grid-item.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.morgrey-footer .footer-grid .grid-item.menu-item ul {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.morgrey-footer .footer-grid .grid-item.menu-item ul li {}

.morgrey-footer .footer-grid .grid-item.menu-item ul li a {
    color: #ffffffb3;
    font-weight: 100;
    font-size: 16px;
}

.morgrey-footer .footer-grid .grid-item.form-item {}

.morgrey-footer .footer-grid .grid-item.form-item .input-box {}

.morgrey-footer .footer-grid .grid-item.form-item input[type=submit] {
    float: right;
    border: unset;
}

.morgrey-footer .copy {
    border-top: 1px solid #ffffff66;
    padding: 20px 0;
    text-align: center;
}

.morgrey-footer .copy .text {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

body .input-box {
    background-color: #fff;
    position: relative;
    border-radius: 8px;
    margin: 0 0 15px;
    height: auto;
}

body .input-box p{
    display: flex;
    align-items: center;
}
body .input-box span{}

body .input-box img {
    position: absolute;
    width: 20px;
    height: 20px;
    object-fit: contain;
    left: 10px;
    top: 15px;
}

body .input-box input,
body .input-box textarea {
    background-color: unset;
    border: unset;
    width: 100%;
    height: 100%;
    font-weight: 100;
    display: block;
    padding-left: 40px;
    font-size: 14px;
    font-weight: 100;
    color: #000;
}

body .input-box textarea {
    height: 100px;
    padding: 15px 0 0 40px;
}

body .input-box input {
    height: 50px;
}

body .input-box input::placeholder,
body .input-box textarea::placeholder {
    color: #747171;
}

.wizard-blur {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #1C3677;
    z-index: 999;
    border-radius: 30px;
    opacity: .5;
    filter: blur(100px);
}



/* BROKER PAGE */

.morgrey-broker-page {
    padding: 100px 0 0;
    position: relative;
}

.morgrey-broker-page::before {
    content: "";
    width: 450px;
    height: 450px;
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translate(0, -50%);
    background: rgb(0 0 0 / 0%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(360deg, hsl(223deg 62% 29% / 80%) 0%, #8357FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    border-radius: 100%;
    opacity: .2;
    filter: blur(90px);
}

.morgrey-broker-page::after {
    content: "";
    width: 550px;
    height: 550px;
    position: absolute;
    left: -100px;
    top: 50%;
    background: rgb(0 0 0 / 0%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(360deg, hsl(223deg 62% 29% / 80%) 0%, #8357FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    border-radius: 100%;
    opacity: .2;
    filter: blur(90px);
}

.morgrey-broker-page .borker-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 80%;
    position: relative;
    z-index: 99;
}

.morgrey-broker-page .borker-content .morgrey-head {}

.morgrey-broker-page .borker-content .morgrey-head h2 {
    font-weight: 300;
    font-size: 50px;
}

.morgrey-broker-page .borker-content .morgrey-head h2 p{
    color: inherit;
    font-size: inherit;
    opacity: 1;
    transform: unset;
    text-align: inherit;
    max-width: unset;
    font-weight: inherit;
}

.morgrey-broker-page .borker-content .morgrey-head h2 strong {}

.morgrey-broker-page .borker-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.morgrey-broker-page .borker-content .common-button {
    width: fit-content;
}

.borker-platform {
    height: 50vw;
    width: 50vw;
    position: relative;
}

.borker-platform .broker-round {
    border-radius: 100%;
    width: 50vw;
    height: 50vw;
    position: relative;
}

/*
.borker-platform .broker-round::before {
    content: "";
    width: 93.8%;
    height: 100%;
    position: absolute;
    left: 14px;
    top: 0;
    border: 1px solid #8357ff42;
    border-radius: 100%;
    z-index: 0;
}
*/

.borker-platform .broker-round .broker-human {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 9;
    position: relative;
}

.borker-platform .broker-round .broker-shape-group {
    position: absolute;
    left: 0;
    top: 0;
    width: 50vw;
    height: 50vw;
    transform-origin: center center;
    z-index: 9;
}

.borker-platform .broker-round .broker-shape-group span {
    position: absolute;
    border-radius: 100%;
}

.borker-platform .broker-round .broker-shape-group span:nth-child(1) {
    width: 24px;
    height: 24px;
    background-color: #FFED48;
    top: 50%;
    left: -10px;
    z-index: 99;
    transform: translate(0, -50%);
}

.borker-platform .broker-round .broker-shape-group span:nth-child(2) {
    width: 32px;
    height: 32px;
    background-color: #A586FD;
    top: -15px;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, 0);
}

.borker-platform .broker-round .broker-shape-group span:nth-child(3) {
    width: 24px;
    height: 24px;
    background-color: #FFED48;
    top: 50%;
    z-index: 99;
    right: -10px;
    transform: translate(0, -50%);
}

.borker-platform .broker-round .broker-shape-group span:nth-child(4) {
    width: 32px;
    height: 32px;
    background-color: #A586FD;
    bottom: -15px;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, 0);
}

.borker-platform .broker-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: rotate(-7deg);
    bottom: 50px;
    left: -50px;
    z-index: 99;
}

.borker-platform .broker-text .broker-once-text {
    font-family: "Have Heart Two";
    text-transform: uppercase;
    color: #7D38E8;
    font-size: 120px;
    line-height: 70px;
}

.borker-platform .broker-text .broker-second-text ,
.borker-platform .broker-text .broker-second-text p{
    font-family: "Have Heart Two";
    text-transform: uppercase;
    color: #fff;
    font-size: 80px;
    line-height: 50px;
}


.morgrey-broker-solutions {
    margin: 150px 0;
}

.morgrey-broker-solutions .morgrey-head {
    margin: 0 0 50px;
}

.morgrey-broker-solutions .morgrey-head::before {
    content: "";
    background-image: url(/wp-content/uploads/2025/06/morgrey-linear-icon.svg);
    width: 415px;
    height: 165px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    transform: translate(-50%, 0);
}

.morgrey-broker-solutions .morgrey-head svg {}

.morgrey-broker-solutions .morgrey-head svg path {}

.morgrey-broker-solutions .broker-solution-text {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    line-height: 50px;
    transform: translate(-5%, 0);
    opacity: 0;
}

.morgrey-broker-solutions .broker-solution-text strong {}

.morgrey-packages {
    position: relative;
}

.morgrey-packages::before {
    content: "";
    width: 600px;
    height: 600px;
    position: absolute;
    right: -100px;
    top: -50px;
    background: rgb(0 0 0 / 0%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(360deg, hsl(223deg 62% 29% / 80%) 0%, #8357FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    border-radius: 100%;
    opacity: .2;
    filter: blur(90px);
}

.morgrey-packages .morgrey-head {
    margin: 0 0 40px;
    z-index: 9;
}

.morgrey-packages .morgrey-head h2 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 40px;
}

.morgrey-packages .morgrey-head h2 img {}

.morgrey-packages .morgrey-head span {
    color: #ffffffb3;
    font-weight: 100;
    font-size: 18px;
}

.morgrey-packages .package-wrap {
    z-index: 9;
    position: relative;
}

.package-card {
    background-color: #ffffff0a;
    border: 1px solid #ffffff33;
    border-radius: 20px;
    padding: 25px;
    transform: translate(-5%, 0);
    opacity: 0;
}

.package-card:hover {
    border-color: #fff;
}

.package-card.feature {
    background-color: #ffed480f;
    border-color: #FFED48;
}

.package-card.feature .card-head {}

.package-card.feature .card-head .name {
    color: #FFED48;
}

.package-card.feature .card-head .price {
    color: #FFED48;
}

.package-card.feature .card-head .directive {
    color: #D6DDE6;
}

.package-card.feature .card-head a {
    background-color: #FFED48;
    border: unset;
    color: #000A14;
}

.package-card.feature .card-head a:hover {
    background-color: #000A14;
    color: #fff;
    border-color: #000A14;
}

.package-card.feature .card-body {}

.package-card.feature .card-body ul {}

.package-card.feature .card-body ul li {
    color: #D6DDE6;
}


.package-card .card-head {}

.package-card .card-head .name {
    color: #D6DDE6;
    font-weight: 600;
    font-size: 16px;
}

.package-card .card-head .price {
    color: #D6DDE6;
    font-size: 35px;
    font-weight: 600;
}

.package-card .card-head .directive {
    color: #d6dde69e;
    font-weight: 100;
}

.package-card .card-head a {
    border: 1px solid #d6dde633;
    width: 100%;
    height: 40px;
    display: flex;
    border-radius: 10px;
    color: #D6DDE6;
    font-weight: 100;
    align-items: center;
    justify-content: center;
    margin: 25px 0 0;
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.package-card .card-head a:hover {
    background-color: #FFED48;
    color: #000A14;
    border-color: #FFED48;
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.package-card .card-body {
    border-top: 1px solid #d6dde633;
    margin: 30px 0 0;
    padding: 30px 0 0;
}

.package-card .card-body ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.package-card .card-body ul li {
    color: #d6dde69e;
    font-weight: 300;
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 10px;
    cursor: default;
    transition: all .3s;
}

.package-card .card-body ul li:hover {
    color: #fff;
    transition: all .3s;
}

.package-card .card-body ul li::before {
    content: "";
    background-image: url(/wp-content/uploads/2025/06/check.svg);
    width: 30px;
    height: 30px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.morgrey-packages .package-bottom-text {
    color: #FFFFFF;
    font-weight: 100;
    text-align: center;
    max-width: 50%;
    margin: 30px auto 0;
}

.morgrey-why {
    margin: 100px 0;
    position: relative;
}

.morgrey-why::before {
    content: "";
    width: 600px;
    height: 600px;
    position: absolute;
    right: -250px;
    top: -200px;
    background: rgb(0 0 0 / 0%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(360deg, hsl(223deg 62% 29% / 80%) 0%, #8357FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    border-radius: 100%;
    opacity: .2;
    filter: blur(90px);
}

.morgrey-why::after {
    content: "";
    width: 600px;
    height: 600px;
    position: absolute;
    left: -250px;
    bottom: -400px;
    background: rgb(0 0 0 / 0%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(360deg, hsl(223deg 62% 29% / 80%) 0%, #8357FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    border-radius: 100%;
    opacity: .2;
    filter: blur(90px);
}

.morgrey-why .why-head {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.morgrey-why .why-head h2 {
    color: #fff;
    font-weight: 600;
    font-size: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.morgrey-why .why-head h2 div {
    display: block;
    position: relative;
    transform: translate(-115px, 0);
}

.morgrey-why .why-head h2 div:last-child {
    display: block;
    transform: translate(120px, 0);
}

.morgrey-why .why-body {
    margin: 150px 0 0;
    position: relative;
    z-index: 9;
}

.morgrey-why .why-body .why-subtitle {
    font-size: 35px;
    color: #DFD7E4;
    font-weight: 600;
    line-height: 45px;
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 70%;
    transform: translate(-10%, -0);
    opacity: 0;
}

.morgrey-why .why-body .why-text {
    font-size: 16px;
    color: #DFD7E4;
    font-weight: 100;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 30px;
    transform: translate(10%, -0);
    opacity: 0;
}

.morgrey-inovation {
    position: relative;
}

.morgrey-inovation::before {
    content: "";
    width: 600px;
    height: 600px;
    position: absolute;
    left: -250px;
    bottom: 100px;
    background: rgb(0 0 0 / 0%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(360deg, hsl(223deg 62% 29% / 80%) 0%, #8357FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    border-radius: 100%;
    opacity: .2;
    filter: blur(90px);
}

.morgrey-inovation .morgrey-head {}

.morgrey-inovation .morgrey-head h2 {}

.morgrey-inovation .inovation-body {
    position: relative;
    z-index: 99;
}

.inovation-card {
    background-color: #cfb8e01f;
    border-radius: 10px;
    padding: 25px 25px 0;
    margin: 0 0 50px;
    position: relative;
    overflow: hidden;
}

.inovation-card .card-head {
    margin: 0 0 30px;
    transform: translate(0, -20px);
    opacity: 0;
}

.inovation-card .card-head h3 {
    color: #DFD7E4;
    font-weight: 600;
    font-size: 22px;
}

.inovation-card .card-head h3 span {
    transform: translate(-5px, 0);
    display: inline-block;
    opacity: 0;
}

.inovation-card .card-head p {
    color: #DFD7E4;
    font-weight: 100;
    font-size: 16px;
}

.inovation-card .card-body {}

.inovation-card .card-body .card-device {
    background-color: #020202;
    width: 50%;
    height: 250px;
    margin: auto;
    border-radius: 15px 15px 0 0;
    padding: 30px 30px 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.inovation-card .card-body .card-device .body-row {
    height: max-content;
    overflow: hidden;
}

.inovation-card .card-body .card-device .device-top {
    background-color: rgb(223 215 228 / 30%);
    width: 60%;
    height: 35px;
    display: block;
    border-radius: 50px;
    margin: 0 0 20px;
}

.inovation-card .card-body .card-device .device-body {
    background-color: #dfd7e44d;
    height: 100%;
    width: 100%;
    display: block;
    opacity: .5;
    border-radius: 20px 20px 0 0;
}

.inovation-card .card-body .card-device .device-body.purple {
    background-color: #4B0082;
}

.inovation-card .card-body .card-feature-box {
    background-color: #010101;
    border: 1px solid #a691b670;
    display: flex;
    width: 200px;
    height: 50px;
    border-radius: 15px;
    align-items: center;
    padding: 0 10px;
    color: #fff;
    font-weight: 300;
    gap: 5px;
    position: absolute;
    transform: translate(-50%, 0);
}

.inovation-card .card-body .card-feature-box.seo {
    bottom: 25px;
    left: 24%;
}

.inovation-card .card-body .card-feature-box.google {
    bottom: 90px;
    right: -7%;
}

.inovation-card .card-body .card-feature-box img {
    width: 24px;
    height: auto;
    object-fit: contain;
}

.inovation-card .card-body .card-feature-box span {}



.inovation-card.seo {}

.inovation-card.seo .card-head {}

.inovation-card.seo .card-head h3 {}

.inovation-card.seo .card-head p {}

.inovation-card.seo .card-body {}

.inovation-card.seo .card-body .card-device {}

.inovation-card.seo .card-body .card-device .device-top {}

.inovation-card.seo .card-body .card-device .device-body {
    position: relative;
    overflow: hidden;
}

.inovation-card.seo .card-body .card-device .device-body .body-animation {
    content: "";
    width: 100%;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 0%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(360deg, #8357ff00 0%, #8357ff66 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}


.inovation-card.security {}

.inovation-card.security .card-head {}

.inovation-card.security .card-head h3 {}

.inovation-card.security .card-head p {}

.inovation-card.security .card-body {}

.inovation-card.security .card-body .card-device {}

.inovation-card.security .card-body .card-device span {
    color: #DFD7E4;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 20px;
}

.inovation-card.security .card-body .card-device .device-body {
    border-radius: 20px;
    height: 100px;
}

.inovation-card.security .card-body .card-device .device-body:last-child {
    margin: 0;
}


.inovation-card.feature {
    padding: 25px 0 0 25px;
}

.inovation-card.feature .card-head {}

.inovation-card.feature .card-head h3 {}

.inovation-card.feature .card-head p {}

.inovation-card.feature .card-body {
    display: flex;
    justify-content: flex-end;
}

.inovation-card.feature .card-body .card-device {
    width: 90%;
    margin: 0;
    border-radius: 15px 0 0 0;
    flex-direction: row;
    padding: 20px 0 0 20px;
    gap: 30px;
}

.inovation-card.feature .card-body .card-device .device-left {
    width: 75%;
}

.inovation-card.feature .card-body .card-device .device-left .device-top-security {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px;
}

.inovation-card.feature .card-body .card-device .device-left .device-top-security img {
    width: 60px;
    height: 60px;
}

.inovation-card.feature .card-body .card-device .device-left .device-top-security span {
    color: #DFD7E4;
    font-weight: 600;
    font-size: 20px;
}

.inovation-card.feature .card-body .card-device .device-left .device-group {}

.inovation-card.feature .card-body .card-device .device-left .device-group .device-body {}

.inovation-card.feature .card-body .card-device .device-left .device-group .device-body:nth-child(1) {
    width: 90%;
}

.inovation-card.feature .card-body .card-device .device-left .device-group .device-body:nth-child(2) {
    width: 75%;
}

.inovation-card.feature .card-body .card-device .device-left .device-group .device-body:nth-child(3) {
    width: 85%;
}

.inovation-card.feature .card-body .card-device .device-left .device-body {
    height: 40px;
    border-radius: 15px;
    margin: 0 0 20px;
}

.inovation-card.feature .card-body .card-device .device-right {
    width: 25%;
    position: relative;
    overflow: hidden;
}

.inovation-card.feature .card-body .card-device .device-right .device-body {
    background-color: #dfd7e44d;
    border-radius: 20px 0 0 0;
}

.inovation-card.feature .card-body .card-device .device-right .device-animation {
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 100%;
    border-radius: 20px 0 0 0;
    background: rgb(0 0 0 / 0%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(90deg, #232224 0%, #e0d7e482 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    transform: translate(50%, 0);
    opacity: .5;
}


.inovation-card.support {
    padding: 25px 25px 0 0;
    margin: 0;
}

.inovation-card.support .card-head {
    padding: 0 25px;
}

.inovation-card.support .card-head h3 {}

.inovation-card.support .card-head p {}

.inovation-card.support .card-body {}

.inovation-card.support .card-body .card-device {
    width: 90%;
    margin: 0;
    border-radius: 0 15px 0 0;
    padding-left: 0;
    gap: 40px;
}

.inovation-card.support .card-body .card-device .device-row {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-left: 75px;
}

.inovation-card.support .card-body .card-device .device-row .device-body {
    height: 35px;
    border-radius: 50px;
}

.inovation-card.support .card-body .card-device .device-row .device-body.purple {
    background-color: #1D1A1F;
    border: 1px solid #944EC7;
    color: #fff;
    opacity: 1;
    height: 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
}

.inovation-card.support .card-body .card-device .device-foot {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.inovation-card.support .card-body .card-device .device-body {
    border-radius: 0 20px 0 0;
}

.inovation-card.support .card-body .card-device .animation-logo {
    width: fit-content;
    position: absolute;
    bottom: -20px;
    transform: translate(3%, -150%);
    opacity: 0;
}

.inovation-card.support .card-body .card-device .animation-logo svg {
    width: 500px;
    height: 100px;
}

.inovation-card.plans {
    background-color: #000000;
    border-radius: 20px;
    padding: 25px;
    margin: 0;
}

.inovation-card.plans .card-body {}

.inovation-card.plans .card-body .card-device {
    flex-direction: row;
    width: 100%;
    height: auto;
    background-color: unset;
    padding: 0;
    gap: 30px;
}

.inovation-card.plans .card-body .card-device .device-left {
    width: 20%;
}

.inovation-card.plans .card-body .card-device .device-left img {
    border-radius: 25px;
    height: 100%;
    object-fit: cover;
}

.inovation-card.plans .card-body .card-device .device-right {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.inovation-card.plans .card-body .card-device .device-right span {
    color: #DFD7E4;
    font-weight: 600;
    font-size: 22px;
}

.inovation-card.plans .card-body .card-device .device-right .device-body {
    height: 50px;
    border-radius: 15px;
}


.inovation-content {
    display: flex;
    margin: 80px 0;
    align-items: center;
    gap: 100px;
    z-index: 99;
    position: relative;
}

.inovation-content .content-box {
    width: 50%;
    transform: translate(0, -20%);
    opacity: 0;
    transition: unset;
}

.inovation-content .content-box.content-box-v2 {
    width: 60%;
}

.inovation-content .content-box.content-box-group {
    width: 40%;
}

.inovation-content .content-box .morgrey-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
}

.inovation-content .content-box .morgrey-head h2 {
    margin: 0 0 15px;
}

.inovation-content .content-box .morgrey-head p {
    color: #fff;
    font-size: 18px;
    opacity: 1;
    text-align: left;
    max-width: 100%;
    transform: translate(0);
    margin: 0;
}

.inovation-content .inovation-card {
    transform: translate(0, -10%);
    opacity: 0;
    transition: unset;
}

.inovation-box-group {
    display: flex;
    gap: 10px;
}

.inovation-box-group .inovation-box-v2 {
    width: 50%;
    height: 250px;
    color: #fff;
    background-color: #000;
    border-radius: 10px;
    border: 1px solid #a691b633;
    font-size: 100px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.inovation-box-group .inovation-box-v2 span {
    display: inline-block;
    position: relative;
    z-index: 9;
}

.inovation-box-group .inovation-box-v2::before {
    content: "";
    background-color: #8357FF;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 9px;
    transform: translate(0, -100%);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.inovation-box-group .inovation-box-v2:hover {}

.inovation-box-group .inovation-box-v2:hover::before {
    transform: translate(0, 0);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.inovation-content .content-box.content-box-group.v3 {}

.inovation-content .content-box.content-box-group.v3 .morgrey-head {}

.inovation-content .content-box.content-box-group.v3 .morgrey-head h2 {
    margin: 0 0 5px;
}

.inovation-content .content-box.content-box-group.v3 .morgrey-head h2::before {
    content: "";
    width: 4px;
    height: 50px;
    position: absolute;
    background-color: #BBCD00;
    left: 90px;
    top: 100%;
    border-radius: 5px;
    transform: rotate(30deg);
}

.inovation-content .content-box.content-box-v3 {}

.inovation-content .content-box.content-box-v3 .content-text {
    color: #DFD7E4;
    font-weight: 100;
    font-size: 20px;
}

.inovation-content.v3 {
    align-items: flex-start;
}

.morgrey-clients {
    margin: 50px 0 100px;
}

.morgrey-clients .morgrey-head {}

.morgrey-clients .morgrey-head h2 {}

.morgrey-clients .clients-body {}

.swiper.swiper-clients {}

.swiper.swiper-clients::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #171717;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.swiper.swiper-clients .swiper-wrapper {}

.swiper.swiper-clients .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    transform: translate(-30px, 0);
    opacity: 0;
}

.swiper.swiper-clients .swiper-wrapper .swiper-slide::before {
    content: "";
    width: 1px;
    height: 50px;
    background-color: #827F79;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.swiper.swiper-clients .swiper-wrapper .swiper-slide img {
    width: 160px;
    height: 70px;
    object-fit: contain;
}

.wpcf7-not-valid-tip {
    color: #dc3232!important;
    font-size: 13px!important;
    display: block;
    font-weight: 600;
    text-align: left;
    position: absolute;
    bottom: 110%;
    height: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    background: #fff3cd!important;
    font-size: 14px;
    color: #7a6e6f!important;
    width: fit-content;
    padding: 10px 20px;
    float: right;
    border-radius: 10px;
    font-weight: 600;
}

.wpcf7 form .wpcf7-response-output {
    background: #5b9361!important;
    color: #fcf3f3!important;
    font-size: 13px!important;
    margin: 20px 0 0;
    padding: 10px;
    border: unset;
    border-radius: 10px;
}

.wpcf7-spinner {
    position: absolute;
    width: 24px !important;
    color: #23282d !important;
    background-color: #23282d !important;
    display: inline-block !important;
    margin: 0 !important;
    top: 20px;
}


/* LOADER */

.loader-section {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: #171717;
    z-index: 9999;
    transform: translateY(-100%);
}

.loader-section.active{
    transform: translateY(0%);
}

.loader-section::before{
    content:"";
    width: 600px;
    height: 600px;
    position: absolute;
    left: -100px;
    top: 0;
    background: rgb(0 0 0 / 0%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(360deg, hsl(223deg 62% 29% / 80%) 0%, #8357FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    border-radius: 100%;
    opacity: .2;
    filter: blur(90px);
}

.loader-section::after{
    content:"";
    width: 600px;
    height: 600px;
    position: absolute;
    right: -100px;
    bottom: 0;
    background: rgb(0 0 0 / 0%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(360deg, hsl(223deg 62% 29% / 80%) 0%, #8357FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    border-radius: 100%;
    opacity: .2;
    filter: blur(90px);
}

.loader-section .loader-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-section .loader-wrapper .load-box {
    display: flex;
    gap: 0;
    align-items: center;
    position: relative;
    z-index: 99;
}

.loader-section .loader-wrapper .load-box img {
    height: 100px;
    width: auto;
}
.loader-section .loader-wrapper .load-box img:nth-child(1) {}
.loader-section .loader-wrapper .load-box img:nth-child(2) {}
.loader-section .loader-wrapper .load-box img:nth-child(3) {}
