:root {
    
}

body, html {
    margin: 0;
    padding: 0;
    font-family: "Inter", Helvetica, Arial, sans-serif;
}

.homepage-landing {
    width: 100%;
    /*background-color: var(--collection-1-colors-greys-main-text-color);*/
	margin-bottom: 20px;
}

.homepage-landing .div {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.homepage-landing .div2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.homepage-landing .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 5%;
    position: sticky;
    top: 0;
    /*background-color: var(--collection-1-colors-greys-main-text-color);*/
    border-bottom: 1px solid var(--collection-1-colors-greys-border);
    z-index: 1000;
}

.homepage-landing .left,
.homepage-landing .right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.homepage-landing .menu {
    display: flex;
    gap: 16px;
}

.homepage-landing .link,
.homepage-landing .text-icon-wrapper {
    padding: 8px 12px;
    border-radius: 8px;
}

.homepage-landing .link {
    background-color: var(--collection-1-colors-greys-border);
}

.homepage-landing .text,
.homepage-landing .text-wrapper {
    font-size: 16px;
    line-height: 24px;
}

.homepage-landing .div-2 {
    display: flex;
    gap: 8px;
}

.homepage-landing .button {
    all: unset;
    cursor: pointer;
}

.homepage-landing .div-wrapper,
.homepage-landing .button-2,
.homepage-landing .button-3 {
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.homepage-landing .div-wrapper {
    background-color: var(--collection-1-colors-greys-grey-1);
    color: var(--collection-1-colors-greys-main-text-color);
    box-shadow: var(--light-drop-shadow-2);
}

.homepage-landing .button-2 {
    color: var(--collection-1-colors-greys-grey-1);
}

.homepage-landing .footer {
    width: 100%;
    padding: 48px 5%;
    /*background-color: var(--collection-1-colors-greys-grey-1);
    color: var(--collection-1-colors-greys-grey-3);*/
	/*background-color: black;*/
	background-color: var(--collection-1-colors-greys-grey-1);
    /*color: var(--collection-1-colors-greys-grey-3);*/	
}

.homepage-landing .frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

.homepage-landing .links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.homepage-landing .icons {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.homepage-landing .subscribe {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

/*.homepage-landing .subscribe2 {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 40px;
}*/

.homepage-landing .search-bar {
    width: 100%;
    max-width: 744px;
    height: 52px;
    margin-top: 40px;
	margin-bottom: 20px;
    background-color: var(--collection-1-colors-greys-main-text-color);
    border: 1px solid var(--collection-1-colors-greys-border);
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 16px;
}

.homepage-landing .frame-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.homepage-landing .x-base-pills,
.homepage-landing .x-base-pills-2 {
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
}

.homepage-landing .x-base-pills {
    background-color: var(--collection-1-colors-greys-border);
}

.homepage-landing .filter {
    margin-top: 40px;
	width: 50%;
    /*max-width: 1128px;
    height: 64px;
	min-height: 64px;
    margin: 100px auto;
    border: 1px solid var(--collection-1-colors-greys-border);
    border-radius: 8px;
	display: flex;
    justify-content: center;*/
	width: 100%;
    max-width: 1136px;
    height: 64px;
    aspect-ratio: 1136/780;
    margin: 20px auto;
	display: flex;
	align-items: center;
	grid-column: 2;
	grid-row: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
}

.homepage-landing .banner {
    width: 100%;
    /*max-width: 1440px;*/
    margin: 0 auto;
    padding: 100px 5% 60px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.homepage-landing .frame-5 {
    width: 100%;
    max-width: 484px;
}

.homepage-landing .heading {
    font-size: clamp(2.5rem, 5vw, var(--display-64-font-size));
    line-height: 1.2;
}

.homepage-landing .text-5 {
    font-size: clamp(1rem, 2vw, 16px);
    line-height: 1.5;
}

.homepage-landing .frame-6 {
    width: 100%;
    max-width: 770px;
    height: auto;
    aspect-ratio: 770/679;
}

.homepage-landing .element {
    width: 100%;
    max-width: 1136px;
    height: auto;
    aspect-ratio: 1136/780;
    margin: 40px auto;
}

.homepage-landing .element2 {
    max-height: calc(100vh - 200px); /* Adjust 200px as needed */
    overflow-y: auto;
	width: 100%;
    max-width: 1136px;
    /*max-height: 780px;*/
    aspect-ratio: 1136/780;
    margin: 20px auto;
	display: flex;
	align-items: center;
	grid-column: 2;
	grid-row: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
}

@media (max-width: 768px) {
    .homepage-landing .header {
        flex-direction: column;
        gap: 20px;
    }

    .homepage-landing .menu {
        flex-direction: column;
        align-items: center;
    }

    .homepage-landing .banner {
        padding: 60px 5% 40px;
    }

    .homepage-landing .frame-4 {
        justify-content: center;
    }

    .homepage-landing .subscribe {
        align-items: center;
    }
}

@media (max-width: 480px) {
    .homepage-landing .div-2 {
        flex-direction: column;
        width: 100%;
    }

    .homepage-landing .button {
        width: 100%;
    }

    .homepage-landing .div-wrapper,
    .homepage-landing .button-2,
    .homepage-landing .button-3 {
        width: 100%;
    }
}

/**/

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header {
    /* Add your header styles here */
}

.main-content {
    flex: 1;
}

.banner {
    display: flex;
    width: 100%;
    /*max-width: 1440px;*/
    margin: 0 auto;
    /*padding: 100px 5% 60px;*/
    position: relative;
    overflow: hidden;
}

.vector {
    position: absolute;
    width: 14%;
    max-width: 197px;
    aspect-ratio: 109/100;
    bottom: 60px;
    left: 0;
}

.frame {
    width: 100%;
    max-width: 484px;
    z-index: 1;
}

.heading {
    font-size: clamp(2rem, 5vw, var(--display-64-font-size));
    line-height: 1.2;
}

.text {
    font-size: clamp(1rem, 2vw, 16px);
    line-height: 1.5;
	border: none; /* Remove the default border */
    outline: none;
	margin-left: 10px;
}

.double-button {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.overlap-group-wrapper {
    position: absolute;
    width: 53%;
    height: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
}

.overlap-group {
    position: relative;
    width: 100%;
    height: 100%;
}

.footer {
    /* Add your footer styles here */
}

@media (max-width: 768px) {
    .banner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .overlap-group-wrapper {
        position: relative;
        width: 100%;
        margin-top: 40px;
    }
}

/* Add on */
.search-bar {
    width: 744px;
    height: 52px;
    background-color: var(--collection-1-colors-greys-main-text-color);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid;
    border-color: var(--collection-1-colors-greys-border);
	
}

.search-bar .left {
    position: relative;
    width: 704px;
    height: 52px;
}

.search-bar .search {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 14px;
    left: 16px;
}

.search-bar .icon {
    position: absolute;
    width: 17px;
    height: 17px;
    top: 3px;
    left: 3px;
}

.search-bar .icon2 {
    position: relative;
    width: 25px;
    height: 25px;
    top: 0px;
    left: 3px;
}

.search-bar .text-state {
    position: absolute;
    width: 656px;
    height: 52px;
    top: 0px;
    left: 48px;
    display: flex;
    align-items: center;
}

.search-bar .text {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    outline: none;
    font-family: var(--paragraph-p1-20-font-family);
    font-weight: var(--paragraph-p1-20-font-weight);
    color: var(--lightgrayscalecontent-3);
    font-size: var(--paragraph-p1-20-font-size);
    letter-spacing: var(--paragraph-p1-20-letter-spacing);
    line-height: var(--paragraph-p1-20-line-height);
    font-style: var(--paragraph-p1-20-font-style);
    padding: 0;
}
