/* Contra Creative Agency Business HTML-5 Template */

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	/* position: fixed; */
	bottom: 0;
	width: 100%;
	background: #0a0a0ae0;
	padding: 5px 0px;
	z-index: 99;
	/* background: linear-gradient(to top, var(--main-color) 0%, var(--color-two) 100%); */
}

.main-footer .auto-container {
	max-width: 1300px;
}

.main-footer .widgets-section {
	position: relative;
	padding: 50px 0px 70px;
}

.main-footer .footer-column {
	position: relative;
	padding-bottom: 30px;
}

.footer-text {
	position: relative;
	/* font-size:18px; */
	line-height: 28px;
	color: var(--white-color);
}

.main-footer h2 {
	position: relative;
	font-size: 60px;
	font-weight: 400;
	line-height: 70px;
	margin-top: 50px;
	color: var(--white-color);
}

.main-footer h2 a {
	position: relative;
	color: var(--white-color);
	border-bottom: 2px solid var(--white-color);
}

.footer_socials {
	position: relative;
	margin-top: 60px;
}

.footer_socials li {
	position: relative;
	margin-right: 15px;
	display: inline-block;
}

.footer_socials li a {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: var(--white-color);
}

.footer_socials li a:hover {
	color: var(--main-color);
}

.footer_socials li i {
	position: relative;
	/* transform: rotate(45deg); */
	display: inline-block;
	font-size: 1.4em;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer_socials li a:hover i {
	transform: rotate(0deg);
}

.footer_socials li:last-child {
	margin-right: 0px;
}

/* Footer Navs */

.footer_navs {
	position: relative;
}

.footer_navs li {
	position: relative;
	border-top: 1px solid rgba(var(--white-color-rgb), 0.20);
}

.footer_navs li:last-child {
	border-bottom: 1px solid rgba(var(--white-color-rgb), 0.20);
}

.footer_navs li a {
	position: relative;
	font-size: 18px;
	display: block;
	font-weight: 400;
	padding: 18px 0px;
	color: var(--white-color);
}

.footer_navs li a i {
	position: absolute;
	right: 0px;
	transform: rotate(45deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer_navs li a:hover i {
	transform: rotate(0deg);
}

.footer-bottom {
	position: relative;
	padding: 20px 0px;
    border-top: 1px solid #ffffff45;
}

.footer_copyright {
	position: relative;
	font-size: 12px;
	color: var(--white-color);
}
@media(max-width: 480px){
	.footer_copyright{
		margin: 0px auto 15px;
	}
}
.go-top_top {
	position: relative;
	font-size: 20px;
	cursor: pointer;
	color: var(--white-color);
}

.go-top_top i {
	position: relative;
	width: 80px;
	height: 40px;
	line-height: 38px;
	margin-left: 10px;
	text-align: center;
	display: inline-block;
	color: var(--white-color);
	border: 1px solid rgba(var(--white-color-rgb), 1);
}

.whats-contact,
.customize-now {
	color: #fff;
	/* background: linear-gradient(-90deg, #7906378c 0%, #e11a40 100%); */
	padding: 0px 20px;
	border-radius: 25px;
	display: flex;
	border: 1px solid #fff;
	gap: 10px;
	align-items: center;
	justify-content: center;
	font-family: "MuseoSans-med";
	transition: all 0.3s ease;
}

.whats-contact:hover,
.customize-now:hover {
	background: linear-gradient(-90deg, #47051200 0%, #e21a3f 100%);
	color: #fff;
	font-family: "MuseoSans-black";
	gap: 30px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.whats-contact i {
	font-size: 25px;
	/* color: #25D366; */
	color: #fff;
	transition: all 0.3s ease;
}

.whats-contact:hover i {
	/* font-size: 40px; */
	color: #25D366;
	transition: all 0.3s ease;
}

.contact-us-form {
	width: 50px;
	transition: all 0.3s ease;
}

.contact-us-form:hover {
	scale: 1.2;
	transition: all 0.3s ease;
}