@import url('https://fonts.googleapis.com/css2?family=Castoro+Titling&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    background-color: black;
    color: white;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a.brand-logo {
    display: block;
}

a.brand-logo img {
    height: 130px;
}

img {
    max-width: 100%;

}

.h-font {
    font-family: "Castoro Titling", serif;

}
.last-section .get-in-touch {
    transform: translateY(50px);
}

a,
a:hover {
    text-decoration: none;
}

header {
    padding-top: 10px;
    padding-bottom: 20px;
}

.menu {
    display: inline-flex;
    gap: 50px;
}

.menu a {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Castoro Titling", serif;
    transition: 0.5s all;
}

.menu a:hover {
    color: white;
    opacity: 0.8;
}

.get-in-touch {
    margin-top: 0px;
    background-color: black;

}

.h-line {
    width: 400px;
    height: 1px;
    background: white;
    display: block;
    margin: 10px 0;
    margin-left: auto;
    margin-right: auto;
}

.get-in-touch .title {
    font-size: 22px;
}

.get-in-touch p {
    font-size: 14px;
    max-width: 240px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.get-in-touch a {
    color: white;
}

.get-in-touch .map-link {
    margin-top: 30px;
    font-size: 16px;
    display: inline-block;
}

.get-in-touch .map-link span {
    margin-left: 12px;
    display: inline-block;
}

.get-in-touch .col-md-6 {
    position: relative;
}

.get-in-touch .row .col-md-6:nth-child(2):before {
    content: " ";
    position: absolute;
    left: 0;
    width: 1px;
    height: 170px;
    background: white;
    top: 0;
}

.get-in-touch .map-link span img {
    width: 25px;
    transition: 0.5s all;
}

.get-in-touch .map-link:hover span img {
    transform: translateX(8px);
}

.get-in-touch .col-md-6 {
    padding: 40px 0 20px;
}

.social {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: flex-start;
}

.social a img {
    width: 26px;
}

a.footer-logo {
    display: block;
    max-width: 110px;
    margin: auto;
    margin-bottom: 50px;
}

.footermneu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.footermneu a:hover {
    opacity: 0.8;
}

.footermneu a {
    color: white;
    font-family: "Castoro Titling", serif;
    font-size: 14px;
    cursor: pointer;
}

footer {
    margin-top: 48px;
    padding-bottom: 40px;
    background-color: black;
    position: relative;
}

footer .container {
    position: relative;
    z-index: 1;
}

.get-in-touch .container {
    position: relative;
    z-index: 1;
}

.absout-se-two p {
    opacity: 0;
    transform: translateY(100px);
}

footer .container {
    border-top: 1px solid white;
    padding-top: 40px;
}

.slider__images {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.vs-slider {
    width: 100%;
    height: calc(100vh - 124px);
    overflow: hidden;
}

.last-section {
    z-index: 99999;
}

/* wrapper */
.vs-inner {
    height: 100vh;
    position: relative;
}

/* each slide */
.section1 {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.section1 figure {
    margin: 0;
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
}



/* image full cover */
.section1 figure,
.section1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vs-slider {
    position: relative;
    top: 0px;
}


a:hover,
.vs-slider-text:hover,
.vs-slider-text a:hover {
    cursor: pointer;
}

.vs-slider-text a {
    display: block;
}

.vs-slider-text {
    position: fixed;
    left: 0;
    width: 100%;
    height: 210px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1030px;
    margin-left: auto;
    margin-right: auto;
    top: 23vw;
    transform: translateX(-50px);
    cursor: pointer;
    left: 0;
    right: 0;
}

.imgdiv {
    width: 1020px;
    height: 100%;
    margin: auto;
    background-size: cover;
    background-position: left center;
    overflow: hidden;
    position: relative;
}

a.linkbox {
    position: absolute;
    left: -57px;
    top: 12vw;
    background: transparent;
    height: 220px;
    width: 100px;
    cursor: pointer;
}

.vs-slider-text {
    overflow: hidden;
}

.vs-slider-text .section1 {
    opacity: 0;
}

.vs-slider-text h1 {
    font-size: 45px;
    color: white;
    font-weight: 300;
    margin-bottom: 10px;
}

.vs-slider-text p {
    max-width: 420px;
    margin-bottom: 0;
    color: white;
}

a.absolute-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

.aboutusbanner {
    height: calc(100vh - 154px);
    background-image: url(../images/aboutbg.jpg);
    background-size: cover;
    background-position: bottom center;
}


.aboutusbanner h1 {
    font-size: 60px;
    margin-top: 120px;
    margin-bottom: 0;
}

.about-curv {
    position: absolute;
    top: 63vh;
}

.absout-se-two {
    position: relative;
    z-index: 1;
}

.absout-se-two p {
    max-width: 490px;
    color: white;
    font-size: 16px;
    font-weight: 300;
}

.about-differnet {
    padding-top: 150px;
    padding-bottom: 125px;
}

.about-differnet h2 {
    font-size: 34px;
    margin-bottom: 27px;
    max-width: 975px;
    margin-left: auto;
    margin-right: auto;
}

.footerabs {
    position: absolute;
    bottom: 0;
}

.absout-se-two figure {
    display: table;
    margin: auto;
    width: 400px;
}

.rotate-text {
    transform: translateY(250px) rotate(-10deg);
    opacity: 0;
    animation: rotateFadeUp 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.ethos-one {
    padding: 80px 0 150px;
}

.ethos-one h1 {
    font-size: 38px;
    margin-bottom: 4px;
}

.ethos-one p {
    font-size: 18px;
    font-weight: 300;
    max-width: 432px;
}

.ethosoneabs {
    position: absolute;
    left: 0;
    top: 0;
    height: 500px;
}

.ethos-two h3 {
    font-size: 38px;
    margin-bottom: 0;
    font-weight: 300;
}

.ethos-two p {
    font-size: 18px;
    max-width: 300px;
    font-weight: 300;
    margin-bottom: 0;
}

.ethos-two .row .col-md-6:nth-child(2) {
    padding-left: 130px;
}

.ethos-two {
    padding-top: 150px;
    padding-bottom: 220px;
    background-image: url(../images/ethosetwobg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ethos-one .container {
    position: relative;
    z-index: 1;
}

.ethos-three {
    padding-bottom: 240px;
}

.main-box .box {
    border-radius: 34px;
    background: #D9D9D9;
    width: 234px;
    height: 234px;
    overflow: hidden;
    transform: rotateZ(45deg);
}

.crafint-place {
    padding-top: 127px;
    padding-bottom: 75px;
    margin-bottom: 100px;
}

.crafint-place {
    position: relative;
    z-index: 1;
}

.main-box {
    gap: 68px;
}

.main-box .box .box-inner {
    transform: rotate(-45deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
    height: 100%;
    gap: 10px;
    text-align: center;
    padding-top: 29px;
}

.main-box .box .box-inner figure {
    margin: 0;
    height: 70px;
}

.main-box .box .box-inner figure img {
    height: 60px;
}

.main-box .box .box-inner h3 {
    font-size: 14px;
    color: #000000;
    padding: 0 16px;
    line-height: 20px;
}

.crafint-place h2 {
    font-size: 38px;
    margin-bottom: 70px;
}

.main-box {
    margin-bottom: 100px;
}

.crafint-place p {
    font-size: 18px;
    max-width: 854px;
    text-align: center;
    margin: auto;
    font-weight: 300;
    margin-bottom: 44px;
}

.crafint-place h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 110px;
}

.crafint-place {
    background-image: url(../images/craftingbg.jpg);
    background-size: cover;
    background-position: center;
}

.crafint-place,
.get-in-touch,
footer {}

video {
    max-width: 100%;
}

.text-box {
    width: 444px;
    flex: 0 0 444px;
    background: #D9D9D9;
    color: black;
    padding-top: 50px;
    padding-right: 70px;
    padding-bottom: 50px;
    padding-left: 72px;
}

.text-box-two {
    transform: translateX(-60px);
}

.text-box h2 {
    font-size: 37px;
    margin-bottom: 10px;
}

.text-box p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}

.text-box {
    width: 444px;
    background: #D9D9D9;
    color: black;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 72px;
}

.what-we-create-video .container {
    row-gap: 180px;
    display: flex;
    flex-direction: column;
}

.what-we-create-video {
    margin-bottom: 100px;
}

.what-we-create {
    padding: 110px;
}

.what-we-create h1 {
    font-size: 50px;
    margin: 0;
}

.text-box h2 {
    font-size: 37px;
    margin-bottom: 10px;
}

.text-box p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}

.what-we-create-video video {
    height: 460px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.text-box-one {
    transform: translateX(60px);
}

.story-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding-bottom: 30px;
}

.story-content h2 {
    font-size: 34px;
    font-weight: 300;
}

.story-content p {
    color: white;
    font-size: 20px;
    font-weight: 300;
}


.story-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: bottom center;
}

#fullpage {
    position: relative;
    height: 100vh;
    width: 100%;
}


.story-section.story-only-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.story-section.story-only-text h2 {
    font-size: 34px;
    max-width: 980px;
    line-height: 1.4;
}

.counter {
    font-size: 560px;
    line-height: 400px;
    color: white;
    display: flex;
    flex-wrap: nowrap;
    font-weight: 300;
}

.thenumber {
    padding-top: 90px;
    padding-bottom: 70px;
}

.thenumber h2 {
    font-size: 60px;
}

.the-number-counter h6 {
    font-size: 32px;
    color: white;
    margin-bottom: 17px;
    display: inline-block;
    margin-left: 15px;
}

.the-number-counter h5 {
    color: white;
    font-size: 32px;
    margin-bottom: 0;
    margin-top: 22px;
    display: inline-block;
    margin-left: 15px;
}

.the-number-counter {
    padding-bottom: 88px;
}

.absbox {
    position: absolute;
    right: 0;
    top: 110px;
}

.project-dettaisl {
    background: #D9D9D9;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 100px 5vw;
    color: black;
    text-align: center;
    gap: 40px;
    position: relative;
}

.p-box {
    width: 100%;
    flex: 0 0 100%;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.project-dettaisl .row {
    row-gap: 90px;
}

.p-box h3 {
    font-size: 33px;
}

.by-thefooter {
    padding-top: 100px;
}

.project-dettaisl p {
    font-size: 20px;
    font-weight: 300;
}

.absline-gray {
    position: absolute;
    right: 0;
    top: 0;
}

.we-beleave .main-box .box .box-inner h3 {
    padding: 0 10px;
}

.v-story-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.v-story-content p {
    font-size: 18px;
    max-width: 780px;
    margin: 0;
    font-weight: 300;
}

.v-story-content h1 {
    font-size: 40px;
}

.vsline {
    position: absolute;
    top: 160px;
}

.vsline img {
    height: 600px;
}

.jms-content figure {
    margin: 0;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.jms-content figure img {
    max-width: 430px;
}

.jms-content p {
    max-width: 510px;
}

.v-story-content .container,
.v-story-content .container .row,
.v-story-content .container .row .col-md-6 {
    height: 100%;
}

.v-story-content .container .row .col-md-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

}

.residential.h-font {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
    text-align: center;
    font-size: 40px;
}

.jms-content h1 {
    font-size: 28px;
    font-weight: 600;
}

.about-differnet p {
    max-width: 600px;
    font-weight: 300;
    display: table;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    margin-bottom: 20px;
}

.about-title {
    padding-top: 150px;
    padding-bottom: 250px;
    position: relative;
}

.about-title h1 {
    font-size: 50px;
    font-weight: normal;
    margin: 0;
}

.absabout-title {
    position: absolute;
    right: 0;
    top: 0;
}

.who-we-are {
    padding-top: 50px;
    padding-bottom: 150px;
}

.who-we-are figure {
    margin: 0;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}



.who-we-are h2 {
    font-size: 46px;
    margin-bottom: 15px;
}

.who-we-are p {
    font-weight: 300;
    max-width: 500px;
    font-size: 16px;
    margin-bottom: 0;
}

.mision-vision {
    background: #D9D9D9;
    padding-top: 120px;
    padding-bottom: 90px;
    color: black;
    text-align: center;
    position: relative;
}

.mision-vision .icon img {
    height: 90px;
}

.mision-vision .icon {
    margin-bottom: 32px;
}

.mision-vision h3 {
    font-size: 37px;
    margin-bottom: 12px;
}

.mision-vision p {
    max-width: 500px;
    display: table;
    margin: auto;
    margin-bottom: 0;
    font-size: 16px;
}

.abs-mosson {
    position: absolute;
    right: 0;
    top: 0;
}

.mision-vision .container {
    position: relative;
    z-index: 1;
}

.leadership {
    padding-top: 110px;
    padding-bottom: 60px;
}

.leadership h3 {
    font-size: 44px;
    margin-bottom: 12px;
}

.leadership p {
    font-size: 16px;
    font-weight: 300;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.our-managemnet {
    padding-top: 120px;
}

.our-managemnet figure {
    max-width: 460px;
}

.our-managemnet h4 {
    font-size: 44px;
}

.our-managemnet p {
    font-weight: 300;
    font-size: 16px;
    max-width: 580px;
}

.our-managemnet p span {
    font-weight: 600;
}

.text-box {
    position: relative;
}

.text-box a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.about-abs {
    position: absolute;
    left: 0;
    top: 0;
}

.form-address,
.map {
    position: relative;
}

.contact-title {
    padding-bottom: 140px;
}

.form-address {
    padding-bottom: 110px;
}

.form-address p {
    max-width: 350px;
    font-weight: 300;
}

.form-address a {
    color: white;
    margin-top: 20px;
    display: inline-flex;
    transition: 0.5s all;
    gap: 10px;
    align-items: center;
}

.form-address a:hover {
    color: white;
}

.form-address a img {
    width: 40px;
    transition: 0.5s all;
}

.form-address a:hover img {
    transform: translatex(10px);
}

.form-address form {
    max-width: 400px;
    margin-left: auto;
    background: #D9D9D9;
    padding: 30px 30px;
}

.form-address form .form-control {
    border-radius: 0;
    height: 44px;
    font-size: 16px;
}

.form-address form .form-control::placeholder {
    font-size: 14px;
    color: #070707;
    opacity: 0.5;
}

.form-address form label {
    color: black;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 4px;
}

.form-address form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-address form button {
    width: 100%;
    border: 0;
    padding: 8px 0;
    background: white;
    box-shadow: 0 0 4px 0px #ffffff;
    transition: 0.5s all;
}

.form-address form button:hover {
    background: black;
    color: white;
}

.map {
    padding-top: 100px;
    padding-bottom: 100px;
}

.lets-connect {
    background: #D9D9D9;
    position: relative;
    padding: 60px 0;
    color: black;
}

.lets-connect h3 {
    font-size: 38px;
    margin: 0;
}

.lets-connect p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    font-size: 18px;
    font-weight: 300;
}

.lets-connect p span {
    width: 30px;
    flex: 0 0 30px;
}

.lets-connect p span img {
    height: 22px;
}

.about-se-three h1 {
    font-size: 34px;
}

.about-se-three p {
    font-size: 16px;
    max-width: 480px;
}

.about-se-two p {
    font-size: 16px;
    max-width: 480px;
}

.about-se-two h1 {
    font-size: 34px;
}

.about-se-two {
    padding: 140px 0;
}


.about-se-three .row .col-md-6:nth-child(2) {
    padding-left: 100px;
}

.about-se-three {
    padding-bottom: 250px;
}

.about-se-two .about-curv {
    top: 40vh;
}

.aboutawards {
    background: #D9D9D9;
    padding: 90px 140px;
    color: black;
    text-align: center;
    position: relative;
}



.aboutawards h4 {
    font-size: 54px;
    font-weight: 500;
    margin-bottom: 0;
}

.aboutawards p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.ethos-four {

    padding-bottom: 220px;
}

.ethos-four h3 {
    font-size: 38px;
    margin-bottom: 0;
    font-weight: 300;
}

.ethos-four p {
    font-size: 18px;
    max-width: 300px;
    font-weight: 300;
    margin-bottom: 0;

}



.ethos-four .row .col-md-6:nth-child(2) {
    padding-left: 130px;
}

.footerabs img {
    height: 590px;
}
.storyget {transform: translateY(75px);}



@keyframes rotateFadeUp {
    0% {
        transform: translateY(250px) rotate(-10deg);
        opacity: 0;
    }

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

@media (min-width: 1400px) {
    .story-content .container {
        max-width: 1030px;
    }

    header .container {
        max-width: 1030px;
        transition: none;
    }

    .aboutusbanner .container {
        max-width: 1200px;
    }

    .absout-se-two .container,
    .about-se-two .container,
    .about-se-three .container {
        max-width: 1200px;
        position: relative;
        z-index: 1;
    }

    .about-differnet .container,
    .ethos-one .container,
    .ethos-two .container,
    .ethos-four .container,
    .what-we-create-video .container,
    .our-story-content .container {
        max-width: 1200px;

    }

}

@media (max-width: 600px) {
    .last-section .get-in-touch {
    transform: translateY(0px);
}

    .storyget {transform: translateY(0px);}
    header {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    a.brand-logo img {
        height: 90px;
        width: auto;
    }

    .vs-slider {
        height: 100vh;
    }

    .vs-slider-text {
        top: 40vh;
        transform: translateX(10px);
        width: 100%;
        padding-right: 16px;
    }

    .vs-slider-text h1 {
        font-size: 34px;
    }

    .vs-slider-text p {
        width: 100%;
        font-size: 16px;
        max-width: 100%;
        padding-right: 16px;
    }

    .vs-slider-text .section1 {
        padding-right: 16px;
    }

    .imgdiv {
        width: 100%;
        height: 100%;
        background-position: center right;
    }

    .get-in-touch .col-md-6 {
        padding-bottom: 0;
    }

    .get-in-touch .col-md-6:nth-child(2) {
        padding-top: 19px;
    }

    .get-in-touch .row .col-md-6:nth-child(2):before {
        display: none;
    }

    .get-in-touch .row .col-md-6:nth-child(2):before {
        display: none;
    }

    .get-in-touch .map-link {
        margin-top: 10px;
        border: 1px solid white;
        padding: 4px 10px;
    }

    .get-in-touch .title+.h-line {
        width: 84%;
    }

    footer {
        margin-top: 20px;
    }

    .social {
        flex-direction: row;
        justify-content: center;
        margin-bottom: 6px;
    }

    footer .container {
        padding-top: 20px;
    }

    .social a img {
        width: 20px;
    }

    footer .row .col-md-1 {
        order: 2;
    }

    footer .row .col-md-10 {
        order: 1;
    }

    footer .row {
        display: flex;
        flex-direction: column;
    }



    a.footer-logo {
        max-width: 100px;
        margin-bottom: 9px;
    }

    .footermneu {
        display: none;
    }

    .aboutusbanner h1 {
        font-size: 34px;
        text-align: center;
    }

    .aboutusbanner {
        height: 360px;
    }

    .about-se-three .row .col-md-6:nth-child(2) {
        padding-left: 16px;
    }

    .aboutawards {
        padding: 60px 0;
    }

    .aboutawards .row {
        row-gap: 54px;
    }

    .about-differnet h2 {
        font-size: 26px;
        padding: 0 16px;
        line-height: 1.5;
    }

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

    .absout-se-two p {
        margin-bottom: 44px;
    }

    .about-se-two {
        padding: 60px 0;
    }

    .about-se-two figure {
        margin-top: 30px;
    }

    .about-se-three .row {
        display: flex;
        flex-wrap: wrap;
    }

    .about-se-three .row .col-md-6:nth-child(1) {
        order: 2;
    }

    .about-se-three .row .col-md-6:nth-child(2) {
        order: 1;
    }

    .about-se-three {
        padding-bottom: 60px;
    }

    .about-se-three figure {
        margin-top: 30px;
    }

    .absout-se-two figure {
        width: auto;
    }

    .h-line {
        width: 100%;
    }

    .ethos-one {
        padding-top: 80px;
        padding-bottom: 0;
    }

    .ethos-two {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .ethos-two .row .col-md-6:nth-child(2) {
        padding-left: 16px;
    }

    .ethos-four .row .col-md-6:nth-child(2) {
        padding-left: 16px;
    }

    .ethos-four {
        padding-bottom: 60px;
    }

    .ethos-four h3 {
        font-size: 34px;
    }

    .ethos-four p {
        max-width: unset;
        width: 100%;
        font-size: 16px;
    }

    .ethos-one h1 {
        font-size: 34px;
    }

    .ethos-one p {
        font-size: 16px;
    }

    .ethos-two h3 {
        font-size: 34px;
    }

    .ethos-two p {
        font-size: 16px;
    }

    .ethos-two .row {
        display: flex;
        flex-wrap: wrap;
    }

    .ethos-two .row .col-md-6:nth-child(1) {
        order: 2;
    }

    .ethos-two .row .col-md-6:nth-child(2) {
        order: 1;
        margin-bottom: 30px;
    }

    .ethos-three {
        padding-top: 40px;
    }

    .ethos-four {
        padding-top: 40px;
    }

    .ethos-four .row {
        display: flex;
        flex-wrap: wrap;
    }

    .ethos-four .row .col-md-6:nth-child(2) {
        order: 1;
        margin-bottom: 20px;
    }

    .ethos-four .row .col-md-6:nth-child(1) {
        order: 2;
    }

    .ethos-one .row .col-md-6:nth-child(1) {
        margin-bottom: 20px;
    }

    .crafint-place h2 {
        font-size: 34px;
    }


    .main-box {
        flex-direction: column;
    }

    crafint-place {
        overflow: hidden;
    }

    .crafint-place {
        overflow: hidden;
        margin-bottom: 0;
        padding-bottom: 60px;
    }

    .crafint-place p {
        font-size: 16px;
        padding: 0 16px;
    }

    .story-content h2 {
        font-size: 32px;
    }

    .story-content p {
        font-size: 16px;
    }

    .story-content h1 {
        font-size: 28px;
    }

    .thenumber h2 {
        font-size: 44px;
    }

    .thenumber .container {
        position: relative;
        z-index: 1;
    }

    .counter {
        font-size: 39vw;
        text-align: center;
        justify-content: center;
        line-height: 1;
    }

    .the-number-counter h6 {
        text-align: center;
        display: block;
        margin-left: 0;
    }

    .p-box h3 {
        font-size: 32px;
    }

    .by-thefooter {
        padding-top: 50px;
    }

    .project-dettaisl p {
        font-size: 18px;
    }

    .project-dettaisl .row {
        row-gap: 60px;
    }

    .form-address .row .col-md-6:nth-child(2) {
        order: 1;
    }

    .form-address .row .col-md-6:nth-child(1) {
        order: 2;
        margin-top: 54px;
    }

    .form-address {
        padding-bottom: 0;
    }

    .contact-title {
        padding-top: 70px;
        padding-bottom: 90px;
    }

    .contact-title h1,
    .about-title h1 {
        font-size: 40px;
    }

    .about-title .container {
        position: relative;
        z-index: 1;
    }

    .footerabs img {
        height: 380px
    }

    .aboutawards .abs-mosson {
        top: auto;
        bottom: -30px;
    }

    .about-se-two .container {
        position: relative;
        z-index: 1;
    }
}

/* Career Page Styles */
.career-section {
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #000000;
    position: relative;
    z-index: 1;
}

.career-heading {
    text-align: center;
    margin-bottom: 60px;
}

.career-heading .h-font {
    font-size: 42px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 300;
}

.career-form-wrapper {
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px 60px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.career-form .form-group {
    margin-bottom: 45px;
    position: relative;
}

.career-form .form-group label {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 300;
}

.career-form .form-group input[type="text"],
.career-form .form-group input[type="email"],
.career-form .form-group input[type="tel"],
.career-form .form-group input[type="file"],
.career-form .form-group select.form-control {
    width: 100%;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    padding: 14px 18px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
    border-radius: 6px;
    height: 60px;
}

.career-form .form-group select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 18px top 50%;
    background-size: 12px auto;
}

.career-form .form-group select.form-control option {
    background-color: #000000;
    color: #ffffff;
}

.career-form .form-group input::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
}

.career-form .form-group select.form-control:invalid {
    color: rgba(255, 255, 255, 0.4);
}

.career-form .form-group input:focus,
.career-form .form-group select.form-control:focus {
    outline: none;
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
}



/* Specific padding adjustments to perfectly match the 60px height. */
.career-form .form-group input[type="file"] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    width: 100%;
    cursor: pointer;
    padding: 14px 18px;
    /* Matches text inputs exactly */
    line-height: 30px;
}

/* Make the file selector look like a text link */
.career-form .form-group input[type="file"]::file-selector-button {
    background: transparent;
    color: #ffffff;
    border: none;
    height: auto;
    line-height: normal;
    padding: 0;
    margin-right: 15px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.career-form .form-group input[type="file"]::file-selector-button:hover {
    color: #d1d1d1;
    background: transparent;
}

.career-form .form-submit {
    text-align: center;
}

.career-form .apply-btn {
    background: #ffffff;
    color: #000000;
    border: none;
    padding: 16px 50px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.4s ease;
    display: inline-block;
}

.career-form .apply-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
    .career-heading .h-font {
        font-size: 32px;
    }

    .career-form-wrapper {
        padding: 40px 30px;
    }

    .story-section.story-one {
        background-position: 20% bottom;
    }

    .story-section.story-four {
        background-position: 48% 100%;
    }



    .story-section.story-seven {
        background-position: 43% center;
    }

    .imgdiv.image-one {
        background-position: left;
    }

    .imgdiv.image-tow {
        background-position: center;
    }

    .imgdiv.image-four {
        background-position: center;
    }

    .imgdiv.image-seven {
        background-position: 60% 100%;
    }

}

.comming-sonntitel h1 {
    font-size: 70px;
}

/* Mobile Menu Styles */
.mobile-menu-toggle {
    background: transparent;
    border: none;
    position: relative;
    z-index: 999;
    padding: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
    outline: none;
}

.mobile-menu-toggle span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease;
}

/* Toggle Animation */
.mobile-menu.open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.mobile-menu.open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
}

.mobile-menu.open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.mobile-menu-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.96);
    z-index: 998;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
}

.mobile-menu.open .mobile-menu-content {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content a {
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Castoro Titling", serif;
    text-decoration: none;
    transition: 0.3s all;
    opacity: 0;
    transform: translateY(20px);
}

.mobile-menu.open .mobile-menu-content a {
    opacity: 1;
    transform: translateY(0);
}

.mobile-menu.open .mobile-menu-content a:nth-child(1) {
    transition-delay: 0.1s;
}

.mobile-menu.open .mobile-menu-content a:nth-child(2) {
    transition-delay: 0.2s;
}

.mobile-menu.open .mobile-menu-content a:nth-child(3) {
    transition-delay: 0.3s;
}

.mobile-menu.open .mobile-menu-content a:nth-child(4) {
    transition-delay: 0.4s;
}

.mobile-menu.open .mobile-menu-content a:nth-child(5) {
    transition-delay: 0.5s;
}

.mobile-menu-content a:hover {
    color: #aeaeae;
}