#home {
    margin-top: 150px;
    width: 1196px;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 0;    

    /* border: 1px solid red; */
}
#hero-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;

    position: relative;

}
#hero-container-new {
    width: 100%;
    
    margin-bottom: 90px;

    display: inline-flex;
    justify-content: space-between;
}
#hero-container-new h1 {
    font-size: 55px;
    font-weight: 800;
}
#hero-container-new h2 {
    font-size: 26px;
    font-weight: 800;
}
#hero-container-new h3 {
    font-size: 26px;
    font-weight: 800;
}
#hero-right {
    text-align: right;

    display: inline-flex;
    flex-direction: column;
}
.h-gap {
    padding: 8px 0;
}
.hero-link {
    display: inline-flex;
    align-items: center;
}
.hero-link:hover {
    color: var(--linkColor);
}

.hero-text-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#main-title {
    color: var(--textColor);
    font-weight: 800;
    font-size: 52px;
}
#main-h2 {
    font-size: 24px;
    font-weight: 400;
    max-width: 500px;
}

#main-btns {
    display: flex;
    gap: 20px;
}

#ati-hero {
    user-select: none;

    transform-style: preserve-3d;
    transition: transform 1.2s ease-in-out;
}
#ati-hero:hover {
    transform: rotateY(360deg);
}
#ati-hero-text {
    font-size: 16px;
    padding: 14px 22px;
}
#wannait {
    position: absolute;
    top: 0;
    left: 500px;

    user-select: none;
    pointer-events: none;
}
#offer {
    margin-top: 100px;
    width: 100%;

    display: flex;
    flex-direction: column;
    gap: 30px;
}
.offer-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 120px;
    width: 100%;
    margin-top: 150px;
}
.offer-first-container {
    position: relative;

    width: 100%;
    height: auto;
    min-height: 680px;
}
.offer-second-container {
    position: relative;

    width: 100%;
    height: auto;
    min-height: 780px;

    display: flex;
    justify-content: right;
    text-align: right;
}
.mobile-offer-bg-1 {
    display: none;
}
.offer-third-container {
    position: relative;

    width: 100%;
    height: auto;
    min-height: 630px;
}
.offer-last-container {
    width: 100%;
    height: auto;
    min-height: 550px;

    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    flex: 1;

    animation: fadeInObject both;
    animation-timeline: view();
    animation-range: entry 0% contain 60%;

    position: relative;
}

.mobile-offer-bg-1, .mobile-offer-bg-2, .mobile-offer-bg-3 {
    display: none;
}

.first-container-img-container {
    width: auto;
    height: 680px;

    position: absolute;
    top: 0;
    left: 500px;
}
.second-container-img-container {
    width: auto;
    height: 680px;
    position: absolute;
    top: 0;
    left: 0;
}
.third-container-img-container {
    width: auto;
    height: 626px;

    position: absolute;
    top: 0;
    left: 400px;
}
.third-container-text {
    display: inline-flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 380px;
    margin-left: 140px;
}
.second-container-text {
    display: inline-flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 260px;
    margin-right: 100px;
}
.first-container-text {
    display: inline-flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 140px;
}
.first-container-text h2, .second-container-text h2, .third-container-text h2{
    font-size: 55px;
    font-weight: 800;
}
.first-container-text h3, .second-container-text h3, .third-container-text h3 {
    font-size: 26px;
    font-weight: 800;
}
.first-container-text p, .second-container-text p{
    font-size: 22px;
    font-weight: 400;

    color: var(--secTextColor);
    max-width: 455px;
}
.third-container-text p {
    font-size: 22px;
    font-weight: 400;

    color: var(--secTextColor);
    max-width: 520px;
}
.offer-last-container h4 {
    font-size: 46px;
    font-weight: 800;
    
}
.offer-last-container p { 
    font-size: 22px;
    max-width: 463px;
    color: var(--thirdTextColor);
}
.ajanlatkeres-btn {
    display: inline-flex;
}

