:root {
    --colore--white: white;
    --colore--black: #333;
    --main: #9f6853;
    --font--sora: Sora, sans-serif;
    --colore--primary: #71717a;
    --secondary: #4b5c97;
    --third: #388172;
    --font--i: 0;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

.button {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #000;
    border-radius: 100px;
    justify-content: space-between;
    align-items: center;
    padding: 12px 28px;
    text-decoration: none;
    display: inline-flex;
}

.button-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #fff;
    border-radius: 100px;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    text-decoration: none;
    display: inline-flex;
}

.page-wrapper {
    position: relative;
}

.container {
    object-position: 0% 50%;
    max-width: 1280px;
    padding: 20px 16px;
}

.navbar {
    z-index: 999;
    background-color: var(--colore--white);
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 2px 75px #0000000d;
}

.nav-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.nav-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.nav-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--main);
    cursor: none;
    mix-blend-mode: normal;
    background-image: url('../images/67061.jpg');
    background-position: 100% 0;
    background-size: cover;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    transition: background-color 0.3s;
    display: flex;
}

.nav-button:hover {
    background-color: #50382f;
}

.nav-link {
    pointer-events: auto;
    font-family: var(--font--sora);
    color: var(--colore--black);
    letter-spacing: -0.32px;
    cursor: none;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    transition: -webkit-text-stroke-color 0.3s;
}

.nav-link:hover {
    color: #000000a8;
}

.nav-link.w--current {
    color: var(--colore--black);
}

.nav-link.button-text {
    color: var(--colore--white);
}

.nav-link.footer {
    color: #fff;
    background-color: #0000;
    background-image: none;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.menu-parent {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 12px 8px 8px;
    display: flex;
    overflow: hidden;
}

.menu-bar {
    background-color: #000;
    width: 100%;
    height: 2px;
    margin-bottom: 6px;
}

.hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.body {
    background-color: var(--colore--white);
    cursor: none;
    font-family: Sora, sans-serif;
}

.hero-flex-wrapper {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    display: flex;
}

.hero-left-wrapper {
    width: 600px;
    margin-top: -150px;
}

.hero-content-inner {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    display: flex;
}

.hero-title {
    font-family: var(--font--sora);
    color: var(--colore--black);
    letter-spacing: -0.32px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 64px;
}

.text-span {
    color: #333;
    margin-right: 6px;
    font-weight: 400;
}

.text-span-2 {
    color: #3330;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--colore--black);
    overflow-wrap: normal;
    margin-left: 6px;
    font-family:
        Open Sans,
        sans-serif;
}

.hero-discription {
    font-family: var(--font--sora);
    color: var(--colore--primary);
    letter-spacing: 0.32px;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.hero-right-wrapper {
    height: 596px;
    overflow: hidden;
}

.hero-image {
    display: none;
}

.hero-bottom-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-end;
    align-items: center;
    margin-top: -33px;
    display: flex;
}

.social-linke-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.social-linke-wrapper.one {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
}

.icone-wrapper {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 18px;
    transition: background-color 0.4s;
    display: flex;
}

.icone-wrapper:hover {
    background-color: #d4d4d4;
    border-style: solid;
    border-color: #d4d4d4;
}

.link {
    cursor: none;
}

.line {
    background-color: #333;
    width: 100%;
    height: 3px;
}

.skills-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sction-titile-top-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 60px;
    display: flex;
}

.sction-titile-top-wrapper.about-titile {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
}

.section-titile-text {
    font-family: var(--font--sora);
    color: #333333e6;
    letter-spacing: -0.32px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
}

.section-titile-text.white {
    color: #ffffffd9;
    letter-spacing: -0.32px;
}

.text-span-3 {
    margin-right: 6px;
    font-weight: 400;
}

.skills-gride {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.skills-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border: 1px solid var(--colore--black);
    cursor: none;
    border-radius: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 186px;
    display: flex;
}

.skills-card:hover {
    background-color: #f6f5f5;
}

.s-icone {
    justify-content: center;
    align-items: center;
    display: flex;
}

