:root{
    --primar: #D2171E;
    --light: #EEEEEE;
    --dark: #212121;
}
* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
html, body{
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Fira sans', sans-serif;
    font-weight: 600;
}

.logo-nav{
    width: 55%;
    margin-left: -3%;
}
nav {
    font-size: 1.3rem;
    width: 100%;
    display: flex;
	position: fixed;
	z-index: 99;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--light);
	color: #FFF;
	padding: 1rem 1.5rem;
    border-bottom: 3px solid var(--primar);
}
@media (prefers-reduced-motion:reduce){
    .nav-link{
        transition:none
    }
}
nav img{
    margin: 0 5rem;
}

nav h1:hover {
	color: var(--primar);
}

.menu {
	display: none;
	align-items: center;
	margin: 0 12rem;
}
.menu a.Catalog{
    margin: 0 11%;
    border: none;
    background: var(--primar);
    padding: 1% 2%;
    color: #FFF;
    white-space: nowrap;
    font-size: 1.3rem;
    border-radius: 11px;
    outline: none;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.404);
}
.menu a.Catalog:hover{
    color: rgb(116, 20, 20);
}
.menu a {
    white-space: nowrap;
	margin: 0 2rem;
	color: var(--dark);
	text-decoration: none;
	transition: 0.3s;
}

.menu a:hover {
	color: var(--primar);
}
.menu a.is-active{
    color: var(--primar);

}
.hamburger {
	appearance: none;
	outline: none;
	border: none;
	background: none;
	cursor: pointer;

	display: block;
	width: 2rem;
	height: 2rem;
}

.hamburger span {
	color: var(--dark);
	font-size: 2rem;
	    margin-left: -22%;
}

.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 58%;
	z-index: 98;

	padding-top: 6rem;
	opacity: 0;
	transform: translateY(-100%);
	background-color: rgb(177, 177, 177);
	color: #FFF;
	transition: 0.3s;
}

.mobile-menu.is-open {
	opacity: 1;
	transform: translateY(0);
}

.mobile-menu a {
	display: block;
	padding: 1rem;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 1.25rem;
	transition: 0.3s;
}

.mobile-menu a.is-active{
    color: var(--primar);
	background-color: var(--light);
}

.mobile-menu a:hover {
	color: var(--primar);
	background-color: var(--light);
}

@media (min-width: 768px) {
	.mobile-menu, .hamburger {
		display: none;
	}
.logo-nav{
    width: 13%;
    margin-left: 3%;
}
	.menu {
		display: flex;
	}
    

}

.to-top i{
    margin-top: 25%;
    transition: .4s;
}

.to-top i:hover{
    color: #FFF;
    margin-top: 17%;
}
.to-top{
    background: rgba(0, 0, 0, 1)  no-repeat center 50%;
    position: fixed;
    bottom: 16px;
    right: 22px;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    color: var(--light);
    text-align: center;
    align-items: center;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transition: all .4s;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}

.to-top.active{
    bottom: 32px;
    pointer-events: auto;
    opacity: 1;
}
footer .footer-contect{
    border: 1px solid var(--primar);
    height: 350px;
    
}


footer{
    background-color: var(--dark);
    color: var(--light);
    height: 910px;
    position: relative;
    
}
footer .footer-bottom{
        
    text-align: left;
    font-weight: 400;
    color: rgb(122, 122, 122);
    border-top: 1px solid rgb(53, 53, 53);
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-left: 53px;
    padding-top: 15px;
    width: 100%;
}
.footer-content {
    font-weight: 500;
    font-size: 1.3rem;
    padding: 33px 80px;

}
@media (min-width: 768px) {
    footer .footer-contect{
        border: 1px solid var(--primar);
        height: 350px;
        
    }
    footer .footer-bottom{
        font-size: 1rem;
        text-align: left;
        font-weight: 400;
        color: rgb(122, 122, 122);
        border-top: 1px solid rgb(53, 53, 53);
        height: 50px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding-left: 53px;
        padding-top: 15px;
        width: 100%;
    }
    .footer-content {
        display: flex;
        font-weight: 700;
        font-size: 1.7rem;
        padding: 33px 80px;
    }
/*FOOTERT*/

footer{
    background-color: var(--dark);
    color: var(--light);
    height: 540px;
    position: relative;
    
}

.page-wapper{
    min-height: 300%;
}

footer .footer-contect{
    border: 1px solid var(--primar);
    height: 350px;
    
}
footer .footer-bottom{
    
    text-align: left;
    font-weight: 400;
    color: rgb(122, 122, 122);
    border-top: 1px solid rgb(53, 53, 53);
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-left: 53px;
    padding-top: 15px;
    width: 100%;
}


.footer-content {
    display: flex;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 33px 80px;
    overflow-wrap: break-word; 
}
.cull2 {
    font-size: 1.3rem;
    justify-content: right;
    align-items: center;
    text-align: center;
    margin-left: 34%;
}
.cull2 h1{
    font-size: 2rem;
}


}