footer {
	overflow: hidden;
	position: relative;
	background: rgb(0, 0, 0);
	color: rgb(246, 245, 240);
	padding: 40px 0px 30px;
	font-size: 1.4rem;
}

.footer-container {
	width: 100%;
	padding: 0px 30px;
	margin: 0px auto;
}

.footer-container.lite-footer .footer-inner-container {
	display: flex;
	flex-direction: column;
	margin: 0px 0px 27px;
}

.footer-bg svg {
	display: block;
	position: absolute;
	left: 0px;
	bottom: -12px;
	background-position: 100% center;
	width: 100%;
}

.footer-container .content-wrap {
	display: flex;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1em;
	padding-bottom: 0px;
}

.footer-container .content-wrap .footer-logo {
	width: auto;
}

footer a,
footer a:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

footer ul li {
	list-style: none;
}

footer ul {
	margin: 0;
	padding: 0
}

.footer-container.lite-footer .title {
	font-weight: 600;
	margin: 0px;
	font-size: 1.6rem;
	line-height: 2.4rem;
	white-space: nowrap;
}

.legal-links {
	position: relative;
	z-index: 1;
}

.footer-container.lite-footer .nav-links {
	padding: 15px 0px 0px;
	margin-bottom: 0px;
}

.footer-container.lite-footer .nav-links a {
	font-size: 1.2rem;
	line-height: 1.4rem;
	text-decoration: none;
	text-shadow: rgb(0, 0, 0) 0.5px 0px;
}

.footer-container.lite-footer .languages {
	display: flex;
	gap: 16px;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 68px;
	align-items: flex-start;
	margin: 0px 0px 40px;
}

.content-languages {
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	gap: 2rem;
	margin: 0px;
	flex-wrap: wrap;
	z-index: 1;
}

.content-languages li {
	font-size: 1.2rem;
	border: 1px solid rgb(255, 255, 255);
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 2px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.content-languages li a {
	height: 100%;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.content-languages li:hover a {
	color: rgb(0, 0, 0);
	background: rgb(255, 255, 255);
}

.footer-container.lite-footer .footer-inner-container .inner-container-right {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	-webkit-box-align: center;
	align-items: center;
	height: auto;
	gap: 8px;
}

.footer-container.lite-footer .nav-links a:hover {
	text-shadow: rgb(255, 255, 255) 0.5px 0px;
	text-decoration: underline;
}

.footer-container.lite-footer .footer-inner-container .inner-container-right img {
	height: auto;
}

.footer-container.lite-footer .copy-write {
	padding: 30px 0px 0px;
	line-height: 1.4rem;
	border: none;
	font-size: 1.2rem;
}
.mob-foot-logo{
	display: none;
}
.custom-select {
    width: 100%;
    position: relative;
}
.custom-select .select-trigger {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(246, 245, 240);
    background: transparent;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    width: 100%;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    transition: 0.2s;
}
.custom-select.open .select-trigger {
    position: relative;
    z-index: 1001;
}
.custom-select .select-trigger .selected-text {
    flex: 1 1 0%;
    text-align: start;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-select .select-trigger .arrow {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: transform 0.2s;
    flex-shrink: 0;
}
.custom-select .select-trigger .arrow svg {
    fill: rgb(255, 255, 255);
}
.custom-select.open .select-trigger .arrow {
    transform: rotate(180deg);
}
.custom-select .options-container .option:hover {
    background-color: rgb(70, 76, 89);
    color: rgb(255, 255, 255);
}
.custom-select .options-container {
    position: absolute;
    inset-inline: 0px;
    background: rgb(40, 43, 50);
    z-index: 1000;
    max-height: calc(20rem);
    overflow-y: auto;
	display: none;
}
.custom-select.open .options-container {
	display: block;
}
.custom-select .options-container.top {
    bottom: 100%;
    margin-block: auto 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px -4px 12px;
}
.custom-select .options-container .option {
    color: rgb(255, 255, 255);
    padding: 8px 12px;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 2.4rem;
    transition: background-color 0.1s;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.custom-select .options-container .option:first-child {
    border-radius: 0px;
}
.custom-select .options-container .option.selected {
    background-color: rgb(70, 76, 89);
    color: rgb(255, 255, 255);
    font-weight: 500;
}
.options-container::-webkit-scrollbar {
  width: 8px;
}
.options-container::-webkit-scrollbar-track {
  background: #333333;
}

.options-container::-webkit-scrollbar-thumb {
  background-color: #666666; /* gray thumb */
  border-radius: 6px;
}

@media screen and (min-width: 750px) {
	footer {
		padding: 56px 0px 35px;
		width: 100%;
	}

	.footer-container {
		max-width: 750px;
		padding: 0px 15px;
	}

	.footer-container.lite-footer .content-wrap {
		gap: 96px;
		padding-bottom: 48px;
		flex-direction: row;
	}

	.footer-container.lite-footer .nav-links {
		padding: 16px 0px 0px;
		font-size: 1.2rem;
        line-height: 1.8rem;
	}

	.other-links {
		display: flex;
		gap: 11px;
	}

	.copy-write {
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (min-width: 768px) {
	.footer-container.lite-footer .languages {
		margin: 0px 0px 48px;
	}

	.footer-container.lite-footer .footer-inner-container .inner-container-right {
		height: 250px;
		gap: 10px;
		margin: 0px 0px 0px 90px;
	}

	.footer-container.lite-footer .copy-write {
		padding: 0px 0px 20px;
		line-height: 1.6rem;
	}
	.custom-select {
        width: auto;
        min-width: 300px;
    }
}

@media screen and (min-width: 992px) {
	.footer-container {
		max-width: 970px;
	}

	.footer-container.lite-footer .footer-inner-container {
		margin: 0px;
		flex-direction: row;
	}

	.footer-container .content-wrap {
		padding-bottom: 50px;
		-webkit-box-pack: unset;
		justify-content: unset;
	}

	.footer-container.lite-footer .languages {
		margin: 0px 0px 48px 147px;
	}
}

@media screen and (min-width: 1170px) {
	.footer-container {
		max-width: 1170px;
	}
}
@media screen and (max-width: 992px) {
	.id .copy-write span{
		display: block;
	}
}
@media screen and (max-width: 767px) {
    footer{
        padding: 50px 0;
    }
	.copy-write span{
		display: block;
	}
	.desk-foot-logo{
		display: none;
	}
	.mob-foot-logo{
		display: block;
	}
    .footer-bg svg{
        height: 91px;
    }
	.footer-container.lite-footer .footer-logo svg {
		width: 163px;
		height: 20px;
	}
    .footer-container.lite-footer .content-wrap {
        gap: 40px;
        padding-bottom: 40px;
    }
    .footer-container.lite-footer .title {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
    .content-languages{
        gap: 15px;
    }
    .footer-container.lite-footer .languages {
        align-items: flex-start;
        margin: 0px 0px 40px;
        flex-direction: column;
    }
    .footer-container.lite-footer .footer-inner-container .inner-container-right img {
        width: 100%;
    }
    .footer-container.lite-footer .copy-write{
        border-top: 1px solid rgb(117, 117, 117);
        text-align: center;
        font-size: 1rem;
        margin-top: 40px;
    }

}