.text {
    z-index: 3;
    font-family: var(--font--sora);
    color: var(--colore--black);
    letter-spacing: -0.32px;
    cursor: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.text.on {
    z-index: 1;
    color: var(--colore--white);
    position: absolute;
    inset: 0%;
}

.div-block {
    position: relative;
}

.experience-section {
    background-color: var(--secondary);
    background-image: url('../images/67061.jpg');
    background-position: 0 100%;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 60px;
    padding-bottom: 60px;
}

.experience-card-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    display: flex;
}

.experience-card {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    cursor: none;
    border: 1px solid #ffffff87;
    border-radius: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 30px 24px;
    transition: background-color 0.3s;
    display: flex;
}

.experience-card:hover {
    background-color: #27272a;
    border-color: #27272a;
}

.card-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
}

.titile-text {
    font-family: var(--font--sora);
    color: var(--colore--white);
    letter-spacing: -0.32px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.iner {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.date {
    font-family: var(--font--sora);
    color: #fff;
    letter-spacing: -0.32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.discription-text {
    font-family: var(--font--sora);
    color: #fff;
    letter-spacing: 0.32px;
    font-size: 16px;
    line-height: 24px;
}

.about-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-gride {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.about-image-wrapper {
    border: 3px solid #333;
    border-radius: 10px;
    align-self: center;
    width: 100%;
    max-width: 525px;
    padding: 18px;
}

.about-ditails-wrapper {
    width: 100%;
    max-width: 610px;
}

.about-descption-text {
    font-family: var(--font--sora);
    color: #71717a;
    letter-spacing: 0.32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.projects-section {
    background-color: var(--third);
    background-image: url('../images/67061.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 60px;
    padding-bottom: 60px;
}

.porject-clection-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px #ffffff75;
    border-radius: 5px;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
}

.porject-image-wrapper {
    cursor: none;
}

.porject-image {
    object-fit: cover;
    border-radius: 19px;
    width: 530px;
    height: 345px;
}

.porject-image.kassa {
    filter: saturate(73%);
    object-position: 100% 100%;
    transform-style: preserve-3d;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: linear;
    transform: perspective(600px) rotate3d(0.4, -1, 0, 6deg);
}

.porject-image.kassa:hover {
    transform: perspective(600px) rotate3d(0, -1, 0, 6deg);
}

.porject-image.cinch {
    transform-style: preserve-3d;
    object-position: 20% 100%;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: linear;
    transform: perspective(600px) rotate3d(0.3, 5, -1, 6deg);
}

.porject-image.cinch:hover {
    transform: perspective(600px) rotate3d(0, 0, 0, 6deg);
}

.porject-image.eton {
    object-position: 100% 100%;
    filter: saturate(73%);
    transform-style: preserve-3d;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: linear;
    transform: perspective(600px) rotate3d(1, -1, 0, 6deg);
}

.porject-image.eton:hover {
    transform: perspective(600px) rotate3d(0, -1, 0, 6deg);
}

.porject-image.eidsiva {
    box-sizing: border-box;
    filter: saturate(150%);
    object-fit: cover;
    object-position: 50% 45%;
    transform-style: preserve-3d;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: linear;
    transform: perspective(600px) rotate3d(0, 5, 0, 6deg);
}

.porject-image.eidsiva:hover {
    transform: perspective(600px) rotate3d(0, 10, -4, 6deg);
}

.porject-image.caddie {
    object-position: 60% 90%;
    filter: saturate(73%);
    transform-style: preserve-3d;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: linear;
    transform: perspective(600px) rotate3d(0, 5, 0, 6deg);
}

.porject-image.caddie:hover {
    transform: perspective(600px) rotate3d(0, 10, -4, 6deg);
}

.porject-image.gallery {
    box-sizing: border-box;
    filter: saturate(73%);
    object-fit: cover;
    object-position: 50% 45%;
    transform-style: preserve-3d;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: linear;
    transform: perspective(600px) rotate3d(1, -1, 0, 6deg);
}

.porject-image.gallery:hover {
    transform: perspective(600px) rotate3d(0, -1, 0, 6deg);
}

.porject-deitils-wrapper {
    width: 100%;
    max-width: 582px;
}

.top {
    cursor: none;
    text-decoration: none;
}

.heading {
    font-family: var(--font--sora);
    color: #fff;
    letter-spacing: -0.32px;
    margin-top: 28px;
    margin-bottom: 28px;
    line-height: 40px;
}

.text-block {
    font-size: 15px;
}

.text-block-2 {
    font-family: var(--font--sora);
    color: #fff;
    letter-spacing: -0.32px;
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.card-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
}

.testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
    display: none;
}

.testimonial-wrapper {
    padding-left: 24px;
    padding-right: 24px;
}

.testimonial-card-gride {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.testimonial-card {
    background-color: var(--colore--white);
    cursor: pointer;
    border-radius: 20px;
    padding: 40px;
    box-shadow:
        0 8px 16px #18274b14,
        0 6px 8px #18274b1f;
}

.author-ditils-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.author-text {
    font-family: var(--font--sora);
    color: #404040;
    text-align: center;
    letter-spacing: 0.32px;
    font-size: 16px;
    line-height: 20px;
}

.diveder {
    background-color: var(--colore--black);
    width: 120px;
    height: 2px;
}

.author-bottom-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 24px;
    display: flex;
}

.author-name {
    font-family: var(--font--sora);
    color: #404040;
    letter-spacing: -0.32px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.author-titile {
    font-family: var(--font--sora);
    color: #71717a;
    letter-spacing: -0.32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.contact-section {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 0;
}

.contact-frome-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.contact-forme {
    width: 50%;
    padding-right: 0;
}

.form-block {
    width: 100%;
    max-width: 500px;
    margin-bottom: 0;
}

.form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
}

.text-field {
    font-family: var(--font--sora);
    color: #71717a;
    letter-spacing: -0.32px;
    border: 1.4px solid #000;
    border-radius: 4px;
    height: 56px;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
}

.text-field.text {
    height: 140px;
    font-weight: 400;
}

.submit-buttion {
    background-color: var(--main);
    font-family: var(--font--sora);
    color: var(--colore--white);
    letter-spacing: 0.32px;
    background-image: url('../images/67061.jpg');
    background-position: 500px 85%;
    background-size: auto;
    background-attachment: fixed;
    border-radius: 4px;
    width: 173px;
    height: 56px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.bottom-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.contct-right-wrapper {
    width: 50%;
}

.text-w {
    font-family: var(--font--sora);
    letter-spacing: -0.32px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
}

.text-span-4 {
    color: #3330;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000;
    margin-left: 6px;
    margin-right: 6px;
    font-family:
        Open Sans,
        sans-serif;
}

.text-block-3 {
    font-family: var(--font--sora);
    color: #71717a;
    letter-spacing: 0.32px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
}

.linke-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 40px;
    display: flex;
}

.phone {
    font-family: var(--font--sora);
    color: var(--colore--black);
    letter-spacing: -0.32px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none;
}

.contact-bottom {
    background-color: var(--colore--black);
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 24px;
}

.foter-link {
    grid-column-gap: 121px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: start stretch;
    max-width: 1280px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 20px;
    display: grid;
}

.copy-right-text {
    font-family: var(--font--sora);
    color: var(--colore--white);
    font-size: 16px;
    font-weight: 400;
}

.button-text {
    font-family: var(--font--sora);
    color: var(--colore--white);
    letter-spacing: 0.32px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.footer-socials {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    width: 178px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.back-to-top {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
}

.text-span-5 {
    color: #333;
    font-weight: 400;
}

.lottie-animation {
    width: 605px;
}

.link-block {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.email {
    font-family: var(--font--sora);
    color: var(--colore--black);
    letter-spacing: -0.32px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none;
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex;
}

._404-details {
    max-width: 260px;
}

.heading-4 {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
}

.horizontal-divider {
    background-color: #000000a3;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

._404-interaction {
    position: absolute;
}

.utility-button {
    background-color: #000;
    width: 100%;
}

.circle-image {
    z-index: 2;
    filter: saturate(101%);
    border-radius: 50%;
    width: 400px;
    height: 400px;
    position: relative;
}

.circle-image.glow {
    z-index: 1;
    filter: saturate(200%) blur(75px);
    position: absolute;
    inset: 0%;
}

.utility-page-content-2 {
    z-index: 3;
    text-align: center;
    flex-direction: column;
    width: auto;
    display: flex;
    position: relative;
}

.utility-page-wrap-2 {
    color: #ffffffd1;
    background-color: #141414;
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
}

.frosted-glass {
    -webkit-backdrop-filter: saturate(200%) blur(30px) brightness();
    backdrop-filter: saturate(200%) blur(30px) brightness();
    background-color: #0006;
    flex-flow: column;
    align-items: center;
    max-width: none;
    padding: 30px;
    display: flex;
}

._404 {
    margin-bottom: 30px;
    font-size: 172px;
    line-height: 1;
}

.footer {
    background-color: #734b3c;
    background-image: linear-gradient(#915f4c, #663325 65%, #1900008c);
}

.image {
    color: #000;
}

.footer-icon {
    filter: invert();
    background-color: #0000;
    border: 1px solid #000;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 15px;
    transition: background-color 0.4s;
    display: flex;
}

.footer-icon:hover {
    color: #fff;
    background-color: #daeefe;
    border: 1px solid #d4d4d4;
}

.footer-copyright {
    clear: none;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}

.footer-heading {
    color: #ffffffd9;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

.div-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
}

.paragraph {
    color: #333333e6;
    width: 450px;
    margin-top: 10px;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.1;
}

.have-a-question-links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
}

.paragraph-2 {
    color: #fff;
    text-align: left;
    letter-spacing: 0.5px;
    text-indent: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none;
}

.div-block-5 {
    margin-left: 30%;
}

.image-4 {
    filter: saturate(95%);
    object-fit: cover;
    border-radius: 10px;
    height: 530px;
}

.text-span-6 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #a36b5c, #cb8b66 32%, #6a414f 90%);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 800;
}

.c-cursor {
    background-color: #111c1f;
    border-radius: 50%;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
}

.c-wrapper {
    z-index: 1001;
    opacity: 1;
    pointer-events: none;
    mix-blend-mode: difference;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
}

.c-dot {
    background-color: #d0d4fe;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.company-icon {
    width: 32px;
    height: 32px;
    transform: translate(0);
}

.company-icon.cinch {
    width: 28px;
    height: 30px;
    transform: scale(2.2);
}

.company-icon.vilmate {
    transform: scale(1.3);
}

.success-message {
    background-color: #f6f6f6;
}

.text-span-7 {
    font-weight: 800;
}

.link-block-2,
.link-block-3,
.link-block-4 {
    cursor: none;
}

@media screen and (min-width: 1920px) {
    .nav-button {
        background-image: url('../images/67061.jpg');
        background-position: 50% 0;
        background-size: cover;
        background-attachment: scroll;
    }

    .nav-link.footer {
        font-weight: 500;
    }

    .body {
        cursor: none;
    }

    .hero-title {
        color: var(--colore--black);
        font-weight: 400;
    }

    .section-titile-text {
        color: #333333e6;
    }

    .section-titile-text.white {
        color: #fffc;
    }

    .experience-section {
        background-image: url('../images/67061.jpg');
        background-position: 0 100%;
        background-repeat: repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .experience-card {
        border-color: #ffffff82;
    }

    .projects-section {
        background-image: url('../images/67061.jpg');
        background-position: 50% 100%;
        background-size: cover;
        background-attachment: fixed;
    }

    .porject-image.gallery {
        box-sizing: border-box;
        aspect-ratio: 3 / 2;
        object-fit: cover;
        background-color: #0000;
        -webkit-mask: linear-gradient(135deg, #000 40%, #000b, #000 60%) 100% 100% / 240% 240%;
        mask: linear-gradient(135deg, #000 40%, #000b, #000 60%) 100% 100% / 240% 240%;
    }

    .porject-image.gallery:hover {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    .text-w {
        color: #333333e6;
    }

    .footer-heading {
        color: #fff;
        margin-top: 40px;
    }

    .div-block-3 {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }

    .paragraph {
        color: #333333e6;
    }

    .have-a-question-links {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }

    .paragraph-2 {
        font-size: 16px;
        line-height: 23px;
    }

    .text-span-6 {
        color: var(--main);
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(90deg, #a36b5c, #cb8b66 32%, #6a414f 90%);
        -webkit-background-clip: text;
        background-clip: text;
        font-weight: 800;
    }

    .cursor-wrapper {
        z-index: 5;
        position: absolute;
        inset: auto;
    }

    .c-cursor {
        z-index: 2;
        border: 2px solid #333;
        border-radius: 50%;
        width: 65px;
        height: 65px;
        position: static;
        inset: 50%;
    }

    .c-wrapper {
        z-index: 1001;
        justify-content: center;
        align-items: center;
        display: flex;
        position: fixed;
        inset: 0%;
    }
}

@media screen and (max-width: 991px) {
    .button,
    .button-2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-menu {
        background-color: var(--colore--white);
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
        padding-top: 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    .menu-button {
        background-color: var(--colore--black);
        border-radius: 4px;
        padding: 6px 0 0;
    }

    .menu-button.w--open {
        background-color: var(--colore--black);
    }

    .menu-button-wrapper {
        grid-column-gap: 18px;
        grid-row-gap: 18px;
        display: flex;
    }

    .nav-button {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .nav-link,
    .nav-link.button-text {
        margin-bottom: 0;
    }

    .menu-parent {
        justify-content: center;
        align-items: center;
        padding: 0 12px;
    }

    .menu-bar {
        background-color: var(--colore--white);
    }

    .hero-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .hero-flex-wrapper {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        justify-content: center;
        align-items: flex-start;
    }

    .hero-left-wrapper {
        width: 350px;
        margin-top: 0;
    }

    .hero-title {
        font-size: 40px;
        line-height: 54px;
    }

    .hero-discription {
        margin-top: 20px;
    }

    .hero-right-wrapper {
        height: 390px;
    }

    .hero-bottom-wrapper {
        margin-top: 16px;
    }

    .skills-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sction-titile-top-wrapper {
        margin-bottom: 50px;
    }

    .section-titile-text.white {
        font-size: 40px;
    }

    .skills-gride {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .experience-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-gride {
        flex-flow: column;
    }

    .projects-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .porject-clection-wrapper {
        flex-flow: column;
    }

    .porject-image-wrapper,
    .porject-image {
        width: 100%;
    }

    .porject-deitils-wrapper {
        max-width: 100%;
    }

    .top {
        margin-top: 20px;
    }

    .testimonial-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .testimonial-card-gride {
        grid-template-columns: 1fr;
    }

    .contact-section {
        padding-top: 40px;
    }

    .contact-frome-wrapper {
        flex-flow: column;
    }

    .contact-forme {
        width: 80%;
    }

    .form-block {
        max-width: 100%;
    }

    .contct-right-wrapper {
        width: 100%;
        margin-top: 50px;
    }

    .foter-link {
        grid-column-gap: 0px;
    }

    .lottie-animation {
        width: 350px;
    }

    .paragraph {
        width: 400px;
    }

    .image-2,
    .image-3 {
        min-width: 23px;
    }

    .c-wrapper {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding: 11px;
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .menu-button-wrapper {
        align-items: center;
    }

    .nav-button {
        padding: 16px;
        display: block;
    }

    .nav-link {
        margin-bottom: 0;
    }

    .nav-link.footer {
        font-size: 14px;
    }

    .hero-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hero-section.indent {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .hero-flex-wrapper {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        flex-flow: column;
    }

    .hero-left-wrapper {
        width: 100%;
        margin-top: 0;
    }

    .text-span-2 {
        -webkit-text-stroke-width: 2px;
    }

    .hero-right-wrapper {
        height: 350px;
    }

    .hero-bottom-wrapper {
        margin-top: 32px;
    }

    .sction-titile-top-wrapper {
        margin-bottom: 40px;
    }

    .skills-gride {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr;
    }

    .experience-card {
        padding: 20px 16px;
    }

    .titile-text {
        font-size: 19px;
    }

    .date {
        text-align: left;
    }

    .discription-text {
        font-size: 14px;
    }

    .about-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .projects-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .top {
        margin-bottom: 20px;
    }

    .testimonial-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .contact-section {
        padding-top: 40px;
    }

    .contact-forme {
        width: 100%;
    }

    .contct-right-wrapper {
        margin-top: 40px;
    }

    .text-w {
        font-size: 40px;
        line-height: 52px;
    }

    .text-span-4 {
        -webkit-text-stroke-width: 2px;
    }

    .foter-link {
        grid-row-gap: 16px;
        grid-template-columns: 1fr 1.75fr 1fr;
    }

    .footer-heading {
        height: 60px;
    }

    .have-a-question-links {
        word-break: break-all;
    }

    .paragraph-2 {
        font-size: 12px;
    }

    .code-embed {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .button,
    .button-2 {
        display: flex;
    }

    .container {
        padding: 10px 14px;
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .brand-logo-wrapper {
        flex: 0 auto;
        align-self: auto;
    }

    .menu-button.w--open {
        padding: 9px 5px;
    }

    .menu-button-wrapper {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        align-items: center;
    }

    .nav-button {
        padding: 15px 10px;
        display: block;
    }

    .nav-link {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .nav-link.footer {
        align-self: center;
    }

    .hero-section.indent {
        margin-top: 20px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .hero-left-wrapper {
        margin-top: 0;
    }

    .hero-title {
        font-size: 32px;
        line-height: 46px;
    }

    .hero-discription {
        font-size: 16px;
    }

    .hero-right-wrapper {
        height: auto;
        display: none;
    }

    .social-linke-wrapper.one {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .icone-wrapper {
        padding: 14px;
    }

    .line {
        width: 100%;
        display: none;
        position: absolute;
        top: 901px;
    }

    .skills-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sction-titile-top-wrapper.about-titile {
        margin-bottom: 20px;
    }

    .section-titile-text {
        text-align: center;
        font-size: 38px;
    }

    .section-titile-text.white {
        text-align: center;
    }

    .skills-gride {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .skills-card {
        height: 170px;
    }

    .experience-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .card-top {
        flex-flow: column;
    }

    .about-section {
        padding: 0 10px 20px;
    }

    .top {
        margin-bottom: 0;
    }

    .heading {
        text-align: center;
        font-size: 24px;
    }

    .testimonial-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .testimonial-card {
        padding: 20px;
    }

    .bottom-wrap {
        flex-flow: column;
    }

    .phone {
        font-size: 24px;
    }

    .foter-link {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: column;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
    }

    .button-text {
        font-size: 14px;
    }

    .lottie-animation {
        width: 200px;
        height: 200px;
    }

    .email {
        font-size: 24px;
    }

    .footer-icon {
        padding: 14px;
    }

    .footer-heading {
        text-align: center;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer-heading.center {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .div-block-3 {
        grid-column-gap: 4px;
        grid-row-gap: 4px;
    }

    .paragraph {
        width: auto;
    }

    .have-a-question-links {
        grid-column-gap: 4px;
        grid-row-gap: 4px;
    }

    .paragraph-2 {
        text-align: center;
        line-height: 1.5;
    }

    .div-block-5 {
        margin-left: 0%;
    }

    .image-4 {
        height: 350px;
    }

    .c-wrapper,
    .code-embed {
        display: none;
    }

    #w-node-_6ab9cb1b-b7a2-597a-fc88-39afe564baac-d417fa68 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }
}
