/*====================================================
RESET
====================================================*/

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


html {
    scroll-behavior: smooth;
}


body {
    font-family: "Poppins", sans-serif;
    background: #ffffff;
    color: #ffffff;
}


a {
    text-decoration: none;
    color: inherit;
}


button {
    font-family: inherit;
}



/*====================================================
HEADER
====================================================*/

.main-header {

    position: fixed;

    top: 0;
    left: 0;

    width: 100%;

    height: 96px;

    z-index: 1000;

    background: transparent;

    border-bottom: 1px solid rgba(255, 255, 255, 0.12);

    transition:
        background 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;

}



/*====================================================
SCROLLED HEADER
====================================================*/

.main-header.scrolled {

    background: #050607;

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);

    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);

}



/*====================================================
HEADER CONTAINER
====================================================*/

.header-container {

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

}



/*====================================================
LOGO
====================================================*/

.logo {

    width: 255px;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    border-right: 1px solid rgba(255, 255, 255, 0.10);

}


.logo img {

    width: 150px;

    height: auto;

    display: block;

}



/*====================================================
NAVIGATION
====================================================*/

.main-navigation {

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 42px;

    flex: 1;

}


.nav-link {

    position: relative;

    color: #ffffff;

    font-size: 18px;

    font-weight: 600;

    white-space: nowrap;

    transition: color 0.25s ease;

}


.nav-link:hover {

    color: #ff6b00;

}


.nav-link.active {

    color: #ff6b00;

}


.services-link span {

    font-size: 16px;

    margin-left: 3px;

    font-weight: 500;

}



/*====================================================
HEADER CONTACT
====================================================*/

.header-contact {

    width: 230px;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    border-left: 1px solid rgba(255, 255, 255, 0.10);

    border-right: 1px solid rgba(255, 255, 255, 0.10);

    font-size: 18px;

    font-weight: 600;

    transition: color 0.25s ease;

}


.header-contact:hover {

    color: #ff6b00;

}



/*====================================================
MENU BUTTON
====================================================*/

.menu-button {

    width: 125px;

    height: 100%;

    border: 0;

    background: transparent;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 8px;

    cursor: pointer;

}


.menu-button span {

    width: 55px;

    height: 1px;

    background: #ffffff;

    display: block;

}



/*====================================================
HERO SECTION
====================================================*/

.hero-section {

    position: relative;

    width: 100%;

    min-height: 850px;

    height: 100vh;

    overflow: hidden;

    display: flex;

    align-items: center;

}



/*====================================================
HERO BACKGROUND
====================================================*/

.hero-background {

    position: absolute;

    inset: 0;

    z-index: 0;

}


.hero-background img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

}



/*====================================================
HERO DARK OVERLAY
====================================================*/

.hero-overlay {

    position: absolute;

    inset: 0;

    z-index: 1;

    background:

        linear-gradient(90deg,
            rgba(0, 0, 0, 0.76) 0%,
            rgba(0, 0, 0, 0.56) 42%,
            rgba(0, 0, 0, 0.62) 100%);

}



/*====================================================
HERO CONTAINER
====================================================*/

.hero-container {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1400px;

    margin: 0 auto;

    padding: 80px 20px 0;

    display: flex;

    align-items: center;

}



/*====================================================
HERO CONTENT
====================================================*/

.hero-content {

    width: 55%;

    padding-left: 10px;

}


.hero-content h1 {

    font-size: 70px;

    line-height: 1.30;

    font-weight: 700;

    letter-spacing: -1.8px;

    color: #ffffff;

    margin-bottom: 22px;

}


.hero-content p {

    max-width: 680px;

    font-size: 18px;

    line-height: 1.75;

    font-weight: 400;

    color: rgba(255, 255, 255, 0.86);

    margin-bottom: 38px;

}



/*====================================================
HERO BUTTONS
====================================================*/

.hero-buttons {

    display: flex;

    align-items: center;

    gap: 8px;

}


.hero-button {

    width: 160px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 13px;

    font-weight: 600;

    transition: all 0.3s ease;

}


.primary-button {

    background: #4939e6;

    color: #ffffff;

}


.primary-button:hover {

    background: #ffffff;

    color: #4939e6;

}


.secondary-button {

    background: #ffffff;

    color: #4939e6;

}


.secondary-button:hover {

    background: #4939e6;

    color: #ffffff;

}



/*====================================================
HERO IMAGE AREA
====================================================*/

.hero-images {

    position: relative;

    width: 45%;

    height: 470px;

    flex-shrink: 0;

}



/*====================================================
SMALL HERO IMAGES
====================================================*/

.hero-small-image {

    position: absolute;

    top: 55px;

    width: 300px;

    height: 300px;

    overflow: hidden;

    z-index: 3;

}


.hero-small-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

}



/*====================================================
DESKTOP IMAGE POSITIONS
====================================================*/

.image-one {

    left: 0;

}


.image-two {

    right: 0;

}



/*====================================================
IMAGE LABEL
====================================================*/

.image-label {

    position: absolute;

    top: 0;

    left: 0;

    z-index: 5;

    min-width: 34px;

    height: 25px;

    padding: 0 6px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #ffffff;

    color: #222222;

    font-size: 8px;

    font-weight: 500;

}



/*====================================================
HERO ARROWS
====================================================*/

.hero-arrows {

    position: absolute;

    left: 160px;

    bottom: 28px;

    display: flex;

    align-items: center;

    gap: 10px;

    z-index: 10;

}


.slider-button {

    width: 55px;

    height: 55px;

    border: none;

    border-radius: 50%;

    background: #ffffff;

    color: #4939e6;

    font-size: 21px;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    transition: all 0.25s ease;

}


.slider-button:hover {

    background: #4939e6;

    color: #ffffff;

    transform: translateY(-2px);

}



