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;
}

@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;
	}
}

@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;
    }

}