﻿.ouo-a {
	color: #F99B12;
	font-weight: 600;
	text-decoration: none;
}

footer .button {
	font-size: 20px;
	color: #ffffff;
	padding: 14px 30px;
}

.copyright {
	width: 100%;
}

.text-center {
	text-align: center;
	letter-spacing: 2px;
}

footer.footer {
	background-color: rgba(0, 0, 0, 0);
	height: 400px;
}

.footer .container {
	padding: 180px 0 50px 0;
}

.footerBG {
	background-image: url("../image/footer-background1.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.footer-logo {
	position: relative;
}

.footer-logo__img {
	max-height: 50px;
	width: auto;

}

.footer-socials i {
	transform: scale(2);
}

@media (max-width:575px) {
	.footerBG {
		background-size: 1500% auto;
		background-position: center bottom;
	}

	.footer .container {
		padding: 50px 30px 50px 30px;
	}

	.button-item a {
		width: 50%;
	}

	.button-item p {
		text-align: center;
	}

	.footer-logo-content {
		display: flex;
		margin-bottom: 10%;
	}

	.footer-socials {
		margin: 0 0 0 10%;
		justify-content: center;
		align-items: center;
	}

	.footer-socials i {
		transform: scale(1.5);
	}

}
@media only screen and (max-width:300px){
	.footer-logo-content{
	   display: flex;
	   flex-direction: column
	}
	.footer-socials {
	   margin:5% 0 0 7% ;
	   justify-content: initial;
		align-items: initial;
   }
   }
@media (min-width:576px) {

	.footer-logo {
		margin-left: -8%;
	}

	.footer-logo-content {
		padding: 7% 0 0 9%;
	}
}

@media (min-width:768px) {
	.footer-logo-content {
		padding: 2% 0 0 13%;
	}

	.footer-logo {
		margin-left: -6%;
	}
}

@media (min-width:992px) {
	.footer-logo {
		margin-left: -5%;
	}

	.footer-logo-content {
		padding: 0 0 0 0;
	}
}

@media (min-width:1200px) {

	.footer-logo {
		margin-left: 0%;
	}

	.footer-logo__img {
		margin-left: -15px;

	}
}

@media (min-width:2000px) {
	.footerBG {
		background-position: right top;
	}

	.footer .container {
		padding: 270px 0 50px 0;
	}
}

.footer-socials__link:hover {
	color: #f3b14a;
}

.footer-contacts p a:hover {
	color: #f3b14a;
}

.footer-menu__link:hover {
	color: #f3b14a;
}

.topBtn {
	z-index: 10;
	position: fixed;
	bottom: 8%;
	right: 10px;
	background-color: #f3b14a;
	width: 60px;
	height: 60px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.topBtn p {
	font-size: 25px;
	color: #ffffff;
	text-align: center;
	margin-top: 15%;
	cursor: pointer;
}

.topBtn:hover {
	opacity: 1;
}

.topBtn:active {
	opacity: 1;
}

@media (max-width:768px) {
	.topBtn {
		width: 40px;
		height: 40px;
		right: 3%;
	}

	.topBtn p {
		font-size: 20px;
		margin-top: 8%;

	}
}
.subscribe-btn{
	position: fixed;
    z-index: 5;
	bottom: 200px;
	left: -8px;
	opacity: 0.8;
	width: 70px;
	padding: 10px;
	background-color: #f3b14a;
	border-radius: 0 15px 15px 0;
	transition: all 0.3s ease-in-out;
}
.subscribe-btn .sub p{
	margin: 0;
	margin-right: 5px;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: 6px;
	color: #675952;
	writing-mode: vertical-lr
}
.subscribe-btn .sub svg{
	width: fit-content;
	padding-left: 2px;
}
.flex-column{
	flex-direction: column;
}
.subscribe-btn:hover{
	left: 0px;
	opacity: 1;
}
@media(width<=576px){
	.topBtn{
		bottom: 11%;
	}
	.subscribe-btn .sub p{
		font-size: 1rem;
		letter-spacing: 3px;

	}
	.subscribe-btn .sub svg{
		width: 40px;
	}
	.subscribe-btn{
		padding: 10px 0px 10px 5px;
    	width: 50px;
		bottom: 35px;
	}

}
html{
	scroll-behavior: smooth;
}