.offer-div {
    width: 243px;
    height: 249px;

    border-radius: var(--borderRadius);
    background: var(--divBackground);
    border: 1px solid var(--divBorderBg);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
    padding: 12px;
}
.offer-img {
    width: 100px;
    height: 100px;
}
.offer-div h4 {
    font-size: 24px;
}
.offer-div p {
    font-size: 14px;
    color: var(--thirdTextColor);
}
#offer-jobs-img {
    position: absolute;
    top: 0;
    left: 600px;
    width: 1150px;
    

    border-radius: 20px;
    border: 1px solid var(--divBorderBg);
}
.div-back-light {
    width: 500px;
    height: 500px;
    background-color: #3a40bb40;

    position: absolute;
    top: 190px;
    left: 350px;
    z-index: -1;
    border-radius: 999px;
    
    filter: blur(100px);
}
.div-back-light-2 {
    width: 400px;
    height: 400px;
    background-color: #0c768e40;

    position: absolute;
    top: 190px;
    left: 350px;
    z-index: -2;
    border-radius: 999px;
    
    filter: blur(100px);
}
.div-back-light-3 {
    width: 450px;
    height: 450px;
    background-color: #3a40bb40;

    position: absolute;
    top: 100px;
    left: 350px;
    z-index: -2;
    border-radius: 999px;
    
    filter: blur(100px);
}
#they-said {
    margin-top: 50px;
    width: 100vw;
    height: 585px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    z-index: -1;
    border: 1px solid red;
}
.feedback-card {
    width: 1000px;
    padding: 30px;
    background: var(--divBackground);

    position: relative;

    display: flex;
    flex-direction: row;
    gap: 15px;
    overflow: hidden;

    animation: fadeInObject both;
    animation-timeline: view();
    animation-range: entry 0% contain 50%;
}
.feedback-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 7;
}
.feedback-text p {
    font-size: 24px;
    font-style: italic;
    color: var(--textColor);
    z-index: 2;
}

.feedback-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
    
    flex: 2;
}
.feedback-name {
    margin-top: 10px;
    font-size: 26px;
    font-weight: 500;
    color: var(--textColor);
}
#feedback-domain {
    font-size: 20px;
    color: var(--secTextColor);
}
.feedback-header-right {
    display: flex;

    z-index: 1;
}
.feedback-name-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;

}
.feedback-stars {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.feedback-img {
    object-fit: cover;
    width: 90px;
    height: 90px;
}
#redesign-container {
    width: 100%;
    padding: 0;
    margin-top: 50px;
}
#redesign {
    width: 100%;
    transform: translateY(0);

    position: relative;

    overflow: hidden;
    border-radius: var(--borderRadius);

    animation: fadeInObject both;
    animation-timeline: view();
    animation-range: entry 0% contain 50%;
}
.redesign {
    width: 100%;
    height: 521px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    padding: 50px 20px 100px 20px;
    border-radius: var(--borderRadius);
    border: 1px solid var(--divBorderBg);
    background-color: #0e0e0e;

    position: relative;
    overflow: hidden;
}

.design-h {
    max-width: 721px;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    color: #E4E0DD;
}
#redesign p {
    max-width: 721px;
    font-size: 26px;
    color: #E4E0DD;
    font-weight: 300;
    text-align: center;
}