/*====================================================
LARGE DESKTOP
1400px
====================================================*/

@media (max-width: 1400px) {

    .logo {

        width: 210px;

    }


    .header-contact {

        width: 200px;

    }


    .main-navigation {

        gap: 32px;

    }


    .hero-container {

        max-width: 1250px;

    }


    .hero-content h1 {

        font-size: 54px;

    }


    .hero-small-image {

        width: 250px;

        height: 250px;

    }


    .image-one {

        left: 0;

    }


    .image-two {

        right: 0;

    }


    .hero-main-image {

        width: 410px;

        height: 270px;

    }


    .hero-arrows {

        left: 215px;

    }

}



/*====================================================
TABLET / SMALL DESKTOP
1100px
====================================================*/

@media (max-width: 1100px) {

    .main-navigation {

        gap: 20px;

    }


    .nav-link {

        font-size: 11px;

    }


    .logo {

        width: 170px;

    }


    .header-contact {

        width: 150px;

    }


    .menu-button {

        width: 90px;

    }


    .menu-button span {

        width: 45px;

    }


    .hero-container {

        padding: 120px 35px 0;

    }


    .hero-content {

        width: 50%;

    }


    .hero-content h1 {

        font-size: 44px;

    }


    .hero-content p {

        font-size: 14px;

    }


    .hero-images {

        width: 50%;

        height: 400px;

        transform: scale(0.8);

        transform-origin: center right;

    }


    .hero-small-image {

        width: 250px;

        height: 250px;

    }


    .image-one {

        left: 0;

    }


    .image-two {

        right: 0;

    }


    .hero-arrows {

        left: 50%;

        bottom: 20px;

    }

}



/*====================================================
TABLET
992px
====================================================*/

@media (max-width: 992px) {

    .main-header {

        height: 85px;

    }


    .logo {

        width: 155px;

    }


    .logo img {

        width: 125px;

    }


    .main-navigation {

        gap: 15px;

    }


    .nav-link {

        font-size: 10px;

    }


    .header-contact {

        width: 135px;

        font-size: 14px;

    }


    .menu-button {

        width: 75px;

    }


    .menu-button span {

        width: 40px;

    }


    .hero-section {

        min-height: 780px;

    }


    .hero-container {

        padding: 110px 30px 0;

    }


    .hero-content h1 {

        font-size: 40px;

        line-height: 1.2;

    }


    .hero-content p {

        font-size: 13px;

    }


    .hero-images {

        width: 50%;

        height: 360px;

        transform: scale(0.75);

        transform-origin: center right;

    }


    .hero-small-image {

        width: 230px;

        height: 230px;

    }


    .image-one {

        left: 0;

    }


    .image-two {

        right: 0;

    }


    .hero-arrows {

        left: 45%;

        bottom: 15px;

    }

}



/*====================================================
MOBILE
====================================================*/

@media (max-width: 768px) {

    .main-header {

        height: 75px;

    }


    .header-container {

        justify-content: space-between;

    }


    .logo {

        width: 140px;

        border-right: none;

    }


    .logo img {

        width: 90px;

    }


    .main-navigation,
    .header-contact {

        display: none;

    }


    .menu-button {

        width: 80px;

    }


    .menu-button span {

        width: 40px;

    }


    .hero-section {

        min-height: 800px;

        height: auto;

    }


    .hero-container {

        min-height: 800px;

        padding: 130px 25px 80px;

        flex-direction: column;

        justify-content: center;

        align-items: flex-start;

    }


    .hero-content {

        width: 100%;

        padding-left: 0;

    }


    .hero-content h1 {

        font-size: 40px;

        line-height: 1.2;

        letter-spacing: -1px;

    }


    .hero-content p {

        font-size: 14px;

        line-height: 1.7;

    }


    .hero-images {

        width: 100%;

        height: 280px;

        margin-top: 30px;

        transform: none;

    }


    .hero-small-image {

        width: 150px;

        height: 150px;

        top: 75px;

    }


    .image-one {

        left: 10%;

    }


    .image-two {

        right: 5%;

    }


    .hero-arrows {

        left: 45%;

        bottom: 0;

    }


    .slider-button {

        width: 42px;

        height: 42px;

        font-size: 17px;

    }

}



/*====================================================
SMALL MOBILE
====================================================*/

@media (max-width: 480px) {

    .hero-content h1 {

        font-size: 34px;

    }


    .hero-content p {

        font-size: 13px;

    }


    .hero-buttons {

        flex-wrap: wrap;

    }


    .hero-button {

        width: 140px;

        height: 48px;

    }


    .hero-images {

        height: 250px;

    }


    .hero-small-image {

        width: 120px;

        height: 120px;

        top: 65px;

    }


    .image-one {

        left: 5%;

    }


    .image-two {

        right: 5%;

    }


    .hero-arrows {

        left: 40%;

        bottom: 0;

    }


    .slider-button {

        width: 40px;

        height: 40px;

        font-size: 16px;

    }

}



/*====================================================
EXTRA SMALL MOBILE
360px
====================================================*/

@media (max-width: 360px) {

    .logo {

        width: 120px;

    }


    .logo img {

        width: 80px;

    }


    .menu-button {

        width: 65px;

    }


    .menu-button span {

        width: 35px;

    }


    .hero-container {

        padding-left: 18px;

        padding-right: 18px;

    }


    .hero-content h1 {

        font-size: 30px;

    }


    .hero-button {

        width: 130px;

    }


    .hero-images {

        height: 230px;

    }


    .hero-small-image {

        width: 105px;

        height: 105px;

        top: 60px;

    }


    .image-one {

        left: 3%;

    }


    .image-two {

        right: 3%;

    }


    .hero-arrows {

        left: 38%;

    }

}