File size: 1,372 Bytes
f5071ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
:root {
    --background-color : #131921;
    --yello-color: #F3A847;
    --white-color: #fff;
    --footer-bg: #232F3E;
  }

#footer-container{
    background-color: var(--footer-bg);
}
.footer-section{
    max-width: 800px;
    margin: auto;
}
.btn{
    text-align: center;
    padding: 1rem;
    background-color: #37475A;
    transition: .3s all ease;
}
.btn:hover{
    background-color: #485769;
}
.footer-menu{
    display:flex;
    justify-content: space-between;
    padding: 3rem 0;
}
.footer-menu ul{
    list-style: none;
    padding-bottom: 1rem;
}
.footer-menu ul h4{
    padding-bottom: .8rem;
    font-weight:600;
}
.footer-menu ul li{
    padding:  .3rem;
    color: #DDD;
    transition: .3s all ease;
    cursor: pointer;
}
.footer-menu ul li:hover{
    text-decoration: underline;
}
.saperater{
    height: 1px;
    width: 100%;
    background-color: #3a4553;
}

#footer-container .logo{
  width: 6rem;
}
.footer-box{
    border: 1px solid #3a4553;
    padding: .6rem;
    border-radius: 6px;
    display: flex;
    color: #cad0d8;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 1rem;

}
.changeLANG{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.conteries{
    flex-wrap: wrap;
    padding-bottom: 2rem;
}
.conteries span{
    font-size: 12px;
    color: #cacacb;
    padding: .3rem;
}