.butterfly-container {
    position: relative;
    height: 760px;

    display: flex;

}
.butterfly-left {
    width: 100%;
}
#butterfly-img {
    position: absolute;
    top: 110px;
    left: -130px;
    z-index: -3;

}
.butterfly-right {
    width: 100%;

    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding-left: 30px;
}
#butterfly-h {
    font-size: 46px;
    font-weight: 800;
}
.butterfly-right p {
    font-size: 22px;
    max-width: 455px;
    color: var(--secTextColor);
}
#contact-home {
    margin-top: 50px;
    margin-bottom: 40px;
    width: 100%;

    display: flex;
    flex-direction: column;

    
}
.contact-home-content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 150px;

    animation: fadeInObject both;
    animation-timeline: view();
    animation-range: entry 0% contain 50%;
}
.contact-home-title {
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 50px;

    animation: fadeInObject both;
    animation-timeline: view();
    animation-range: entry 0% contain 50%;
}
.contact-home-title h3 {
    font-size: 32px;
}
.contact-home-title-p {
    font-size: 24px;
    color: var(--thirdTextColor);

    text-align: center;
    padding: 20px;
    max-width: 700px;
}
.call-me {
    display: inline-flex;
    flex-direction: column;
}
.e-mail-me {
    display: inline-flex;
    flex-direction: column;
}

.contact-option {
    display: flex;
    align-items: center;
    gap: 20px;
}

#touch {
    width: 100%;
    display: flex;

    position: relative;

    animation: fadeInObject both;
    animation-timeline: view();
    animation-range: entry 0% contain 50%;
}
.touch-left {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    gap: 20px;
    padding-right: 50px;
}
.touch-right {
    width: 100%;
    
}
.touch-left h2 {
    font-size: 46px;
    font-weight: 800;
}
.touch-left p {
    max-width: 440px;
    color: var(--secTextColor);
    font-size: 22px;
    line-height: 1.1;
}
#ne-habozz {
    color: var(--secTextColor);
    font-size: 26px;
    
    font-family: "Reenie Beanie", cursive;
    font-weight: 400;
    font-style: normal;
}
.touch-contact-option {
    font-size: 24px;
    font-weight: 600;

    -webkit-transition: all 150ms ease-in-out; 
    -moz-transition: all 150ms ease-in-out; 
    transition: all 150ms ease-in-out;

}
.touch-contact-option span {
    padding-left: 10px;
}
.touch-contact-line {
    width: 200px;
    height: 1px;
    background-color: #d9d9d910;
}
.touch-contact-socials {
    display: flex;
    gap: 10px;
}
#form-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#form-container p {
    color: var(--textColor);
    font-weight: 700;
}
#form {
    width: 100%;

    background: var(--divBackground);
    border: 1px solid var(--divBorderBg);
    border-radius: var(--borderRadius);
    padding: 30px;

}

#sikeres-hivas, #sikertelen-hivas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 20px;

    padding: 50px 20px;

    text-align: center;
}
#sikeres-img, #sikertelen-img {
    width: 280px;
    height: 280px;
}
#sikeres-hivas h3, #sikertelen-hivas h3 {
    font-size: 36px;
}
#sikeres-hivas p, #sikertelen-hivas p {
    font-size: 20px;
    color: var(--textColor);
}

.sikertelen-btn {
    display: inline-flex;
}
.sikertelen-btn-img {
    display: inline;
    width: 20px;
}
.p {
    color: var(--textColor);
    font-size: 20px;
    padding: 10px;
}



.input {
    width: 100%;
    background-color: var(--inputBackground);
    border: 1px solid var(--inputBorderBg);
    border-radius: var(--borderRadius);
    color: var(--textColor);
    font-family: "Raleway", system-ui;
    font-size: 18px;
    font-weight: 800;
    padding: 20px;
    outline: none;

    -webkit-transition: all 150ms ease-in-out; 
    -moz-transition: all 150ms ease-in-out; 
    transition: all 150ms ease-in-out; 
}
.input:active, .input:focus {
    border: 1px solid var(--linkColor);
    transform: scale(1.02);
}
.input::-webkit-input-placeholder { 
    font-weight: 400;
    color: var(--divInputText);
}
.input::-moz-placeholder { 
    font-weight: 400;
    color:var(--divInputText);
} 
.input::-ms-input-placeholder { 
    font-weight: 400;
    color:var(--divInputText);
} 

