You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

52 lines
1.3 KiB

.footer{
background-color: $color-black !important;
.footer_bg{
height: 500px;
background-image: url(./../images/gallery/footer1.jpg);
background-size: cover;
background-repeat: no-repeat;
margin: 60px 0;
}
.footer_bottom{
padding: 40px 40px;
margin-left: 40px;
h3{
color: $color-white !important;
font-size: 35px;
font-family: $font-offer;
}
ul{
display: flex;
padding-left: 0;
li{
background-image:linear-gradient(360deg, #fff 2%, #00000059 6%);
margin: 0 20px;
a{ font-size: 18px;
color: $color-footer;
text-decoration: none;
}
&:first-child{
margin-left: 0 !important;
}
}
}
p{
color: $color-white;
margin-top: 30px;
letter-spacing: 2px;
a{
text-decoration: none;
color: $color-footer;
&:hover{
color:$color-hover;
}
}
}
}
}