#scrollToTopBtn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 18px;
    line-height: 43px;
    width: 45px;
    height: 45px;
    background: var(--color-2);
    text-align: center;
    border: 0;
    z-index: 100;
    cursor: pointer;
    display: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
#scrollToTopBtn:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
#scrollToTopBtn:hover {
    background-color: #000;
}
#scrollToTopBtn i{
	font-size: 16px;
}




.footer {
	background: var(--color-1);
	color: #fff;
}
.footer-inner > .footer-col:first-child{
    border-left: none;
}
.footer-col.footer-about p a {
	color: #d1d5db;
	text-decoration: underline;
}
.footer-col.footer-menu {
	padding: 60px 50px 0px;
}

.footer-top-inner {
	padding-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

/* TEXT */
.footer p{
    color:#d1d5db;
    margin-bottom:10px;
}

/* LINKS */
.footer ul{
    list-style:none;
    padding:0;
}

.footer ul li{
    margin-bottom:10px;
}

.footer ul li a{
    color:#d1d5db;
    text-decoration:none;
}

.footer h4 {
	margin-bottom: 20px;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 600;
	font-family: var(--font-01);
}
.footer-col.footer-contact {
	padding-left: 30px;
}
/* SOCIAL */
.footer-social{
    margin-top:20px;
    display:flex;
    align-items:center;
    gap:10px;
}

.footer-social .social-link {
	width: 40px;
	height: 40px;
	background: #d9ff4f;
	color: var(--color-1);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	text-decoration: none;
	background: linear-gradient(90deg, #D4AE55 0%, #B58410 50%, #966C0B 100%);
}

/* SUBSCRIBE */
.footer-subscribe {
	display: flex;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}

.footer-subscribe input{
    flex:1;
    padding:12px;
    border:none;
    outline:none;
    background:transparent;
    color:#fff;
}

.footer-subscribe button {
	background: var(--color-1);
	border: none;
	padding: 0 15px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 5px;
	height: 80%;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
/* CHECK */
.footer-check{
    font-size:14px;
}

.footer-check a{
    color:#fff;
    text-decoration:underline;
}

/* BOTTOM */
.footer-bottom{
    text-align:center;
    padding:20px 0;
}

.footer-bottom a{
    color:#fff;
    text-decoration:underline;
}
.footer-logo img {
	width: 200px;
	padding-bottom: 20px;
}
.footer-col {
	padding: 60px 10px;
	border-left: 1px solid #C9C9C947;
	height: 100%;
}
.footer-inner {
	display: grid;
	grid-template-columns: 24.62% 19.70% 19.70% 32.50%;
}
.footer-col.footer-about p strong {
	color: #fff;
}


@media(max-width:1400px){
	.footer-social .social-link {
	width: 35px;
	height: 35px;
}
}
@media(max-width:1198.98px){
	.footer-col.footer-menu {
  padding: 60px 30px 0px;
}
}
@media(max-width:991.98px){
	.footer-col {
	height: 100%;
}
.footer-inner {
	display: block;
}
.footer-col {
	border-left: none;
}
}

@media(max-width:767.98px){
	.footer-col {
	padding: 40px 10px;
}
.footer-col.footer-menu {
	padding: 0px 10px 0px;
}
.footer-col.footer-contact {
	padding-left: 10px;
	padding-top: 0;
}	
.footer-logo img {
	width: 150px;
	padding-bottom: 20px;
}
}