.form-flex-div {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
#name-input, #cegname-input {
    flex: 2;
}

#phone-input, #email-input {
    flex: 1;
}

#message-input {
    min-height: 216px;
    border-radius: var(--borderRadius);
    justify-content: flex-start;

    resize: vertical;

    font-family: "Raleway", system-ui;
    font-weight: 600;
}
.form-foot {
    display: flex;
    align-items: center;
    gap: 30px;
}
.form-foot-adatvedelem p {
    color: var(--textColor);
}



.offer-right-div {
    
    display: flex;
    flex-direction: column;
    gap: 10px;
}



.main-header {
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 50px;
}


#error-message {
    display: none;
    background-color: rgb(200, 17, 17);
    color: white;
    border-radius: 5px;

    padding: 5px 10px;
    margin-bottom: 20px;
}

#mobilBg {
    display: none;
}

#ati-hero-text {
    position: absolute;
    bottom: 0;
    right: 70px;
    z-index: 1;
}

#home-job {
    border: 1px solid var(--divBorderBg);
    width: 100%;
    height: 650px;

    border-radius: var(--borderRadius);
    margin-top: 50px;
    
    overflow: hidden;
    
    position: relative;

    animation: fadeInObject both;
    animation-timeline: view();
    animation-range: entry 0% contain 50%;
}
.home-job-sites {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.home-job-img-bg {
    width: 100%;
    object-fit: cover;
    
    position: absolute;
    z-index: 2;
}

#home-job-title {
    font-size: 40px;
    font-weight: 300;
    width: 100%;
    
    color: #E4E0DD;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 4;

    user-select: none;
    pointer-events: none;
}

.home-job-circles {
    display: flex;

    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}
.home-job-circle {
    width: 14px;
    height: 14px;

    background-color: #D9D9D9;
    border-radius: 100vw;
}
.circle-inactive {
    opacity: 0.2;
}


.home-job-img-site {
    width: 100%;
    object-fit: cover;
    position: absolute;


    user-select: none;
    z-index: 1;

    transition: transform 0.3s ease, z-index 0s linear 0.3s;
}
.home-job-img-site.activeSlide {
    transform: scale(1.1);
    z-index: 2;
}
#img-one {
    width: 100%;
    z-index: 3;

    transform: translateX(0) rotate(0);

    animation: myJobsCards linear;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;

    opacity: 0;
}
#img-two {
    width: 100%;
    z-index: 2;
    opacity: 0;
}
#img-three {
    position: relative;
    width: 100%;
    z-index: 3;
    transform: rotate(0);

    animation: myJobsCardThree linear;
    animation-timeline: view();
    animation-range: entry 100% cover 50%;

}

.circle-style {
    padding: 15px;
    cursor: pointer;
}

#home-job-container {
    width: 100%;
}


#home-job-mobile {
    display: none;
}

#heroBGMobile {
    display: none;
}

#offer-first-img {
    animation: appear-laptop linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}

#offer-second-img {
    height: 100%;

    animation:  floating 3s ease-in-out infinite;
    transform: translateY(0px);
}
#offer-third-img {
    animation: appear-magnify linear;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;
}

.magnifier-container {
    position: absolute;
    overflow: hidden;
    top: -140px;
    right: 0;
    width: 700px;
    height: 700px;
    

    clip-path: circle(120px at 140px);

    object-fit: cover;
    animation: moveRight linear;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;
    
}
#magnifier {
    position: absolute;
    top: 0;
    right: 30px;

    z-index: 3;

    animation: moveRightMagnify linear;
    animation-timeline: view();
    animation-range: entry 0% cover 42%;
}

.mobile-magnify-img {
    display: none;
}
.me {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    border: 1px solid var(--divBorderBg);
    border-radius: 120px;
    width: 210px;
    cursor: pointer;
}

.me p {
    font-size: 16px;
    font-weight: 600;
}
.avatar {
    width: 50px;
    height: 45px;
    border-radius: 150px;
}

/*
#contact-icon {
    transform: rotate(0);


    animation: phoneIconShake 500ms ease-in-out;
    animation-duration: 5s;
    animation-iteration-count: infinite;
} */

#shooting-stars-container {
    position: absolute;
    top: -270px;
    left: 180px;
    width: 1000px;

}
#shooting-stars {
    position: absolute;
    width: 100%;
    height: 1000px;

    z-index: -4;

    transform: rotateZ(40deg);
}
.star {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 1px;
    width: 100px;
    background: linear-gradient(-45deg, #FFF, rgba(0, 0, 255, 0));
    border-radius: 999px;
    filter: drop-shadow(0 0 6px #FFF);

    animation: tail 3s ease-in-out infinite,
    falling 3s ease-in-out infinite;

}
.star:nth-child(1) {
    top: calc(50% - 100px);
    left: calc(50% - 250px);
    animation-delay: 1.9s;
}
.star:nth-child(1)::before,
.star:nth-child(1)::after {
    animation-delay: 1.7s;
}

.star:nth-child(2) {
    top: calc(50% - 50px);
    left: calc(50% - 200px);
    animation-delay: 1.3s;
}
.star:nth-child(2)::before,
.star:nth-child(2)::after {
    animation-delay: 1.2s;
}


.star:nth-child(3) {
    top: calc(50% - 200px);
    left: calc(50% - 400px);
    animation-delay: 3.4s;
}
.star:nth-child(3)::before,
.star:nth-child(3)::after {
    animation-delay: 1.5s;
}

.star:nth-child(4) {
    top: calc(60% - 10px);
    left: calc(60% - 60px);
    animation-delay: 1.9s;
}
.star:nth-child(4)::before,
.star:nth-child(4)::after {
    animation-delay: 1s;
}
.star:nth-child(5) {
    top: calc(50% + 300px);
    left: calc(50% - 400px);
    animation-delay: 1.6s;
}
.star:nth-child(5)::before,
.star:nth-child(5)::after {
    animation-delay: 2.1s;
}
.star:nth-child(6) {
    top: calc(50% + 200px);
    left: calc(50% - 200px);
    animation-delay: 1s;
}
.star:nth-child(6)::before,
.star:nth-child(6)::after {
    animation-delay: 1.4s;
}
.star:nth-child(7) {
    top: calc(50% - 120px);
    left: calc(50% - 30px);
    animation-delay: 1.1s;
}
.star:nth-child(7)::before,
.star:nth-child(7)::after {
    animation-delay: 2.8s;
}
.star:nth-child(8) {
    top: calc(50% - 200px);
    left: calc(50% - 30px);
    animation-delay: 2.6s;
}
.star:nth-child(8)::before,
.star:nth-child(8)::after {
    animation-delay: 3.4s;
}

@keyframes tail {
    0% {
        width: 0;
    }
    30% {
        width: 100px;
    }
    100% {
        width: 0;
    }
}
@keyframes falling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(300px);
    }
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes appear-laptop {
    from {
        transform: translateX(400px);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes moveRight {
    from {
        clip-path: circle(120px at 550px); /* Kezdő pozíció bal oldalon */
    }
    to {
        clip-path: circle(120px at 140px); /* Végpozíció jobb oldalon */
    }
}
@keyframes moveRightMagnify {
    from {
        transform: translateX(350px);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes myJobsCards {
    from {
        transform: translateX(0) rotate(0);
    }
    to {
        transform: translateX(30px) rotate(5deg);
    }
}

@keyframes myJobsCardThree {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(-10deg);
    }
}

@keyframes fadeInObject {
    from {
        opacity: 0;
        transform: translateY(200px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes phoneIconShake {

    10% {
        rotate: 12deg;
    }
    30%, 70% {
        rotate: -25deg;
    }
    50%, 80% {
        rotate: 25deg;
    }
}